From 0520270e1f5d4bfc2a2bb6287551c9509b2232e4 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 21 Jun 2006 19:38:05 +0000 Subject: [PATCH 001/344] update for non-beta website, externals in correct location. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14399 57a11ea4-9604-0410-9ed3-97b8803252fd --- {images => externals}/feed-icon-12x12.png | Bin {images => externals}/feed-icon-32x32.png | Bin externals/footer.phtml | 2 +- externals/menu.phtml | 2 +- search/Makefile | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename {images => externals}/feed-icon-12x12.png (100%) rename {images => externals}/feed-icon-32x32.png (100%) diff --git a/images/feed-icon-12x12.png b/externals/feed-icon-12x12.png similarity index 100% rename from images/feed-icon-12x12.png rename to externals/feed-icon-12x12.png diff --git a/images/feed-icon-32x32.png b/externals/feed-icon-32x32.png similarity index 100% rename from images/feed-icon-32x32.png rename to externals/feed-icon-32x32.png diff --git a/externals/footer.phtml b/externals/footer.phtml index 754b6745..8f8d65c1 100644 --- a/externals/footer.phtml +++ b/externals/footer.phtml @@ -1,6 +1,6 @@

valid HTML

-

[atom syndication feed]

+

[atom syndication feed]

Copyright © 2001-2006 The GnuCash Project

gnucash-devel@gnucash.org

gnucash-devel@gnucash.org");?>

diff --git a/externals/menu.phtml b/externals/menu.phtml index 7b0412e4..26e1a248 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -12,7 +12,7 @@ if(ereg("lists.gnucash.org",$self)) { diff --git a/search/Makefile b/search/Makefile index da8c107b..e8c67ec3 100644 --- a/search/Makefile +++ b/search/Makefile @@ -1,7 +1,7 @@ .PHONY: nmz-templates nmz-templates: templates/NMZ.head.php_tmpl - ( echo ''; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head; + ( echo ''; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head; # for lang in de es fr ja nb pl; do \ # ( echo ""; \ From f6dac29633efe5056542fd05536dd1a2ac12e0aa Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 21 Jun 2006 19:40:05 +0000 Subject: [PATCH 002/344] like path/filenames, the user provides trailing slashes. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14400 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/menu.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/menu.phtml b/externals/menu.phtml index 26e1a248..ecd7cb63 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -1,7 +1,7 @@
From e4963606c5de2ea0e1de4f89705f01ba91b1698d Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 21 Jun 2006 19:53:44 +0000 Subject: [PATCH 003/344] Remove a Makefile that we don't use anymore. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14401 57a11ea4-9604-0410-9ed3-97b8803252fd --- search/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 search/Makefile diff --git a/search/Makefile b/search/Makefile deleted file mode 100644 index e8c67ec3..00000000 --- a/search/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -.PHONY: nmz-templates - -nmz-templates: templates/NMZ.head.php_tmpl - ( echo ''; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head; - -# for lang in de es fr ja nb pl; do \ -# ( echo ""; \ -# cat templates/NMZ.head.php_tmpl) | php > templates/NMZ.head.xlated_$$lang; \ -# done From 2fd784af77ace8245d69955e134666be873093cd Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 21 Jun 2006 20:17:16 +0000 Subject: [PATCH 004/344] note minor bug git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14402 57a11ea4-9604-0410-9ed3-97b8803252fd --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index ee78994c..9b12e49e 100644 --- a/README +++ b/README @@ -8,6 +8,7 @@ TODO - re-flow existing po-file content. - update features screenshots - revise docs.phtml +- fix double-slash on langdir='' mlist search menu URLs ------------------------------------------------- Notes about multi-lingual gnucash website content From 0af6966dbd8a0c0388998a9606cf9f2470fe61c4 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 21 Jun 2006 20:48:12 +0000 Subject: [PATCH 005/344] add link to nightly trunk build of guide. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14403 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs.phtml b/docs.phtml index faef7931..28266cf5 100644 --- a/docs.phtml +++ b/docs.phtml @@ -14,6 +14,18 @@ include("externals/menu.phtml");

gnucash-devel and we will add it.");?>

+
+
+ [document icon] + +
+
+

A nightly build of the current unstable-branch Concepts Guide is available.

+
+
+ +
+
[document icon] From cbd1ee16c33672629e054512dc1038855da6d672 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 21 Jun 2006 22:28:17 +0000 Subject: [PATCH 006/344] correct location. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14405 57a11ea4-9604-0410-9ed3-97b8803252fd --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 4458e56b..54cc68b9 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ Options MultiViews DirectoryIndex index.phtml index.php index.html AddType application/x-httpd-php .phtml -Redirect permanent /rss-feed.phtml http://www.gnucash.org/atom.php +Redirect permanent /en/rss-feed.phtml http://www.gnucash.org/atom.php Redirect permanent /beta/rss-feed.phtml http://www.gnucash.org/beta/atom.php From 71e2b301b8cfb13435298e8d46481fd7a8f7c5b1 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 21 Jun 2006 22:39:14 +0000 Subject: [PATCH 007/344] The apache htaccess redirects don't seem to be working. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14406 57a11ea4-9604-0410-9ed3-97b8803252fd --- .htaccess | 2 -- rss-feed.phtml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 rss-feed.phtml diff --git a/.htaccess b/.htaccess index 54cc68b9..fab1f4c8 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,3 @@ Options MultiViews DirectoryIndex index.phtml index.php index.html AddType application/x-httpd-php .phtml -Redirect permanent /en/rss-feed.phtml http://www.gnucash.org/atom.php -Redirect permanent /beta/rss-feed.phtml http://www.gnucash.org/beta/atom.php diff --git a/rss-feed.phtml b/rss-feed.phtml new file mode 100644 index 00000000..9c787b6d --- /dev/null +++ b/rss-feed.phtml @@ -0,0 +1,3 @@ + From 8f7887ec6720430a556d8dc5587207021148e1c9 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 21 Jun 2006 22:42:27 +0000 Subject: [PATCH 008/344] Ignore 'pub' "symlink" on main server. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14407 57a11ea4-9604-0410-9ed3-97b8803252fd From f8b131e007c064546f3758d920471f008935cc68 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 22 Jun 2006 14:50:18 +0000 Subject: [PATCH 009/344] Mark forgotten string for i18n; Fix erroneous explanation of fuzzy po files in README git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14410 57a11ea4-9604-0410-9ed3-97b8803252fd --- README | 6 +++++- index.phtml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 9b12e49e..b41c96da 100644 --- a/README +++ b/README @@ -91,7 +91,11 @@ Finally, see the size of the task ahead: Whilst editing the translation, run the msgfmt command from time to time to catch errors and let you know how much is left to do. -When you come across fuzzy markers: (#, fuzzy), remove them. +When you come across fuzzy markers: (#, fuzzy), check whether the +proposed translation is a valid translation. If it is, then remove +the fuzzy marker. If it is not, either edit the translation and +remove the fuzzy marker, or leave the fuzzy marker where it is -- +this message will then be treated as untranslated. When you have no fuzzy and no untranslated messages, update the binary translation file for your locale: diff --git a/index.phtml b/index.phtml index 53d13513..5262232d 100644 --- a/index.phtml +++ b/index.phtml @@ -17,7 +17,7 @@ include("externals/menu.phtml");

-

Feature Highlights

+

  • From e87df8d0f8aa9855a2b9c6a10539b34152c4d422 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 22 Jun 2006 14:51:46 +0000 Subject: [PATCH 010/344] Update German translation; only moderately done so far git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14411 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/LC_MESSAGES/gnucash-htdocs.mo | Bin 5990 -> 6380 bytes po/de.po | 1022 +++++++++++------------------- 2 files changed, 363 insertions(+), 659 deletions(-) diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/de/LC_MESSAGES/gnucash-htdocs.mo index b49838cba3d1ed668cd3927ea0aaf8339588fb9f..bbd1ad58d179d2a75ec6bfda5fb31a8eb795932d 100644 GIT binary patch delta 2039 zcmYk+ZERCj9LMp~xvg^#Wpq4jjLiZYY~Y^CRwo19VARQQiw@q9nAp|3w%KT#-dl_& z*n~G4;S~)MV+hG!VFU@OBxp3j7e2f(lPq9VqA?*#j8Wr5lsMGyue}SN+ zo=2_B$Jm0mQ16wo&RUr!)JpZB+7DtgPPwK~?;rQE{uNZt@j$+XdpHYkBbWJ$(KRD4 z8>gjgK(%W{?PZ($d;ryc7?tQGva2S652KBG?*cMuQ@|Mx`qg^YUmb5@iAjIS74)7>Nsjbr%_8kkLve*_xS>La{ncgi^-LWe7F!)5v9J`5{Mh42uJy5|~FV?Yme!8>n`-P>I|@8&}a-Gk+OLEN5P) zvWW*5P>1eX=?~@xDzV${{XfWM>Y2VW??Bz}bng$K5{jd~4jWtXRaCpnsP{faP4rtV z*Z2QD70z7oKn>u2LW#5!JTy{gV2>(pdE9lcs}7--c`KoVsxnxj_|HdstplghK@1T+ zgtjVJyr^iux(OAX1symQ{d3XYsf36LRq}T$HhFC)6PZgy@-3D7t5QiPk+hOdAy)Z{ zXKgfln0mxXq>_PA>xea%O6x)XCvR`d-fSk7woG{BNfWjrPBvo&#uBmk9O2l74OPE+ z3N_VfPjxDriCW=QCT8WIueq`E;M7Q<<8Z`wtW3a8I96w2qITX>7wQTI1AU<#{h@8W z!TjC2=6g>D^`zbRMP(_^{2kv!_4sn0%%FZ_A+h38S<`50_FlR+X+D>T&dz0%v3!$% z`}$(Kk^iULb#vOv*okP|DNOob@_47xnMgEl6|OhD=&7A5rrlM_`>EB}OL>n)vT4V* OGDoaTXJPZ2Vb6cvc<=!L delta 1688 zcmYk+TSyd99LMqhnyp>dyp>%nTi47?SI15Bo|$HdfmRSjFKwVHfdxiH7gis_=q)CR z0__65L^oOJwTB+;p(IkGUV<+4Qc(~D(S^RhX^al@pU;`IGjsmuGW)UeeR<+lcIv26 z+KH9K_7t-?o=WAU5;V(z0ERFNIV_)3HWuLmti^@cip#JI9qdEB>XQHaxPA|q-NYqk z3454k#$hixrQ>UykDpN;e#fO4oM$!%^O3_MoEBjzW@0^F!A_jU52)uK@G>R#7?tP? z)Ii^Q?FnkMl8J>-4@6LjRA3G^p+>L+Icztl)fmSt9QNB?Ea7?_HDix37hfQQwa>^{ z>>IAd-)dL?MWh$OGF*;bs1Ey)!v;91!xN|uFJl4T!U3G}+ndN<9d@Cf??okY2=(5R zxB^E}GjIrM!p7>u!EY(2Gsj@`|W)RD%v!I$g?(vT7n5wN0X?{^8~f#GpLTgp_VL_ zo2gnJdL5w>Xh1E|F8}u-+xo6e@u?sLlKd^D&c$^jrleJ+}=tuzg5>35!!<&)7ynQ?9}?dqs&f5SoE4L^+{p zW-EB5jdPUPKs0$RX3a?7R!!)u(Vvh;u1`*TOoLToN~W0py`qf5f2-c8Rnyoew+8{QP\n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +#: docs.phtml:11 +#, fuzzy +msgid "GnuCash Documentation Project" +msgstr "Dokumentation" + +#: docs.phtml:13 +msgid "" +"This page is the home of the Gnucash Documentation Project, our goal is to " +"maintain a community of people working towards creation of high quality " +"documentation for GnuCash." +msgstr "" + +#: docs.phtml:15 +msgid "" +"Everything you need concerning GnuCash documentation should be here, if you " +"notice something missing, email gnucash-devel and we will add it." +msgstr "" + +#: docs.phtml:20 +msgid "GnuCash v1.9 (current unstable)" +msgstr "" + +#: docs.phtml:32 +msgid "GnuCash v1.8 (current stable release)" +msgstr "" + +#: docs.phtml:35 +msgid "" +"If you have a question about how to use GnuCash, you are in the right place. " +"The first thing you should do is read the Help Manual and the Concepts " +"Guide, most of your questions can probably be answered by these documents." +msgstr "" + +#: docs.phtml:36 +msgid "" +"The Help Manual is designed to be a quick reference of how to accomplish " +"specific tasks and how to use the features in GnuCash. The Concepts Guide is " +"designed to be an in depth guide to the concepts behind using GnuCash with a " +"tutorial to show how to put those concepts into practice." +msgstr "" + +#: docs.phtml:41 +msgid "Help Manual" +msgstr "" + +#: docs.phtml:43 docs.phtml:47 docs.phtml:51 docs.phtml:53 docs.phtml:96 +msgid "English" +msgstr "" + +#: docs.phtml:45 docs.phtml:97 +msgid "Deutsch" +msgstr "" + +#: docs.phtml:49 +msgid "Concepts Guide" +msgstr "" + +#: docs.phtml:56 +msgid "" +"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " +"to your question within either the Help Manual or the Concepts Guide. We " +"want feedback from you, it is only through your comments that we know " +"how to modify the documentation." +msgstr "" + +#: docs.phtml:58 +msgid "" +"Additionally, you can talk to someone via IRC at irc.gnome.org channel " +"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " +"registered users can ask and answer questions." +msgstr "" + +#: docs.phtml:67 +#, fuzzy +msgid "User Contributed Documentation" +msgstr "Dokumentation" + +#: docs.phtml:70 +msgid "" +"Some people have written HOWTO guides or tutorials. Note: the information " +"presented in these sources may or may not be updated to the most recent " +"version of GnuCash. If you are interested in doing development work on these " +"documents, you should contact the original authors." +msgstr "" + +#: docs.phtml:73 +msgid "Neil Williams GnuCash documentation" +msgstr "" + +#: docs.phtml:75 +#, fuzzy +msgid "GnuCash for Business Users" +msgstr "GnuCash-Banner" + +#: docs.phtml:76 +msgid "mirror" +msgstr "" + +#: docs.phtml:78 +msgid "Joe Mack's Tutorial" +msgstr "" + +#: docs.phtml:80 +msgid "Dave Gilbert's User Guide (PDF)" +msgstr "" + +#: docs.phtml:90 +#, fuzzy +msgid "Older GnuCash Documentation" +msgstr "Dokumentation" + +#: docs.phtml:93 +msgid "" +"This section contains all the older GnuCash documentation. If you are using " +"one of these old versions of GnuCash, it is highly recommended that you " +"upgrade to the latest stable version." +msgstr "" + +#: docs.phtml:98 +msgid "Espagnol" +msgstr "" + +#: docs.phtml:99 +msgid "Português" +msgstr "" + +#: docs.phtml:103 +msgid "Français" +msgstr "" + +#: docs.phtml:113 +msgid "Documentation Development" +msgstr "Dokumentationsentwicklung" + +#: docs.phtml:116 +msgid "Interesting Links" +msgstr "" + +#: docs.phtml:117 +msgid "" +"The following links are for further sites that can help with the " +"documentation and review process." +msgstr "" + +#: docs.phtml:122 +msgid "For both reviewers and documentation writers" +msgstr "" + +#: docs.phtml:123 +msgid "" +"Please read the following guides. The new docs are based on the GNOME2 XML " +"docbook system. Everyone wishing to help please follow these guides where " +"possible when reviewing and/or writing docs." +msgstr "" + +#: docs.phtml:128 +msgid "We suggest also subscribing to " +msgstr "" + +#: docs.phtml:129 +msgid "Reviewers" +msgstr "" + +#: docs.phtml:130 +msgid "" +"Please check out the documentation module from the GnuCash svn - gnucash-" +"docs. For those not familiar with svn, the GnuCash wiki has a description. The only " +"change to get the docs is to change the checkout gnucash to checkout gnucash-" +"docs. You can also start from the current docs tarball." +msgstr "" + +#: docs.phtml:131 +msgid "" +"The best way of retaining comments about docs in an easy to find way for " +"everyone would be to use bugzilla.gnome." +"org to file the bugs under documentation. This can also be done using " +"bug-buddy." +msgstr "" + +#: docs.phtml:132 +msgid "Writers" +msgstr "" + +#: docs.phtml:133 +msgid "" +"Also checkout the docs svn as above. The usual procedure for contributors to " +"GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle " +"getting the patches added into svn until you are given an account. You can " +"also add the patch to a bug report in bugzilla if you wish." +msgstr "" + +#: docs.phtml:134 +msgid "" +"Please let other writers know which section you wish to tackle. Please " +"forward this to gnucash-" +"devel so that people can say 'hey I'm doing that already' or 'go ahead " +"and do it'." +msgstr "" + +#: docs.phtml:135 +msgid "" +"You may also want to retain a local copy of the old documentation to refer " +"to when writing. This still has a lot of useful information in it which " +"hasn't been transferred to the new docs" +msgstr "" + #: features.phtml:22 msgid "Checkbook-Style Register" msgstr "Übersichtliches Kontobuch" @@ -291,7 +503,7 @@ msgstr "" msgid "black elegante font on brown background" msgstr "" -#: index.phtml:3 oldnews.phtml:2 +#: index.phtml:3 msgid "Open Source Accounting Software" msgstr "Open Source Finanzsoftware" @@ -326,544 +538,37 @@ msgstr "" "Grafiken mit Torten- und Balkendiagrammen und eine\n" "benutzerdefinierbare Oberfläche." +#: index.phtml:20 +msgid "Feature Highlights" +msgstr "Feature-Übersicht" + #: index.phtml:23 msgid "QIF/OFX/HBCI Import, Transaction Matching" msgstr "HBCI Online-Banking, QIF/OFX/MT940 Import" -#: index.phtml:26 -msgid "Budgeting " -msgstr "Budgeting " - -#: index.phtml:30 -msgid "Double-Entry Accounting" -msgstr "Doppelte Buchführung" - -#: index.phtml:31 -msgid "Stock/Bond/Mutual Fund Accounts" -msgstr "Aktienkonten, Währungskonten" - -#: index.phtml:32 -msgid "Small-Business Accounting" -msgstr "Geschäftsbuchführung" - -#: index.phtml:33 -msgid "Customers, Vendors, Jobs,
    Invoices, A/P, A/R" -msgstr "Verwaltung von Kunden, Lieferanten, Aufträgen, Rechnungen" - -#: index.phtml:39 -msgid "News" -msgstr "Neuigkeiten" - -#: oldnews.phtml:11 -msgid "Older Announcements" -msgstr "" - -#: oldnews.phtml:14 -msgid "" -"This is an archive of announcements that once appeared on the GnuCash home " -"page." -msgstr "" - -#: sizing.phtml:14 -msgid "" -"It can often be quite interesting to study the source code metrics behind a " -"software development project. Not a surprising interest: its accounting " -"afterall. GnuCash has grown, over the years, from a small handy electronic " -"checkbook to a rather large and multi-featured desktop app." -msgstr "" - -#: sizing.phtml:17 -msgid "" -"GnuCash currently consists of over a third of a million lines of code spread " -"over more than a thousand files. It has been translated into twenty-three " -"languages and credits over 139 authors and contributors." -msgstr "" - -#: sizing.phtml:23 -msgid "" -"If you've had trouble swimming through that mass of source code, think of it " -"this way: printed out on paper, and bound into volumes, it would amount to " -"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" -"width's worth of source code." -msgstr "" - -#: sizing.phtml:26 -msgid "" -"Mind you, this is source code (and docs) crafted and debugged by actual " -"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " -"can generate gaziilions of lines of code automatically; I'm not counting " -"those. Every last line counted here was typed in, edited, indented, " -"tweaked, multiple times, by human hands." -msgstr "" - -#: sizing.phtml:29 -msgid "" -"Given that we have about 400 outstanding bugs in bugzilla, that works out to " -"about one bug per thousand lines of code, or one bug per 50 pages of " -"printout. This bug count is actually not atypical for software projects; " -"its near the norm." -msgstr "" - -#: sizing.phtml:32 -msgid "" -"The table below shows some historical lines-of-code and number-of-files " -"metrics for the GnuCash development project. Note that not all of the code " -"is counted: for instance, the Makefiles and configure.in and autogen.sh are " -"not counted. Also, files that are automatically generated are not counted, " -"nor are files that have been 'borrowed' from other projects. Also not " -"counted are experimental files, miscellaneous perl scripts, various " -"converters, addons and utilities. Finally, glade files are not " -"counted, although large parts of the overall GUI are described in glade files." -msgstr "" - -#: sizing.phtml:35 -msgid "" -"Note also that KLOC's are not a good metric of programmer productivity, nor " -"even that wc is a good way of counting KLOC's. Much better " -"measures are complexity metrics, which, for example, count the number and " -"size of if-then-else blocks, or the number and size of all blocks, or the " -"number of math operators per statement. Maybe someday we'll run one of " -"those tools on this code. For now, this is what we have. On the other hand, " -"we've attempted to count only those files that contain human-edited code, " -"that is, files that are directly edited by humans. The point of doing this " -"is to avoid artificially inflating the KLOC counts by counting automatically " -"generated code (which is why the glade files are not counted: they are large " -"and automatically generated)." -msgstr "" - -#: sizing.phtml:39 -msgid "Table 1. Historical Development Stats" -msgstr "" - -#: sizing.phtml:43 -msgid "Version" -msgstr "" - -#: sizing.phtml:44 sizing.phtml:330 -msgid "engine" -msgstr "" - -#: sizing.phtml:45 sizing.phtml:334 -msgid "backend" -msgstr "" - -#: sizing.phtml:46 sizing.phtml:338 -msgid "register" -msgstr "" - -#: sizing.phtml:47 -#, fuzzy -msgid "ledger" -msgstr "Journal" - -#: sizing.phtml:48 sizing.phtml:346 -msgid "motif" -msgstr "" - -#: sizing.phtml:49 sizing.phtml:350 -msgid "gnome" -msgstr "" - -#: sizing.phtml:50 sizing.phtml:355 -msgid "misc app" -msgstr "" - -#: sizing.phtml:51 sizing.phtml:360 -msgid "import export" -msgstr "" - -#: sizing.phtml:52 sizing.phtml:365 -#, fuzzy -msgid "reports" -msgstr "Fehlerberichte" - -#: sizing.phtml:53 -msgid "scheme (misc)" -msgstr "" - -#: sizing.phtml:54 -msgid "business" -msgstr "" - -#: sizing.phtml:55 sizing.phtml:380 -msgid "test" -msgstr "" - -#: sizing.phtml:56 -#, fuzzy -msgid "user docs" -msgstr "Quelltext-Dokumentation" - -#: sizing.phtml:57 sizing.phtml:390 -msgid "internal txt" -msgstr "" - -#: sizing.phtml:58 -msgid "Total" -msgstr "" - -#: sizing.phtml:59 sizing.phtml:395 -#, fuzzy -msgid "Languages" -msgstr "Übersetzungen" - -#: sizing.phtml:60 sizing.phtml:400 -msgid "Author Credits" -msgstr "" - -#: sizing.phtml:319 -msgid "Each cell displays the following:" -msgstr "" - -#: sizing.phtml:321 -msgid "" -"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " -"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." -"c + KLOCS in *.h) are displayed. If there is only one number in the " -"parenthesis, it is the approriate KLOC count for that statistic." -msgstr "" - -#: sizing.phtml:324 -msgid "" -"where KLOC == kilo-lines-of-code, as reported by wc. As noted " -"above, wc is not a terribly good code metric, but its what we have handy." -msgstr "" - -#: sizing.phtml:327 -msgid "Table Column Legend" -msgstr "" - -#: sizing.phtml:331 -msgid "" -"Contents of the src/engine and the include directories. The engine was split " -"out from the motif code in version 1.1. The data storage backend (file-io, " -"sql) was split out in the course of version 1.5" -msgstr "" - -#: sizing.phtml:335 -msgid "" -"Contents of the src/backend directory (version 1.7 and later) or of src/" -"engine/file, src/engine/sql (version 1.6 and earlier)" -msgstr "" - -#: sizing.phtml:339 -msgid "" -"Contents of the src/register directory (version 1.6 and earlier) or src/" -"register/register-core (version 1.7 and later). The register was split out " -"as a separate component from the motif code in version 1.1. As can be seen " -"from the stats, the register code has been fairly stable. At version 1.7 and " -"later, this cell shows a second count: the number of lines of code in src/" -"register/register-gnome (previously counted as part of gnome)" -msgstr "" - -#: sizing.phtml:343 -msgid "" -"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" -"register/ledger-core (version 1.7 and later)" -msgstr "" - -#: sizing.phtml:347 -msgid "" -"Contents of the src/motif directory (version 1.2 and earlier). The motif " -"version of the code was discontinued after version 1.2, after most of the " -"non-gui code was moved to either the engine, the register or the ledger." -msgstr "" - -#: sizing.phtml:351 -msgid "" -"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " -"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" -"gnome-util" -msgstr "" - -#: sizing.phtml:356 -msgid "" -"Contents of miscellanous application-related directories (version 1.7 and " -"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" -"gnc-module, src/network-utils, src/tax/us" -msgstr "" - -#: sizing.phtml:361 -msgid "" -"Code to import and export various file formats: contents of the src/import-" -"export directory." -msgstr "" - -#: sizing.phtml:366 -msgid "" -"Code to generate reports and graphs: contents of the src/reports directory." -msgstr "" - -#: sizing.phtml:370 -msgid "scheme" -msgstr "" - -#: sizing.phtml:371 -msgid "" -"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " -"earlier). In version 1.7 and later, much of this code went into reports, " -"import/export, and into indiovidual modules; thus only miscellaneous code " -"remains." -msgstr "" - -#: sizing.phtml:376 -msgid "" -"Code to add small-business features: contents of the src/business directory." -msgstr "" - -#: sizing.phtml:381 -msgid "" -"Code to peform automated regression tests: contents of the src/*/test " -"directories." -msgstr "" - -#: sizing.phtml:385 -msgid "docs" -msgstr "" - -#: sizing.phtml:386 -msgid "" -"English-language-only user documentation, including on-line help and manual " -"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " -"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " -"of these numbers are somewhat hard to count, because of fairly large format " -"churns, and multiple competing versions." -msgstr "" - -#: sizing.phtml:391 -msgid "" -"The number of design documents and README files aimed at developers. This " -"includes *.txt files, *.texinfo files and README.* files in all " -"subdirectories. For version 1.7 and later, only those in the src " -"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" -msgstr "" - -#: sizing.phtml:396 -msgid "" -"The number of languages that the application messages have been translated " -"to (the number of po/*.po files). In parenthesis, the number of " -"messages in the message files (grep msgstr po/*.po |wc), in " -"thousands." -msgstr "" - -#: sizing.phtml:401 -msgid "" -"The number of people credited in the AUTHORS file (version 1.6 and later) or " -"the README file (earlier versions). These include lead developers, patch " -"submitters and national-language translators. This includes additional " -"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " -"main gnucash/AUTHORS file." -msgstr "" - -#: docs.phtml:11 -#, fuzzy -msgid "GnuCash Documentation Project" -msgstr "Dokumentation" - -#: docs.phtml:13 -msgid "" -"This page is the home of the Gnucash Documentation Project, our goal is to " -"maintain a community of people working towards creation of high quality " -"documentation for GnuCash." -msgstr "" - -#: docs.phtml:15 -msgid "" -"Everything you need concerning GnuCash documentation should be here, if you " -"notice something missing, email gnucash-devel and we will add it." -msgstr "" - -#: docs.phtml:20 -msgid "GnuCash v1.8 (current stable release)" -msgstr "" - -#: docs.phtml:23 -msgid "" -"If you have a question about how to use GnuCash, you are in the right place. " -"The first thing you should do is read the Help Manual and the Concepts " -"Guide, most of your questions can probably be answered by these documents." -msgstr "" - -#: docs.phtml:24 -msgid "" -"The Help Manual is designed to be a quick reference of how to accomplish " -"specific tasks and how to use the features in GnuCash. The Concepts Guide is " -"designed to be an in depth guide to the concepts behind using GnuCash with a " -"tutorial to show how to put those concepts into practice." -msgstr "" - -#: docs.phtml:29 -msgid "Help Manual" -msgstr "" - -#: docs.phtml:31 docs.phtml:35 docs.phtml:39 docs.phtml:41 docs.phtml:84 -msgid "English" -msgstr "" - -#: docs.phtml:33 docs.phtml:85 -msgid "Deutsch" -msgstr "" - -#: docs.phtml:37 -msgid "Concepts Guide" -msgstr "" - -#: docs.phtml:44 -msgid "" -"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " -"to your question within either the Help Manual or the Concepts Guide. We " -"want feedback from you, it is only through your comments that we know " -"how to modify the documentation." -msgstr "" - -#: docs.phtml:46 -msgid "" -"Additionally, you can talk to someone via IRC at irc.gnome.org channel " -"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " -"registered users can ask and answer questions." -msgstr "" - -#: docs.phtml:55 -#, fuzzy -msgid "User Contributed Documentation" -msgstr "Dokumentation" - -#: docs.phtml:58 -msgid "" -"Some people have written HOWTO guides or tutorials. Note: the information " -"presented in these sources may or may not be updated to the most recent " -"version of GnuCash. If you are interested in doing development work on these " -"documents, you should contact the original authors." -msgstr "" - -#: docs.phtml:61 -msgid "Neil Williams GnuCash documentation" -msgstr "" - -#: docs.phtml:63 -#, fuzzy -msgid "GnuCash for Business Users" -msgstr "GnuCash-Banner" - -#: docs.phtml:64 -msgid "mirror" -msgstr "" - -#: docs.phtml:66 -msgid "Joe Mack's Tutorial" -msgstr "" - -#: docs.phtml:68 -msgid "Dave Gilbert's User Guide (PDF)" -msgstr "" - -#: docs.phtml:78 -#, fuzzy -msgid "Older GnuCash Documentation" -msgstr "Dokumentation" - -#: docs.phtml:81 -msgid "" -"This section contains all the older GnuCash documentation. If you are using " -"one of these old versions of GnuCash, it is highly recommended that you " -"upgrade to the latest stable version." -msgstr "" - -#: docs.phtml:86 -msgid "Espagnol" -msgstr "" - -#: docs.phtml:87 -msgid "Português" -msgstr "" - -#: docs.phtml:91 -msgid "Français" -msgstr "" - -#: docs.phtml:101 -#, fuzzy -msgid "Documentation Development" -msgstr "Dokumentation" - -#: docs.phtml:104 -msgid "Interesting Links" -msgstr "" - -#: docs.phtml:105 -msgid "" -"The following links are for further sites that can help with the " -"documentation and review process." -msgstr "" - -#: docs.phtml:110 -msgid "For both reviewers and documentation writers" -msgstr "" - -#: docs.phtml:111 -msgid "" -"Please read the following guides. The new docs are based on the GNOME2 XML " -"docbook system. Everyone wishing to help please follow these guides where " -"possible when reviewing and/or writing docs." -msgstr "" - -#: docs.phtml:116 -msgid "We suggest also subscribing to " -msgstr "" - -#: docs.phtml:117 -msgid "Reviewers" -msgstr "" - -#: docs.phtml:118 -msgid "" -"Please check out the documentation module from the GnuCash svn - gnucash-" -"docs. For those not familiar with svn, the GnuCash wiki has a description. The only " -"change to get the docs is to change the checkout gnucash to checkout gnucash-" -"docs. You can also start from the current docs tarball." -msgstr "" - -#: docs.phtml:119 -msgid "" -"The best way of retaining comments about docs in an easy to find way for " -"everyone would be to use bugzilla.gnome." -"org to file the bugs under documentation. This can also be done using " -"bug-buddy." -msgstr "" +#: index.phtml:26 +msgid "Budgeting " +msgstr "Budgeting " -#: docs.phtml:120 -msgid "Writers" -msgstr "" +#: index.phtml:30 +msgid "Double-Entry Accounting" +msgstr "Doppelte Buchführung" -#: docs.phtml:121 -msgid "" -"Also checkout the docs svn as above. The usual procedure for contributors to " -"GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle " -"getting the patches added into svn until you are given an account. You can " -"also add the patch to a bug report in bugzilla if you wish." -msgstr "" +#: index.phtml:31 +msgid "Stock/Bond/Mutual Fund Accounts" +msgstr "Aktienkonten, Währungskonten" -#: docs.phtml:122 -msgid "" -"Please let other writers know which section you wish to tackle. Please " -"forward this to gnucash-" -"devel so that people can say 'hey I'm doing that already' or 'go ahead " -"and do it'." -msgstr "" +#: index.phtml:32 +msgid "Small-Business Accounting" +msgstr "Geschäftsbuchführung" -#: docs.phtml:123 -msgid "" -"You may also want to retain a local copy of the old documentation to refer " -"to when writing. This still has a lot of useful information in it which " -"hasn't been transferred to the new docs" -msgstr "" +#: index.phtml:33 +msgid "Customers, Vendors, Jobs,
    Invoices, A/P, A/R" +msgstr "Verwaltung von Kunden, Lieferanten, Aufträgen, Rechnungen" + +#: index.phtml:39 +msgid "News" +msgstr "Neuigkeiten" #: externals/footer.phtml:5 msgid "Server & email outage reports to: " @@ -877,13 +582,13 @@ msgstr "" "Übersetzungsprobleme? Bitte gnucash-de@gnucash.org kontaktieren." -#: externals/header.phtml:25 +#: externals/header.phtml:24 msgid "Language" -msgstr "" +msgstr "Sprache" -#: externals/header.phtml:32 +#: externals/header.phtml:34 msgid "Continent" -msgstr "" +msgstr "Kontinent" #: externals/menu.phtml:11 msgid "Information" @@ -893,99 +598,192 @@ msgstr "Infos" msgid "About / News" msgstr "Neuigkeiten" -#: externals/menu.phtml:15 +#: externals/menu.phtml:16 msgid "Features" msgstr "Features" -#: externals/menu.phtml:16 +#: externals/menu.phtml:17 msgid "How to help" msgstr "Mitmachen" -#: externals/menu.phtml:22 +#: externals/menu.phtml:23 msgid "Documentation" msgstr "Dokumentation" -#: externals/menu.phtml:24 +#: externals/menu.phtml:25 msgid "FAQ" msgstr "FAQ" -#: externals/menu.phtml:25 +#: externals/menu.phtml:26 msgid "Wiki" msgstr "Wiki" -#: externals/menu.phtml:27 +#: externals/menu.phtml:28 msgid "Tutorial and Help" msgstr "Tutorial und Hilfe" -#: externals/menu.phtml:37 +#: externals/menu.phtml:38 msgid "Mailing Lists" msgstr "Mailing-Listen" -#: externals/menu.phtml:39 +#: externals/menu.phtml:40 msgid "Search" msgstr "Suche" -#: externals/menu.phtml:41 +#: externals/menu.phtml:42 msgid "Bug Reports" msgstr "Fehlerberichte" -#: externals/menu.phtml:42 +#: externals/menu.phtml:43 msgid "IRC (Chat)" msgstr "IRC (Online-Chat)" -#: externals/menu.phtml:43 +#: externals/menu.phtml:44 msgid "Donations" msgstr "Spenden" -#: externals/menu.phtml:53 +#: externals/menu.phtml:54 msgid "USA (master site)" -msgstr "" +msgstr "USA (Hauptserver)" -#: externals/menu.phtml:54 +#: externals/menu.phtml:55 msgid "Europe" -msgstr "" +msgstr "Europa" -#: externals/menu.phtml:55 -#, fuzzy +#: externals/menu.phtml:56 msgid "SourceForge" -msgstr "Quelltext-Dokumentation" +msgstr "Source-Forge" -#: externals/menu.phtml:56 +#: externals/menu.phtml:57 msgid "Australia" -msgstr "" +msgstr "Australien" -#: externals/menu.phtml:63 +#: externals/menu.phtml:64 msgid "Developer Information" msgstr "Entwickler" -#: externals/menu.phtml:66 +#: externals/menu.phtml:67 msgid "Source Docs" msgstr "Quelltext-Dokumentation" -#: externals/menu.phtml:67 +#: externals/menu.phtml:68 msgid "Browse Source Code" msgstr "Quelltext online" -#: externals/menu.phtml:68 +#: externals/menu.phtml:69 msgid "Subversion Access" msgstr "Subversion-Benutzung" -#: externals/menu.phtml:69 +#: externals/menu.phtml:70 msgid "Language Translations" msgstr "Übersetzungen" -#: externals/menu.phtml:76 +#: externals/menu.phtml:77 msgid "Other Information" msgstr "Weitere Seiten..." -#: externals/menu.phtml:79 +#: externals/menu.phtml:80 msgid "GnuCash Banners!" msgstr "GnuCash-Banner" -#: externals/menu.phtml:80 +#: externals/menu.phtml:81 msgid "Sizing" msgstr "Programmgröße" +#: search/templates/NMZ.result.short.php_tmpl:4 +#: search/templates/NMZ.result.normal.php_tmpl:4 +msgid "score" +msgstr "Score" + +#: search/templates/NMZ.result.short.php_tmpl:6 +#: search/templates/NMZ.result.normal.php_tmpl:9 +msgid "(${size} bytes)" +msgstr "(${size} Byte)" + +#: search/templates/NMZ.head.php_tmpl:27 search/templates/NMZ.body.php_tmpl:4 +msgid "Query" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:29 +msgid "Search!" +msgstr "Suche!" + +#: search/templates/NMZ.head.php_tmpl:31 +msgid "[How to search]" +msgstr "[Hilfe zur Suche]" + +#: search/templates/NMZ.head.php_tmpl:34 +msgid "Display" +msgstr "Zeige" + +#: search/templates/NMZ.head.php_tmpl:42 +msgid "Description" +msgstr "Beschreibung" + +#: search/templates/NMZ.head.php_tmpl:44 +msgid "normal" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:45 +msgid "short" +msgstr "kurz" + +#: search/templates/NMZ.head.php_tmpl:47 +msgid "Sort" +msgstr "Sortierung" + +#: search/templates/NMZ.head.php_tmpl:49 +msgid "by score" +msgstr "nach Score" + +#: search/templates/NMZ.head.php_tmpl:50 +msgid "by date in late order" +msgstr "nach Datum, fallend" + +#: search/templates/NMZ.head.php_tmpl:51 +msgid "by date in early order" +msgstr "nach Datum, aufsteigend" + +#: search/templates/NMZ.head.php_tmpl:52 +msgid "by title in ascending order" +msgstr "nach Titel, aufsteigend" + +#: search/templates/NMZ.head.php_tmpl:53 +msgid "by title in descending order" +msgstr "nach Titel, fallend" + +#: search/templates/NMZ.head.php_tmpl:54 +msgid "by author in ascending order" +msgstr "nach Autor, aufsteigend" + +#: search/templates/NMZ.head.php_tmpl:55 +msgid "by author in descending order" +msgstr "nach Autor, fallend" + +#: search/templates/NMZ.head.php_tmpl:56 +msgid "by size in ascending order" +msgstr "nach Größe, aufsteigend" + +#: search/templates/NMZ.head.php_tmpl:57 +msgid "by size in descending order" +msgstr "nach Größe, fallend" + +#: search/templates/NMZ.head.php_tmpl:58 +msgid "by URI in ascending order" +msgstr "nach URI, aufsteigend" + +#: search/templates/NMZ.head.php_tmpl:59 +msgid "by URI in descending order" +msgstr "nach URI, fallend" + +#: search/templates/NMZ.head.php_tmpl:64 +msgid "Lists to Search" +msgstr "" + +#: search/templates/NMZ.foot.php_tmpl:9 +msgid "This search system is powered by:" +msgstr "Dieses Suchsystem wird mit" + #: search/templates/NMZ.tips.php_tmpl:4 msgid "Tips on searching" msgstr "" @@ -1076,10 +874,6 @@ msgid "" "class=\"operator\">{...}." msgstr "" -#: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:27 -msgid "Query" -msgstr "" - #: search/templates/NMZ.body.php_tmpl:6 msgid "Single term query" msgstr "" @@ -1281,96 +1075,6 @@ msgid "" "more time than other methods." msgstr "" -#: search/templates/NMZ.foot.php_tmpl:9 -msgid "This search system is powered by:" -msgstr "Dieses Suchsystem wird mit" - -#: search/templates/NMZ.head.php_tmpl:29 -msgid "Search!" -msgstr "Suche!" - -#: search/templates/NMZ.head.php_tmpl:31 -msgid "[How to search]" -msgstr "[Hilfe zur Suche]" - -#: search/templates/NMZ.head.php_tmpl:34 -msgid "Display" -msgstr "Zeige" - -#: search/templates/NMZ.head.php_tmpl:42 -msgid "Description" -msgstr "Beschreibung" - -#: search/templates/NMZ.head.php_tmpl:44 -msgid "normal" -msgstr "" - -#: search/templates/NMZ.head.php_tmpl:45 -msgid "short" -msgstr "kurz" - -#: search/templates/NMZ.head.php_tmpl:47 -msgid "Sort" -msgstr "Sortierung" - -#: search/templates/NMZ.head.php_tmpl:49 -msgid "by score" -msgstr "nach Score" - -#: search/templates/NMZ.head.php_tmpl:50 -msgid "by date in late order" -msgstr "nach Datum, fallend" - -#: search/templates/NMZ.head.php_tmpl:51 -msgid "by date in early order" -msgstr "nach Datum, aufsteigend" - -#: search/templates/NMZ.head.php_tmpl:52 -msgid "by title in ascending order" -msgstr "nach Titel, aufsteigend" - -#: search/templates/NMZ.head.php_tmpl:53 -msgid "by title in descending order" -msgstr "nach Titel, fallend" - -#: search/templates/NMZ.head.php_tmpl:54 -msgid "by author in ascending order" -msgstr "nach Autor, aufsteigend" - -#: search/templates/NMZ.head.php_tmpl:55 -msgid "by author in descending order" -msgstr "nach Autor, fallend" - -#: search/templates/NMZ.head.php_tmpl:56 -msgid "by size in ascending order" -msgstr "nach Größe, aufsteigend" - -#: search/templates/NMZ.head.php_tmpl:57 -msgid "by size in descending order" -msgstr "nach Größe, fallend" - -#: search/templates/NMZ.head.php_tmpl:58 -msgid "by URI in ascending order" -msgstr "nach URI, aufsteigend" - -#: search/templates/NMZ.head.php_tmpl:59 -msgid "by URI in descending order" -msgstr "nach URI, fallend" - -#: search/templates/NMZ.head.php_tmpl:64 -msgid "Lists to Search" -msgstr "" - -#: search/templates/NMZ.result.short.php_tmpl:4 -#: search/templates/NMZ.result.normal.php_tmpl:4 -msgid "score" -msgstr "Score" - -#: search/templates/NMZ.result.short.php_tmpl:6 -#: search/templates/NMZ.result.normal.php_tmpl:9 -msgid "(${size} bytes)" -msgstr "(${size} Byte)" - #: search/templates/NMZ.result.normal.php_tmpl:5 msgid "Author" msgstr "Autor" From 88125d3e994555555e347472694bb07d24d4375f Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 23 Jun 2006 19:29:37 +0000 Subject: [PATCH 011/344] Updated German translation. 109 out of 208 done. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14413 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/LC_MESSAGES/gnucash-htdocs.mo | Bin 6380 -> 9479 bytes po/de.po | 73 ++++++++++++++----------------- 2 files changed, 34 insertions(+), 39 deletions(-) diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/de/LC_MESSAGES/gnucash-htdocs.mo index bbd1ad58d179d2a75ec6bfda5fb31a8eb795932d..d658ae22a4b38ecce5d4ec937453250dfb3bdc0c 100644 GIT binary patch literal 9479 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 delta 2085 zcmXxke@sT_^?zMaFos;J7 zMt|6*fBDRuYv$(GW=nE)Yn9c~Kg#}TNwYFNTRf~SSKldJ<-S2rl=kT28 z`941mCx(A&Pk$TCJ7XxL#0KKj3S*+Ul*ff~X{9l1@HJeG?_(i;iu}wMT!Q!&uEHO& z2!F?F3>4(rufy%!H=?>egtSYW!&IsR#!O-*e@NeL3{`Umi}5_x;OnS?KS3q3fK_-K z8O!{Jcj4ctg#JT*Cdf-AxE@P!D_+2Eyv6wD8!GDX3h68J4^cDujEh#}mjC=0REJBb zMDuB^_tv8lZNhTwLd|d(X=)DOCOnK~IO{(@h0Tm_&Qj45U&pn06E&kn)Jpt}_uwD? z^IAr&=YBJ4Wd>0LhLI*_%GW~;oJI|N0qgKhjNvUz>koaTFAt&;m_&7W9F^D{YM|4& z4lkot<_2!WJE-?ou+CbU8q`X)q1x}n^*H7mN44eaMEyp8>Ur`+_ zp@Su?qY`REbreD+){FYAMo=9;gZc_Q)JmO1P3SCY=`W)C{m6g5fX&>0jpSm|d2AeY zQ;iz16*aR?)M4pH4g3W1Gf^(&Xy!0G5GsL-sHMG%*|ULacL$ZoU+7^4jWzQZk;KyG zWhxCkm`5GDo4G%jFHwmt`uG1LKU2!|m3b5DzQ?~mh)QT0^>uhyi!Y(ty@Pu1bJRq? z$2@)iKTzS!We-#cA10K@W@3ccM`#Aagi0f!nQ7luc-^!U`b4#rIyc*i2MB#VI)KY% z$8rUGhyi{7%4WG}=?DEA9V9K~E~1a%z?xn{rIWaq(2{FbDq5{=ghQz8&tZ0Bi(eNy zC-)J1i1c1ATZjhK;{4(VGkgpD*mU%0ogQ~JKNA{nO_F4x{rHSY! z+6Zk`hcS;pZogWywcJ_Ifm6{x7ww%&7crWxacOFN-iyq-$DQ!8r0X@Cz2SH&>9jec z?os?yk~IA^Z~ zE9_i(t$nNfbY`NWkNzve1szU%*RIYkTe-GwWv*^})-Du|x~a%i)Qu!W@ubsg=be!K$9ddF h>rU9b`WkzuzRKn|oXcEq=nNE%O~ezfiKY^>=70R+{b>LI diff --git a/po/de.po b/po/de.po index b52f12f7..58e3c726 100644 --- a/po/de.po +++ b/po/de.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-22 16:46+0200\n" -"PO-Revision-Date: 2006-06-22 16:48+0200\n" +"POT-Creation-Date: 2006-06-23 21:12+0200\n" +"PO-Revision-Date: 2006-06-23 21:28+0200\n" "Last-Translator: Christian Stimming \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -16,16 +16,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: docs.phtml:11 -#, fuzzy msgid "GnuCash Documentation Project" -msgstr "Dokumentation" +msgstr "GnuCash Dokumentations-Projekt" #: docs.phtml:13 msgid "" "This page is the home of the Gnucash Documentation Project, our goal is to " "maintain a community of people working towards creation of high quality " "documentation for GnuCash." -msgstr "" +msgstr "Dies ist die Homepage des GnuCash Dokumentationsprojekts. Unser Ziel ist es, die Community von Beitragenden zu fördern, die gemeinsam eine qualitativ hochwertige Dokumentation von GnuCash erstellen." #: docs.phtml:15 msgid "" @@ -36,11 +35,11 @@ msgstr "" #: docs.phtml:20 msgid "GnuCash v1.9 (current unstable)" -msgstr "" +msgstr "GnuCash Version 1.9 (z.Zt. instabil)" #: docs.phtml:32 msgid "GnuCash v1.8 (current stable release)" -msgstr "" +msgstr "GnuCash Version 1.8 (z.Zt. stabil)" #: docs.phtml:35 msgid "" @@ -59,19 +58,19 @@ msgstr "" #: docs.phtml:41 msgid "Help Manual" -msgstr "" +msgstr "Online-Hilfe" #: docs.phtml:43 docs.phtml:47 docs.phtml:51 docs.phtml:53 docs.phtml:96 msgid "English" -msgstr "" +msgstr "Englisch" #: docs.phtml:45 docs.phtml:97 msgid "Deutsch" -msgstr "" +msgstr "Deutsch" #: docs.phtml:49 msgid "Concepts Guide" -msgstr "" +msgstr "Kurs und Konzepte" #: docs.phtml:56 msgid "" @@ -92,9 +91,8 @@ msgid "" msgstr "" #: docs.phtml:67 -#, fuzzy msgid "User Contributed Documentation" -msgstr "Dokumentation" +msgstr "Benutzerbeiträge zur Dokumentation" #: docs.phtml:70 msgid "" @@ -109,9 +107,8 @@ msgid "Neil Williams GnuCash documentation" msgstr "" #: docs.phtml:75 -#, fuzzy msgid "GnuCash for Business Users" -msgstr "GnuCash-Banner" +msgstr "GnuCash für Kleingewerbenutzer" #: docs.phtml:76 msgid "mirror" @@ -126,9 +123,8 @@ msgid "Dave Gilbert's User Guide (PDF)" msgstr "" #: docs.phtml:90 -#, fuzzy msgid "Older GnuCash Documentation" -msgstr "Dokumentation" +msgstr "Alte und veraltete Dokumentation" #: docs.phtml:93 msgid "" @@ -139,15 +135,15 @@ msgstr "" #: docs.phtml:98 msgid "Espagnol" -msgstr "" +msgstr "Spanisch" #: docs.phtml:99 msgid "Português" -msgstr "" +msgstr "Portugiesisch" #: docs.phtml:103 msgid "Français" -msgstr "" +msgstr "Französisch" #: docs.phtml:113 msgid "Documentation Development" @@ -240,7 +236,7 @@ msgid "" "Every transaction must debit one account and credit others by an equal " "amount. This ensures that the \"books balance\": that the difference between " "income and outflow exactly equals the sum of all assets and equity." -msgstr "" +msgstr "Jede Buchung besteht aus zwei Teilen: Der eine Buchungsteil vermindert ein Konto (Debit) und der andere erhöht ein anderes Konto (Kredit) um den gleichen Betrag. Dadurch ist sichergestellt, dass die Bücher ausgegelichen sind: Der Unterschied zwischen Erträgen und Aufwendungen ist identisch zur Summe aller Aktiva und Eigenkapital." #: features.phtml:36 index.phtml:24 msgid "Reports, Graphs" @@ -702,7 +698,7 @@ msgstr "(${size} Byte)" #: search/templates/NMZ.head.php_tmpl:27 search/templates/NMZ.body.php_tmpl:4 msgid "Query" -msgstr "" +msgstr "Abfrage" #: search/templates/NMZ.head.php_tmpl:29 msgid "Search!" @@ -722,7 +718,7 @@ msgstr "Beschreibung" #: search/templates/NMZ.head.php_tmpl:44 msgid "normal" -msgstr "" +msgstr "normal" #: search/templates/NMZ.head.php_tmpl:45 msgid "short" @@ -778,7 +774,7 @@ msgstr "nach URI, fallend" #: search/templates/NMZ.head.php_tmpl:64 msgid "Lists to Search" -msgstr "" +msgstr "Folgende Listen durchsuchen" #: search/templates/NMZ.foot.php_tmpl:9 msgid "This search system is powered by:" @@ -786,21 +782,21 @@ msgstr "Dieses Suchsystem wird mit" #: search/templates/NMZ.tips.php_tmpl:4 msgid "Tips on searching" -msgstr "" +msgstr "Suchtipps" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "" +msgstr "Wenn Sie mit der Suche nicht zufrieden sind, können Sie die folgenden Tipps ausprobieren." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" "Check a spelling of your keyword
    \n" "Namazu can't find anything with wrong spelling." -msgstr "" +msgstr "Prüfen Sie die Rechtschreibung eines Stichwortes. Das Suchsystem Namazu kann keine falsch geschriebenen Stichwörter finden." #: search/templates/NMZ.tips.php_tmpl:15 msgid "Add keywords" -msgstr "" +msgstr "Mehrere Stichworte angeben" #: search/templates/NMZ.tips.php_tmpl:17 msgid "" @@ -876,7 +872,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:6 msgid "Single term query" -msgstr "" +msgstr "Abfrage eines Wortes" #: search/templates/NMZ.body.php_tmpl:8 msgid "" @@ -886,7 +882,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:16 msgid "AND query" -msgstr "" +msgstr "AND Abfrage" #: search/templates/NMZ.body.php_tmpl:19 msgid "" @@ -904,7 +900,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:33 msgid "OR query" -msgstr "" +msgstr "OR Abfrage" #: search/templates/NMZ.body.php_tmpl:35 msgid "" @@ -916,7 +912,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:45 msgid "NOT query" -msgstr "" +msgstr "NOT Abfrage" #: search/templates/NMZ.body.php_tmpl:47 msgid "" @@ -928,7 +924,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:58 msgid "Grouping" -msgstr "" +msgstr "Gruppierung" #: search/templates/NMZ.body.php_tmpl:60 msgid "" @@ -939,7 +935,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:69 msgid "Phrase searching" -msgstr "" +msgstr "Ganze Sätze suchen" #: search/templates/NMZ.body.php_tmpl:71 msgid "" @@ -953,7 +949,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:88 msgid "Substring matching" -msgstr "" +msgstr "Teilstring suchen" #: search/templates/NMZ.body.php_tmpl:90 msgid "There are three types of searching by substring matching." @@ -985,7 +981,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:104 msgid "Regular expressions" -msgstr "" +msgstr "Reguläre Ausdrücke" #: search/templates/NMZ.body.php_tmpl:107 msgid "" @@ -1035,16 +1031,15 @@ msgid "" msgstr "" #: search/templates/NMZ.body.php_tmpl:152 -#, fuzzy msgid "Notes" -msgstr "Neuigkeiten" +msgstr "Hinweise" #: search/templates/NMZ.body.php_tmpl:155 msgid "" "In any queries, Namazu ignores case distinctions of\n" "alphabet characters; i.e. Namazu does\n" "case-insensitive pattern matching." -msgstr "" +msgstr "In allen Abfragen wird die Groß-/Kleinschreibung ignoriert." #: search/templates/NMZ.body.php_tmpl:160 msgid "" From 584accdaac271d200f85826665c12a71c2804285 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 23 Jun 2006 19:46:02 +0000 Subject: [PATCH 012/344] Mark forgotten string for translation. Remove Budgeting feature promotion because it's not yet available. Update German translation. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14414 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/LC_MESSAGES/gnucash-htdocs.mo | Bin 9479 -> 12791 bytes features.phtml | 7 +-- index.phtml | 2 +- po/de.po | 79 +++++++++++++++++++++++-------- 4 files changed, 62 insertions(+), 26 deletions(-) diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/de/LC_MESSAGES/gnucash-htdocs.mo index d658ae22a4b38ecce5d4ec937453250dfb3bdc0c..17b268b7440813a975b06d383524024705ba88f4 100644 GIT binary patch delta 5865 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 R8+yAId5-CmGftU4@L!9fr=S1; delta 2556 zcmY+^T};(=9LMo52b7d3KzRy^gFFZci1>sh7>TI}is3`1hCm0QgQvwq6Hv}oGa8$2 zC%x$bSK21&N>3NA*^;fPb)gr|?4p`zZOqzoIcpiM-k)=RUi2H^|Lgbvpa1{&@csRM z{MmM(F8E_g++m{xh-_jc)=UqkrgNb*&MuU_XI6#fxEkYdFY3enm=R+(jPcxmz{6A=L*1XpM7)HV_${iv zJE(!)$8?P6M(^j~LpT?w)4!EdxyFN~$mA`N)-;1;)QkD343r`xwkk}*dVCyr;$t|7 zqj&_b;u2miz?poUgXO698j-GS8z#`dwX1^N$RuqDSK%=3!z-wzsi#-H*NJMV50!}_ zo-G zAB*vIRD(xR9e#v*?{iGUZ%}(<0<{E_ScrF$$v<^VC*OLZ80TO)YAu^kBi@6N3^|8T z1AGhlvoS7e=L z+dXFes5QGmuaUiidhaf3ll_HiIG$1>NwsTbrx!3IjBq) z$sm=5RQR)ME@ac1Q3D!4jd%pr;VA0EQ>bHi7B!%osP}H8j^97X_OWD+fCfGnmGV;L z&lYjf5^cet8unAsF79_f971(;95s_qQ7OBGWZkZz2KYOwp*Zq=0W(n(xPjVSe`60$ z%Zm=MANAb`@{_%vNB*hXI2RqepWO?$Q8Sow_bDu-29l4O;c|E1=3(3NmWXTC4^?KvObDE zg{z20;z{>x4{9kr#7ZJq$wfu!&|av}jVn8xO65z0Qm3Mfy&S2Tz2bZxbsE?bkusO- zLRas?GNPQ|blO&8BT+~Hku$o98y$^8;zeQsv5QdA2Ggc1(v2&ATuO8jEyQx7op^>& zSxe~O_iEixa)|B3X5s}xdqqc9{YQ>aG1X+kZ)<+^N@TTN^D! [Register] -The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions. The register supports common checking and credit-card transactions, as well as income, stock and currency transactions. +


    @@ -111,11 +111,6 @@ The checkbook-style register provides a custom, convenient and familiar interfac


    -

    -

    -

    -
    -

    diff --git a/index.phtml b/index.phtml index 5262232d..d2d5199b 100644 --- a/index.phtml +++ b/index.phtml @@ -23,7 +23,7 @@ include("externals/menu.phtml");
  • -
  • +
    diff --git a/po/de.po b/po/de.po index 58e3c726..ca3d21d0 100644 --- a/po/de.po +++ b/po/de.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-23 21:12+0200\n" -"PO-Revision-Date: 2006-06-23 21:28+0200\n" +"POT-Creation-Date: 2006-06-23 21:43+0200\n" +"PO-Revision-Date: 2006-06-23 21:45+0200\n" "Last-Translator: Christian Stimming \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -24,7 +24,10 @@ msgid "" "This page is the home of the Gnucash Documentation Project, our goal is to " "maintain a community of people working towards creation of high quality " "documentation for GnuCash." -msgstr "Dies ist die Homepage des GnuCash Dokumentationsprojekts. Unser Ziel ist es, die Community von Beitragenden zu fördern, die gemeinsam eine qualitativ hochwertige Dokumentation von GnuCash erstellen." +msgstr "" +"Dies ist die Homepage des GnuCash Dokumentationsprojekts. Unser Ziel ist es, " +"die Community von Beitragenden zu fördern, die gemeinsam eine qualitativ " +"hochwertige Dokumentation von GnuCash erstellen." #: docs.phtml:15 msgid "" @@ -227,6 +230,22 @@ msgstr "" msgid "Checkbook-Style Register" msgstr "Übersichtliches Kontobuch" +#: features.phtml:26 +msgid "" +"The checkbook-style register provides a custom, convenient and familiar " +"interface to entering financial transactions. The register supports common " +"checking and credit-card transactions, as well as income, stock and currency " +"transactions." +msgstr "" +"GnuCash wurde von Grund auf so erstellt, dass es einfach zu benutzen ist. " +"Innerhalb von Minuten sind Sie in der Lage, die Daten ihrer Finanzen " +"einzugeben und eine graphische Übersicht über ihre Finanzen erstellen zu " +"lassen. Wenn Sie ein normales Haushaltsbuch führen können, dann sind Sie " +"auch in der Lage GnuCash zu benutzen. Machen Sie Eingaben direkt im " +"Kontobuch und benutzen Sie die automatische Vervollständigung um Buchungen " +"automatisch abzuschliessen. Die Bedieneroberfläche können Sie in der " +"Anwendung selbst an ihre Bedürfnisse anpassen." + #: features.phtml:30 msgid "Double Entry" msgstr "Doppelte Buchführung" @@ -236,7 +255,12 @@ msgid "" "Every transaction must debit one account and credit others by an equal " "amount. This ensures that the \"books balance\": that the difference between " "income and outflow exactly equals the sum of all assets and equity." -msgstr "Jede Buchung besteht aus zwei Teilen: Der eine Buchungsteil vermindert ein Konto (Debit) und der andere erhöht ein anderes Konto (Kredit) um den gleichen Betrag. Dadurch ist sichergestellt, dass die Bücher ausgegelichen sind: Der Unterschied zwischen Erträgen und Aufwendungen ist identisch zur Summe aller Aktiva und Eigenkapital." +msgstr "" +"Jede Buchung besteht aus zwei Teilen: Der eine Buchungsteil vermindert ein " +"Konto (Debit) und der andere erhöht ein anderes Konto (Kredit) um den " +"gleichen Betrag. Dadurch ist sichergestellt, dass die Bücher ausgegelichen " +"sind: Der Unterschied zwischen Erträgen und Aufwendungen ist identisch zur " +"Summe aller Aktiva und Eigenkapital." #: features.phtml:36 index.phtml:24 msgid "Reports, Graphs" @@ -248,6 +272,13 @@ msgid "" "with a full suite of standard and customizeable reports, such as Balance " "Sheet, Profit & Loss, Portfolio Valuation, and many others." msgstr "" +"GnuCash wird mit über 30 vorgefertigten Berichten geliefert, einschließlich " +"einer Übersicht über Konten, Einnahmen, Ausgaben, Überweisungen, einer " +"Bilanz, Gewinn&Verlust, einer Depotbewertung, und vieler anderer. Die " +"Berichte beinhalten auch eine graphische Aufbereitung der Daten, inklusive " +"Tortengrafiken, Balkengrafiken und Punktwolken. Berichte können als HTML " +"Dateien exportiert werden und können einfach an individuelle Anforderungen " +"angepasst werden." #: features.phtml:43 msgid "Income/Expense Account Types" @@ -270,16 +301,22 @@ msgid "" "Different accounts can be denominated in different currencies. Currency " "movements between accounts are fully balanced when double-entry is enabled." msgstr "" +"GnuCash unterstützt die Verwendung mehrerer Währungen und den Handel mit " +"ihnen. Bei Verwendung der doppelten Buchführung werden Währungsänderungen " +"zwischen Konten berücksichtigt." #: features.phtml:53 msgid "Stock/Mutual Fund Portfolios" -msgstr "" +msgstr "Wertpapierverwaltung" #: features.phtml:54 msgid "" "Track stocks individually (one per account) or in portfolio of accounts (a " "group of accounts that can be displayed together)." msgstr "" +"GnuCash besitzt eine Reihe von Funktionen, um Anlagen zu überwachen. Von " +"einfachen festverzinslichen Wertpapieren bis zu börsennotierten Aktien kann " +"GnuCash ihre Anlagen verwalten." #: features.phtml:57 msgid "Small Business Accounting Features" @@ -290,6 +327,10 @@ msgid "" "Simplify managing a small business with Customer and Vendor tracking, " "Invoicing and Bill Payment, and Tax and Billing Terms." msgstr "" +"Für geschäftliche Anwendungen können Kunden und Lieferanten verwaltet " +"werden. GnuCash besitzt ein System für Konten mit Forderungen und " +"Verbindlichkeiten, Rechnungsstellung und Erledigung von Zahlungen. Auch " +"unterschiedliche Besteuerungs- und Fälligkeitsregeln werden unterstützt." #: features.phtml:62 msgid "QIF Import" @@ -300,6 +341,8 @@ msgid "" "Intuit® Quicken® QIF files can be imported, " "and are automatically merged to eliminate duplicate transactions." msgstr "" +"Quicken QIF Dateien können importiert werden. Dies ist ein Format das von " +"vielen kommerziellen Softwarepaketen zur Finanzverwaltung benutzt wird." #: features.phtml:66 msgid "OFX Import" @@ -338,13 +381,15 @@ msgstr "" #: features.phtml:78 msgid "Statement Reconciliation" -msgstr "" +msgstr "Kontoauszug abgleichen" #: features.phtml:79 msgid "" "A reconcile window with running reconciled and cleared balances makes " "balancing against bank statements easy." msgstr "" +"Die eingebaute Kontenabstimmung vereinfacht den Abgleich der in GnuCash " +"eingetragenen Konten mit Kontoauszügen." #: features.phtml:82 msgid "Localization" @@ -422,19 +467,11 @@ msgid "" "A guided dialogue for setting up loan payments as scheduled transactions." msgstr "" -#: features.phtml:114 -msgid "Budgets" -msgstr "" - #: features.phtml:115 -msgid "Plan your income and expenses, then compare your budget with reality." -msgstr "" - -#: features.phtml:120 msgid "New User Manual and Help" msgstr "" -#: features.phtml:121 +#: features.phtml:116 msgid "" "A new help subsystem that focuses on how to do tasks is now available, in " "addition to a Tutorial and Concepts guide that gives the user background " @@ -543,8 +580,8 @@ msgid "QIF/OFX/HBCI Import, Transaction Matching" msgstr "HBCI Online-Banking, QIF/OFX/MT940 Import" #: index.phtml:26 -msgid "Budgeting " -msgstr "Budgeting " +msgid "Financial Calculations " +msgstr "Finanzrechner" #: index.phtml:30 msgid "Double-Entry Accounting" @@ -786,13 +823,17 @@ msgstr "Suchtipps" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "Wenn Sie mit der Suche nicht zufrieden sind, können Sie die folgenden Tipps ausprobieren." +msgstr "" +"Wenn Sie mit der Suche nicht zufrieden sind, können Sie die folgenden Tipps " +"ausprobieren." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" "Check a spelling of your keyword
    \n" "Namazu can't find anything with wrong spelling." -msgstr "Prüfen Sie die Rechtschreibung eines Stichwortes. Das Suchsystem Namazu kann keine falsch geschriebenen Stichwörter finden." +msgstr "" +"Prüfen Sie die Rechtschreibung eines Stichwortes. Das Suchsystem Namazu kann " +"keine falsch geschriebenen Stichwörter finden." #: search/templates/NMZ.tips.php_tmpl:15 msgid "Add keywords" From 9b215eed3cdf738eb91ecdffbbb69d4d06ac99b1 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 23 Jun 2006 19:48:05 +0000 Subject: [PATCH 013/344] forgot to compile translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14415 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/LC_MESSAGES/gnucash-htdocs.mo | Bin 12791 -> 12807 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/de/LC_MESSAGES/gnucash-htdocs.mo index 17b268b7440813a975b06d383524024705ba88f4..48f3244ceebf456d5ccdb27d5ec15e9375521002 100644 GIT binary patch delta 2203 zcmXxle@s2fbz^a?c6hcdI%u$InXD#gy`tkm7k7wsOuje^D=RD8z zeZJ>%GrgPTS9=!e@2_1GG;^%*yZ_ zx_A|J-zhNTv|U^(aWCq8^s!^ySb!%{4@_VXf5AMwhUf4G-iBk$t^|KT^}CFE zeg=y$hYM9J#d(;(C^q9l+<<5Cxgy8xLn;r_>kR&ki|}Z%Sqv|r2AD-nG?!7e@)FN# zBxu%vYcPd7a68_Pf1~=B%{Lpy8r1s^p(1tEp~7Tr3^l+7WRZ3SIqfDFg(|-^8~QTL zrM(a}a2)l*My$eS)Wp{zbGGME5qJePj*EJ3AJ(Ju85Oq&ke4WDYEh9$dM-zD&9PNfG~;$u$X-ICW_wXD-jCPt zYdnMp+2|T<=V|?Y2zTNh?87jl>i(eTFjmw40C|NSM@{Gq7BRk^r^0E!aZz&kxo9F$ zRMOmsdaxZ?l=Y)R{wi|Xn_Lw71D+>P&tF1CTbLk}Wv6Zi;7z-KS9;bIdcA`Rb z)^ieh)@D$97GO4dK?!P4D^OWpkK6Gc)IyG+A~251ok_eGr%}(>5f0^A13H`iW-U~- zwcmUBp{Sxdk=AAgaHMq=~)n`2{L6Cp^bd5%>|;`p6B`=i89TPOvFK z{PnEdTV(brUO^?_J7j1b9z(rv0+mzK zsFnYNicC03{1vLwB)@jJ81KiIF^U8aRjxZ1E>&=qWX;^`Ds(A z{{B0%6JLO8*JB+ywh~X$PB*l_3E7C5$s%9s414Yy+M((FnGQ4!dK+S3tayKNNp z{Z4s*pGK{8)@zq6%TBZo6^RvId!5(rMlEOu)>A)G}G z?7z!>J}(9uR& zNm0mG9S>19P#WFQU}LTp6n3u%TMCqxI<)KM zZYmTjRy6e)Yuj2VWo}m}QK_s`>OM-*(MefLiMt<#lD;DMRH!Pd@H{~w)N{YJV4ErW zbn;zacrr5+j^vd0^mX*5dpdgKtsTATZM_{Y_Vo8{jc0BY_C);6%iWHuq%W1(UFG^R Y$!JYpMBRr5y3*Z!T?3hi6Nd}`2VzR@HWoHG!M%#gCX3Ci?JX5cnmo$%Vn<5YzPC~Unn)3 zjaSjd+oO74WR}&i!9Q9Lr%NSMWMfo3VE=K!7+>) zxDwT29Y!&Mns_@hSL;GWU>jv$7@h4TaVhqmpwngVLJK}J9+-*LbD_ID=PVRlA#N50M*|wsGPcpTJTL& zM5ddFzb4>Mn7xSA_!z#5aXf-r`7rLoQ4C;rG9QV}sJ-8gv*Zi;?x8ek9CB2LD9qmBv=^kXe?KtZD&3V6H zM6L9OcVEz!pJ){-5-r~S6W;wg)Pgo)gDoM8sVKQVL9Osx)QcmikX=KC@CIt&TW#*{ zKx-;abuDEzrGxS~ZYoq? zp(rZH_#3dLlxnv-)L5f5j!;%nbYv)L%6#{5DB&x2e-1@sO7RycgnH(`7HlI$pH8Xk zE4~`c^mM<`+t(A%UM`OKvxSkK(t?MVxP8%tuPwVjN|P1a{%?|uH56snH4c{j2jem6 AQUCw| From 5b11006d2f389a6ef592461965d41151c226e3eb Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sat, 24 Jun 2006 03:09:58 +0000 Subject: [PATCH 014/344] "Import" old v1.6 and v1.8 documentation from old website. Only pull in the actual HTML docs. We don't need to pull in the XML. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14421 57a11ea4-9604-0410-9ed3-97b8803252fd From 9e76c5cd8134ef3daf627e9b86f0f3b18c184569 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sat, 24 Jun 2006 03:46:23 +0000 Subject: [PATCH 015/344] Update docs pointers. Add a pointer to the nightly 'help' build remove 1.4 docs move location of 1.8 pdf files. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14424 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs.phtml b/docs.phtml index 28266cf5..89f2a17a 100644 --- a/docs.phtml +++ b/docs.phtml @@ -21,6 +21,7 @@ include("externals/menu.phtml");

A nightly build of the current unstable-branch Concepts Guide is available.

+

A nightly build of the current unstable-branch Help is also available.

@@ -43,13 +44,13 @@ include("externals/menu.phtml"); echo _("English");?> |
- PDF:
HTML:
- PDF:
@@ -98,10 +99,6 @@ include("externals/menu.phtml"); | -
    -
  • GnuCash v1.4: -
  • -
From 10fa90c48888c0796242b606d940634e93c0cd4d Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sat, 24 Jun 2006 03:52:16 +0000 Subject: [PATCH 016/344] Fix the help.html link. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14425 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.phtml b/docs.phtml index 89f2a17a..142f6b28 100644 --- a/docs.phtml +++ b/docs.phtml @@ -21,7 +21,7 @@ include("externals/menu.phtml");

A nightly build of the current unstable-branch Concepts Guide is available.

-

A nightly build of the current unstable-branch Help is also available.

+

A nightly build of the current unstable-branch Help is also available.

From 9460f08ab7a4a4f89edbaf647026737a10d488ea Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 26 Jun 2006 11:30:53 +0000 Subject: [PATCH 017/344] Add German translation of 1.9.8 release announcement git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14438 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/de/060618-1-9-8.news | 83 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 news/de/060618-1-9-8.news diff --git a/news/de/060618-1-9-8.news b/news/de/060618-1-9-8.news new file mode 100644 index 00000000..7dc78cc4 --- /dev/null +++ b/news/de/060618-1-9-8.news @@ -0,0 +1,83 @@ +Pressemitteilung: GnuCash 1.9.8 Release +2006-06-18 18:30 + +Das GnuCash Entwicklerteam verkündet das Release der Version +GnuCash 1.9.8, Codename "Grab that cash with both hands and make a +stash". Dieses Release ist die erste "Release Candidate" Version, +die auf dem Weg zur stabilen 2.0.0 Version veröffentlicht +wird. Dieses Release enthält viele weitere Fehlerkorrekturen seit +dem letzten Beta-Release. + +

Was ist neu in GnuCash 1.9.8?

+ +

o Jeder ist eingeladen, alle möglichen und verfügbaren Features + zu testen. Fehlerberichte bitte alle ins Bugzilla stellen + http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

+

o Wir möchten alle Leser und Tester ermuntern, mit dieser + Version so ausführlich wie möglich zu arbeiten und + herumzuspielen, damit alle noch vorhandenen Fehler bis zur 2.0.0 + Release vorher gefunden und behoben werden.

+

o Wer außer dem Testen noch weitere Hilfe beitragen möchte, ist + herzlich eingeladen, sich auf den Mailinglisten zu beteiligen, + siehe http://www.gnucash.org/de . Besonders für das + Aktualisieren der Dokumentation wird noch weitere Hilfe + benötigt. Siehe http://wiki.gnucash.org/wiki/Development für + Informationen zum Mitmachen.

+

o Neueste Korrekturen betreffen folgendes:

+
    +
  • Kontofenster-Korrekturen.
  • +
  • Geschäftliche Berichte wiederhergestellt.
  • +
  • QIF-Import und HBCI Korrekturen.
  • +
  • Währungen aktualisiert.
  • +
  • Rechnungen korrigiert.
  • +
  • GUI verbessert.
  • +
+ + +

Vorsichtsmaßnahmen

+

Vorsichtsmaßnahmen für Tester: +

+ +
  • Jede 1.9.x Version könnte noch immer unvorhergesehen mit +Fehler abbrechen und abstürzen. Wir empfehlen, nach jedem +nicht-trivialen Arbeitsschritt "Speichern" aufzurufen. + +
  • In der Dokumentation sind inzwischen die Screenshots +aktualisiert, aber die Texte beziehen sich meistens noch immer auf +die 1.8.x Version. Wir benötigen weitere Hilfe bei der +Dokumentations-Aktualisierung; siehe http://wiki.gnucash.org/wiki/Development für Informationen um mitzumachen. +
+ +

Wie kann man mitmachen?

+ +
  • Testen: Jeder ist eingeladen, alle Funktionen zu testen +und auszuprobieren. Jegliches unerwartete Verhalten und alle +Fehler sollen dann bitte ins Bugzilla eingetragen werden: http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash + +
  • Übersetzung: In diesem Release sind viele neue +Übersetzungs-Strings hinzugekommen. Wenn jemand eine Übersetzung +beitragen kann, laden wir herzlich ein, dieses Release zu +installieren und zu testen. Das Projekt befindet sich im String +Freeze, um die Übersetzer zu unterstützen. Übersetzer mögen bitte +http://wiki.gnucash.org/wiki/Translation_Status +für das weitere Vorgehen beachten.
+ + +

+Download an den bekannten Stellen! + +

+http://www.gnucash.org + +

+http://download.sourceforge.net/gnucash From 60d83d0a87d4bd5e1669bd438b757fffbd9ac4df Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 26 Jun 2006 11:43:05 +0000 Subject: [PATCH 018/344] Mark forgotten strings for translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14439 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/menu.phtml | 2 +- search/templates/NMZ.head.php_tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/menu.phtml b/externals/menu.phtml index ecd7cb63..8a86d57e 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -48,7 +48,7 @@ if (ereg("lists.gnucash.org", $self)) { marker - Downloads + -
 
- -
-
- [document icon] - -
-
-

-
    -
  • GnuCash v1.6: - | - | - | -
  • -
-
-
+

gnucash-user mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We want feedback from you, it is only through your comments that we know how to modify the documentation.");?>

+

English or Deutsch GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions.");?>

-
 
- -
-
- [document icon] - -
-
-

:
-

- DocBook: The Definitive Guide.
- DocBook XSL: The Complete Guide.
- GNOME Human Interface -Guidelines

-

:
-

-

-The GNOME Documentation Style Guide
- -The GNOME Handbook of Writing Software Documentation

-

gnucash-devel.

-

-

description. The only change to get the docs is to change the checkout gnucash to checkout gnucash-docs. You can also start from the current docs tarball.");?>

-

bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy.");?>

-

-

gnucash-devel mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla if you wish.");?>

-

gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?>

-

-
-
+

+
    +
  • +
  • + ()
  • +
  • +
  • +
- +

+

+
    +
  • GnuCash v1.6: + | + | + | +
  • +
+ +

+ +

+ + +

+

+ +

gnucash-devel.

+ +

+

description. The only change to get the docs is to change the checkout gnucash to checkout gnucash-docs. You can also start from the current docs tarball.");?>

+

bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy.");?>

+ +

+

gnucash-devel mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla if you wish.");?>

+

gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?>

+

+ + diff --git a/externals/banner5.png b/externals/banner5.png new file mode 100644 index 0000000000000000000000000000000000000000..d02b23e105d223920849e4c1294a003e71780f55 GIT binary patch literal 20603 zcmV)|bP*c9fsDKT7FJQ&k zjo1s<o-$VT}7`>HnCV@<&v+r9(?JfYqx$c1ntFM>;}e; zeb{Fh8W2&xDwc>^sF;9-Vj@_8?BQlrAmKp_G`3|+&*a>>hwWvOd$AYaA-*@J_{MX$ z{%fCo`kuI@CP031FKpY!bzN#}YkBXTH#ua#JgVwaD<6IC!y&icc6aJ~A!;x7q6Nl| zeZVqJ38+c{G$29%B>))zY1#l!p;p8#d;Ib9o&Pj3d$AY)jrd-e;{CT@JN!o@2Yyl> z4M=W55AyT#DJ?B!;lhO!7Z+1rUQVat9Ew6wYGUcz*KFGI=(iifT+S&19MrNf-S0(_lmCoc|-Du8iVnS9=MW+fdDml zvV~Z95$8=P|DlZ4&wqZO5e`cb*RU0WK(Joi`F|ZQBI_Q1{Osg^nvlKNi~kmUFHG_E z=Wcyht=utzNDo}sB@&6?c^(A?1#DRU0bSb%FhcF{j6C8=kFv5YIO!S&^(kc07fV0+ zba`~t(djQ`HQ+(;kn?LB*r_bn5zO1CCriKeHxPaBGS5s5Do({ok64IWoefB3B zjk0FV8rH2_NB8dCS+{mMM~v>qhwp!W|1ZwD>ij)LPed+h@8G*0I2Z7Jvs%;x-V%%n z3CtC6b6USoQ{L|p^0M^7m1&rI;y0=wWqx5S>T-$q=dqu`jj263PG_I}u$9SpK|Hm= z2#RP>e;E3|?-L2v3$2|s>(u|s_ir!u;`@XpA~^;FerM425W%;@ozgeOS-~~Y}tb6dGzkxo7&o1a&vR(*r_L5D${i8+~FMC zcT}&8v;Gy2<+rHnH#Wox$oQWLzWW6Vzg@4y0FLnBpb+VlGN}qE|8{l$@F34x7Zczn zObveHN&@bFAcus=R4EfGfp2VK{OeyoVr4RJSVTgohG|&TNY>Zkd*TWXh=Zz&fdhD1 z#|r9QEks3?tOJIasG2I60v2Gh=dDzOh7l_SD)w-_d$AY)-@!5&dYjE3&Nk|KM90nn zLLrk)8Zlrys_R;o?L79_>F&2}XzbXBEYl<;>IGFKh+^|C8Kod$_A|WWrAjjG645A*MlBDpUv(S2QF@o_S&si4{ z*ae1|GPg?9UQN=f!Sn)ZJ9*@!`e1pH<{4GMlby}|Kl|BTMko{rifR~=G(~Lz>qX^XAap^V@JpAyt zWUn9NcZc)Ndq5n=GE=FHX_^?Ssy?6J*|4FjyLa6GdteEX5WrE#71O?hpK1SC&6d(M zkzAAf0v}zv+0;~L$jkS!`s)OrepE|gv5%|%)Q9zJlgxd+0x`03Bi+HY^3scWcv{1x z2~`vqY{9KdkxHledQ~aid-Y@U=FQ~i=cB4wi_~~FxQ%5gp6gIiY2gnjsZ=<;yPXWn z_)da60&SbyEBdtwj{*w>bsFwArs9cWbOvLzhaN7-jtx!z4?`Xg4kFLJWrumT=6v9r zGxSm4GsC}bnWm;E&d(S2${h98vD&TbXiN>YRnJ8i-6hr40b7Kyh=#+VKoF3uIP@FC zAwC71`_NkXytjV+ZsB4_r$9XV?AA%mZUKdyk)ShmL~y1Fmc}Wr0o)*41}o-2T2^f0lz32` zz!z7Y-WW1Zt+?~SrI&6rk&hoN(rwY$HGZ5O^v8ee;w>#`V{cH|^ zi{aLfn=9ZbSh#AK&kSGgduGJf?to2?q$a&_o~Se~nNC0bAzM5RsSt)h$dK&rJ(Y6J zS5N-qRT(?hqh+JMSk9^ucU^gx&+gnJ2sT6NV8{lKv*&NdG1tmdfhFP@A8SqMT`v6PvX)k|fy0jInx6E|UE7WI{GR{g z|J%{)d}LBJdQT%gA|k$1f7CN`=Et{fS7vU%KlrB|w#kpAs`d7|mgxXbJaJC!@WbDV zcj&OTi$J8cJZ(WO_y0EoquoMF=I5aSfj~GE@EL~C@DbVeeV48c!4NSGLn4MD5ix{6 z|LNtpX&GB5Pd;|K|Dzz= zZ#D8wB{5v!`0d-%ksiK9LA*60QnqcU(iw+}o<@r@S-(2}vj$oNYw958xpZ!C;B8m8 zi`7doH|OB32O61T5GPlWV?a8$DDq*D^fHU~>!}yzamV!G1e_z=8ZYDP;-|6<(Nqr- z;MQcvN;BZO06xU$ApsW+%CauW$YtkDw}KK1b_f-B>zZ$&ny0O71ebPuyGy)y%bBzy zW6gx32dxS%dn0dMkLBTfuQC`csPp;EWNXgrGFwc1=5+ktCH2upx9bL`cE)r&6L3c> zTtH6J_2chv%f;yw{>p|$g=hM6@w?lNHJkGuR(wtdHUZ5Toab8kt(B3o{CgB18O)7s zjW595xrgc4v9mWCMxv{r+llPkg5$8AzoN)gBS^(b3dblE8L&m+$%IaScUSBEE+I12 zvZ*)&^awCQf|i2LitCK`zir)@T=Im^FwBr45*CqQ?_S0J7L2SVWBXRuFFgB2?}eXj zsDJKRO~LIqznO|gQ!#bjFXB4m=^U9f%)>o4uG9bb+xG821rd=T<9?~gaSFKxvemqY1{uWVd35amMRhjs=%m9;M76;4B)~P52hGtDhyC7 zgb{M^!WKrzK_do67#v#h>}XZ~CrGit`GWILxU`OD;;x2h(aqo&yj+l7G2|&!q-^`! zmcsVZ96=+3FOosRB2oua;IYJcZPuPL%k67^_MnU5D%6@#4OVp=UoGS~^~8H=*7&-2 z?-sJV$ddG=*rit?JkB^Y%%!rF1kfOOJW!N0nFo;?pH7)v0PomR^3SABzjBv}{|+EB*0kyPn!<2FW-DG9 z$ViZqpiG#W&}mb4r@pCEU-9`2Gb9FKF(uTiS3BQsGrA`CcK3SOlF}n9%A&swhW!h+ zy~KhYu+;TrJ%E#)j}8I;&oadT<7a7h@je@5m7+rhe^xU0^$Hfut7hS6*#+{3we`Qn^;Tn*xQK-Et2 zw4A6D&}IM^6-BKqKfBydFx{phld-bhzoahc7-(FeB1YX7xId+(y`;3psGZK zo;lPnL}KwwZB<#F*48Ey$&}Nk5lKAZc(L}S$Ly$AUa#_F6}jIgk^{6VHjoGM_ou!0 z+wHrFlCn0FHmfnzBH*;c=jAugLZDtu{)51*S*Pk5r#+ZZ*ts5Eo9hxqF3Yho-^^Z_ zgA;o5nufHXjK4sTdqPt3VO*y_wP&f`bp&XCJa9O80}^`c@@@1@m;(Ag5xL~{I=!P! z_no`$`oyxVOxQ4tuxSwL+o#y~Z5i9nt_^eBbz@rnbzNO*NHFAI^y%VjF5E8N5O?d= zx?obLeIv{H9|}TJGD_f=f{tmro3~~BrNC_g89yVXGnVdJZE_sQtx28s7l5FYEETx_ zJ0W~G&^S|8lx2AM-i<6@8Uuw9qw@IlqZ)3wZWZl2`ia)Ly!%!qz4`=s;n^*$S)IVL zJo*n13i31b=$fXW&?PS?MQ$XH&vLL#2g`6Vj0`?s!?lBHWU$N(rkTN%43_C&NSeeJ zm$c7M!c0(P)lxDx!^G3ln3DY%lHut$jCQ-;y$Zh~!`d?0Q25xzaDf`ZEsN@mopGCN zxoi}hn8?^f9>vilMxNmAGGi0SanawHc-KKmEll5|M`kI`Zdj>^HtbHrJy!=~es^G7 zIn4z`q>Ci#KsF*Dq4u^c1aF4>u>Y8}GtTdKqn!c>Q z4@oN;7bT{K8~@jlS0Ai_Oz$0%nv?41p7QBnd3s2dNQqB%`u5v2fBKA;B2(F#^Pc~< z!|t#?>e0+)!5RH^d*`TS!@Yi6M{8khM3$~ye~#Y=R3u*SkGVrggZR51Hs;kpcQE&D z$`An(I^*7;l$@h*8SoT9P{v>HBC{R3ZEZnR>a4HOAFKS9w9 z)ye5>`EflI(@6oU>L&x{^ix-UoF`@=FwT_&uCy|f4JhAF{K-8`ak~k zZ|?hQX{mkn<H=+6 zRMho~_$OVI%DDHXb@~?}DLEZTxtL!WcqKrQq7Nr^`U?$(0y2J}U|a~=OQ0N#hZB0s zJB`m-Cj75p&J>(s3cmtsK>wD|8LOM*IZn`1K_UuorzpKsb(RZ|Czlsy$Xw`Q9AKcE zUCi53dh=Ipy=RJsKyX{UZz<#v8-{_=$Wua6@(YDufcORdAVKOj)tQ-qOdM+B{TAph z=tx^8TxOvCf&L(4Y?-h~V3Z&)$Mu%^^?f+OfMXKW{z3KrWcHmanJUPuah>)-P%iJS zI2Qx`1gTQ=iKI?{t$~)HOqk-~Jz*k0&GH224+)&jHvY3fjs{YS&PwWxmz!-L`V9FWUhH%i~)i>k(dlaje?$odg-x(J!$P3l@{r)Y_Z@~~7pzxuw$}*UMFf)K8wnaI(Nx?ATK`{UB0yJ zic2qebjG5@Sss6os7h#%NMzwUwmQzGfhQGWvxV)_H7t{VZ zx3AA{RR)8;ty?x$M6Q_l>?1zES<$0s(MzS9s`q>1k&hk^hkeJ)xZ||71A9%mZ2j7* zab3F?KG3sQ%(#W0}M zz~j$)oca^N_QT9a0w@-P`lM)IlogA~1~5&BfG^ESM{eNF zdBuc-ZK|ZUgMk+BVA<~}UagBiX+pGN#hXPm5FmMF2Dx@u+6iF&GL3v3#ODKA(djk9 zp>cOEHt59$TmzeGpz|I&F3a5|XP%W!&UBUPOet=A!42 zk5();wM$K|Vyzaab1`Cy7(UXLVwoV8V%WwfJyYNr-$hh_Z-d@_iUQIqBW!wYL@ygR zrcvY{lFPb**~vrNG<*yo9gRBczEY+ib|Horby5`Tvtv3weoYNmz^YrY`AD;8fXERDJKXP+z zU2;fKQTWqNopKxNjzyD0`}J%0P+nfpTlo3d>?LNeiG;5-vX#&r5;*>)#>D0oZ5GGRnar+pHXlI04E5<27W_3icr zU6#=4f6HEv->4X!0O}3JQb5#2@_`M4akZj%)atDjL76Zfyy*#@@jnf8+EQ}3X2BEKl$<7OB=4(k_R*6X+nA zg`hjx@#$+>IeLTPg#OgSx<7y&O;NKWX4(XsBzw@q4q9oU7Za>qn(0;A_9rwlR!S_( zXBaqkAk^A;xdKs?s4pY22cJ26mleQr%;KM`sm)|gQXZafeblQwRT-X7aqN)B1ixG4 zUNU!#J>%#(DK7HE%tl%wm}XtdDkrBodFfxzpOQIr#r?*zj!y^g`0@HEfnkHZa62w4aCZ%#Qk( z)ahRXhlOPP!D1MH@;shspZB}-9ml;QH#g|6T~l#phmN_=PrmNN^$lgtI{!z@pPv0W z^WIzY3wSEj0kpeFUohgB=fhZu&` z?mM*e%`N-bvuEMjWYVE@W9`1dkZ*A)WaSO*-=+8R<>fYTbrTVFKfp_qSzSLiSLVp1 zVIi4tvWIpwU?5pb&2<2pU5Jz>D7>l3nD-TAW%jx1xe8x2wF*t@wA+B&Y#G;IFpdNH zdyvYpA(@aZ4Tc~)RAbazhn^UglHo2~BXGA(#ji!qJ6`qvq@ouqJm0_&v+drpEGQ)@ z#p?@v0*n;&qeiM>q##Y+9oZy!o$AxBQ1muIt~1brkdzzgMk-R4gln_Uf2v`l;}jM+m`6ACy?z1Ldpqlkc+ABgF!=I|I>!9C zkk?)=W8vp@9D71BwY3h5KHnz(S5-U@Tn~Ep$S0Y~aL7T0R9Av&Wa!$_BPYk@&;$Kg zR)(CALrtwgVS#Y`5iS|mp+ljAWx9AC{QBft7JTkw^sqX*ca9SDr#SJ)NpeDIR<7|e zX8&qF`f}F~Jdhn)=4i-4RDe1PzLmU8P+M`0of!!#x=xTcfO>-xu>^OVz@#v#cxIPR zGuo5$uOZp`rr@uAy3L@n>T^RPcs|SLdS;`~VG@-nhD0BK{MX+|1S~Sv;HlVl{+{N- zE^m8?W3Fibnp?d3kfv$g@bxFSxc?4gg~_fU8^}>(L%{;CDE5nHl?9yk+JEa+ZvU-U zMUP)pM%r40YtAR;do_CFPv^0ue+_K4g9O4Z&Ms}UGw00vd*-}(85)9|zE~f@;$MQR zAM7z>oxZ(`Y}zvZXf)vH*v#n2g<1hzocz}6tT)0rLD5?Q1R1Hw+YP&g>^-xyqSdN1 zGeIdCNmf_Y%qmdeO$WXfDGAsxRN$`-X@@;!r~m*U07*naRAHIa38agG`!TJc-ZjCF z>-3L2kGwi(`X&*bG-l+Dr+oJ5hU?D!<^6}WUn&1Bq0QRFNC`YOBo zG+1}aiFXvLYT%;<8=n`E)gr>J)80B5aJSS{EvRp9q`;jGZ3oE=QLq(l)$K!JRCXu5 zU4LJ799@-@<1eqOs;YDxUnf<~1*oiu?i&vK7d`jl#m_c|{LpM|s*p@(sHuq$DJTpr zNG3CQ$YDTPlA?FF)vpHtU#ZTFN2H{k1J47!>Y2q#4>AG)5B;RRg;5~SH+^ovNQGJT z^^Fv0wU2@^5^w|^1Pp4pU;pC1(OQ{+lngd7iW_vA^-S+nTS|T^FvlkMY~U{70MKSq zwuoHP9()1aCP^DflLeEYBNe%!356ShLqalcG#GPeb=`=<9gfwCt96_moAAB3>w5@ zE)UNh#+kqPoR8+$ke_c+Q=R1>PDWY1%3<{?$gUbYHL0O%Yt`-%q_}TgYW&XgiHKNC zsIhRp)-4J}1T6&FvU6+BJ&Jp>K3P&f_Ik9!PzPV#o?&*|*}Bvl-n7ne{dU0Lu0y0~ zpW*F;U#uM#Ud^Ib^Qq4Xd*OtUO!}jlOsv%Mh06BGaYa{t*^yx8sAl(EN%$T-Z~>4p zA3FFAchs6cVr~n6rtRy-(7U`Sv#O{{WNdYVwQwB?$Nt}=Uryfr=x+(9TaP$oX*;aU z5s*28Nb+j_{`f{J!*|;^A8|+Gi;k5Ls7bR6PVhc2cc*#2B{poR_4n*uC`FrsYJ3N7}hqqzACI0Ut7kSb|{UC0F87DVLIYh3C*d%@yzRPTz#khb_AvcfD+=T421A}K(c@25jL%#B@w<)^ zt#f(*ol0JPsf>Fc8_LUXk0KiV*0GSkM<^yvN|7C$$RGm%$sy2+lc6pJo)LIX;5mgo z;_Pf7n?U9?X-R-_2AaFmt!5MIc8r$1D%cQ}su^tCpWm)SxN~lPut3D{=dakO3|Cs$ z6$-|t(eLJLT3c53?z>xR_t^P;L)V|x(zr*qMm{hqa#M;Mv(^??N@e(iW@QWwq|cdm zjD;@?auXZRb;|I@wdWUeSwfnJ`{ttO+1;QOK5( z8w8yw=!J2ez9A^%dI0SWI9#M801%S#rvOJ7=sy4?8~X4Bk@IW-TQ2LXcysD^Hh6d= zf%Q?nWlIAM^%MM}21`MJs;XqDsw&y3x;oLXcc0>g$)q#l)RXQyB$;$bCNr#ES8bkj z{B7d^W8}zQ?~WYVb+ci}*Yn<8H8PTGFONh58$0J;*(a0nu2AG}*&UMClP3Dnpp^Vp z;Ae__1dzlU2_$0Vf7y`7z*`2mDcn)nak(r9yxV~K;1)7pkP}6w`T+tmX^^5XC^EF= zSoi2rPg1@X{qq zmNbnpHBwNKFGn49fUk3RfwtP*n{up}#_&Vm68(ZOjpX5x}gkLzaMyYDf=I zaVf|+8~;WRT>u0Ej6Wee22%~2_zYlb4INr{cfyzp3~VY=77+VNnZ!ttU5C;I3s~XhN8s)F3wPZ1fhl7#zHqLbQCz&fO?4rm5NRPd928TvKtRv91zP|vZ*t`bV>Y>Bb+#e6drgq9HL-9=a5y4Q0Rn2z)QP$aeZe1N}ttN{vRZeA!2lLt5tB zeTZk^-R&XA)2JMjgFy~d)Y!Q%MQ7dd&eoIdT{1kQwZJZxC1x<_r>MxLf4_EaDw@nJ ziig)Yk!b(zG6Ond&1ijS^gBV~A=>a0+#QHawRkqMoujV#S+}=5#1TliI5An#{$*_! zJ)&8U`fWMhBlBdCR1WpgdsJsSIdWN@_kPcn_J`+<&s_8B3GR?hCz6xu*G6QUZ3sI1 zIhVfkSO5H8lSD2m{UI>M2GLwoF?^{O{M6-PxnVA2<7aQl3h?UDZ=x zenIG>ODCN*r??pPJnuIi@_bNA`e-&t|8a`mnxd#ajGoK`rUs?t1F}X|?*mJvt;+@93w(_0(s zH(&p100;*i()Y_`(rNarvN}g)$&yX`8irJze%1jSKmBx_ok}@On6PuG)OyO3H9@l;En{TO)+gbWWy9^#o)TKMsKRDZ~9t+cY;zf z7f1<=R`k?by|El9x25DC0#5~{>sjK2|Nz0LR@ z3i%2X8g!Qilz8xJP)Zgktj$LDk|&ZRubn-6i6F)(R6l?2xl`o1=f3pkgl#t#OA(aB z`(28zDw%QjSqr*$E~wnNsj8i68IRrf*g4ftKmEC%?8Mha(MH1~K_5`$f}oVVB~arb z-2}d>kCKCfInscdG`B8;8QDjov)quBT#|kM;}29MN1&IYze?$hrQ0z@(*oDo_CJ&H zxaW@bSq-e&T0W&)w-^HlrYS9TD6a^yas9T)REC*lt}W|r_}{dy1|g?@ca_=qP{ zgx&=XYa`212F@K0S|)Ol)jaN{p#m|de)DFad(4+mVFT#XAZKm6=Z*upd*`JWYnCy# z21A;j*73K$y%IDqbC3J!KD}Oj@k^`0g17;eWomAokDQ!<+pBj`^=I=|MBQ@xP1<0J zUeAi-wg2Y3ba|(8k*QMeuer+*nJN*=BDH#JEr5CB9s9ZgcX+c*8Kc(!;DMikk#_K6 zJ~Y9-qvxi6v^w4_uy|f#U+>7JefamFN|C8n!=x9ZtlFkHfNT2v*Zp*kf%~dEbVI&# z)Y2hd&x(Owhq@s|QUhphyImCh34^xW6#S}toSmHcXw4aVwKc!TnpVfDTUB2A;`i=s zEp1nkN~QdsXV{JQJB{9?O_`(A_;zpvYC@-9ACZ!oE_#HA)j>qUOIPmt8H3b`KU#2xwWfw#ag{D=Mg??SO zdg!_o?cTO2>m(Q*>PPZj1CDHJ;N`*diqYtsm(*!1^5pV;GGvYhOpCx-^$f8-efsai zGVTcvV}v3bQxv|@7DLQFJ5^v}NG|&)7^6IBZ=mHC`ev=(S}|wNG9#0TS`R;c-txyD zSukS3duxwZG-tq|&bME9*_bszPtQwPN1rhGZ4u+GL_FOWlo@xQw(+i8-#xRcGS=?o z(?--L5~&`)9e;3Q&eLCB9QI?2G*xS=BSp2aB-dfOh_j7Q@kS#G-eT)+b}lb=d3jW z&gucsrMqy{@j*7OQ$~!+VbcbeM5-3k@KI2ZgU|0U;~!NVeypG3_8yw4zQu4b3 zs;iWo9D`M>D#_1}(4%LNC11wr+!da9C`wKJ<|xH|U#9fQecOIPw?X80c9_gi7x(R~ z3q-4rdI1>c`Y|`u=uLImawWbXrnLNVSJjP-H7Wvj?lp#X{L z0v9xE3GYr5>mfnP(m34=cwUgmwsd_$kkgu%;R6Hxqk*iCQMVpqj!paFU~Ff=pvc+9 z?F&{Mad_97V}Cj34g3*UJOX3*k`tC$kwKkE^=!g-W{wvO1d*_{H zKF>3HqZr%zuFb}vQPG;VejCrQv*&?oKv5r>oiiHx z)v}-4(prp5!#mz0|F*O?@^4!&g5oHeRMj|W?WLC<`i)O1X|_|0GDr2cM17=`vIbLok&CPVc1HG) z)n^7LZ6T!!kI}>*NZ^#6m!73A6RJ(T?F@*zbjcmE@9@s?zWqC!y?Yf^HW*`o6;e<0 zTW*e`(bSgOXfoaS#!}??pC9tIbMj|%wS8TyLBX|C?Qw~_9;~#+pY~^wi(J*2I~1eJ ztl%K*^b9E|dRlPa^YF6Fpy&AkA`fieU(3rOKhZ*W)4DEOdsH6dk+~xUIU*8;^MjCU zz~*?8eKtqf6i?%e7+AK47jQ8H25QT~9;wj9XHSbgefuziPV*q?fpors7l}|7qD9n> zW^E(tAvFeWiuyUQF)c6lt(EV|q?_B)SflCALzP&!ZaLr1YFefmHXNYnz2CHsB}9B5CANqi^FvEbQf zzpOs__ZaqyB2?NVCXxAYZi1N|A zb=*BOKwZj*73xl>ZZ<1du0+MhmdYfB?fPJwD;Yj`DNjDzkIfqbbUo1Eu?H$S@;E|Ifv>4aor%tdYm z??{27*76A)V`98!pfmDh!c(>ACe`VgZCmc734tEph=^9(Gu0zg=iz(Uz&%BfdZ&45 zJ(^6jKA}PJ;v%wIm1Y)}v1n>UPLB0a`*sEN>Rp6kNGckY*fX;}IhO4_OjUuEV7dnW zhE-L@#UC{v9Q99U(whgi+?h3&>{@+B=COPCm-PiV*+(y*lX_!#HEhT<9zS(=Q8D?^ z!w5JR5b=%y45KVE*JImpRC3KTN2%p?X|4WUMljRWJ%8Q-f%^`wf=PaGFm8GDx9VA? zxtABeSVQM1P@7_tKM&KNMguM(+rqP5GP$U1r;jsggE0`(Az-rurU)RIE*M)9c+sqS zxSR+2ur>)~>Dbd7jfu4A)Yh2)Zi);&*~gCis7rL_Xc!lAnIMHlS+cLnIGP zo6RS(#;FZajj2d&IxTf$#&rL`WU2R!;JWduOvYb`X5$I(m}xZL6O_)gXD?ZM>ZyZ& z5Q~L7@BA=m7+wxaj;h+O^PMoVU1Fv?+G*~9hACc*Xm5yt+;yf@w>!GnlZ&x zQhD;B>^$+ti`f>}tlAdTyTK*w#N#)US2&238%^4UgtcqeVi*RUI(4G3u#jXj$(k~u zeNG)4R&8YQ;`S{1JX?0w!`c7$-oEWOT~ifi#7K{&OSjOjeIA3xv?n*uX28G<@pzgu z&Mjij(^b^f?Ed?bz^L)zY%>>{WSL{leM<2Z)oJzWdci(q**Q>93_RI3JXfvi*Ta*0p{14X6H!;7mBdOKr zo_kobYlo5%2K>GiE0e_vF+p9EOuYm1WEHurCNy{7l{#wO4ep^UrnG6G63h(L{#)-# zP24(z@$at1qg>{g0Ss+N7wxuPxug|zt(58WsmPQm27?pZg?0NTaDTMwg!IEB=jDZ* zP>o%e_VSWL=}>o5%`=`?)Yu2f=jL>@nb0a=~zF;&) zkVrRbp|W30*NmqEZtc8OS?$!a!?!WQ**i6xhTVv4{DVXedUx3e6*fjk*U4o2n{F7H z2DGZS3%P1^A3J->`q{l_?-`L)Q>@x?@`Y6wn!Vf~=Q#0DPS76=JI=11=CTdxR{Gfr zT2p~%cA;ED8!f)>LOBB{a8>iiO?kZf!_IG&ebVi&>^m8(e;*^Lj?hNtvioN-0Yiq^ zEc?2Gl$XorpMMU(s8OSc$K#|@DN?Bvbt%E`rWih~n#GIT3_l9M#S=P!`na@Y2=BbT zfkg|~Q@td^vB&qKL;DWo=0PCf=e|33|ClY+n^L*CWNYc->Z+qSiBT`OT(X+mC z`wW^pdTuLX;oJA%qK>1F=ov0Lz$;sr{4|s9Rvy@QOuN_SJ{vueCeKj8+OV$jnkUy+ zoHJ|IN9!&*|LJ@a8Q59})J{LId5M6RA2*XnuCwLe^}5YB!TsCO4o{4FMc zv6p#uw(79b{PdwK3mJpuZ7pk6x}cF%ME74?lp3)r#i5PQK!{BhuXb?j;qvkm`Q8C* z+NDOWPt&fRPH+2H?4IhGUBjAdd#=}f-0NE@jc1J6z3llWB?etKU z`tP2*-EYbTYN;F&tP7SWoP^hEd(cD%OID-Pbh2tnZ_|F~waBLsP8SC9GKIk$ry%%Y z!BYD}vR+J%Q%_q1TlAWoe%f#^qvAHp!}fh_=x2Q%^|IsDa$3w%)ntr3m2LHU((tU@ z7Wo?6G#XRu+i(6Jcn$S=2&U&n;_Yhd{FQMM^}+uWh`cNbV1*v9E1EHfBaRJ{Ouz^4 zCYlaB(j+2ehmO#$U4XAktLW3OJ2f>m3>h+{F>fdoqO7cpa5x7eQ$g0pb;nq~yn@Oy zVcvV?#A7gcP+yjP6=lojTK+cmYx?xf<={iw457GF)b0OeP2lr>6{x=a|JpnEXt}HE zj(_(#zsJ1iK62kTxw#1>7$Ab!QfTF&QnV}ttOR2PT(wHAme%T$*0xKrt*y4Jy0o}7 zEVZD#Le&>#-uu8qo*ADxWU@S7SP_*~Xx83QWHK3nd*;%d`EV=?%la;S@!4jjA`#Q- z>26C(X%&M22m-(tD(_g?9Y<ghl$J#yZ3_0H(!FlR`fz;@(qQNRJYshtnqN%nIHW z&(E1Rr;^5o^M4Sodtz3dxBKHTPF%1$wa;G80`)27JUMOLd-}6lAOKOt{!%w^&`(a= zhIj7Fz*2`&!WlXqUi94C#6ze2h-VYc%_EZAAys?R?<#00zqIZ{F2z6SrM%61^}+{`mX$~YTvFJoh*)y=&5t(4(yNYnVB$0 zPU!AAwjVcBs@;z1wn)@(i^`giJk?~Y^eU<%au!;@Lxf5TRsp$M3r}efL(Z3Ga8)P@ z#VP)6>>iza>Irv)1}Lp~d?NxO8!^)R%|B z84~E7#FfA3%myC)*qlkPho<4iA`HL}lsa&5GXJxE(_@d!-Id+^ z+-|n_oYkXJop%a9MIw+NIgIvu2&wKzs`PDT=un%=ksVF}r|t{u(tVz?FEmc-p9xD# zP2;X#d(e1v#ZLd~$JX=U>^mTi@*yxZO(h?b+m`ND09Z-E3GaQ4#l(U3N3@ojqFzqL zgA#<)kea|uU|IfzCYne-%uDC$l85V66YrpV&%7UgE)U0=fJSgs{Z!=0M^=8*_~|LT zb%cGi=ZoI3b7U5s6U-|2v;>S0VF+l|AeSqeqTK(A?5biTCD!np;)CHS$#^LpV-*kr zAZ&QEaxz=oFQ3crwstrk=93)1CRV~;I~mcI@0UV#^E9mk9U5-H zMyOojhKjWIWl1T+QJzv-nVy1K-D<5~JDt}?tH&8Yq(NL+&FvPJm$0HpScV(5tsr6> z$}|_2LfM;H0gw%^U!(U#<;$8|Z-ml_xanw(P^^^cuDH< z;6pzc`LmNAh6P`xN_lze{wZ&{>!VbkZq0hBJFcD{ybme2-c&2KC89x^=c04Qx8L>y zlKxZrqUX=j%Q9=Yqj)kRK_4X7XHnPW!!Zwt(YB|Idr$jcv3E&UTjcAMlNCz~1uQFT zKIBVxG*1T8jI$>Ul zwyaewn_uF!nal<(?aXe@B_~-dM;%H$0+$;G*=cFm1oU0Pn!>$4&#{d z?Ly$A5Wq$e07*!S`f1zBr{a+?5vy2`^di33+^C;${by*ney(F|Zh=57Q>dE*-hXci zL<-mc$t*tf`$_0PW6xe6t5zxWcNehsO?iCj%PBneNGC41AcIqe+u))X(P$L0SPc1m z9=*N22uc~OXz#*fPda$;g`R;ZetQ40 zO^*3<%yc&qlECc7yYqPWl`4|&bCvQ-%w|ziaIXa2S1v44VD8pH3=o2ZE-~Op;#n44 z6M8_bNhlBkB?6bE>BzL3bh^X0g6H*gH;LOvO#s2E7|L%|4$)s3L zB#Qg}d{#f%GZ@>Q%{cDVY}T2bc02{Wxb}JZW3IU)Jr%r|Cek9*mVb*BdhsE z#7TrM8z>OzvR5boWeQIlp(EP;jDOa|4BqwgrWsMt1uk8`DTh1GQr33N{9QUITOjNW>G@i;aR{Z$%zm%fhQ&$Nljk32aWs+IB@vVt>&iFLYpD3mzZo-_Xb-G3=cX1({W1ax|Fi&zg084(qW%x4#_7m8t7V{<78 z+?ab@ju^JIX=U)H=zzO2*`~VUK-sAxfJW_{TXV>BVy-x1@6NqwJzehjF-L#B@yJ-C zUT3r~m&kQgC)?ElJFF3j4K6M7t99kSH3JGHAxv3HSf&D$3nT!bP_vF#qX7!dq_D^< zGJk4~vT$%@&MnxpB`=xv6|0Ji=WA-JqoBB8W?Xb+TnRZB$uEgTy=2S??W3~tX@uHI z%w&s+nPSsxWX!_CK7*0V)*k)Rm&fp)O9zniV#xXyR-bVucJJPWCwAhX`#&TDxjKb6Y$fHHMe9#g{H`>pk_&gI2FOIAKUrX|45&rNO?R+_H1_>8Hn1 zK~VAfIwVVpl%lK=;Mw*7@2a@?0nU3Ln8r8GFNwLK0((Y^MKsQ=Ed?rom0)cOgwRY< z14=1UJ}F(0DLd!&9L(T@k2}>d&~A81DpP>>ZgG8#Wn&MoO)K=o*h4%B&7@?qY3opd zwhoQ4WGb&bD<*>0AO@rcaj2wMB7=%#a>tKNt)_b)rdk3uRRd4LJrUw_TrHs6t?sbfz}pf2D5+?KzZ7q2c^1)R#p&KQT*wvk&$!Lzn z!W3*&Fbgv7<$}vl{@vB+lJB1T-S#1zRK0c;Dyow~K>#I;0QP*Ize?SOhO31bz}tiO zM+YXCr#q=TAXPdNJInrogYt}okGI_jztsxAB@AG=rvndAT!I`k)%haFg#UT2v!t%?e|Q=f-|x?5cjNkc!n_5(~fS zb6VhBRV75A7yGVq&iXa@$~~;KtF+=UKIdeT6UA)bh%;x8hd89U9;(~SGlJ_UsFmw` zS$(nAX{omEVopvA%N=U7V!zM|#l!@Pi3ucTJMDq#vpS4ovWdm2Vf{Oq$?spWZN`^* z)uc}hjUtMe;@@FK5^Mg&#vflNF>IW3?g4!JJAIg#v$1T&T4XXAJo@OPh?oM)x*7fb z9hjQRV{9^uWK5tVX`vVxh)D&*6c9qd@icr+VkQp^4;UETJBjyS)dQ`MD|BoAGIx3| zZu&dLyZ+|5PX?5?Ekc(agB1&bgn__f2nh(2L9%RJ7fc{U@Kp%Y2UI9v_$C4;4^av9 zZ#eG_F$;cI)DFd4-Z~gNd39f^qr5n@@@S>YW z5)gVQPBMRY!CDv5IwOIhM1UYEp(6}!03-oT<^Ibsgz^dG+HmqYEOnSachoUsMAsPr z>?opfg)n9SCIbdTn1Cz`MX(~skf4JA97tGh33CM?@3vte=0J6p`_=3k4dp>hGXL|U z=0T$CV-|SHp`?T5Yb>{I1s>cSQ1SrFjKYp-h=>8-WJr@C3?QtevkeIphETo)oDz&& zvv#BOXMGy}qHZk)f_#y`Rn1OAL=?d%dta`O3Ci|P<5CZxdSnbsn4V+=-4G3Gw`$@5RBgU1`48$NuGC`A0B@)mPg z7+=@$tZP21S%8|x_%+1m)s?RbYW7*903q`G_Vt$@eDH!3AMWugbJbP1!~~%SHF3}t z7;uHA@!L0EbHt`b0$>OXUMsNtJ$K%6#YJyE>-1_#LK!T$aG!P-M-WEMSry_hM) zAgwf#$s}Idem{h;V0W%T7=|bovgqyYMO*t4Y}v8}D_5?>IZ)B+V4O4_*0qV zOk-3~3L|$i#x^qZ318MHx{-h}3$P{NQ5#~U5D1145~0e1LO_NHDO{~N0q z9@UZd{YW8NX8=P6AOzrxBm%)uqJVS&xc^)=x+Jwt4y9};dLT6+QPd>5z=1bRq>Z2$4 z9=zsw{P9uKFv3n|YU8RoLVL_K%dGQfpFMnHwp(iPy5nnKd&pKHR@4rdiwZKJClze>of!Qf&sUBP6im7fh<6CfBo0L-F!{C#Vf)G*Wa3Apql}+ zMvxs346s`kgeWQH6*q4D=o@x&vu@qDr6gmCVab_e-QKP`qwVibcSmCpYii#dR<2H< zudfensVMAt8(tdqk?Jt9bLUP(A`x_VEkTeQ$H9pL*bK39iWRM1Hiva?wm#fcU6qt}R&3OKEpL_k8(S8;9{vFrk0OZ!Mza`1c?F5S9 zD13MsPz1POa!9IDp%9erx#x{51RL47@xuzhaakp+Lh-Bra`VB*|K~f?-5v2I+qP{( zCX>PNKs%z57`8q?jnmQt*t~f&F249;bai#%nax{KEEXUl7Dh)$F*rB~W=1}r$N2a- z(&;o*PymDnX_^amba*{*_uV_Fv%~0SpuH>%Susc`norDAEN%Qy*3LG(O?6BBw`7WW=1HO z0u~%9rGiMr3~#;l>Xra}g{fQnn8{=xe)E~9zW1eZ181CZ2F6F8#qy<5Faw5R;GA>L zsfJ$|v39Iks<88*gHp-H}j$Tp}H@_P@=Jg`^?epPwkfgM&n zjse#VBMfF}%-B(P`kn7QtM$^hIBHxcFd4_ix$TSH8|_x{vX|R!HVJje~(4X zblwqg^3#Z>x{&kQ(b3TX$8n&whU>c6{roea(kR*!76LY5*)hap5hUXTrM23%XaC<` z{jo26{?)m(SC-pv-?9Xt(g!~9me!hKi{s`GKYCXOgL{s~>rgW^z{bj=lWeIpR&R(xE7L~CnKInVP<9qj^ki@aulYw57W~b z6^+=>rPA@vSUl#<=G_0wW%J*-;)9>w{3={iix$6fTzlI7PImkMG_P|(X{rj%{%zeLv z{Q-n^ix#gCM2A^INoNam_W~6TZ)F0LO?y5C{M+0dVfP<3lZnnHDX6 a3H(2-jvN|PMBIS@0000 -

valid HTML

[atom syndication feed]

-

Copyright © 2001-2006 The GnuCash Project

-

gnucash-devel@gnucash.org

-

gnucash-devel@gnucash.org");?>

+

Copyright © 2001-2006 The GnuCash Project

+

gnucash-devel@gnucash.org

+

gnucash-devel@gnucash.org");?>

diff --git a/externals/gnucash.css b/externals/gnucash.css index 26e39864..8a1d79b1 100644 --- a/externals/gnucash.css +++ b/externals/gnucash.css @@ -72,8 +72,14 @@ TR { color: black; } -#head { - background-color: #666699; +A[href], A[href]:visited +{ + color: rgb(8, 0, 109); +} + +#head +{ + background-color: #7F7FAA; color: white; font-size: small; padding: 0.5em; @@ -81,15 +87,15 @@ TR { #head A, #tail A { - background-color: #666699; color: white; } #tail { font-size: small; + text-align: center; clear: both; float: none; - background-color: #666699; + background-color: #7F7FAA; color: white; margin-left: 0; margin-right: 0; @@ -100,12 +106,12 @@ TR { border-style: ridge; border-color: silver; border-width: 1px; - background-color: #666699; + background-color: #7F7FAA; color: white; } .tblheader { - background-color: #666699; + background-color: #7F7FAA; color: white; border-width: 1px; border-color: silver; @@ -120,7 +126,7 @@ TR { } .frametitle { - background-color: #666699; + background-color: #7F7FAA; color: white; padding: 5px; border-width: 2px; @@ -193,12 +199,6 @@ TR { margin-bottom: 2em; } -#tail P#validation -{ - float: right; - margin-right: 1em; -} - #tail P#rss { float: left; @@ -207,5 +207,5 @@ TR { H1 { - border-bottom: solid thin #666699; + border-bottom: solid thin #7F7FAA; } diff --git a/externals/header.phtml b/externals/header.phtml index 70b858db..82d4129d 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -1,7 +1,6 @@ - @@ -18,7 +17,9 @@ if (isset($homepage)) { ?> diff --git a/externals/logo3.png b/externals/logo3.png new file mode 100644 index 0000000000000000000000000000000000000000..849f8bccdc561566c6c714ad487887b891e15f6c GIT binary patch literal 14752 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 literal 0 HcmV?d00001 diff --git a/news/060618-1-9-8.news b/news/060618-1-9-8.news index d6b77c07..3337de77 100644 --- a/news/060618-1-9-8.news +++ b/news/060618-1-9-8.news @@ -10,20 +10,21 @@ the first beta release.

What's New in GnuCash 1.9.8?

-

o PLEASE TEST any and all features important +

    +
  • PLEASE TEST any and all features important to you. Then post any bugs you find to bugzilla - http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

    -

    o We would like to encourage people to test this and any further + http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

  • +
  • We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.0.0 release - in a few weeks.

    -

    o If you have the urge to help beyond testing please get involved in + in a few weeks.

  • +
  • If you have the urge to help beyond testing please get involved in the discussions on the GnuCash mailing lists which you will find at - http://www.gnucash.org. We especially need people to help with + http://www.gnucash.org. We especially need people to help with updating the documentation. - Please see http://wiki.gnucash.org/wiki/Development on how to - get involved.

    -

    o Major bugfixes include -

    + Please see http://wiki.gnucash.org/wiki/Development on how to + get involved.
  • +
  • Major bugfixes include:
    • More Register fixes.
    • Restore the business reports menu.
    • @@ -31,6 +32,7 @@ the first beta release.
    • Fixes for currencies.
    • Fixes to business invoices.
    • General UI fixes.
    • +
From d4284a7d87e058557dc20195c6e2ebe6acb37281 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Sun, 9 Jul 2006 13:36:46 +0000 Subject: [PATCH 022/344] fix PDF links. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14472 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.phtml b/docs.phtml index fdb24e6c..4a6dde4c 100644 --- a/docs.phtml +++ b/docs.phtml @@ -30,14 +30,14 @@ include("externals/menu.phtml");
  • From b51add164dfa54c9bae5a0c42ba0edad84c9005b Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Sun, 9 Jul 2006 13:38:15 +0000 Subject: [PATCH 023/344] fix fixed PDF links. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14473 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.phtml b/docs.phtml index 4a6dde4c..b3981b96 100644 --- a/docs.phtml +++ b/docs.phtml @@ -30,14 +30,14 @@ include("externals/menu.phtml");
  • From a19d9940383f20446de6602f55e6abd18abde4af Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 10 Jul 2006 02:08:52 +0000 Subject: [PATCH 024/344] update to release 2.0.0 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14479 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/060709-2-0-0.news | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 news/060709-2-0-0.news diff --git a/news/060709-2-0-0.news b/news/060709-2-0-0.news new file mode 100644 index 00000000..dd582320 --- /dev/null +++ b/news/060709-2-0-0.news @@ -0,0 +1,72 @@ +Announcement: GnuCash 2.0.0 Release +2006-07-09 18:55 + +

    Accounting in Linux Leaps Forward

    +

    GnuCash 2.0.0 milestone released to public

    + +

    Personal and small business accounting in Linux will be easier and better +after today's release of GnuCash 2.0.0.

    +

    This milestone release of the free, open source accounting program includes +generational advances over the last version. GnuCash 2.0.0 is based on +state-of-the-art gtk2 GUI technology. Developers worked hard to integrate the +Gnome Human Interface Guidelines (HIG) for a consistent behaviour and +look-and-feel for the whole Desktop.

    +

    Major changes in the milestone release include; +

      +
    • OFX DirectConnect which can directly retrieve and import account +statements over the Internet.
    • +
    • A "Hide account" feature to keep a better overview of your current accounts +tabbed window functionality.
    • +
    • The ability to create budgets within GnuCash using your account data.
    • +
    • Support for Accounting Periods.
    • +
    • The data file format has been improved with respect to international +characters. Data files with international characters can be transferred to +other countries flawlessly.
    • +
    • GnuCash Help and Guide are now fully integrated with the GNOME Help system +(Yelp).
    • +
    + +

    The GnuCash development team said these new features and changes will make +GnuCash easier than ever for newcomers.

    +

    GnuCash is the leading free, open source accounting program and the leap to gtk2 +will enable users to be able to enjoy cutting edge functionality with the +freedom of not being locked into proprietory file formats.

    +

    Playing With Others

    +

    As with other leading Linux software that is designed to replace +proprietory programs, GnuCash is a functional +replacement for expensive accounting programs. Like OpenOffice.org and +The Gimp, GnuCash is also programmed to communicate and interact with as many +existing programs, institutions and people as possible.

    +

    The GnuCash development team has continued to improve file import filters, +which allow users to import work from old programs like Microsoft Money and +Quicken. GnuCash can load QIF and QFX files, which are used by both of those +programs.

    +

    Developers have also continued to incorporate support for online banking into +the program. GnuCash 2.0.0 supports OFX DirectConnect which can directly +retrieve and import account statements over the Internet.

    +

    The milestone release is available in 29 languages, including English, +French, German, Spanish, Norwegian, so people from around the world will have +no difficulty operating the program

    +

    Off on the Right Foot

    +

    Users of the GnuCash 2.0.0 will notice a few changes when they start the +program. Improvements have been made on startup speed, scheduled +transactions, currency support and currency quote retrievals.

    +

    After they enter the program, users will find a double-ledger account +system, exhaustive report options and account hierarchy tools. Also at their +disposal is a full system of tutorials and documentation.

    +

    Getting GnuCash

    +

    GnuCash 2.0.0 can be downloaded from gnucash.org. It is available as +source code.

    +

    To install GnuCash, users will need Gnome 2, guile, slib and +g-wrap.

    +

    http://www.gnucash.org

    +

    http://download.sourceforge.net/gnucash

    +

    About the Program

    +

    GnuCash is a free, open source accounting program released under the GNU +General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and +Mac OSX. It is collaboratively developed by 10 people from over 5 +countries.

    +

    Programming on GnuCash began in 1997, and its first stable release was in +1998.

    From dff9e80e6d2234b3b816fb47a8c1c6ca20b9080d Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Mon, 10 Jul 2006 15:13:45 +0000 Subject: [PATCH 025/344] Modify documentation menu for clarity. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@14482 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/menu.phtml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/externals/menu.phtml b/externals/menu.phtml index 8a86d57e..006f5361 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -22,19 +22,10 @@ if (ereg("lists.gnucash.org", $self)) { marker

    From 58a920065c94080128b9c37f22ceed4e1855f6cf Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 10 Apr 2007 18:57:04 +0000 Subject: [PATCH 069/344] Tell gettext to serve translations in utf-8 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@15866 57a11ea4-9604-0410-9ed3-97b8803252fd --- lang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang.php b/lang.php index 3c7b8a86..25b97a06 100644 --- a/lang.php +++ b/lang.php @@ -9,6 +9,7 @@ $domain = "gnucash-htdocs"; if (! isset($text_dir)) { $text_dir = $top_dir; } $dir_res = bindtextdomain($domain, $text_dir); +bind_textdomain_codeset($domain, "UTF-8"); # serve pages in utf-8 textdomain($domain); echo ("\n"); ?> From 6af144b475e9e1464b1a40cc00570e1fa81c6854 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 10 Apr 2007 19:01:25 +0000 Subject: [PATCH 070/344] Back out r15866; didn't seem to fix a thing. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@15867 57a11ea4-9604-0410-9ed3-97b8803252fd --- lang.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lang.php b/lang.php index 25b97a06..3c7b8a86 100644 --- a/lang.php +++ b/lang.php @@ -9,7 +9,6 @@ $domain = "gnucash-htdocs"; if (! isset($text_dir)) { $text_dir = $top_dir; } $dir_res = bindtextdomain($domain, $text_dir); -bind_textdomain_codeset($domain, "UTF-8"); # serve pages in utf-8 textdomain($domain); echo ("\n"); ?> From 0f6a042332fd9a04d52cc58129ebd3d5a8b2ecf1 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Tue, 10 Apr 2007 22:43:16 +0000 Subject: [PATCH 071/344] this looks like utf8 to me. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@15869 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/LC_MESSAGES/gnucash-htdocs.mo | Bin 38265 -> 38478 bytes po/de.po | 244 +++++++++++++++---------------- 2 files changed, 122 insertions(+), 122 deletions(-) diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/de/LC_MESSAGES/gnucash-htdocs.mo index c3a8b49a3496043ca494c70b1608e118f20a7b5b..dcc990b178160fada03900d0cb2582c8bd22dffb 100644 GIT binary patch delta 3548 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 delta 3376 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 B1RnqZ diff --git a/po/de.po b/po/de.po index 4b289513..d6b69ae0 100644 --- a/po/de.po +++ b/po/de.po @@ -14,7 +14,7 @@ msgstr "" "Last-Translator: Christian Stimming \n" "Language-Team: German \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" @@ -29,7 +29,7 @@ msgid "" "documentation for GnuCash." msgstr "" "Dies ist die Homepage des GnuCash Dokumentationsprojekts. Unser Ziel ist es, " -"die Gemeinschaft der Menschen zu fördern, die zusammen eine qualitativ " +"die Gemeinschaft der Menschen zu fördern, die zusammen eine qualitativ " "hochwertige Dokumentation von GnuCash erstellen." #: docs.phtml:15 @@ -38,13 +38,13 @@ msgid "" "notice something missing, email gnucash-devel and we will add it." msgstr "" -"Alles, was Sie bezüglich der GnuCash Dokumentation benötigen, sollte hier sein. Falls Sie bemerken, daß etwas fehlt, senden Sie eine Email an gnucash-devel und wir werden es ergänzen. \n" +"Alles, was Sie bezüglich der GnuCash Dokumentation benötigen, sollte hier sein. Falls Sie bemerken, daß etwas fehlt, senden Sie eine Email an gnucash-devel und wir werden es ergänzen. \n" "\n" -"Anmerkung zur deutschen Übersetzung: Leider ist diese, da nicht aktuell, auch nicht ganz vollständig, sodaß Sie durchaus noch hilfreiche Informationen im Linuxwiki finden." +"Anmerkung zur deutschen Ãœbersetzung: Leider ist diese, da nicht aktuell, auch nicht ganz vollständig, sodaß Sie durchaus noch hilfreiche Informationen im Linuxwiki finden." #: docs.phtml:17 docs.phtml:23 msgid "Nightly Documentation Builds" -msgstr "Täglich automatisch erstellte Dokumentation" +msgstr "Täglich automatisch erstellte Dokumentation" #: docs.phtml:18 msgid "current unstable user documentation and developer documentation" @@ -56,7 +56,7 @@ msgid "" "the GnuCash subversion repository. This includes the Developer " "Documentation from Doxygen and User Documentation for the current unstable " "version of GnuCash." -msgstr "Jede Nacht erstellt ein Server die Dokumentation aus dem aktuellen Inhalt des GnuCash Subversion-Repositorium. Diese enthält die Entwicklerdokumentation, welche durch Doxygen aus den Kommentaren des Quelltextes erstellt wird, sowie die Benutzerdokumentation für die aktuelle instabile Version von Gnucash." +msgstr "Jede Nacht erstellt ein Server die Dokumentation aus dem aktuellen Inhalt des GnuCash Subversion-Repositorium. Diese enthält die Entwicklerdokumentation, welche durch Doxygen aus den Kommentaren des Quelltextes erstellt wird, sowie die Benutzerdokumentation für die aktuelle instabile Version von Gnucash." #: docs.phtml:25 docs.phtml:47 docs.phtml:78 msgid "Concepts Guide" @@ -81,7 +81,7 @@ msgid "" "Guide, most of your questions can probably be answered by these documents." msgstr "" "Falls Sie Fragen zur Verwendung von GnuCash haben, sind Sie hier am rechten Platz. " -"Zunächst sollten Sie \"Kurs und Konzepte\", sowie die Online-Hilfe lesen. Viele Fragen werden möglicherweise bereits durch diese Dokumente beantwortet." +"Zunächst sollten Sie \"Kurs und Konzepte\", sowie die Online-Hilfe lesen. Viele Fragen werden möglicherweise bereits durch diese Dokumente beantwortet." #: docs.phtml:35 msgid "" @@ -90,8 +90,8 @@ msgid "" "designed to be an in depth guide to the concepts behind using GnuCash with a " "tutorial to show how to put those concepts into practice." msgstr "" -"Die Online-Hilfe wurde entworfen, um eine schnelle Referenz zu sein, wie man spezifische Aufgaben erfüllt und wie man die Fähigkeiten von GnuCash ausnutzt. " -"\"Kurs und Konzepte\" soll die Konzepte hinter GnuCash tiefergehend erläutern und mit einem Tutorial zeigen, wie man sie praktisch anwendet." +"Die Online-Hilfe wurde entworfen, um eine schnelle Referenz zu sein, wie man spezifische Aufgaben erfüllt und wie man die Fähigkeiten von GnuCash ausnutzt. " +"\"Kurs und Konzepte\" soll die Konzepte hinter GnuCash tiefergehend erläutern und mit einem Tutorial zeigen, wie man sie praktisch anwendet." #: docs.phtml:41 docs.phtml:43 docs.phtml:49 docs.phtml:50 docs.phtml:74 #: docs.phtml:76 docs.phtml:79 docs.phtml:80 docs.phtml:84 @@ -109,7 +109,7 @@ msgid "" "to your question within either the Help Manual or the Concepts Guide. We " "want feedback from you, it is only through your comments that we know " "how to modify the documentation." -msgstr "Bitte senden Sie eine Email an die gnucash-user Mailingliste [englisch, oder auf deutsch an gnucash-de], falls Sie keine zufriedenstellende Antwort auf Ihre Fragen in der Online-Hilfe oder in \"Kurs und Konzepte\" finden. Wir wünschen uns Feedback von Ihnen, da wir lediglich aufgrund Ihrer Kommentare wissen, wie wir die Dokumentation verbessern können." +msgstr "Bitte senden Sie eine Email an die gnucash-user Mailingliste [englisch, oder auf deutsch an gnucash-de], falls Sie keine zufriedenstellende Antwort auf Ihre Fragen in der Online-Hilfe oder in \"Kurs und Konzepte\" finden. Wir wünschen uns Feedback von Ihnen, da wir lediglich aufgrund Ihrer Kommentare wissen, wie wir die Dokumentation verbessern können." #: docs.phtml:56 msgid "" @@ -118,7 +118,7 @@ msgid "" "wiki.gnucash.org/wiki/'>English or Deutsch GnuCash wikis. A wiki is an interactive website where " "registered users can ask and answer questions." -msgstr "Zusätzlich können Sie mit den Entwicklern via IRC auf irc.gnome.org im Kanal \"#gnucash\" über ihre Fragen sprechen. Eine anderes Hilfsmittel sind die englischen oder deutschen GnuCash Wikis. Ein Wiki ist eine Webseite, die von Ihren Benutzern gemeinsam erstellt wird. Teilweise ist für die Mitarbeit eine Registrierung erforderlich." +msgstr "Zusätzlich können Sie mit den Entwicklern via IRC auf irc.gnome.org im Kanal \"#gnucash\" über ihre Fragen sprechen. Eine anderes Hilfsmittel sind die englischen oder deutschen GnuCash Wikis. Ein Wiki ist eine Webseite, die von Ihren Benutzern gemeinsam erstellt wird. Teilweise ist für die Mitarbeit eine Registrierung erforderlich." #: docs.phtml:58 msgid "" @@ -126,7 +126,7 @@ msgid "" "presented in these sources may or may not be updated to the most recent " "version of GnuCash. If you are interested in doing development work on these " "documents, you should contact the original authors." -msgstr "Einige Leute haben Schritt-für-Schritt-Anleitungen, sogenannte HOWTOs, oder Tutorien geschrieben. Anmerkung: Die Informationen in diesen Quellen sind nicht immer auf dem Stand der aktuellsten Version von GnuCash. Falls Sie diese Dokumente weiterentwickeln wollen, sollten Sie die ursprünglichen Autoren kontaktieren, auch um Parallelarbeit zu vermeiden." +msgstr "Einige Leute haben Schritt-für-Schritt-Anleitungen, sogenannte HOWTOs, oder Tutorien geschrieben. Anmerkung: Die Informationen in diesen Quellen sind nicht immer auf dem Stand der aktuellsten Version von GnuCash. Falls Sie diese Dokumente weiterentwickeln wollen, sollten Sie die ursprünglichen Autoren kontaktieren, auch um Parallelarbeit zu vermeiden." #: docs.phtml:60 msgid "Neil Williams GnuCash documentation" @@ -134,7 +134,7 @@ msgstr "" #: docs.phtml:61 msgid "GnuCash for Business Users" -msgstr "GnuCash für Kleingewerbenutzer" +msgstr "GnuCash für Kleingewerbenutzer" #: docs.phtml:62 msgid "mirror" @@ -158,7 +158,7 @@ msgid "" "one of these old versions of GnuCash, it is highly recommended that you " "upgrade to the latest stable version." msgstr "" -"Dieser Abschnitt enthält alle älteren GnuCash Dokumentationen. " +"Dieser Abschnitt enthält alle älteren GnuCash Dokumentationen. " "Falls Sie eine dieser alten Versionen von Gnucash verwenden, empfehlen wir Ihnen dringend, auf die letzte stabile Version zu aktualisieren." #: docs.phtml:86 @@ -181,18 +181,18 @@ msgstr "Interessante Links" msgid "" "The following links are for further sites that can help with the " "documentation and review process." -msgstr "Die folgenden Links führen zu weiteren Websites, welche beim Dokumentieren und Redigieren hilfreich sein können." +msgstr "Die folgenden Links führen zu weiteren Websites, welche beim Dokumentieren und Redigieren hilfreich sein können." #: docs.phtml:100 msgid "For both reviewers and documentation writers" -msgstr "Sowohl für Autoren als auch für Redakteure" +msgstr "Sowohl für Autoren als auch für Redakteure" #: docs.phtml:101 msgid "" "Please read the following guides. The new docs are based on the GNOME2 XML " "docbook system. Everyone wishing to help please follow these guides where " "possible when reviewing and/or writing docs." -msgstr "Bitte lesen Sie die folgenden Anleitungen. Die neuen Dokumente basieren auf dem GNOME2-XML-docbook-System. Alle, die helfen möchten, mögen, wo immer möglich, beim Schreiben und Redigieren diese Richtlinien beachten." +msgstr "Bitte lesen Sie die folgenden Anleitungen. Die neuen Dokumente basieren auf dem GNOME2-XML-docbook-System. Alle, die helfen möchten, mögen, wo immer möglich, beim Schreiben und Redigieren diese Richtlinien beachten." #: docs.phtml:106 msgid "We suggest also subscribing to " @@ -210,8 +210,8 @@ msgid "" "change to get the docs is to change the checkout gnucash to checkout gnucash-" "docs. You can also start from the current docs tarball." msgstr "" -"Bitte holen Sie das Dokumentationsmodule aus dem Gnucash SVN-repository \"gnucash-docs\". Für diejenigen, die nicht mit svn vertraut sind, hat das Gnucash-Wiki eine Anleitung. \n" -"Um die Dokumentation zu bekommen, muß man der Anleitung folgen und dabei checkout gnucash ersetzen durch checkout gnucash-docs. Man kann aber auch vom aktuellen docs tarball starten." +"Bitte holen Sie das Dokumentationsmodule aus dem Gnucash SVN-repository \"gnucash-docs\". Für diejenigen, die nicht mit svn vertraut sind, hat das Gnucash-Wiki eine Anleitung. \n" +"Um die Dokumentation zu bekommen, muß man der Anleitung folgen und dabei checkout gnucash ersetzen durch checkout gnucash-docs. Man kann aber auch vom aktuellen docs tarball starten." #: docs.phtml:110 msgid "" @@ -219,7 +219,7 @@ msgid "" "everyone would be to use bugzilla.gnome." "org to file the bugs under documentation. This can also be done using " "bug-buddy." -msgstr "Die einfachste Möglichkeit, um Rückmeldungen zur Dokumentation zu sammeln, ist die Verwendung von bugzilla.gnome.org, um die Bugs unter \"Component documentation\" aufzulisten. Fehlereinsendungen sind auch mit bug-buddy möglich." +msgstr "Die einfachste Möglichkeit, um Rückmeldungen zur Dokumentation zu sammeln, ist die Verwendung von bugzilla.gnome.org, um die Bugs unter \"Component documentation\" aufzulisten. Fehlereinsendungen sind auch mit bug-buddy möglich." #: docs.phtml:112 msgid "Writers" @@ -233,9 +233,9 @@ msgid "" "getting the patches added into svn until you are given an account. You can " "also add the patch to a bug report in bugzilla if you wish." msgstr "" -"Ebenso checkout des doc-svn wie oben beschreiben. Das übliche Vorgehen für Beitragende zu GnuCash ist anfangs Patches an die gnucash-devel Mailingliste[, bzw. für die deutsche " -"Übersetzung an gnucash-de] zu schicken. Wir werden das Hinzufügen der Patches ins svn übernehmen, bis Ihnen ein eigener Zugang eingeräumt wird. Sie können den Patch aber auch zu einem bug report in bugzilla hinzufügen, wenn Sie möchten." +"Ebenso checkout des doc-svn wie oben beschreiben. Das übliche Vorgehen für Beitragende zu GnuCash ist anfangs Patches an die gnucash-devel Mailingliste[, bzw. für die deutsche " +"Ãœbersetzung an gnucash-de] zu schicken. Wir werden das Hinzufügen der Patches ins svn übernehmen, bis Ihnen ein eigener Zugang eingeräumt wird. Sie können den Patch aber auch zu einem bug report in bugzilla hinzufügen, wenn Sie möchten." #: docs.phtml:114 msgid "" @@ -243,18 +243,18 @@ msgid "" "forward this to gnucash-" "devel so that people can say 'hey I'm doing that already' or 'go ahead " "and do it'." -msgstr "Bitte lassen Sie andere Autoren wissen, welchen Abschnitt Sie zu bearbeiten wünschen. Bitte schreiben Sie dies an gnucash-devel, damit andere Mitarbeiter Bescheid sagen könne, ob sie bereits daran arbeiten oder ob diese Aufgabe momentan vakant ist." +msgstr "Bitte lassen Sie andere Autoren wissen, welchen Abschnitt Sie zu bearbeiten wünschen. Bitte schreiben Sie dies an gnucash-devel, damit andere Mitarbeiter Bescheid sagen könne, ob sie bereits daran arbeiten oder ob diese Aufgabe momentan vakant ist." #: docs.phtml:115 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" -msgstr "Sie werden wohl eine lokale Kopie der alten Dokumentation behalten wollen, um sich darauf zu beziehen, während Sie schreiben. Diese enthalten eine Menge nützlicher Informationen, welche noch nicht in die neue übertragen wurden." +msgstr "Sie werden wohl eine lokale Kopie der alten Dokumentation behalten wollen, um sich darauf zu beziehen, während Sie schreiben. Diese enthalten eine Menge nützlicher Informationen, welche noch nicht in die neue übertragen wurden." #: features.phtml:22 msgid "Checkbook-Style Register" -msgstr "Übersichtliches Kontobuch" +msgstr "Ãœbersichtliches Kontobuch" #: features.phtml:26 msgid "" @@ -265,16 +265,16 @@ msgid "" msgstr "" "GnuCash wurde von Grund auf so erstellt, dass es einfach zu benutzen ist. " "Innerhalb von Minuten sind Sie in der Lage, die Daten ihrer Finanzen " -"einzugeben und eine graphische Übersicht über ihre Finanzen erstellen zu " -"lassen. Wenn Sie ein normales Haushaltsbuch führen können, dann sind Sie " +"einzugeben und eine graphische Ãœbersicht über ihre Finanzen erstellen zu " +"lassen. Wenn Sie ein normales Haushaltsbuch führen können, dann sind Sie " "auch in der Lage GnuCash zu benutzen. Machen Sie Eingaben direkt im " -"Kontobuch und benutzen Sie die automatische Vervollständigung um Buchungen " -"automatisch abzuschliessen. Die Bedieneroberfläche können Sie in der " -"Anwendung selbst an ihre Bedürfnisse anpassen." +"Kontobuch und benutzen Sie die automatische Vervollständigung um Buchungen " +"automatisch abzuschliessen. Die Bedieneroberfläche können Sie in der " +"Anwendung selbst an ihre Bedürfnisse anpassen." #: features.phtml:30 msgid "Double Entry" -msgstr "Doppelte Buchführung" +msgstr "Doppelte Buchführung" #: features.phtml:32 msgid "" @@ -283,9 +283,9 @@ msgid "" "income and outflow exactly equals the sum of all assets and equity." msgstr "" "Jede Buchung besteht aus zwei Teilen: Der eine Buchungsteil vermindert ein " -"Konto (Debit) und der andere erhöht ein anderes Konto (Kredit) um den " -"gleichen Betrag. Dadurch ist sichergestellt, dass die Bücher ausgegelichen " -"sind: Der Unterschied zwischen Erträgen und Aufwendungen ist identisch zur " +"Konto (Debit) und der andere erhöht ein anderes Konto (Kredit) um den " +"gleichen Betrag. Dadurch ist sichergestellt, dass die Bücher ausgegelichen " +"sind: Der Unterschied zwischen Erträgen und Aufwendungen ist identisch zur " "Summe aller Aktiva und Eigenkapital." #: features.phtml:36 index.phtml:24 @@ -298,12 +298,12 @@ msgid "" "with a full suite of standard and customizeable reports, such as Balance " "Sheet, Profit & Loss, Portfolio Valuation, and many others." msgstr "" -"GnuCash wird mit über 30 vorgefertigten Berichten geliefert, einschließlich " -"einer Übersicht über Konten, Einnahmen, Ausgaben, Überweisungen, einer " +"GnuCash wird mit über 30 vorgefertigten Berichten geliefert, einschließlich " +"einer Ãœbersicht über Konten, Einnahmen, Ausgaben, Ãœberweisungen, einer " "Bilanz, Gewinn&Verlust, einer Depotbewertung, und vieler anderer. Die " "Berichte beinhalten auch eine graphische Aufbereitung der Daten, inklusive " -"Tortengrafiken, Balkengrafiken und Punktwolken. Berichte können als HTML " -"Dateien exportiert werden und können einfach an individuelle Anforderungen " +"Tortengrafiken, Balkengrafiken und Punktwolken. Berichte können als HTML " +"Dateien exportiert werden und können einfach an individuelle Anforderungen " "angepasst werden." #: features.phtml:43 @@ -316,20 +316,20 @@ msgid "" "flow. When used properly with the double-entry feature and equity accounts, " "these enable you to generate reports, such as Profit & Loss, that plain-" "vanilla systems cannot handle." -msgstr "Die Einnahme-/Ausgabenkonten entsprechen den Kategorien aus einfachen Finanzverwaltungsprogrammen. Sie erlauben es Ihnen, Ihre Zahlungsflüsse übersichtlich zu ordnen. Mit diesen Konten ist eine doppelten Buchführung möglich. Abgerundet durch die Eigenkapital-/Bestandskonten können Sie Berichte erstellen, die in einfacheren Systemen nicht möglich sind, zum Beispiel eine Gewinn- und Verlustrechnung." +msgstr "Die Einnahme-/Ausgabenkonten entsprechen den Kategorien aus einfachen Finanzverwaltungsprogrammen. Sie erlauben es Ihnen, Ihre Zahlungsflüsse übersichtlich zu ordnen. Mit diesen Konten ist eine doppelten Buchführung möglich. Abgerundet durch die Eigenkapital-/Bestandskonten können Sie Berichte erstellen, die in einfacheren Systemen nicht möglich sind, zum Beispiel eine Gewinn- und Verlustrechnung." #: features.phtml:48 msgid "Multiple Currencies" -msgstr "Multi-Währungsfähigkeit" +msgstr "Multi-Währungsfähigkeit" #: features.phtml:49 msgid "" "Different accounts can be denominated in different currencies. Currency " "movements between accounts are fully balanced when double-entry is enabled." msgstr "" -"GnuCash unterstützt die Verwendung mehrerer Währungen und den Handel mit " -"ihnen. Bei Verwendung der doppelten Buchführung werden Währungsänderungen " -"zwischen Konten berücksichtigt." +"GnuCash unterstützt die Verwendung mehrerer Währungen und den Handel mit " +"ihnen. Bei Verwendung der doppelten Buchführung werden Währungsänderungen " +"zwischen Konten berücksichtigt." #: features.phtml:53 msgid "Stock/Mutual Fund Portfolios" @@ -340,23 +340,23 @@ msgid "" "Track stocks individually (one per account) or in portfolio of accounts (a " "group of accounts that can be displayed together)." msgstr "" -"GnuCash besitzt eine Reihe von Funktionen, um Anlagen zu überwachen. Von " -"einfachen festverzinslichen Wertpapieren bis zu börsennotierten Aktien kann " +"GnuCash besitzt eine Reihe von Funktionen, um Anlagen zu überwachen. Von " +"einfachen festverzinslichen Wertpapieren bis zu börsennotierten Aktien kann " "GnuCash ihre Anlagen verwalten." #: features.phtml:57 msgid "Small Business Accounting Features" -msgstr "Geschäftliche Features" +msgstr "Geschäftliche Features" #: features.phtml:59 msgid "" "Simplify managing a small business with Customer and Vendor tracking, " "Invoicing and Bill Payment, and Tax and Billing Terms." msgstr "" -"Für geschäftliche Anwendungen können Kunden und Lieferanten verwaltet " -"werden. GnuCash besitzt ein System für Konten mit Forderungen und " +"Für geschäftliche Anwendungen können Kunden und Lieferanten verwaltet " +"werden. GnuCash besitzt ein System für Konten mit Forderungen und " "Verbindlichkeiten, Rechnungsstellung und Erledigung von Zahlungen. Auch " -"unterschiedliche Besteuerungs- und Fälligkeitsregeln werden unterstützt." +"unterschiedliche Besteuerungs- und Fälligkeitsregeln werden unterstützt." #: features.phtml:62 msgid "QIF Import" @@ -367,7 +367,7 @@ msgid "" "Intuit® Quicken® QIF files can be imported, " "and are automatically merged to eliminate duplicate transactions." msgstr "" -"Quicken QIF Dateien können importiert werden. Dies ist ein Format das von " +"Quicken QIF Dateien können importiert werden. Dies ist ein Format das von " "vielen kommerziellen Softwarepaketen zur Finanzverwaltung benutzt wird." #: features.phtml:66 @@ -378,11 +378,11 @@ msgstr "OFX-Import" msgid "" "GnuCash is the first free software application to support the Open Financial " "Exchange protocol that many banks and financial services are starting to use." -msgstr "GnuCash ist die erste freie Softwareanwendung, die das Open Financial Exchange Protokoll unterstützt, welches viele Banken und Finanzdienstleister beginnen einzusetzen." +msgstr "GnuCash ist die erste freie Softwareanwendung, die das Open Financial Exchange Protokoll unterstützt, welches viele Banken und Finanzdienstleister beginnen einzusetzen." #: features.phtml:70 msgid "HBCI Support" -msgstr "HBCI-Unterstützung" +msgstr "HBCI-Unterstützung" #: features.phtml:71 msgid "" @@ -390,8 +390,8 @@ msgid "" "Banking Computer Information protocol, allowing German users to perform " "statement download and initiate bank transfers and direct debits." msgstr "" -"GnuCash unterstützt auch Online-Banking mit dem deutschen Standard HBCI. " -"Kontostände und Umsätze können abgerufen werden und Überweisungen können " +"GnuCash unterstützt auch Online-Banking mit dem deutschen Standard HBCI. " +"Kontostände und Umsätze können abgerufen werden und Ãœberweisungen können " "online abgeschickt werden." #: features.phtml:74 @@ -403,7 +403,7 @@ msgid "" "The development of OFX and HBCI support has also resulted in an improved " "transaction matching system that more accurately recognizes duplicate " "transactions during file import." -msgstr "Die Weiterentwicklung mit den HBCI- und OFX-Standards resultiert auch in einem verbesserten System des Buchungsabgleichs, welches während des Imports doppelte Buchungssätze präziser erkennt." +msgstr "Die Weiterentwicklung mit den HBCI- und OFX-Standards resultiert auch in einem verbesserten System des Buchungsabgleichs, welches während des Imports doppelte Buchungssätze präziser erkennt." #: features.phtml:78 msgid "Statement Reconciliation" @@ -415,7 +415,7 @@ msgid "" "balancing against bank statements easy." msgstr "" "Die eingebaute Kontenabstimmung vereinfacht den Abgleich der in GnuCash " -"eingetragenen Konten mit Kontoauszügen." +"eingetragenen Konten mit Kontoauszügen." #: features.phtml:82 msgid "Localization" @@ -429,11 +429,11 @@ msgid "" "Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " "Documentation is available in English, French, Portuguese and Spanish." msgstr "" -"GnuCash kann mit internationalen Datums- und Währungsformaten umgehen. Die GnuCash Menüs und " -"Meldungen wurden in 21 Sprachen, einschließlich Chinesisch, Dänisch, " -"Französisch, Deutsch, Ungarisch, Italienisch, Japanisch, Norwegisch, Polnisch, Portugiesisch, " -"Russisch, Spanisch, Schwedisch, Türkisch, Ukrainisch, und Britisches Englisch übersetzt. " -"Die Dokumentation ist in Englisch, Französisch, Portugiesisch und Spanisch verfügbar." +"GnuCash kann mit internationalen Datums- und Währungsformaten umgehen. Die GnuCash Menüs und " +"Meldungen wurden in 21 Sprachen, einschließlich Chinesisch, Dänisch, " +"Französisch, Deutsch, Ungarisch, Italienisch, Japanisch, Norwegisch, Polnisch, Portugiesisch, " +"Russisch, Spanisch, Schwedisch, Türkisch, Ukrainisch, und Britisches Englisch übersetzt. " +"Die Dokumentation ist in Englisch, Französisch, Portugiesisch und Spanisch verfügbar." #: features.phtml:86 msgid "Transaction Finder" @@ -465,7 +465,7 @@ msgstr "Online-Kursabfrage von Wertpapieren" msgid "" "Get Stock & Mutual Fund quotes from various web sites, update portfolio " "automatically. Additional pricing sources are added regularly." -msgstr "Holt die Kurse Ihrer Wertpapiere von verschiedenen Websites und aktualisiert Ihr Portefolio automatisch. Zusätzliche Preisquellen werden regelmäßig hinzugefügt." +msgstr "Holt die Kurse Ihrer Wertpapiere von verschiedenen Websites und aktualisiert Ihr Portefolio automatisch. Zusätzliche Preisquellen werden regelmäßig hinzugefügt." #: features.phtml:100 msgid "Check Printing" @@ -475,7 +475,7 @@ msgstr "Scheck-Ausdruck" msgid "" "Checks may be printed in standard formats on common check stocks. A " "customization GUI allows custom check layouts to be developed." -msgstr "Schecks können in US-amerikanischen Standardformaten auf gängige Formulare gedruckt werden. Eine grafische Benutzeroberfläche erlaubt aber auch die Entwicklung eigener Layouts." +msgstr "Schecks können in US-amerikanischen Standardformaten auf gängige Formulare gedruckt werden. Eine grafische Benutzeroberfläche erlaubt aber auch die Entwicklung eigener Layouts." #: features.phtml:105 index.phtml:25 msgid "Scheduled Transactions" @@ -488,10 +488,10 @@ msgid "" "without canceling it, and the ability to specify only a limited number of " "transactions." msgstr "" -"Sie können nun " -"sich wiederholende Buchungen erstellen einschließlich " -"automatischer Erinnerung, wenn eine Buchung fällig ist, " -"die Möglichkeit, eine geplante Buchung zu verschieben ohne sie zu annullieren und die Möglichkeit, nur eine begrenzte Anzahl Buchungen zu spezifizieren." +"Sie können nun " +"sich wiederholende Buchungen erstellen einschließlich " +"automatischer Erinnerung, wenn eine Buchung fällig ist, " +"die Möglichkeit, eine geplante Buchung zu verschieben ohne sie zu annullieren und die Möglichkeit, nur eine begrenzte Anzahl Buchungen zu spezifizieren." #: features.phtml:109 msgid "Mortgage & Loan Repayment Druid" @@ -499,7 +499,7 @@ msgstr "Hypotheken- & Darlehen-Tilgungs-Assistent" #: features.phtml:110 msgid "A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "Ein geführter Dialog zur Erstellung von Tilgungratenzahlungen als terminierte Buchung." +msgstr "Ein geführter Dialog zur Erstellung von Tilgungratenzahlungen als terminierte Buchung." #: features.phtml:115 msgid "New User Manual and Help" @@ -510,7 +510,7 @@ msgid "" "A new help subsystem that focuses on how to do tasks is now available, in " "addition to a Tutorial and Concepts guide that gives the user background " "information on accounting principles and how they are reflected in GnuCash." -msgstr "Ein neues Hilfe-Subsystem, welches sich darauf fokussiert, wie Aufgaben gelöst werden, ist nun zusätzlich zur konzeptuellen Einführung verfügbar, welche dem Benutzer Hintergrundinformationen zu den Grundsätzen der doppelten Buchführung und ihrer Umsetzung in GnuCash liefert." +msgstr "Ein neues Hilfe-Subsystem, welches sich darauf fokussiert, wie Aufgaben gelöst werden, ist nun zusätzlich zur konzeptuellen Einführung verfügbar, welche dem Benutzer Hintergrundinformationen zu den Grundsätzen der doppelten Buchführung und ihrer Umsetzung in GnuCash liefert." #: oldnews.phtml:2 index.phtml:3 msgid "Open Source Accounting Software" @@ -518,13 +518,13 @@ msgstr "Open Source Finanzsoftware" #: oldnews.phtml:11 msgid "Older Announcements" -msgstr "Ältere Ankündigungen" +msgstr "Ältere Ankündigungen" #: oldnews.phtml:14 msgid "" "This is an archive of announcements that once appeared on the GnuCash home " "page." -msgstr "Dies ist ein Archiv der Ankündigungen, die einst auf der GnuCash-Startseite erschienen sind." +msgstr "Dies ist ein Archiv der Ankündigungen, die einst auf der GnuCash-Startseite erschienen sind." #: index.phtml:13 msgid "Welcome to GnuCash.org" @@ -536,8 +536,8 @@ msgid "" "licensed under the GNU GPL and available " "for GNU/Linux, *BSD, Solaris and Mac OSX." msgstr "" -"GnuCash ist eine freie OpenSource-Finanzverwaltung für GNU/Linux, Unix, " -"*BSD, Solaris und Mac OSX, erhältlich unter der GNU GPL." #: index.phtml:17 @@ -547,20 +547,20 @@ msgid "" "use as a checkbook register, it is based on professional accounting " "principles to ensure balanced books and accurate reports. " msgstr "" -"Das Programm ist eine Komplettlösung zur Verwaltung der Finanzen von\n" +"Das Programm ist eine Komplettlösung zur Verwaltung der Finanzen von\n" "Privatanwendern und Kleinbetrieben. Das aus dem Rechnungswesen\n" -"bekannte Prinzip der doppelten Buchführung wird in GnuCash konsequent\n" -"umgesetzt, so dass GnuCash höchste Ansprüche an die Kontenführung\n" -"erfüllen kann. Auch Homebanking über HBCI wird unterstützt. Für den\n" -"Geschäftsverkehr ist die Verwaltung von Kunden, Lieferanten und\n" +"bekannte Prinzip der doppelten Buchführung wird in GnuCash konsequent\n" +"umgesetzt, so dass GnuCash höchste Ansprüche an die Kontenführung\n" +"erfüllen kann. Auch Homebanking über HBCI wird unterstützt. Für den\n" +"Geschäftsverkehr ist die Verwaltung von Kunden, Lieferanten und\n" "Rechnungen enthalten. Weitere Features sind terminierte Buchungen,\n" "Import von OFX-Dateien und QIF-Dateien, zahlreiche Berichte und\n" "Grafiken mit Torten- und Balkendiagrammen und eine\n" -"benutzerdefinierbare Oberfläche." +"benutzerdefinierbare Oberfläche." #: index.phtml:20 msgid "Feature Highlights" -msgstr "Feature-Übersicht" +msgstr "Feature-Ãœbersicht" #: index.phtml:23 msgid "QIF/OFX/HBCI Import, Transaction Matching" @@ -572,19 +572,19 @@ msgstr "Finanzrechner" #: index.phtml:30 msgid "Double-Entry Accounting" -msgstr "Doppelte Buchführung" +msgstr "Doppelte Buchführung" #: index.phtml:31 msgid "Stock/Bond/Mutual Fund Accounts" -msgstr "Aktienkonten, Währungskonten" +msgstr "Aktienkonten, Währungskonten" #: index.phtml:32 msgid "Small-Business Accounting" -msgstr "Geschäftsbuchführung" +msgstr "Geschäftsbuchführung" #: index.phtml:33 msgid "Customers, Vendors, Jobs,
    Invoices, A/P, A/R" -msgstr "Verwaltung von Kunden, Lieferanten, Aufträgen, Rechnungen" +msgstr "Verwaltung von Kunden, Lieferanten, Aufträgen, Rechnungen" #: index.phtml:39 msgid "News" @@ -599,7 +599,7 @@ msgid "" "Translation problems? Contact: gnucash-devel@gnucash.org" msgstr "" -"Übersetzungsprobleme? Bitte gnucash-de@gnucash.org kontaktieren." #: externals/header.phtml:25 @@ -696,11 +696,11 @@ msgstr "Subversion-Benutzung" #: externals/menu.phtml:62 msgid "Language Translations" -msgstr "Übersetzungen" +msgstr "Ãœbersetzungen" #: externals/menu.phtml:63 msgid "Sizing" -msgstr "Programmgröße" +msgstr "Programmgröße" #: search/templates/NMZ.result.short.php_tmpl:4 #: search/templates/NMZ.result.normal.php_tmpl:4 @@ -807,7 +807,7 @@ msgstr "Suchtipps" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." msgstr "" -"Wenn Sie mit der Suche nicht zufrieden sind, können Sie die folgenden Tipps " +"Wenn Sie mit der Suche nicht zufrieden sind, können Sie die folgenden Tipps " "ausprobieren." #: search/templates/NMZ.tips.php_tmpl:11 @@ -815,8 +815,8 @@ msgid "" "Check a spelling of your keyword
    \n" "Namazu can't find anything with wrong spelling." msgstr "" -"Prüfen Sie die Rechtschreibung eines Stichwortes. Das Suchsystem Namazu kann " -"keine falsch geschriebenen Stichwörter finden." +"Prüfen Sie die Rechtschreibung eines Stichwortes. Das Suchsystem Namazu kann " +"keine falsch geschriebenen Stichwörter finden." #: search/templates/NMZ.tips.php_tmpl:15 msgid "Add keywords" @@ -829,8 +829,8 @@ msgid "" "class=\"operator\">or operator. You should get more results.\n" "e.g.," msgstr "" -"Falls Sie keine oder zu wenige Ergebnisse erhalten, können Sie ein oder mehrere verwandte Stichworte mit dem or Operator hinzufügen Sie sollten dann mehr Ergebnisse bekommen.\n" +"Falls Sie keine oder zu wenige Ergebnisse erhalten, können Sie ein oder mehrere verwandte Stichworte mit dem or Operator hinzufügen Sie sollten dann mehr Ergebnisse bekommen.\n" "Beispiel: " #: search/templates/NMZ.tips.php_tmpl:23 @@ -839,8 +839,8 @@ msgid "" "related keywords with and\n" "operator. It makes your search more limited. e.g.," msgstr "" -"Wenn Sie zu viele Ergebnisse erhalten können Sie ein oder mehrere verwandte Stichworte mit dem and\n" -"Operator eingeben. Das schränkt ihre Suche mehr ein wie beispielsweise:" +"Wenn Sie zu viele Ergebnisse erhalten können Sie ein oder mehrere verwandte Stichworte mit dem and\n" +"Operator eingeben. Das schränkt ihre Suche mehr ein wie beispielsweise:" #: search/templates/NMZ.tips.php_tmpl:29 msgid "Try substring matching" @@ -850,7 +850,7 @@ msgstr "Versuchen Sie Teilzeichenkette" msgid "" "If you gained no results or too few results, you can try\n" "substring matching." -msgstr "Falls Sie keine oder zu wenige Ergebnisse bekommen, sollten Sie nur signifikante Wortteile eingeben, zum Beispiel wenn die sowohl die Schreibweise mit C als auch mit K möglich ist." +msgstr "Falls Sie keine oder zu wenige Ergebnisse bekommen, sollten Sie nur signifikante Wortteile eingeben, zum Beispiel wenn die sowohl die Schreibweise mit C als auch mit K möglich ist." #: search/templates/NMZ.tips.php_tmpl:34 msgid "" @@ -860,7 +860,7 @@ msgid "" "texi2html,\n" "texindex, text)." msgstr "" -"Sie können etwa tex* eingeben, um \n" +"Sie können etwa tex* eingeben, um \n" "alle Termini, die mit \n" "tex beginnen, zu suchen (z.B., tex,\n" "texi2html,\n" @@ -874,8 +874,8 @@ msgid "" "jlatex, latex,\n" "platex, ptex, vertex)." msgstr "" -"Sie können *tex eingeben,\n" -"um nach Ausdrücken zu suchen, die auf tex enden (z.B.,\n" +"Sie können *tex eingeben,\n" +"um nach Ausdrücken zu suchen, die auf tex enden (z.B.,\n" "bibtex,\n" "jlatex, latex,\n" "platex, ptex, vertex)." @@ -885,8 +885,8 @@ msgid "" "You can specify *tex* to\n" "search for terms which contain tex (many)." msgstr "" -"Sie können *tex* eingeben,\n" -"um Ausdrücke zu finden, die tex enthalten (sehr viele)." +"Sie können *tex* eingeben,\n" +"um Ausdrücke zu finden, die tex enthalten (sehr viele)." #: search/templates/NMZ.tips.php_tmpl:53 msgid "" @@ -898,7 +898,7 @@ msgstr "Sie haben die Phrasensuche verwendet, aber erhielten eine Trefferliste, msgid "" "It's a defect of Namazu. Precision of phrase searching is\n" "not 100%, so it cause wrong results occasionally." -msgstr "Das ist ein Defekt in Namazu. Die Präzision der Phrasensuche ist nicht 100%, was gelegentlich zu falschen Ergebnissen führt." +msgstr "Das ist ein Defekt in Namazu. Die Präzision der Phrasensuche ist nicht 100%, was gelegentlich zu falschen Ergebnissen führt." #: search/templates/NMZ.tips.php_tmpl:60 #: search/templates/NMZ.body.php_tmpl:182 @@ -912,8 +912,8 @@ msgid "" msgstr "" "Falls Sie and,\n" "or oder not als gewöhnliche Stichworte verwenden wollen,
    \n" -"können Sie sie in gewöhnliche Anführungszeichen wie not als gewöhnliche Stichworte verwenden wollen,
    \n" +"können Sie sie in gewöhnliche Anführungszeichen wie \"...\" oder geschweifte Klammern wie {...} setzen." @@ -931,7 +931,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:16 msgid "AND query" -msgstr "AND-Abfrage/UND-Verknüpfung" +msgstr "AND-Abfrage/UND-Verknüpfung" #: search/templates/NMZ.body.php_tmpl:19 msgid "" @@ -949,13 +949,13 @@ msgid "" "are\n" "separated by one or more spaces are assumed to be an AND query." msgstr "" -"Sie können den AND Operator auch weglassen. " +"Sie können den AND Operator auch weglassen. " "Suchabfragen, deren Begriffe durch Leerzeichen getrennt sind, werden als AND-" "Abfragen betrachtet." #: search/templates/NMZ.body.php_tmpl:33 msgid "OR query" -msgstr "OR-Abfrage/ODER-Verknüpfung" +msgstr "OR-Abfrage/ODER-Verknüpfung" #: search/templates/NMZ.body.php_tmpl:35 msgid "" @@ -978,7 +978,7 @@ msgid "" "documents which contain a first term but do not contain the\n" "following terms. Insert the not\n" "operator between the terms, for example:" -msgstr "Falls eine Abfrage mehrere Terme enthält, von denen die ersten in allen Dokumenten enthalten sein sollen, aber keine der folgenden, fügen Sie den not-Operator zwischen die Terme, wie beispielsweise:" +msgstr "Falls eine Abfrage mehrere Terme enthält, von denen die ersten in allen Dokumenten enthalten sein sollen, aber keine der folgenden, fügen Sie den not-Operator zwischen die Terme, wie beispielsweise:" #: search/templates/NMZ.body.php_tmpl:58 msgid "Grouping" @@ -989,11 +989,11 @@ msgid "" "You can group queries by surrounding them by\n" "parentheses. The parentheses should be separated by one or\n" "more spaces. e.g." -msgstr "Sie können die Auswertung von Ausdrücke steuern, indem Sie sie durch Klammern gruppieren. Die Klammern sollten durch ein oder mehrere Leerzeichen separiert werden, z.B." +msgstr "Sie können die Auswertung von Ausdrücke steuern, indem Sie sie durch Klammern gruppieren. Die Klammern sollten durch ein oder mehrere Leerzeichen separiert werden, z.B." #: search/templates/NMZ.body.php_tmpl:69 msgid "Phrase searching" -msgstr "Ganze Sätze (Ausdrücke mit mehreren Worten) suchen" +msgstr "Ganze Sätze (Ausdrücke mit mehreren Worten) suchen" #: search/templates/NMZ.body.php_tmpl:71 msgid "" @@ -1004,9 +1004,9 @@ msgid "" "In Namazu, the precision of phrase searching is not 100%,\n" "so wrong results may occasionally occur. Example:" msgstr "" -"Man kann Phrasen, welche aus mehreren Worten bestehen, suchen indem man sie in doppelte Anführungszeichen \"...\" oder geschweifte Klammern {...}\"...\" oder geschweifte Klammern {...} setzt.\n" -"N.B. In Namazu ist die Präzision der Phrasensuche nicht 100%ig,\n wodurch es gelegentlich zu falschen Resultaten kommt. \n" +"N.B. In Namazu ist die Präzision der Phrasensuche nicht 100%ig,\n wodurch es gelegentlich zu falschen Resultaten kommt. \n" "Beispiel:" #: search/templates/NMZ.body.php_tmpl:88 @@ -1031,7 +1031,7 @@ msgstr "Teilstring innerhalb des Wortes suchen" #: search/templates/NMZ.body.php_tmpl:97 msgid "(terms which contain text)" -msgstr "(liefert Ausdrücke, die text enthalten)" +msgstr "(liefert Ausdrücke, die text enthalten)" #: search/templates/NMZ.body.php_tmpl:98 msgid "Suffix matching" @@ -1043,7 +1043,7 @@ msgstr "(liefert Termini, welche auf net enden)" #: search/templates/NMZ.body.php_tmpl:104 msgid "Regular expressions" -msgstr "Reguläre Ausdrücke" +msgstr "Reguläre Ausdrücke" #: search/templates/NMZ.body.php_tmpl:107 msgid "" @@ -1055,8 +1055,8 @@ msgid "" "href=\"http://www.perl.com/\">Perl compatible flavor.\n" "e.g.," msgstr "" -"Reguläre Ausdrücke können für die Mustersuche verwendet werden. Sie müssen in Schrägstriche wie /.../ gefaßt werden. Namazu verwendet /.../ gefaßt werden. Namazu verwendet Ruby's " "regular-expressions-Maschine. Diese bietet allgemein eine Perl kompatible Richtung.\n" @@ -1073,9 +1073,9 @@ msgid "" "Message-Id:. This feature is especially convenient for\n" "Mail/News documents, for example:" msgstr "" -"Die Suche läßt sich auf spezifische Felder einschränken wie etwa \n" +"Die Suche läßt sich auf spezifische Felder einschränken wie etwa \n" "Subject:, From:,\n" -"Message-Id:. Dieses Feature ist besonders praktisch für\n" +"Message-Id:. Dieses Feature ist besonders praktisch für\n" "Mail- und News-Dokumente, beispielsweise:" #: search/templates/NMZ.body.php_tmpl:131 @@ -1106,7 +1106,7 @@ msgstr "" msgid "" "(Retrieves a certain document which contains specified\n" "Message-Id:)" -msgstr "(Liefert genau das Dokument, welches die angegebene Message-Id: enthält)" +msgstr "(Liefert genau das Dokument, welches die angegebene Message-Id: enthält)" #: search/templates/NMZ.body.php_tmpl:152 msgid "Notes" @@ -1117,7 +1117,7 @@ msgid "" "In any queries, Namazu ignores case distinctions of\n" "alphabet characters; i.e. Namazu does\n" "case-insensitive pattern matching." -msgstr "In allen Abfragen wird die Groß-/Kleinschreibung ignoriert." +msgstr "In allen Abfragen wird die Groß-/Kleinschreibung ignoriert." #: search/templates/NMZ.body.php_tmpl:160 msgid "" @@ -1140,13 +1140,13 @@ msgid "" "TCP/IP. Since this method of handling isn't complete,\n" "you can also describe the term as TCP and IP instead of\n" "TCP/IP, but it may cause noisy results." -msgstr "Namazu kann mit Ausdrücken umgehen, welche Symbole wie TCP/IP enthalten. Solange diese Behandlung aber unvollständig ist, läßt sich der Ausdruck auch als TCP and IP statt TCP/IP umschreiben, was allerdings zu zusätzlichen, ungewünschten Ergebnissen führen mag." +msgstr "Namazu kann mit Ausdrücken umgehen, welche Symbole wie TCP/IP enthalten. Solange diese Behandlung aber unvollständig ist, läßt sich der Ausdruck auch als TCP and IP statt TCP/IP umschreiben, was allerdings zu zusätzlichen, ungewünschten Ergebnissen führen mag." #: search/templates/NMZ.body.php_tmpl:178 msgid "" "Substring matching and field-specified searching takes\n" "more time than other methods." -msgstr "Teilstring- und feldspezifische Suche benötigen mehr Zeit als andere Methoden." +msgstr "Teilstring- und feldspezifische Suche benötigen mehr Zeit als andere Methoden." #: search/templates/NMZ.result.normal.php_tmpl:5 msgid "Author" From 9e05f6196515590f84e755293a548a250b268e79 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sun, 15 Apr 2007 02:48:02 +0000 Subject: [PATCH 072/344] update to release 2.1.0 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@15893 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070414-2-1-0.news | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 news/070414-2-1-0.news diff --git a/news/070414-2-1-0.news b/news/070414-2-1-0.news new file mode 100644 index 00000000..547b0a2f --- /dev/null +++ b/news/070414-2-1-0.news @@ -0,0 +1,51 @@ +Announcement: GnuCash 2.1.0 Release +2007-04-14 20:29 + +

    GnuCash 2.1.0 released

    + +

    The GnuCash development team proudly announces GnuCash 2.1.0 aka "Opening +Windows", the first of several unstable 2.1.x releases of the GnuCash +OpenSource Accounting Software which will eventually lead to the stable +version 2.2.0. With this new release series, GnuCash is available on Microsoft +Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and +Mac OSX. This release is intended for developers and testers who want to help +tracking down all those bugs that are still in there.

    +

    WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.1.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarentee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

    +

    PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

    +

    Major changes in this release include; +

      +
    • GnuCash has been ported to the Microsoft Windows OS.
    • +
    • Improved Scheduled Transaction editor and management dialogs.
    • +
    • Internally, the programming language wrappers are no longer being +generated by the not-so-well-maintained package "g-wrap" but instead by the +well-established wrapper generator "SWIG". In effect, gnucash does no longer +depend on g-wrap anymore but uses SWIG now.
    • +
    • New printing formats for check printing.
    • +
    • GtkPrint integrated.
    • +
    + +

    Caveats for Testers

    +

    Any 2.1.x version might crash unexpectedly at any point during runtime. If +you test some serious work in a 2.1.x release, make sure you hit "Save" after +ever non-trivial workstep.

    +

    The documentation has had screenshots updated, however, many help texts +usually only refers to the 1.8.x series. Everyone is invited to help improve +the documentation; see http://wiki.gnucash.org/wiki/Development on how to get +involved.

    + +

    How can you help?

    +

    Testing: Test it and help us discover all bugs that might show up in there. +Please enter each and every bug into bugzilla at +http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash.

    +

    Translating: The new release comes with some new translation strings. If +you consider contributing a translation, we invite you to test this release +already. A string freeze will be announced in one of the later 2.1.x releases. +Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on +this.

    +

    +

    We would like to encourage people to test this and any further releases as +much as possible and submit bug reports in order that we can polish GnuCash to +be as stable as possible for the 2.2.0 release in a few weeks. Then post any +bugs you find to bugzilla +http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

    From cc7864eee2a886451e6d5068a71f255782a3f58a Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sun, 15 Apr 2007 02:58:13 +0000 Subject: [PATCH 073/344] update to release 2.1.0 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@15894 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070414-2-1-0.news | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/news/070414-2-1-0.news b/news/070414-2-1-0.news index 547b0a2f..925cbffb 100644 --- a/news/070414-2-1-0.news +++ b/news/070414-2-1-0.news @@ -12,7 +12,7 @@ Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

    WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.1.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarentee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

    PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. -Then post any bugs you find to bugzilla http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

    +Then post any bugs you find to bugzilla

    Major changes in this release include;

    • GnuCash has been ported to the Microsoft Windows OS.
    • @@ -36,8 +36,7 @@ involved.

      How can you help?

      Testing: Test it and help us discover all bugs that might show up in there. -Please enter each and every bug into bugzilla at -http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash.

      +Please enter each and every bug into bugzilla.

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.1.x releases. @@ -47,5 +46,21 @@ this.

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.2.0 release in a few weeks. Then post any -bugs you find to bugzilla -http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

      +bugs you find to bugzilla

      +

      Getting GnuCash

      +

      GnuCash 2.0 can be downloaded from sourceforge.net. It is available as +source code.

      +

      To install GnuCash, users will need Gnome 2, guile, slib and +g-wrap.

      +

      http://download.sourceforge.net/gnucash

      +

      http://www.gnucash.org

      +

      About the Program

      +

      GnuCash is a free, open source accounting program released under the GNU +General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and +Mac OSX. It is collaboratively developed by 10 people from over 5 +countries.

      +

      Programming on GnuCash began in 1997, and its first stable release was in +1998.

      From 3604e974a96dc1209018e34ef9b79e8ef8854285 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 16 Apr 2007 04:54:20 +0000 Subject: [PATCH 074/344] update to release 2.1.0 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@15908 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070414-2-1-0.news | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/news/070414-2-1-0.news b/news/070414-2-1-0.news index 925cbffb..b5be649f 100644 --- a/news/070414-2-1-0.news +++ b/news/070414-2-1-0.news @@ -49,10 +49,9 @@ be as stable as possible for the 2.2.0 release in a few weeks. Then post any bugs you find to bugzilla

      Getting GnuCash

      -

      GnuCash 2.0 can be downloaded from sourceforge.net. It is available as +

      GnuCash 2.1.0 can be downloaded from sourceforge.net. It is available as source code.

      -

      To install GnuCash, users will need Gnome 2, guile, slib and -g-wrap.

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      http://download.sourceforge.net/gnucash

      Date: Wed, 18 Apr 2007 22:16:43 +0000 Subject: [PATCH 075/344] add bugday news git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@15925 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070418-bugday.news | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 news/070418-bugday.news diff --git a/news/070418-bugday.news b/news/070418-bugday.news new file mode 100644 index 00000000..6d53640b --- /dev/null +++ b/news/070418-bugday.news @@ -0,0 +1,33 @@ +

      This Saturday, April 21st, we're going to have the first GnuCash Bug Day.

      + +

      Of course, you're welcome to help triage, find, file and even resolve bugs at +any point, but this Saturday we're going to focus on this explicitly, and +would like your time and support to do so.

      + +

      The primary things to do this Bug Day are:

      + +
      + +

      Specifically, we need to focus on the areas that the 2.1 code touched +heavily:

      + +
        +
      • running the whole app on Windows
      • +
      • reports (core and business)
      • +
      • check printing
      • +
      • scheduled transactions: data file reading/writing and UI
      • +
      + +

      Bug Day will be ongoing from 15:00 +- 22:00 +UTC in #gnucash on irc.gnome.org ... please join us there! +

      From 25ef1a66271a5eb7952d23c0a9f4b4daa49371d8 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 18 Apr 2007 22:22:32 +0000 Subject: [PATCH 076/344] correct format of news file. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@15926 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070418-bugday.news | 3 +++ 1 file changed, 3 insertions(+) diff --git a/news/070418-bugday.news b/news/070418-bugday.news index 6d53640b..a4ce6842 100644 --- a/news/070418-bugday.news +++ b/news/070418-bugday.news @@ -1,3 +1,6 @@ +GnuCash BugDay - Sat, Apr 21st, 1500 - 2200 UTC +2007-04-18 18:22 +

      This Saturday, April 21st, we're going to have the first GnuCash Bug Day.

      Of course, you're welcome to help triage, find, file and even resolve bugs at From bae22d6dbc550c8f2d9f4e00afe2cef5e49a44ab Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sun, 29 Apr 2007 00:05:11 +0000 Subject: [PATCH 077/344] update to release 2.1.1 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16020 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070428-2-1-1.news | 120 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 news/070428-2-1-1.news diff --git a/news/070428-2-1-1.news b/news/070428-2-1-1.news new file mode 100644 index 00000000..055fbbad --- /dev/null +++ b/news/070428-2-1-1.news @@ -0,0 +1,120 @@ +Announcement: GnuCash 2.1.1 Release +2007-04-28 17:47 + +

      GnuCash 2.1.1 released

      + +

      The GnuCash development team proudly announces GnuCash 2.1.1 aka +"Bug-begone", the second of several unstable 2.1.x releases of the GnuCash +Open Source Accounting Software which will eventually lead to the stable +version 2.2.0. With this new release series, GnuCash is available on Microsoft +Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and +Mac OSX. This release is intended for developers and testers who want to help +tracking down all those bugs that are still in there.

      +

      WARNING: Make sure you make backups of any files used in testing versions +of GnuCash in the 2.1.x series. Although the developers go to great lengths to +ensure that no data will be lost we cannot guarantee that your data will not +be affected if for some reason GnuCash crashes in testing these releases.

      +

      Please test any and all features important to you. Then post any bugs you +find to http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

      +

      Download:

      + +

      What's New in GnuCash 2.1.1?

      +

      Compared to the 2.0.x series, there are only very few user-visible new +features, except for the completed port to the Microsoft Windows operating +system. Minor new features compared to the 2.0.x series are +

      +
      • The Scheduled Transaction Editor and Management dialogs have been +integrated into the overall GnuCash User Interface to give the user a more +consistent experience in creating scheduled transactions. +
      • Internally, the programming language wrappers are no longer being +generated by the not-so-well-maintained package "g-wrap" but instead by the +well-established wrapper generator "SWIG". In effect, gnucash does no longer +depend on g-wrap anymore but uses SWIG now. +
      • New printing formats for check printing +
      +

      Bugfixes and improvements since the last version 2.1.0 include: +

      +
      • Start-up behaviour has been improved: Windows size is better, splash +screen can be clicked away +
      • OFX DirectConnect import uses correct ID fields for transaction +matching +
      • More Scheduled Transactions bugs have been fixed +
      • Windows: Reading/writing to compressed data files has been tested +more thoroughly and fixed in various places +
      • Windows: Crash on changing default currencies fixed +
      +

      Caveats for testers:

      +
      • Any 2.1.x version might crash unexpectedly at any point during +runtime. If you test some serious work in a 2.1.x release, make sure you hit +"Save" after ever non-trivial workstep. +
      • The documentation has had screenshots updated, however, many help +texts usually only refers to the 1.8.x series. Everyone is invited to help +improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get +involved. +
      +

      How can you help?

      +
      • We would like to encourage people to test this and any further +releases as much as possible and submit bug reports in order that we can +polish GnuCash to be as stable as possible for the 2.2.0 release in a few +weeks. Then post any bugs you find to bugzilla http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash +
      • If you have the urge to help beyond testing please get involved in +the discussions on the GnuCash mailing lists which you will find at http://www.gnucash.org. We +especially need people to help with updating the documentation. Please see http://wiki.gnucash.org/wiki/Development on how to get +involved. +
      • Translating: The new release comes with some new translation +strings. If you consider contributing a translation, we invite you to test +this release already. A string freeze will be announced in one of the later +2.1.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates +on this. +
      + +

      Getting GnuCash

      +

      GnuCash 2.1.1 can be downloaded from gnucash.org or sourceforge.net. It is +available as source code. For the Microsoft Windows operating system, a +self-installing setup program is available which includes all necessary +additional libraries. +

      To install GnuCash, users will need Gnome 2, guile, and slib. Neither +the currently used swig nor the previously used g-wrap packages are needed +when compiling from tarball or when installing a binary. +

      + + +

      About the Program

      + +

      GnuCash is a free, open source accounting program released under the GNU +General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac +OSX, and Microsoft Windows. It is collaboratively developed by 12 people from +over 5 countries. +

      Programming on GnuCash began in 1997, and its first stable release was +in 1998.

      From b0a617f035c6af44f39050038046461d24fa13a7 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sun, 20 May 2007 04:52:49 +0000 Subject: [PATCH 078/344] update to release 2.1.2 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16110 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070519-2-1-2.news | 127 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 news/070519-2-1-2.news diff --git a/news/070519-2-1-2.news b/news/070519-2-1-2.news new file mode 100644 index 00000000..43890da3 --- /dev/null +++ b/news/070519-2-1-2.news @@ -0,0 +1,127 @@ +Announcement: GnuCash 2.1.2 Release +2007-05-19 21:47 + +

      GnuCash 2.1.2 released

      + +

      The GnuCash development team proudly announces GnuCash 2.1.2 aka +"Financially secure yet?", the third of several unstable 2.1.x releases of the GnuCash +Open Source Accounting Software which will eventually lead to the stable +version 2.2.0. With this new release series, GnuCash is available on Microsoft +Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and +Mac OSX. This release is intended for developers and testers who want to help +tracking down all those bugs that are still in there. With this release, the +2.1.x series will go into string freeze for translators to update their +translations until 2.2.0 comes out.

      +

      DATA FILE NOTICE If you are using Scheduled Transactions, the data +file saved by GnuCash 2.1.2 and higher is NOT backward-compatible with +GnuCash 2.0 anymore. Please make a safe backup of your 2.0 data before +upgrading to 2.1.2. +

      +

      WARNING: Make sure you make backups of any files used in testing versions +of GnuCash in the 2.1.x series. Although the developers go to great lengths to +ensure that no data will be lost we cannot guarantee that your data will not +be affected if for some reason GnuCash crashes in testing these releases.

      +

      Please test any and all features important to you. Then post any bugs you +find to http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

      +

      Download:

      + +

      What's New in GnuCash 2.1.2?

      +

      This release has only a few user-visible new features, except for the +completed port to the Microsoft Windows operating system. In summary, the +following features are new, compared to the older 2.0.x series: +

      +
      • Port to Microsoft Windows completed.
      • +
      • The Scheduled Transaction code has been refactored. The Scheduled +Transaction list view is now integrated into the main window, and the +Since-Last-Run dialog has been simplified. +
      • SWIG is now used instead of g-wrap for providing language bindings. +
      • Check printing has been improved, with new formats and simpler +format descriptions. +
      • DATA FILE NOTICE If you are using Scheduled Transactions, the +data file saved by GnuCash 2.1.2 and higher is NOT backward-compatible +with GnuCash 2.0 anymore because of extensions in the file format. Please +make a safe backup of your 2.0 data before upgrading to 2.1.2. +
      +

      Bugfixes and improvements since the last version 2.1.1 include: + +

      +
      • Internal GObject integration is much more advanced by now +
      • Crash on OFX import crashing has been fixed +
      • Windows timezone problems fixed +
      • Some memory leaks have been fixed +
      +

      Caveats for testers:

      +
      • Any 2.1.x version might crash unexpectedly at any point during +runtime. If you test some serious work in a 2.1.x release, make sure you hit +"Save" after ever non-trivial workstep. +
      • The documentation has had screenshots updated, however, many help +texts usually only refers to the 2.0.x or even 1.8.x series. Everyone is invited to help +improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get +involved. +
      +

      How can you help?

      +
      • We would like to encourage people to test this and any further +releases as much as possible and submit bug reports in order that we can +polish GnuCash to be as stable as possible for the 2.2.0 release in a few +weeks. Then post any bugs you find to bugzilla http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash +
      • If you have the urge to help beyond testing please get involved in +the discussions on the GnuCash mailing lists which you will find at http://www.gnucash.org. We +especially need people to help with updating the documentation. Please see http://wiki.gnucash.org/wiki/Development on how to get +involved. +
      • Translating: The new release comes with some new translation +strings. If you consider contributing a translation, we invite you to test +this release already. A string freeze will be announced in one of the later +2.1.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates +on this. +
      + +

      Getting GnuCash

      +

      GnuCash 2.1.2 can be downloaded from gnucash.org or sourceforge.net. It is +available as source code. For the Microsoft Windows operating system, a +self-installing setup program will be made available in a few days which includes all necessary +additional libraries. +

      To install GnuCash, users will need Gnome 2, guile, and slib. Neither +the currently used swig nor the previously used g-wrap packages are needed +when compiling from tarball or when installing a binary. +

      + + +

      About the Program

      + +

      GnuCash is a free, open source accounting program released under the GNU +General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac +OSX, and Microsoft Windows. It is collaboratively developed by 12 people from +over 5 countries. +

      Programming on GnuCash began in 1997, and its first stable release was +in 1998.

      From 042b278fd9273b32b07e01374098e359d09db70b Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sun, 20 May 2007 05:07:29 +0000 Subject: [PATCH 079/344] correction to website announcement for 2.1.2 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16111 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070519-2-1-2.news | 65 ------------------------------------------ 1 file changed, 65 deletions(-) diff --git a/news/070519-2-1-2.news b/news/070519-2-1-2.news index 43890da3..9e3a1613 100644 --- a/news/070519-2-1-2.news +++ b/news/070519-2-1-2.news @@ -60,68 +60,3 @@ make a safe backup of your 2.0 data before upgrading to 2.1.2.
    • Windows timezone problems fixed
    • Some memory leaks have been fixed
    -

    Caveats for testers:

    -
    • Any 2.1.x version might crash unexpectedly at any point during -runtime. If you test some serious work in a 2.1.x release, make sure you hit -"Save" after ever non-trivial workstep. -
    • The documentation has had screenshots updated, however, many help -texts usually only refers to the 2.0.x or even 1.8.x series. Everyone is invited to help -improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get -involved. -
    -

    How can you help?

    -
    • We would like to encourage people to test this and any further -releases as much as possible and submit bug reports in order that we can -polish GnuCash to be as stable as possible for the 2.2.0 release in a few -weeks. Then post any bugs you find to bugzilla http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash -
    • If you have the urge to help beyond testing please get involved in -the discussions on the GnuCash mailing lists which you will find at http://www.gnucash.org. We -especially need people to help with updating the documentation. Please see http://wiki.gnucash.org/wiki/Development on how to get -involved. -
    • Translating: The new release comes with some new translation -strings. If you consider contributing a translation, we invite you to test -this release already. A string freeze will be announced in one of the later -2.1.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates -on this. -
    - -

    Getting GnuCash

    -

    GnuCash 2.1.2 can be downloaded from gnucash.org or sourceforge.net. It is -available as source code. For the Microsoft Windows operating system, a -self-installing setup program will be made available in a few days which includes all necessary -additional libraries. -

    To install GnuCash, users will need Gnome 2, guile, and slib. Neither -the currently used swig nor the previously used g-wrap packages are needed -when compiling from tarball or when installing a binary. -

    - - -

    About the Program

    - -

    GnuCash is a free, open source accounting program released under the GNU -General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac -OSX, and Microsoft Windows. It is collaboratively developed by 12 people from -over 5 countries. -

    Programming on GnuCash began in 1997, and its first stable release was -in 1998.

    From 26c26ace586c587615ddcf6ecb00b0f31c0824c7 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sun, 20 May 2007 05:08:49 +0000 Subject: [PATCH 080/344] correction to website announcement for 2.1.2 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16112 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070519-2-1-2.news | 9 --------- 1 file changed, 9 deletions(-) diff --git a/news/070519-2-1-2.news b/news/070519-2-1-2.news index 9e3a1613..d7559fe4 100644 --- a/news/070519-2-1-2.news +++ b/news/070519-2-1-2.news @@ -17,15 +17,6 @@ file saved by GnuCash 2.1.2 and higher is NOT backward-compatible with GnuCash 2.0 anymore. Please make a safe backup of your 2.0 data before upgrading to 2.1.2.

    -

    WARNING: Make sure you make backups of any files used in testing versions -of GnuCash in the 2.1.x series. Although the developers go to great lengths to -ensure that no data will be lost we cannot guarantee that your data will not -be affected if for some reason GnuCash crashes in testing these releases.

    -

    Please test any and all features important to you. Then post any bugs you -find to http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

    Download:

    • Date: Sat, 2 Jun 2007 18:58:53 +0000 Subject: [PATCH 081/344] add news for 2.1.3 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16147 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070602-2-1-3.news | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 news/070602-2-1-3.news diff --git a/news/070602-2-1-3.news b/news/070602-2-1-3.news new file mode 100644 index 00000000..0e696de1 --- /dev/null +++ b/news/070602-2-1-3.news @@ -0,0 +1,54 @@ +Announcement: GnuCash 2.1.3 Release +2007-06-02 12:47 + +

      GnuCash 2.1.3 released

      + +

      The GnuCash development team proudly announces GnuCash 2.1.3 aka "at +last!", the fourth of several unstable 2.1.x releases of the GnuCash Open +Source Accounting Software which will eventually lead to the stable version +2.2.0. With this new release series, GnuCash is available on Microsoft +Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and +Mac OSX. This release is intended for developers and testers who want to help +tracking down all those bugs that are still in there. +

      DATA FILE NOTICE If you are using Scheduled Transactions, the +data file saved by GnuCash 2.1.2 and higher is NOT backward-compatible +with GnuCash 2.0 anymore. Please make a safe backup of your 2.0 data before +upgrading to 2.1.2. +

      Download:

      +
      +

      What's New in GnuCash 2.1.3?

      +

      This release has only a few user-visible new features, except for the +completed port to the Microsoft Windows operating system. In summary, the +following features are new, compared to the older 2.0.x series: +

      +
      • Port to Microsoft Windows completed.
      • +
      • The Scheduled Transaction code has been refactored. The Scheduled +Transaction list view is now integrated into the main window, the Editor has +been re-designed for compactness, and the Since-Last-Run dialog has been +simplified.
      • +
      • The Scheduled Transaction code has been refactored. The Scheduled +Transaction list view is now integrated into the main window, and the +Since-Last-Run dialog has been simplified. +
      • SWIG is now used instead of g-wrap for providing language bindings. +
      • Check printing has been improved, with new formats and simpler +format descriptions. +
      • DATA FILE NOTICE If you are using Scheduled Transactions, the +data file saved by GnuCash 2.1.2 and higher is NOT backward-compatible +with GnuCash 2.0 anymore because of extensions in the file format. Please +make a safe backup of your 2.0 data before upgrading to 2.1.2. +
      +

      Bugfixes and improvements since the last version 2.1.2 include:

      +
      • Fixes to crashes and slowness in Scheduled Transaction Editor +
      • Fix to crash when editing style sheets and selecting images using +Windows version +
      • Fix crash on QIF import with german umlaut +
      • Updated translations +
      • Improvements to Windows packaging +
      From d3362d8006faae1c0f4e062582b496471d73faa0 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sat, 2 Jun 2007 19:00:41 +0000 Subject: [PATCH 082/344] add news for 2.1.3 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16148 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070602-2-1-3.news | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/news/070602-2-1-3.news b/news/070602-2-1-3.news index 0e696de1..f3b430d0 100644 --- a/news/070602-2-1-3.news +++ b/news/070602-2-1-3.news @@ -33,10 +33,7 @@ following features are new, compared to the older 2.0.x series: Transaction list view is now integrated into the main window, the Editor has been re-designed for compactness, and the Since-Last-Run dialog has been simplified.
    • -
    • The Scheduled Transaction code has been refactored. The Scheduled -Transaction list view is now integrated into the main window, and the -Since-Last-Run dialog has been simplified. -
    • SWIG is now used instead of g-wrap for providing language bindings. +
    • SWIG is now used instead of g-wrap for providing language bindings.
    • Check printing has been improved, with new formats and simpler format descriptions.
    • DATA FILE NOTICE If you are using Scheduled Transactions, the From a1c33850621a9b9b908cd5d5828ac8fb86c7c3c4 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sat, 16 Jun 2007 18:43:31 +0000 Subject: [PATCH 083/344] update to release 2.1.4 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16172 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070616-2-1-4.news | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 news/070616-2-1-4.news diff --git a/news/070616-2-1-4.news b/news/070616-2-1-4.news new file mode 100644 index 00000000..00fccfee --- /dev/null +++ b/news/070616-2-1-4.news @@ -0,0 +1,50 @@ +Announcement: GnuCash 2.1.4 Release +2007-06-16 12:35 + +

      GnuCash 2.1.4 released

      + +

      The GnuCash development team proudly announces GnuCash 2.1.4 aka "Release +Candidate 1", the first release candidatefor the upcoming 2.2.0 stable release +of the GnuCash Open Source Accounting Software. With this new release series, +GnuCash is available on Microsoft Windows for the first time, and it also runs +on GNU/Linux, *BSD, Solaris and Mac OSX. This release is intended for developers +and testers who want to help tracking down all those bugs that are still in +there. +

      DATA FILE NOTICE If you are using Scheduled Transactions, the +data file saved by GnuCash 2.1.2 and higher is NOT backward-compatible +with GnuCash 2.0 anymore. Please make a safe backup of your 2.0 data before +upgrading to 2.1.2. +

      Download:

      + +

      What's New in GnuCash 2.1.4?

      +

      This release has only a few user-visible new features, except for the +completed port to the Microsoft Windows operating system. In summary, the +following features are new, compared to the older 2.0.x series: +

      +
      • Port to Microsoft Windows completed. Note that Windows 2000 or newer +is required; GnuCash does not run on Windows 98 or 95.
      • +
      • The Scheduled Transaction code has been refactored. The Scheduled +Transaction list view is now integrated into the main window, the Editor has +been re-designed for compactness, and the Since-Last-Run dialog has been +simplified.
      • +
      • SWIG is now used instead of g-wrap for providing language bindings. +
      • Check printing has been improved, with new formats and simpler +format descriptions. +
      • DATA FILE NOTICE If you are using Scheduled Transactions, the +data file saved by GnuCash 2.1.2 and higher is NOT backward-compatible +with GnuCash 2.0 anymore because of extensions in the file format. Please +make a safe backup of your 2.0 data before upgrading to 2.1.3. +
      +

      Bugfixes and improvements since the last version 2.1.3 include:

      +
      • Bugfixes with the graphical reports +
      • Fixing the Online Banking wizard +
      • Updated translations +
      • Improvements to Windows packaging +
      From 1db1e19fd36a64c9af573be33373934457a1d22c Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Mon, 2 Jul 2007 17:12:13 +0000 Subject: [PATCH 084/344] update to release 2.1.5 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16245 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070702-2-1-5.news | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 news/070702-2-1-5.news diff --git a/news/070702-2-1-5.news b/news/070702-2-1-5.news new file mode 100644 index 00000000..e781b6f2 --- /dev/null +++ b/news/070702-2-1-5.news @@ -0,0 +1,62 @@ +Announcement: GnuCash 2.1.5 Release +2007-07-02 10:35 + +

      GnuCash 2.1.5 released

      + +

      The GnuCash development team proudly announces GnuCash 2.1.5 aka "Release +Candidate 2", the second release candidate for the upcoming 2.2.0 stable release +of the GnuCash Open Source Accounting Software. With this new release series, +GnuCash is available on Microsoft Windows for the first time, and it also runs +on GNU/Linux, *BSD, Solaris and Mac OSX. This release is intended for developers +and testers who want to help tracking down all those bugs that are still in +there. +

      Data file notice: In version 2.1.2 the format for scheduled +transactions in the data file was changed. Files using the old format will be +read without problems by this new version, but the new version of GnuCash only +writes the new format. The new file format cannot be loaded by older versions +of GnuCash. (If you try, the file will fail to be loaded with an error +message.) As a result, if you begin using the new Gnucash, and you have data +files with scheduled transactions, then these files will not be readable by +older versions. If you have to make a new data file readable by older +versions of GnuCash, this can be achived by deleting all records of scheduled +transactions in the scheduled transaction editor. +

      Please test any and all features important to you. Then post any bugs +you find to http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash +

      +

      Download:

      + +

      What's New in GnuCash 2.1.5?

      +

      This release has only a few user-visible new features, except for the +completed port to the Microsoft Windows operating system. In summary, the +following features are new, compared to the older 2.0.x series: +

      +
      • Port to Microsoft Windows completed. Note that Windows 2000, XP, or +Vista is required; GnuCash does not run on Windows 98 or 95. +
      • SWIG is now used instead of g-wrap for providing language bindings. +
      • The Scheduled Transaction list view is now improved and summarized +more compactly. The Since-Last-Run dialog has been simplified. +
      • Check printing has been improved, with new formats and simpler +format descriptions. +
      • Automatic saving of the data file was added +
      +

      Bugfixes and improvements since the last version 2.1.4 include: +

      +
      • Updated translations +
      • German translation of Online Banking wizard is activated on Windows +
      • Improvements to Windows packaging +
      • When adding custom reports to the menu, appropriate user feedback +will be given +
      • Automatic saving of the data file was added +
      From 159777d6ea9474176da9f84a219366f443e7e988 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Thu, 5 Jul 2007 15:09:59 +0000 Subject: [PATCH 085/344] update sourceforge link git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16250 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070702-2-1-5.news | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/news/070702-2-1-5.news b/news/070702-2-1-5.news index e781b6f2..b4868cd3 100644 --- a/news/070702-2-1-5.news +++ b/news/070702-2-1-5.news @@ -27,9 +27,8 @@ bug.cgi?product=GnuCash" rel="nofollow">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash

      Download:

      -
      • http://download.sourceforge.net/gnucash (Source code and +
        • Sourceforge (Source code and Windows binary)
        • Date: Sat, 14 Jul 2007 08:41:23 +0000 Subject: [PATCH 086/344] Make download URLs more precise to point to the only directory that contains anything interesting at this point in time. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16309 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/menu.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/menu.phtml b/externals/menu.phtml index a9682880..ad0045ec 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -42,9 +42,9 @@ if (ereg("lists.gnucash.org", $self)) { From cea551ebb180d37f1e7851f2013034c58eb6cc6a Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sun, 15 Jul 2007 19:23:37 +0000 Subject: [PATCH 087/344] Change ordering in download menu as discussed on -code and irc. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16313 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/menu.phtml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/externals/menu.phtml b/externals/menu.phtml index ad0045ec..95c7e593 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -42,11 +42,9 @@ if (ereg("lists.gnucash.org", $self)) {
            -
          • -
          • -
          • - - +
          • +
          • +
          From 94cf26d15206ab697ff53d8a393a7c61465c6499 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sun, 15 Jul 2007 19:33:10 +0000 Subject: [PATCH 088/344] Update German website translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16314 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/LC_MESSAGES/gnucash-htdocs.mo | Bin 38478 -> 38514 bytes po/de.po | 287 ++++++++++++++++++++++--------- 2 files changed, 206 insertions(+), 81 deletions(-) diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/de/LC_MESSAGES/gnucash-htdocs.mo index dcc990b178160fada03900d0cb2582c8bd22dffb..cc467730a397a4cbf38ef1398b7c07cbec629f10 100644 GIT binary patch delta 4348 zcmZA42~btn8Nl%m1r4i!ihu?liUI)?K|wJXaX}GL2p~m*ifmDlO%RC7OU>dgDsI(k zOvFZ`HqloVKEsrPGBC=msHv9P7J5M0rm68@F6^fU(mn2PT?c$7%XxXpJE?+W7@-J zrs=33$Vct41hs=^jKen68D7MV_zv=)%ncLatECaUunn(ZIivXyM>tsjeH0#07>>Il zOh*?`XL1cI-9&DnuF$w)#;NE$=fk%v;bV&Y41a874T#9d?3u7NK1HO&ARiER2`~fv-_r;ot zyn>{eoI~BZcaSm5%~;l7Z~U7E9Y6r<=}CQHyvThFN76w8No9A8MICSgdSEtsVIJxh z%}4#dDr7fhCF;uVLCt|n$bpetSV(_gJ1KldLk1~%1>;APh}`%Fbq3>;jG3q%6(N(C za?}BA#s0Vx_4%Wy6X-+^gj_{EH8)X{?+&sH@;T}jIQxw;OS~EN!GkyykDw;oTNucI z?xL>1cVo>KJwUzRC)sr5K%H?4>Wbx|&bS(N#WtfJ+hdrI7m=-XN!3MkykM`Rb&x%BTX`Kf_Wje;7RJg!)k1PROAGHil5;2G?CNTG?6^Q=*L9P z<4g?D^Y1=MWHk*zs3Y8oHTW_HVNkl6Njz#j8+9ehQI~WvwqiZLiC^JYcxtl97CbOT zB-M=xOts#4QaQ~`tP6ij|8gxuB#Q^uPv>1gy=#U@F1BTwmH9J)U7#fdmVL4zCa%V0QD4FH(2w?`9P+t% z4t1&hvY9=u#HDx-NejuH&07)IA!#F*u@Jw-5WX*Kjz}%_iX7Izj>1PdW<(iG+nahB z>d0&H2p`ypzP&hhd1inU3(PT^ihev-fc>x>bt@ZDKYt%x=*y@B@Cth3hnR}D=Cb}e z<6ws8gJD=tN3p1Td!Wc1yCZm>`fI4qFPUdvBy|`Hyxx4*URl-AnUA zlf1jJi|;*)hiTu$QPNZ49971wDBQ)7*j{e7;41c~ejPjc;9b-e+Fxmw@F?n%p2nMa z4bR}gDh7f1Pnu&KPJ%F5@mgY%yaHpWpCVy6p-$ap63L3joo_%05^zhWo`G@4TphsT|C zSW00O`mP{Bcp$Br_crz57PH6Qt;R1Fw_C8<&5e5EvWa8pmux_b;;ki z+y8GwyV=1elq!5M2P^7(+)F&=2piJ#ieze>`n|9V4FM-+?^$ z2}a}GXU#u8o%km8TUd&RpEF75@x1wUeIKvWevZT#j?b@WTkynsI?xwF>jrM(GpGZZ zu#uMtW?~p##x%Tznj3>Rncsj(sL3}CU%_m=jsL_@Ch&*N=EvyUEew|Wp{;bz{qNgE z{)20r+ekDmY&Q=qAjLnUezx5V;J{9^WP!WPUPhuWVJhkt%tBrIa=YGQ*SFbr;85;& zqE4h6^>YvG`_91K=I3+-_Tk1t)MTkbcU*=H+}cNf?74nMffHsuGXqE2H>RMj$d9iY zD*Nq*ESyj1D&*>`A%TJ(r{2U1#A$*pmxY9G$yq|LWP;VSGFR*2`iE-?!RlK71M?eg z;3DtjaQh9P!Ok(1bR+c*pojA)F`0Op&~?)*l&B)Sh!aH5^#p}|cICV+`)BxFoLC?}Hawpd#|URGKkL5`9}Ms2^Ds|0beA}5X*>u zM9-DhQ@}OEBSe&b?KJzwDU2j`5EqF<1aC3xP`-}(-sI&Y$BC7MgW&ydUHSa=CRPw- z#7rWd7*32J^eQ%3Kb6}lzf5H6diYRSOLP)bi5x;N&b9TkG!7pkUL!6OO|B6C_xia0 z7Id$->rbJ%gEJguwdEC#+M4QCNA$F&hT6J{7|E+`YACDt@tuOa^q(}xISLool-D*d zcPv_5Q`*q#N=)wda)qbYd-OkC~L59PfJoFEv~n+mUz0- z3f}W@1r+ZcnlZbn!I9fkQC;0w(b8y-qBKVSuh|;H{~l|qDeoCWd`{`oibmI&)%Sf| J=Qr;1{x1+&Hs1gM delta 4307 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 HJwg8mW;P&f diff --git a/po/de.po b/po/de.po index d6b69ae0..a39a3636 100644 --- a/po/de.po +++ b/po/de.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-11-14 12:48+0100\n" -"PO-Revision-Date: 2007-02-26 15:06+0100\n" +"POT-Creation-Date: 2007-07-15 21:26+0200\n" +"PO-Revision-Date: 2007-07-15 21:32+0200\n" "Last-Translator: Christian Stimming \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -38,9 +38,14 @@ msgid "" "notice something missing, email gnucash-devel and we will add it." msgstr "" -"Alles, was Sie bezüglich der GnuCash Dokumentation benötigen, sollte hier sein. Falls Sie bemerken, daß etwas fehlt, senden Sie eine Email an gnucash-devel und wir werden es ergänzen. \n" +"Alles, was Sie bezüglich der GnuCash Dokumentation benötigen, sollte hier " +"sein. Falls Sie bemerken, daß etwas fehlt, senden Sie eine Email an gnucash-devel und wir " +"werden es ergänzen. \n" "\n" -"Anmerkung zur deutschen Übersetzung: Leider ist diese, da nicht aktuell, auch nicht ganz vollständig, sodaß Sie durchaus noch hilfreiche Informationen im Linuxwiki finden." +"Anmerkung zur deutschen Übersetzung: Leider ist diese, da nicht aktuell, " +"auch nicht ganz vollständig, sodaß Sie durchaus noch hilfreiche " +"Informationen im Linuxwiki finden." #: docs.phtml:17 docs.phtml:23 msgid "Nightly Documentation Builds" @@ -56,7 +61,12 @@ msgid "" "the GnuCash subversion repository. This includes the Developer " "Documentation from Doxygen and User Documentation for the current unstable " "version of GnuCash." -msgstr "Jede Nacht erstellt ein Server die Dokumentation aus dem aktuellen Inhalt des GnuCash Subversion-Repositorium. Diese enthält die Entwicklerdokumentation, welche durch Doxygen aus den Kommentaren des Quelltextes erstellt wird, sowie die Benutzerdokumentation für die aktuelle instabile Version von Gnucash." +msgstr "" +"Jede Nacht erstellt ein Server die Dokumentation aus dem aktuellen Inhalt " +"des GnuCash Subversion-Repositorium. Diese enthält die " +"Entwicklerdokumentation, welche durch Doxygen aus den Kommentaren des " +"Quelltextes erstellt wird, sowie die Benutzerdokumentation für die aktuelle " +"instabile Version von Gnucash." #: docs.phtml:25 docs.phtml:47 docs.phtml:78 msgid "Concepts Guide" @@ -80,8 +90,10 @@ msgid "" "The first thing you should do is read the Help Manual and the Concepts " "Guide, most of your questions can probably be answered by these documents." msgstr "" -"Falls Sie Fragen zur Verwendung von GnuCash haben, sind Sie hier am rechten Platz. " -"Zunächst sollten Sie \"Kurs und Konzepte\", sowie die Online-Hilfe lesen. Viele Fragen werden möglicherweise bereits durch diese Dokumente beantwortet." +"Falls Sie Fragen zur Verwendung von GnuCash haben, sind Sie hier am rechten " +"Platz. Zunächst sollten Sie \"Kurs und Konzepte\", sowie die Online-Hilfe " +"lesen. Viele Fragen werden möglicherweise bereits durch diese Dokumente " +"beantwortet." #: docs.phtml:35 msgid "" @@ -90,8 +102,11 @@ msgid "" "designed to be an in depth guide to the concepts behind using GnuCash with a " "tutorial to show how to put those concepts into practice." msgstr "" -"Die Online-Hilfe wurde entworfen, um eine schnelle Referenz zu sein, wie man spezifische Aufgaben erfüllt und wie man die Fähigkeiten von GnuCash ausnutzt. " -"\"Kurs und Konzepte\" soll die Konzepte hinter GnuCash tiefergehend erläutern und mit einem Tutorial zeigen, wie man sie praktisch anwendet." +"Die Online-Hilfe wurde entworfen, um eine schnelle Referenz zu sein, wie man " +"spezifische Aufgaben erfüllt und wie man die Fähigkeiten von GnuCash " +"ausnutzt. \"Kurs und Konzepte\" soll die Konzepte hinter GnuCash " +"tiefergehend erläutern und mit einem Tutorial zeigen, wie man sie praktisch " +"anwendet." #: docs.phtml:41 docs.phtml:43 docs.phtml:49 docs.phtml:50 docs.phtml:74 #: docs.phtml:76 docs.phtml:79 docs.phtml:80 docs.phtml:84 @@ -109,7 +124,14 @@ msgid "" "to your question within either the Help Manual or the Concepts Guide. We " "want feedback from you, it is only through your comments that we know " "how to modify the documentation." -msgstr "Bitte senden Sie eine Email an die gnucash-user Mailingliste [englisch, oder auf deutsch an gnucash-de], falls Sie keine zufriedenstellende Antwort auf Ihre Fragen in der Online-Hilfe oder in \"Kurs und Konzepte\" finden. Wir wünschen uns Feedback von Ihnen, da wir lediglich aufgrund Ihrer Kommentare wissen, wie wir die Dokumentation verbessern können." +msgstr "" +"Bitte senden Sie eine Email an die gnucash-user Mailingliste [englisch, oder auf deutsch an gnucash-de], falls Sie keine " +"zufriedenstellende Antwort auf Ihre Fragen in der Online-Hilfe oder in " +"\"Kurs und Konzepte\" finden. Wir wünschen uns Feedback von Ihnen, da wir " +"lediglich aufgrund Ihrer Kommentare wissen, wie wir die Dokumentation " +"verbessern können." #: docs.phtml:56 msgid "" @@ -118,7 +140,13 @@ msgid "" "wiki.gnucash.org/wiki/'>English or Deutsch GnuCash wikis. A wiki is an interactive website where " "registered users can ask and answer questions." -msgstr "Zusätzlich können Sie mit den Entwicklern via IRC auf irc.gnome.org im Kanal \"#gnucash\" über ihre Fragen sprechen. Eine anderes Hilfsmittel sind die englischen oder deutschen GnuCash Wikis. Ein Wiki ist eine Webseite, die von Ihren Benutzern gemeinsam erstellt wird. Teilweise ist für die Mitarbeit eine Registrierung erforderlich." +msgstr "" +"Zusätzlich können Sie mit den Entwicklern via IRC auf irc.gnome.org im " +"Kanal \"#gnucash\" über ihre Fragen sprechen. Eine anderes Hilfsmittel sind " +"die englischen oder deutschen GnuCash Wikis. Ein Wiki ist " +"eine Webseite, die von Ihren Benutzern gemeinsam erstellt wird. Teilweise " +"ist für die Mitarbeit eine Registrierung erforderlich." #: docs.phtml:58 msgid "" @@ -126,7 +154,12 @@ msgid "" "presented in these sources may or may not be updated to the most recent " "version of GnuCash. If you are interested in doing development work on these " "documents, you should contact the original authors." -msgstr "Einige Leute haben Schritt-für-Schritt-Anleitungen, sogenannte HOWTOs, oder Tutorien geschrieben. Anmerkung: Die Informationen in diesen Quellen sind nicht immer auf dem Stand der aktuellsten Version von GnuCash. Falls Sie diese Dokumente weiterentwickeln wollen, sollten Sie die ursprünglichen Autoren kontaktieren, auch um Parallelarbeit zu vermeiden." +msgstr "" +"Einige Leute haben Schritt-für-Schritt-Anleitungen, sogenannte HOWTOs, oder " +"Tutorien geschrieben. Anmerkung: Die Informationen in diesen Quellen sind " +"nicht immer auf dem Stand der aktuellsten Version von GnuCash. Falls Sie " +"diese Dokumente weiterentwickeln wollen, sollten Sie die ursprünglichen " +"Autoren kontaktieren, auch um Parallelarbeit zu vermeiden." #: docs.phtml:60 msgid "Neil Williams GnuCash documentation" @@ -158,8 +191,9 @@ msgid "" "one of these old versions of GnuCash, it is highly recommended that you " "upgrade to the latest stable version." msgstr "" -"Dieser Abschnitt enthält alle älteren GnuCash Dokumentationen. " -"Falls Sie eine dieser alten Versionen von Gnucash verwenden, empfehlen wir Ihnen dringend, auf die letzte stabile Version zu aktualisieren." +"Dieser Abschnitt enthält alle älteren GnuCash Dokumentationen. Falls Sie " +"eine dieser alten Versionen von Gnucash verwenden, empfehlen wir Ihnen " +"dringend, auf die letzte stabile Version zu aktualisieren." #: docs.phtml:86 msgid "Espagnol" @@ -181,7 +215,9 @@ msgstr "Interessante Links" msgid "" "The following links are for further sites that can help with the " "documentation and review process." -msgstr "Die folgenden Links führen zu weiteren Websites, welche beim Dokumentieren und Redigieren hilfreich sein können." +msgstr "" +"Die folgenden Links führen zu weiteren Websites, welche beim Dokumentieren " +"und Redigieren hilfreich sein können." #: docs.phtml:100 msgid "For both reviewers and documentation writers" @@ -192,7 +228,10 @@ msgid "" "Please read the following guides. The new docs are based on the GNOME2 XML " "docbook system. Everyone wishing to help please follow these guides where " "possible when reviewing and/or writing docs." -msgstr "Bitte lesen Sie die folgenden Anleitungen. Die neuen Dokumente basieren auf dem GNOME2-XML-docbook-System. Alle, die helfen möchten, mögen, wo immer möglich, beim Schreiben und Redigieren diese Richtlinien beachten." +msgstr "" +"Bitte lesen Sie die folgenden Anleitungen. Die neuen Dokumente basieren auf " +"dem GNOME2-XML-docbook-System. Alle, die helfen möchten, mögen, wo immer " +"möglich, beim Schreiben und Redigieren diese Richtlinien beachten." #: docs.phtml:106 msgid "We suggest also subscribing to " @@ -210,8 +249,13 @@ msgid "" "change to get the docs is to change the checkout gnucash to checkout gnucash-" "docs. You can also start from the current docs tarball." msgstr "" -"Bitte holen Sie das Dokumentationsmodule aus dem Gnucash SVN-repository \"gnucash-docs\". Für diejenigen, die nicht mit svn vertraut sind, hat das Gnucash-Wiki eine Anleitung. \n" -"Um die Dokumentation zu bekommen, muß man der Anleitung folgen und dabei checkout gnucash ersetzen durch checkout gnucash-docs. Man kann aber auch vom aktuellen docs tarball starten." +"Bitte holen Sie das Dokumentationsmodule aus dem Gnucash SVN-repository " +"\"gnucash-docs\". Für diejenigen, die nicht mit svn vertraut sind, hat das " +"Gnucash-Wiki eine Anleitung. \n" +"Um die Dokumentation zu bekommen, muß man der Anleitung folgen und dabei " +"checkout gnucash ersetzen durch checkout gnucash-docs. Man " +"kann aber auch vom aktuellen docs tarball starten." #: docs.phtml:110 msgid "" @@ -219,7 +263,11 @@ msgid "" "everyone would be to use bugzilla.gnome." "org to file the bugs under documentation. This can also be done using " "bug-buddy." -msgstr "Die einfachste Möglichkeit, um Rückmeldungen zur Dokumentation zu sammeln, ist die Verwendung von bugzilla.gnome.org, um die Bugs unter \"Component documentation\" aufzulisten. Fehlereinsendungen sind auch mit bug-buddy möglich." +msgstr "" +"Die einfachste Möglichkeit, um Rückmeldungen zur Dokumentation zu sammeln, " +"ist die Verwendung von bugzilla.gnome." +"org, um die Bugs unter \"Component documentation\" aufzulisten. " +"Fehlereinsendungen sind auch mit bug-buddy möglich." #: docs.phtml:112 msgid "Writers" @@ -233,9 +281,13 @@ msgid "" "getting the patches added into svn until you are given an account. You can " "also add the patch to a bug report in bugzilla if you wish." msgstr "" -"Ebenso checkout des doc-svn wie oben beschreiben. Das übliche Vorgehen für Beitragende zu GnuCash ist anfangs Patches an die gnucash-devel Mailingliste[, bzw. für die deutsche " -"Übersetzung an gnucash-de] zu schicken. Wir werden das Hinzufügen der Patches ins svn übernehmen, bis Ihnen ein eigener Zugang eingeräumt wird. Sie können den Patch aber auch zu einem bug report in bugzilla hinzufügen, wenn Sie möchten." +"Ebenso checkout des doc-svn wie oben beschreiben. Das übliche Vorgehen für " +"Beitragende zu GnuCash ist anfangs Patches an die gnucash-devel Mailingliste[, bzw. für die " +"deutsche Übersetzung an gnucash-de] zu schicken. Wir werden das Hinzufügen der Patches ins " +"svn übernehmen, bis Ihnen ein eigener Zugang eingeräumt wird. Sie können den " +"Patch aber auch zu einem bug report in bugzilla hinzufügen, wenn Sie möchten." #: docs.phtml:114 msgid "" @@ -243,14 +295,23 @@ msgid "" "forward this to gnucash-" "devel so that people can say 'hey I'm doing that already' or 'go ahead " "and do it'." -msgstr "Bitte lassen Sie andere Autoren wissen, welchen Abschnitt Sie zu bearbeiten wünschen. Bitte schreiben Sie dies an gnucash-devel, damit andere Mitarbeiter Bescheid sagen könne, ob sie bereits daran arbeiten oder ob diese Aufgabe momentan vakant ist." +msgstr "" +"Bitte lassen Sie andere Autoren wissen, welchen Abschnitt Sie zu bearbeiten " +"wünschen. Bitte schreiben Sie dies an gnucash-devel, damit andere Mitarbeiter Bescheid sagen " +"könne, ob sie bereits daran arbeiten oder ob diese Aufgabe momentan vakant " +"ist." #: docs.phtml:115 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" -msgstr "Sie werden wohl eine lokale Kopie der alten Dokumentation behalten wollen, um sich darauf zu beziehen, während Sie schreiben. Diese enthalten eine Menge nützlicher Informationen, welche noch nicht in die neue übertragen wurden." +msgstr "" +"Sie werden wohl eine lokale Kopie der alten Dokumentation behalten wollen, " +"um sich darauf zu beziehen, während Sie schreiben. Diese enthalten eine " +"Menge nützlicher Informationen, welche noch nicht in die neue übertragen " +"wurden." #: features.phtml:22 msgid "Checkbook-Style Register" @@ -316,7 +377,13 @@ msgid "" "flow. When used properly with the double-entry feature and equity accounts, " "these enable you to generate reports, such as Profit & Loss, that plain-" "vanilla systems cannot handle." -msgstr "Die Einnahme-/Ausgabenkonten entsprechen den Kategorien aus einfachen Finanzverwaltungsprogrammen. Sie erlauben es Ihnen, Ihre Zahlungsflüsse übersichtlich zu ordnen. Mit diesen Konten ist eine doppelten Buchführung möglich. Abgerundet durch die Eigenkapital-/Bestandskonten können Sie Berichte erstellen, die in einfacheren Systemen nicht möglich sind, zum Beispiel eine Gewinn- und Verlustrechnung." +msgstr "" +"Die Einnahme-/Ausgabenkonten entsprechen den Kategorien aus einfachen " +"Finanzverwaltungsprogrammen. Sie erlauben es Ihnen, Ihre Zahlungsflüsse " +"übersichtlich zu ordnen. Mit diesen Konten ist eine doppelten Buchführung " +"möglich. Abgerundet durch die Eigenkapital-/Bestandskonten können Sie " +"Berichte erstellen, die in einfacheren Systemen nicht möglich sind, zum " +"Beispiel eine Gewinn- und Verlustrechnung." #: features.phtml:48 msgid "Multiple Currencies" @@ -378,7 +445,10 @@ msgstr "OFX-Import" msgid "" "GnuCash is the first free software application to support the Open Financial " "Exchange protocol that many banks and financial services are starting to use." -msgstr "GnuCash ist die erste freie Softwareanwendung, die das Open Financial Exchange Protokoll unterstützt, welches viele Banken und Finanzdienstleister beginnen einzusetzen." +msgstr "" +"GnuCash ist die erste freie Softwareanwendung, die das Open Financial " +"Exchange Protokoll unterstützt, welches viele Banken und " +"Finanzdienstleister beginnen einzusetzen." #: features.phtml:70 msgid "HBCI Support" @@ -403,7 +473,10 @@ msgid "" "The development of OFX and HBCI support has also resulted in an improved " "transaction matching system that more accurately recognizes duplicate " "transactions during file import." -msgstr "Die Weiterentwicklung mit den HBCI- und OFX-Standards resultiert auch in einem verbesserten System des Buchungsabgleichs, welches während des Imports doppelte Buchungssätze präziser erkennt." +msgstr "" +"Die Weiterentwicklung mit den HBCI- und OFX-Standards resultiert auch in " +"einem verbesserten System des Buchungsabgleichs, welches während des Imports " +"doppelte Buchungssätze präziser erkennt." #: features.phtml:78 msgid "Statement Reconciliation" @@ -429,11 +502,13 @@ msgid "" "Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " "Documentation is available in English, French, Portuguese and Spanish." msgstr "" -"GnuCash kann mit internationalen Datums- und Währungsformaten umgehen. Die GnuCash Menüs und " -"Meldungen wurden in 21 Sprachen, einschließlich Chinesisch, Dänisch, " -"Französisch, Deutsch, Ungarisch, Italienisch, Japanisch, Norwegisch, Polnisch, Portugiesisch, " -"Russisch, Spanisch, Schwedisch, Türkisch, Ukrainisch, und Britisches Englisch übersetzt. " -"Die Dokumentation ist in Englisch, Französisch, Portugiesisch und Spanisch verfügbar." +"GnuCash kann mit internationalen Datums- und Währungsformaten umgehen. Die " +"GnuCash Menüs und Meldungen wurden in 21 Sprachen, einschließlich " +"Chinesisch, Dänisch, Französisch, Deutsch, Ungarisch, Italienisch, " +"Japanisch, Norwegisch, Polnisch, Portugiesisch, Russisch, Spanisch, " +"Schwedisch, Türkisch, Ukrainisch, und Britisches Englisch übersetzt. Die " +"Dokumentation ist in Englisch, Französisch, Portugiesisch und Spanisch " +"verfügbar." #: features.phtml:86 msgid "Transaction Finder" @@ -443,7 +518,9 @@ msgstr "Buchungssuche" msgid "" "A powerful transaction query dialogue can help you quickly locate a needle " "in a haystack." -msgstr "Ein umfangreicher Buchungssuche-Dialog kann Ihnen helfen, schnellstens eine Nadel in einem Heuhaufen zu finden." +msgstr "" +"Ein umfangreicher Buchungssuche-Dialog kann Ihnen helfen, schnellstens eine " +"Nadel in einem Heuhaufen zu finden." #: features.phtml:92 msgid "General Ledger" @@ -455,7 +532,11 @@ msgid "" "This can ease the trouble of tracking down typing/entry errors. It also " "provides a convenient way of viewing a portfolio of many stocks, by showing " "all transactions in that portfolio." -msgstr "In der Journalansicht werden die Buchungen aus allen oder mehreren Konten zugleich in einem Fenster dargestellt werden. Das kann hilfreich sein auf der Suche nach Tipfehlern. Es stellt aber auch einen komfortablen Weg dar, um etwa alle in einem Portefolio aus verschiedenen Aktien zu sehen." +msgstr "" +"In der Journalansicht werden die Buchungen aus allen oder mehreren Konten " +"zugleich in einem Fenster dargestellt werden. Das kann hilfreich sein auf " +"der Suche nach Tipfehlern. Es stellt aber auch einen komfortablen Weg dar, " +"um etwa alle in einem Portefolio aus verschiedenen Aktien zu sehen." #: features.phtml:96 msgid "Online Stock & Mutual Fund Quotes" @@ -465,7 +546,10 @@ msgstr "Online-Kursabfrage von Wertpapieren" msgid "" "Get Stock & Mutual Fund quotes from various web sites, update portfolio " "automatically. Additional pricing sources are added regularly." -msgstr "Holt die Kurse Ihrer Wertpapiere von verschiedenen Websites und aktualisiert Ihr Portefolio automatisch. Zusätzliche Preisquellen werden regelmäßig hinzugefügt." +msgstr "" +"Holt die Kurse Ihrer Wertpapiere von verschiedenen Websites und aktualisiert " +"Ihr Portefolio automatisch. Zusätzliche Preisquellen werden regelmäßig " +"hinzugefügt." #: features.phtml:100 msgid "Check Printing" @@ -475,7 +559,10 @@ msgstr "Scheck-Ausdruck" msgid "" "Checks may be printed in standard formats on common check stocks. A " "customization GUI allows custom check layouts to be developed." -msgstr "Schecks können in US-amerikanischen Standardformaten auf gängige Formulare gedruckt werden. Eine grafische Benutzeroberfläche erlaubt aber auch die Entwicklung eigener Layouts." +msgstr "" +"Schecks können in US-amerikanischen Standardformaten auf gängige Formulare " +"gedruckt werden. Eine grafische Benutzeroberfläche erlaubt aber auch die " +"Entwicklung eigener Layouts." #: features.phtml:105 index.phtml:25 msgid "Scheduled Transactions" @@ -488,18 +575,21 @@ msgid "" "without canceling it, and the ability to specify only a limited number of " "transactions." msgstr "" -"Sie können nun " -"sich wiederholende Buchungen erstellen einschließlich " -"automatischer Erinnerung, wenn eine Buchung fällig ist, " -"die Möglichkeit, eine geplante Buchung zu verschieben ohne sie zu annullieren und die Möglichkeit, nur eine begrenzte Anzahl Buchungen zu spezifizieren." +"Sie können nun sich wiederholende Buchungen erstellen einschließlich " +"automatischer Erinnerung, wenn eine Buchung fällig ist, die Möglichkeit, " +"eine geplante Buchung zu verschieben ohne sie zu annullieren und die " +"Möglichkeit, nur eine begrenzte Anzahl Buchungen zu spezifizieren." #: features.phtml:109 msgid "Mortgage & Loan Repayment Druid" msgstr "Hypotheken- & Darlehen-Tilgungs-Assistent" #: features.phtml:110 -msgid "A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "Ein geführter Dialog zur Erstellung von Tilgungratenzahlungen als terminierte Buchung." +msgid "" +"A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "" +"Ein geführter Dialog zur Erstellung von Tilgungratenzahlungen als " +"terminierte Buchung." #: features.phtml:115 msgid "New User Manual and Help" @@ -510,7 +600,11 @@ msgid "" "A new help subsystem that focuses on how to do tasks is now available, in " "addition to a Tutorial and Concepts guide that gives the user background " "information on accounting principles and how they are reflected in GnuCash." -msgstr "Ein neues Hilfe-Subsystem, welches sich darauf fokussiert, wie Aufgaben gelöst werden, ist nun zusätzlich zur konzeptuellen Einführung verfügbar, welche dem Benutzer Hintergrundinformationen zu den Grundsätzen der doppelten Buchführung und ihrer Umsetzung in GnuCash liefert." +msgstr "" +"Ein neues Hilfe-Subsystem, welches sich darauf fokussiert, wie Aufgaben " +"gelöst werden, ist nun zusätzlich zur konzeptuellen Einführung verfügbar, " +"welche dem Benutzer Hintergrundinformationen zu den Grundsätzen der " +"doppelten Buchführung und ihrer Umsetzung in GnuCash liefert." #: oldnews.phtml:2 index.phtml:3 msgid "Open Source Accounting Software" @@ -524,7 +618,9 @@ msgstr "Ältere Ankündigungen" msgid "" "This is an archive of announcements that once appeared on the GnuCash home " "page." -msgstr "Dies ist ein Archiv der Ankündigungen, die einst auf der GnuCash-Startseite erschienen sind." +msgstr "" +"Dies ist ein Archiv der Ankündigungen, die einst auf der GnuCash-Startseite " +"erschienen sind." #: index.phtml:13 msgid "Welcome to GnuCash.org" @@ -663,42 +759,38 @@ msgid "Downloads" msgstr "Herunterladen" #: externals/menu.phtml:45 -msgid "USA (master site)" -msgstr "USA (Hauptserver)" +msgid "Source code, Windows binary" +msgstr "Quelltext und Windows-Paket" #: externals/menu.phtml:46 -msgid "SourceForge" -msgstr "Source-Forge" +msgid "Source code only (USA)" +msgstr "Nur Quelltext (USA)" #: externals/menu.phtml:47 -msgid "Europe" -msgstr "Europa" - -#: externals/menu.phtml:49 -msgid "Australia" -msgstr "Australien" +msgid "Source code only (Europe)" +msgstr "Nur Quelltext (Europa)" -#: externals/menu.phtml:56 +#: externals/menu.phtml:54 msgid "Developer Information" msgstr "Entwickler" -#: externals/menu.phtml:59 +#: externals/menu.phtml:57 msgid "Source Docs" msgstr "Quelltext-Dokumentation" -#: externals/menu.phtml:60 +#: externals/menu.phtml:58 msgid "Browse Source Code" msgstr "Quelltext online" -#: externals/menu.phtml:61 +#: externals/menu.phtml:59 msgid "Subversion Access" msgstr "Subversion-Benutzung" -#: externals/menu.phtml:62 +#: externals/menu.phtml:60 msgid "Language Translations" msgstr "Übersetzungen" -#: externals/menu.phtml:63 +#: externals/menu.phtml:61 msgid "Sizing" msgstr "Programmgröße" @@ -829,8 +921,10 @@ msgid "" "class=\"operator\">or operator. You should get more results.\n" "e.g.," msgstr "" -"Falls Sie keine oder zu wenige Ergebnisse erhalten, können Sie ein oder mehrere verwandte Stichworte mit dem or Operator hinzufügen Sie sollten dann mehr Ergebnisse bekommen.\n" +"Falls Sie keine oder zu wenige Ergebnisse erhalten, können Sie ein oder " +"mehrere verwandte Stichworte mit dem or Operator hinzufügen Sie sollten dann mehr " +"Ergebnisse bekommen.\n" "Beispiel: " #: search/templates/NMZ.tips.php_tmpl:23 @@ -839,7 +933,8 @@ msgid "" "related keywords with and\n" "operator. It makes your search more limited. e.g.," msgstr "" -"Wenn Sie zu viele Ergebnisse erhalten können Sie ein oder mehrere verwandte Stichworte mit dem and\n" +"Wenn Sie zu viele Ergebnisse erhalten können Sie ein oder mehrere verwandte " +"Stichworte mit dem and\n" "Operator eingeben. Das schränkt ihre Suche mehr ein wie beispielsweise:" #: search/templates/NMZ.tips.php_tmpl:29 @@ -850,7 +945,10 @@ msgstr "Versuchen Sie Teilzeichenkette" msgid "" "If you gained no results or too few results, you can try\n" "substring matching." -msgstr "Falls Sie keine oder zu wenige Ergebnisse bekommen, sollten Sie nur signifikante Wortteile eingeben, zum Beispiel wenn die sowohl die Schreibweise mit C als auch mit K möglich ist." +msgstr "" +"Falls Sie keine oder zu wenige Ergebnisse bekommen, sollten Sie nur " +"signifikante Wortteile eingeben, zum Beispiel wenn die sowohl die " +"Schreibweise mit C als auch mit K möglich ist." #: search/templates/NMZ.tips.php_tmpl:34 msgid "" @@ -892,13 +990,17 @@ msgstr "" msgid "" "You tried phrase searching but it hit documents which\n" "didn't contain your phrase." -msgstr "Sie haben die Phrasensuche verwendet, aber erhielten eine Trefferliste, deren Dokumente die Phrase nicht enthielten." +msgstr "" +"Sie haben die Phrasensuche verwendet, aber erhielten eine Trefferliste, " +"deren Dokumente die Phrase nicht enthielten." #: search/templates/NMZ.tips.php_tmpl:56 msgid "" "It's a defect of Namazu. Precision of phrase searching is\n" "not 100%, so it cause wrong results occasionally." -msgstr "Das ist ein Defekt in Namazu. Die Präzision der Phrasensuche ist nicht 100%, was gelegentlich zu falschen Ergebnissen führt." +msgstr "" +"Das ist ein Defekt in Namazu. Die Präzision der Phrasensuche ist nicht 100%, " +"was gelegentlich zu falschen Ergebnissen führt." #: search/templates/NMZ.tips.php_tmpl:60 #: search/templates/NMZ.body.php_tmpl:182 @@ -912,7 +1014,8 @@ msgid "" msgstr "" "Falls Sie and,\n" "or oder not als gewöhnliche Stichworte verwenden wollen,
          \n" +"class=\"operator\">not als gewöhnliche Stichworte verwenden wollen," +"
          \n" "können Sie sie in gewöhnliche Anführungszeichen wie \"...\" oder geschweifte Klammern wie {...} setzen." @@ -978,7 +1081,11 @@ msgid "" "documents which contain a first term but do not contain the\n" "following terms. Insert the not\n" "operator between the terms, for example:" -msgstr "Falls eine Abfrage mehrere Terme enthält, von denen die ersten in allen Dokumenten enthalten sein sollen, aber keine der folgenden, fügen Sie den not-Operator zwischen die Terme, wie beispielsweise:" +msgstr "" +"Falls eine Abfrage mehrere Terme enthält, von denen die ersten in allen " +"Dokumenten enthalten sein sollen, aber keine der folgenden, fügen Sie den " +"not-Operator zwischen die Terme, wie " +"beispielsweise:" #: search/templates/NMZ.body.php_tmpl:58 msgid "Grouping" @@ -989,7 +1096,10 @@ msgid "" "You can group queries by surrounding them by\n" "parentheses. The parentheses should be separated by one or\n" "more spaces. e.g." -msgstr "Sie können die Auswertung von Ausdrücke steuern, indem Sie sie durch Klammern gruppieren. Die Klammern sollten durch ein oder mehrere Leerzeichen separiert werden, z.B." +msgstr "" +"Sie können die Auswertung von Ausdrücke steuern, indem Sie sie durch " +"Klammern gruppieren. Die Klammern sollten durch ein oder mehrere Leerzeichen " +"separiert werden, z.B." #: search/templates/NMZ.body.php_tmpl:69 msgid "Phrase searching" @@ -1004,9 +1114,11 @@ msgid "" "In Namazu, the precision of phrase searching is not 100%,\n" "so wrong results may occasionally occur. Example:" msgstr "" -"Man kann Phrasen, welche aus mehreren Worten bestehen, suchen indem man sie in doppelte Anführungszeichen \"...\" oder geschweifte Klammern {...} setzt.\n" -"N.B. In Namazu ist die Präzision der Phrasensuche nicht 100%ig,\n wodurch es gelegentlich zu falschen Resultaten kommt. \n" +"Man kann Phrasen, welche aus mehreren Worten bestehen, suchen indem man sie " +"in doppelte Anführungszeichen \"...\" oder " +"geschweifte Klammern {...} setzt.\n" +"N.B. In Namazu ist die Präzision der Phrasensuche nicht 100%ig,\n" +" wodurch es gelegentlich zu falschen Resultaten kommt. \n" "Beispiel:" #: search/templates/NMZ.body.php_tmpl:88 @@ -1055,10 +1167,11 @@ msgid "" "href=\"http://www.perl.com/\">Perl compatible flavor.\n" "e.g.," msgstr "" -"Reguläre Ausdrücke können für die Mustersuche verwendet werden. Sie müssen in Schrägstriche wie /.../ gefaßt werden. Namazu verwendet Ruby's " -"regular-expressions-Maschine. Diese bietet allgemein eine Ruby's regular-expressions-Maschine. " +"Diese bietet allgemein eine Perl kompatible Richtung.\n" "z.B.," @@ -1106,7 +1219,9 @@ msgstr "" msgid "" "(Retrieves a certain document which contains specified\n" "Message-Id:)" -msgstr "(Liefert genau das Dokument, welches die angegebene Message-Id: enthält)" +msgstr "" +"(Liefert genau das Dokument, welches die angegebene Message-Id: " +"enthält)" #: search/templates/NMZ.body.php_tmpl:152 msgid "Notes" @@ -1125,14 +1240,18 @@ msgid "" "morphemes and are handled as phrase searching. This process occasionally\n" "causes invalid segmentation." -msgstr "Japanische Worte werden automatisch in Morpheme getrennt und als Phrasen-Suche behandelt." +msgstr "" +"Japanische Worte werden automatisch in Morpheme getrennt und als Phrasen-" +"Suche behandelt." #: search/templates/NMZ.body.php_tmpl:166 msgid "" "Letters, numbers or parts of symbols (duplicated in\n" "ASCII) which are defined in JIS X 0208 (Japanese\n" "Industrial Standards) are handled as ASCII characters." -msgstr "Zeichen, Zahlen oder Symbole, die aus einem Japanischen Zeichensatz stammen, aber identisch mit ASCII sind, werden als ASCII behandelt." +msgstr "" +"Zeichen, Zahlen oder Symbole, die aus einem Japanischen Zeichensatz stammen, " +"aber identisch mit ASCII sind, werden als ASCII behandelt." #: search/templates/NMZ.body.php_tmpl:171 msgid "" @@ -1140,13 +1259,20 @@ msgid "" "TCP/IP. Since this method of handling isn't complete,\n" "you can also describe the term as TCP and IP instead of\n" "TCP/IP, but it may cause noisy results." -msgstr "Namazu kann mit Ausdrücken umgehen, welche Symbole wie TCP/IP enthalten. Solange diese Behandlung aber unvollständig ist, läßt sich der Ausdruck auch als TCP and IP statt TCP/IP umschreiben, was allerdings zu zusätzlichen, ungewünschten Ergebnissen führen mag." +msgstr "" +"Namazu kann mit Ausdrücken umgehen, welche Symbole wie TCP/IP " +"enthalten. Solange diese Behandlung aber unvollständig ist, läßt sich der " +"Ausdruck auch als TCP and IP statt TCP/IP " +"umschreiben, was allerdings zu zusätzlichen, ungewünschten Ergebnissen " +"führen mag." #: search/templates/NMZ.body.php_tmpl:178 msgid "" "Substring matching and field-specified searching takes\n" "more time than other methods." -msgstr "Teilstring- und feldspezifische Suche benötigen mehr Zeit als andere Methoden." +msgstr "" +"Teilstring- und feldspezifische Suche benötigen mehr Zeit als andere " +"Methoden." #: search/templates/NMZ.result.normal.php_tmpl:5 msgid "Author" @@ -1155,4 +1281,3 @@ msgstr "Autor" #: search/templates/NMZ.result.normal.php_tmpl:6 msgid "Date" msgstr "Datum" - From 79fad57a6a28562c563eb7968dd491ca8afe2ea1 Mon Sep 17 00:00:00 2001 From: Chris Lyttle Date: Sun, 15 Jul 2007 20:24:42 +0000 Subject: [PATCH 089/344] update to announce release 2.2.0 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16315 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070715-2-2-0.news | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 news/070715-2-2-0.news diff --git a/news/070715-2-2-0.news b/news/070715-2-2-0.news new file mode 100644 index 00000000..2bf5cfa6 --- /dev/null +++ b/news/070715-2-2-0.news @@ -0,0 +1,50 @@ +Announcement: GnuCash 2.2.0 Release +2007-07-15 14:17 + +

          GnuCash 2.2.0 released

          + +

          The GnuCash development team proudly announces GnuCash 2.2.0, the new +stable release of the GnuCash Open Source Accounting Software. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. +

          +

          Download:

          + +

          What's New in GnuCash 2.2.0?

          +

          This release has only a few user-visible new features, except for the +completed port to the Microsoft Windows operating system. In summary, the +following features are new, compared to the older 2.0.x series: +

          +
          • Port to Microsoft Windows completed. +
          • Data file notice: In version 2.1.2 the format for scheduled +transactions in the data file was changed. Files using the old format will be +read without problems by this new version, but the new version of GnuCash only +writes the new format. The new file format cannot be loaded by older versions +of GnuCash. (If you try, the file will fail to be loaded with an error +message.) As a result, if you begin using the new Gnucash, and you have data +files with scheduled transactions, then these files will not be readable by +older versions. If you have to make a new data file readable by older +versions of GnuCash, this can be achived by deleting all records of scheduled +transactions in the scheduled transaction editor. +
          • SWIG is now used instead of g-wrap for providing language bindings. +
          • The Scheduled Transaction list view is now improved and summarized +more compactly. The Since-Last-Run dialog has been simplified. + +
          • Check printing has been improved, with new formats and simpler +format descriptions. +
          • Automatic saving of the data file was added +
          +

          Bugfixes and improvements since the last version 2.1.5 include: +

          +
          • Updated translations +
          • Improved DLL handling on Windows +
          • Improved handling of Online Banking on Windows +
          From 3e5048c7fe5203278334ed7800f000b9bb40209c Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 16 Jul 2007 21:18:27 +0000 Subject: [PATCH 090/344] Add German translation of 2.2.0 announcement. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16319 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/de/070715-2-2-0.news | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 news/de/070715-2-2-0.news diff --git a/news/de/070715-2-2-0.news b/news/de/070715-2-2-0.news new file mode 100644 index 00000000..9a383e04 --- /dev/null +++ b/news/de/070715-2-2-0.news @@ -0,0 +1,46 @@ +Ankündigung: GnuCash 2.2.0 veröffentlicht +2007-07-15 14:17 + +

          Das GnuCash Entwicklerteam verkündet das Release 2.2.0, die neue stabile Version der Open-Source Finanzsoftware GnuCash. Mit diesem Release ist GnuCash zum allerersten Mal auch auf Microsoft Windows verfügbar, zusätzlich zu der bewährten Unterstützung von GNU/Linux, *BSD, Solaris und Mac OSX.

          + +

          +Download

          + + +

          +Was ist neu in GnuCash 2.2.0?

          + +

          In diesem Release wurden nur wenige für Benutzer sichtbare Änderungen umgesetzt, abgesehen von der Portierung auf das Betriebssystem Microsoft Windows. Folgende neue Features wurden im Vergleich zu 2.0.x eingebaut:

          + +
          • + Portierung nach Microsoft Windows abgeschlossen +
          • Dateiformat-Änderung: Mit Version 2.1.2 wurde das Dateiformat für die Terminierten Buchungen in der Datei geändert. Dateien im alten Format werden in dieser neuen Version problemlos geladen, aber die neue Version wird nur das neue Format speichern. Das neue Format kann nicht von älteren GnuCash-Versionen geladen werden. (Wenn man es versucht, wird das Laden mit einer Fehlermeldung abgebrochen.) Dies bedeutet, wenn jemand das neue GnuCash verwendet und dabei Terminierte Buchungen einsetzt, kann diese Datei nicht von alten GnuCash-Versionen gelesen werden. Wenn dies trotzdem notwendig ist, kann man die neue Datei kompatibel zum alten GnuCash machen, indem man alle Terminierten Buchungen im entsprechenden Dialogfenster löscht. +
          • Jetzt wird SWIG als Programmiersprachen-Wrapper anstelle des veralteten g-wrap benutzt. +
          • Die Ansichten der Terminierten Buchungen wurden verbessert. Der "Seit letztem Aufruf"-Dialog wurde vereinfacht und lässt sich schneller bedienen. +
          • Die Druckfunktion für Schecks wurde universeller und leistungsfähiger gestaltet. +
          • Automatisches Speichern der Datei wurde hinzugefügt. +
          + +

          +Wie kann man mitmachen? +

          + +
          • Testen: Jeder ist eingeladen, alle Funktionen zu testen und auszuprobieren. Jegliches unerwartete Verhalten und alle Fehler sollen dann bitte ins Bugzilla eingetragen werden: http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash +
          • In den Diskussionen auf den Mailinglisten werden immer Mitstreiter gesucht, die hilfreiche Tipps sammeln und weitergeben. Weitere Hinweise zum Helfen sind auf http://wiki.gnucash.org/wiki/Development zu finden. +
          + +

          +Download

          + +

          GnuCash 2.2.0 kann von sourceforge.net heruntergeladen werden. Es liegt als Quellcode und als All-In-One Windows-Paket vor, welches alle notwendigen Bibliotheken enthält. Durch die Veröffentlichung unter der freien GPL-Lizenz kann das Windows-Paket ohne weitere Rückfragen sofort weiterverbreitet werden und zum Beispiel gerne auf Magazin-CDs veröffentlicht werden.

          + +

          Um GnuCash aus dem Quelltext zu installieren, benötigt man Gnome2, guile und slib. Im Gegensatz zu früher werden weder das momentane Wrapper-Programm SWIG noch das alte g-wrap mehr benötigt. Die Windows-Version benötigt Windows 2000, XP oder Vista; GnuCash läuft nicht auf Windows 98 oder 95.

          From c35b28c7a66d7be18e5842fce50a9ad91ca92695 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 16 Jul 2007 21:20:26 +0000 Subject: [PATCH 091/344] Update German translation of 2.2.0 announcement. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16320 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/de/070715-2-2-0.news | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/news/de/070715-2-2-0.news b/news/de/070715-2-2-0.news index 9a383e04..2cfc22f6 100644 --- a/news/de/070715-2-2-0.news +++ b/news/de/070715-2-2-0.news @@ -44,3 +44,13 @@ Download

    GnuCash 2.2.0 kann von sourceforge.net heruntergeladen werden. Es liegt als Quellcode und als All-In-One Windows-Paket vor, welches alle notwendigen Bibliotheken enthält. Durch die Veröffentlichung unter der freien GPL-Lizenz kann das Windows-Paket ohne weitere Rückfragen sofort weiterverbreitet werden und zum Beispiel gerne auf Magazin-CDs veröffentlicht werden.

    Um GnuCash aus dem Quelltext zu installieren, benötigt man Gnome2, guile und slib. Im Gegensatz zu früher werden weder das momentane Wrapper-Programm SWIG noch das alte g-wrap mehr benötigt. Die Windows-Version benötigt Windows 2000, XP oder Vista; GnuCash läuft nicht auf Windows 98 oder 95.

    + From f15a24a0267c71dcbb533f1d3f9cf75504045bae Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Tue, 17 Jul 2007 22:10:07 +0000 Subject: [PATCH 092/344] add oldnews symlink git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16321 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/oldnews.phtml | 1 + 1 file changed, 1 insertion(+) create mode 120000 de/oldnews.phtml diff --git a/de/oldnews.phtml b/de/oldnews.phtml new file mode 120000 index 00000000..f02a5c4e --- /dev/null +++ b/de/oldnews.phtml @@ -0,0 +1 @@ +../oldnews.phtml \ No newline at end of file From 73b48382e08fa09c772386bb91407f3c18f40f86 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 25 Jul 2007 00:58:36 +0000 Subject: [PATCH 093/344] Add "Screenshots" before "Features". This is the closest thing we have to a Screenshots page, and that's the text that people vgrep for in the page. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16355 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/menu.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/menu.phtml b/externals/menu.phtml index 95c7e593..52732df6 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -13,7 +13,7 @@ if (ereg("lists.gnucash.org", $self)) { From 19e7307853b2e8f0b92e3f6b8b65c5be0c5448dd Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Thu, 26 Jul 2007 14:21:08 +0000 Subject: [PATCH 094/344] Add Windows to the supported platform list; update title to include our name. :p git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16359 57a11ea4-9604-0410-9ed3-97b8803252fd --- index.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.phtml b/index.phtml index 6a8f6a6c..6bfea5dc 100644 --- a/index.phtml +++ b/index.phtml @@ -1,6 +1,6 @@ -

    GNU GPL and available for GNU/Linux, *BSD, Solaris and Mac OSX.");?>

    +

    GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?>

    From 403b7ca37734b0e3a8d58b0e91f1bca2130c38be Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Thu, 26 Jul 2007 14:25:16 +0000 Subject: [PATCH 095/344] remove "GnuCash" from title; I forgot the wrapper adds it to all pages. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16360 57a11ea4-9604-0410-9ed3-97b8803252fd --- index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.phtml b/index.phtml index 6bfea5dc..f38c7275 100644 --- a/index.phtml +++ b/index.phtml @@ -1,6 +1,6 @@ Date: Mon, 20 Aug 2007 06:09:07 +0000 Subject: [PATCH 096/344] Announce release 2.2.1. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16468 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/070820-2-2-1.news | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 news/070820-2-2-1.news diff --git a/news/070820-2-2-1.news b/news/070820-2-2-1.news new file mode 100644 index 00000000..8c1f958a --- /dev/null +++ b/news/070820-2-2-1.news @@ -0,0 +1,45 @@ +Announcement: GnuCash 2.2.1 Release +2007-08-20 07:38 + +

    GnuCash 2.2.1 released

    + +

    The GnuCash development team proudly announces GnuCash 2.2.1, the first bug fix release in a series of stable releases of the GnuCash Open Source Accounting Software. GnuCash is available on Microsoft Windows since the release of 2.2.0, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. +

    +

    Getting GnuCash

    +

    GnuCash 2.2.1 can be downloaded from gnucash.org or sourceforge.net. It is available as source code. For the Microsoft Windows operating system there is a self-installing setup program which includes all necessary additional libraries.

    +

    To install GnuCash on other platforms, users will need Gnome 2, guile, and slib. Neither the currently used swig nor the previously used g-wrap packages are needed anymore when compiling from tarball or when installing a binary.

    + +

    What's New in GnuCash 2.2.1?

    +

    Fixed Bugs:

    +
      +
    • #170729: locale-specific delimiters in scheduled transactions templates and mortgage druid
    • +
    • #339260: Right-click doesn't select txn but works on the previously selected in the register
    • +
    • #361604: Balance sheet report shows incorrect prices for commodities when using "nearest in time" option
    • +
    • #445917: Dialog says, Click "Next"..., Button says "Forward"
    • +
    • #452496: Dirtying a split does not dirty the parent txn or book
    • +
    • #457027: About dialog shows wrong year in Copyright string
    • +
    • #457213: Resizing SLR window causes it to show up as blank next time
    • +
    • #457228: AqBanking Wizard QtCore4.dll error on WinXP, procedure entry point not found
    • +
    • #457944: startup delay, keep splash screen during file loading
    • +
    • #458080: RPM .spec file still depends on g-wrap
    • +
    • #458567: Ship with windows gtkrc
    • +
    • #458783: Doesn't start if installed into a directory with an "umlaut"
    • +
    • #459259: Unshortened column-title in Scheduled Transactions editor for some locales
    • +
    • #460432: Crash when running Account Report or Account Transaction Report against A/R account
    • +
    • #460924: Fox for warning: the address of '*' will always evaluate as 'true'
    • +
    • #462567: win32: GnuCash improperly interprets filenames as URLs and fails
    • +
    • #465338: hbci module init fails on FreeBSD due to change 15799
    • +
    • #468115: Save Account Tree Sort Preference
    • +
    +

    Other Changes

    +
      +
    • Fix XPF [CFP Franc Pacifique] to not use cents, add YER [Yemeni Riyal]
    • +
    • Update gnome libraries in Win32 build
    • +
    • Avoid a few critical warnings and improve logging
    • +
    • Completely remove FreqSpec
    • +
    • Disable Close books and QSF Import again
    • +
    • Update translations: British English, Catalan, French, German, Hungarian, Japanese, Ukrainian
    • +
    From efa352756efb8ca60dff2d3c2a8a604d5ac950a9 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Fri, 7 Sep 2007 13:45:56 +0000 Subject: [PATCH 097/344] update copyright date end. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16508 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/footer.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/footer.phtml b/externals/footer.phtml index fea85c5e..1d248d22 100644 --- a/externals/footer.phtml +++ b/externals/footer.phtml @@ -1,6 +1,6 @@

    [atom syndication feed]

    -

    Copyright © 2001-2006 The GnuCash Project

    +

    Copyright © 2001-2007 The GnuCash Project

    gnucash-devel@gnucash.org

    gnucash-devel@gnucash.org");?>

    From fcad788628d6b7d5ef3f36b03d6b9ab1249fb74e Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 14 Sep 2007 20:18:32 +0000 Subject: [PATCH 098/344] Update German website translation after string change of r16359. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16530 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/LC_MESSAGES/gnucash-htdocs.mo | Bin 38514 -> 38599 bytes po/de.po | 24 ++++++++++-------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/de/LC_MESSAGES/gnucash-htdocs.mo index cc467730a397a4cbf38ef1398b7c07cbec629f10..959498a96d55d68beba0bc57c8f0f4e55fff710a 100644 GIT binary patch delta 3645 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 diff --git a/po/de.po b/po/de.po index a39a3636..69ecfc62 100644 --- a/po/de.po +++ b/po/de.po @@ -1,16 +1,15 @@ -# translation of de.po to German -# translation of de.po to +# translation of gnucash-htdocs to German # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the GnuCash package. # -# Frank H. Ellenberger , 2007. +# Frank H. Ellenberger , 2007. # Christian Stimming , 2007. msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-15 21:26+0200\n" -"PO-Revision-Date: 2007-07-15 21:32+0200\n" +"POT-Creation-Date: 2007-09-14 22:14+0200\n" +"PO-Revision-Date: 2007-09-14 22:25+0200\n" "Last-Translator: Christian Stimming \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -630,11 +629,8 @@ msgstr "Willkommen auf den GnuCash-Webseiten" msgid "" "GnuCash is personal and small-business financial-accounting software, freely " "licensed under the GNU GPL and available " -"for GNU/Linux, *BSD, Solaris and Mac OSX." -msgstr "" -"GnuCash ist eine freie OpenSource-Finanzverwaltung für GNU/Linux, Unix, " -"*BSD, Solaris und Mac OSX, erhältlich unter der GNU GPL." +"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "GnuCash ist eine freie OpenSource-Finanzverwaltung für GNU/Linux, Unix, BSD, Solaris, Mac OSX und Microsoft Windows. Das Programm ist erhältlich unter der GNU GPL." #: index.phtml:17 msgid "" @@ -715,8 +711,8 @@ msgid "About / News" msgstr "Neuigkeiten" #: externals/menu.phtml:16 -msgid "Features" -msgstr "Features" +msgid "Screenshots, Features" +msgstr "Screenshots, Features" #: externals/menu.phtml:17 msgid "How to help" @@ -732,7 +728,7 @@ msgstr "FAQ" #: externals/menu.phtml:27 msgid "Wiki" -msgstr "Wiki" +msgstr "Wiki [en]" #: externals/menu.phtml:29 msgid "Mailing Lists" From 88d8a545669157d562ffa48224bf78fc803d4abb Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 14 Sep 2007 20:37:16 +0000 Subject: [PATCH 099/344] Improve German wording. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16531 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/LC_MESSAGES/gnucash-htdocs.mo | Bin 38599 -> 38586 bytes po/de.po | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/de/LC_MESSAGES/gnucash-htdocs.mo index 959498a96d55d68beba0bc57c8f0f4e55fff710a..b7f5b5adc412da9746c9eb9fd9d3e91cba11bc47 100644 GIT binary patch delta 1123 zcmXZaSx8h-9LMpWgKMc_W7;a?k|bGz8quZ^7?nXi1xf`r&bVYICT3CIOxxTjM}=N} zsZ7ZfTO`Pgv9btz2-?U93X#a7rwXj^;m*V5^Z%c7?>+zXKj%rmW2E0P@FC2)FRAB{ zG>H4%(f}?fme%4Z&c|7F;$OTM#Jop}B!B9aBJefF;1s^apE!)qOQZ>GD3xY#cbQa( z>&vBl{?kz|OKA*zJS=U-@Cqpr^RSy2N-%_c?ue9%!IjcNT#X%=gZ20d3vlmIDGYlt z8VB(LKEh?Vvr1Zw9*o8MD$9P+$G{o}dT&5xo^ao(7O@tBEb zN4wC?dqrpp@t?NmC(+DLqbcAYn$|lxCo`UbD{wpVe@n##rlluv54PA7dXHwuKQN7j z<}eypouTCpE>Q#L%6xI7#HlE?i8;KA2XGAi=sHJ{_!TE`$9ZCOaxq@AzWxxbWZ>CF zc8{}YZuNsp(p?-!Q%HTY#ObIN6ELVn+JY`LcjO?N?;6n@MH}{F7f#{UR?eIaxZ0#X z@=fj1K8t~A0*X@ZW!i<~_{n&M7nr}sRW}vS`RoF|blM#&?6S|a0!;_cqB){YG_CIo zHlXj@Rp{tf?q-m(~nryM0;z0bIDgmjD0& delta 1136 zcmXZaSxD4T6vy#jLvD>4re>MRsFewgRwfh}z6b>thEZYQgH1Z_%Q$5F6s9efX^U+S znM4njB$;hQkx`PUfl_2-MNmiuK_U^^^1aMFeeSvU{{Q#fbI<(_OK*pz^KF3VnWXkD z(oHOONSzq7RZ7MIwBjU&V_<=FcM9tmO#HG?3c`;VhTm`m|6(`3c1nHNR3v@D++t}n zW|l}<{O4kcJW68XYpIluk!4aG=3pxu+~`Mat&kRA7|y`ucmlIW-I1|644gK9x0w!WKW_cJaV^E0KIN$=N;HquX8|G_kr5@s(?NSJF% zXbxI}rh@5cZeEBHSb^bKhbFNz7>R8@Z=lgQ8>@A@d3^$9cy1oJ+o^fol}={OhHBmeiPnt>^417_n{?}EnA-1rYB zagfzK6{hW@N?&NQx8ZB@e1bQ3w(<9dMO{ru@5&iNT1P0V+?Y>0uD*@ znRtc$IEkjKpC6`?a2QP@jYnumJcqFu+9<6=JDMITMe|)Vnx{CASFs)6_&Ay;x`d|m z_k8hyFaG577sj(5(n>YWO%^jSA7-QZ(1|N>7y4s2`r!kdialLH!DAVgrD\n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -630,7 +630,7 @@ msgid "" "GnuCash is personal and small-business financial-accounting software, freely " "licensed under the GNU GPL and available " "for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." -msgstr "GnuCash ist eine freie OpenSource-Finanzverwaltung für GNU/Linux, Unix, BSD, Solaris, Mac OSX und Microsoft Windows. Das Programm ist erhältlich unter der GNU GPL." +msgstr "GnuCash ist eine freie OpenSource-Finanzverwaltung für GNU/Linux, Unix, BSD, Solaris, Mac OSX und Microsoft Windows, veröffentlicht unter der GNU GPL." #: index.phtml:17 msgid "" From a2077c3698e480b738e43f16dab64c6175eaa8c5 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 11 Oct 2007 20:26:11 +0000 Subject: [PATCH 100/344] Fix outdated HIG link on website. Pointed out by Geert Janssens. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16559 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.phtml b/docs.phtml index 4096bb90..72af7d97 100644 --- a/docs.phtml +++ b/docs.phtml @@ -94,7 +94,7 @@ include("externals/menu.phtml");

    From 74d8d17553aafdbb4ba4ee4236f5245b81fa1c1f Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 5 Dec 2007 14:58:12 +0000 Subject: [PATCH 101/344] s#Open Source#Free#, s#Finance#Accounting#, s#Gnucash#GnuCash#. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16614 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/banner5.png | Bin 20603 -> 20435 bytes index.phtml | 2 +- news/070414-2-1-0.news | 2 +- news/070428-2-1-1.news | 2 +- news/070519-2-1-2.news | 2 +- news/070616-2-1-4.news | 2 +- news/070702-2-1-5.news | 2 +- news/070715-2-2-0.news | 2 +- news/070820-2-2-1.news | 2 +- oldnews.phtml | 2 +- 10 files changed, 9 insertions(+), 9 deletions(-) diff --git a/externals/banner5.png b/externals/banner5.png index d02b23e105d223920849e4c1294a003e71780f55..a1b82544d0226fd3b870cbb760d3bb6f44854409 100644 GIT binary patch literal 20435 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 O0000k literal 20603 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 a3H(2-jvN|PMBIS@0000The GnuCash development team proudly announces GnuCash 2.1.0 aka "Opening Windows", the first of several unstable 2.1.x releases of the GnuCash -OpenSource Accounting Software which will eventually lead to the stable +Free Accounting Software which will eventually lead to the stable version 2.2.0. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. This release is intended for developers and testers who want to help diff --git a/news/070428-2-1-1.news b/news/070428-2-1-1.news index 055fbbad..c21edccb 100644 --- a/news/070428-2-1-1.news +++ b/news/070428-2-1-1.news @@ -5,7 +5,7 @@

    The GnuCash development team proudly announces GnuCash 2.1.1 aka "Bug-begone", the second of several unstable 2.1.x releases of the GnuCash -Open Source Accounting Software which will eventually lead to the stable +Free Accounting Software which will eventually lead to the stable version 2.2.0. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. This release is intended for developers and testers who want to help diff --git a/news/070519-2-1-2.news b/news/070519-2-1-2.news index d7559fe4..84f6ea78 100644 --- a/news/070519-2-1-2.news +++ b/news/070519-2-1-2.news @@ -5,7 +5,7 @@

    The GnuCash development team proudly announces GnuCash 2.1.2 aka "Financially secure yet?", the third of several unstable 2.1.x releases of the GnuCash -Open Source Accounting Software which will eventually lead to the stable +Free Accounting Software which will eventually lead to the stable version 2.2.0. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. This release is intended for developers and testers who want to help diff --git a/news/070616-2-1-4.news b/news/070616-2-1-4.news index 00fccfee..f13d53ec 100644 --- a/news/070616-2-1-4.news +++ b/news/070616-2-1-4.news @@ -5,7 +5,7 @@

    The GnuCash development team proudly announces GnuCash 2.1.4 aka "Release Candidate 1", the first release candidatefor the upcoming 2.2.0 stable release -of the GnuCash Open Source Accounting Software. With this new release series, +of the GnuCash Free Accounting Software. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in diff --git a/news/070702-2-1-5.news b/news/070702-2-1-5.news index b4868cd3..fe1a9541 100644 --- a/news/070702-2-1-5.news +++ b/news/070702-2-1-5.news @@ -5,7 +5,7 @@

    The GnuCash development team proudly announces GnuCash 2.1.5 aka "Release Candidate 2", the second release candidate for the upcoming 2.2.0 stable release -of the GnuCash Open Source Accounting Software. With this new release series, +of the GnuCash Free Accounting Software. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in diff --git a/news/070715-2-2-0.news b/news/070715-2-2-0.news index 2bf5cfa6..277fda61 100644 --- a/news/070715-2-2-0.news +++ b/news/070715-2-2-0.news @@ -4,7 +4,7 @@

    GnuCash 2.2.0 released

    The GnuCash development team proudly announces GnuCash 2.2.0, the new -stable release of the GnuCash Open Source Accounting Software. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. +stable release of the GnuCash Free Accounting Software. With this new release series, GnuCash is available on Microsoft Windows for the first time, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX.

    Download:

    • GnuCash 2.2.1 released -

      The GnuCash development team proudly announces GnuCash 2.2.1, the first bug fix release in a series of stable releases of the GnuCash Open Source Accounting Software. GnuCash is available on Microsoft Windows since the release of 2.2.0, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. +

      The GnuCash development team proudly announces GnuCash 2.2.1, the first bug fix release in a series of stable releases of the GnuCash Free Accounting Software. GnuCash is available on Microsoft Windows since the release of 2.2.0, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX.

      Getting GnuCash

      GnuCash 2.2.1 can be downloaded from gnucash.org or sourceforge.net. It is available as source code. For the Microsoft Windows operating system there is a self-installing setup program which includes all necessary additional libraries.

      diff --git a/oldnews.phtml b/oldnews.phtml index d90dcd3f..a30570bd 100644 --- a/oldnews.phtml +++ b/oldnews.phtml @@ -1,5 +1,5 @@ Date: Tue, 18 Dec 2007 05:44:44 +0000 Subject: [PATCH 102/344] Announce release 2.2.2. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16677 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/071218-2-2-2.news | 67 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 news/071218-2-2-2.news diff --git a/news/071218-2-2-2.news b/news/071218-2-2-2.news new file mode 100644 index 00000000..9f008955 --- /dev/null +++ b/news/071218-2-2-2.news @@ -0,0 +1,67 @@ +Announcement: GnuCash 2.2.2 Release +2007-12-18 06:36 + +

      GnuCash 2.2.2 released

      + +

      The GnuCash development team proudly announces GnuCash 2.2.2, the second bug fix release in a series of stable releases of the GnuCash Free Accounting Software. GnuCash is available on Microsoft Windows since the release of 2.2.0, and it also runs on GNU/Linux, *BSD, Solaris and Mac OSX. +

      +

      Getting GnuCash

      +

      GnuCash 2.2.2 can be downloaded from gnucash.org or sourceforge.net. It is available as source code. For the Microsoft Windows operating system there is a self-installing setup program which includes all necessary additional libraries.

      +

      To install GnuCash on other platforms, users will need Gnome 2, guile, and slib. Neither the currently used swig nor the previously used g-wrap packages are needed anymore when compiling from tarball or when installing a binary.

      +
      +

      What's New in GnuCash 2.2.2?

      +

      Fixed Bugs:

      +
        +
      • #336240: advanced portfolio - the basis calculation is not working properly in funds
      • +
      • #343245: Advanced Portfolio gets basis wrong with stock split
      • +
      • #343448: Hide unused horizontal scrollbar
      • +
      • #344566: Advance Portfolio has wrong Realized Gain
      • +
      • #347739: Advanced Portfolio calculates values incorrectly when it involves a capital loss
      • +
      • #438360: Case-insensitive search for non-ascii characters broken
      • +
      • #460232: advanced portfolio report fails
      • +
      • #467521: Persistent splash screen blocks "could not obtain lock" warning
      • +
      • #467532: Clipping check fields in gtkprint is not consistent with clipping in gnomeprint
      • +
      • #468681: RFE: Customizable summary bar position
      • +
      • #470750: src/design/*.texinfo refers to non-existent GncBooks API
      • +
      • #470801: Tip Of The Day says 2.2.1 is development version
      • +
      • #473827: chinese translate for gnucash account
      • +
      • #475666: Missing national currency CUC
      • +
      • #476189: Configure script should fail when gettext is not installed
      • +
      • #481110: Win32: Crash when opening SX Editor
      • +
      • #482177: Customer report shows no invoices or detail with 2nd A/Receivable
      • +
      • #483796: Fancy Invoice - Report Error
      • +
      • #484576: Configuration error with goffice 0.5
      • +
      • #487317: QIF import druid crash when stepping back and forth from the "loaded files page" without selection
      • +
      • #487326: Preferences dialog does not remove all its gconf callbacks
      • +
      • #487572: advanced portfolio breaks on "Most Recent to Report"
      • +
      • #488001: speed up several reports that rely on html-acct-table.scm
      • +
      • #488004: provide a two-column income-statement
      • +
      • #490679: GnuCash doesn't honor the GNOME toolbar settings
      • +
      • #491581: Import 'Cash' Action (in Investment Accounts)
      • +
      • #492137: Lot scrubber doesn't add splits to existing lots correctly
      • +
      • #496023: Pressing ESC Cancels modifications whether you choose yes or no.
      • +
      • #496178: gnucash segfaults with troublesome automatic transactions
      • +
      • #499360: Crash when editing a commodity whose quote source timezone is set to local time
      • +
      • #499788: gnucash-make-guids does not work, fails with "Unbound variable: gnc:guid-new"
      • +
      • #500026: [PATCH] Report correct package for qt3-wizard
      • +
      • #500427: SX creation doesn't include template transaction "Notes"
      • +
      • #501059: GnuCash leaks since last run dialogs
      • +
      • #502755: GnuCash hangs after modifying SX
      • +
      • #503579: win32 packaging fails installing mingw
      • +
      +

      Other Changes

      +
        +
      • Many changes to the german SKR03 and SKR04 account templates
      • +
      • Include updated GNOME libraries and a patched ORBit2 in Win32 build
      • +
      • Improve resizing of search and invoice posting dialogs
      • +
      • Add MimeType directive for GnuCash data files
      • +
      • Fix some new compiler warnings
      • +
      • Add AZN [Azerbaijani Manat]
      • +
      • Add COU [Colombian Unidad de Valor Real]
      • +
      • Add MZN [Mozambique Metical]
      • +
      • Some occurrences of "Open Source" were changed to "Free".
      • +
      • Update translations: Brazilian Portugese, Czech, German, Japanese, Traditional Chinese
      • +
      From 9fd0f3b34763b9d3cb51e619cc825f82ef98723e Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 27 Dec 2007 20:53:11 +0000 Subject: [PATCH 103/344] Add latest gnucash translation template so that translators can download it. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16749 57a11ea4-9604-0410-9ed3-97b8803252fd --- gnucash.pot | 19209 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 19209 insertions(+) create mode 100644 gnucash.pot diff --git a/gnucash.pot b/gnucash.pot new file mode 100644 index 00000000..aad003d3 --- /dev/null +++ b/gnucash.pot @@ -0,0 +1,19209 @@ +# 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 "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-12-27 13:47+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=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: ../src/app-utils/gnc-exp-parser.c:633 +msgid "Illegal variable in expression." +msgstr "" + +#: ../src/app-utils/gnc-exp-parser.c:643 +msgid "Unbalanced parenthesis" +msgstr "" + +#: ../src/app-utils/gnc-exp-parser.c:645 +msgid "Stack overflow" +msgstr "" + +#: ../src/app-utils/gnc-exp-parser.c:647 +msgid "Stack underflow" +msgstr "" + +#: ../src/app-utils/gnc-exp-parser.c:649 +msgid "Undefined character" +msgstr "" + +#: ../src/app-utils/gnc-exp-parser.c:651 +msgid "Not a variable" +msgstr "" + +#: ../src/app-utils/gnc-exp-parser.c:653 +msgid "Not a defined function" +msgstr "" + +#: ../src/app-utils/gnc-exp-parser.c:655 +msgid "Out of memory" +msgstr "" + +#: ../src/app-utils/gnc-exp-parser.c:657 +msgid "Numeric error" +msgstr "" + +#. Translators: For the following strings, the single letters +#. after the colon are abbreviations of the word before the +#. colon. You should only translate the letter *after* the colon. +#: ../src/app-utils/gnc-ui-util.c:517 +msgid "not cleared:n" +msgstr "" + +#. Translators: Please only translate the letter *after* the colon. +#: ../src/app-utils/gnc-ui-util.c:519 +msgid "cleared:c" +msgstr "" + +#. Translators: Please only translate the letter *after* the colon. +#: ../src/app-utils/gnc-ui-util.c:521 +msgid "reconciled:y" +msgstr "" + +#. Translators: Please only translate the letter *after* the colon. +#: ../src/app-utils/gnc-ui-util.c:523 +msgid "frozen:f" +msgstr "" + +#. Translators: Please only translate the letter *after* the colon. +#: ../src/app-utils/gnc-ui-util.c:525 +msgid "void:v" +msgstr "" + +#: ../src/app-utils/gnc-ui-util.c:566 ../src/gnome/dialog-chart-export.c:44 +msgid "Opening Balances" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../src/app-utils/gnc-ui-util.c:569 ../intl-scm/guile-strings.c:1894 +#: ../intl-scm/guile-strings.c:3134 ../intl-scm/guile-strings.c:3136 +#: ../intl-scm/guile-strings.c:3156 ../intl-scm/guile-strings.c:3158 +msgid "Retained Earnings" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../src/app-utils/gnc-ui-util.c:641 ../src/engine/Account.c:3644 +#: ../src/register/ledger-core/split-register.c:2053 +#: ../intl-scm/guile-strings.c:1892 +msgid "Equity" +msgstr "" + +#: ../src/app-utils/gnc-ui-util.c:696 ../src/gnome/dialog-chart-export.c:45 +#: ../src/gnome/druid-hierarchy.c:922 ../src/gnome/glade/account.glade.h:41 +#: ../src/gnome-utils/dialog-account.c:273 +msgid "Opening Balance" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../src/app-utils/guile-util.c:1104 +#: ../src/register/ledger-core/split-register.c:1903 +#: ../intl-scm/guile-strings.c:1312 ../intl-scm/guile-strings.c:1498 +#: ../intl-scm/guile-strings.c:2312 ../intl-scm/guile-strings.c:2624 +msgid "Debit" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../src/app-utils/guile-util.c:1139 +#: ../src/register/ledger-core/split-register.c:1926 +#: ../src/register/ledger-core/split-register.c:2001 +#: ../src/register/ledger-core/split-register.c:2017 +#: ../src/register/ledger-core/split-register.c:2035 +#: ../intl-scm/guile-strings.c:1314 ../intl-scm/guile-strings.c:1500 +#: ../intl-scm/guile-strings.c:2314 ../intl-scm/guile-strings.c:2626 +msgid "Credit" +msgstr "" + +#: ../src/app-utils/option-util.c:1699 +#, c-format +msgid "" +"There is a problem with option %s:%s.\n" +"%s" +msgstr "" + +#: ../src/backend/postgres/PostgresBackend.c:1866 +#, c-format +msgid "Unknown database access mode '%s'. Using default mode: multi-user." +msgstr "" + +#: ../src/backend/postgres/PostgresBackend.c:1984 +#: ../src/backend/postgres/putil.c:79 ../src/backend/postgres/putil.c:105 +#: ../src/backend/postgres/putil.c:147 +#, c-format +msgid "From the Postgresql Server: %s" +msgstr "" + +#: ../src/backend/postgres/putil.c:57 ../src/backend/postgres/upgrade.c:398 +msgid "Backend connection is not available" +msgstr "" + +#: ../src/backend/postgres/putil.c:66 +msgid "Query could not be executed" +msgstr "" + +#: ../src/bin/gnucash-bin.c:84 +msgid "This is a development version. It may or may not work.\n" +msgstr "" + +#: ../src/bin/gnucash-bin.c:85 +msgid "Report bugs and other problems to gnucash-devel@gnucash.org.\n" +msgstr "" + +#: ../src/bin/gnucash-bin.c:86 +msgid "You can also lookup and file bug reports at http://bugzilla.gnome.org\n" +msgstr "" + +#: ../src/bin/gnucash-bin.c:87 +msgid "The last stable version was " +msgstr "" + +#: ../src/bin/gnucash-bin.c:88 +msgid "The next stable version will be " +msgstr "" + +#: ../src/bin/gnucash-bin.c:218 +msgid "Show GnuCash version" +msgstr "" + +#: ../src/bin/gnucash-bin.c:221 +msgid "Enable debugging mode: increasing logging to provide deep detail." +msgstr "" + +#: ../src/bin/gnucash-bin.c:224 +msgid "Enable extra/development/debugging features." +msgstr "" + +#: ../src/bin/gnucash-bin.c:227 +msgid "" +"Log level overrides, of the form \"log.ger.path={debug,info,warn,crit,error}" +"\"" +msgstr "" + +#: ../src/bin/gnucash-bin.c:231 +msgid "" +"File to log into; defaults to \"/tmp/gnucash.trace\"; can be \"stderr\" or " +"\"stdout\"." +msgstr "" + +#. Translators: This is the command line option autohelp text; see popt(3) +#: ../src/bin/gnucash-bin.c:237 +msgid "Set the logging level from 0 (least) to 6 (most)" +msgstr "" + +#. Translators: Argument description for autohelp; see +#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html +#: ../src/bin/gnucash-bin.c:240 +msgid "LOGLEVEL" +msgstr "" + +#: ../src/bin/gnucash-bin.c:244 +msgid "Do not load the last file opened" +msgstr "" + +#: ../src/bin/gnucash-bin.c:247 +msgid "Set configuration path" +msgstr "" + +#. Translators: Argument description for autohelp; see +#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html +#: ../src/bin/gnucash-bin.c:250 +msgid "CONFIGPATH" +msgstr "" + +#: ../src/bin/gnucash-bin.c:253 +msgid "Set shared data file search path" +msgstr "" + +#. Translators: Argument description for autohelp; see +#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html +#: ../src/bin/gnucash-bin.c:256 +msgid "SHAREPATH" +msgstr "" + +#. src/scm/command-line.scm +#: ../src/bin/gnucash-bin.c:258 ../intl-scm/guile-strings.c:6 +msgid "Set the search path for documentation files" +msgstr "" + +#. Translators: Argument description for autohelp; see +#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html +#: ../src/bin/gnucash-bin.c:261 +msgid "DOCPATH" +msgstr "" + +#: ../src/bin/gnucash-bin.c:263 +msgid "Set the prefix path for gconf queries" +msgstr "" + +#. Translators: Argument description for autohelp; see +#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html +#: ../src/bin/gnucash-bin.c:266 +msgid "GCONFPATH" +msgstr "" + +#: ../src/bin/gnucash-bin.c:268 +msgid "Add price quotes to given GnuCash datafile" +msgstr "" + +#. Translators: Argument description for autohelp; see +#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html +#: ../src/bin/gnucash-bin.c:271 +msgid "FILE" +msgstr "" + +#: ../src/bin/gnucash-bin.c:273 +msgid "" +"Regular expression determining which namespace commodities will be retrieved" +msgstr "" + +#. Translators: Argument description for autohelp; see +#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html +#: ../src/bin/gnucash-bin.c:276 +msgid "REGEXP" +msgstr "" + +#. Translators: %s is the version number +#: ../src/bin/gnucash-bin.c:302 +#, c-format +msgid "GnuCash %s development version" +msgstr "" + +#. Translators: %s is the version number +#: ../src/bin/gnucash-bin.c:307 +#, c-format +msgid "GnuCash %s" +msgstr "" + +#. Translators: 1st %s is the build date; 2nd %s is the SVN +#. revision number +#: ../src/bin/gnucash-bin.c:312 +#, c-format +msgid "Built %s from r%s" +msgstr "" + +#: ../src/bin/gnucash-bin.c:388 +msgid "No quotes retrieved. Finance::Quote isn't installed properly.\n" +msgstr "" + +#. Install Price Quote Sources +#: ../src/bin/gnucash-bin.c:466 +msgid "Checking Finance::Quote..." +msgstr "" + +#: ../src/bin/gnucash-bin.c:473 +msgid "Loading data..." +msgstr "" + +#. src/app-utils/prefs.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-core/gncInvoice.c:622 +#: ../src/business/business-gnome/business-gnome-utils.c:220 +#: ../src/business/business-gnome/dialog-invoice.c:2405 +#: ../src/business/business-gnome/dialog-invoice.c:2487 +#: ../src/business/business-gnome/glade/invoice.glade.h:12 +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:317 +#: ../src/register/ledger-core/split-register.c:2032 +#: ../intl-scm/guile-strings.c:126 ../intl-scm/guile-strings.c:2708 +#: ../intl-scm/guile-strings.c:3416 ../intl-scm/guile-strings.c:3514 +#: ../intl-scm/guile-strings.c:3730 ../intl-scm/guile-strings.c:3960 +msgid "Invoice" +msgstr "" + +#. src/app-utils/prefs.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-core/gncInvoice.c:624 +#: ../src/business/business-gnome/business-gnome-utils.c:214 +#: ../src/business/business-gnome/dialog-invoice.c:2393 +#: ../intl-scm/guile-strings.c:152 ../intl-scm/guile-strings.c:3418 +#: ../intl-scm/guile-strings.c:3516 ../intl-scm/guile-strings.c:3732 +#: ../intl-scm/guile-strings.c:3962 +msgid "Bill" +msgstr "" + +#. src/app-utils/prefs.scm +#. src/report/standard-reports/net-barchart.scm +#: ../src/business/business-core/gncInvoice.c:626 ../src/engine/Account.c:3643 +#: ../intl-scm/guile-strings.c:122 ../intl-scm/guile-strings.c:1286 +msgid "Expense" +msgstr "" + +#. Set memo. action? +#: ../src/business/business-core/gncInvoice.c:1063 +msgid "Extra to Charge Card" +msgstr "" + +#: ../src/business/business-core/gncInvoice.c:1102 +msgid "Generated from an invoice. Try unposting the invoice." +msgstr "" + +#. Translators: This is the memo of an auto-created split +#: ../src/business/business-core/gncInvoice.c:1124 +msgid "Automatic Payment Forward" +msgstr "" + +#: ../src/business/business-core/gncInvoice.c:1125 +msgid "Auto Split" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../src/business/business-core/gncInvoice.c:1320 +#: ../src/business/business-core/gncInvoice.c:1414 +#: ../src/business/business-ledger/gncEntryLedgerModel.c:140 +#: ../src/gnome/druid-loan.c:1795 ../src/gnome/druid-loan.c:2276 +#: ../src/gnome/druid-loan.c:2339 ../src/gnome/druid-loan.c:2353 +#: ../src/register/ledger-core/split-register.c:2028 +#: ../src/register/ledger-core/split-register.c:2033 +#: ../src/register/ledger-core/split-register.c:2042 +#: ../intl-scm/guile-strings.c:108 ../intl-scm/guile-strings.c:124 +#: ../intl-scm/guile-strings.c:154 +msgid "Payment" +msgstr "" + +#: ../src/business/business-core/gncInvoice.c:1441 +msgid "Pre-Payment" +msgstr "" + +#: ../src/business/business-core/gncInvoice.c:1538 +msgid " (posted)" +msgstr "" + +#: ../src/business/business-core/gncOrder.c:416 +msgid " (closed)" +msgstr "" + +#: ../src/business/business-gnome/business-gnome-utils.c:68 +#: ../src/business/business-gnome/business-gnome-utils.c:251 +#: ../src/business/business-gnome/dialog-invoice.c:1006 +#: ../src/business/business-gnome/dialog-invoice.c:1077 +#: ../src/gnome-utils/gnc-general-select.c:217 +#: ../src/import-export/qif-import/qif.glade.h:67 +msgid "Select..." +msgstr "" + +#: ../src/business/business-gnome/business-gnome-utils.c:71 +#: ../src/gnome-utils/gnc-general-select.c:219 +msgid "Edit..." +msgstr "" + +#: ../src/business/business-gnome/business-gnome-utils.c:217 +msgid "Voucher" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/business/business-gnome/business-gnome-utils.c:454 +#: ../src/engine/Recurrence.c:330 ../src/engine/Recurrence.c:482 +#: ../src/gnome/glade/sched-xact.glade.h:118 ../intl-scm/guile-strings.c:2350 +#: ../intl-scm/guile-strings.c:2376 ../intl-scm/guile-strings.c:2436 +#: ../intl-scm/guile-strings.c:2438 ../intl-scm/guile-strings.c:2544 +#: ../intl-scm/guile-strings.c:2560 +msgid "None" +msgstr "" + +#: ../src/business/business-gnome/business-gnome-utils.c:630 +#: ../src/gnome/druid-hierarchy.c:829 +msgid "Yes" +msgstr "" + +#: ../src/business/business-gnome/business-gnome-utils.c:635 +#: ../src/gnome/druid-hierarchy.c:832 +msgid "No" +msgstr "" + +#: ../src/business/business-gnome/business-gnome-utils.c:640 +msgid "Use Global" +msgstr "" + +#: ../src/business/business-gnome/business-urls.c:58 +#: ../src/business/business-gnome/business-urls.c:190 +#: ../src/gnome/top-level.c:192 +#, c-format +msgid "Badly formed URL %s" +msgstr "" + +#. ============================================================== +#. HTML Handler for reports. +#: ../src/business/business-gnome/business-urls.c:63 +#: ../src/business/business-gnome/business-urls.c:209 +#: ../src/business/business-gnome/business-urls.c:214 +#: ../src/business/business-gnome/business-urls.c:269 +#: ../src/gnome/top-level.c:89 +#, c-format +msgid "Bad URL: %s" +msgstr "" + +#: ../src/business/business-gnome/business-urls.c:72 +#, c-format +msgid "No such entity: %s" +msgstr "" + +#. ================================================================= +#: ../src/business/business-gnome/business-urls.c:162 +#, c-format +msgid "No such owner entity: %s" +msgstr "" + +#: ../src/business/business-gnome/business-urls.c:254 +#, c-format +msgid "Entity type does not match %s: %s" +msgstr "" + +#: ../src/business/business-gnome/business-urls.c:264 +#, c-format +msgid "Bad URL %s" +msgstr "" + +#: ../src/business/business-gnome/business-urls.c:276 +#, c-format +msgid "No such Account entity: %s" +msgstr "" + +#: ../src/business/business-gnome/dialog-billterms.c:262 +#: ../src/business/dialog-tax-table/dialog-tax-table.c:129 +msgid "Negative amounts are not allowed." +msgstr "" + +#: ../src/business/business-gnome/dialog-billterms.c:267 +#: ../src/business/dialog-tax-table/dialog-tax-table.c:136 +msgid "Percentage amount must be between 0 and 100." +msgstr "" + +#: ../src/business/business-gnome/dialog-billterms.c:290 +msgid "You must provide a name for this Billing Term." +msgstr "" + +#: ../src/business/business-gnome/dialog-billterms.c:296 +#, c-format +msgid "" +"You must provide a unique name for this Billing Term. Your choice \"%s\" is " +"already in use." +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../src/business/business-gnome/dialog-billterms.c:465 +#: ../src/business/business-gnome/glade/billterms.glade.h:9 +#: ../src/gnome/glade/sched-xact.glade.h:79 +#: ../src/gnome-utils/gnc-date-delta.c:214 ../intl-scm/guile-strings.c:1212 +msgid "Days" +msgstr "" + +#: ../src/business/business-gnome/dialog-billterms.c:468 +#: ../src/business/business-gnome/glade/billterms.glade.h:21 +msgid "Proximo" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../src/business/business-gnome/dialog-billterms.c:471 +#: ../intl-scm/guile-strings.c:3472 +msgid "Unknown" +msgstr "" + +#: ../src/business/business-gnome/dialog-billterms.c:592 +#, c-format +msgid "Term \"%s\" is in use. You cannot delete it." +msgstr "" + +#: ../src/business/business-gnome/dialog-billterms.c:598 +#: ../src/business/dialog-tax-table/dialog-tax-table.c:542 +#, c-format +msgid "Are you sure you want to delete \"%s\"?" +msgstr "" + +#: ../src/business/business-gnome/dialog-choose-owner.c:72 +msgid "" +"This transaction needs to be assigned to a Customer. Please choose the " +"Customer below." +msgstr "" + +#: ../src/business/business-gnome/dialog-choose-owner.c:77 +msgid "" +"This transaction needs to be assigned to a Vendor. Please choose the Vendor " +"below." +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:268 +msgid "" +"You must enter a company name. If this customer is an individual (and not a " +"company) you should set the \"company name\" and \"contact name\" the same." +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:279 +msgid "You must enter a billing address." +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:289 +msgid "Discount percentage must be between 0-100 or you must leave it blank." +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:294 +msgid "Credit must be a positive amount or you must leave it blank." +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:365 +#: ../src/business/business-gnome/dialog-employee.c:301 +#: ../src/business/business-gnome/dialog-job.c:230 +#: ../src/business/business-gnome/dialog-vendor.c:287 +#: ../src/gnome-utils/dialog-account.c:1290 +msgid "" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:372 +msgid "Edit Customer" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:374 +#: ../src/business/business-gnome/glade/customer.glade.h:15 +msgid "New Customer" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:781 +msgid "View/Edit Customer" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:782 +msgid "Customer's Jobs" +msgstr "" + +#. { N_("Customer's Orders"), order_customer_cb}, +#: ../src/business/business-gnome/dialog-customer.c:784 +msgid "Customer's Invoices" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:785 +#: ../src/business/business-gnome/dialog-employee.c:684 +#: ../src/business/business-gnome/dialog-invoice.c:2197 +#: ../src/business/business-gnome/dialog-invoice.c:2202 +#: ../src/business/business-gnome/dialog-invoice.c:2209 +#: ../src/business/business-gnome/dialog-invoice.c:2455 +#: ../src/business/business-gnome/dialog-job.c:516 +msgid "Process Payment" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:794 +msgid "Shipping Contact" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:796 +#: ../src/business/business-gnome/dialog-vendor.c:659 +msgid "Billing Contact" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:798 +msgid "Customer ID" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../src/business/business-gnome/dialog-customer.c:800 +#: ../src/business/business-gnome/dialog-vendor.c:663 +#: ../intl-scm/guile-strings.c:3214 +msgid "Company Name" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:806 +#: ../src/business/business-gnome/dialog-vendor.c:669 +msgid "Contact" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/aging.scm +#: ../src/business/business-gnome/dialog-customer.c:808 +#: ../src/business/business-gnome/dialog-invoice.c:2318 +#: ../src/business/business-gnome/dialog-invoice.c:2463 +#: ../src/business/business-gnome/dialog-job.c:540 +#: ../src/business/business-gnome/dialog-order.c:826 +#: ../src/business/business-gnome/dialog-vendor.c:671 +#: ../intl-scm/guile-strings.c:3448 ../intl-scm/guile-strings.c:3798 +msgid "Company" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:810 +#: ../src/business/business-gnome/dialog-employee.c:704 +#: ../src/business/business-gnome/dialog-job.c:544 +#: ../src/business/business-gnome/dialog-vendor.c:673 +msgid "ID #" +msgstr "" + +#: ../src/business/business-gnome/dialog-customer.c:832 +msgid "Find Customer" +msgstr "" + +#: ../src/business/business-gnome/dialog-date-close.c:72 +msgid "No Account selected. Please try again." +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:216 +msgid "You must enter a username." +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:221 +msgid "You must enter the employee's name." +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:229 +msgid "You must enter an address." +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:308 +msgid "Edit Employee" +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:310 +#: ../src/business/business-gnome/glade/employee.glade.h:18 +msgid "New Employee" +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:682 +msgid "View/Edit Employee" +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:683 +msgid "Expense Vouchers" +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:692 +msgid "Employee ID" +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:694 +msgid "Employee Username" +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:696 +#: ../src/business/business-gnome/dialog-invoice.c:2299 +msgid "Employee Name" +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:702 +msgid "Username" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../src/business/business-gnome/dialog-employee.c:706 +#: ../src/gnome/dialog-sx-editor.c:1695 +#: ../src/gnome/glade/sched-xact.glade.h:115 +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:9 +#: ../src/gnome-utils/gnc-dense-cal.c:331 +#: ../src/gnome-utils/gnc-tree-model-budget.c:96 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:405 +#: ../src/gnome-utils/gnc-tree-view-sx-list.c:167 +#: ../intl-scm/guile-strings.c:3772 +msgid "Name" +msgstr "" + +#: ../src/business/business-gnome/dialog-employee.c:727 +msgid "Find Employee" +msgstr "" + +#. Translators: In this context, +#. * 'Billing information' maps to the +#. * label in the frame and means +#. * e.g. customer i.e. the company being +#. * invoiced. +#: ../src/business/business-gnome/dialog-invoice.c:340 +#: ../src/business/business-gnome/dialog-order.c:174 +msgid "You need to supply Billing Information." +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:495 +msgid "Are you sure you want to delete the selected entry?" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:497 +msgid "" +"This entry is attached to an order and will be deleted from that as well!" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:605 +msgid "The Invoice must have at least one Entry." +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:612 +msgid "You may not post an invoice with a negative total value." +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:619 +msgid "You may not post an expense voucher with a negative total cash value." +msgstr "" + +#. Ok, we can post this invoice. Ask for verification, set the due date, +#. * post date, and posted account +#. +#: ../src/business/business-gnome/dialog-invoice.c:626 +msgid "Do you really want to post the invoice?" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-gnome/dialog-invoice.c:627 +#: ../src/register/ledger-core/split-register-model.c:108 +#: ../intl-scm/guile-strings.c:3452 ../intl-scm/guile-strings.c:3648 +#: ../intl-scm/guile-strings.c:3970 +msgid "Due Date" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:628 +msgid "Post Date" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:629 +msgid "Post to Account" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:630 +msgid "Accumulate Splits?" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:920 +#: ../src/gnome/window-reconcile.c:1049 +msgid "Total:" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:925 +msgid "Subtotal:" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:926 +msgid "Tax:" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:930 +msgid "Total Cash:" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:931 +msgid "Total Charge:" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1547 +#: ../src/business/business-gnome/glade/invoice.glade.h:18 +msgid "New Invoice" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1551 +msgid "Edit Invoice" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1554 +msgid "View Invoice" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1562 +msgid "New Bill" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1566 +msgid "Edit Bill" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1569 +msgid "View Bill" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1577 +msgid "New Expense Voucher" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1581 +msgid "Edit Expense Voucher" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:1584 +msgid "View Expense Voucher" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2196 +msgid "View/Edit Invoice" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2201 +#: ../src/business/business-gnome/dialog-invoice.c:2454 +msgid "View/Edit Bill" +msgstr "" + +#. Translators: The terms 'Voucher' and 'Expense Voucher' are used +#. interchangeably in gnucash and mean the same thing. +#: ../src/business/business-gnome/dialog-invoice.c:2208 +msgid "View/Edit Voucher" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2218 +msgid "Invoice Owner" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-gnome/dialog-invoice.c:2221 +#: ../intl-scm/guile-strings.c:3348 ../intl-scm/guile-strings.c:3690 +#: ../intl-scm/guile-strings.c:3926 +msgid "Invoice Notes" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-gnome/dialog-invoice.c:2224 +#: ../src/business/business-gnome/dialog-invoice.c:2254 +#: ../src/business/business-gnome/dialog-invoice.c:2284 +#: ../src/business/business-gnome/dialog-invoice.c:2309 +#: ../src/business/business-gnome/dialog-job.c:528 +#: ../src/business/business-gnome/dialog-job.c:538 +#: ../src/business/business-gnome/dialog-order.c:824 +#: ../src/business/business-gnome/glade/invoice.glade.h:4 +#: ../src/business/business-gnome/glade/job.glade.h:2 +#: ../intl-scm/guile-strings.c:3342 ../intl-scm/guile-strings.c:3684 +#: ../intl-scm/guile-strings.c:3742 ../intl-scm/guile-strings.c:3920 +msgid "Billing ID" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2227 +#: ../src/business/business-gnome/dialog-invoice.c:2257 +#: ../src/business/business-gnome/dialog-invoice.c:2287 +msgid "Is Paid?" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2230 +#: ../src/business/business-gnome/dialog-invoice.c:2260 +#: ../src/business/business-gnome/dialog-invoice.c:2290 +#: ../src/business/business-gnome/glade/invoice.glade.h:9 +#: ../src/gnome/dialog-find-transactions.c:117 +msgid "Date Posted" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2233 +#: ../src/business/business-gnome/dialog-invoice.c:2263 +#: ../src/business/business-gnome/dialog-invoice.c:2293 +msgid "Is Posted?" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2236 +#: ../src/business/business-gnome/dialog-invoice.c:2266 +#: ../src/business/business-gnome/dialog-invoice.c:2296 +#: ../src/business/business-gnome/dialog-order.c:814 +#: ../src/business/business-gnome/glade/invoice.glade.h:8 +#: ../src/business/business-gnome/glade/order.glade.h:6 +msgid "Date Opened" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2239 +#: ../src/business/business-gnome/dialog-invoice.c:2269 +msgid "Company Name " +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2243 +#: ../src/business/business-gnome/glade/invoice.glade.h:14 +msgid "Invoice ID" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2248 +msgid "Bill Owner" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2251 +msgid "Bill Notes" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2273 +msgid "Bill ID" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2278 +msgid "Voucher Owner" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2281 +msgid "Voucher Notes" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2303 +msgid "Voucher ID" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#. src/business/business-reports/owner-report.scm +#: ../src/business/business-gnome/dialog-invoice.c:2311 +#: ../src/gnome-utils/gnc-tree-view-account.c:512 +#: ../src/gnome-utils/gnc-tree-view-price.c:459 +#: ../src/register/ledger-core/split-register-model.c:197 +#: ../intl-scm/guile-strings.c:1998 ../intl-scm/guile-strings.c:3456 +msgid "Type" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2313 +#: ../src/register/ledger-core/split-register-model.c:151 +msgid "Paid" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2316 +msgid "Posted" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2321 +#: ../src/business/business-gnome/dialog-order.c:831 +#: ../src/gnome/lot-viewer.c:611 +msgid "Opened" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../src/business/business-gnome/dialog-invoice.c:2323 +#: ../src/business/business-gnome/dialog-order.c:833 +#: ../src/business/business-gnome/glade/payment.glade.h:4 +#: ../src/gnome/glade/lots.glade.h:15 ../src/gnome/reconcile-list.c:222 +#: ../src/register/ledger-core/split-register-model.c:122 +#: ../intl-scm/guile-strings.c:1320 ../intl-scm/guile-strings.c:1522 +#: ../intl-scm/guile-strings.c:2234 ../intl-scm/guile-strings.c:2296 +#: ../intl-scm/guile-strings.c:2488 ../intl-scm/guile-strings.c:2608 +#: ../intl-scm/guile-strings.c:2644 +msgid "Num" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2392 +msgid "Find Bill" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2398 +msgid "Find Expense Voucher" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-gnome/dialog-invoice.c:2399 +#: ../intl-scm/guile-strings.c:3420 ../intl-scm/guile-strings.c:3734 +#: ../intl-scm/guile-strings.c:3964 +msgid "Expense Voucher" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2404 +msgid "Find Invoice" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/owner-report.scm +#: ../src/business/business-gnome/dialog-invoice.c:2461 +#: ../src/business/business-gnome/glade/payment.glade.h:1 +#: ../src/gnome/glade/lots.glade.h:6 ../src/gnome/reconcile-list.c:215 +#: ../src/import-export/generic-import.glade.h:10 +#: ../src/import-export/hbci/glade/hbci.glade.h:8 +#: ../src/import-export/import-main-matcher.c:420 +#: ../src/import-export/import-match-picker.c:334 +#: ../src/import-export/import-match-picker.c:374 +#: ../src/import-export/qif-import/druid-qif-import.c:2181 +#: ../src/import-export/qif-import/druid-qif-import.c:2213 +#: ../intl-scm/guile-strings.c:822 ../intl-scm/guile-strings.c:1330 +#: ../intl-scm/guile-strings.c:1544 ../intl-scm/guile-strings.c:2258 +#: ../intl-scm/guile-strings.c:2310 ../intl-scm/guile-strings.c:2412 +#: ../intl-scm/guile-strings.c:2540 ../intl-scm/guile-strings.c:2674 +#: ../intl-scm/guile-strings.c:2712 ../intl-scm/guile-strings.c:3460 +msgid "Amount" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2465 +msgid "Due" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2507 +msgid "Due Bills Reminder" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2509 +msgid "The following bills are due" +msgstr "" + +#: ../src/business/business-gnome/dialog-invoice.c:2510 +msgid "The following bill is due" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:130 +msgid "The Job must be given a name." +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:139 +msgid "You must choose an owner for this job." +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:237 +msgid "Edit Job" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:239 +msgid "New Job" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:514 +msgid "View/Edit Job" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:515 +msgid "View Invoices" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:524 +msgid "Owner's Name" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:526 +msgid "Only Active?" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:530 +#: ../src/business/business-gnome/glade/job.glade.h:7 +msgid "Job Number" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:532 +#: ../src/business/business-gnome/dialog-job.c:542 +#: ../src/business/business-gnome/glade/job.glade.h:6 +msgid "Job Name" +msgstr "" + +#: ../src/business/business-gnome/dialog-job.c:590 +msgid "Find Job" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:165 +msgid "The Order must be given an ID." +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:268 +msgid "The Order must have at least one Entry." +msgstr "" + +#. Damn; yes. Well, ask the user to make sure they REALLY want to +#. * close this order! +#. +#: ../src/business/business-gnome/dialog-order.c:287 +msgid "" +"This order contains entries that have not been invoiced. Are you sure you " +"want to close it out before you invoice all the entries?" +msgstr "" + +#. Ok, we can close this. Ask for verification and set the closed date +#: ../src/business/business-gnome/dialog-order.c:296 +msgid "Do you really want to close the order?" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:297 +msgid "Close Date" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:800 +msgid "View/Edit Order" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:808 +msgid "Order Notes" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:810 +#: ../src/business/business-gnome/glade/order.glade.h:5 +msgid "Date Closed" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:812 +msgid "Is Closed?" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:816 +msgid "Owner Name " +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:818 +#: ../src/business/business-gnome/glade/order.glade.h:12 +msgid "Order ID" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:829 +#: ../src/gnome/lot-viewer.c:616 +msgid "Closed" +msgstr "" + +#: ../src/business/business-gnome/dialog-order.c:884 +msgid "Find Order" +msgstr "" + +#: ../src/business/business-gnome/dialog-payment.c:228 +msgid "" +"You must enter the amount of the payment. The payment amount must be " +"greater than zero." +msgstr "" + +#: ../src/business/business-gnome/dialog-payment.c:237 +msgid "You must select a company for payment processing." +msgstr "" + +#: ../src/business/business-gnome/dialog-payment.c:245 +msgid "You must select a transfer account from the account tree." +msgstr "" + +#: ../src/business/business-gnome/dialog-payment.c:253 +msgid "You must enter an account name for posting." +msgstr "" + +#: ../src/business/business-gnome/dialog-payment.c:262 +#, c-format +msgid "Your selected post account, %s, does not exist" +msgstr "" + +#: ../src/business/business-gnome/dialog-payment.c:463 +#, c-format +msgid "" +"You have no valid \"Post To\" accounts. Please create an account of type \"%" +"s\" before you continue to process this payment. Perhaps you want to create " +"an Invoice or Bill first?" +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:205 +msgid "" +"You must enter a company name. If this vendor is an individual (and not a " +"company) you should set the \"company name\" and \"contact name\" the same." +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:216 +msgid "You must enter a payment address." +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:294 +msgid "Edit Vendor" +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:296 +#: ../src/business/business-gnome/glade/vendor.glade.h:9 +msgid "New Vendor" +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:646 +msgid "View/Edit Vendor" +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:647 +msgid "Vendor's Jobs" +msgstr "" + +#. { N_("Vendor Orders"), order_vendor_cb}, +#: ../src/business/business-gnome/dialog-vendor.c:649 +msgid "Vendor's Bills" +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:650 +msgid "Pay Bill" +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:661 +msgid "Vendor ID" +msgstr "" + +#: ../src/business/business-gnome/dialog-vendor.c:694 +msgid "Find Vendor" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:1 +msgid "New Billing Term" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:2 +msgid "Term Definition" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:3 +msgid "Terms" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:4 +msgid "Cancel your changes" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:5 +msgid "Close this window" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:6 +msgid "Commit this Billing Term" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:7 +msgid "Create a new Billing Term" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:8 +msgid "Cutoff Day: " +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:10 +msgid "" +"Days\n" +"Proximo" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:12 +msgid "De_scription:" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:13 +msgid "Delete the current Billing Term" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:15 +#, no-c-format +msgid "Discount %: " +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:16 +msgid "Discount Day: " +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:17 +msgid "Discount Days: " +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:18 +msgid "Due Day: " +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:19 +msgid "Due Days: " +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:20 +msgid "Edit the current Billing Term" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:22 +msgid "Table" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-gnome/glade/billterms.glade.h:23 +#: ../src/business/business-gnome/glade/invoice.glade.h:23 +#: ../intl-scm/guile-strings.c:3434 ../intl-scm/guile-strings.c:3744 +#: ../intl-scm/guile-strings.c:3976 +msgid "Terms" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:24 +msgid "" +"The cutoff day for applying bills to the next month. After the cutoff, " +"bills are applied to the following month. Negative values count backwards " +"from the end of the month." +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:25 +msgid "The day of the month bills are due" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:26 +msgid "The description of the Billing Term, printed on invoices" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:27 +msgid "The discount percentage applied if paid early." +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:28 +msgid "The internal name of the Billing Term." +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:29 +msgid "The last day of the month for the early payment discount." +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:30 +msgid "" +"The number of days after the post date during which a discount will be " +"applied for early payment." +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:31 +msgid "The number of days to pay the bill after the post date." +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:32 +msgid "The percentage discount applied for early payment." +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:33 +#: ../src/report/report-gnome/report.glade.h:18 +msgid "_Name:" +msgstr "" + +#: ../src/business/business-gnome/glade/billterms.glade.h:34 +#: ../src/gnome/glade/price.glade.h:25 +#: ../src/gnome-utils/glade/commodity.glade.h:22 +msgid "_Type:" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:1 +msgid "Bills" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:2 +msgid "Invoices" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:3 +msgid "Default number of register rows to display in Invoices." +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:4 +msgid "How many days in the future to warn about Bills coming due." +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:5 +msgid "" +"If checked, each invoice will be opened in its own top level window. If " +"clear, the invoice will be opened in the current window." +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:6 +#: ../src/gnome-utils/glade/preferences.glade.h:92 +msgid "Number of _rows:" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:7 +#: ../src/gnome/glade/sched-xact.glade.h:141 +#: ../src/import-export/generic-import.glade.h:40 +#: ../src/import-export/hbci/glade/hbciprefs.glade.h:3 +#: ../src/import-export/qif-import/qif.glade.h:57 +msgid "Preferences" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:8 +msgid "Ta_x included" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:9 +msgid "" +"Whether multiple entries in an invoice which transfer to the same account " +"should be accumulated into a single split by default. This setting can be " +"changed in the Post dialog." +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:10 +msgid "" +"Whether tax is included by default in entries on Bills. This setting is " +"inherited by new customers and vendors." +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:11 +msgid "" +"Whether tax is included by default in entries on Invoices. This setting is " +"inherited by new customers and vendors." +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:12 +msgid "Whether to display the list of Bills Due at startup." +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:13 +msgid "_Accumulate splits on post" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:14 +msgid "_Days in advance:" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:15 +msgid "_Notify when due" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:16 +msgid "_Open in new window" +msgstr "" + +#: ../src/business/business-gnome/glade/businessprefs.glade.h:17 +msgid "_Tax included" +msgstr "" + +#: ../src/business/business-gnome/glade/choose-owner.glade.h:1 +msgid "Choose Owner Dialog" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-gnome/glade/choose-owner.glade.h:2 +#: ../src/business/business-gnome/glade/date-close.glade.h:1 +#: ../src/business/business-ledger/gncEntryLedgerModel.c:75 +#: ../src/gnome/dialog-find-transactions.c:128 +#: ../src/gnome/dialog-tax-info.c:721 ../src/gnome/glade/lots.glade.h:10 +#: ../src/gnome/reconcile-list.c:219 +#: ../src/gnome-utils/gnc-tree-model-budget.c:102 +#: ../src/gnome-utils/gnc-tree-view-account.c:528 +#: ../src/import-export/generic-import.glade.h:16 +#: ../src/import-export/import-main-matcher.c:421 +#: ../src/import-export/import-match-picker.c:335 +#: ../src/import-export/import-match-picker.c:375 +#: ../src/import-export/qif-import/druid-qif-import.c:2174 +#: ../src/import-export/qif-import/druid-qif-import.c:2206 +#: ../src/register/ledger-core/split-register-model.c:138 +#: ../intl-scm/guile-strings.c:1322 ../intl-scm/guile-strings.c:1524 +#: ../intl-scm/guile-strings.c:2000 ../intl-scm/guile-strings.c:2238 +#: ../intl-scm/guile-strings.c:2298 ../intl-scm/guile-strings.c:2416 +#: ../intl-scm/guile-strings.c:2492 ../intl-scm/guile-strings.c:2610 +#: ../intl-scm/guile-strings.c:2650 ../intl-scm/guile-strings.c:3242 +#: ../intl-scm/guile-strings.c:3270 ../intl-scm/guile-strings.c:3458 +#: ../intl-scm/guile-strings.c:3560 ../intl-scm/guile-strings.c:3588 +#: ../intl-scm/guile-strings.c:3820 ../intl-scm/guile-strings.c:3848 +msgid "Description" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:1 +#: ../src/business/business-gnome/glade/employee.glade.h:3 +#: ../src/business/business-gnome/glade/invoice.glade.h:2 +#: ../src/business/business-gnome/glade/job.glade.h:1 +#: ../src/business/business-gnome/glade/order.glade.h:2 +#: ../src/business/business-gnome/glade/vendor.glade.h:1 +msgid "Active" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:2 +#: ../src/business/business-gnome/glade/employee.glade.h:4 +#: ../src/business/business-gnome/glade/vendor.glade.h:2 +msgid "Address: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:3 +msgid "Billing Address" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:4 +#: ../src/business/business-gnome/glade/invoice.glade.h:5 +#: ../src/business/business-gnome/glade/order.glade.h:3 +msgid "Billing Information" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:5 +#: ../src/business/business-gnome/glade/vendor.glade.h:3 +msgid "Company Name: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:6 +msgid "Credit Limit: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:7 +#: ../src/business/business-gnome/glade/employee.glade.h:7 +#: ../src/business/business-gnome/glade/vendor.glade.h:4 +msgid "Currency: " +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../src/business/business-gnome/glade/customer.glade.h:8 +#: ../src/business/business-gnome/glade/invoice.glade.h:6 +#: ../src/business/business-gnome/search-owner.c:236 +#: ../src/register/ledger-core/split-register-model.c:134 +#: ../intl-scm/guile-strings.c:3524 +msgid "Customer" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:9 +msgid "Customer Number: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:10 +msgid "Discount: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:11 +#: ../src/business/business-gnome/glade/employee.glade.h:10 +#: ../src/business/business-gnome/glade/vendor.glade.h:5 +msgid "Email: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:12 +#: ../src/business/business-gnome/glade/employee.glade.h:13 +#: ../src/business/business-gnome/glade/vendor.glade.h:6 +msgid "Fax: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:13 +#: ../src/business/business-gnome/glade/employee.glade.h:14 +#: ../src/business/business-gnome/glade/vendor.glade.h:7 +msgid "Identification" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:14 +#: ../src/business/business-gnome/glade/employee.glade.h:17 +#: ../src/business/business-gnome/glade/vendor.glade.h:8 +msgid "Name: " +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../src/business/business-gnome/glade/customer.glade.h:16 +#: ../src/business/business-gnome/glade/invoice.glade.h:20 +#: ../src/business/business-gnome/glade/order.glade.h:9 +#: ../src/business/business-gnome/glade/vendor.glade.h:10 +#: ../src/gnome/dialog-find-transactions.c:120 +#: ../src/gnome-utils/gnc-tree-view-account.c:630 +#: ../src/register/ledger-core/split-register-model.c:309 +#: ../intl-scm/guile-strings.c:2006 +msgid "Notes" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:17 +#: ../src/business/business-gnome/glade/vendor.glade.h:11 +msgid "Override the global Tax Table?" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:18 +#: ../src/business/business-gnome/glade/employee.glade.h:20 +#: ../src/business/business-gnome/glade/vendor.glade.h:14 +msgid "Phone: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:19 +msgid "Shipping Address" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:20 +msgid "Shipping Information" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:21 +msgid "Tax Included: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:22 +msgid "Tax Table: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:23 +#: ../src/business/business-gnome/glade/vendor.glade.h:17 +msgid "Terms: " +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:24 +msgid "" +"The customer ID number. If left blank a reasonable number will be chosen " +"for you" +msgstr "" + +#: ../src/business/business-gnome/glade/customer.glade.h:25 +msgid "What Tax Table should be applied to this customer?" +msgstr "" + +#: ../src/business/business-gnome/glade/date-close.glade.h:2 +msgid "Question" +msgstr "" + +#: ../src/business/business-gnome/glade/date-close.glade.h:3 +msgid "acct" +msgstr "" + +#: ../src/business/business-gnome/glade/date-close.glade.h:4 +msgid "duedate" +msgstr "" + +#: ../src/business/business-gnome/glade/date-close.glade.h:5 +msgid "postd" +msgstr "" + +#: ../src/business/business-gnome/glade/date-close.glade.h:6 +msgid "question" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:1 +msgid "Access Control" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:2 +msgid "Access Control List" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:5 +msgid "Billing" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:6 +#: ../src/gnome-utils/dialog-transfer.c:1627 +msgid "Credit Account" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:8 +msgid "Default Hours per Day: " +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:9 +msgid "Default Rate: " +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../src/business/business-gnome/glade/employee.glade.h:11 +#: ../src/business/business-gnome/search-owner.c:238 +#: ../intl-scm/guile-strings.c:3528 +msgid "Employee" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:12 +msgid "Employee Number: " +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:15 +msgid "Interface" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:16 +msgid "Language: " +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:19 +#: ../src/business/business-gnome/glade/vendor.glade.h:12 +msgid "Payment Address" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:21 +msgid "" +"The employee ID number. If left blank a reasonable number will be chosen " +"for you" +msgstr "" + +#: ../src/business/business-gnome/glade/employee.glade.h:22 +msgid "Username: " +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:1 +#: ../src/business/business-gnome/glade/order.glade.h:1 +msgid "(owner)" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:3 +msgid "Additional to Card:" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:7 +msgid "Customer: " +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:10 +msgid "Default Chargeback Project" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:11 +msgid "Extra Payments" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:13 +msgid "Invoice Entries" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:15 +msgid "Invoice Information" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:16 +#: ../src/business/business-gnome/search-owner.c:239 +msgid "Job" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:17 +msgid "Job: " +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:19 +msgid "No, keep them as they are" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:21 +msgid "Posted Account" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:22 +msgid "Reset Tax Tables to present Values?" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:24 +msgid "" +"The invoice ID number. If left blank a reasonable number will be chosen for " +"you." +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:25 +msgid "" +"Unposting this Invoice will delete the posted transaction.\n" +"Are you sure you want to unpost it?" +msgstr "" + +#: ../src/business/business-gnome/glade/invoice.glade.h:27 +msgid "Yes, reset the Tax Tables" +msgstr "" + +#: ../src/business/business-gnome/glade/job.glade.h:3 +msgid "Job Active" +msgstr "" + +#: ../src/business/business-gnome/glade/job.glade.h:4 +msgid "Job Dialog" +msgstr "" + +#: ../src/business/business-gnome/glade/job.glade.h:5 +msgid "Job Information" +msgstr "" + +#: ../src/business/business-gnome/glade/job.glade.h:8 +msgid "Owner Information" +msgstr "" + +#: ../src/business/business-gnome/glade/job.glade.h:9 +msgid "" +"The job ID number. If left blank a reasonable number will be chosen for you" +msgstr "" + +#: ../src/business/business-gnome/glade/order.glade.h:4 +msgid "Close Order" +msgstr "" + +#: ../src/business/business-gnome/glade/order.glade.h:7 +msgid "Invoices" +msgstr "" + +#: ../src/business/business-gnome/glade/order.glade.h:8 +msgid "New Order" +msgstr "" + +#: ../src/business/business-gnome/glade/order.glade.h:10 +msgid "Order Entries" +msgstr "" + +#: ../src/business/business-gnome/glade/order.glade.h:11 +msgid "Order Entry" +msgstr "" + +#: ../src/business/business-gnome/glade/order.glade.h:13 +msgid "Order Information" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-gnome/glade/order.glade.h:14 +#: ../intl-scm/guile-strings.c:3432 ../intl-scm/guile-strings.c:3454 +#: ../intl-scm/guile-strings.c:3974 +msgid "Reference" +msgstr "" + +#: ../src/business/business-gnome/glade/order.glade.h:15 +msgid "" +"The order ID number. If left blank a reasonable number will be chosen for " +"you" +msgstr "" + +#. Add the columns +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-gnome/glade/payment.glade.h:2 +#: ../src/business/business-ledger/gncEntryLedgerModel.c:70 +#: ../src/gnome/druid-loan.c:1789 ../src/gnome/glade/lots.glade.h:8 +#: ../src/gnome/glade/register.glade.h:14 ../src/gnome/reconcile-list.c:226 +#: ../src/gnome-utils/gnc-tree-view-price.c:447 +#: ../src/import-export/generic-import.glade.h:15 +#: ../src/import-export/import-main-matcher.c:417 +#: ../src/import-export/import-match-picker.c:333 +#: ../src/import-export/import-match-picker.c:373 +#: ../src/import-export/qif-import/druid-qif-import.c:2168 +#: ../src/import-export/qif-import/druid-qif-import.c:2200 +#: ../src/register/ledger-core/split-register-model.c:101 +#: ../intl-scm/guile-strings.c:1318 ../intl-scm/guile-strings.c:1518 +#: ../intl-scm/guile-strings.c:1768 ../intl-scm/guile-strings.c:1916 +#: ../intl-scm/guile-strings.c:2028 ../intl-scm/guile-strings.c:2226 +#: ../intl-scm/guile-strings.c:2292 ../intl-scm/guile-strings.c:2388 +#: ../intl-scm/guile-strings.c:2480 ../intl-scm/guile-strings.c:2606 +#: ../intl-scm/guile-strings.c:2638 ../intl-scm/guile-strings.c:2706 +#: ../intl-scm/guile-strings.c:3240 ../intl-scm/guile-strings.c:3264 +#: ../intl-scm/guile-strings.c:3450 ../intl-scm/guile-strings.c:3558 +#: ../intl-scm/guile-strings.c:3582 ../intl-scm/guile-strings.c:3818 +#: ../intl-scm/guile-strings.c:3842 +msgid "Date" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../src/business/business-gnome/glade/payment.glade.h:3 +#: ../src/gnome/dialog-find-transactions.c:126 +#: ../src/import-export/import-main-matcher.c:422 +#: ../src/import-export/import-match-picker.c:336 +#: ../src/import-export/import-match-picker.c:376 +#: ../src/register/ledger-core/split-register-model.c:190 +#: ../intl-scm/guile-strings.c:1526 ../intl-scm/guile-strings.c:2270 +#: ../intl-scm/guile-strings.c:2300 ../intl-scm/guile-strings.c:2424 +#: ../intl-scm/guile-strings.c:2496 +msgid "Memo" +msgstr "" + +#: ../src/business/business-gnome/glade/payment.glade.h:5 +#: ../src/business/business-gnome/glade/vendor.glade.h:13 +#: ../src/gnome/window-reconcile.c:443 +msgid "Payment Information" +msgstr "" + +#: ../src/business/business-gnome/glade/payment.glade.h:6 +msgid "Post To" +msgstr "" + +#: ../src/business/business-gnome/glade/payment.glade.h:7 +msgid "Transfer Account" +msgstr "" + +#: ../src/business/business-gnome/glade/vendor.glade.h:15 +msgid "Tax Included:" +msgstr "" + +#: ../src/business/business-gnome/glade/vendor.glade.h:16 +msgid "Tax Table:" +msgstr "" + +#: ../src/business/business-gnome/glade/vendor.glade.h:18 +msgid "" +"The vendor ID number. If left blank a reasonable number will be chosen for " +"you" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../src/business/business-gnome/glade/vendor.glade.h:19 +#: ../src/business/business-gnome/search-owner.c:237 +#: ../src/register/ledger-core/split-register-model.c:136 +#: ../intl-scm/guile-strings.c:3526 +msgid "Vendor" +msgstr "" + +#: ../src/business/business-gnome/glade/vendor.glade.h:20 +msgid "Vendor Number: " +msgstr "" + +#: ../src/business/business-gnome/glade/vendor.glade.h:21 +msgid "What Tax Table should be applied to this vendor?" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../src/business/business-gnome/gncmod-business-gnome.c:135 +#: ../intl-scm/guile-strings.c:3212 +msgid "Business" +msgstr "" + +#. Toplevel +#. Extensions Menu +#. src/business/business-reports/business-reports.scm +#: ../src/business/business-gnome/gnc-plugin-business.c:148 +#: ../src/business/business-gnome/gnc-plugin-business.c:241 +#: ../intl-scm/guile-strings.c:3444 +msgid "_Business" +msgstr "" + +#. Customer submenu +#: ../src/business/business-gnome/gnc-plugin-business.c:151 +msgid "_Customer" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:152 +msgid "_New Customer..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:153 +msgid "Open the New Customer dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:155 +msgid "_Find Customer..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:156 +msgid "Open the Find Customer dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:158 +msgid "New _Invoice..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:159 +msgid "Open the New Invoice dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:161 +msgid "Find In_voice..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:162 +msgid "Open the Find Invoice dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:164 +#: ../src/business/business-gnome/gnc-plugin-business.c:188 +msgid "New _Job..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:165 +#: ../src/business/business-gnome/gnc-plugin-business.c:189 +msgid "Open the New Job dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:167 +#: ../src/business/business-gnome/gnc-plugin-business.c:191 +msgid "Find Jo_b..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:168 +#: ../src/business/business-gnome/gnc-plugin-business.c:192 +msgid "Open the Find Job dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:170 +#: ../src/business/business-gnome/gnc-plugin-business.c:194 +#: ../src/business/business-gnome/gnc-plugin-business.c:212 +msgid "_Process Payment..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:171 +#: ../src/business/business-gnome/gnc-plugin-business.c:195 +#: ../src/business/business-gnome/gnc-plugin-business.c:213 +msgid "Open the Process Payment dialog" +msgstr "" + +#. Vendor submenu +#: ../src/business/business-gnome/gnc-plugin-business.c:175 +msgid "_Vendor" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:176 +msgid "_New Vendor..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:177 +msgid "Open the New Vendor dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:179 +msgid "_Find Vendor..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:180 +msgid "Open the Find Vendor dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:182 +msgid "New _Bill..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:183 +msgid "Open the New Bill dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:185 +msgid "Find Bi_ll..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:186 +msgid "Open the Find Bill dialog" +msgstr "" + +#. Employee submenu +#: ../src/business/business-gnome/gnc-plugin-business.c:199 +msgid "_Employee" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:200 +msgid "_New Employee..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:201 +msgid "Open the New Employee dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:203 +msgid "_Find Employee..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:204 +msgid "Open the Find Employee dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:206 +msgid "New _Expense Voucher..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:207 +msgid "Open the New Expense Voucher dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:209 +msgid "Find Expense _Voucher..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:210 +msgid "Open the Find Expense Voucher dialog" +msgstr "" + +#. Other menu items +#: ../src/business/business-gnome/gnc-plugin-business.c:217 +msgid "_Tax Table Editor" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:218 +msgid "View and edit the list of Tax Tables" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:220 +msgid "_Billing Terms Editor" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:221 +msgid "View and edit the list of Billing Terms" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:223 +msgid "Bills _Due Reminder" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:224 +msgid "Open the Bills Due Reminder dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:226 +msgid "E_xport" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:227 +msgid "QSF _Invoice..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:228 +msgid "Export one or more invoices to QSF" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:230 +msgid "QSF _Customer..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:231 +msgid "Export one or more customers to QSF" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:233 +msgid "QSF _Vendor..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:234 +msgid "Export one or more vendors to QSF" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:236 +msgid "QSF _Employee..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:237 +msgid "Export one or more employees to QSF" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:242 +#: ../src/business/business-gnome/gnc-plugin-business.c:243 +msgid "Test Search Dialog" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:245 +msgid "Reload invoice report" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:246 +msgid "Reload invoice report scheme file" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:248 +msgid "Reload owner report" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:249 +msgid "Reload owner report scheme file" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:251 +msgid "Reload receivable report" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:252 +msgid "Reload receivable report scheme file" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:254 +#: ../src/business/business-gnome/gnc-plugin-business.c:255 +msgid "Initialize Test Data" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:724 +msgid "Export Invoices to XML" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:759 +msgid "Export Customers to XML" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:791 +msgid "Export Vendors to XML" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-business.c:823 +msgid "Export Employees to XML" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:96 +#: ../src/gnome/glade/register.glade.h:51 +msgid "Sort _Order" +msgstr "" + +#. File menu +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:99 +msgid "New _Invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:100 +msgid "Create a new invoice" +msgstr "" + +#. File menu +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:102 +#: ../src/gnome/gnc-plugin-page-account-tree.c:150 +msgid "New _Account..." +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:103 +msgid "Create a new account" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:105 +msgid "Print Invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:106 +msgid "Make a printable invoice" +msgstr "" + +#. Edit menu +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:110 +msgid "_Cut" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:113 +msgid "Copy" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:116 +#: ../src/gnome/gnc-plugin-page-register.c:181 +#: ../src/gnome-utils/gnc-main-window.c:257 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:962 +msgid "_Paste" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:119 +msgid "_Edit Invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:120 +msgid "Edit this invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:122 +msgid "_Post Invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:123 +msgid "Post this Invoice to your Chart of Accounts" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:125 +msgid "_Unpost Invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:126 +msgid "Unpost this Invoice and make it editable" +msgstr "" + +#. Actions menu +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:130 +#: ../src/gnome/glade/register.glade.h:86 +msgid "_Enter" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:131 +msgid "Record the current entry" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:133 +#: ../src/gnome/glade/register.glade.h:79 ../src/gnome/window-reconcile.c:2008 +msgid "_Cancel" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:134 +msgid "Cancel the current entry" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:136 +#: ../src/gnome/glade/register.glade.h:82 +#: ../src/gnome/gnc-plugin-page-sx-list.c:124 +#: ../src/gnome/window-reconcile.c:2036 +msgid "_Delete" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:137 +msgid "Delete the current entry" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:139 +#: ../src/gnome/glade/register.glade.h:78 +msgid "_Blank" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:140 +msgid "Move to the blank entry at the bottom of the Invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:142 +msgid "Dup_licate Entry" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:143 +msgid "Make a copy of the current entry" +msgstr "" + +#. Business menu +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:147 +msgid "_Pay Invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:148 +msgid "Enter a payment for the owner of this Invoice" +msgstr "" + +#. Reports menu +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:152 +msgid "_Company Report" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:153 +msgid "Open a company report window for the owner of this Invoice" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:160 +#: ../src/gnome/glade/register.glade.h:95 +msgid "_Standard" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:161 +#: ../src/gnome/glade/register.glade.h:80 +msgid "_Date" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:162 +#: ../src/gnome/glade/register.glade.h:15 +msgid "Date of _Entry" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:163 +msgid "_Quantity" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:164 +#: ../src/register/ledger-core/split-register.c:1717 +#: ../src/register/ledger-core/split-register.c:1719 +msgid "_Price" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:165 +#: ../src/gnome/glade/register.glade.h:18 +msgid "Descri_ption" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:194 +#: ../src/gnome/glade/register.glade.h:25 +#: ../src/gnome/gnc-plugin-page-register.c:327 +msgid "Enter" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:195 +#: ../src/gnome/glade/register.glade.h:6 +#: ../src/gnome/gnc-plugin-page-register.c:328 +msgid "Cancel" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:196 +#: ../src/gnome/glade/register.glade.h:16 +#: ../src/gnome/gnc-plugin-page-account-tree.c:224 +#: ../src/gnome/gnc-plugin-page-budget.c:165 +#: ../src/gnome/gnc-plugin-page-register.c:329 +msgid "Delete" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:197 +#: ../src/gnome/glade/register.glade.h:20 +#: ../src/gnome/gnc-plugin-page-register.c:330 +msgid "Duplicate" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:198 +#: ../src/gnome/glade/register.glade.h:3 +#: ../src/gnome/gnc-plugin-page-register.c:333 +msgid "Blank" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:199 +msgid "Post" +msgstr "" + +#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:200 +msgid "Unpost" +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:1 +msgid "Accumulate multiple splits into one" +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:2 +msgid "" +"If active, at startup GnuCash will check to see whether any bills will " +"become due soon. If so, it will present the user with a reminder dialog. The " +"definition of \"soon\" is controlled by the \"Days in Advance\" setting. " +"Otherwise GnuCash does not check for due bills." +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:3 +msgid "" +"If active, each new invoice will be opened in a new window. Otherwise a new " +"invoice will be opened as a tab in the main window." +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:4 +msgid "" +"If active, only the 'active' items in the current class will be searched. " +"Otherwise all items in the current class will be searched." +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:5 +msgid "" +"If set to active then tax is included by default in entries of this type. " +"This setting is inherited by new customers and vendors." +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:6 +msgid "" +"If this field is active then multiple entries in an invoice that transfer to " +"the same account will be accumulated into a single split. This field can be " +"overridden per invoice in the Posting dialog." +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:7 +msgid "Is tax included in this type of business entry?" +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:8 +msgid "Open new invoice in new window" +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:9 +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:7 +msgid "Search only in active items" +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:10 +msgid "Show bills due reminder at startup" +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:11 +msgid "Show bills due within this many days" +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:12 +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:54 +msgid "The number of rows in an invoice" +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:13 +msgid "" +"This field defines the number of days in advance that GnuCash will check for " +"due bills. Its value is only used if the \"Notify when due\" setting is " +"active." +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:14 +msgid "" +"This field sets the number of rows to show in an invoice. It does not " +"actually affect the display of the contents of the window. It is only used " +"to set the size of the window when first opened." +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:15 +msgid "" +"This setting contains the coordinates describing the last location of the " +"window. The numbers are the X and Y coordinates of the top left corner of " +"the window, and the width and height of the window." +msgstr "" + +#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:16 +msgid "Window position and size" +msgstr "" + +#: ../src/business/business-gnome/search-owner.c:163 +msgid "You have not selected an owner" +msgstr "" + +#: ../src/business/business-gnome/search-owner.c:256 +#: ../src/gnome-search/search-boolean.c:177 +#: ../src/gnome-search/search-reconciled.c:185 +msgid "is" +msgstr "" + +#: ../src/business/business-gnome/search-owner.c:257 +#: ../src/gnome-search/search-boolean.c:178 +#: ../src/gnome-search/search-reconciled.c:186 +msgid "is not" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedger.c:81 +#: ../src/gnome-utils/dialog-transfer.c:1264 +#: ../src/register/ledger-core/split-register.c:1498 +#, c-format +msgid "The account %s does not allow transactions." +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedger.c:82 +#: ../src/register/ledger-core/split-register.c:1499 +#, c-format +msgid "The account %s does not exist. Would you like to create it?" +msgstr "" + +#. XXX: change this based on the ledger type +#: ../src/business/business-ledger/gncEntryLedger.c:228 +msgid "Hours" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedger.c:229 +msgid "Project" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedger.c:230 +msgid "Material" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedger.c:805 +#: ../src/business/business-ledger/gncEntryLedgerControl.c:485 +msgid "Save the current entry?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedger.c:807 +msgid "" +"The current transaction has been changed. Would you like to record the " +"changes before duplicating this entry, or cancel the duplication?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedger.c:822 +#: ../src/business/business-ledger/gncEntryLedgerControl.c:504 +#: ../src/gnome/gnc-split-reg.c:726 +#: ../src/register/ledger-core/split-register.c:423 +msgid "_Record" +msgstr "" + +#. Translators: %s is the string "an Account" i.e. its translation. +#: ../src/business/business-ledger/gncEntryLedgerControl.c:140 +#, c-format +msgid "Invalid Entry: You need to supply %s." +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerControl.c:164 +#: ../src/business/business-ledger/gncEntryLedgerControl.c:170 +msgid "an Account" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerControl.c:374 +#, c-format +msgid "The tax table %s does not exist. Would you like to create it?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerControl.c:487 +msgid "" +"The current entry has been changed. However, this entry is part of an " +"existing order. Would you like to record the change and effectively change " +"your order?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerControl.c:502 +#: ../src/gnome/gnc-split-reg.c:724 +msgid "_Don't Record" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerControl.c:589 +msgid "The current entry has been changed. Would you like to save it?" +msgstr "" + +#. Translators: The 'sample:' items are strings which are not +#. displayed, but only used to estimate widths. Please only +#. translate the portion after the ':' and leave the rest +#. ("sample:") as is. +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:72 +msgid "sample:X" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:74 +#: ../src/register/ledger-core/split-register-layout.c:510 +#: ../src/register/ledger-core/split-register-layout.c:518 +msgid "sample:12/12/2000" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:77 +msgid "sample:Description of an Entry" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:79 +msgid "sample:Action" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:81 +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:85 +msgid "sample:9,999.00" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:83 +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:105 +msgid "sample:999,999.00" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:88 +#, no-c-format +msgid "sample(DT):+%" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:91 +#, no-c-format +msgid "sample(DH):+%" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:94 +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:97 +#: ../src/register/ledger-core/split-register-layout.c:579 +#: ../src/register/ledger-core/split-register-layout.c:587 +msgid "sample:Expenses:Automobile:Gasoline" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:99 +msgid "sample:T?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:101 +msgid "sample:TI" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:103 +msgid "sample:Tax Table 1" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:107 +msgid "sample:999.00" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:109 +msgid "sample:BI" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLayout.c:111 +msgid "sample:Payment" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLoad.c:49 +msgid "$" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-ledger/gncEntryLedgerLoad.c:50 +#: ../src/gnome/glade/sched-xact.glade.h:3 ../intl-scm/guile-strings.c:3258 +#: ../intl-scm/guile-strings.c:3576 ../intl-scm/guile-strings.c:3836 +#, no-c-format +msgid "%" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLoad.c:59 +msgid "<" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLoad.c:60 +msgid "=" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerLoad.c:61 +msgid ">" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../src/business/business-ledger/gncEntryLedgerLoad.c:119 +#: ../src/business/business-ledger/gncEntryLedgerModel.c:510 +#: ../src/business/business-ledger/gncEntryLedgerModel.c:1036 +#: ../src/engine/Account.c:3635 ../intl-scm/guile-strings.c:898 +msgid "Cash" +msgstr "" + +#. src/app-utils/prefs.scm +#. src/report/standard-reports/register.scm +#: ../src/business/business-ledger/gncEntryLedgerLoad.c:122 +#: ../src/business/business-ledger/gncEntryLedgerModel.c:512 +#: ../src/business/business-ledger/gncEntryLedgerModel.c:1038 +#: ../intl-scm/guile-strings.c:120 ../intl-scm/guile-strings.c:136 +#: ../intl-scm/guile-strings.c:2710 +msgid "Charge" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:55 +msgid "Income Account" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:60 +msgid "Expense Account" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-ledger/gncEntryLedgerModel.c:65 +#: ../src/gnome/dialog-find-transactions.c:122 +#: ../src/register/ledger-core/split-register-model.c:169 +#: ../intl-scm/guile-strings.c:3276 ../intl-scm/guile-strings.c:3594 +#: ../intl-scm/guile-strings.c:3854 +msgid "Action" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-ledger/gncEntryLedgerModel.c:80 +#: ../intl-scm/guile-strings.c:3250 ../intl-scm/guile-strings.c:3294 +#: ../intl-scm/guile-strings.c:3568 ../intl-scm/guile-strings.c:3612 +#: ../intl-scm/guile-strings.c:3828 ../intl-scm/guile-strings.c:3872 +msgid "Discount" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:85 +msgid "Discount Type" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:90 +msgid "Discount How" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-ledger/gncEntryLedgerModel.c:95 +#: ../intl-scm/guile-strings.c:3248 ../intl-scm/guile-strings.c:3566 +#: ../intl-scm/guile-strings.c:3826 +msgid "Unit Price" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-ledger/gncEntryLedgerModel.c:100 +#: ../intl-scm/guile-strings.c:3246 ../intl-scm/guile-strings.c:3282 +#: ../intl-scm/guile-strings.c:3564 ../intl-scm/guile-strings.c:3600 +#: ../intl-scm/guile-strings.c:3824 ../intl-scm/guile-strings.c:3860 +msgid "Quantity" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:105 +msgid "Tax Table" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:110 +msgid "Taxable?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:115 +msgid "Tax Included?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:120 +msgid "Invoiced?" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-ledger/gncEntryLedgerModel.c:125 +#: ../intl-scm/guile-strings.c:832 ../intl-scm/guile-strings.c:3400 +#: ../intl-scm/guile-strings.c:3666 ../intl-scm/guile-strings.c:3722 +#: ../intl-scm/guile-strings.c:3952 +msgid "Subtotal" +msgstr "" + +#. src/tax/us/de_DE.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/business/business-ledger/gncEntryLedgerModel.c:130 +#: ../intl-scm/guile-strings.c:96 ../intl-scm/guile-strings.c:3402 +#: ../intl-scm/guile-strings.c:3724 ../intl-scm/guile-strings.c:3954 +msgid "Tax" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:135 +msgid "Billable?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:528 +msgid "" +"Enter the income/expense account for the Entry, or choose one from the list" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:541 +msgid "Enter the type of Entry" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:577 +msgid "Enter the Entry Description" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:592 +msgid "Enter the Discount Amount" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:595 +msgid "Enter the Discount Percent" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:598 +msgid "Enter the Discount ... unknown type" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:615 +msgid "Discount Type: Monetary Value" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:618 +msgid "Discount Type: Percent" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:621 +msgid "Select the Discount Type" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:637 +msgid "Tax computed after discount is applied" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:640 +msgid "Discount and tax both applied on pretax value" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:643 +msgid "Discount computed after tax is applied" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:646 +msgid "Select how to compute the Discount and Taxes" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:659 +msgid "Enter the unit-Price for this Entry" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:671 +msgid "Enter the Quantity of units for this Entry" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:683 +msgid "Enter the Tax Table to apply to this entry" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:692 +msgid "Is this entry taxable?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:701 +msgid "Is the tax already included in the price of this entry?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:718 +msgid "Is this entry Invoiced?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:722 +msgid "Include this entry on this invoice?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:725 +msgid "Unknown EntryLedger Type" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:738 +msgid "The subtotal value of this entry " +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:750 +msgid "The total tax of this entry " +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:759 +msgid "Is this entry billable to a customer or job?" +msgstr "" + +#: ../src/business/business-ledger/gncEntryLedgerModel.c:768 +msgid "How did you pay for this item?" +msgstr "" + +#: ../src/business/dialog-tax-table/dialog-tax-table.c:112 +msgid "You must provide a name for this Tax Table." +msgstr "" + +#: ../src/business/dialog-tax-table/dialog-tax-table.c:118 +#, c-format +msgid "" +"You must provide a unique name for this Tax Table. Your choice \"%s\" is " +"already in use." +msgstr "" + +#: ../src/business/dialog-tax-table/dialog-tax-table.c:144 +msgid "You must choose a Tax Account." +msgstr "" + +#: ../src/business/dialog-tax-table/dialog-tax-table.c:534 +#, c-format +msgid "Tax table \"%s\" is in use. You cannot delete it." +msgstr "" + +#: ../src/business/dialog-tax-table/dialog-tax-table.c:580 +msgid "" +"You cannot remove the last entry from the tax table. Try deleting the tax " +"table if you want to do that." +msgstr "" + +#: ../src/business/dialog-tax-table/dialog-tax-table.c:587 +msgid "Are you sure you want to delete this entry?" +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:1 +msgid "Tax Table Entries" +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:2 +msgid "Tax Table Entry" +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:3 +msgid "Tax Table" +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:4 +msgid "Tax Tables" +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:5 +msgid "Tax Tables" +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:7 +#, no-c-format +msgid "" +"Value $\n" +"Percent %" +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:9 +msgid "_Account:" +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:10 +msgid "_Name: " +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:11 +msgid "_Type: " +msgstr "" + +#: ../src/business/dialog-tax-table/tax-tables.glade.h:12 +msgid "_Value: " +msgstr "" + +#: ../src/core-utils/gnc-gkeyfile-utils.c:111 +#, c-format +msgid "Value '%s' cannot be interpreted as a float number." +msgstr "" + +#: ../src/core-utils/gnc-gkeyfile-utils.c:154 +#, c-format +msgid "" +"Key file contains key '%s' in group '%s' which has a value that cannot be " +"interpreted." +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../src/engine/Account.c:3634 ../src/import-export/hbci/gnc-hbci-utils.c:900 +#: ../intl-scm/guile-strings.c:896 +msgid "Bank" +msgstr "" + +#: ../src/engine/Account.c:3636 +msgid "Asset" +msgstr "" + +#: ../src/engine/Account.c:3637 +msgid "Credit Card" +msgstr "" + +#: ../src/engine/Account.c:3638 +msgid "Liability" +msgstr "" + +#: ../src/engine/Account.c:3639 +msgid "Stock" +msgstr "" + +#: ../src/engine/Account.c:3640 +msgid "Mutual Fund" +msgstr "" + +#: ../src/engine/Account.c:3641 ../src/gnome-utils/dialog-commodity.c:756 +#: ../src/gnome-utils/gnc-tree-view-price.c:441 +msgid "Currency" +msgstr "" + +#. src/app-utils/prefs.scm +#. src/report/report-system/report-utilities.scm +#. src/report/standard-reports/net-barchart.scm +#: ../src/engine/Account.c:3642 +#: ../src/register/ledger-core/split-register.c:2069 +#: ../intl-scm/guile-strings.c:148 ../intl-scm/guile-strings.c:912 +#: ../intl-scm/guile-strings.c:1284 +msgid "Income" +msgstr "" + +#: ../src/engine/Account.c:3645 +msgid "A/Receivable" +msgstr "" + +#: ../src/engine/Account.c:3646 +msgid "A/Payable" +msgstr "" + +#: ../src/engine/cap-gains.c:236 +msgid "Orphaned Gains" +msgstr "" + +#: ../src/engine/cap-gains.c:250 ../src/engine/cap-gains.c:975 +#: ../src/engine/cap-gains.c:980 ../src/engine/cap-gains.c:981 +msgid "Realized Gain/Loss" +msgstr "" + +#: ../src/engine/cap-gains.c:252 +msgid "" +"Realized Gains or Losses from Commodity or Trading Accounts that haven't " +"been recorded elsewhere." +msgstr "" + +#: ../src/engine/cap-gains.c:585 +msgid "Lot" +msgstr "" + +#: ../src/engine/gnc-budget.c:132 ../src/gnome/gnc-plugin-page-budget.c:846 +msgid "Unnamed Budget" +msgstr "" + +#: ../src/engine/gnc-filepath-utils.c:323 +#, c-format +msgid "" +"An error occurred while creating the directory:\n" +" %s\n" +"Please correct the problem and restart GnuCash.\n" +"The reported error was '%s' (errno %d).\n" +msgstr "" + +#: ../src/engine/gnc-filepath-utils.c:335 +#, c-format +msgid "" +"The directory\n" +" %s\n" +"exists but cannot be accessed. This program \n" +"must have full access (read/write/execute) to \n" +"the directory in order to function properly.\n" +msgstr "" + +#: ../src/engine/gnc-filepath-utils.c:345 +#: ../src/engine/gnc-filepath-utils.c:366 +#, c-format +msgid "" +"The path\n" +" %s\n" +"exists but it is not a directory. Please delete\n" +"the file and start GnuCash again.\n" +msgstr "" + +#: ../src/engine/gnc-filepath-utils.c:354 +#, c-format +msgid "" +"An unknown error occurred when validating that the\n" +" %s\n" +"directory exists and is usable. Please correct the\n" +"problem and restart GnuCash. The reported error \n" +"was '%s' (errno %d)." +msgstr "" + +#: ../src/engine/gnc-filepath-utils.c:375 +#, c-format +msgid "" +"The permissions are wrong on the directory\n" +" %s\n" +"They must be at least 'rwx' for the user.\n" +msgstr "" + +#. translators: " + " is an separator in a list of string-representations of recurrence frequencies +#: ../src/engine/Recurrence.c:336 +msgid " + " +msgstr "" + +#: ../src/engine/Recurrence.c:430 ../src/gnome/glade/fincalc.glade.h:45 +#: ../src/gnome/glade/sched-xact.glade.h:190 +msgid "Weekly" +msgstr "" + +#. translators: %u is the recurrence multipler. +#. translators: %u is the recurrence multiplier +#. translators: %u is the number of intervals +#. translators: %u is the recurrence multiplier. +#: ../src/engine/Recurrence.c:434 ../src/engine/Recurrence.c:508 +#: ../src/engine/Recurrence.c:536 ../src/engine/Recurrence.c:549 +#: ../src/engine/Recurrence.c:563 +#, c-format +msgid " (x%u)" +msgstr "" + +#. translators: %s is an already-localized form of the day of the week. +#: ../src/engine/Recurrence.c:466 +#, c-format +msgid "last %s" +msgstr "" + +#: ../src/engine/Recurrence.c:503 ../src/gnome/glade/fincalc.glade.h:42 +msgid "Semi-monthly" +msgstr "" + +#. translators: %d is the number of Recurrences in the list. +#: ../src/engine/Recurrence.c:518 +#, c-format +msgid "Unknown, %d-size list." +msgstr "" + +#: ../src/engine/Recurrence.c:529 ../src/gnome/glade/sched-xact.glade.h:130 +msgid "Once" +msgstr "" + +#: ../src/engine/Recurrence.c:532 ../src/gnome/glade/sched-xact.glade.h:71 +msgid "Daily" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/engine/Recurrence.c:545 ../src/gnome/glade/fincalc.glade.h:33 +#: ../src/gnome/glade/sched-xact.glade.h:111 ../intl-scm/guile-strings.c:2440 +#: ../intl-scm/guile-strings.c:2442 +msgid "Monthly" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/engine/Recurrence.c:559 ../intl-scm/guile-strings.c:2448 +#: ../intl-scm/guile-strings.c:2450 +msgid "Yearly" +msgstr "" + +#: ../src/engine/Scrub.c:85 +msgid "Orphan" +msgstr "" + +#: ../src/engine/Scrub.c:388 +msgid "Imbalance" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../src/engine/Split.c:1240 ../src/engine/Split.c:1257 +#: ../intl-scm/guile-strings.c:2600 ../intl-scm/guile-strings.c:2622 +msgid "-- Split Transaction --" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/engine/Split.c:1273 ../src/gnome/druid-stock-split.c:454 +#: ../src/gnome/glade/register.glade.h:67 +#: ../src/gnome/gnc-plugin-page-register.c:331 +#: ../src/register/ledger-core/split-register.c:2072 +#: ../intl-scm/guile-strings.c:2218 +msgid "Split" +msgstr "" + +#: ../src/engine/Transaction.c:1695 +msgid "Voided transaction" +msgstr "" + +#. Dirtying taken care of by SetReadOnly +#: ../src/engine/Transaction.c:1706 +msgid "Transaction Voided" +msgstr "" + +#: ../src/gnome/dialog-chart-export.c:233 +msgid "Export Chart of Accounts to QSF XML" +msgstr "" + +#: ../src/gnome/dialog-commodities.c:135 +msgid "" +"That commodity is currently used by at least one of your accounts. You may " +"not delete it." +msgstr "" + +#: ../src/gnome/dialog-commodities.c:149 +msgid "" +"This commodity has price quotes. Are you sure you want to delete the " +"selected commodity and its price quotes?" +msgstr "" + +#: ../src/gnome/dialog-commodities.c:154 +msgid "Are you sure you want to delete the selected commodity?" +msgstr "" + +#: ../src/gnome/dialog-commodities.c:163 +msgid "Delete commodity?" +msgstr "" + +#: ../src/gnome/dialog-fincalc.c:308 +msgid "" +"This program can only calculate one value at a time. You must enter values " +"for all but one quantity." +msgstr "" + +#: ../src/gnome/dialog-fincalc.c:310 +msgid "" +"GnuCash cannot determine the value in one of the fields. You must enter a " +"valid expression." +msgstr "" + +#: ../src/gnome/dialog-fincalc.c:349 +msgid "The interest rate cannot be zero." +msgstr "" + +#: ../src/gnome/dialog-fincalc.c:368 +msgid "The number of payments cannot be zero." +msgstr "" + +#: ../src/gnome/dialog-fincalc.c:373 +msgid "The number of payments cannot be negative." +msgstr "" + +#: ../src/gnome/dialog-find-transactions.c:99 +msgid "All Accounts" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/report/standard-reports/budget.scm +#. src/business/business-reports/owner-report.scm +#: ../src/gnome/dialog-find-transactions.c:103 +#: ../src/gnome/druid-stock-split.c:609 ../src/gnome-utils/gnc-icons.c:16 +#: ../src/import-export/hbci/gnc-hbci-utils.c:899 +#: ../src/import-export/import-main-matcher.c:418 +#: ../src/import-export/import-match-picker.c:332 +#: ../src/import-export/qif-import/dialog-account-picker.c:288 +#: ../src/import-export/qif-import/druid-qif-import.c:2140 +#: ../src/register/ledger-core/split-register-model.c:176 +#: ../intl-scm/guile-strings.c:1324 ../intl-scm/guile-strings.c:1346 +#: ../intl-scm/guile-strings.c:1780 ../intl-scm/guile-strings.c:2078 +#: ../intl-scm/guile-strings.c:2302 ../intl-scm/guile-strings.c:2612 +#: ../intl-scm/guile-strings.c:2656 ../intl-scm/guile-strings.c:2722 +#: ../intl-scm/guile-strings.c:3446 +msgid "Account" +msgstr "" + +#: ../src/gnome/dialog-find-transactions.c:106 +#: ../src/import-export/import-match-picker.c:337 +msgid "Balanced" +msgstr "" + +#: ../src/gnome/dialog-find-transactions.c:109 +#: ../src/gnome/gnc-plugin-page-register.c:334 +#: ../src/gnome/window-reconcile.c:1172 +msgid "Reconcile" +msgstr "" + +#: ../src/gnome/dialog-find-transactions.c:111 +msgid "Share Price" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../src/gnome/dialog-find-transactions.c:113 +#: ../src/gnome/druid-stock-split.c:621 +#: ../src/register/ledger-core/split-register-model.c:239 +#: ../intl-scm/guile-strings.c:1326 ../intl-scm/guile-strings.c:1540 +#: ../intl-scm/guile-strings.c:2086 ../intl-scm/guile-strings.c:2250 +#: ../intl-scm/guile-strings.c:2306 ../intl-scm/guile-strings.c:2524 +#: ../intl-scm/guile-strings.c:2616 ../intl-scm/guile-strings.c:2662 +msgid "Shares" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../src/gnome/dialog-find-transactions.c:115 +#: ../src/gnome/dialog-sx-since-last-run.c:966 +#: ../src/gnome/glade/lots.glade.h:18 +#: ../src/gnome/glade/sched-xact.glade.h:185 ../intl-scm/guile-strings.c:1790 +#: ../intl-scm/guile-strings.c:2092 +msgid "Value" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/gnome/dialog-find-transactions.c:124 +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:10 +#: ../intl-scm/guile-strings.c:2420 +msgid "Number" +msgstr "" + +#: ../src/gnome/dialog-find-transactions.c:169 +#: ../src/gnome-search/dialog-search.c:1089 +msgid "Find Transaction" +msgstr "" + +#. Translators: %d is the number of prices. This +#. is a ngettext(3) message. +#: ../src/gnome/dialog-price-edit-db.c:172 +#, c-format +msgid "Are you sure you want to delete the %d selected price?" +msgid_plural "Are you sure you want to delete the %d selected prices?" +msgstr[0] "" +msgstr[1] "" + +#: ../src/gnome/dialog-price-edit-db.c:180 +msgid "Delete prices?" +msgstr "" + +#: ../src/gnome/dialog-price-editor.c:176 +msgid "You must select a commodity." +msgstr "" + +#: ../src/gnome/dialog-price-editor.c:181 +msgid "You must select a currency." +msgstr "" + +#: ../src/gnome/dialog-price-editor.c:190 +#: ../src/gnome-utils/dialog-transfer.c:1290 +msgid "You must enter a valid amount." +msgstr "" + +#: ../src/gnome/dialog-print-check.c:551 +msgid "Cannot save check format file." +msgstr "" + +#: ../src/gnome/dialog-print-check.c:1083 +msgid "There is a duplicate check format file." +msgstr "" + +#. Translators: %1$s is the type of the first check +#. * format (user defined or application defined); %2$s +#. * is the filename of that format; %3$s the type of +#. * the other check format; and %4$s the filename of +#. * that other format. +#: ../src/gnome/dialog-print-check.c:1091 +#, c-format +msgid "" +"The GUIDs in the %s check format file '%s' and the %s check format file '%s' " +"match." +msgstr "" + +#. Translators: This is a directory name. It may be presented to +#. * the user to indicate that some data file was defined by the +#. * gnucash application. +#: ../src/gnome/dialog-print-check.c:1128 +msgid "application" +msgstr "" + +#. Translators: This is a directory name. It may be presented to +#. * the user to indicate that some data file was defined by a +#. * user herself. +#: ../src/gnome/dialog-print-check.c:1136 +msgid "user" +msgstr "" + +#: ../src/gnome/dialog-print-check.c:1159 +#: ../src/gnome/dialog-print-check.c:2078 +msgid "Custom" +msgstr "" + +#: ../src/gnome/dialog-progress.c:331 ../src/gnome/dialog-progress.c:334 +msgid "Complete" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:185 ../src/gnome/glade/price.glade.h:22 +#: ../src/gnome/glade/register.glade.h:85 +#: ../src/gnome/gnc-plugin-page-sx-list.c:122 +#: ../src/gnome-utils/gnc-main-window.c:221 +#: ../src/gnome/window-reconcile.c:2033 +#: ../src/report/report-gnome/report.glade.h:17 +msgid "_Edit" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:186 ../src/gnome/window-reconcile.c:1993 +msgid "_Transaction" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:187 ../src/gnome/glade/register.glade.h:101 +#: ../src/gnome-utils/gnc-main-window.c:222 +msgid "_View" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:188 ../src/gnome/glade/register.glade.h:74 +#: ../src/gnome-utils/gnc-main-window.c:223 +msgid "_Actions" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:218 +msgid "This SX has changed; are you sure you want to cancel?" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:635 +#, c-format +msgid "Couldn't parse credit formula for split \"%s\"." +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:661 +#, c-format +msgid "Couldn't parse debit formula for split \"%s\"." +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:695 ../src/gnome/dialog-sx-from-trans.c:270 +msgid "" +"The Scheduled Transaction Editor cannot automatically balance this " +"transaction. Should it still be entered?" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:714 +msgid "Please name the Scheduled Transaction." +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:740 +#, c-format +msgid "" +"A Scheduled Transaction with the name \"%s\" already exists. Are you sure " +"you want to name this one the same?" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:769 +msgid "Scheduled Transactions with variables cannot be automatically created." +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:778 +msgid "" +"Scheduled Transactions without a template transaction cannot be " +"automatically created." +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:792 +msgid "Please provide a valid end selection." +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:808 +msgid "There must be some number of occurrences." +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:816 +#, c-format +msgid "" +"The number of remaining occurrences (%d) is greater than the number of total " +"occurrences (%d)." +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:847 +msgid "" +"You have attempted to create a Scheduled Transaction which will never run. " +"Do you really want to do this?" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:1332 +msgid "(never)" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:1483 +msgid "" +"The current template transaction has been changed. Would you like to record " +"the changes?" +msgstr "" + +#: ../src/gnome/dialog-sx-editor.c:1716 +#: ../src/gnome/gnc-plugin-page-sx-list.c:197 +msgid "Scheduled Transactions" +msgstr "" + +#: ../src/gnome/dialog-sx-from-trans.c:553 +msgid "" +"The Scheduled Transaction is unbalanced. You are strongly encouraged to " +"correct this situation." +msgstr "" + +#: ../src/gnome/dialog-sx-from-trans.c:771 +msgid "" +"Cannot create a Scheduled Transaction from a Transaction currently being " +"edited. Please Enter the Transaction before Scheduling." +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:379 +msgid "Ignored" +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:380 +msgid "Postponed" +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:381 +msgid "To-Create" +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:382 +msgid "Reminder" +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:383 +msgid "Created" +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:446 +msgid "Never" +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:516 +msgid "(Need Value)" +msgstr "" + +#. Translators: %d is the number of transactions. This is a +#. ngettext(3) message. +#: ../src/gnome/dialog-sx-since-last-run.c:812 +#: ../src/gnome/gnc-plugin-basic-commands.c:484 +#, c-format +msgid "" +"There are no Scheduled Transactions to be entered at this time. (%d " +"transaction automatically created)" +msgid_plural "" +"There are no Scheduled Transactions to be entered at this time. (%d " +"transactions automatically created)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/gnome/dialog-sx-since-last-run.c:931 +msgid "Transaction" +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:947 +#: ../src/gnome/glade/register.glade.h:70 +msgid "Status" +msgstr "" + +#: ../src/gnome/dialog-sx-since-last-run.c:1011 +msgid "Created Transactions" +msgstr "" + +#: ../src/gnome/dialog-tax-info.c:717 +msgid "Form" +msgstr "" + +#: ../src/gnome/druid-acct-period.c:169 +msgid "The book was closed successfully." +msgstr "" + +#: ../src/gnome/druid-acct-period.c:243 +#, c-format +msgid "" +"The earliest transaction date found in this book is %s. Based on the " +"selection made above, this book will be split into %d books. Click on " +"'Forward' to start closing the earliest book." +msgstr "" + +#: ../src/gnome/druid-acct-period.c:290 +#, c-format +msgid "" +"You have asked for a book to be created. This book will contain all " +"transactions up to midnight %s (for a total of %d transactions spread over %" +"d accounts). Click on 'Forward' to create this book. Click on 'Back' to " +"adjust the dates." +msgstr "" + +#: ../src/gnome/druid-acct-period.c:308 +#, c-format +msgid "Period %s - %s" +msgstr "" + +#: ../src/gnome/druid-acct-period.c:361 +msgid "" +"You must select closing date that is greater than the closing date of the " +"previous book." +msgstr "" + +#: ../src/gnome/druid-acct-period.c:372 +msgid "You must select closing date that is not in the future." +msgstr "" + +#. Translation FIXME: Can this %s-containing message please be +#. replaced by one single message? Either this closing went +#. successfully ("success", "congratulations") or something else +#. should be displayed anyway. +#: ../src/gnome/druid-acct-period.c:498 +#, c-format +msgid "" +"%s\n" +"Congratulations! You are done closing books!" +msgstr "" + +#. Change the text so that its more mainingful for this druid +#: ../src/gnome/druid-acct-period.c:556 +msgid "Period:" +msgstr "" + +#: ../src/gnome/druid-acct-period.c:557 +msgid "Closing Date:" +msgstr "" + +#: ../src/gnome/druid-hierarchy.c:397 +msgid "Selected" +msgstr "" + +#: ../src/gnome/druid-hierarchy.c:409 +#: ../src/gnome-utils/gnc-tree-view-account.c:1859 +msgid "Account Types" +msgstr "" + +#. Translators: '%s' is the name of the selected account hierarchy template. +#: ../src/gnome/druid-hierarchy.c:486 +#, c-format +msgid "Accounts in '%s'" +msgstr "" + +#: ../src/gnome/druid-hierarchy.c:505 +msgid "Accounts in Category" +msgstr "" + +#: ../src/gnome/druid-hierarchy.c:711 +msgid "zero" +msgstr "" + +#: ../src/gnome/druid-hierarchy.c:722 +msgid "existing account" +msgstr "" + +#: ../src/gnome/druid-hierarchy.c:905 +#: ../src/gnome-utils/gnc-tree-view-account.c:640 +msgid "Placeholder" +msgstr "" + +#: ../src/gnome/druid-hierarchy.c:936 +msgid "Use Existing" +msgstr "" + +#. { name, default txn memo, throughEscrowP, specSrcAcctP } +#: ../src/gnome/druid-loan.c:161 +msgid "Taxes" +msgstr "" + +#: ../src/gnome/druid-loan.c:161 +msgid "Tax Payment" +msgstr "" + +#: ../src/gnome/druid-loan.c:162 +msgid "Insurance" +msgstr "" + +#: ../src/gnome/druid-loan.c:162 +msgid "Insurance Payment" +msgstr "" + +#. Translators: PMI stands for Private Mortgage Insurance. +#: ../src/gnome/druid-loan.c:164 +msgid "PMI" +msgstr "" + +#: ../src/gnome/druid-loan.c:164 +msgid "PMI Payment" +msgstr "" + +#: ../src/gnome/druid-loan.c:165 +msgid "Other Expense" +msgstr "" + +#: ../src/gnome/druid-loan.c:165 +msgid "Miscellaneous Payment" +msgstr "" + +#. Add payment checkbox. +#. Translators: %s is "Taxes", +#. * "Insurance", or similar. +#: ../src/gnome/druid-loan.c:632 +#, c-format +msgid "... pay \"%s\"?" +msgstr "" + +#: ../src/gnome/druid-loan.c:644 +msgid "via Escrow account?" +msgstr "" + +#: ../src/gnome/druid-loan.c:811 +#: ../src/register/ledger-core/split-register.c:2026 +msgid "Loan" +msgstr "" + +#: ../src/gnome/druid-loan.c:1044 +msgid "Are you sure you want to cancel the Mortgage/Loan Setup Druid?" +msgstr "" + +#: ../src/gnome/druid-loan.c:1163 +msgid "Please select a valid loan account." +msgstr "" + +#: ../src/gnome/druid-loan.c:1250 +msgid "Please select a valid Escrow Account." +msgstr "" + +#: ../src/gnome/druid-loan.c:1316 ../src/gnome/druid-loan.c:1535 +msgid "Please select a valid \"from\" account." +msgstr "" + +#: ../src/gnome/druid-loan.c:1323 ../src/gnome/druid-loan.c:1544 +msgid "Please select a valid \"to\" account." +msgstr "" + +#: ../src/gnome/druid-loan.c:1330 +msgid "Please select a valid \"interest\" account." +msgstr "" + +#. Translators: %s is "Taxes", or "Insurance", or similar +#: ../src/gnome/druid-loan.c:1443 +#, c-format +msgid "Payment: \"%s\"" +msgstr "" + +#: ../src/gnome/druid-loan.c:1801 ../src/gnome/druid-loan.c:2374 +msgid "Principal" +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../src/gnome/druid-loan.c:1807 ../src/gnome/druid-loan.c:2395 +#: ../src/register/ledger-core/split-register.c:2034 +#: ../intl-scm/guile-strings.c:3124 ../intl-scm/guile-strings.c:3146 +msgid "Interest" +msgstr "" + +#: ../src/gnome/druid-loan.c:2275 +msgid "Escrow " +msgstr "" + +#: ../src/gnome/druid-merge.c:101 ../src/gnome/druid-merge.c:129 +#: ../src/gnome/druid-merge.c:154 ../src/gnome/druid-merge.c:259 +msgid "No conflicts to be resolved." +msgstr "" + +#: ../src/gnome/druid-merge.c:170 +#, c-format +msgid "" +"Error: Please resolve all %d conflicts before trying to commit the data." +msgstr "" + +#: ../src/gnome/druid-merge.c:225 +#, c-format +msgid "Error: the Commit operation failed, error code %d." +msgstr "" + +#. Translators: %i is the number of conflicts. This is a +#. ngettext(3) message. +#: ../src/gnome/druid-merge.c:336 +#, c-format +msgid "%i conflict needs to be resolved." +msgid_plural "%i conflicts need to be resolved." +msgstr[0] "" +msgstr[1] "" + +#. Translators: %i is the number of values. This is a +#. ngettext(3) message. +#: ../src/gnome/druid-merge.c:342 +#, c-format +msgid "%i parameter value for this \"%s\" object." +msgid_plural "%i parameter values for this \"%s\" object." +msgstr[0] "" +msgstr[1] "" + +#. FIXME: each g_strdup_printf as well as g_strconcat +#. will allocate a new string; all of these need to be +#. freed later. Currently this causes a lot of memory +#. leaks. +#: ../src/gnome/druid-merge.c:355 +#, c-format +msgid "%i: Parameter name: %s " +msgstr "" + +#: ../src/gnome/druid-merge.c:359 +#, c-format +msgid "Import data : %s " +msgstr "" + +#: ../src/gnome/druid-merge.c:362 +#, c-format +msgid "Original data : %s\n" +msgstr "" + +#: ../src/gnome/druid-stock-split.c:274 +#: ../src/gnome-utils/dialog-transfer.c:535 +msgid "Error" +msgstr "" + +#: ../src/gnome/druid-stock-split.c:299 +msgid "You must enter a valid distribution amount." +msgstr "" + +#: ../src/gnome/druid-stock-split.c:308 +msgid "You must enter a distribution amount." +msgstr "" + +#: ../src/gnome/druid-stock-split.c:316 +msgid "You must either enter a valid price or leave it blank." +msgstr "" + +#: ../src/gnome/druid-stock-split.c:325 +msgid "The price must be positive." +msgstr "" + +#: ../src/gnome/druid-stock-split.c:363 +msgid "You must either enter a valid cash amount or leave it blank." +msgstr "" + +#: ../src/gnome/druid-stock-split.c:372 +msgid "The cash distribution must be positive." +msgstr "" + +#: ../src/gnome/druid-stock-split.c:384 +msgid "You must select an income account for the cash distribution." +msgstr "" + +#: ../src/gnome/druid-stock-split.c:393 +msgid "You must select an asset account for the cash distribution." +msgstr "" + +#: ../src/gnome/druid-stock-split.c:485 +msgid "Error adding price." +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../src/gnome/druid-stock-split.c:615 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:399 +#: ../intl-scm/guile-strings.c:1782 ../intl-scm/guile-strings.c:2082 +msgid "Symbol" +msgstr "" + +#: ../src/gnome/druid-stock-split.c:788 +msgid "You don't have any stock accounts with balances!" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:1 +msgid "Acco_unt Type" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:2 +msgid "Balance Information" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:3 +msgid "Categories" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:4 +msgid "Category Description" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:5 +msgid "Contained Accounts" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:6 +msgid "Description" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:7 +msgid "Identification" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:8 +msgid "Initial Balance Transfer" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:9 +msgid "New Account Currency" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:10 +msgid "Sub-account Transactions" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:11 +msgid "Sub-accounts" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:12 +#: ../src/gnome/glade/sched-xact.glade.h:50 +msgid "Transactions" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:13 +msgid "_Parent Account" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../src/gnome/glade/account.glade.h:14 ../intl-scm/guile-strings.c:1958 +msgid "Account Type" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:15 +msgid "Account _name:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:16 +msgid "C_lear All" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:17 +msgid "Choose Currency" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:18 +msgid "Choose accounts to create" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:19 +msgid "Delete Account" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:20 +msgid "Delete all _subaccounts" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:21 +msgid "Delete all _transactions" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:22 +msgid "Examples:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:23 +msgid "Filter By..." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:24 +msgid "Finish Account Setup" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#. src/report/report-system/report.scm +#. src/report/utility-reports/view-column.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/equity-statement.scm +#. src/report/standard-reports/register.scm +#: ../src/gnome/glade/account.glade.h:25 +#: ../src/gnome-utils/glade/preferences.glade.h:78 +#: ../intl-scm/guile-strings.c:238 ../intl-scm/guile-strings.c:244 +#: ../intl-scm/guile-strings.c:250 ../intl-scm/guile-strings.c:256 +#: ../intl-scm/guile-strings.c:364 ../intl-scm/guile-strings.c:368 +#: ../intl-scm/guile-strings.c:372 ../intl-scm/guile-strings.c:376 +#: ../intl-scm/guile-strings.c:450 ../intl-scm/guile-strings.c:456 +#: ../intl-scm/guile-strings.c:462 ../intl-scm/guile-strings.c:468 +#: ../intl-scm/guile-strings.c:576 ../intl-scm/guile-strings.c:580 +#: ../intl-scm/guile-strings.c:584 ../intl-scm/guile-strings.c:588 +#: ../intl-scm/guile-strings.c:662 ../intl-scm/guile-strings.c:668 +#: ../intl-scm/guile-strings.c:674 ../intl-scm/guile-strings.c:864 +#: ../intl-scm/guile-strings.c:974 ../intl-scm/guile-strings.c:980 +#: ../intl-scm/guile-strings.c:1462 ../intl-scm/guile-strings.c:1464 +#: ../intl-scm/guile-strings.c:2162 ../intl-scm/guile-strings.c:2164 +#: ../intl-scm/guile-strings.c:2628 +msgid "General" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:26 +msgid "H_idden" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:27 +msgid "Hide accounts which have a zero total value." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:28 +msgid "" +"If you would like an account to have an opening balance, click on the " +"account and enter the starting balance in the box on the right. All accounts " +"except Equity and placeholder accounts may have an opening balance." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:29 +msgid "" +"If you would like an account to have an opening balance, click on the row " +"containing the account, click again in the opening balances column, and then " +"enter the starting balance. All accounts except Equity and placeholder " +"accounts may have an opening balance.\n" +"\n" +"If you would like an account to be a placeholder account, just click the " +"checkbox for that account.\n" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:33 +msgid "Interval:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:34 +msgid "M_ove to:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:35 +#: ../src/gnome-utils/dialog-account.c:1337 +msgid "New Account" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:36 +msgid "New Account (not implemented)" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:37 +msgid "New Account Hierarchy Setup" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:38 +msgid "No_tes:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:39 +msgid "" +"One or more sub-accounts contain read-only transactions which may not be " +"deleted." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:40 +msgid "" +"One or more sub-accounts contain transactions. What would you like to do " +"with these transactions?" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../src/gnome/glade/account.glade.h:42 +#: ../src/gnome/glade/sched-xact.glade.h:132 ../intl-scm/guile-strings.c:1756 +#: ../intl-scm/guile-strings.c:2938 +msgid "Other" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:43 +msgid "Placeholde_r" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:44 +msgid "Please choose the currency to use for new accounts." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:45 +msgid "Prefix:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:46 +msgid "" +"Press `Apply' to create your new accounts.\n" +"\n" +"Press `Back' to review your selections.\n" +"\n" +"Press `Cancel' to close this dialog without creating any new accounts." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:51 +msgid "Renumber sub-accounts" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:52 +#: ../src/import-export/generic-import.glade.h:44 +#: ../src/import-export/qif-import/qif.glade.h:63 +msgid "Select Account" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:53 +msgid "" +"Select categories that correspond to the ways that you will use GnuCash. " +"Each category you select will cause several accounts to be created. Select " +"the categories that are relevant to you. You can always create additional " +"accounts by hand later." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:54 +#: ../src/import-export/qif-import/qif.glade.h:65 +msgid "Select or add a GnuCash account" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:55 +msgid "Setup new accounts" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:56 +msgid "Show _hidden accounts" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:57 +msgid "Show _zero total accounts" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:58 +msgid "Smallest _fraction:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:59 +msgid "Smallest fraction of this commodity that can be referenced." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:60 +msgid "Ta_x related" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:61 +msgid "" +"This account (and any sub-accounts) will be hidden in the account tree and " +"will not appear in the popup account list in the register. To reset this " +"option, you will first need to open the \"Filter By...\" dialog for the " +"account tree and check the \"show hidden accounts\" option. Doing so will " +"allow you to select the account and reopen this dialog." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:62 +msgid "This account contains read-only transactions which may not be deleted." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:63 +msgid "" +"This account contains sub-accounts. What would you like to do with these " +"sub-accounts?" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:64 +msgid "" +"This account contains transactions. What would you like to do with these " +"transactions?" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:65 +msgid "" +"This account is present solely as a placeholder in the hierarchy. " +"Transactions may not be posted to this account, only to sub-accounts of this " +"account." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:66 +msgid "" +"This druid will help you create a set of GnuCash accounts for your assets " +"(such as investments, checking or savings accounts), liabilities (such as " +"loans) and different kinds of income and expenses you might have. \n" +"\n" +"Click 'Cancel' if you do not wish to create any new accounts now." +msgstr "" + +#: ../src/gnome/glade/account.glade.h:69 +msgid "" +"Use Commodity Value\n" +"1\n" +"1/10\n" +"1/100\n" +"1/1000\n" +"1/10000\n" +"1/100000\n" +"1/1000000" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:77 +msgid "_Account code:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:78 +msgid "_Balance:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:79 ../src/gnome/glade/price.glade.h:21 +#: ../src/gnome/glade/print.glade.h:27 ../src/gnome/glade/register.glade.h:81 +#: ../src/gnome/glade/stocks.glade.h:17 +#: ../src/gnome-utils/glade/exchange-dialog.glade.h:5 +msgid "_Date:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:80 +msgid "_Default" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:81 +msgid "_Description:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:82 +msgid "_Move to:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:83 +msgid "_Renumber" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:84 +#: ../src/gnome-utils/dialog-commodity.c:270 +msgid "_Security/currency:" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:85 +#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:6 +msgid "_Select All" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:86 +msgid "_Select transfer account" +msgstr "" + +#: ../src/gnome/glade/account.glade.h:87 +msgid "_Use equity 'Opening Balances' account" +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:1 +msgid "Book Closing Dates" +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:2 +msgid "Close Book" +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:3 +msgid "Enter a title for this book." +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:4 +msgid "Enter notes that describe this book." +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:5 +msgid "Finish Closing Books" +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:6 +#: ../src/gnome/glade/budget.glade.h:13 +msgid "Notes:" +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:7 +msgid "" +"Select an accounting period and the closing date for the period. Books will " +"be closed on midnight of the selected date." +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:8 +msgid "Setup Accounting Periods" +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:9 +msgid "" +"This druid will help you setup and use accouting periods. \n" +" \n" +"Danger: this feature does not work correctly at this time; it is still under " +"development. It will probably damage your data in such a way that it cannot " +"be repaired!" +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:12 +msgid "Title:" +msgstr "" + +#: ../src/gnome/glade/acctperiod.glade.h:13 +msgid "xxx" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:1 +msgid "Always use the last day (or day of week) in the month?" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:2 +msgid "Budget List" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:3 +msgid "Budget Name:" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:4 +#: ../src/gnome/gnc-plugin-page-budget.c:139 +#: ../src/gnome/gnc-plugin-page-budget.c:825 +msgid "Budget Options" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:5 +msgid "Budget Period:" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:6 +msgid "Close the Budget List" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:7 +msgid "Create a New Budget" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:8 +msgid "Delete the Selected Budget" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:9 +msgid "Estimate Budget Values" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:10 +#: ../src/gnome/glade/sched-xact.glade.h:89 +msgid "Every " +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:11 +msgid "" +"GnuCash will estimate budget values for the selected accounts from past " +"transactions." +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:12 +msgid "" +"Match the \"day of week\" and \"week of month\"? (for example, the \"second " +"Tuesday\" of every month)" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:14 +msgid "Number of Periods:" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:15 +msgid "" +"Number of calendar units in the recurrence: E.g. Biweekly = every 2 weeks; " +"Quarterly = every 3 months" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:16 +msgid "Open the Selected Budget" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:17 ../src/gnome/glade/print.glade.h:12 +#: ../src/gnome/glade/sched-xact.glade.h:131 +#: ../src/gnome/gnc-plugin-page-budget.c:166 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1000 +msgid "Options" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:18 +msgid "Significant Digits:" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:19 +#: ../src/gnome/glade/sched-xact.glade.h:164 +msgid "Start Date:" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:20 +msgid "The number of leading digits to keep when rounding" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:21 +msgid "This is Sample2." +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:22 +msgid "beginning on: " +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:23 +msgid "" +"day(s)\n" +"week(s)\n" +"month(s)\n" +"year(s)" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:27 +msgid "last of month" +msgstr "" + +#: ../src/gnome/glade/budget.glade.h:28 +msgid "same week & day" +msgstr "" + +#: ../src/gnome/glade/chart-export.glade.h:1 +msgid "Click to choose the filename and location." +msgstr "" + +#: ../src/gnome/glade/chart-export.glade.h:2 +msgid "Export Chart of Accounts" +msgstr "" + +#: ../src/gnome/glade/chart-export.glade.h:3 +msgid "Future dates are not supported" +msgstr "" + +#: ../src/gnome/glade/chart-export.glade.h:4 +msgid "" +"Select the date to use and click Export to choose the filename and location." +msgstr "" + +#: ../src/gnome/glade/chart-export.glade.h:5 +msgid "" +"The Chart of Accounts includes the balance for each account, on the date " +"specified. Note that future dates are not supported." +msgstr "" + +#: ../src/gnome/glade/chart-export.glade.h:6 +msgid "" +"You can export the Chart of Accounts to a QSF XML file that can be imported " +"into another GnuCash file or used in other programs." +msgstr "" + +#: ../src/gnome/glade/commodities.glade.h:1 +msgid "Securities" +msgstr "" + +#: ../src/gnome/glade/commodities.glade.h:2 +msgid "Add a new commodity." +msgstr "" + +#: ../src/gnome/glade/commodities.glade.h:3 +#: ../src/gnome/gnc-plugin-page-account-tree.c:222 +#: ../src/import-export/import-main-matcher.c:427 +msgid "Edit" +msgstr "" + +#: ../src/gnome/glade/commodities.glade.h:4 +msgid "Remove the current commodity." +msgstr "" + +#: ../src/gnome/glade/commodities.glade.h:5 +msgid "Securities" +msgstr "" + +#: ../src/gnome/glade/commodities.glade.h:6 +msgid "Show National Currencies" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:1 +msgid "Calculations" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:2 +msgid "Compounding:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:3 +msgid "Payment Options" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:4 +msgid "Period:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:5 +msgid "Account Information" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:6 +msgid "Annual" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:7 +msgid "" +"Annual\n" +"Semi-annual\n" +"Tri-annual\n" +"Quarterly\n" +"Bi-monthly\n" +"Monthly\n" +"Semi-monthly\n" +"Bi-weekly\n" +"Weekly\n" +"Daily (360)\n" +"Daily (365)" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:18 +msgid "Beginning" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:19 +msgid "Bi-monthly" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:20 +msgid "Bi-weekly" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:21 +msgid "Calculate" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:22 +msgid "Clear the entry" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:23 +msgid "Co_mpounding:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:24 +msgid "Continuous" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:25 +msgid "Daily (360)" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:26 +msgid "Daily (365)" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:27 +msgid "Discrete" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:28 +msgid "End" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:29 +msgid "Financial Calculator" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:30 +#: ../src/gnome/glade/sched-xact.glade.h:99 +msgid "Frequency:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:31 +msgid "Future value" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:32 +msgid "Interest rate" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:34 +msgid "Payment Total:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:35 +msgid "Payment periods" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:36 +msgid "Periodic payment" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:37 +msgid "Present value" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/gnome/glade/fincalc.glade.h:38 ../intl-scm/guile-strings.c:2444 +#: ../intl-scm/guile-strings.c:2446 +msgid "Quarterly" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:39 +msgid "Recalculate the (single) blank entry in the above fields." +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:40 +#: ../src/gnome/glade/register.glade.h:41 +#: ../src/gnome/gnc-plugin-page-register.c:332 +msgid "Schedule" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:41 +msgid "Semi-annual" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:43 +msgid "Tri-annual" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:44 +#: ../src/gnome/glade/sched-xact.glade.h:181 +msgid "Type:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:46 +msgid "When paid:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:47 +msgid "_Effective Date:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:48 +msgid "_Initial Payment:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:49 +msgid "_Payments:" +msgstr "" + +#: ../src/gnome/glade/fincalc.glade.h:50 +msgid "total" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:1 +msgid "_Lots in This Account" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:2 +msgid "_Mini-Viewer" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:3 +msgid "_Notes" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:4 +msgid "_Title" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:5 +msgid "A summary of all of the transactions in the selected lot" +msgstr "" + +#. src/report/report-system/html-utilities.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/owner-report.scm +#: ../src/gnome/glade/lots.glade.h:7 ../src/gnome/lot-viewer.c:626 +#: ../src/gnome-utils/gnc-tree-view-account.c:551 +#: ../src/register/ledger-core/split-register-model.c:162 +#: ../src/register/ledger-core/split-register-model.c:302 +#: ../intl-scm/guile-strings.c:938 ../intl-scm/guile-strings.c:2004 +#: ../intl-scm/guile-strings.c:2316 ../intl-scm/guile-strings.c:2620 +#: ../intl-scm/guile-strings.c:3474 +msgid "Balance" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:9 +msgid "Delete the highlighted lot" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:11 +msgid "Enter a name for the highlighted lot." +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:12 +msgid "Enter any notes you want to make about this lot." +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../src/gnome/glade/lots.glade.h:13 ../intl-scm/guile-strings.c:2782 +msgid "Gain/Loss" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:14 +msgid "Lot Viewer" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:16 +msgid "Scrub _Account" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:17 +msgid "Scrub the highlighted lot" +msgstr "" + +#: ../src/gnome/glade/lots.glade.h:19 +msgid "_Scrub" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:1 +msgid "1. Update your existing book with the import data" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:2 +msgid "2. Ignore the import data, leave original unchanged" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:3 +msgid "3. Import the data as a NEW object" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:4 +msgid "Add the import as a new object, leave original in place" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:5 +msgid "Commit QSF Import Data to data file" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:6 +msgid "Please resolve any conflicts in the merge" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:7 +msgid "" +"Press `Apply' to merge your QSF data into the current GnuCash file.\n" +"\n" +"Press `Back' to review your selections.\n" +"\n" +"Press `Cancel' to close this dialog without changing your current data " +"file.\n" +"\n" +"REMEMBER: There is no way to undo this final operation! Make sure you have a " +"backup before clicking 'Apply'." +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:14 +msgid "QSF Data Import Setup" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:15 +msgid "Shows how your QSF data conflicts with existing data in your file." +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:16 +msgid "" +"This druid will merge your QSF data into the currently open GnuCash file.\n" +"\n" +"You will be asked how to proceed if some QSF data clashes with the your " +"existing GnuCash data file.\n" +"\n" +"There is NO way to undo this operation! Please ensure you have a backup of " +"your file BEFORE continuing! You will be given the option to cancel the " +"merge at all stages until the final merge operation. Once you click Finish, " +"the new QSF data will be committed to your current data file.\n" +"\n" +"There is currently no currency or price support in the merge operation, the " +"new data will inherit any default currency or you can change the currency " +"after the merge is complete.\n" +"\n" +"Your QSF data is ready to import\n" +"\n" +"Click 'Cancel' if you do not wish to merge your QSF data now." +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:27 +msgid "" +"You have three choices for each collision: \n" +"1. The import object can be allowed to overwrite the target - use this to " +"update your existing book. \n" +"2. The import object can be ignored - use this if the import is a duplicate " +"of an object in the existing book. \n" +"3. The import object can be created as a new object in the existing book." +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:31 +msgid "ignore the import, leave the original untouched" +msgstr "" + +#: ../src/gnome/glade/merge.glade.h:32 +msgid "overwrite the original with the import data" +msgstr "" + +#: ../src/gnome/glade/newuser.glade.h:1 +msgid "Welcome to GnuCash!" +msgstr "" + +#: ../src/gnome/glade/newuser.glade.h:2 +msgid "" +"Display Welcome Dialog Again?" +msgstr "" + +#: ../src/gnome/glade/newuser.glade.h:3 +msgid "C_reate a new set of accounts" +msgstr "" + +#: ../src/gnome/glade/newuser.glade.h:4 +msgid "" +"If you press the Yes button, the Welcome to GnuCash dialog " +"will be displayed again next time you start GnuCash. If you press the No button, it will not be displayed again." +msgstr "" + +#: ../src/gnome/glade/newuser.glade.h:5 +msgid "" +"There are some predefined actions available that most new users prefer to " +"get started with GnuCash. Select one of these actions from below and click " +"the OK button or press the Cancel button if don't want to " +"perform any of them." +msgstr "" + +#: ../src/gnome/glade/newuser.glade.h:6 +msgid "_Import my QIF files" +msgstr "" + +#: ../src/gnome/glade/newuser.glade.h:7 +msgid "_Open the new user tutorial" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:1 +msgid "Add a new price." +msgstr "" + +#: ../src/gnome/glade/price.glade.h:2 +msgid "" +"Bid\n" +"Ask\n" +"Last\n" +"Net Asset Value\n" +"Unknown" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:7 +#: ../src/gnome-utils/dialog-commodity.c:279 +msgid "Cu_rrency:" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:8 +msgid "Delete _last price for a stock" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:9 +msgid "Delete _manually entered prices" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:10 +msgid "Delete all stock prices based upon the critera below:" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:11 +msgid "Edit the current price." +msgstr "" + +#: ../src/gnome/glade/price.glade.h:12 +msgid "Get _Quotes" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:13 +msgid "Get new online quotes for stock accounts." +msgstr "" + +#: ../src/gnome/glade/price.glade.h:14 +msgid "" +"If activated, delete all prices before the specified date. Otherwise the " +"last stock price dated before the date will be kept and all earlier quotes " +"deleted." +msgstr "" + +#: ../src/gnome/glade/price.glade.h:15 +msgid "" +"If activated, delete manually entered stock prices dated earlier than the " +"specified date. Otherwise only stock prices added by Finance::Quote will be " +"deleted." +msgstr "" + +#: ../src/gnome/glade/price.glade.h:16 +msgid "Price Editor" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:17 +msgid "Remove _Old" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:18 +msgid "Remove prices older than a user-entered date" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:19 +msgid "Remove the current price" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:20 +msgid "S_ource:" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:23 +msgid "_Price:" +msgstr "" + +#: ../src/gnome/glade/price.glade.h:24 +#: ../src/gnome-utils/dialog-commodity.c:274 +msgid "_Security:" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:1 +msgid "Amount (_numbers):" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:2 +msgid "Amount (_words):" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:3 +msgid "Check _format:" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:4 +msgid "Check po_sition:" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:5 +msgid "Custom format" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:6 +msgid "Degrees" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:7 +msgid "" +"Enter a title for this custom format. This title will appear in the \"Check " +"format\" selector of the Print Check dialog. Using the title of an existing " +"custom format will cause that format to be overwritten." +msgstr "" + +#: ../src/gnome/glade/print.glade.h:8 +msgid "" +"Inches\n" +"Centimeters\n" +"Millimeters\n" +"Points" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:13 +msgid "Pa_yee:" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:14 +msgid "Print Check" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:15 +msgid "" +"Quicken/QuickBooks (tm) US-Letter\n" +"Deluxe(tm) Personal Checks US-Letter\n" +"Quicken(tm) Wallet Checks w/ side stub\n" +"Custom" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:19 +msgid "Save Custom Check Format" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:20 +msgid "The origin point is the lower left-hand corner of the page." +msgstr "" + +#: ../src/gnome/glade/print.glade.h:21 +msgid "The origin point is the upper left-hand corner of the page." +msgstr "" + +#: ../src/gnome/glade/print.glade.h:22 +msgid "" +"Top\n" +"Middle\n" +"Bottom\n" +"Custom" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:26 +msgid "_Date format:" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:28 +msgid "_Notes:" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:29 +msgid "_Rotation" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:30 +msgid "_Save format" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:31 +msgid "_Translation:" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:32 +msgid "_Units:" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:33 +msgid "x" +msgstr "" + +#: ../src/gnome/glade/print.glade.h:34 +msgid "y" +msgstr "" + +#: ../src/gnome/glade/progress.glade.h:1 +msgid "Heading" +msgstr "" + +#: ../src/gnome/glade/progress.glade.h:2 +msgid "Working..." +msgstr "" + +#: ../src/gnome/glade/reconcile.glade.h:1 +msgid "Reconcile Information" +msgstr "" + +#: ../src/gnome/glade/reconcile.glade.h:2 ../src/gnome/window-reconcile.c:722 +msgid "Enter _Interest Payment..." +msgstr "" + +#: ../src/gnome/glade/reconcile.glade.h:3 +msgid "Include _subaccounts" +msgstr "" + +#. starting balance title/value +#: ../src/gnome/glade/reconcile.glade.h:4 ../src/gnome/window-reconcile.c:1670 +msgid "Starting Balance:" +msgstr "" + +#: ../src/gnome/glade/reconcile.glade.h:5 +msgid "Statement _Date:" +msgstr "" + +#: ../src/gnome/glade/reconcile.glade.h:6 +msgid "_Ending Balance:" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:1 +msgid "New Transaction Information" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:2 +msgid "Amo_unt" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:4 +msgid "C_hoose Date:" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:5 +msgid "C_leared" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:7 +#: ../src/gnome/gnc-plugin-page-register.c:212 +msgid "Cancel the current transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:8 +msgid "Choo_se Date:" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:9 +msgid "Copy Transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:10 +msgid "Copy the selected transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:11 +#: ../src/gnome/gnc-plugin-page-register.c:252 +msgid "" +"Create a Scheduled Transaction with the current transaction as a template" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:12 +msgid "Cut Transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:13 +msgid "Cut the selected transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:17 +#: ../src/gnome/gnc-plugin-page-register.c:203 +msgid "Delete the current transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:19 +msgid "Dup_licate Transaction..." +msgstr "" + +#: ../src/gnome/glade/register.glade.h:21 +#: ../src/import-export/generic-import.glade.h:17 +msgid "Duplicate Transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:22 +msgid "Edit Exchange Rate" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:23 +msgid "Edit the exchange rate for the current split" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:24 +msgid "End:" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:26 +msgid "Erase all splits except the one for this account." +msgstr "" + +#: ../src/gnome/glade/register.glade.h:27 +msgid "Filter register by..." +msgstr "" + +#: ../src/gnome/glade/register.glade.h:28 +msgid "Jump" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:29 +#: ../src/gnome/gnc-plugin-page-register.c:249 +msgid "Jump to the corresponding transaction in the other account" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:30 +msgid "Keep normal account order" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:31 +#: ../src/gnome/gnc-plugin-page-register.c:200 +msgid "Make a copy of the current transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:32 +#: ../src/gnome/gnc-plugin-page-register.c:243 +msgid "Move to the blank transaction at the bottom of the register" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:33 +msgid "Num_ber" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:34 +msgid "Paste Transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:35 +#: ../src/gnome/gnc-plugin-page-register.c:197 +msgid "Paste the transaction from the clipboard" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:36 +msgid "Reason for voiding transaction:" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:37 +#: ../src/gnome/gnc-plugin-page-register.c:209 +msgid "Record the current transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:38 +msgid "Remove Transaction Splits" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:39 +#: ../src/gnome/gnc-plugin-page-register.c:275 +#: ../src/gnome-utils/gnc-icons.c:22 +msgid "S_plit Transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:40 +msgid "S_tatement Date" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:42 +msgid "Schedule..." +msgstr "" + +#: ../src/gnome/glade/register.glade.h:43 +msgid "Select Range:" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:44 +msgid "Select _All" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:45 +msgid "Show _All" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:46 +#: ../src/gnome/gnc-plugin-page-register.c:276 +msgid "Show all splits in the current transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:47 +#: ../src/gnome/gnc-plugin-page-register.c:291 +msgid "Show expanded transactions with all splits" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:48 +#: ../src/gnome/gnc-plugin-page-register.c:285 +msgid "Show transactions on one or two lines" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:49 +#: ../src/gnome/gnc-plugin-page-register.c:288 +msgid "" +"Show transactions on one or two lines and expand the current transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:50 +#: ../src/gnome/gnc-plugin-page-register.c:272 +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:47 +msgid "Show two lines of information for each transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:52 +msgid "Sort by Amount" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:53 +msgid "Sort by Date" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:54 +msgid "Sort by Description" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:55 +msgid "Sort by Memo" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:56 +msgid "Sort by Number" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:57 +msgid "Sort by action field" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/gnome/glade/register.glade.h:58 ../intl-scm/guile-strings.c:2414 +msgid "Sort by amount" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/gnome/glade/register.glade.h:59 ../intl-scm/guile-strings.c:2390 +msgid "Sort by date" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/gnome/glade/register.glade.h:60 ../intl-scm/guile-strings.c:2418 +msgid "Sort by description" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../src/gnome/glade/register.glade.h:61 ../intl-scm/guile-strings.c:2426 +msgid "Sort by memo" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:62 +msgid "Sort by notes field" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:63 +msgid "Sort by number" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:64 +msgid "Sort by the date of entry" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:65 +msgid "Sort by the statement date (unreconciled items last)" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:66 +msgid "Sort register by..." +msgstr "" + +#: ../src/gnome/glade/register.glade.h:68 +msgid "St_yle" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:69 +msgid "Start:" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:71 +msgid "Toda_y" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:72 +msgid "Void Transaction" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:73 +msgid "_Action" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:75 +msgid "_Amount" +msgstr "" + +#. Translators: This is a menu item in the View menu +#: ../src/gnome/glade/register.glade.h:76 +#: ../src/gnome/gnc-plugin-page-register.c:287 +msgid "_Auto-Split Ledger" +msgstr "" + +#. Translators: This is a menu item in the View menu +#: ../src/gnome/glade/register.glade.h:77 +#: ../src/gnome/gnc-plugin-page-register.c:284 +msgid "_Basic Ledger" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:83 +#: ../src/gnome/gnc-plugin-page-register.c:271 +msgid "_Double Line" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:84 +msgid "_Earliest" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:87 +msgid "_Frozen" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:88 +#: ../src/gnome/gnc-plugin-page-register.c:248 +#: ../src/gnome-utils/gnc-icons.c:23 +msgid "_Jump" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:89 +msgid "_Latest" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:90 +msgid "_Memo" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:91 +msgid "_Notes" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:92 +msgid "_Number" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:93 +msgid "_Number:" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:94 +msgid "_Reconciled" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:96 +msgid "_Standard Order" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:97 +msgid "_Statement Date" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:98 +msgid "_Today" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:99 +msgid "_Transaction Journal" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:100 +msgid "_Unreconciled" +msgstr "" + +#: ../src/gnome/glade/register.glade.h:102 +msgid "_Voided" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:1 +msgid " days" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:4 +msgid "... utilize an escrow account for payments?" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:5 +msgid "" +"1st\n" +"2nd\n" +"3rd\n" +"4th\n" +"5th\n" +"6th\n" +"7th\n" +"8th\n" +"9th\n" +"10th\n" +"11th\n" +"12th\n" +"13th\n" +"14th\n" +"15th\n" +"16th\n" +"17th\n" +"18th\n" +"19th\n" +"20th\n" +"21st\n" +"22nd\n" +"23rd\n" +"24th\n" +"25th\n" +"26th\n" +"27th\n" +"28th\n" +"29th\n" +"30th\n" +"31st\n" +"Last day of month\n" +"Last Monday\n" +"Last Tuesday\n" +"Last Wednesday\n" +"Last Thursday\n" +"Last Friday\n" +"Last Saturday\n" +"Last Sunday" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:44 +msgid "End" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:45 +msgid "Name" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:46 +msgid "Occurrences" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:47 +msgid "Options" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:48 +msgid "Since Last Run Dialog" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:49 +msgid "Transaction Editor Defaults" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:51 +msgid "Upcoming" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:52 +msgid "Account Deletion" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:53 +msgid "Advanced..." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:54 +#: ../src/gnome-utils/glade/transfer.glade.h:5 +msgid "Amount:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:55 +msgid "Auto-Created Transactions Notification" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:56 +msgid "Begin notifications this many days before the transaction is created." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:57 +msgid "Conditional on splits not having variables" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:58 +msgid "Crea_te in advance, days:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:59 +msgid "Create" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:60 +msgid "Create as scheduled" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:61 +msgid "Create automatically" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:62 +msgid "Create in advance:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:63 +msgid "Create the transaction this many days before its effective date." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:64 +msgid "Created Transaction Review" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:65 +msgid "Creating transactions..." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:66 +msgid "Creation State" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:67 +msgid "" +"Current Year\n" +"Now + 1 Year\n" +"Whole Loan\n" +"Custom" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:72 +msgid "" +"Daily\n" +"Weekly\n" +"Bi-Weekly\n" +"Monthly\n" +"Quarterly\n" +"Yearly" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../src/gnome/glade/sched-xact.glade.h:78 ../intl-scm/guile-strings.c:3540 +msgid "Date Range" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:80 +msgid "Days Away" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:81 +msgid "Disposition?" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:82 +msgid "Do you..." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:83 +msgid "Edit Scheduled Transaction" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:84 +#: ../src/gnome-utils/gnc-tree-view-sx-list.c:172 +msgid "Enabled" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:85 +msgid "End Date:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:86 +msgid "Ended On" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:87 +msgid "Escrow Account:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:88 +msgid "Every" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:90 +msgid "First on the:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:91 +msgid "" +"Fixed Rate\n" +"3/1 Year ARM\n" +"5/1 Year ARM\n" +"7/1 Year ARM\n" +"10/1 Year ARM" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:96 +msgid "For:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:97 +msgid "Forever" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:98 +#: ../src/gnome-utils/gnc-dense-cal.c:332 +#: ../src/gnome-utils/gnc-tree-view-sx-list.c:181 +msgid "Frequency" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../src/gnome/glade/sched-xact.glade.h:100 ../intl-scm/guile-strings.c:2874 +msgid "Friday" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:101 +msgid "Ignore" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:102 +msgid "Interest Rate Change Frequency" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:103 +msgid "Interest Rate:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:104 +msgid "Interest To:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:105 +msgid "Last Occurred: " +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:106 +msgid "Length:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:107 +msgid "Loan Account:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:108 +msgid "Loan Information" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:109 +msgid "Make Scheduled Transaction" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../src/gnome/glade/sched-xact.glade.h:110 ../intl-scm/guile-strings.c:2866 +msgid "Monday" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:112 +msgid "Months Remaining:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:113 +msgid "Mortgage/Loan Druid" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:114 +msgid "Mortgage/Loan Repayment Setup" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:116 +msgid "Name:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:117 +msgid "Never End" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:119 +msgid "" +"None\n" +"Once\n" +"Daily\n" +"Weekly\n" +"Semi-Monthly\n" +"Monthly" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:125 +msgid "Not scheduled" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:126 +msgid "Notify me when created" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:127 +msgid "Number of Occurrences:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:128 +msgid "Obsolete Scheduled Transactions" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:129 +msgid "On the" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:133 +msgid "Overview" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:134 +msgid "Part of Payment Transaction" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:135 +msgid "Payment Frequency" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:136 +msgid "Payment From (Escrow):" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:137 +msgid "Payment From:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:138 +msgid "Payment To (Escrow):" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:139 +msgid "Payment To:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:140 +msgid "Postpone" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:142 +msgid "Press Apply to create these transactions." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:143 +msgid "Press apply to commit these changes." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:144 +msgid "Principal To:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:145 +msgid "R_emind in advance, days:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:146 +msgid "Range: " +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:147 +msgid "Remind in advance:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:148 +msgid "Repayment" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:149 +msgid "Repayment Frequency" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:150 +msgid "Repayment Type" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:151 +msgid "Repeats:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:152 +msgid "Review" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../src/gnome/glade/sched-xact.glade.h:153 ../intl-scm/guile-strings.c:2876 +msgid "Saturday" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:154 +msgid "Scheduled Transaction" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:155 +#: ../src/gnome-utils/dialog-options.c:878 +#: ../src/gnome-utils/dialog-options.c:996 +msgid "Select All" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:156 +msgid "Select occurrence date above." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:157 +msgid "Semi-Monthly" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:158 +msgid "Set the 'auto-create' flag on newly created scheduled transactions." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:159 +msgid "Set the 'notify' flag on newly created scheduled transactions." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:160 +msgid "Show the \"since last run\" window when a file is opened." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:161 +msgid "Since Last Run" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:162 +msgid "Since Last Run..." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:163 +msgid "Specify Source Account" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:165 +msgid "Start Date: " +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:166 +msgid "State" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../src/gnome/glade/sched-xact.glade.h:167 ../intl-scm/guile-strings.c:2864 +msgid "Sunday" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:168 +msgid "Template Transaction" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:169 +msgid "Template Transaction (Read-Only)" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:170 +msgid "" +"The following Scheduled Transactions reference the deleted account, and must " +"now be corrected. Press OK to edit them." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:171 +msgid "" +"The following scheduled transactions have expired. Select those you wish to " +"delete." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:172 +msgid "" +"The listed Scheduled Transactions are to-be created soon. Select any which " +"you would like to create now, and click \"Forward\" to create them." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:173 +msgid "" +"This druid will walk you through any scheduled transactions that should be " +"created." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:174 +msgid "" +"This is a step-by-step method of creating a loan repayment setup within " +"GnuCash. In this Druid, you can input the parameters of your loan and its " +"repayment and give the details of its payback. Using that information, the " +"appropriate Scheduled Transactions will be created.\n" +"\n" +"If you make a mistake or want to make changes later, you can edit the " +"created Scheduled Transactions directly." +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../src/gnome/glade/sched-xact.glade.h:177 ../intl-scm/guile-strings.c:2872 +msgid "Thursday" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:178 +msgid "To-Create Transaction Preparation" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:179 +msgid "Transaction Reminders" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../src/gnome/glade/sched-xact.glade.h:180 ../intl-scm/guile-strings.c:2868 +msgid "Tuesday" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:182 +msgid "Unselect All" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:183 +msgid "Until:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:184 +msgid "Use Escrow Account" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:186 +msgid "Value:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:187 +msgid "Variable" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:188 +msgid "Variables" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../src/gnome/glade/sched-xact.glade.h:189 ../intl-scm/guile-strings.c:2870 +msgid "Wednesday" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:191 +msgid "What to do, what to do?" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:192 +msgid "_Auto-create new transactions" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:193 +msgid "_Notify before transactions are created " +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:194 +msgid "_Review created transactions" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:195 +msgid "_Run when data file opened" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:196 +#: ../src/gnome-utils/glade/preferences.glade.h:173 +msgid "days" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:197 +msgid "days." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:198 +msgid "" +"months\n" +"years" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:200 +msgid "months." +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:201 +msgid "occurrences" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:202 +msgid "remaining" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:203 +msgid "then on the:" +msgstr "" + +#: ../src/gnome/glade/sched-xact.glade.h:204 +msgid "weeks." +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:1 +msgid "A_sset Account" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:2 +msgid "_Income Account" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:3 +msgid "Cash In Lieu" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:4 +msgid "Currenc_y:" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:5 +msgid "Desc_ription:" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:6 +msgid "" +"Enter the date and the number of shares you gained or lost from the stock " +"split or merger. For stock mergers (negative splits) use a negative value " +"for the share distribution. You can also enter a description of the " +"transaction, or accept the default one." +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:7 +msgid "" +"If you are finished creating the stock split or merger, press `Apply'. You " +"may also press `Back' to review your choices, or `Cancel' to quit without " +"making any changes." +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:8 +msgid "" +"If you received a cash disbursement as a result of the stock split, enter " +"the details of that payment here. Otherwise, just click `Forward'." +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:9 +msgid "" +"If you want to record a stock price for the split, enter it below. You may " +"safely leave it blank." +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:10 +msgid "New _Price:" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:11 +msgid "" +"Select the account for which you want to record a stock split or merger." +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:12 +msgid "Stock Account" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:13 +msgid "Stock Split" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:14 +msgid "Stock Split Details" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:15 +msgid "This druid will help you record a stock split or stock merger." +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:16 +#: ../src/gnome-utils/glade/exchange-dialog.glade.h:4 +msgid "_Amount:" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:18 +msgid "_Memo:" +msgstr "" + +#: ../src/gnome/glade/stocks.glade.h:19 +msgid "_Shares:" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:1 +msgid "0" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:2 +msgid "Payer Name Source" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:3 +msgid "Tax Information" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:4 +msgid "_Accounts" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:5 +msgid "_TXF Categories" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:6 +msgid "Accounts Selected:" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:7 +msgid "C_urrent Account" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:8 +msgid "Tax Information" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:9 +msgid "Tax _Related" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:10 +msgid "_Expense" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:11 +msgid "_Income" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:12 +msgid "_Parent Account" +msgstr "" + +#: ../src/gnome/glade/tax.glade.h:13 +msgid "_Select Subaccounts" +msgstr "" + +#: ../src/gnome/glade/userpass.glade.h:1 +msgid "Enter your username and password" +msgstr "" + +#: ../src/gnome/glade/userpass.glade.h:2 +msgid "Username and Password" +msgstr "" + +#: ../src/gnome/glade/userpass.glade.h:3 +msgid "_Password:" +msgstr "" + +#: ../src/gnome/glade/userpass.glade.h:4 +msgid "_Username:" +msgstr "" + +#: ../src/gnome/gnc-plugin-account-tree.c:57 +msgid "New Accounts _Page" +msgstr "" + +#: ../src/gnome/gnc-plugin-account-tree.c:58 +msgid "Open a new Account Tree page" +msgstr "" + +#. File menu +#: ../src/gnome/gnc-plugin-basic-commands.c:95 +msgid "New _File" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:96 +msgid "Create a new file" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:98 +msgid "_Open..." +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:99 +msgid "Open an existing GnuCash file" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:101 +msgid "_Save" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:102 +msgid "Save the current file" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:104 +msgid "Save _As..." +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:109 +msgid "_QSF Import" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:110 +msgid "Import a QSF object file" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:114 +msgid "Export _Accounts" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:115 +msgid "Export the account hierarchy to a new GnuCash datafile" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:118 +msgid "Export _Chart of Accounts to QSF" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:119 +msgid "Export the chart of accounts for a date with balances as QSF" +msgstr "" + +#. Edit menu +#: ../src/gnome/gnc-plugin-basic-commands.c:124 +msgid "_Find..." +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:125 +msgid "Find transactions with a search" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:127 +msgid "Ta_x Options" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:128 +msgid "Setup tax information for all income and expense accounts" +msgstr "" + +#. Actions menu +#: ../src/gnome/gnc-plugin-basic-commands.c:133 +msgid "_Scheduled Transactions" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:134 +msgid "_Scheduled Transaction Editor" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:135 +msgid "The list of Scheduled Transactions" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:137 +msgid "Since _Last Run..." +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:138 +msgid "Create Scheduled Transactions since the last time run" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:140 +msgid "_Mortgage & Loan Repayment..." +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:141 +msgid "Setup scheduled transactions for repayment of a loan" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:144 +msgid "Close _Books" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:145 +msgid "Archive old data using accounting periods" +msgstr "" + +#. Tools menu +#: ../src/gnome/gnc-plugin-basic-commands.c:151 +msgid "_Price Editor" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:152 +msgid "View and edit the prices for stocks and mutual funds" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:154 +msgid "_Security Editor" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:155 +msgid "View and edit the commodities for stocks and mutual funds" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:157 +msgid "_Financial Calculator" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:158 +msgid "Use the financial calculator" +msgstr "" + +#. Help menu +#: ../src/gnome/gnc-plugin-basic-commands.c:163 +msgid "_Tips Of The Day" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:164 +msgid "View the Tips of the Day" +msgstr "" + +#. Translators: %d is the error number; %s is the error message as +#. text. +#: ../src/gnome/gnc-plugin-basic-commands.c:381 +#, c-format +msgid "Error: Loading failed, error code %d - %s." +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:403 +msgid "Select the QSF file to import into GnuCash" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:459 +msgid "There are no Scheduled Transactions to be entered at this time." +msgstr "" + +#: ../src/gnome/gnc-plugin-budget.c:55 +msgid "New Budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-budget.c:56 +msgid "Create a new Budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-budget.c:59 +msgid "Open Budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-budget.c:60 +msgid "Open an existing Budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-budget.c:219 +msgid "Select a Budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:151 +msgid "Create a new Account" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:153 +msgid "New Account _Hierarchy..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:154 +msgid "Extend the current book by merging with new account type categories" +msgstr "" + +#. File menu +#: ../src/gnome/gnc-plugin-page-account-tree.c:156 +#: ../src/gnome/gnc-plugin-page-budget.c:127 +msgid "Open _Account" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:157 +#: ../src/gnome/gnc-plugin-page-budget.c:128 +msgid "Open the selected account" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:159 +#: ../src/gnome/gnc-plugin-page-budget.c:131 +msgid "Open _Subaccounts" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:160 +#: ../src/gnome/gnc-plugin-page-budget.c:132 +msgid "Open the selected account and all its subaccounts" +msgstr "" + +#. Edit menu +#: ../src/gnome/gnc-plugin-page-account-tree.c:164 +#: ../src/gnome/gnc-plugin-page-register.c:184 +msgid "Edit _Account" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:165 +#: ../src/gnome/gnc-plugin-page-register.c:185 +msgid "Edit the selected account" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:167 +msgid "_Delete Account..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:168 +msgid "Delete selected account" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:170 +msgid "_Renumber Subaccounts..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:171 +msgid "Renumber the children of the selected account" +msgstr "" + +#. View menu +#: ../src/gnome/gnc-plugin-page-account-tree.c:175 +#: ../src/gnome/gnc-plugin-page-budget.c:148 +#: ../src/gnome/gnc-plugin-page-register.c:225 +#: ../src/gnome-utils/gnc-main-window.c:268 +msgid "_Filter By..." +msgstr "" + +#. Actions menu +#: ../src/gnome/gnc-plugin-page-account-tree.c:179 +#: ../src/gnome/gnc-plugin-page-register.c:233 +msgid "_Reconcile..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:180 +#: ../src/gnome/gnc-plugin-page-register.c:234 +msgid "Reconcile the selected account" +msgstr "" + +#. Actions menu +#: ../src/gnome/gnc-plugin-page-account-tree.c:182 +#: ../src/gnome/gnc-plugin-page-register.c:230 +#: ../src/gnome-utils/gnc-icons.c:21 ../src/gnome/window-reconcile.c:2020 +msgid "_Transfer..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:183 +#: ../src/gnome/gnc-plugin-page-register.c:231 +#: ../src/gnome/window-reconcile.c:2021 +msgid "Transfer funds from one account to another" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:185 +#: ../src/gnome/gnc-plugin-page-register.c:236 +msgid "Stoc_k Split..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:186 +#: ../src/gnome/gnc-plugin-page-register.c:237 +msgid "Record a stock split or a stock merger" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:188 +#: ../src/gnome/gnc-plugin-page-register.c:239 +msgid "View _Lots..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:189 +#: ../src/gnome/gnc-plugin-page-register.c:240 +msgid "Bring up the lot viewer/editor window" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:191 +msgid "Check & Repair A_ccount" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:192 +#: ../src/gnome/window-reconcile.c:2024 +msgid "" +"Check for and repair unbalanced transactions and orphan splits in this " +"account" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:194 +msgid "Check & Repair Su_baccounts" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:195 +msgid "" +"Check for and repair unbalanced transactions and orphan splits in this " +"account and its subaccounts" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:198 +msgid "Check & Repair A_ll" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:199 +msgid "" +"Check for and repair unbalanced transactions and orphan splits in all " +"accounts" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:221 +#: ../src/gnome/gnc-plugin-page-budget.c:164 ../src/gnome/lot-viewer.c:434 +#: ../src/gnome-utils/gnc-file.c:96 ../src/gnome-utils/gnc-file.c:853 +#: ../src/gnome/window-reconcile.c:1570 +msgid "Open" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:223 +msgid "New" +msgstr "" + +#. src/report/report-system/report.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../src/gnome/gnc-plugin-page-account-tree.c:312 +#: ../src/gnome-utils/glade/preferences.glade.h:35 +#: ../intl-scm/guile-strings.c:866 ../intl-scm/guile-strings.c:1258 +#: ../intl-scm/guile-strings.c:1726 ../intl-scm/guile-strings.c:1774 +#: ../intl-scm/guile-strings.c:2072 ../intl-scm/guile-strings.c:2758 +#: ../intl-scm/guile-strings.c:2806 ../intl-scm/guile-strings.c:2838 +#: ../intl-scm/guile-strings.c:2912 +msgid "Accounts" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:906 +msgid "(no name)" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:927 +#, c-format +msgid "Deleting account %s" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:1019 +#, c-format +msgid "The account %s will be deleted." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:1029 +#, c-format +msgid "All transactions in this account will be moved to the account %s." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:1033 +msgid "All transactions in this account will be deleted." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:1040 +#, c-format +msgid "All of its sub-accounts will be moved to the account %s." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:1044 +msgid "All of its subaccounts will be deleted." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:1048 +#, c-format +msgid "All sub-account transactions will be moved to the account %s." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:1052 +msgid "All sub-account transactions will be deleted." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-account-tree.c:1057 +msgid "Are you sure you want to do this?" +msgstr "" + +#. Edit menu +#: ../src/gnome/gnc-plugin-page-budget.c:136 +msgid "_Delete Budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-budget.c:137 +msgid "Delete this budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-budget.c:140 +msgid "Edit this budget's options" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-budget.c:142 +msgid "Estimate Budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-budget.c:144 +msgid "" +"Estimate a budget value for the selected accounts from past transactions" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-budget.c:167 +msgid "Estimate" +msgstr "" + +#. src/report/standard-reports/budget.scm +#: ../src/gnome/gnc-plugin-page-budget.c:275 ../intl-scm/guile-strings.c:2730 +#: ../intl-scm/guile-strings.c:2732 +msgid "Budget" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-budget.c:770 +msgid "Set the budget options using this dialog." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-budget.c:849 +#, c-format +msgid "Delete %s?" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-budget.c:913 +msgid "You must select at least one account to estimate." +msgstr "" + +#. File menu +#: ../src/gnome/gnc-plugin-page-register.c:170 +msgid "_Print Check..." +msgstr "" + +#. Edit menu +#: ../src/gnome/gnc-plugin-page-register.c:175 +#: ../src/gnome-utils/gnc-main-window.c:251 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:956 +msgid "Cu_t" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:176 +#: ../src/gnome-utils/gnc-main-window.c:252 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:957 +msgid "Cut the current selection and copy it to clipboard" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:178 +#: ../src/gnome-utils/gnc-main-window.c:254 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:959 +msgid "_Copy" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:179 +#: ../src/gnome-utils/gnc-main-window.c:255 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:960 +msgid "Copy the current selection to clipboard" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:182 +#: ../src/gnome-utils/gnc-main-window.c:258 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:963 +msgid "Paste the clipboard content at the cursor position" +msgstr "" + +#. Transaction menu +#: ../src/gnome/gnc-plugin-page-register.c:190 +msgid "Cu_t Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:191 +msgid "Cut the selected transaction into clipboard" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:193 +msgid "_Copy Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:194 +msgid "Copy the selected transaction into clipboard" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:196 +msgid "_Paste Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:199 +msgid "Dup_licate Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:202 +#: ../src/gnome/gnc-split-reg.c:1163 +msgid "_Delete Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:205 +msgid "Remo_ve Transaction Splits" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:206 +msgid "Remove all splits in the current transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:208 +msgid "_Enter Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:211 +msgid "Ca_ncel Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:214 +msgid "_Void Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:216 +msgid "_Unvoid Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:218 +msgid "Add _Reversing Transaction" +msgstr "" + +#. View menu +#: ../src/gnome/gnc-plugin-page-register.c:223 +#: ../src/gnome-utils/gnc-main-window.c:266 +msgid "_Sort By..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:242 +msgid "_Blank Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:245 +msgid "Edit E_xchange Rate" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:246 +msgid "Edit the exchange rate for the current transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:251 +msgid "Sche_dule..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:254 +msgid "_All transactions" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:256 +msgid "_This transaction" +msgstr "" + +#. Reports menu +#: ../src/gnome/gnc-plugin-page-register.c:261 +msgid "Account Report" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:262 +msgid "Open a register report for this Account" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:264 +msgid "Account Transaction Report" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:265 +msgid "Open a register report for the selected Transaction" +msgstr "" + +#. Translators: This is a menu item in the View menu +#: ../src/gnome/gnc-plugin-page-register.c:290 +msgid "Transaction _Journal" +msgstr "" + +#. src/report/standard-reports/register.scm +#: ../src/gnome/gnc-plugin-page-register.c:326 +#: ../src/register/ledger-core/split-register.c:2003 +#: ../src/register/ledger-core/split-register-layout.c:571 +#: ../src/register/ledger-core/split-register-model.c:183 +#: ../intl-scm/guile-strings.c:2614 +msgid "Transfer" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#: ../src/gnome/gnc-plugin-page-register.c:548 +#: ../src/gnome/gnc-plugin-page-register.c:1155 +#: ../src/gnome/gnc-plugin-page-register.c:1747 +#: ../intl-scm/guile-strings.c:1510 +msgid "General Ledger" +msgstr "" + +#. Translators: %s is the name +#. of the tab page +#: ../src/gnome/gnc-plugin-page-register.c:1094 +#, c-format +msgid "Save changes to %s?" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1098 +msgid "" +"This register has pending changes to a transaction. Would you like to save " +"the changes to this transaction, discard the transaction, or cancel the " +"operation?" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1101 +msgid "_Discard Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1105 +msgid "_Save Transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1136 +#: ../src/gnome/gnc-plugin-page-register.c:1168 +#: ../src/gnome/gnc-plugin-page-register.c:1180 +#: ../src/import-export/hbci/gnc-hbci-utils.c:884 +#: ../src/import-export/hbci/gnc-hbci-utils.c:886 +msgid "unknown" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1157 +#: ../src/gnome/gnc-plugin-page-register.c:1753 +msgid "Portfolio" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1159 +#: ../src/gnome/gnc-plugin-page-register.c:1759 +msgid "Search Results" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1749 +msgid "General Ledger Report" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1755 +msgid "Portfolio Report" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1761 +msgid "Search Results Report" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/register.scm +#: ../src/gnome/gnc-plugin-page-register.c:1765 +#: ../src/gnome-utils/glade/preferences.glade.h:104 +#: ../intl-scm/guile-strings.c:1310 ../intl-scm/guile-strings.c:2714 +msgid "Register" +msgstr "" + +#. src/report/standard-reports/register.scm +#: ../src/gnome/gnc-plugin-page-register.c:1767 +#: ../intl-scm/guile-strings.c:2634 +msgid "Register Report" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:1783 +msgid "and subaccounts" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:2037 +msgid "You cannot void a transaction with reconciled or cleared splits." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-register.c:2105 +#: ../src/gnome/gnc-split-reg.c:907 +msgid "A reversing entry has already been created for this transaction." +msgstr "" + +#. Translations: The %s is the name of the plugin page +#: ../src/gnome/gnc-plugin-page-register.c:2153 +#, c-format +msgid "Sort %s by..." +msgstr "" + +#. Translators: The %s is the name of the plugin page +#: ../src/gnome/gnc-plugin-page-register.c:2205 +#: ../src/gnome-utils/gnc-tree-view-account.c:1821 +#, c-format +msgid "Filter %s by..." +msgstr "" + +#: ../src/gnome/gnc-plugin-page-sx-list.c:119 +msgid "_Scheduled" +msgstr "" + +#. File menu +#. Transaction menu +#: ../src/gnome/gnc-plugin-page-sx-list.c:120 +#: ../src/gnome-utils/gnc-main-window.c:233 +#: ../src/gnome/window-reconcile.c:2030 +msgid "_New" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-sx-list.c:121 +msgid "Create a new scheduled transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-sx-list.c:123 +msgid "Edit the selected scheduled transaction" +msgstr "" + +#: ../src/gnome/gnc-plugin-page-sx-list.c:125 +msgid "Delete the selected scheduled transaction" +msgstr "" + +#. FIXME: Does this always refer to only one transaction? Or could +#. multiple SXs be deleted as well? Ideally, the number of +#. to-be-deleted SXs should be mentioned here; see +#. dialog-sx-since-last-run.c:807 +#: ../src/gnome/gnc-plugin-page-sx-list.c:581 +msgid "Do you really want to delete this scheduled transaction?" +msgstr "" + +#: ../src/gnome/gnc-plugin-register.c:48 +msgid "_General Ledger" +msgstr "" + +#: ../src/gnome/gnc-plugin-register.c:49 +msgid "Open a general ledger window" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:609 +msgid "" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:705 +msgid "Save transaction before closing?" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:707 +msgid "" +"The current transaction has been changed. Would you like to record the " +"changes before closing this page, close the page without recording the " +"changes, or cancel the close?" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:934 +msgid "Cannot modify or delete this transaction." +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:936 +#, c-format +msgid "This transaction is marked read-only with the comment: '%s'" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:968 +msgid "Remove the splits from this transaction?" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:969 +msgid "" +"This transaction contains reconciled splits. Modifying it is not a good idea " +"because that will cause your reconciled balance to be off." +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:993 +msgid "_Remove Splits" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1068 +#, c-format +msgid "Delete the split '%s' from the transaction '%s'?" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1069 +msgid "" +"You would be deleting a reconciled split! This is not a good idea as it will " +"cause your reconciled balance to be off." +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1072 +msgid "You cannot delete this split." +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1073 +msgid "" +"This is the split anchoring this transaction to the register. You may not " +"delete it from this register window. You may delete the entire transaction " +"from this window, or you may navigate to a register that shows another side " +"of this same transaction and delete the split from that register." +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1100 +msgid "(no memo)" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1103 +msgid "(no description)" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1126 +msgid "_Delete Split" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1142 +msgid "Delete the current transaction?" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1143 +msgid "" +"You would be deleting a transaction with reconciled splits! This is not a " +"good idea as it will cause your reconciled balance to be off." +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1793 +msgid "Present:" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1794 +msgid "Future:" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1795 +msgid "Cleared:" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1796 +msgid "Reconciled:" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1797 +msgid "Projected Minimum:" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1801 +msgid "Shares:" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1802 +msgid "Current Value:" +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1874 +msgid "This account register is read-only." +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1908 +msgid "" +"This account may not be edited. If you want to edit transactions in this " +"register, please open the account options and turn off the placeholder " +"checkbox." +msgstr "" + +#: ../src/gnome/gnc-split-reg.c:1915 +msgid "" +"One of the sub-accounts selected may not be edited. If you want to edit " +"transactions in this register, please open the sub-account options and turn " +"off the placeholder checkbox. You may also open an individual account " +"instead of a set of accounts." +msgstr "" + +#: ../src/gnome/gnucash.desktop.in.h:1 +msgid "GnuCash Finance Management" +msgstr "" + +#: ../src/gnome/gnucash.desktop.in.h:2 +msgid "Manage your finances, accounts, and investments" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/register.scm +#: ../src/gnome/lot-viewer.c:621 ../intl-scm/guile-strings.c:1316 +#: ../intl-scm/guile-strings.c:2630 +msgid "Title" +msgstr "" + +#: ../src/gnome/lot-viewer.c:631 +msgid "Gains" +msgstr "" + +#: ../src/gnome/lot-viewer.c:653 +#, c-format +msgid "Lots in Account %s" +msgstr "" + +#: ../src/gnome/reconcile-list.c:210 +#: ../src/register/ledger-core/split-register-layout.c:555 +#: ../src/register/ledger-core/split-register-model.c:154 +msgid "Reconciled:R" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:1 +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:1 +msgid "Order of columns in the dialog" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:2 +msgid "Show currencies in this dialog" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:3 +msgid "Show the CUSIP Code (Exchange Specific Data) column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:4 +msgid "Show the Full Name column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:5 +msgid "Show the Namespace column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:6 +msgid "Show the Print Name column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:7 +msgid "Show the Quote Flag column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:8 +msgid "Show the Quote Source column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:9 +msgid "Show the Quote Timezone column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:10 +msgid "Show the Unique Name column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:11 +msgid "Show the fraction column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:12 +msgid "Show the name column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:13 +msgid "Show the symbol column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:14 +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:8 +msgid "" +"This setting contains a list of names which controls the order in which the " +"columns are listed in the dialog. Names may be reordered or removed from " +"this list to control which columns appear in the dialog and in what order." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:1 +msgid "Columns used for sorting" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:2 +msgid "Default to 'new search' if fewer than this number of items is returned" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:3 +msgid "" +"If active, the new hierarchy dialog will be shown whenever the \"New File\" " +"menu item is chosen. Otherwise it will not be shown." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:4 +msgid "" +"If active, the new user dialog will be shown. Otherwise it will not be shown." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:5 +msgid "Last pathname used" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:6 +msgid "New hierarchy dialog on \"New File\"" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:8 +msgid "Show the new user dialog" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:9 +msgid "Sort column ascending or descending" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:10 +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:10 +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:10 +msgid "" +"The X,Y coordinates of the top left corner of the dialog when it was last " +"closed." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:11 +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:11 +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:11 +msgid "The width and size of the dialog when it was last closed." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:12 +msgid "" +"This field contains the last pathname used by this dialog. It will be used " +"as the initial filename/pathname the next time this dialog is opened." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:13 +msgid "" +"This setting indicates how the key column is sorted. Possible values for " +"this setting are 'ascending' and 'descending'." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:14 +msgid "" +"This setting indicates whether to search in all items in the current class, " +"or only in 'active' items in the current class." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:15 +msgid "" +"This setting indicates which column in the tree is used for sorting. " +"Possible values for this setting are the name of any column in this dialog " +"(see the column_order key) or the keyword 'none'." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:16 +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:17 +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:17 +msgid "Window geometry" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:17 +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:18 +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:18 +msgid "Window position" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:2 +msgid "Show the Price column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:3 +msgid "Show the Source column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:4 +msgid "Show the Type column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:5 +msgid "Show the commodity column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:6 +msgid "Show the currency column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:7 +msgid "Show the date column" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:9 +msgid "This setting enables the Price column." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:10 +msgid "This setting enables the Source column." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:11 +msgid "This setting enables the Type column." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:12 +msgid "This setting enables the commodity column." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:13 +msgid "This setting enables the currency column." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:14 +msgid "This setting enables the date column." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:1 +msgid "Custom date format" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:2 +msgid "Date format to use" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:3 +msgid "" +"Each time the date is printed, print the date format immediately below in 8 " +"point type using the characters Y, M, and D." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:4 +msgid "" +"If the 'date_format' is set to indicate a custom date format, this value is " +"used as an argument to strftime to produce the date to be printed. It may be " +"any valid strftime string; for more information about this format, read the " +"manual page of strftime by \"man 3 strftime\"." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:5 +msgid "Index of predefined check format to use" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:6 +msgid "" +"On preprinted checks containing multiple checks per page, this setting " +"specifies which check position to print. The possible values are 0, 1 and 2, " +"corresponding to the top, middle and bottom checks on the page." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:7 +msgid "Position of check amount in numbers" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:8 +msgid "Position of check amount in words" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:9 +msgid "Position of check on page" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:10 +msgid "Position of date line" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:11 +msgid "Position of memo line" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:12 +msgid "Position of payee name" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:13 +msgid "Print '***' before and after strings." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:14 +msgid "Print the date format below the date." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:15 +msgid "The default check printing font" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:16 +msgid "" +"The default font to use when printing checks. This value will be overridden " +"by any font specified in a check description file." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:17 +msgid "This is the numerical identifier of the predefined date format to use." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:18 +msgid "" +"This value contains the X,Y coordinates for the start of the date line on " +"the check. Coordinates are from the lower left corner of the specified check " +"position." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:19 +msgid "" +"This value contains the X,Y coordinates for the start of the memo line on " +"the check. Coordinates are from the lower left corner of the specified check " +"position." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:20 +msgid "" +"This value contains the X,Y coordinates for the start of the numerical " +"amount line on the check. Coordinates are from the lower left corner of the " +"specified check position." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:21 +msgid "" +"This value contains the X,Y coordinates for the start of the payee line on " +"the check." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:22 +msgid "" +"This value contains the X,Y coordinates for the start of the written amount " +"line on the check. Coordinates are from the lower left corner of the " +"specified check position." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:23 +msgid "" +"This value contains the Y coordinate for the bottom edge of the check. This " +"coordinate is from the bottom edge of the sheet of paper." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:24 +msgid "" +"This value specifies the predefined check format to use. The number is the 0-" +"based index into the list of known check formats." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:25 +msgid "Which check position to print" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:1 +msgid "" +"If active, after reconciling a credit card account, prompt the user to enter " +"a credit card payment. Otherwise do not prompt the user for this." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:2 +msgid "" +"If active, all transactions marked as cleared in the register will appear " +"already selected in the reconcile dialog. Otherwise no transactions will be " +"initially selected." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:3 +msgid "Pre-select cleared transactions" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:4 +#: ../src/gnome-utils/glade/preferences.glade.h:101 +msgid "" +"Prior to reconciling an account which charges or pays interest, prompt the " +"user to enter a transaction for the interest charge or payment. Currently " +"only enabled for Bank, Credit, Mutual, Asset, Receivable, Payable, and " +"Liability accounts." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:5 +msgid "Prompt for credit card payment" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:6 +msgid "Prompt for interest charges" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:1 +msgid "How many days in advance to notify the user." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:2 +msgid "How many days in advance to remind the user." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:3 +msgid "" +"If active, any newly created scheduled transaction will have its 'auto " +"create' flag set active by default. The user can change this flag during " +"transaction creation, or at any later time by editing the scheduled " +"transaction." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:4 +msgid "" +"If active, any newly created scheduled transaction will have its 'notify' " +"flag set by default. The user can change this flag during transaction " +"creation, or at any later time by editing the scheduled transaction. This " +"setting only has meaning if the create_auto setting is active." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:5 +msgid "Set the \"auto create\" flag by default" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:6 +msgid "Set the \"notify\" flag by default" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:7 +msgid "Show \"since last run\" dialog when a file is opened." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:8 +msgid "" +"This setting controls whether the scheduled transactions \"since last run\" " +"dialog is shown automatically when a data file is opened. This includes the " +"initial opening of the data file when GnuCash starts. If this setting is " +"active, show the dialog, otherwise it is not shown." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_totd.schemas.in.h:1 +msgid "" +"Enables the \"Tip Of The Day\" when GnuCash starts up. If active, the dialog " +"will be shown. Otherwise it will not be shown." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_totd.schemas.in.h:2 +msgid "Show \"Tip Of The Day\" at GnuCash start" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_dialog_totd.schemas.in.h:3 +msgid "The next tip to show." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:1 +msgid "\"Enter\" key moves to bottom of register" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:2 +msgid "Accounts to reverse the balance" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:3 +msgid "Allow file incompatibility with older versions." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:4 +msgid "Auto-save time interval" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:5 +msgid "Automatically insert a decimal point" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:6 +msgid "Automatically raise the list of accounts or actions during input" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:7 +msgid "Character to use as separator between account names" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:8 +msgid "Closing a tab moves to the most recently visited tab." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:9 +msgid "Color all lines of a transaction the same" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:10 +msgid "Color the register as specified by the system theme" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:11 +msgid "Compress the data file" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:12 +msgid "Create a new window for each new register" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:13 +msgid "Create a new window for each new report" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:14 +msgid "Date format choice" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:15 +msgid "Default currency for new accounts" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:16 +msgid "Default currency for new reports" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:17 +msgid "Default view style for new register" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:18 +msgid "Delete old log/backup files after this many days (0 = never)" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:19 +#: ../src/gnome-utils/glade/preferences.glade.h:62 +msgid "Display negative amounts in red" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:20 +msgid "Enables Euro support" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:21 +msgid "Enables additional support for the European Union EURO currency." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:22 +msgid "Enables file compression when writing the data file." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:23 +msgid "" +"If active all lines that make up a single transaction will use the same " +"color for their background. Otherwise the background colors are alternated " +"on each line." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:24 +msgid "" +"If active, GnuCash shows an explanation of the auto-save feature the first " +"time that feature is started. Otherwise no extra explanation is shown." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:25 +msgid "" +"If active, GnuCash will automatically insert a decimal point into values " +"that are entered without one. Otherwise GnuCash will not modify entered " +"numbers." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:26 +msgid "" +"If active, a \"close\" button will be displayed on any notebook tab that may " +"be closed. Otherwise, no such button will be shown on the tab. Regardless of " +"this setting, pages can always be closed via the \"close\" menu item or the " +"\"close\" button on toolbar." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:27 +msgid "" +"If active, a splash screen will be shown at startup. Otherwise no splash " +"screen will be shown." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:28 +msgid "" +"If active, closing a tab moves to the most recently visited tab. Otherwise " +"closing a tab moves one tab to the left." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:29 +msgid "" +"If active, each new register will be opened in a new window. Otherwise each " +"new register will be opened as a tab in the main window." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:30 +msgid "" +"If active, each new report will be opened in its own window. Otherwise new " +"reports will be opened as tabs in the main window." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:31 +msgid "" +"If active, formal accounting labels \"Credit\" and \"Debit\" will be used " +"when designating fields on screen. Otherwise, informal labels such as " +"Increase/Decrease, \"Funds In\"/\"Funds Out\", etc. will be used." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:32 +msgid "" +"If active, gnucash will be allowed to intentionally break file compatibility " +"with older versions, so that a data file saved in this version cannot be " +"read by an older version again. Otherwise gnucash will write data files only " +"in formats that can be read by older versions as well." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:33 +msgid "" +"If active, pressing the enter key will move to the bottom of the register. " +"Otherwise pressing the enter key will move to the next transaction line." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:34 +msgid "" +"If active, the register will be colored as specified by the system theme. " +"This can be overridden to provide custom colors by editing the gtkrc file in " +"the users home directory. Otherwise the standard register colors will be " +"used that GnuCash has always used." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:35 +msgid "" +"If active, the size and location of each dialog window will be saved when it " +"is closed. The sizes and locations of content windows will be remembered " +"when you quit GnuCash. Otherwise the sizes will not be saved." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:36 +msgid "" +"If active, use a 24 hour time format. Otherwise use a 12 hour time format." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:37 +msgid "Labels on toolbar buttons" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:38 +msgid "Number of automatic decimal places" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:39 +msgid "Position of the notebook tabs" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:40 +msgid "Position of the summary bar" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:41 +msgid "Save window sizes and locations" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:42 +msgid "Show auto-save explanation" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:43 +msgid "Show close buttons on notebook tabs" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:44 +msgid "" +"Show horizontal borders between rows in a register. If active the border " +"between cells will be indicated with a heavy line. Otherwise the border " +"between cells will not be marked." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:45 +msgid "Show horizontal borders in a register" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:46 +msgid "Show splash screen" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:48 +msgid "" +"Show two lines of information for each transaction in a register. This is " +"the default setting for when a register is first opened. The setting can be " +"changed at any time via the \"View->Double Line\" menu item." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:49 +msgid "" +"Show vertical borders between columns in a register. If active the border " +"between cells will be indicated with a heavy line. Otherwise the border " +"between cells will not be marked." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:50 +msgid "Show vertical borders in a register" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:51 +msgid "Source of default account currency" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:52 +msgid "Source of default report currency" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:53 +#: ../src/gnome-utils/glade/preferences.glade.h:125 +msgid "" +"The number of minutes until saving of the data file to harddisk will be " +"started automatically. If zero, no saving will be started automatically." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:55 +msgid "" +"This field sets the number of rows to show in a register. It does not " +"actually affect the display of the contents of the window. It is only used " +"to set the size of the window when first opened." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:56 +msgid "" +"This field specifies the default view style when opening a new register " +"window. Possible values are \"ledger\", \"auto-ledger\" and \"journal\". The " +"\"ledger\" setting says to show each transaction on one or two lines. The " +"\"auto-ledger\" setting does the same, but also expands only the current " +"transaction to show all splits. The \"journal\" setting shows all " +"transactions in expanded form." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:57 +msgid "" +"This field specifies the number of automatic decimal places that will be " +"filled in." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:58 +msgid "" +"This key specifies the maximum width of notebook tabs. If the text in the " +"tab is longer than this value (the test is approximate) then the tab label " +"will have the middle cut and replaced with an ellipsis." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:59 +msgid "" +"This setting allows certain accounts to have their balances reversed in sign " +"from positive to negative, or vice versa. The setting \"income_expense\" is " +"for users who like to see negative expenses and positive income. The setting " +"of \"credit\" is for users who want to see balances reflect the debit/credit " +"status of the account. The setting \"none\" doesn't reverse the sign on any " +"balances." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:60 +msgid "" +"This setting chooses the way dates are displayed in GnuCash. Possible values " +"for this setting are \"locale\" to use the system locale setting, \"ce\" for " +"Continental Europe style dates, \"iso\" for ISO 8601 standard dates , \"uk\" " +"for United Kingdom style dates, and \"us\" for United States style dates." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:61 +msgid "" +"This setting controls how the labels on toolbar buttons are shown. If set to " +"\"system\" then GnuCash will use the desktop setting for how to draw toolbar " +"buttons. If set to \"icon\" then only icons will be show on toolbar " +"buttons.. If set to \"text\" only the labels will be shown. If set to \"both" +"\" then both icons and labels will be shown. If set to \"both-horiz\" then " +"icons will be shown for all buttons with labels added on important buttons." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:62 +msgid "" +"This setting controls the default currency used for reports. If set to " +"\"locale\" then GnuCash will retrieve the default currency from the user's " +"locale setting. If set to \"other\", GnuCash will use the setting specified " +"by the currency_other key." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:63 +msgid "" +"This setting controls the source of the default currency for new accounts. " +"If set to \"locale\" then GnuCash will retrieve the default currency from " +"the user's locale setting. If set to \"other\", GnuCash will use the setting " +"specified by the currency_other key." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:64 +msgid "" +"This setting determines the character that will be used between components " +"of an account name. Possible values are any single non-alphanumeric unicode " +"character, or any of the following strings: \"colon\" \"slash\", \"backslash" +"\", \"dash\" and \"period\"." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:65 +msgid "" +"This setting determines the edge at which the summary bar for various pages " +"is drawn. Possible values are \"top\" and \"bottom\". It defaults to \"bottom" +"\"." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:66 +msgid "" +"This setting determines the edge at which the tabs for switching pages in " +"notebooks are drawn. Possible values are \"top\", \"left\", \"bottom\" and " +"\"right\". It defaults to \"top\"." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:67 +msgid "" +"This setting specifies the default currency used for new accounts if the " +"currency_choice setting is set to \"other\". This field must contain the " +"three letter ISO 4217 code for a currency (e.g. USD, GBP, RUB)." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:68 +msgid "" +"This setting specifies the default currency used for reports if the " +"currency_choice setting is set to \"other\". This field must contain the " +"three letter ISO 4217 code for a currency (e.g. USD, GBP, RUB)." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:69 +msgid "" +"This setting specifies the number of days after which old log/backup files " +"will be deleted (0 = never)." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:70 +msgid "Use 24 hour time format" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:71 +msgid "Use formal account labels" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:72 +msgid "Width of notebook tabs" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:1 +msgid "Change contents of reconciled split" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:2 +msgid "Commit changes to a invoice_entry" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:3 +msgid "Commit changes to a transaction" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:4 +msgid "Delete a commodity" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:5 +msgid "Delete a commodity and prices" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:6 +msgid "Delete a transaction" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:7 +msgid "Delete multiple price quotes" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:8 +msgid "Duplicating a changed invoice_entry" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:9 +msgid "Duplicating a changed transaction" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:10 +msgid "Mark transaction split as unreconciled" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:11 +msgid "Read only register" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:12 +msgid "Remove a reconciled split from a transaction" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:13 +msgid "Remove a split from a transaction" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:14 +msgid "Remove all the splits from a transaction" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:15 +msgid "" +"This dialog is presented before allowing you to change the contents of a " +"reconciled split. Allowing these changes can make it hard to perform future " +"reconciliations." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:16 +msgid "" +"This dialog is presented before allowing you to delete a commodity that has " +"price quotes attached. Deleting the commodity will delete the quotes as well." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:17 +msgid "This dialog is presented before allowing you to delete a commodity." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:18 +msgid "" +"This dialog is presented before allowing you to delete a transaction that " +"contains reconciled splits. Doing so will throw off the reconciled value of " +"the register and can make it hard to perform future reconciliations." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:19 +msgid "This dialog is presented before allowing you to delete a transaction." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:20 +msgid "" +"This dialog is presented before allowing you to delete multiple price quotes " +"at one time." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:21 +msgid "" +"This dialog is presented before allowing you to mark a transaction split as " +"unreconciled. Doing so will throw off the reconciled value of the register " +"and can make it hard to perform future reconciliations." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:22 +msgid "" +"This dialog is presented before allowing you to remove a reconciled split " +"from a transaction. Doing so will throw off the reconciled value of the " +"register and can make it hard to perform future reconciliations." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:23 +msgid "" +"This dialog is presented before allowing you to remove a split from a " +"transaction." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:24 +msgid "" +"This dialog is presented before allowing you to remove all splits (including " +"some reconciled splits) from a transaction. Doing so will throw off the " +"reconciled value of the register and can make it hard to perform future " +"reconciliations." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:25 +msgid "" +"This dialog is presented before allowing you to remove all splits from a " +"transaction." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:26 +msgid "This dialog is presented when a read-only register is opened." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:27 +msgid "" +"This dialog is presented when you attempt to duplicate a modified invoice " +"entry. The changed data must be saved or the duplication canceled." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:28 +msgid "" +"This dialog is presented when you attempt to duplicate a modified " +"transaction. The changed data must be saved or the duplication canceled." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:29 +msgid "" +"This dialog is presented when you attempt to move out of a modified invoice " +"entry. The changed data must be either saved or discarded." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:30 +msgid "" +"This dialog is presented when you attempt to move out of a modified " +"transaction. The changed data must be either saved or discarded." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:1 +msgid "Ending date (in seconds from Jan 1, 1970)" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:2 +msgid "Ending time period identifier" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:3 +msgid "" +"If active, non currency commodities (stocks) will be shown. Otherwise they " +"will be hidden." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:4 +msgid "Profit/loss ending date type" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:5 +msgid "Profit/loss starting date type" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:6 +msgid "" +"Show a grand total of all accounts converted to the default report currency" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:7 +msgid "Show non currency commodities" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:8 +msgid "Starting date (in seconds from Jan 1, 1970)" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:9 +msgid "Starting time period identifier" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:10 +msgid "" +"This setting controls the ending date set in profit/loss calculations if the " +"end_choice setting is set to \"absolute\". This field should contain a date " +"as represented in seconds from January 1st, 1970." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:11 +msgid "" +"This setting controls the ending date set in profit/loss calculations if the " +"end_choice setting is set to anything other than \"absolute\". This field " +"should contain a value between 0 and 8." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:12 +msgid "" +"This setting controls the starting date set in profit/loss calculations if " +"the start_choice setting is set to \"absolute\". This field should contain a " +"date as represented in seconds from January 1st, 1970." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:13 +msgid "" +"This setting controls the starting date set in profit/loss calculations if " +"the start_choice setting is set to anything other than \"absolute\". This " +"field should contain a value between 0 and 8." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:14 +msgid "" +"This setting controls the type of ending date used in profit/loss " +"calculations. If set to \"absolute\" then GnuCash will retrieve the ending " +"date specified by the end_date key. If set to anything else, GnuCash will " +"retrieve the ending date specified by the end_period key." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:15 +msgid "" +"This setting controls the type of starting date used in profit/loss " +"calculations. If set to \"absolute\" then GnuCash will retrieve the starting " +"date specified by the start_date key. If set to anything else, GnuCash will " +"retrieve the starting date specified by the start_period key." +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_register.schemas.in.h:1 +msgid "" +"This setting contains the width of the named column in the most recently " +"closed register window. Changing these values will change the sizes of the " +"columns in the next opened register" +msgstr "" + +#: ../src/gnome/schemas/apps_gnucash_window_pages_register.schemas.in.h:2 +msgid "Width of a column in the dialog" +msgstr "" + +#: ../src/gnome-search/dialog-search.c:155 +msgid "You must select an item from the list" +msgstr "" + +#: ../src/gnome-search/dialog-search.c:272 +msgid "Select" +msgstr "" + +#: ../src/gnome-search/dialog-search.c:806 +msgid "all criteria are met" +msgstr "" + +#: ../src/gnome-search/dialog-search.c:807 +msgid "any criteria are met" +msgstr "" + +#. Translators: %s is either "item" or the name of some other +#. * item, e.g. "Customer" or "Invoice". +#: ../src/gnome-search/dialog-search.c:842 +#, c-format +msgid "New %s" +msgstr "" + +#: ../src/gnome-search/dialog-search.c:842 +msgid "item" +msgstr "" + +#: ../src/gnome-search/search-account.c:170 +msgid "You have not selected any accounts" +msgstr "" + +#: ../src/gnome-search/search-account.c:190 +msgid "matches all accounts" +msgstr "" + +#: ../src/gnome-search/search-account.c:193 +msgid "matches any account" +msgstr "" + +#: ../src/gnome-search/search-account.c:194 +msgid "matches no accounts" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#: ../src/gnome-search/search-account.c:211 ../intl-scm/guile-strings.c:1366 +msgid "Selected Accounts" +msgstr "" + +#: ../src/gnome-search/search-account.c:212 +msgid "Choose Accounts" +msgstr "" + +#. Create the label +#: ../src/gnome-search/search-account.c:246 +msgid "Select Accounts to Match" +msgstr "" + +#: ../src/gnome-search/search-account.c:250 +msgid "Select the Accounts to Compare" +msgstr "" + +#. Build and connect the toggle +#: ../src/gnome-search/search-boolean.c:201 +msgid "set true" +msgstr "" + +#: ../src/gnome-search/search-date.c:191 +msgid "is before" +msgstr "" + +#: ../src/gnome-search/search-date.c:192 +msgid "is before or on" +msgstr "" + +#: ../src/gnome-search/search-date.c:193 +msgid "is on" +msgstr "" + +#: ../src/gnome-search/search-date.c:194 +msgid "is not on" +msgstr "" + +#: ../src/gnome-search/search-date.c:195 +msgid "is after" +msgstr "" + +#: ../src/gnome-search/search-date.c:196 +msgid "is on or after" +msgstr "" + +#: ../src/gnome-search/search-double.c:183 +#: ../src/gnome-search/search-int64.c:185 +#: ../src/gnome-search/search-numeric.c:216 +msgid "is less than" +msgstr "" + +#: ../src/gnome-search/search-double.c:184 +#: ../src/gnome-search/search-int64.c:186 +#: ../src/gnome-search/search-numeric.c:220 +msgid "is less than or equal to" +msgstr "" + +#: ../src/gnome-search/search-double.c:185 +#: ../src/gnome-search/search-int64.c:187 +#: ../src/gnome-search/search-numeric.c:223 +msgid "equals" +msgstr "" + +#: ../src/gnome-search/search-double.c:186 +#: ../src/gnome-search/search-int64.c:188 +#: ../src/gnome-search/search-numeric.c:226 +msgid "does not equal" +msgstr "" + +#: ../src/gnome-search/search-double.c:187 +#: ../src/gnome-search/search-int64.c:189 +#: ../src/gnome-search/search-numeric.c:229 +msgid "is greater than" +msgstr "" + +#: ../src/gnome-search/search-double.c:188 +#: ../src/gnome-search/search-int64.c:190 +#: ../src/gnome-search/search-numeric.c:233 +msgid "is greater than or equal to" +msgstr "" + +#: ../src/gnome-search/search.glade.h:1 +msgid " Search " +msgstr "" + +#: ../src/gnome-search/search.glade.h:2 +msgid "()" +msgstr "" + +#: ../src/gnome-search/search.glade.h:3 +msgid "Add results to current search" +msgstr "" + +#: ../src/gnome-search/search.glade.h:4 +msgid "" +"Choose whether to search all your data or only that marked as \"active\"" +msgstr "" + +#: ../src/gnome-search/search.glade.h:5 +msgid "Delete results from current search" +msgstr "" + +#: ../src/gnome-search/search.glade.h:6 +msgid "New search" +msgstr "" + +#: ../src/gnome-search/search.glade.h:7 +msgid "Refine current search" +msgstr "" + +#: ../src/gnome-search/search.glade.h:8 +msgid "Search Criteria" +msgstr "" + +#: ../src/gnome-search/search.glade.h:9 +msgid "Search for items where" +msgstr "" + +#: ../src/gnome-search/search.glade.h:10 +msgid "Search only active data" +msgstr "" + +#: ../src/gnome-search/search.glade.h:11 +msgid "Type of search" +msgstr "" + +#: ../src/gnome-search/search.glade.h:12 +msgid "_New item..." +msgstr "" + +#: ../src/gnome-search/search-numeric.c:216 +msgid "less than" +msgstr "" + +#: ../src/gnome-search/search-numeric.c:219 +msgid "less than or equal to" +msgstr "" + +#: ../src/gnome-search/search-numeric.c:223 +msgid "equal to" +msgstr "" + +#: ../src/gnome-search/search-numeric.c:226 +msgid "not equal to" +msgstr "" + +#: ../src/gnome-search/search-numeric.c:229 +msgid "greater than" +msgstr "" + +#: ../src/gnome-search/search-numeric.c:232 +msgid "greater than or equal to" +msgstr "" + +#: ../src/gnome-search/search-numeric.c:249 +msgid "has credits or debits" +msgstr "" + +#: ../src/gnome-search/search-numeric.c:250 +msgid "has debits" +msgstr "" + +#: ../src/gnome-search/search-numeric.c:251 +msgid "has credits" +msgstr "" + +#. Build and connect the toggles +#: ../src/gnome-search/search-reconciled.c:222 +msgid "Not Cleared" +msgstr "" + +#: ../src/gnome-search/search-reconciled.c:225 +#: ../src/gnome-utils/gnc-tree-view-account.c:571 +msgid "Cleared" +msgstr "" + +#: ../src/gnome-search/search-reconciled.c:228 +#: ../src/gnome-utils/gnc-tree-view-account.c:584 +msgid "Reconciled" +msgstr "" + +#: ../src/gnome-search/search-reconciled.c:231 +msgid "Frozen" +msgstr "" + +#: ../src/gnome-search/search-reconciled.c:234 +msgid "Voided" +msgstr "" + +#: ../src/gnome-search/search-string.c:186 +msgid "You need to enter a string value" +msgstr "" + +#: ../src/gnome-search/search-string.c:213 +#, c-format +msgid "" +"Error in regular expression '%s':\n" +"%s" +msgstr "" + +#: ../src/gnome-search/search-string.c:257 +msgid "contains" +msgstr "" + +#: ../src/gnome-search/search-string.c:258 +msgid "matches regex" +msgstr "" + +#: ../src/gnome-search/search-string.c:260 +msgid "does not match regex" +msgstr "" + +#. Build and connect the toggle button +#: ../src/gnome-search/search-string.c:322 +msgid "Case Insensitive?" +msgstr "" + +#: ../src/gnome/top-level.c:96 +#, c-format +msgid "Entity Not Found: %s" +msgstr "" + +#: ../src/gnome/top-level.c:144 +#, c-format +msgid "Transaction with no Accounts: %s" +msgstr "" + +#: ../src/gnome/top-level.c:155 +#, c-format +msgid "Unsupported entity type: %s" +msgstr "" + +#: ../src/gnome/top-level.c:185 +#, c-format +msgid "No such price: %s" +msgstr "" + +#: ../src/gnome/top-level.c:353 +#, c-format +msgid "" +"Error: Failure saving state file.\n" +" %s" +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:416 +msgid "Could not create opening balance." +msgstr "" + +#. primary label +#: ../src/gnome-utils/dialog-account.c:607 +msgid "Give the children the same type?" +msgstr "" + +#. secondary label +#: ../src/gnome-utils/dialog-account.c:625 +#, c-format +msgid "" +"The children of the edited account have to be changed to type \"%s\" to make " +"them compatible." +msgstr "" + +#. children +#: ../src/gnome-utils/dialog-account.c:636 +msgid "_Show children accounts" +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:708 +msgid "The account must be given a name." +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:730 +msgid "There is already an account with that name." +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:738 +msgid "You must choose a valid parent account." +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:746 +msgid "You must select an account type." +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:754 +msgid "" +"The selected account type is incompatible with the one of the selected " +"parent." +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:765 +msgid "You must choose a commodity." +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:817 +msgid "You must enter a valid opening balance or leave it blank." +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:841 +msgid "" +"You must select a transfer account or choose the opening balances equity " +"account." +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:1324 +msgid "Edit Account" +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:1327 +#, c-format +msgid "(%d) New Accounts" +msgstr "" + +#: ../src/gnome-utils/dialog-account.c:1830 +#, c-format +msgid "" +"Renumber the immediate sub-accounts of %s? This will replace the account " +"code field of each child account with a newly generated code." +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:166 +msgid "" +"\n" +"Please select a commodity to match:" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:173 +msgid "" +"\n" +"Commodity: " +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:175 +msgid "" +"\n" +"Exchange code (CUSIP or similar): " +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:177 +msgid "" +"\n" +"Mnemonic(Ticker symbol or similar): " +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:269 +msgid "Select security/currency" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:273 +msgid "Select security" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:278 +msgid "Select currency" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:510 +msgid "You must select a commodity. To create a new one, click \"New\"" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:841 +msgid "Use local time" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:955 +msgid "Edit currency" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:956 +msgid "Currency Information" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:959 +msgid "Edit security" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:959 +msgid "New security" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:960 +msgid "Security Information" +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:1206 +msgid "You may not create a new national currency." +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:1218 +msgid "That commodity already exists." +msgstr "" + +#: ../src/gnome-utils/dialog-commodity.c:1261 +msgid "" +"You must enter a non-empty \"Full name\", \"Symbol/abbreviation\", and \"Type" +"\" for the commodity." +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:880 +msgid "Select all accounts." +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:885 +#: ../src/gnome-utils/dialog-options.c:1003 +msgid "Clear All" +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:887 +msgid "Clear the selection and unselect all accounts." +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:893 +#: ../src/gnome-utils/dialog-options.c:1010 +msgid "Select Default" +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:895 +msgid "Select the default account selection." +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:998 +msgid "Select all entries." +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:1005 +msgid "Clear the selection and unselect all entries." +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:1012 +msgid "Select the default selection." +msgstr "" + +#. The reset button on each option page +#: ../src/gnome-utils/dialog-options.c:1164 +msgid "Defaults" +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:1166 +msgid "Reset all values to their defaults." +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:2030 +msgid "Clear" +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:2031 +msgid "Clear any selected image file." +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:2033 +msgid "Select image" +msgstr "" + +#: ../src/gnome-utils/dialog-options.c:2035 +msgid "Select an image file." +msgstr "" + +#. Translators: Both %s will be the account separator character; the +#. resulting string is a demonstration how the account separator +#. character will look like. You can replace these three account +#. names with other account names that are more suitable for your +#. language - just keep in mind to have exactly two %s in your +#. translation. +#: ../src/gnome-utils/dialog-preferences.c:140 +#, c-format +msgid "Income%sSalary%sTaxable" +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:448 +msgid "Show the income and expense accounts" +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1243 +msgid "" +"You must specify an account to transfer from, or to, or both, for this " +"transaction. Otherwise, it will not be recorded." +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1253 +msgid "You can't transfer from and to the same account!" +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1279 +msgid "" +"You can't transfer from a non-currency account. Try reversing the \"from\" " +"and \"to\" accounts and making the \"amount\" negative." +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1304 +msgid "You must enter an amount to transfer." +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1319 +msgid "You must enter a valid price." +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1331 +msgid "You must enter a valid `to' amount." +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1631 +msgid "Debit Account" +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1648 +msgid "Transfer From" +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1652 +msgid "Transfer To" +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1713 +msgid "Debit Amount:" +msgstr "" + +#: ../src/gnome-utils/dialog-transfer.c:1717 +#: ../src/gnome-utils/glade/transfer.glade.h:13 +msgid "To Amount:" +msgstr "" + +#: ../src/gnome-utils/dialog-utils.c:958 +msgid "Remember and don't _ask me again." +msgstr "" + +#: ../src/gnome-utils/dialog-utils.c:959 +msgid "Don't _tell me again." +msgstr "" + +#: ../src/gnome-utils/dialog-utils.c:962 +msgid "Remember and don't ask me again this _session." +msgstr "" + +#: ../src/gnome-utils/dialog-utils.c:963 +msgid "Don't tell me again this _session." +msgstr "" + +#: ../src/gnome-utils/druid-gconf-setup.c:409 +msgid "" +"When you click Apply, GnuCash will modify your ~/.gconf.path file and " +"restart the gconf backend." +msgstr "" + +#: ../src/gnome-utils/druid-gconf-setup.c:412 +#, c-format +msgid "" +"When you click Apply, GnuCash will install the gconf data into your local ~/." +"gconf file and restart the gconf backend. The %s script must be found in " +"your search path for this to work correctly." +msgstr "" + +#: ../src/gnome-utils/druid-gconf-setup.c:416 +msgid "" +"You have chosen to correct the problem by yourself. When you click Apply, " +"GnuCash will exit. Please correct the problem and restart the gconf backend " +"with the command 'gconftool-2 --shutdown' before restarting GnuCash. If you " +"have not already done so, you can click the Back button and copy the " +"necessary text from the dialog." +msgstr "" + +#: ../src/gnome-utils/druid-gconf-setup.c:422 +#, c-format +msgid "" +"You have chosen to correct the problem by yourself. When you click Apply, " +"GnuCash will exit. Please run the %s script which will install the " +"configuration data and restart the gconf backend." +msgstr "" + +#: ../src/gnome-utils/druid-gconf-setup.c:426 +msgid "" +"You have already corrected the problem and restarted the gconf backend with " +"the command 'gconftool-2 --shutdown'. When you click Apply, GnuCash will " +"continue loading." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:189 +msgid "" +"The file you are trying to load is from an older version of GnuCash. The " +"file format in the older versions was missing the detailed specification of " +"the character encoding being used. This means the text in your data file " +"could be read in multiple ambiguous ways. This ambiguity cannot be resolved " +"automatically, but the new GnuCash 2.0.0 file format will include all " +"necessary specifications so that you do not have to go through this step " +"again.\n" +"\n" +"GnuCash will try to guess the correct character encoding for your data file. " +"On the next page GnuCash will show the resulting texts when using this " +"guess. You have to check whether the words look as expected. Either " +"everything looks fine and you can simply press 'Forward'. Or the words " +"contain unexpected characters, in which case you should select different " +"character encodings to see different results. You may have to edit the list " +"of character encodings by clicking on the respective button.\n" +"\n" +"Press 'Forward' now to select the correct character encoding for your data " +"file." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:209 +msgid "Ambiguous character encoding" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:212 +msgid "" +"The file has been loaded successfully. If you click 'Apply' it will be saved " +"and reloaded into the main application. That way you will have a working " +"file as backup in the same directory.\n" +"\n" +"You can also go back and verify your selections by clicking on 'Back'." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:234 +msgid "Unicode" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:236 +msgid "European" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:237 +msgid "ISO-8859-1 (West European)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:238 +msgid "ISO-8859-2 (East European)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:239 +msgid "ISO-8859-3 (South European)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:240 +msgid "ISO-8859-4 (North European)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:241 +msgid "ISO-8859-5 (Cyrillic)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:242 +msgid "ISO-8859-6 (Arabic)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:243 +msgid "ISO-8859-7 (Greek)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:244 +msgid "ISO-8859-8 (Hebrew)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:245 +msgid "ISO-8859-9 (Turkish)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:246 +msgid "ISO-8859-10 (Nordic)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:247 +msgid "ISO-8859-11 (Thai)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:248 +msgid "ISO-8859-13 (Baltic)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:249 +msgid "ISO-8859-14 (Celtic)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:250 +msgid "ISO-8859-15 (West European, Euro sign)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:251 +msgid "ISO-8859-16 (South-East European)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:252 +msgid "Cyrillic" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:253 +msgid "KOI8-R (Russian)" +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:254 +msgid "KOI8-U (Ukrainian)" +msgstr "" + +#. Translators: Please insert encodings here that are typically used in your +#. * locale, separated by spaces. No need for ASCII or UTF-8, check `locale -m` +#. * for assistance with spelling. +#: ../src/gnome-utils/druid-gnc-xml-import.c:577 +msgid "ISO-8859-1 KOI8-U" +msgstr "" + +#. another error, cannot handle this here +#: ../src/gnome-utils/druid-gnc-xml-import.c:698 +#: ../src/gnome-utils/druid-gnc-xml-import.c:717 +msgid "The file could not be reopened." +msgstr "" + +#. try to load once again +#: ../src/gnome-utils/druid-gnc-xml-import.c:705 +#: ../src/gnome-utils/gnc-file.c:757 ../src/gnome-utils/gnc-file.c:769 +msgid "Reading file..." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:725 +msgid "Parsing file..." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:732 +msgid "There was an error parsing the file." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:755 +#: ../src/gnome-utils/gnc-file.c:984 +msgid "Writing file..." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:833 +#, c-format +msgid "There are %d unassigned and %d undecodable words. Please add encodings." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:839 +#, c-format +msgid "There are %d unassigned words. Please decide on them or add encodings." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:847 +#, c-format +msgid "There are %d undecodable words. Please add encodings." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:1035 +msgid "That GnuCash XML file is already loaded. Please select another file." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:1336 +msgid "This encoding has been added to the list already." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:1346 +msgid "This is an invalid encoding." +msgstr "" + +#: ../src/gnome-utils/druid-gnc-xml-import.c:1481 +msgid "No files to merge. Please add ones by clicking on 'Load another file'." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:1 +msgid "1 /" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:2 +msgid "Quote Source Information" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:3 +msgid "CUSI_P or other code:" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:4 +msgid "" +"Enter a unique code used to identify the commodity. Or, you may safely leave " +"this field blank." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:5 +msgid "" +"Enter the full name of the commodity. Example: Cisco Sytems Inc, or Apple " +"Computer, Inc." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:6 +msgid "" +"Enter the smallest fraction of the commodity which can be traded. For stocks " +"which can only be traded in whole numbers, enter 1." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:7 +msgid "" +"Enter the ticker symbol for the commodity (e.g. CSCO or AAPL). If you are " +"retrieving quotes online, this field must exactly match the ticker symbol " +"used by the quote source (including case). " +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:8 +msgid "F_raction traded:" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:9 +msgid "Select security/currency " +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:10 +msgid "Select user information here..." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:11 +msgid "Si_ngle:" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:12 +msgid "" +"These are F::Q quote sources that retrieve information from a single site on " +"the internet. If that site is unavailable, you will not be able to retrieve " +"quotes." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:13 +msgid "" +"These are F::Q quote sources that retrieve information from multiple sites " +"on the internet. If one of the sites is unavailable, F::Q will attempt to " +"retrieve the information from another site." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:14 +msgid "" +"These are quote sources that were recently added to F::Q. GnuCash does not " +"know if these sources retrieve information from a single site or from " +"multiple sites on the internet." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:15 +msgid "Time_zone:" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:16 +msgid "Type of quote source:" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:17 +msgid "Warning: Finance::Quote not installed properly." +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:18 +msgid "_Full name:" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:19 +msgid "_Get Online Quotes" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:20 +msgid "_Multiple:" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:21 +msgid "_Symbol/abbreviation:" +msgstr "" + +#: ../src/gnome-utils/glade/commodity.glade.h:23 +msgid "_Unknown:" +msgstr "" + +#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:1 +msgid "No warnings to reset." +msgstr "" + +#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:2 +msgid "Permanent Warnings" +msgstr "" + +#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:3 +msgid "Reset Warnings" +msgstr "" + +#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:4 +msgid "Temporary Warnings" +msgstr "" + +#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:5 +msgid "" +"You have requested that the following warning dialogs not be presented. To " +"re-enable any of these dialogs, select the check box next to the dialog, " +"then click OK." +msgstr "" + +#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:7 +msgid "_Unselect All" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:1 +msgid "" +"Cannot find default values\n" +"\n" +"The configuration data used to specify default values for GnuCash cannot be " +"found in the default system locations. Without this data GnuCash will still " +"operate properly but it may require some extra time to setup. Do you wish " +"to setup the configuration data?" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:4 +msgid "Choose method" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:5 +msgid "Finish changes" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:6 +msgid "GnuCash will install the data for you." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:7 +msgid "GnuCash will update the system path for you." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:8 +msgid "Install into home directory" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:9 +msgid "Please add the following lines at the end of your ~/.gconf.path file:" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:10 +msgid "Please run the following commands:" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:11 +msgid "S_kip" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:12 +msgid "" +"The configuration data is stored in a non-standard location. There are two " +"methods that can be used to make this data visible to GnuCash. The first is " +"to modify a system search path to include the data location. The second is " +"to copy the data into your home directory." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:13 +msgid "" +"The configuration data used by GnuCash to specify its default values cannot " +"be found in the default system locations. Without this data GnuCash will " +"still operate properly, but it may require some extra time to set up." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:14 +msgid "The data has _already been installed in another window" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:15 +msgid "The search path has _already been updated in another window" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:16 +msgid "" +"This method will install the GnuCash default settings and descriptions into " +"the .gconf directory within your home directory. The disadvantage to this " +"method is that future updates to GnuCash will not update your local settings " +"to add in new keys." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:17 +msgid "" +"This method will modify the file .gconf.path in your home directory. It " +"will add the GnuCash install directory to this path so that GnuCash can find " +"its default settings and their descriptions." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:18 +msgid "Update GnuCash configuration data" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:19 +msgid "Update gconf settings - GnuCash" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:20 +msgid "Update search path" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:21 +msgid "" +"You have chosen to install the configuration data used by GnuCash into the " +"~/.gconf directory. GnuCash can do this for you, or tell you how to do it " +"yourself." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:22 +msgid "" +"You have chosen to update the system search path. GnuCash can do this for " +"you, or it can tell you how to do it yourself." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:23 +msgid "" +"You will then need to restart the gconf backend with the\n" +"command 'gconftool-2 --shutdown'." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:25 +msgid "_GnuCash installs the data" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:26 +msgid "_GnuCash updates the search path" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:27 +msgid "_Install into home directory" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:28 +msgid "_Setup" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:29 +msgid "_Update search path" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:30 +msgid "_You install the data yourself" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:31 +msgid "_You update the search path yourself" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:1 +msgid "S_ystem input encodings" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:2 +msgid "_Custom encoding" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:3 +msgid "_Selected encodings" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:4 +msgid "Choose a file to import" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:5 +msgid "" +"Click \"Load another file\" if you have more data to import at this time. Do " +"this if you have saved your accounts to separate GnuCash files.\n" +"\n" +"Click \"Forward\" to finish loading files and move to the next step of the " +"GnuCash Datafile import process." +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:8 +msgid "Convert the file" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:9 +msgid "Default encoding:" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:10 +msgid "Do not merge" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:11 +msgid "Edit the list of encodings" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:12 +msgid "Finish GnuCash Datafile Import" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:13 +msgid "GnuCash Datafile Import Druid" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:14 +msgid "GnuCash data files you have loaded" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:15 +#: ../src/import-export/qif-import/qif.glade.h:42 +msgid "Load another file" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:16 +#: ../src/import-export/qif-import/qif.glade.h:84 +msgid "Unload selected file" +msgstr "" + +#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:17 +msgid "_Edit list of encodings" +msgstr "" + +#: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:1 +msgid "Current File List" +msgstr "" + +#: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:2 +msgid "" +"Click \"Load another file\" if you have more data to load at this time.\n" +"\n" +"Click \"Next\" to finish loading files and move to the next step. " +msgstr "" + +#: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:5 +msgid "_Load another file" +msgstr "" + +#: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:6 +msgid "_Unload selected file" +msgstr "" + +#: ../src/gnome-utils/glade/exchange-dialog.glade.h:1 +msgid "Exchange/Price Information" +msgstr "" + +#: ../src/gnome-utils/glade/exchange-dialog.glade.h:2 +msgid "Split Information" +msgstr "" + +#: ../src/gnome-utils/glade/exchange-dialog.glade.h:3 +msgid "To A_mount:" +msgstr "" + +#: ../src/gnome-utils/glade/exchange-dialog.glade.h:6 +msgid "_Exchange Rate:" +msgstr "" + +#: ../src/gnome-utils/glade/exchange-dialog.glade.h:7 +msgid "_From:" +msgstr "" + +#: ../src/gnome-utils/glade/exchange-dialog.glade.h:8 +msgid "_To:" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:2 +#, no-c-format +msgid "%Y-%m-%d" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:3 +msgid "Abbreviation" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:4 +msgid "Date format:" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:5 +msgid "December 31, 2000" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:6 +#: ../src/import-export/generic-import.glade.h:28 +msgid "Format:" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:7 +msgid "Include Century" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:8 +msgid "Months:" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:11 +#: ../src/gnome-utils/glade/preferences.glade.h:109 +msgid "Sample:" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:12 +msgid "" +"US (12/31/2001)\n" +"UK (31/12/2001)\n" +"Europe (31.12.2001)\n" +"ISO (2001-12-31)\n" +"UTC\n" +"Locale\n" +"Custom\n" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-date-format.glade.h:20 +msgid "Years:" +msgstr "" + +#: ../src/gnome-utils/glade/gnc-gui-query.glade.h:1 +msgid "Don't tell me again this session." +msgstr "" + +#: ../src/gnome-utils/glade/gnc-gui-query.glade.h:2 +msgid "Don't tell me again." +msgstr "" + +#: ../src/gnome-utils/glade/gnc-gui-query.glade.h:3 +msgid "Remember the answer and don't tell me again this session." +msgstr "" + +#: ../src/gnome-utils/glade/gnc-gui-query.glade.h:4 +msgid "Remember the answer and don't tell me again." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:1 +msgid "'_Enter' moves to blank transaction" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:2 +msgid "07/31/2005" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:3 +msgid "2005-07-31" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:4 +msgid "31.07.2005" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:5 +msgid "31/07/2005" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:6 +#: ../src/import-export/generic-import.glade.h:5 +msgid "Actions" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:7 +msgid "Checks" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:8 +msgid "Date Format" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:9 +msgid "Default Currency" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:10 +msgid "Default Report Currency" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:11 +msgid "Default Style" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:12 +msgid "End Date" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:13 +msgid "Fancy Date Format" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:14 +msgid "Files" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:15 +msgid "General" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:16 +msgid "Graphics" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:17 +msgid "Labels" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:18 +msgid "Location" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:19 +msgid "Numbers" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:20 +msgid "Other Defaults" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:21 +msgid "Reconciling" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:22 +msgid "Reverse Balanced Accounts" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:23 +msgid "Search Dialog" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:24 +msgid "Separator Character" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:25 +msgid "Start Date" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:26 +msgid "Summary Bar Position" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:27 +msgid "Summarybar Content" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:28 +msgid "Tab Position" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:29 +msgid "Tabs" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:30 +msgid "Time Format" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:31 +msgid "Toolbar Style" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:32 +msgid "Window Geometry" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:33 +msgid "Ab_solute:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:34 +msgid "Accounting Period" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:36 +msgid "" +"After reconciling a credit card statement, prompt the user to enter a credit " +"card payment." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:37 +msgid "All transactions are expanded to show all splits." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:38 +msgid "" +"Alternate the primary and secondary colors by transaction instead of by " +"alternating by row." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:39 +msgid "Auto-save time _interval:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:40 +msgid "Automatic _interest transfer" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:41 +msgid "Automatic credit card _payment" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:42 +msgid "" +"Automatically expand the current transaction to show all splits. All other " +"transactions are shown on one line. (Two in double line mode.)" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:43 +msgid "" +"Automatically insert a decimal point into values that are entered without " +"one." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:44 +msgid "Automatically raise the list of accounts or actions during input." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:45 +msgid "B_ottom" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:46 +msgid "Below the actual date, print the format of that date in 8 point type." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:47 +msgid "Bottom" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:48 +msgid "Bring the most _recent tab to the front" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:49 +msgid "C_redit accounts" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:50 +msgid "Ch_oose:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:51 +msgid "Character:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:52 +msgid "Check cleared _transactions" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:53 +msgid "Com_press files" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:54 +msgid "Compress the data file with gzip when saving it to disk." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:55 +msgid "Date/Time" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:56 +msgid "Default _font:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:57 +msgid "Default to 'new search' if fewer than this number of items is returned." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:58 +msgid "Delete old log/backup files after this many days (0 = never)." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:59 +msgid "Display \"_tip of the day\" dialog" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:60 +msgid "Display hints for using GnuCash at startup" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:61 +msgid "Display ne_gative amounts in red" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:63 +msgid "Display the notebook tabs at the bottom of the window." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:64 +msgid "Display the notebook tabs at the left of the window." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:65 +msgid "Display the notebook tabs at the right of the window." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:66 +msgid "Display the notebook tabs at the top of the window." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:67 +msgid "Display the summary bar at the bottom of the page." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:68 +msgid "Display the summary bar at the top of the page." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:69 +msgid "Display this many rows when a register is created." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:70 +msgid "Display toolbar items as icons only." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:71 +msgid "Display toolbar items as text only." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:72 +msgid "" +"Display toolbar items with the text label below the icon. Labels are show " +"for all items." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:73 +msgid "" +"Display toolbar items with the text label beside the icon. Labels are only " +"shown for the most important items." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:74 +msgid "Don't sign reverse any accounts." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:75 +msgid "Double _mode colors alternate with transactions" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:76 +msgid "Draw _vertical lines between columns" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:77 +msgid "Draw hori_zontal lines between rows" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:79 +msgid "GnuCash Options" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:80 +msgid "GnuCash Preferences" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:81 +msgid "How many automatic decimal places will be filled in." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:82 +msgid "" +"If active, GnuCash shows a confirmation question each time the auto-save " +"feature is started. Otherwise no extra explanation is shown." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:83 +msgid "" +"If checked, each register will be opened in its own top level window. If " +"clear, the register will be opened in the current window." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:84 +msgid "" +"If checked, each report will be opened in its own top level window. If " +"clear, the report will be opened in the current window." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:85 +msgid "" +"If checked, non-currency commodities will be shown in the summary bar. If " +"clear, only currencies will be shown." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:86 +msgid "" +"If checked, pressing the 'Enter' key will move to the blank transaction at " +"the bottom of the register. If clear, pressing the 'Enter' key will move " +"down one row." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:87 +msgid "" +"If checked, the system color theme will be applied to register windows. If " +"clear, the original GnuCash register colors will be used." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:88 +msgid "Include _grand total" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:89 +msgid "Include _non-currency totals" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:90 +msgid "Loc_ale:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:91 +msgid "New search _limit:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:93 +msgid "Number of _transactions:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:94 +msgid "Perform account list _setup on new file" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:95 +msgid "Pre-check cleared transactions when creating a reconcile dialog." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:96 +msgid "" +"Present the new account list dialog when you choose \"New File\" from the " +"\"File\" menu" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:97 +msgid "Print '***' before and after each text field on the check." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:98 +msgid "Print _blocking chars" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:99 +msgid "Print _date format" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:100 +msgid "Printing" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:102 +msgid "Priority text besi_de icons" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:103 +msgid "Re_lative:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:105 +msgid "Register Defaults" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:106 +msgid "Register opens in a new _window" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:107 +msgid "Report opens in a new _window" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:108 +msgid "Reports" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:110 +msgid "" +"Show a close button on each notebook tab. These function identically to the " +"'Close' menu item." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:111 +msgid "" +"Show a grand total of all accounts converted to the default report currency." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:112 +msgid "Show all transactions on one line. (Two in double line mode.)" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:113 +msgid "Show auto-save confirmation _question" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:114 +msgid "Show close button on _notebook tabs" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:115 +msgid "Show horizontal borders on the cells." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:116 +msgid "Show splash scree_n" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:117 +msgid "Show splash screen at startup." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:118 +msgid "" +"Show this many transactions in a register. A value of zero means show all " +"transactions." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:119 +msgid "" +"Show two lines of information for each transaction instead of one. Does not " +"affect expanded transactions." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:120 +msgid "Show vertical borders on the cells." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:121 +msgid "Sign reverse balances on income and expense accounts." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:122 +msgid "" +"Sign reverse balances on the following: Credit Card, Payable, Liability, " +"Equity, and Income." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:123 +msgid "Text _below icons" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:124 +msgid "" +"The character that will be used between components of an account name. A " +"legal value is any single character except letters and numbers, or any of " +"the following strings: \"colon\" \"slash\", \"backslash\", \"dash\" and " +"\"period\"." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:126 +msgid "To_p" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:127 +msgid "Top" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:128 +msgid "Transaction _journal" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:129 +msgid "US Dollars (USD)" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:130 +msgid "U_K:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:131 +msgid "U_se 24-hour clock" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:132 +msgid "Use _formal accounting labels" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:133 +msgid "Use a 24 hour (instead of a 12 hour) time format." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:134 +msgid "Use only 'debit' and 'credit' instead of informal synonyms" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:135 +msgid "Use s_ystem default" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:136 +msgid "Use the date format common in continental Europe." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:137 +msgid "Use the date format common in the United Kingdom." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:138 +msgid "Use the date format common in the United States." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:139 +msgid "Use the date format specified by the ISO-8601 standard." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:140 +msgid "Use the date format specified by the system locale." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:141 +msgid "" +"Use the specified absolute ending date for profit/loss calculations. Also " +"use this date for net assets calculations." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:142 +msgid "Use the specified absolute starting date for profit/loss calculations." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:143 +msgid "Use the specified currency for all newly created accounts." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:144 +msgid "Use the specified currency for all newly created reports." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:145 +msgid "" +"Use the specified relative ending date for profit/loss calculations. Also " +"use this date for net assets calculations." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:146 +msgid "Use the specified relative starting date for profit/loss calculations." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:147 +msgid "Use the system locale currency for all newly created accounts." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:148 +msgid "Use the system locale currency for all newly created reports." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:149 +msgid "Use the system setting for displaying toolbar items." +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:150 +msgid "Windows" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:151 +msgid "_Absolute:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:152 +msgid "_Auto-raise lists" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:153 +msgid "_Auto-split ledger" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:154 +msgid "_Automatic decimal point" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:155 +msgid "_Basic ledger" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:156 +msgid "_Decimal places:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:157 +msgid "_Double line mode" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:158 +msgid "_Europe:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:159 +msgid "_ISO:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:160 +msgid "_Icons only" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:161 +msgid "_Income & expense" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:162 +msgid "_Left" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:163 +msgid "_None" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:164 +msgid "_Relative:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:165 +msgid "_Retain log files:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:166 +msgid "_Right" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:167 +msgid "_Save window size and position" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:168 +msgid "_Text only" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:169 +msgid "_US:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:170 +msgid "_Use system theme colors" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:171 +msgid "_Width:" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:172 +msgid "characters" +msgstr "" + +#: ../src/gnome-utils/glade/preferences.glade.h:174 +msgid "minutes" +msgstr "" + +#: ../src/gnome-utils/glade/totd.glade.h:1 +msgid "Tip of the Day:" +msgstr "" + +#: ../src/gnome-utils/glade/totd.glade.h:2 +msgid "GnuCash Tip Of The Day" +msgstr "" + +#: ../src/gnome-utils/glade/totd.glade.h:3 +msgid "_Show tips at startup" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:1 +msgid "Basic Information" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:2 +msgid "Currency Transfer" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:3 +msgid "Transfer From" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:4 +msgid "Transfer To" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:6 +msgid "Currency:" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:7 +msgid "Date:" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:8 +msgid "Description:" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:9 +msgid "Exchange Rate:" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:10 +msgid "Memo:" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:11 +msgid "Num:" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#: ../src/gnome-utils/glade/transfer.glade.h:12 +#: ../intl-scm/guile-strings.c:1176 ../intl-scm/guile-strings.c:1260 +msgid "Show Income/Expense" +msgstr "" + +#: ../src/gnome-utils/glade/transfer.glade.h:14 +msgid "Transfer Funds" +msgstr "" + +#. create the button. +#: ../src/gnome-utils/gnc-account-sel.c:390 +msgid "New..." +msgstr "" + +#: ../src/gnome-utils/gnc-autosave.c:99 +msgid "Save file automatically?" +msgstr "" + +#: ../src/gnome-utils/gnc-autosave.c:102 +#, c-format +msgid "" +"Your data file needs to be saved to your hard disk to save your changes. " +"GnuCash has a feature to save the file automatically every %d minutes, just " +"as if you had pressed the \"Save\" button each time. \n" +"\n" +"You can change the time interval or turn off this feature under Edit -> " +"Preferences -> General -> Auto-save time interval. \n" +"\n" +"Should your file be saved automatically?" +msgstr "" + +#: ../src/gnome-utils/gnc-autosave.c:107 +msgid "_Yes, this time" +msgstr "" + +#: ../src/gnome-utils/gnc-autosave.c:108 +msgid "Yes, _always" +msgstr "" + +#: ../src/gnome-utils/gnc-autosave.c:109 +msgid "No, n_ever" +msgstr "" + +#: ../src/gnome-utils/gnc-autosave.c:110 +msgid "_No, not this time" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../src/gnome-utils/gnc-date-delta.c:216 ../intl-scm/guile-strings.c:1214 +msgid "Weeks" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../src/gnome-utils/gnc-date-delta.c:218 ../intl-scm/guile-strings.c:1218 +msgid "Months" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../src/gnome-utils/gnc-date-delta.c:220 ../intl-scm/guile-strings.c:1220 +msgid "Years" +msgstr "" + +#: ../src/gnome-utils/gnc-date-delta.c:244 +msgid "Ago" +msgstr "" + +#: ../src/gnome-utils/gnc-date-delta.c:246 +msgid "From Now" +msgstr "" + +#. Calendar label, only shown if the date editor has a time field +#: ../src/gnome-utils/gnc-date-edit.c:663 +msgid "Calendar" +msgstr "" + +#: ../src/gnome-utils/gnc-dense-cal.c:244 +msgid "12 months" +msgstr "" + +#: ../src/gnome-utils/gnc-dense-cal.c:245 +msgid "6 months" +msgstr "" + +#: ../src/gnome-utils/gnc-dense-cal.c:246 +msgid "4 months" +msgstr "" + +#: ../src/gnome-utils/gnc-dense-cal.c:247 +msgid "3 months" +msgstr "" + +#: ../src/gnome-utils/gnc-dense-cal.c:248 +msgid "2 months" +msgstr "" + +#: ../src/gnome-utils/gnc-dense-cal.c:249 +msgid "1 month" +msgstr "" + +#: ../src/gnome-utils/gnc-dense-cal.c:282 +msgid "View:" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../src/gnome-utils/gnc-dense-cal.c:320 ../intl-scm/guile-strings.c:444 +#: ../intl-scm/guile-strings.c:656 +msgid "Date: " +msgstr "" + +#. Translators: This string should not have shown up in +#. gnucash.pot as it is looked up in the "gtk20" translation +#. domain. You can safely ignore this string and leave it +#. untranslated. +#: ../src/gnome-utils/gnc-dense-cal.c:443 +msgid "calendar:week_start:0" +msgstr "" + +#: ../src/gnome-utils/gnc-dense-cal.c:1166 +msgid "(unnamed)" +msgstr "" + +#: ../src/gnome-utils/gnc-druid-provider-file-gnome.c:99 +#, c-format +msgid "Failed to process file: %s" +msgstr "" + +#: ../src/gnome-utils/gnc-druid-provider-file-gnome.c:132 +#, c-format +msgid "Failed to open file: %s: %s" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:100 ../src/gnome-utils/gnc-main-window.c:235 +msgid "_Import" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:102 ../src/gnome-utils/gnc-file.c:254 +msgid "Import" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:108 ../src/gnome-utils/gnc-file.c:1032 +msgid "Save" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:112 ../src/gnome-utils/gnc-main-window.c:236 +msgid "_Export" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:115 ../src/gnome-utils/gnc-file.c:270 +#: ../src/gnome-utils/gnc-file.c:890 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:999 +msgid "Export" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:153 +msgid "All files" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:194 +#: ../src/import-export/hbci/druid-hbci-utils.c:153 +#: ../src/import-export/hbci/druid-hbci-utils.c:167 +msgid "(null)" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:203 +#, c-format +msgid "No suitable backend was found for %s." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:208 +#, c-format +msgid "The URL %s is not supported by this version of GnuCash." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:213 +#, c-format +msgid "Can't parse the URL %s." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:218 +#, c-format +msgid "Can't connect to %s. The host, username or password were incorrect." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:224 +#, c-format +msgid "Can't connect to %s. Connection was lost, unable to send data." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:230 +msgid "" +"This file/URL appears to be from a newer version of GnuCash. You must " +"upgrade your version of GnuCash to work with this data." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:237 +#, c-format +msgid "The database %s doesn't seem to exist. Do you want to create it?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:247 +#, c-format +msgid "" +"GnuCash could not obtain the lock for %s. That database may be in use by " +"another user, in which case you should not open the database. Do you want to " +"proceed with opening the database?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:255 +#, c-format +msgid "" +"GnuCash could not obtain the lock for %s. That database may be in use by " +"another user, in which case you should not import the database. Do you want " +"to proceed with importing the database?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:263 +#, c-format +msgid "" +"GnuCash could not obtain the lock for %s. That database may be in use by " +"another user, in which case you should not save the database. Do you want to " +"proceed with saving the database?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:271 +#, c-format +msgid "" +"GnuCash could not obtain the lock for %s. That database may be in use by " +"another user, in which case you should not export the database. Do you want " +"to proceed with exporting the database?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:294 +#, c-format +msgid "" +"GnuCash could not write to %s. That database may be on a read-only file " +"system, or you may not have write permission for the directory." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:301 +#, c-format +msgid "The file/URL %s does not contain GnuCash data or the data is corrupt." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:307 +#, c-format +msgid "" +"The server at URL %s experienced an error or encountered bad or corrupt data." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:313 +#, c-format +msgid "You do not have permission to access %s." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:318 +#: ../src/register/register-core/formulacell.c:117 +#: ../src/register/register-core/pricecell.c:180 +#, c-format +msgid "An error occurred while processing %s." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:324 +#, c-format +msgid "" +"Invalid QSF Object file! The QSF object file %s failed to validate against " +"the QSF object schema. The XML structure of the file is either not well-" +"formed or contains illegal data." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:331 +#, c-format +msgid "" +"Invalid QSF Map file! The QSF map file %s failed to validate against the QSF " +"map schema. The XML structure of the file is either not well-formed or " +"contains illegal data." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:338 +#, c-format +msgid "" +"The QSF Map file %s was written for a different version of QOF. It may need " +"to be modified to work with your current QOF installation." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:345 +#, c-format +msgid "" +"The selected QSF map %s contains unusable data. This is usually because not " +"all the required parameters for the defined objects have calculations " +"described in the map." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:352 +#, c-format +msgid "" +"The selected QSF object file %s contains one or more invalid GUIDs. The file " +"cannot be processed - please check the source of the file and try again." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:359 +#, c-format +msgid "The selected QSF Object file %s requires a map but it was not provided." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:365 +#, c-format +msgid "" +"Wrong QSF map selected. The selected map %s validates but was written for " +"different QOF objects. The list of objects defined in this map does not " +"include all the objects described in the current QSF object file." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:373 +#, c-format +msgid "The selected file %s is a QSF map and cannot be opened as a QSF object." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:379 +#, c-format +msgid "" +"When converting XML strings into numbers, an overflow has been detected. The " +"QSF object file %s contains invalid data in a field that is meant to hold a " +"number." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:386 +#, c-format +msgid "" +"The QSF object file %s is valid and contains GnuCash objects. However, " +"GnuCash cannot open the file directly because the data needs to be merged " +"into an existing GnuCash data book. Please open a GnuCash file or create a " +"new one, then import this QSF object file so that the data can be merged " +"into the main data book." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:396 +msgid "There was an error reading the file. Do you want to continue?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:402 +#, c-format +msgid "There was an error parsing the file %s." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:407 +#, c-format +msgid "The file %s is empty." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:415 +#, c-format +msgid "The file %s could not be found." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:421 +msgid "This file is from an older version of GnuCash. Do you want to continue?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:427 +#, c-format +msgid "The file type of file %s is unknown." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:432 +#, c-format +msgid "Could not make a backup of the file %s" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:437 +#, c-format +msgid "" +"Could not write to file %s. Check that you have permission to write to this " +"file and that there is sufficient space to create it." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:444 +#, c-format +msgid "No read permission to read from file %s." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:449 +msgid "" +"This database is from an older version of GnuCash. Do you want to want to " +"upgrade the database to the current version?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:456 +msgid "" +"The SQL database is in use by other users, and the upgrade cannot be " +"performed until they logoff. If there are currently no other users, consult " +"the documentation to learn how to clear out dangling login sessions." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:466 +#, c-format +msgid "An unknown I/O error (%d) occurred." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:561 +msgid "Save changes to the file?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:564 ../src/gnome-utils/gnc-main-window.c:999 +#, c-format +msgid "If you don't save, changes from the past %d minutes will be discarded." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:578 +msgid "Continue _Without Saving" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:658 +#, c-format +msgid "GnuCash could not obtain the lock for %s." +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:660 +msgid "" +"That database may be in use by another user, in which case you should not " +"open the database. What would you like to do?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:663 +msgid "" +"That database may be on a read-only file system, or you may not have write " +"permission for the directory. If you proceed you may not be able to save any " +"changes. What would you like to do?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:683 +msgid "_Open Anyway" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:685 +msgid "_Create New File" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:925 ../src/gnome-utils/gnc-file.c:1129 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1355 +#, c-format +msgid "The file %s already exists. Are you sure you want to overwrite it?" +msgstr "" + +#: ../src/gnome-utils/gnc-file.c:940 +msgid "Exporting file..." +msgstr "" + +#. %s is the strerror(3) error string of the error that occurred. +#: ../src/gnome-utils/gnc-file.c:953 +#, c-format +msgid "" +"There was an error saving the file.\n" +"\n" +"%s" +msgstr "" + +#: ../src/gnome-utils/gnc-general-select.c:221 +msgid "View..." +msgstr "" + +#: ../src/gnome-utils/gnc-gnome-utils.c:280 +msgid "" +"GnuCash could not find the files for the help documentation. This is likely " +"because the 'gnucash-docs' package is not installed." +msgstr "" + +#: ../src/gnome-utils/gnc-gnome-utils.c:310 +msgid "GnuCash could not find the files for the help documentation." +msgstr "" + +#: ../src/gnome-utils/gnc-html.c:106 +msgid "Not found" +msgstr "" + +#: ../src/gnome-utils/gnc-html.c:108 +msgid "The specified URL could not be loaded." +msgstr "" + +#: ../src/gnome-utils/gnc-html.c:509 ../src/gnome-utils/gnc-html.c:964 +msgid "" +"Secure HTTP access is disabled. You can enable it in the Network section of " +"the Preferences dialog." +msgstr "" + +#: ../src/gnome-utils/gnc-html.c:518 ../src/gnome-utils/gnc-html.c:974 +msgid "" +"Network HTTP access is disabled. You can enable it in the Network section of " +"the Preferences dialog." +msgstr "" + +#. %s is a URL (some location somewhere). +#: ../src/gnome-utils/gnc-html.c:904 +#, c-format +msgid "There was an error accessing %s." +msgstr "" + +#: ../src/gnome-utils/gnc-icons.c:17 +msgid "_Delete Account" +msgstr "" + +#: ../src/gnome-utils/gnc-icons.c:18 ../src/gnome/window-reconcile.c:2017 +msgid "_Edit Account" +msgstr "" + +#: ../src/gnome-utils/gnc-icons.c:19 +msgid "_New Account" +msgstr "" + +#. Account menu +#: ../src/gnome-utils/gnc-icons.c:20 ../src/gnome/window-reconcile.c:2014 +msgid "_Open Account" +msgstr "" + +#. Toplevel +#: ../src/gnome-utils/gnc-main-window.c:220 +msgid "_File" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:224 +msgid "Tra_nsaction" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:225 +msgid "_Reports" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:226 +msgid "_Tools" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:227 +msgid "E_xtensions" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:228 +msgid "_Windows" +msgstr "" + +#. Help menu +#: ../src/gnome-utils/gnc-main-window.c:229 +#: ../src/gnome/window-reconcile.c:1994 ../src/gnome/window-reconcile.c:2042 +msgid "_Help" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:234 +msgid "_Open" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:237 +msgid "_Print..." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:238 +msgid "Print the currently active page" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:239 +msgid "Proper_ties" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:240 +msgid "Edit the properties of the current file" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:242 +msgid "_Close" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:243 +msgid "Close the currently active page" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:245 +msgid "_Quit" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:246 +msgid "Quit this application" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:260 +msgid "Pr_eferences" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:261 +msgid "Edit the global preferences of GnuCash" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:267 +msgid "Select sorting criteria for this page view" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:269 +msgid "Select the account types that should be displayed." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:270 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:965 +msgid "_Refresh" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:271 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:966 +msgid "Refresh this window" +msgstr "" + +#. Actions menu +#: ../src/gnome-utils/gnc-main-window.c:276 +#: ../src/gnome/window-reconcile.c:2023 +msgid "_Check & Repair" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:277 +msgid "Reset _Warnings..." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:278 +msgid "Reset the state of all warning messages so they will be shown again." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:280 +msgid "Re_name Page" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:281 +msgid "Rename this page." +msgstr "" + +#. Windows menu +#: ../src/gnome-utils/gnc-main-window.c:286 +msgid "_New Window" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:287 +msgid "Open a new top-level GnuCash window." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:289 +msgid "New Window with _Page" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:290 +msgid "Move the current page to a new top-level GnuCash window." +msgstr "" + +#. Help menu +#: ../src/gnome-utils/gnc-main-window.c:295 +msgid "Tutorial and Concepts _Guide" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:296 +msgid "Open the GnuCash Tutorial" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:298 +msgid "_Contents" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:299 +msgid "Open the GnuCash Help" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:301 +msgid "_About" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:302 +msgid "About GnuCash" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:312 +msgid "_Toolbar" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:313 +msgid "Show/hide the toolbar on this window" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:315 +msgid "Su_mmary Bar" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:316 +msgid "Show/hide the summary bar on this window" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:318 +msgid "Stat_us Bar" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:319 +msgid "Show/hide the status bar on this window" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:329 +msgid "Window _1" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:330 +msgid "Window _2" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:331 +msgid "Window _3" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:332 +msgid "Window _4" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:333 +msgid "Window _5" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:334 +msgid "Window _6" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:335 +msgid "Window _7" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:336 +msgid "Window _8" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:337 +msgid "Window _9" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:338 +msgid "Window _0" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:996 +#, c-format +msgid "Save changes to file %s before closing?" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:1001 +#, c-format +msgid "" +"If you don't save, changes from the past %d hours and %d minutes will be " +"discarded." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:1003 +#, c-format +msgid "" +"If you don't save, changes from the past %d days and %d hours will be " +"discarded." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:1011 +msgid "" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:1041 +msgid "Close _Without Saving" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:1229 +msgid "" +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:3473 +msgid "The GnuCash personal finance manager. The GNU way to manage your money!" +msgstr "" + +#. Development version +#: ../src/gnome-utils/gnc-main-window.c:3486 +#, c-format +msgid "%s This copy was built from svn r%s on %s." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:3489 +#, c-format +msgid "%s This copy was built from r%s on %s." +msgstr "" + +#: ../src/gnome-utils/gnc-main-window.c:3501 +msgid "translator_credits" +msgstr "" + +#. CY Strings +#. src/app-utils/date-utilities.scm +#: ../src/gnome-utils/gnc-period-select.c:66 +#: ../src/gnome-utils/gnc-period-select.c:81 ../intl-scm/guile-strings.c:214 +msgid "Today" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../src/gnome-utils/gnc-period-select.c:67 ../intl-scm/guile-strings.c:182 +msgid "Start of this month" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../src/gnome-utils/gnc-period-select.c:68 ../intl-scm/guile-strings.c:190 +msgid "Start of previous month" +msgstr "" + +#: ../src/gnome-utils/gnc-period-select.c:69 +msgid "Start of this quarter" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../src/gnome-utils/gnc-period-select.c:70 ../intl-scm/guile-strings.c:206 +msgid "Start of previous quarter" +msgstr "" + +#: ../src/gnome-utils/gnc-period-select.c:71 +msgid "Start of this year" +msgstr "" + +#: ../src/gnome-utils/gnc-period-select.c:72 +msgid "Start of previous year" +msgstr "" + +#. FY Strings +#: ../src/gnome-utils/gnc-period-select.c:75 +msgid "Start of this fiscal year" +msgstr "" + +#: ../src/gnome-utils/gnc-period-select.c:76 +msgid "Start of previous fiscal year" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../src/gnome-utils/gnc-period-select.c:82 ../intl-scm/guile-strings.c:186 +msgid "End of this month" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../src/gnome-utils/gnc-period-select.c:83 ../intl-scm/guile-strings.c:194 +msgid "End of previous month" +msgstr "" + +#: ../src/gnome-utils/gnc-period-select.c:84 +msgid "End of this quarter" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../src/gnome-utils/gnc-period-select.c:85 ../intl-scm/guile-strings.c:210 +msgid "End of previous quarter" +msgstr "" + +#: ../src/gnome-utils/gnc-period-select.c:86 +msgid "End of this year" +msgstr "" + +#: ../src/gnome-utils/gnc-period-select.c:87 +msgid "End of previous year" +msgstr "" + +#. FY Strings +#: ../src/gnome-utils/gnc-period-select.c:90 +msgid "End of this fiscal year" +msgstr "" + +#: ../src/gnome-utils/gnc-period-select.c:91 +msgid "End of previous fiscal year" +msgstr "" + +#. Development version +#: ../src/gnome-utils/gnc-splash.c:95 +#, c-format +msgid "Version: GnuCash-%s svn (r%s built %s)" +msgstr "" + +#. Dist Tarball +#: ../src/gnome-utils/gnc-splash.c:99 +#, c-format +msgid "Version: GnuCash-%s (r%s built %s)" +msgstr "" + +#: ../src/gnome-utils/gnc-splash.c:116 +msgid "Loading..." +msgstr "" + +#: ../src/gnome-utils/gnc-tree-model-account.c:599 +msgid "New top level account" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../src/gnome-utils/gnc-tree-view-account.c:507 +#: ../intl-scm/guile-strings.c:1502 ../intl-scm/guile-strings.c:1528 +#: ../intl-scm/guile-strings.c:2242 ../intl-scm/guile-strings.c:2380 +#: ../intl-scm/guile-strings.c:2500 ../intl-scm/guile-strings.c:3010 +#: ../intl-scm/guile-strings.c:3098 +msgid "Account Name" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:516 +msgid "Commodity" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/transaction.scm +#: ../src/gnome-utils/gnc-tree-view-account.c:522 +#: ../intl-scm/guile-strings.c:814 ../intl-scm/guile-strings.c:1532 +#: ../intl-scm/guile-strings.c:1954 ../intl-scm/guile-strings.c:2274 +#: ../intl-scm/guile-strings.c:2384 ../intl-scm/guile-strings.c:2508 +msgid "Account Code" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:533 +msgid "Last Num" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:538 +msgid "Present" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:545 +msgid "Present (Report)" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:558 +msgid "Balance (Report)" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:565 +msgid "Balance (Period)" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:578 +msgid "Cleared (Report)" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:591 +msgid "Reconciled (Report)" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:597 +msgid "Future Minimum" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:604 +msgid "Future Minimum (Report)" +msgstr "" + +#. src/report/report-system/html-acct-table.scm +#. src/report/report-system/html-utilities.scm +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/aging.scm +#. src/business/business-reports/invoice.scm +#: ../src/gnome-utils/gnc-tree-view-account.c:610 +#: ../intl-scm/guile-strings.c:894 ../intl-scm/guile-strings.c:934 +#: ../intl-scm/guile-strings.c:1792 ../intl-scm/guile-strings.c:2080 +#: ../intl-scm/guile-strings.c:3012 ../intl-scm/guile-strings.c:3100 +#: ../intl-scm/guile-strings.c:3256 ../intl-scm/guile-strings.c:3312 +#: ../intl-scm/guile-strings.c:3574 ../intl-scm/guile-strings.c:3630 +#: ../intl-scm/guile-strings.c:3808 ../intl-scm/guile-strings.c:3812 +#: ../intl-scm/guile-strings.c:3834 ../intl-scm/guile-strings.c:3890 +msgid "Total" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:617 +msgid "Total (Report)" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:623 +msgid "Total (Period)" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-account.c:635 +msgid "Tax Info" +msgstr "" + +#. Translators: This string has a context prefix; the translation +#. must only contain the part after the | character. +#: ../src/gnome-utils/gnc-tree-view-account.c:643 +msgid "Column letter for 'Placeholder'|P" +msgstr "" + +#. Translators: %s is a currency mnemonic. +#: ../src/gnome-utils/gnc-tree-view-account.c:1388 +#, c-format +msgid "Present (%s)" +msgstr "" + +#. Translators: %s is a currency mnemonic. +#: ../src/gnome-utils/gnc-tree-view-account.c:1391 +#, c-format +msgid "Balance (%s)" +msgstr "" + +#. Translators: %s is a currency mnemonic. +#: ../src/gnome-utils/gnc-tree-view-account.c:1394 +#, c-format +msgid "Cleared (%s)" +msgstr "" + +#. Translators: %s is a currency mnemonic. +#: ../src/gnome-utils/gnc-tree-view-account.c:1397 +#, c-format +msgid "Reconciled (%s)" +msgstr "" + +#. Translators: %s is a currency mnemonic. +#: ../src/gnome-utils/gnc-tree-view-account.c:1400 +#, c-format +msgid "Future Minimum (%s)" +msgstr "" + +#. Translators: %s is a currency mnemonic. +#: ../src/gnome-utils/gnc-tree-view-account.c:1403 +#, c-format +msgid "Total (%s)" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-commodity.c:394 +msgid "Namespace" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-commodity.c:411 +msgid "Print Name" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-commodity.c:417 +msgid "Unique Name" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-commodity.c:422 +msgid "CUSIP code" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-commodity.c:428 +msgid "Fraction" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-commodity.c:435 +msgid "Get Quotes" +msgstr "" + +#. Translators: This string has a context prefix; the translation +#. must only contain the part after the | character. +#: ../src/gnome-utils/gnc-tree-view-commodity.c:438 +msgid "Column letter for 'Get Quotes'|Q" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-commodity.c:444 +#: ../src/gnome-utils/gnc-tree-view-price.c:453 +msgid "Source" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-commodity.c:449 +msgid "Timezone" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-price.c:435 +msgid "Security" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../src/gnome-utils/gnc-tree-view-price.c:465 +#: ../src/register/ledger-core/split-register.c:2060 +#: ../src/register/ledger-core/split-register-model.c:227 +#: ../intl-scm/guile-strings.c:1168 ../intl-scm/guile-strings.c:1242 +#: ../intl-scm/guile-strings.c:1328 ../intl-scm/guile-strings.c:1542 +#: ../intl-scm/guile-strings.c:1788 ../intl-scm/guile-strings.c:2088 +#: ../intl-scm/guile-strings.c:2254 ../intl-scm/guile-strings.c:2308 +#: ../intl-scm/guile-strings.c:2528 ../intl-scm/guile-strings.c:2618 +#: ../intl-scm/guile-strings.c:2668 ../intl-scm/guile-strings.c:3288 +#: ../intl-scm/guile-strings.c:3606 ../intl-scm/guile-strings.c:3866 +msgid "Price" +msgstr "" + +#. Translators: This string has a context prefix; the translation +#. must only contain the part after the | character. +#: ../src/gnome-utils/gnc-tree-view-sx-list.c:175 +msgid "Single-character short column-title form of 'Enabled'|E" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-sx-list.c:186 +msgid "Last Occur" +msgstr "" + +#: ../src/gnome-utils/gnc-tree-view-sx-list.c:191 +msgid "Next Occur" +msgstr "" + +#: ../src/gnome-utils/print-session.c:45 +msgid "Print GnuCash Document" +msgstr "" + +#. ********************* END OF FILE *********************************\******************************************************************* +#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:1 +msgid "Most recently opened file" +msgstr "" + +#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:2 +msgid "Next most recently opened file" +msgstr "" + +#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:3 +msgid "Number of files in history" +msgstr "" + +#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:4 +msgid "This field contains the full path of the most recently opened file." +msgstr "" + +#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:5 +msgid "" +"This field contains the full path of the next most recently opened file." +msgstr "" + +#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:6 +msgid "" +"This setting contains the number of files to keep in the Recently Opened " +"Files menu. This value may be set to zero to disable the file history. This " +"number has a maximum value of 10." +msgstr "" + +#: ../src/gnome-utils/window-main-summarybar.c:312 +#, c-format +msgid "%s, Total:" +msgstr "" + +#: ../src/gnome-utils/window-main-summarybar.c:315 +#, c-format +msgid "%s, Non Currency Commodities Total:" +msgstr "" + +#: ../src/gnome-utils/window-main-summarybar.c:318 +#, c-format +msgid "%s, Grand Total:" +msgstr "" + +#: ../src/gnome-utils/window-main-summarybar.c:322 +#, c-format +msgid "%s:" +msgstr "" + +#: ../src/gnome-utils/window-main-summarybar.c:427 +msgid "Assets:" +msgstr "" + +#: ../src/gnome-utils/window-main-summarybar.c:429 +msgid "Profits:" +msgstr "" + +#: ../src/gnome/window-reconcile.c:432 +msgid "Interest Payment" +msgstr "" + +#: ../src/gnome/window-reconcile.c:435 +msgid "Interest Charge" +msgstr "" + +#: ../src/gnome/window-reconcile.c:453 +msgid "Payment From" +msgstr "" + +#: ../src/gnome/window-reconcile.c:457 ../src/gnome/window-reconcile.c:467 +msgid "Reconcile Account" +msgstr "" + +#: ../src/gnome/window-reconcile.c:472 +msgid "Payment To" +msgstr "" + +#: ../src/gnome/window-reconcile.c:483 +msgid "No Auto Interest Payments for this Account" +msgstr "" + +#: ../src/gnome/window-reconcile.c:484 +msgid "No Auto Interest Charges for this Account" +msgstr "" + +#: ../src/gnome/window-reconcile.c:724 +msgid "Enter _Interest Charge..." +msgstr "" + +#: ../src/gnome/window-reconcile.c:979 +msgid "Debits" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../src/gnome/window-reconcile.c:989 ../intl-scm/guile-strings.c:900 +msgid "Credits" +msgstr "" + +#: ../src/gnome/window-reconcile.c:1128 +msgid "Are you sure you want to delete the selected transaction?" +msgstr "" + +#. ending balance title/value +#: ../src/gnome/window-reconcile.c:1680 +msgid "Ending Balance:" +msgstr "" + +#. reconciled balance title/value +#: ../src/gnome/window-reconcile.c:1690 +msgid "Reconciled Balance:" +msgstr "" + +#. difference title/value +#: ../src/gnome/window-reconcile.c:1700 +msgid "Difference:" +msgstr "" + +#: ../src/gnome/window-reconcile.c:1883 +msgid "The account is not balanced. Are you sure you want to finish?" +msgstr "" + +#: ../src/gnome/window-reconcile.c:1940 +msgid "Do you want to postpone this reconciliation and finish it later?" +msgstr "" + +#: ../src/gnome/window-reconcile.c:1974 +msgid "" +"You have made changes to this reconcile window. Are you sure you want to " +"cancel?" +msgstr "" + +#. Toplevel +#: ../src/gnome/window-reconcile.c:1991 +msgid "_Reconcile" +msgstr "" + +#: ../src/gnome/window-reconcile.c:1992 +msgid "_Account" +msgstr "" + +#. Reconcile menu +#: ../src/gnome/window-reconcile.c:1998 +msgid "_Reconcile Information..." +msgstr "" + +#: ../src/gnome/window-reconcile.c:1999 +msgid "" +"Change the reconcile information including statement date and ending balance." +msgstr "" + +#: ../src/gnome/window-reconcile.c:2002 +msgid "_Finish" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2003 +msgid "Finish the reconciliation of this account" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2005 +msgid "_Postpone" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2006 +msgid "Postpone the reconciliation of this account" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2009 +msgid "Cancel the reconciliation of this account" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2015 +msgid "Open the account" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2018 +msgid "Edit the main account for this register" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2031 +msgid "Add a new transaction to the account" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2034 +msgid "Edit the current transaction" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2037 +msgid "Delete the selected transaction" +msgstr "" + +#: ../src/gnome/window-reconcile.c:2043 +msgid "Open the GnuCash help window" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:1 +msgid "\"A\"" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:2 +msgid "\"R\"" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:3 +msgid "" +"\"Select Import Action\" allows you to change the matching transaction to " +"reconcile, or the destination account of the auto-balance split (if " +"required)." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:4 +msgid "(none)" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:6 +msgid "Colors" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:7 +msgid "Generic Importer" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:8 +msgid "" +"A transaction whose best match's score is in the green zone (above or equal " +"to the Auto-CLEAR threshold) will be CLEARed by default." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:9 +msgid "" +"A transaction whose best match's score is in the red zone (above the display " +"threshold but below or equal to the Auto-ADD threshold) will be ADDed by " +"default." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:11 +msgid "Auto-_add threshold" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:12 +msgid "Auto-c_lear threshold" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:13 +msgid "Choose a format" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:14 +msgid "Commercial ATM _fees threshold" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:18 +msgid "Enable edit match action" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:19 +msgid "Enable skip transaction action" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:20 +msgid "Enable the EDIT action in the transaction matcher. NOT YET SUPPORTED" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:21 +msgid "" +"Enable the SKIP action in the transaction matcher. If enabled, a " +"transaction whose best match's score is in the yellow zone (above the Auto-" +"ADD threshold but below the Auto-CLEAR threshold) will be SKIPed by default." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:22 +msgid "" +"For a new transaction, click on the \"Other Account\" entry to choose the " +"other (destination) account of this transaction.\n" +"For a transaction that is a duplicate of an existing one, click on the " +"\"Other Account\" or \"Description\" entry to \n" +"check whether GnuCash chose the right existing transaction.\n" +"To switch transactions between both states, click on the checkmark in the " +"\"New\" column.\n" +"When all new transactions have the correct destination account and all " +"duplicates are matched with the right existing transaction, \n" +"click \"OK\"." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:29 +msgid "Generic import transaction matcher" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:30 +msgid "Green" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:31 +msgid "Imported transaction's first split:" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:32 +msgid "" +"In some places commercial ATMs (not belonging to a financial institution) " +"are installed in places like convenience stores. These ATMs add their fee " +"directly to the amount instead of showing up as a separate transaction or in " +"your monthly banking fees. For example, you withdraw $100, and you are " +"charged $101,50 plus Interac fees. If you manually entered that $100, the " +"amounts won't match. You should set this to whatever is the maximum such " +"fee in your area (in units of your local currency), so the transaction will " +"be recognised as a match." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:33 +msgid "List of downloaded transactions (source split shown):" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:34 +msgid "Match _display threshold" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:35 +#: ../src/import-export/hbci/druid-hbci-initial.c:770 +#: ../src/import-export/qif-import/dialog-account-picker.c:296 +#: ../src/import-export/qif-import/druid-qif-import.c:1064 +msgid "New?" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:36 +msgid "Online account ID here..." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:37 +msgid "Other Account" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:38 +msgid "Please select or create an appropriate GnuCash account for:" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:39 +msgid "Potential splits matching the selected transaction: " +msgstr "" + +#: ../src/import-export/generic-import.glade.h:41 +msgid "Red" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:42 +msgid "Select \"A\" to add the transaction as new." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:43 +msgid "Select \"R\" to reconcile a matching transaction." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:45 +msgid "Select matching existing transaction" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:46 +msgid "Select neither to skip the transaction (it won't be imported at all)." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:47 +msgid "" +"The minimum score a potential match must have to be displayed in the match " +"list." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:48 +msgid "" +"This transaction probably requires your intervention or it will be imported " +"unbalanced." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:49 +msgid "This transaction requires your intervention or it will NOT be imported." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:50 +msgid "" +"This transaction will be imported balanced (you may still want to double " +"check the match or destination account)." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:51 +msgid "Transaction List Help" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:52 +msgid "Use _bayesian matching" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:53 +msgid "" +"Use bayesian algorithms to match new transactions with existing accounts." +msgstr "" + +#: ../src/import-export/generic-import.glade.h:54 +msgid "Yellow" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:55 +msgid "do not translate" +msgstr "" + +#: ../src/import-export/generic-import.glade.h:56 +#: ../src/import-export/qif-import/qif.glade.h:87 +msgid "gnc-new-account" +msgstr "" + +#. Numeric formats +#: ../src/import-export/gnc-import-format-gnome.c:106 +msgid "Period-as-decimal (1,000.00)" +msgstr "" + +#: ../src/import-export/gnc-import-format-gnome.c:107 +msgid "Comma-as-decimal (1.000,00)" +msgstr "" + +#. Date formats +#: ../src/import-export/gnc-import-format-gnome.c:110 +msgid "m-d-y" +msgstr "" + +#: ../src/import-export/gnc-import-format-gnome.c:111 +msgid "d-m-y" +msgstr "" + +#: ../src/import-export/gnc-import-format-gnome.c:112 +msgid "y-m-d" +msgstr "" + +#: ../src/import-export/gnc-import-format-gnome.c:113 +msgid "y-d-m" +msgstr "" + +#. Translators: Strings from this file are needed only in +#. * countries that have one of aqbanking's Online Banking +#. * techniques available. This is 'OFX DirectConnect' +#. * (U.S. and others), 'HBCI' (in Germany), or 'YellowNet' +#. * (Switzerland). If none of these techniques are available +#. * in your country, you may safely ignore strings from the +#. * import-export/hbci subdirectory. +#: ../src/import-export/hbci/dialog-hbcitrans.c:375 +msgid "Enter an Online Direct Debit Note" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:378 +msgid "Debited Account Owner" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:380 +msgid "Debited Account Number" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:382 +msgid "Debited Account Bank Code" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:385 +msgid "Credited Account Owner" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:387 +msgid "Credited Account Number" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:389 +msgid "Credited Account Bank Code" +msgstr "" + +#. Conversion was erroneous, so don't use the string +#: ../src/import-export/hbci/dialog-hbcitrans.c:415 +#: ../src/import-export/hbci/dialog-hbcitrans.c:924 +#: ../src/import-export/hbci/dialog-hbcitrans.c:928 +#: ../src/import-export/hbci/dialog-hbcitrans.c:938 +msgid "(unknown)" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:549 +msgid "" +"The amount is zero or the amount field could not be interpreted correctly. " +"You might have mixed up decimal point and comma, compared to your locale " +"settings. This does not result in a valid online transfer job. \n" +"\n" +"Do you want to enter the job again?" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:571 +msgid "" +"You did not enter any transaction purpose. A purpose is required for an " +"online transfer.\n" +"\n" +"Do you want to enter the job again?" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:592 +msgid "" +"You did not enter a recipient name. A recipient name is required for an " +"online transfer.\n" +"\n" +"Do you want to enter the job again?" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:729 +#, c-format +msgid "" +"The internal check of the destination account number '%s' at the specified " +"bank with bank code '%s' failed. This means the account number might contain " +"an error. Should the online transfer job be sent with this account number " +"anyway?" +msgstr "" + +#: ../src/import-export/hbci/dialog-hbcitrans.c:835 +msgid "" +"The job was sent to the bank successfully, but the bank is refusing to " +"execute the job. Please check the log window for the exact error message of " +"the bank. The line with the error message contains a code number that is " +"greater than 9000.\n" +"\n" +"Do you want to enter the job again?" +msgstr "" + +#: ../src/import-export/hbci/dialog-pass.c:145 +msgid "The two passwords didn't match. Please try again." +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:143 +#, c-format +msgid "%s at %s (code %s)" +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:148 +#, c-format +msgid "%s at bank code %s" +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:506 +msgid "Choose AqBanking Backend" +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:507 +msgid "Please choose an AqBanking backend to be configured" +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:508 +msgid "Co_nfigure" +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:661 +msgid "" +"The external program \"AqBanking Setup Wizard\" failed to run successfully " +"because the additional software \"Qt\" was not found. Please install the " +"\"Qt/Windows Open Source Edition\" from Trolltech by downloading it from www." +"trolltech.com\n" +"\n" +"If you have installed Qt already, you will have to adapt the PATH variable " +"of your system appropriately. Contact the GnuCash developers if you need " +"further assistance on how to install Qt correctly.\n" +"\n" +"Online Banking cannot be setup without Qt. Press \"Close\" now, then " +"\"Cancel\" to cancel the Online Banking setup." +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:678 +msgid "" +"The external program \"AqBanking Setup Wizard\" failed to run successfully. " +"Online Banking can only be setup if this wizard has run successfully. " +"Please try running the \"AqBanking Setup Wizard\" again." +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:689 +#, c-format +msgid "" +"The external program \"AqBanking Setup Wizard\" has not been found. \n" +"\n" +"The %s package should include the program \"qt3-wizard\". Please check your " +"installation to ensure this program is present. On some distributions this " +"may require installing additional packages." +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:755 +msgid "Online Banking Account Name" +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-initial.c:762 +msgid "GnuCash Account Name" +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-utils.c:152 +#, c-format +msgid "The file %s does not exist. Would you like to create it now?" +msgstr "" + +#: ../src/import-export/hbci/druid-hbci-utils.c:165 +#, c-format +msgid "" +"The directory for file %s does not exist. Please choose another place for " +"this file." +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:1 +msgid "(filled in automatically)" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:2 +msgid "From" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:3 +msgid "Log Messages" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:4 +msgid "Progress" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:5 +msgid "To" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:6 +msgid "Add current" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:7 +msgid "Add the current online transaction as a new transaction template" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:9 +msgid "Bank Code" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:10 +msgid "Choose an Online Banking Version to use with the selected bank:" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:11 +msgid "" +"Click on the line of an Online Banking account name if you want to match it " +"to a GnuCash account. Click \"Forward\" when all desired accounts are " +"matching." +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:12 +msgid "Close when finished" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:13 +msgid "Current Action" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:14 +msgid "Current Job" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:15 +msgid "Date range of transactions to retrieve:" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:16 +msgid "Delete the currently selected transaction template" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:17 +msgid "E_nter date:" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:18 +msgid "Ente_r date:" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:19 +msgid "Enter an Online Transaction" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:20 +msgid "Enter name for new template:" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:21 +msgid "Execute Now" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:22 +msgid "Execute later (unimpl.)" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:23 +msgid "Execute this online transaction now" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:24 +msgid "Get Transactions Online" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:25 +msgid "Initial Online Banking Setup" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:26 +msgid "Match Online Banking accounts with GnuCash accounts" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:27 +msgid "Move the selected transaction template one row down" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:28 +msgid "Move the selected transaction template one row up" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:29 +msgid "Name for new template" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:30 +msgid "Online Banking Connection Window" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:31 +msgid "Online Banking Setup Finished" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:32 +msgid "Online Banking Version" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:33 +msgid "Online Transaction" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:34 +msgid "Originator Account Number" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:35 +msgid "Originator Name" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:36 +msgid "Payment Purpose (only for recipient)" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:37 +msgid "Payment Purpose continued" +msgstr "" + +#. src/import-export/qif-import/qif-file.scm +#. src/import-export/qif-import/qif-to-gnc.scm +#. src/import-export/qif-import/qif-merge-groups.scm +#: ../src/import-export/hbci/glade/hbci.glade.h:38 +#: ../intl-scm/guile-strings.c:3166 ../intl-scm/guile-strings.c:3172 +#: ../intl-scm/guile-strings.c:3180 +msgid "Progress" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:39 +msgid "Recipient Account Number" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:40 +msgid "Recipient Bank Code" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:41 +msgid "Recipient Name" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:42 +msgid "Sort" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:43 +msgid "Sort the list of transaction templates alphabetically" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:44 +msgid "Start AqBanking Setup Wizard" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:45 +msgid "Start Online Banking Wizard" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:46 +msgid "" +"The Setup of your Online Banking connection is handled by the external " +"program \"AqBanking Setup Wizard\". Please press the button below to start " +"this program." +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:47 +msgid "" +"The setup for matching Online Banking accounts to GnuCash accounts is now " +"finished. You can now invoke Online Banking actions on those accounts.\n" +"\n" +"If you want to add another bank, user, or account, you can start this druid " +"again anytime.\n" +"\n" +"Press \"Apply\" now." +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:52 +msgid "" +"This druid helps you setting up your Online Banking connection with your " +"bank.\n" +"\n" +"You first need to apply for Online Banking access at your bank. If your " +"bank decides to grant you electronic access, they will send you a letter " +"containing \n" +"\n" +"* The bank code of your bank\n" +"* The user ID that identifies you to your bank\n" +"* The Internet address of your bank's Online Banking server\n" +"* For HBCI Online Banking, information about the cryptographic public key of " +"your bank (\"Ini-Letter\").\n" +"\n" +"This information will be needed in the following. Press \"Forward\" now.\n" +"\n" +"NOTE: NO WARRANTIES FOR ANYTHING. Some banks run a poorly implemented Online " +"Banking server. You should not rely on time-critical transfers through " +"Online Banking, because sometimes the bank does not give you correct " +"feedback when a transfer is rejected.\n" +"\n" +"Press \"Cancel\" if you do not wish to setup any Online Banking connection " +"now." +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:66 +msgid "Use Transaction Template" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:67 +msgid "Version" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:68 +msgid "_Earliest possible date" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:69 +msgid "_Last retrieval date" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:70 +msgid "_Now" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:71 +msgid "_Start AqBanking Wizard" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:72 +msgid "at Bank" +msgstr "" + +#: ../src/import-export/hbci/glade/hbci.glade.h:73 +msgid "something" +msgstr "" + +#: ../src/import-export/hbci/glade/hbcipass.glade.h:1 +msgid "Confirm Password:" +msgstr "" + +#: ../src/import-export/hbci/glade/hbcipass.glade.h:2 +msgid "Enter Password" +msgstr "" + +#: ../src/import-export/hbci/glade/hbcipass.glade.h:3 +msgid "Enter and confirm your new password" +msgstr "" + +#: ../src/import-export/hbci/glade/hbcipass.glade.h:4 +msgid "Enter new Password" +msgstr "" + +#: ../src/import-export/hbci/glade/hbcipass.glade.h:5 +msgid "Enter your password" +msgstr "" + +#: ../src/import-export/hbci/glade/hbcipass.glade.h:6 +msgid "Password:" +msgstr "" + +#: ../src/import-export/hbci/glade/hbciprefs.glade.h:1 +msgid "Online Banking" +msgstr "" + +#: ../src/import-export/hbci/glade/hbciprefs.glade.h:2 +msgid "Activate verbose debug messages for Online Banking." +msgstr "" + +#: ../src/import-export/hbci/glade/hbciprefs.glade.h:4 +msgid "Remember _PIN" +msgstr "" + +#: ../src/import-export/hbci/glade/hbciprefs.glade.h:5 +msgid "Remember the Online Banking PIN in memory during a session." +msgstr "" + +#: ../src/import-export/hbci/glade/hbciprefs.glade.h:6 +msgid "_Verbose debug messages" +msgstr "" + +#: ../src/import-export/hbci/gnc-file-aqb-import.c:76 +msgid "Select a file to import" +msgstr "" + +#. Translators: Strings from this file are needed only in +#. * countries that have one of aqbanking's Online Banking +#. * techniques available. This is 'OFX DirectConnect' +#. * (U.S. and others), 'HBCI' (in Germany), or 'YellowNet' +#. * (Switzerland). If none of these techniques are available +#. * in your country, you may safely ignore strings from the +#. * import-export/hbci subdirectory. +#: ../src/import-export/hbci/gnc-hbci-getbalance.c:271 +msgid "" +"The downloaded Online Banking Balance was zero.\n" +"\n" +"Either this is the correct balance, or your bank does not support Balance " +"download in this Online Banking version. In the latter case you should " +"choose a different Online Banking version number in the Online Banking " +"(AqBanking or HBCI) Setup. After that, try again to download the Online " +"Banking Balance." +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-getbalance.c:289 +#, c-format +msgid "" +"Result of Online Banking job: \n" +"Account booked balance is %s" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-getbalance.c:296 +#, c-format +msgid "For your information: This account also has a noted balance of %s\n" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-getbalance.c:301 +msgid "" +"The booked balance is identical to the current reconciled balance of the " +"account." +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-getbalance.c:315 +msgid "Reconcile account now?" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-gettrans.c:208 +msgid "" +"The Online Banking import returned no transactions for the selected time " +"period." +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-transfer.c:136 +#: ../src/import-export/hbci/gnc-hbci-utils.c:711 +msgid "" +"The backend found an error during the preparation of the job. It is not " +"possible to execute this job. \n" +"\n" +"Most probable the bank does not support your chosen job or your Online " +"Banking account does not have the permission to execute this job. More error " +"messages might be visible on your console log.\n" +"\n" +"Do you want to enter the job again?" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-transfer.c:219 +msgid "" +"You have changed the list of online transfer templates, but you cancelled " +"the transfer dialog. Do you nevertheless want to store the changes?" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-transfer.c:250 +msgid "Online Banking Direct Debit Note" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-transfer.c:252 +msgid "Online Banking Bank-Internal Transfer" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-transfer.c:255 +msgid "Online Banking Transaction" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:357 +msgid "" +"The PIN you entered was wrong.\n" +"Do you want to try again?" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:363 +msgid "" +"The PIN you entered was wrong.\n" +"ATTENTION: You have zero further wrong retries left!\n" +"Do you want to try again?" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:370 +msgid "" +"Unfortunately you entered a wrong PIN for too many times. Your chip card is " +"therefore destroyed. Aborting." +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:379 +msgid "" +"No chip card has been found in the chip card reader. Do you want to try " +"again?" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:385 +msgid "" +"Unfortunately this Online Banking job is not supported by your bank or for " +"your account. Aborting." +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:393 +msgid "" +"The server of your bank refused the Online Banking connection. Please try " +"again later. Aborting." +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:544 +msgid "" +"Executing the Online Banking outbox failed. Please check the log window." +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:572 +#, c-format +msgid "" +"A debit note has been refused by the bank. The refused debit note has the " +"following data:\n" +"Remote bank code: \"%s\"\n" +"Remote account number: \"%s\"\n" +"Description and remote name: \"%s\"\n" +"Value: \"%s\"\n" +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:588 +msgid "" +"One of the jobs was sent to the bank successfully, but the bank is refusing " +"to execute the job. Please check the log window for the exact error message " +"of the bank. The line with the error message contains a code number that is " +"greater than 9000.\n" +"\n" +"The job has been removed from the queue." +msgstr "" + +#: ../src/import-export/hbci/gnc-hbci-utils.c:663 +msgid "" +"No Online Banking account found for this gnucash account. These transactions " +"will not be executed by Online Banking." +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../src/import-export/hbci/gnc-hbci-utils.c:811 +#: ../intl-scm/guile-strings.c:3142 ../intl-scm/guile-strings.c:3164 +msgid "Unspecified" +msgstr "" + +#. Menus +#: ../src/import-export/hbci/gnc-plugin-hbci.c:96 +msgid "_Online Actions" +msgstr "" + +#. Menu Items +#: ../src/import-export/hbci/gnc-plugin-hbci.c:99 +msgid "_Online Banking Setup..." +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:100 +msgid "" +"Initial setup of Online Banking access (HBCI, or OFX DirectConnect, using " +"AqBanking)" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:102 +msgid "Get _Balance" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:103 +msgid "Get the account balance online through Online Banking" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:105 +msgid "Get _Transactions..." +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:106 +msgid "Get the transactions online through Online Banking" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:108 +msgid "_Issue Transaction..." +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:109 +msgid "Issue a new transaction online through Online Banking" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:117 +msgid "I_nternal Transaction..." +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:118 +msgid "Issue a new bank-internal transaction online through Online Banking" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:121 +msgid "_Direct Debit..." +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:122 +msgid "Issue a new direct debit note online through Online Banking" +msgstr "" + +#. File -> Import menu item +#: ../src/import-export/hbci/gnc-plugin-hbci.c:126 +msgid "Import _MT940" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:127 +msgid "Import a MT940 file into GnuCash" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:129 +msgid "Import MT94_2" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:130 +msgid "Import a MT942 file into GnuCash" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:132 +msgid "Import _DTAUS" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:133 +msgid "Import a DTAUS file into GnuCash" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:136 +msgid "Import _CSV" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:137 +msgid "Import a CSV file into GnuCash" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:139 +msgid "Import CSV and s_end..." +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:140 +msgid "" +"Import a CSV file into GnuCash and send the transfers online through Online " +"Banking" +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:143 +msgid "Import DTAUS and _send..." +msgstr "" + +#: ../src/import-export/hbci/gnc-plugin-hbci.c:144 +msgid "" +"Import a DTAUS file into GnuCash and send the transfers online through " +"Online Banking" +msgstr "" + +#: ../src/import-export/hbci/hbci-interaction.c:401 +#, c-format +msgid "" +"The PIN needs to be at least %d characters long. Do you want to try again?" +msgstr "" + +#: ../src/import-export/hbci/hbci-interaction.c:414 +#, c-format +msgid "" +"You entered %ld characters, but the PIN must be no longer than %d " +"characters. Do you want to try again?" +msgstr "" + +#: ../src/import-export/hbci/hbci-interaction.c:482 +#, c-format +msgid "" +"This TAN needs to be at least %d characters long. Do you want to try again?" +msgstr "" + +#: ../src/import-export/hbci/hbci-interaction.c:495 +#, c-format +msgid "" +"You entered %ld characters, but the TAN must be no longer than %d " +"characters. Do you want to try again?" +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:1 +msgid "CSV import data format" +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:2 +msgid "Close dialog when finished" +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:3 +msgid "DTAUS import data format" +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:4 +msgid "Enables verbose debug messages for HBCI/AqBanking Online Banking." +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:5 +msgid "" +"If active, the PIN for HBCI/AqBanking actions will be remembered in memory " +"during a session. Otherwise it will have to be entered again each time " +"during a session when it is needed." +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:6 +msgid "" +"If active, the window will be closed automatically when you finish the HBCI/" +"AqBanking import process. Otherwise it will stay open." +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:7 +msgid "Remember the PIN in memory" +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:8 +msgid "SWIFT MT940 import data format" +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:9 +msgid "SWIFT MT942 import data format" +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:12 +msgid "" +"This setting specifies the data format when importing CSV files. The " +"AqBanking library offers various import formats (called \"profiles\") of " +"which you can choose one here." +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:13 +msgid "" +"This setting specifies the data format when importing DTAUS files. The " +"AqBanking library offers various import formats (called \"profiles\") of " +"which you can choose one here." +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:14 +msgid "" +"This setting specifies the data format when importing SWIFT MT940 files. The " +"AqBanking library offers various import formats (called \"profiles\") of " +"which you can choose one here." +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:15 +msgid "" +"This setting specifies the data format when importing SWIFT MT942 files. The " +"AqBanking library offers various import formats (called \"profiles\") of " +"which you can choose one here." +msgstr "" + +#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:16 +msgid "Verbose HBCI debug messages" +msgstr "" + +#: ../src/import-export/import-account-matcher.c:82 +msgid "Account ID" +msgstr "" + +#: ../src/import-export/import-account-matcher.c:212 +msgid "(Full account ID: " +msgstr "" + +#: ../src/import-export/import-account-matcher.c:239 +#, c-format +msgid "" +"The account %s is a placeholder account and does not allow transactions. " +"Please choose a different account." +msgstr "" + +#: ../src/import-export/import-commodity-matcher.c:112 +msgid "" +"Please select a commodity to match the following exchange specific code. " +"Please note that the exchange code of the commodity you select will be " +"overwritten." +msgstr "" + +#: ../src/import-export/import-format-dialog.c:59 +msgid "Period: 123,456.78" +msgstr "" + +#: ../src/import-export/import-format-dialog.c:67 +msgid "Comma: 123.456,78" +msgstr "" + +#: ../src/import-export/import-format-dialog.c:75 +msgid "m/d/y" +msgstr "" + +#: ../src/import-export/import-format-dialog.c:83 +msgid "d/m/y" +msgstr "" + +#: ../src/import-export/import-format-dialog.c:91 +msgid "y/m/d" +msgstr "" + +#: ../src/import-export/import-format-dialog.c:99 +msgid "y/d/m" +msgstr "" + +#: ../src/import-export/import-main-matcher.c:208 +msgid "Destination account for the auto-balance split." +msgstr "" + +#: ../src/import-export/import-main-matcher.c:423 +msgid "A" +msgstr "" + +#: ../src/import-export/import-main-matcher.c:425 +msgid "R" +msgstr "" + +#: ../src/import-export/import-main-matcher.c:435 +msgid "Info" +msgstr "" + +#: ../src/import-export/import-main-matcher.c:586 +msgid "New, already balanced" +msgstr "" + +#. Translators: %1$s is the amount to be +#. transferred. %2$s is the destination account. +#: ../src/import-export/import-main-matcher.c:610 +#, c-format +msgid "New, transfer %s to (manual) \"%s\"" +msgstr "" + +#. Translators: %1$s is the amount to be +#. transferred. %2$s is the destination account. +#: ../src/import-export/import-main-matcher.c:618 +#, c-format +msgid "New, transfer %s to (auto) \"%s\"" +msgstr "" + +#. Translators: %s is the amount to be transferred. +#: ../src/import-export/import-main-matcher.c:629 +#, c-format +msgid "New, UNBALANCED (need acct to transfer %s)!" +msgstr "" + +#: ../src/import-export/import-main-matcher.c:641 +msgid "Reconcile (manual) match" +msgstr "" + +#: ../src/import-export/import-main-matcher.c:645 +msgid "Reconcile (auto) match" +msgstr "" + +#: ../src/import-export/import-main-matcher.c:651 +msgid "Match missing!" +msgstr "" + +#: ../src/import-export/import-main-matcher.c:660 +msgid "Do not import (no action selected)" +msgstr "" + +#: ../src/import-export/import-match-picker.c:363 +msgid "Confidence" +msgstr "" + +#: ../src/import-export/import-provider-format.glade.h:1 +msgid "(no)" +msgstr "" + +#: ../src/import-export/import-provider-format.glade.h:2 +#: ../src/import-export/qif-import/qif.glade.h:9 +msgid "Click \"Back\" to cancel the loading of this file and choose another." +msgstr "" + +#: ../src/import-export/import-provider-format.glade.h:3 +msgid "Sample data:" +msgstr "" + +#: ../src/import-export/import-provider-format.glade.h:4 +#: ../src/import-export/qif-import/qif.glade.h:68 +msgid "Set a date format for this QIF file" +msgstr "" + +#: ../src/import-export/import-provider-format.glade.h:5 +#: ../src/import-export/qif-import/qif.glade.h:71 +msgid "" +"The QIF file format does not specify which order the day, month, and year " +"components of a date are printed. In most cases, it is possible to " +"automatically determine which format is in use in a particular file. " +"However, in the file you have just imported there exist more than one " +"possible format that fits the data. \n" +"\n" +"Please select a date format for the file. QIF files created by European " +"software are likely to be in \"d-m-y\" or day-month-year format, where US " +"QIF files are likely to be \"m-d-y\" or month-day-year. \n" +msgstr "" + +#: ../src/import-export/log-replay/gnc-log-replay.c:522 +msgid "Select a .log file to replay" +msgstr "" + +#. Translators: %s is the file name. +#: ../src/import-export/log-replay/gnc-log-replay.c:541 +#, c-format +msgid "Cannot open the current log file: %s" +msgstr "" + +#. Translation note: +#. * First argument is the filename, +#. * second argument is the error. +#. +#: ../src/import-export/log-replay/gnc-log-replay.c:554 +#, c-format +msgid "Failed to open log file: %s: %s" +msgstr "" + +#: ../src/import-export/log-replay/gnc-log-replay.c:561 +msgid "The log file you selected was empty." +msgstr "" + +#: ../src/import-export/log-replay/gnc-log-replay.c:567 +msgid "" +"The log file you selected cannot be read. The file header was not " +"recognized." +msgstr "" + +#: ../src/import-export/log-replay/gnc-plugin-log-replay.c:45 +msgid "_Replay GnuCash .log file..." +msgstr "" + +#: ../src/import-export/log-replay/gnc-plugin-log-replay.c:46 +msgid "Replay a GnuCash log file after a crash. This cannot be undone." +msgstr "" + +#. This string is a default account +#. name. It MUST NOT contain the +#. character ':' anywhere in it or +#. in any translations. +#: ../src/import-export/ofx/gnc-ofx-import.c:357 +#, c-format +msgid "Stock account for security \"%s\"" +msgstr "" + +#. This string is a default account +#. name. It MUST NOT contain the +#. character ':' anywhere in it or +#. in any translations. +#: ../src/import-export/ofx/gnc-ofx-import.c:423 +#, c-format +msgid "Income account for security \"%s\"" +msgstr "" + +#: ../src/import-export/ofx/gnc-ofx-import.c:578 +msgid "Unknown OFX checking account" +msgstr "" + +#: ../src/import-export/ofx/gnc-ofx-import.c:582 +msgid "Unknown OFX savings account" +msgstr "" + +#: ../src/import-export/ofx/gnc-ofx-import.c:586 +msgid "Unknown OFX money market account" +msgstr "" + +#: ../src/import-export/ofx/gnc-ofx-import.c:590 +msgid "Unknown OFX credit line account" +msgstr "" + +#: ../src/import-export/ofx/gnc-ofx-import.c:594 +msgid "Unknown OFX CMA account" +msgstr "" + +#: ../src/import-export/ofx/gnc-ofx-import.c:598 +msgid "Unknown OFX credit card account" +msgstr "" + +#: ../src/import-export/ofx/gnc-ofx-import.c:602 +msgid "Unknown OFX investment account" +msgstr "" + +#: ../src/import-export/ofx/gnc-ofx-import.c:653 +msgid "Select an OFX/QFX file to process" +msgstr "" + +#: ../src/import-export/ofx/gnc-plugin-ofx.c:44 +msgid "Import _OFX/QFX..." +msgstr "" + +#: ../src/import-export/ofx/gnc-plugin-ofx.c:45 +msgid "Process an OFX/QFX response file" +msgstr "" + +#: ../src/import-export/qif-import/dialog-account-picker.c:167 +msgid "Enter a name for the account" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:389 +msgid "Select QIF File" +msgstr "" + +#. stay here if no file specified +#: ../src/import-export/qif-import/druid-qif-import.c:479 +msgid "Please select a file to load." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:485 +msgid "File not found or read permission denied. Please select another file." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:497 +msgid "That QIF file is already loaded. Please select another file." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:527 +#, c-format +msgid "QIF file load warning: %s" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:534 +msgid "An error occurred while loading the QIF file." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:542 +#, c-format +msgid "QIF file load failed: %s" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:605 +msgid "An error occurred while parsing the QIF file." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:615 +#, c-format +msgid "QIF file parse failed: %s" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:873 +msgid "You must enter an account name." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1056 +msgid "GnuCash account name" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1307 +msgid "" +"An error occurred while importing QIF transactions into GnuCash. Your " +"accounts are unchanged." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1351 +#: ../src/import-export/qif-import/druid-qif-import.c:1803 +msgid "(split)" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1522 +msgid "You must enter a Type for the commodity." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1529 +msgid "You must enter a name for the commodity." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1534 +msgid "You must enter an abbreviation for the commodity." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1543 +msgid "You must enter an existing national currency or enter a different type." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1681 +#, c-format +msgid "Enter information about \"%s\"" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1693 +msgid "Pick the commodity's exchange or listing (NASDAQ, NYSE, etc)." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1717 +msgid "Enter the full name of the commodity, such as \"Red Hat Stock\"" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1739 +msgid "" +"Enter the ticker symbol (such as \"RHAT\") or other unique abbreviation for " +"the name." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:1760 +msgid "Click \"Forward\" to accept the information and move on." +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:2150 +msgid "QIF account name" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:2153 +msgid "QIF category name" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:2156 +msgid "QIF payee/memo" +msgstr "" + +#: ../src/import-export/qif-import/druid-qif-import.c:2219 +msgid "Dup?" +msgstr "" + +#: ../src/import-export/qif-import/gnc-plugin-qif-import.c:48 +msgid "Import _QIF..." +msgstr "" + +#: ../src/import-export/qif-import/gnc-plugin-qif-import.c:49 +msgid "Import a Quicken QIF file" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:1 +msgid "QIF Import" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:2 +msgid "Account name:" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:3 +msgid "Accounts and stock holdings" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:4 +msgid "" +"Click \"Apply\" to import data from the staging area and update your GnuCash " +"accounts. The account and category matching information you have entered " +"will be saved and used for defaults the next time you use the QIF import " +"facility. \n" +"\n" +"Click \"Back\" to review your account and category matchings, to change " +"currency and security settings for new accounts, or to add more files to the " +"staging area.\n" +"\n" +"Click \"Cancel\" to abort the QIF import process." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:10 +msgid "Click \"Forward\" to check matchings for QIF categories. " +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:11 +msgid "" +"Click \"Forward\" to enter information about stocks and mutual funds in the " +"imported data." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:12 +msgid "" +"Click \"Forward\" to enter information about the currency used in your QIF " +"files." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:13 +msgid "" +"Click \"Load another file\" if you have more data to import at this time. Do " +"this if you have saved your accounts to separate QIF files.\n" +"\n" +"Click \"Forward\" to finish loading files and move to the next step of the " +"QIF import process. " +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:16 +msgid "Enter the currency used for new accounts" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:17 +msgid "" +"GnuCash can import financial data from QIF (Quicken Interchange Format) " +"files written by Quicken/QuickBooks, MS Money, Moneydance, and many other " +"programs. \n" +"\n" +"The import process has several steps. Your GnuCash accounts will not be " +"changed until you click \"Apply\" at the end of the process. \n" +"\n" +"Click \"Forward\" to start loading your QIF data, or \"Cancel\" to abort the " +"process. " +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:22 +msgid "" +"GnuCash uses separate Income and Expense accounts rather than categories to " +"classify your transactions. Each of the categories in your QIF file will be " +"converted to a GnuCash account. \n" +"\n" +"On the next page, you will have an opportunity to look at the suggested " +"matches between QIF categories and GnuCash accounts. You may change matches " +"that you do not like by double-clicking on the line containing the category " +"name.\n" +"\n" +"If you change your mind later, you can reorganize the account structure " +"safely within GnuCash." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:27 +msgid "" +"If you are importing a QIF file downloaded from a bank or other financial " +"institution, some of the information in the QIF file may duplicate " +"information already in your GnuCash accounts. GnuCash will try to detect " +"duplicates of existing transactions. \n" +"\n" +"On the next page, you will be asked to confirm that an existing transaction " +"matches an imported transaction. Imported transactions are shown on the " +"left side of the page, and possible matches for the selected left-hand " +"transaction are shown to the right. There may be several old transactions " +"that could match an imported transaction; you will be able to select the " +"correct one by double-clicking in the \"Dup?\" column of the correct " +"transaction.\n" +"\n" +"You can control the rules used by GnuCash to find duplicate transactions in " +"the \"QIF Import\" section of the GnuCash Preferences dialog.\n" +"\n" +"Click \"Forward\" to find duplicate transactions. " +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:34 +msgid "Import QIF files" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:35 +msgid "Imported transactions with duplicates" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:36 +msgid "" +"In the next pages, you will be asked to provide information about stocks, " +"mutual funds, and other tradable commodities that appear in the QIF file(s) " +"you are importing. GnuCash requires more information about tradable " +"commodities than the QIF format can represent. \n" +"\n" +"Each stock, mutual fund, or other commodity must have a type, which is the " +"exchange or listing that it is found on (NASDAQ, NYSE, US Mutual Funds, " +"etc), a full name, and an abbreviation.\n" +"\n" +"Check to see if there is an existing Type that is appropriate; if not, you " +"can enter a new Type name by hand in the box. Make sure that the " +"abbreviation you enter matches the ticker symbol used for the commodity on " +"the exchange or listing for its type." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:41 +msgid "Income and Expense categories" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:43 +msgid "Match QIF accounts with GnuCash accounts" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:44 +msgid "Match QIF categories with GnuCash accounts" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:45 +msgid "Match duplicate transactions" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:46 +msgid "Match payees/memos to GnuCash accounts" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:47 +msgid "" +"On the next page, the accounts in your QIF files and any stocks or mutual " +"funds you own will be matched with GnuCash accounts. If a GnuCash account " +"already exists with the same name, or a similar name and compatible type, " +"that account will be used as a match; otherwise, GnuCash will create a new " +"account with the same name and type as the QIF account. If you do not like " +"the suggested GnuCash account, double-click to change it.\n" +"\n" +"Note that GnuCash will be creating many accounts that did not exist on your " +"other personal finance program, including a separate account for each stock " +"you own, separate accounts for the brokerage commissions, special \"Equity\" " +"accounts (subaccounts of Retained Earnings, by default) which are the source " +"of your opening balances, etc. All of these accounts will appear on the next " +"page so you can change them if you want to, but it is safe to leave them " +"alone.\n" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:51 +msgid "Payees and memos" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:52 +msgid "" +"Please select a file to load. When you click \"Forward\", the file will be " +"loaded and analyzed. You may need to answer some questions about the account" +"(s) in the file.\n" +"\n" +"You will have the opportunity to load as many files as you wish, so don't " +"worry if your data is in multiple files. \n" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:56 +msgid "Possible duplicates for selected new transaction" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:58 +msgid "QIF Import" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:59 +msgid "" +"QIF files downloaded from banks and other financial institutions may not " +"have information about Accounts and Categories which would allow them to be " +"correctly assigned to GnuCash accounts. \n" +"\n" +"In the following page, you will see the text that appears in the Payee and " +"Memo fields of transactions with no QIF Account or Category. By default " +"these transactions are assigned to the 'Unspecified' account in GnuCash. If " +"you select a different account, it will be remembered for future QIF files. " +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:62 +msgid "QIF files you have loaded" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:64 +msgid "Select a QIF file to load" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:66 +msgid "Select possible duplicates" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:69 +msgid "Set the default QIF account name" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:70 +msgid "Show some documentation-only pages in QIF Import druid." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:75 +msgid "" +"The QIF file that you just loaded appears to contain transactions for just " +"one account, but the file does not specify a name for that account. \n" +"\n" +"Please enter a name for the account. If the file was exported from another " +"accounting program, you should use the same account name that was used in " +"that program.\n" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:79 +msgid "" +"The QIF importer cannot currently handle multi-currency QIF files. All the " +"accounts in the QIF file(s) you are importing must be denominated in the " +"same currency. This limitation should be removed soon.\n" +"\n" +"Select the currency to use for transactions imported from your QIF files:\n" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:83 +msgid "Tradable commodities" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:85 +msgid "Update your GnuCash accounts" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:86 +msgid "_Show documentation" +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:1 +msgid "Add matching transactions below this score" +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:2 +msgid "Clear matching transactions above this score" +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:3 +msgid "Enable EDIT transaction action" +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:4 +msgid "Enable SKIP transaction action" +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:5 +msgid "Enable the EDIT action in the transaction matcher. NOT YET SUPPORTED." +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:6 +msgid "" +"Enable the SKIP action in the transaction matcher. If enabled, a transaction " +"whose best match's score is in the yellow zone (above the Auto-ADD threshold " +"but below the Auto-CLEAR threshold) will be skipped by default." +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:7 +msgid "" +"Enables bayesian matching when matching imported transaction against " +"existing transactions. Otherwise a less sophisticated rule-based matching " +"mechanism will be used." +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:8 +msgid "Maximum ATM fee amount in your area" +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:9 +msgid "Minimum score to be displayed" +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:12 +msgid "" +"This field specifies the extra fee that is taken into account when matching " +"imported transactions. In some places commercial ATMs (not belonging to a " +"financial institution) are installed in places like convenience stores. " +"These ATMs add their fee directly to the amount instead of showing up as a " +"separate transaction or in your monthly banking fees. For example, you " +"withdraw $100, and you are charged $101,50 plus Interac fees. If you " +"manually entered that $100, the amounts won't match. You should set this to " +"whatever is the maximum such fee in your area (in units of your local " +"currency), so the transaction will be recognised as a match." +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:13 +msgid "" +"This field specifies the minimum matching score a potential matching " +"transaction must have to be displayed in the match list." +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:14 +msgid "" +"This field specifies the threshold above which a matching transaction will " +"be cleared by default. A transaction whose best match's score is in the " +"green zone (above or equal to this Clear threshold) will be cleared by " +"default." +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:15 +msgid "" +"This field specifies the threshold below which a matching transaction will " +"be added automatically. A transaction whose best match's score is in the red " +"zone (above the display minimum score but below or equal to the Add match " +"score) will be added to the GnuCash file by default." +msgstr "" + +#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:16 +msgid "Use bayesian matching" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:159 +msgid "" +"This transaction is already being edited in another register. Please finish " +"editing it there first." +msgstr "" + +#: ../src/register/ledger-core/split-register.c:408 +msgid "Save transaction before duplicating?" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:410 +msgid "" +"The current transaction has been changed. Would you like to record the " +"changes before duplicating the transaction, or cancel the duplication?" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:717 +msgid "" +"You are about to overwrite an existing split. Are you sure you want to do " +"that?" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:746 +msgid "" +"You are about to overwrite an existing transaction. Are you sure you want to " +"do that?" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1702 +msgid "Recalculate Transaction" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1703 +msgid "" +"The values entered for this transaction are inconsistent. Which value would " +"you like to have recalculated?" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1710 +#: ../src/register/ledger-core/split-register.c:1712 +msgid "_Shares" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1710 +#: ../src/register/ledger-core/split-register.c:1717 +#: ../src/register/ledger-core/split-register.c:1724 +msgid "Changed" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1724 +#: ../src/register/ledger-core/split-register.c:1726 +msgid "_Value" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1735 +msgid "_Recalculate" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../src/register/ledger-core/split-register.c:1988 +#: ../intl-scm/guile-strings.c:104 +msgid "Deposit" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1989 +msgid "Withdraw" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1990 +msgid "Check" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1991 +#: ../src/register/ledger-core/split-register.c:2019 +#: ../src/register/ledger-core/split-register.c:2027 +#: ../src/register/ledger-core/split-register.c:2041 +#: ../src/register/ledger-core/split-register.c:2064 +msgid "Int" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1992 +#: ../src/register/ledger-core/split-register.c:2015 +msgid "ATM" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1993 +msgid "Teller" +msgstr "" + +#. Action: Point Of Sale +#: ../src/register/ledger-core/split-register.c:1995 +msgid "POS" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1996 +msgid "Phone" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:1997 +#: ../src/register/ledger-core/split-register.c:2020 +msgid "Online" +msgstr "" + +#. Action: Automatic Deposit ?!? +#: ../src/register/ledger-core/split-register.c:1999 +msgid "AutoDep" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:2000 +msgid "Wire" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:2002 +msgid "Direct Debit" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../src/register/ledger-core/split-register.c:2006 +#: ../src/register/ledger-core/split-register.c:2010 +#: ../src/register/ledger-core/split-register.c:2016 +#: ../src/register/ledger-core/split-register.c:2024 +#: ../src/register/ledger-core/split-register.c:2039 +#: ../src/register/ledger-core/split-register.c:2046 +#: ../src/register/ledger-core/split-register.c:2051 +#: ../src/register/ledger-core/split-register.c:2076 +#: ../intl-scm/guile-strings.c:114 ../intl-scm/guile-strings.c:116 +#: ../intl-scm/guile-strings.c:118 +msgid "Buy" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../src/register/ledger-core/split-register.c:2007 +#: ../src/register/ledger-core/split-register.c:2011 +#: ../src/register/ledger-core/split-register.c:2021 +#: ../src/register/ledger-core/split-register.c:2025 +#: ../src/register/ledger-core/split-register.c:2040 +#: ../src/register/ledger-core/split-register.c:2047 +#: ../src/register/ledger-core/split-register.c:2052 +#: ../src/register/ledger-core/split-register.c:2077 +#: ../intl-scm/guile-strings.c:142 ../intl-scm/guile-strings.c:144 +#: ../intl-scm/guile-strings.c:146 +msgid "Sell" +msgstr "" + +#: ../src/register/ledger-core/split-register.c:2012 +#: ../src/register/ledger-core/split-register.c:2018 +#: ../src/register/ledger-core/split-register.c:2061 +msgid "Fee" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../src/register/ledger-core/split-register.c:2043 +#: ../intl-scm/guile-strings.c:150 +msgid "Rebate" +msgstr "" + +#. Action: Dividend +#: ../src/register/ledger-core/split-register.c:2063 +msgid "Div" +msgstr "" + +#. Action: Long Term Capital Gains +#: ../src/register/ledger-core/split-register.c:2066 +msgid "LTCG" +msgstr "" + +#. Action: Short Term Capital Gains +#: ../src/register/ledger-core/split-register.c:2068 +msgid "STCG" +msgstr "" + +#. Action: Distribution +#: ../src/register/ledger-core/split-register.c:2071 +msgid "Dist" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:57 +msgid "Rebalance Transaction" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:58 +msgid "The current transaction is not balanced." +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:106 +msgid "Balance it _manually" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:108 +msgid "Let GnuCash _add an adjusting split" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:113 +msgid "Adjust current account _split total" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:119 +msgid "Adjust _other account split total" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:130 +msgid "_Rebalance" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:1042 +msgid "" +"You need to expand the transaction in order to modify its exchange rates." +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:1165 +msgid "Save the changed transaction?" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:1167 +msgid "" +"The current transaction has been changed. Would you like to record the " +"changes before moving to a new transaction, discard the changes, or return " +"to the changed transaction?" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:1180 +msgid "_Discard Changes" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:1182 +msgid "_Record Changes" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:1463 +msgid "Mark split as unreconciled?" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:1465 +msgid "" +"You are about to mark a reconciled split as unreconciled. Doing so might " +"make future reconciliation difficult! Continue with this change?" +msgstr "" + +#: ../src/register/ledger-core/split-register-control.c:1482 +msgid "_Unreconcile" +msgstr "" + +#. Translators: The 'sample:' items are +#. strings which are not displayed, but only +#. used to estimate widths. Please only +#. translate the portion after the ':' and +#. leave the rest ("sample:") as is. +#: ../src/register/ledger-core/split-register-layout.c:531 +msgid "sample:99999" +msgstr "" + +#: ../src/register/ledger-core/split-register-layout.c:539 +msgid "sample:Description of a transaction" +msgstr "" + +#: ../src/register/ledger-core/split-register-layout.c:563 +#: ../src/register/ledger-core/split-register-layout.c:603 +#: ../src/register/ledger-core/split-register-layout.c:611 +#: ../src/register/ledger-core/split-register-layout.c:619 +#: ../src/register/ledger-core/split-register-layout.c:629 +#: ../src/register/ledger-core/split-register-layout.c:637 +#: ../src/register/ledger-core/split-register-layout.c:645 +#: ../src/register/ledger-core/split-register-layout.c:653 +#: ../src/register/ledger-core/split-register-layout.c:661 +msgid "sample:999,999.000" +msgstr "" + +#: ../src/register/ledger-core/split-register-layout.c:595 +msgid "sample:Memo field sample text string" +msgstr "" + +#: ../src/register/ledger-core/split-register-layout.c:669 +msgid "Type:T" +msgstr "" + +#: ../src/register/ledger-core/split-register-layout.c:677 +msgid "sample:Notes field sample text string" +msgstr "" + +#: ../src/register/ledger-core/split-register-layout.c:685 +msgid "sample:No Particular Reason" +msgstr "" + +#: ../src/register/ledger-core/split-register-layout.c:693 +#: ../src/register/ledger-core/split-register-layout.c:701 +msgid "sample:(x + 0.33 * y + (x+y) )" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:120 +msgid "Ref" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:256 +#: ../src/register/ledger-core/split-register-model.c:280 +#, c-format +msgid "Tot %s" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:262 +msgid "Tot Credit" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:286 +msgid "Tot Debit" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:295 +msgid "Tot Shares" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:316 +msgid "Debit Formula" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:323 +msgid "Credit Formula" +msgstr "" + +#. This seems to be the one that initially gets used, the InactiveDateCell +#. is set to, and subsequently displayed. +#: ../src/register/ledger-core/split-register-model.c:805 +msgid "Scheduled" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:836 +msgid "Enter the transaction reference, such as the invoice or check number" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:840 +msgid "Enter the transaction number, such as the check number" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:874 +msgid "Enter the name of the Customer" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:877 +msgid "Enter the name of the Vendor" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:880 +msgid "Enter a description of the transaction" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:910 +msgid "Enter notes for the transaction" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:940 +msgid "Reason the transaction was voided" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1032 +msgid "Enter the type of transaction, or choose one from the list" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1060 +msgid "Enter a description of the split" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1135 +msgid "Enter the effective share price" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1171 +msgid "Enter the number of shares bought or sold" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1222 +#: ../src/register/ledger-core/split-register-model.c:1288 +msgid "Enter the account to transfer from, or choose one from the list" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1298 +msgid "" +"This transaction has multiple splits; press the Split button to see them all" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1301 +msgid "" +"This transaction is a stock split; press the Split button to see details" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1618 +#, c-format +msgid "" +"Cannot modify or delete this transaction. This transaction is marked read-" +"only because:\n" +"\n" +"'%s'" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1670 +msgid "Change reconciled split?" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1672 +msgid "" +"You are about to change a reconciled split. Doing so might make future " +"reconciliation difficult! Continue with this change?" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1685 +msgid "Chan_ge Split" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1771 +msgid "Enter debit formula for real transaction" +msgstr "" + +#: ../src/register/ledger-core/split-register-model.c:1801 +msgid "Enter credit formula for real transaction" +msgstr "" + +#: ../src/register/register-gnome/gnucash-item-list.c:476 +msgid "List" +msgstr "" + +#: ../src/report/report-gnome/dialog-column-view.c:332 +msgid "Contents" +msgstr "" + +#. src/report/report-gnome/report-gnome.scm +#. src/business/business-reports/owner-report.scm +#: ../src/report/report-gnome/dialog-column-view.c:361 +#: ../intl-scm/guile-strings.c:966 ../intl-scm/guile-strings.c:3530 +msgid "Report" +msgstr "" + +#: ../src/report/report-gnome/dialog-column-view.c:367 +msgid "Cols" +msgstr "" + +#: ../src/report/report-gnome/dialog-column-view.c:373 +msgid "Rows" +msgstr "" + +#: ../src/report/report-gnome/dialog-style-sheet.c:140 +#, c-format +msgid "HTML Style Sheet Properties: %s" +msgstr "" + +#: ../src/report/report-gnome/dialog-style-sheet.c:372 +msgid "Style Sheet Name" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:275 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:276 +msgid "The numeric ID of the report." +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:953 +msgid "_Print Report..." +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:954 +msgid "Print the current report" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:968 +msgid "Add _Report" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:969 +msgid "" +"Add the current report to the `Custom' menu for later use. The report will " +"be saved in the file ~/.gnucash/saved-reports-2.0. It will be accessible as " +"menu entry in the report menu at the next startup of GnuCash." +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:974 +msgid "Export _Report" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:975 +msgid "Export HTML-formatted report to file" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:977 +msgid "_Report Options" +msgstr "" + +#. src/report/report-system/html-utilities.scm +#: ../src/report/report-gnome/gnc-plugin-page-report.c:978 +#: ../intl-scm/guile-strings.c:946 ../intl-scm/guile-strings.c:952 +#: ../intl-scm/guile-strings.c:958 +msgid "Edit report options" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:981 +msgid "Back" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:982 +msgid "Move back one step in the history" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:984 +msgid "Forward" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:985 +msgid "Move forward one step in the history" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:987 +msgid "Reload" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:988 +msgid "Reload the current page" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:990 +msgid "Stop" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:991 +msgid "Cancel outstanding HTML requests" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:998 +msgid "Print" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1277 +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1314 +msgid "HTML" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1280 +msgid "Choose export format" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1281 +msgid "Choose the export format for this report:" +msgstr "" + +#. %s is the type of what is about to be saved, e.g. "HTML". +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1321 +#, c-format +msgid "Save %s To File" +msgstr "" + +#. %s is the strerror(3) string of the error that occurred. +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1336 +#, c-format +msgid "" +"You cannot save to that filename.\n" +"\n" +"%s" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1346 +msgid "You cannot save to that file." +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1435 +#, c-format +msgid "Could not open the file %s. The error is: %s" +msgstr "" + +#: ../src/report/report-gnome/gnc-plugin-page-report.c:1466 +msgid "There are no options for this report." +msgstr "" + +#. * @} +#. * @} +#: ../src/report/report-gnome/report.glade.h:1 +msgid "<< _Remove" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:2 +msgid "A_vailable reports" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:3 +msgid "Available style sheets" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:4 +msgid "New style sheet info" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:5 +msgid "Style sheet options" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:6 +msgid "_Selected Reports" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:7 +msgid "A_dd >>" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:8 +msgid "Enter report row/column span" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:9 +msgid "HTML Style Sheets" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:10 +msgid "Move _up" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:11 +msgid "Move dow_n" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:12 +msgid "New Style Sheet" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:13 +msgid "Report Size" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:14 +msgid "Select HTML Style Sheet" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:15 +msgid "Si_ze..." +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:16 +msgid "_Column span:" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:19 +msgid "_Row span:" +msgstr "" + +#: ../src/report/report-gnome/report.glade.h:20 +msgid "_Template:" +msgstr "" + +#: ../src/report/report-gnome/window-report.c:101 +msgid "Set the report options you want using this dialog." +msgstr "" + +#. src/report/utility-reports/view-column.scm +#: ../src/report/report-gnome/window-report.c:202 +#: ../intl-scm/guile-strings.c:984 +msgid "Report error" +msgstr "" + +#. src/report/utility-reports/view-column.scm +#: ../src/report/report-gnome/window-report.c:203 +#: ../intl-scm/guile-strings.c:986 +msgid "An error occurred while running the report." +msgstr "" + +#: ../src/report/report-gnome/window-report.c:236 +#: ../src/report/report-gnome/window-report.c:258 +#, c-format +msgid "Badly formed options URL: %s" +msgstr "" + +#: ../src/report/report-gnome/window-report.c:246 +#, c-format +msgid "Badly-formed report id: %s" +msgstr "" + +#. Menu Items +#: ../src/report/stylesheets/gnc-plugin-stylesheets.c:49 +msgid "St_yle Sheets" +msgstr "" + +#: ../src/report/stylesheets/gnc-plugin-stylesheets.c:50 +msgid "Edit report style sheets." +msgstr "" + +#: ../lib/libqof/backend/file/qsf-backend.c:107 +msgid "Level of compression to use: 0 for none, 9 for highest." +msgstr "" + +#: ../lib/libqof/backend/file/qsf-backend.c:108 +msgid "" +"QOF can compress QSF XML files using gzip. Note that compression is not used " +"when outputting to STDOUT." +msgstr "" + +#: ../lib/libqof/backend/file/qsf-backend.c:116 +msgid "List of QSF map files to use for this session." +msgstr "" + +#: ../lib/libqof/backend/file/qsf-backend.c:117 +msgid "" +"QOF can convert objects within QSF XML files using a map of the changes " +"required." +msgstr "" + +#: ../lib/libqof/backend/file/qsf-backend.c:125 +msgid "String encoding to use when writing the XML file." +msgstr "" + +#: ../lib/libqof/backend/file/qsf-backend.c:126 +msgid "" +"QSF defaults to UTF-8. Other encodings are supported by passing the string " +"encoding in this option." +msgstr "" + +#. src/scm/main-window.scm +#: ../intl-scm/guile-strings.c:2 +msgid "Book Options" +msgstr "" + +#. src/scm/command-line.scm +#: ../intl-scm/guile-strings.c:4 +msgid "" +"A list of directories (strings) indicating where to look for html and parsed-" +"html files. Each element must be a string representing a directory or a " +"symbol where 'default expands to the default path, and 'current expands to " +"the current value of the path." +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:8 ../intl-scm/guile-strings.c:10 +#: ../intl-scm/guile-strings.c:52 ../intl-scm/guile-strings.c:54 +msgid "No commodities marked for quote retrieval." +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:12 ../intl-scm/guile-strings.c:14 +#: ../intl-scm/guile-strings.c:30 ../intl-scm/guile-strings.c:32 +#: ../intl-scm/guile-strings.c:56 ../intl-scm/guile-strings.c:58 +#: ../intl-scm/guile-strings.c:74 ../intl-scm/guile-strings.c:76 +msgid "Unable to get quotes or diagnose the problem." +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:16 ../intl-scm/guile-strings.c:19 +#: ../intl-scm/guile-strings.c:60 ../intl-scm/guile-strings.c:63 +msgid "" +"You are missing some needed Perl libraries.\n" +"Run 'gnc-fq-update' as root to install them." +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:22 ../intl-scm/guile-strings.c:24 +#: ../intl-scm/guile-strings.c:66 ../intl-scm/guile-strings.c:68 +msgid "There was a system error while retrieving the price quotes." +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:26 ../intl-scm/guile-strings.c:28 +#: ../intl-scm/guile-strings.c:70 ../intl-scm/guile-strings.c:72 +msgid "There was an unknown error while retrieving the price quotes." +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:34 ../intl-scm/guile-strings.c:38 +#: ../intl-scm/guile-strings.c:40 ../intl-scm/guile-strings.c:78 +#: ../intl-scm/guile-strings.c:82 ../intl-scm/guile-strings.c:84 +msgid "Unable to retrieve quotes for these items:" +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:36 ../intl-scm/guile-strings.c:80 +msgid "Continue using only the good quotes?" +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:42 ../intl-scm/guile-strings.c:86 +msgid "Continuing with good quotes." +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:44 ../intl-scm/guile-strings.c:48 +#: ../intl-scm/guile-strings.c:88 ../intl-scm/guile-strings.c:92 +msgid "Unable to create prices for these items:" +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:46 ../intl-scm/guile-strings.c:90 +msgid "Add remaining good quotes?" +msgstr "" + +#. src/scm/price-quotes.scm +#. src/scm/gnucash/price-quotes.scm +#: ../intl-scm/guile-strings.c:50 ../intl-scm/guile-strings.c:94 +msgid "Adding remaining good quotes." +msgstr "" + +#. src/tax/us/de_DE.scm +#: ../intl-scm/guile-strings.c:98 +msgid "Tax Number" +msgstr "" + +#. src/tax/us/txf-de_DE.scm +#: ../intl-scm/guile-strings.c:100 +msgid "The electronic tax number of your business" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../intl-scm/guile-strings.c:102 +msgid "Funds In" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../intl-scm/guile-strings.c:106 +msgid "Receive" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../intl-scm/guile-strings.c:110 ../intl-scm/guile-strings.c:140 +#: ../intl-scm/guile-strings.c:156 +msgid "Increase" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../intl-scm/guile-strings.c:112 ../intl-scm/guile-strings.c:128 +#: ../intl-scm/guile-strings.c:138 +msgid "Decrease" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../intl-scm/guile-strings.c:130 +msgid "Funds Out" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../intl-scm/guile-strings.c:132 +msgid "Withdrawal" +msgstr "" + +#. src/app-utils/prefs.scm +#: ../intl-scm/guile-strings.c:134 +msgid "Spend" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:158 +msgid "Current Year Start" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:160 +msgid "Start of the current calendar year" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:162 +msgid "Current Year End" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:164 +msgid "End of the current calendar year" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:166 +msgid "Previous Year Start" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:168 +msgid "Beginning of the previous calendar year" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:170 +msgid "Previous Year End" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:172 +msgid "End of the Previous Year" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:174 +msgid "Start of Financial Period" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:176 +msgid "Start of the accounting period, as set in the global preferences" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:178 +msgid "End of Financial Period" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:180 +msgid "End of the accounting period, as set in the global preferences" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:184 +msgid "Start of the current month" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:188 +msgid "End of the current month" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:192 +msgid "The beginning of the previous month" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:196 +msgid "Last day of previous month" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:198 +msgid "Start of current quarter" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:200 +msgid "The start of the latest quarterly accounting period" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:202 +msgid "End of current quarter" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:204 +msgid "The end of the latest quarterly accounting period" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:208 +msgid "The start of the previous quarterly accounting period" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:212 +msgid "End of previous quarterly accounting period" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:216 +msgid "The current date" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:218 ../intl-scm/guile-strings.c:220 +msgid "One Month Ago" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:222 ../intl-scm/guile-strings.c:224 +msgid "One Week Ago" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:226 ../intl-scm/guile-strings.c:228 +msgid "Three Months Ago" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:230 ../intl-scm/guile-strings.c:232 +msgid "Six Months Ago" +msgstr "" + +#. src/app-utils/date-utilities.scm +#: ../intl-scm/guile-strings.c:234 ../intl-scm/guile-strings.c:236 +msgid "One Year Ago" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:240 ../intl-scm/guile-strings.c:366 +#: ../intl-scm/guile-strings.c:452 ../intl-scm/guile-strings.c:578 +msgid "Preparer" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:242 ../intl-scm/guile-strings.c:454 +msgid "Name of person preparing the report" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:246 ../intl-scm/guile-strings.c:370 +#: ../intl-scm/guile-strings.c:458 ../intl-scm/guile-strings.c:582 +msgid "Prepared for" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:248 ../intl-scm/guile-strings.c:460 +msgid "Name of organization or company prepared for" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:252 ../intl-scm/guile-strings.c:374 +#: ../intl-scm/guile-strings.c:464 ../intl-scm/guile-strings.c:586 +msgid "Show preparer info" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:254 ../intl-scm/guile-strings.c:466 +msgid "Name of organization or company" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:258 ../intl-scm/guile-strings.c:378 +#: ../intl-scm/guile-strings.c:470 ../intl-scm/guile-strings.c:590 +#: ../intl-scm/guile-strings.c:676 +msgid "Enable Links" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:260 ../intl-scm/guile-strings.c:472 +msgid "Enable hyperlinks in reports" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:262 ../intl-scm/guile-strings.c:268 +#: ../intl-scm/guile-strings.c:274 ../intl-scm/guile-strings.c:292 +#: ../intl-scm/guile-strings.c:412 ../intl-scm/guile-strings.c:416 +#: ../intl-scm/guile-strings.c:420 ../intl-scm/guile-strings.c:424 +#: ../intl-scm/guile-strings.c:474 ../intl-scm/guile-strings.c:480 +#: ../intl-scm/guile-strings.c:486 ../intl-scm/guile-strings.c:504 +#: ../intl-scm/guile-strings.c:624 ../intl-scm/guile-strings.c:628 +#: ../intl-scm/guile-strings.c:632 ../intl-scm/guile-strings.c:636 +msgid "Images" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:264 ../intl-scm/guile-strings.c:414 +#: ../intl-scm/guile-strings.c:476 ../intl-scm/guile-strings.c:626 +msgid "Background Tile" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:266 ../intl-scm/guile-strings.c:478 +#: ../intl-scm/guile-strings.c:672 +msgid "Background tile for reports." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:270 ../intl-scm/guile-strings.c:418 +#: ../intl-scm/guile-strings.c:482 ../intl-scm/guile-strings.c:630 +msgid "Heading Banner" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:272 ../intl-scm/guile-strings.c:278 +#: ../intl-scm/guile-strings.c:484 ../intl-scm/guile-strings.c:490 +msgid "Banner for top of report." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:276 ../intl-scm/guile-strings.c:426 +#: ../intl-scm/guile-strings.c:488 ../intl-scm/guile-strings.c:638 +msgid "Heading Alignment" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:280 ../intl-scm/guile-strings.c:492 +msgid "Left" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:282 ../intl-scm/guile-strings.c:494 +msgid "Align the banner to the left" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:284 ../intl-scm/guile-strings.c:496 +msgid "Center" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:286 ../intl-scm/guile-strings.c:498 +msgid "Align the banner in the center" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:288 ../intl-scm/guile-strings.c:500 +msgid "Right" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:290 ../intl-scm/guile-strings.c:502 +msgid "Align the banner to the right" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:294 ../intl-scm/guile-strings.c:422 +#: ../intl-scm/guile-strings.c:506 ../intl-scm/guile-strings.c:634 +msgid "Logo" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:296 ../intl-scm/guile-strings.c:508 +msgid "Company logo image." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:298 ../intl-scm/guile-strings.c:304 +#: ../intl-scm/guile-strings.c:310 ../intl-scm/guile-strings.c:316 +#: ../intl-scm/guile-strings.c:322 ../intl-scm/guile-strings.c:328 +#: ../intl-scm/guile-strings.c:334 ../intl-scm/guile-strings.c:340 +#: ../intl-scm/guile-strings.c:380 ../intl-scm/guile-strings.c:384 +#: ../intl-scm/guile-strings.c:388 ../intl-scm/guile-strings.c:392 +#: ../intl-scm/guile-strings.c:396 ../intl-scm/guile-strings.c:400 +#: ../intl-scm/guile-strings.c:404 ../intl-scm/guile-strings.c:408 +#: ../intl-scm/guile-strings.c:510 ../intl-scm/guile-strings.c:516 +#: ../intl-scm/guile-strings.c:522 ../intl-scm/guile-strings.c:528 +#: ../intl-scm/guile-strings.c:534 ../intl-scm/guile-strings.c:540 +#: ../intl-scm/guile-strings.c:546 ../intl-scm/guile-strings.c:552 +#: ../intl-scm/guile-strings.c:592 ../intl-scm/guile-strings.c:596 +#: ../intl-scm/guile-strings.c:600 ../intl-scm/guile-strings.c:604 +#: ../intl-scm/guile-strings.c:608 ../intl-scm/guile-strings.c:612 +#: ../intl-scm/guile-strings.c:616 ../intl-scm/guile-strings.c:620 +#: ../intl-scm/guile-strings.c:2574 ../intl-scm/guile-strings.c:2578 +#: ../intl-scm/guile-strings.c:2582 ../intl-scm/guile-strings.c:2586 +#: ../intl-scm/guile-strings.c:2590 +msgid "Colors" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:300 ../intl-scm/guile-strings.c:382 +#: ../intl-scm/guile-strings.c:512 ../intl-scm/guile-strings.c:594 +#: ../intl-scm/guile-strings.c:664 ../intl-scm/guile-strings.c:1064 +msgid "Background Color" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:302 ../intl-scm/guile-strings.c:514 +msgid "General background color for report." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:306 ../intl-scm/guile-strings.c:386 +#: ../intl-scm/guile-strings.c:518 ../intl-scm/guile-strings.c:598 +#: ../intl-scm/guile-strings.c:1070 +msgid "Text Color" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:308 ../intl-scm/guile-strings.c:520 +msgid "Normal body text color." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:312 ../intl-scm/guile-strings.c:390 +#: ../intl-scm/guile-strings.c:524 ../intl-scm/guile-strings.c:602 +msgid "Link Color" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:314 ../intl-scm/guile-strings.c:526 +msgid "Link text color." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:318 ../intl-scm/guile-strings.c:394 +#: ../intl-scm/guile-strings.c:530 ../intl-scm/guile-strings.c:606 +msgid "Table Cell Color" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:320 ../intl-scm/guile-strings.c:532 +msgid "Default background for table cells." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:324 ../intl-scm/guile-strings.c:398 +#: ../intl-scm/guile-strings.c:536 ../intl-scm/guile-strings.c:610 +msgid "Alternate Table Cell Color" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:326 ../intl-scm/guile-strings.c:538 +msgid "Default alternate background for table cells." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:330 ../intl-scm/guile-strings.c:402 +#: ../intl-scm/guile-strings.c:542 ../intl-scm/guile-strings.c:614 +msgid "Subheading/Subtotal Cell Color" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:332 ../intl-scm/guile-strings.c:544 +msgid "Default color for subtotal rows." +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:336 ../intl-scm/guile-strings.c:406 +#: ../intl-scm/guile-strings.c:548 ../intl-scm/guile-strings.c:618 +msgid "Sub-subheading/total Cell Color" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:338 ../intl-scm/guile-strings.c:550 +msgid "Color for subsubtotals" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:342 ../intl-scm/guile-strings.c:410 +#: ../intl-scm/guile-strings.c:554 ../intl-scm/guile-strings.c:622 +msgid "Grand Total Cell Color" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:344 ../intl-scm/guile-strings.c:556 +msgid "Color for grand totals" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:346 ../intl-scm/guile-strings.c:352 +#: ../intl-scm/guile-strings.c:358 ../intl-scm/guile-strings.c:428 +#: ../intl-scm/guile-strings.c:432 ../intl-scm/guile-strings.c:436 +#: ../intl-scm/guile-strings.c:558 ../intl-scm/guile-strings.c:564 +#: ../intl-scm/guile-strings.c:570 ../intl-scm/guile-strings.c:640 +#: ../intl-scm/guile-strings.c:644 ../intl-scm/guile-strings.c:648 +#: ../intl-scm/guile-strings.c:680 ../intl-scm/guile-strings.c:686 +#: ../intl-scm/guile-strings.c:692 +msgid "Tables" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:348 ../intl-scm/guile-strings.c:430 +#: ../intl-scm/guile-strings.c:560 ../intl-scm/guile-strings.c:642 +#: ../intl-scm/guile-strings.c:682 +msgid "Table cell spacing" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:350 ../intl-scm/guile-strings.c:356 +#: ../intl-scm/guile-strings.c:562 ../intl-scm/guile-strings.c:568 +#: ../intl-scm/guile-strings.c:684 ../intl-scm/guile-strings.c:690 +msgid "Space between table cells" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:354 ../intl-scm/guile-strings.c:434 +#: ../intl-scm/guile-strings.c:566 ../intl-scm/guile-strings.c:646 +#: ../intl-scm/guile-strings.c:688 +msgid "Table cell padding" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:360 ../intl-scm/guile-strings.c:438 +#: ../intl-scm/guile-strings.c:572 ../intl-scm/guile-strings.c:650 +#: ../intl-scm/guile-strings.c:694 +msgid "Table border width" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:362 ../intl-scm/guile-strings.c:574 +#: ../intl-scm/guile-strings.c:696 +msgid "Bevel depth on tables" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:440 ../intl-scm/guile-strings.c:652 +msgid "Prepared by: " +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:442 ../intl-scm/guile-strings.c:654 +msgid "Prepared for: " +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#: ../intl-scm/guile-strings.c:446 +msgid "Fancy" +msgstr "" + +#. src/report/stylesheets/stylesheet-fancy.scm +#: ../intl-scm/guile-strings.c:448 +msgid "Technicolor" +msgstr "" + +#. src/report/stylesheets/stylesheet-easy.scm +#: ../intl-scm/guile-strings.c:658 ../intl-scm/guile-strings.c:660 +msgid "Easy" +msgstr "" + +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:666 +msgid "Background color for reports." +msgstr "" + +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:670 +msgid "Background Pixmap" +msgstr "" + +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:678 +msgid "Enable hyperlinks in reports." +msgstr "" + +#. src/report/stylesheets/stylesheet-plain.scm +#: ../intl-scm/guile-strings.c:698 +msgid "Plain" +msgstr "" + +#. src/report/stylesheets/stylesheet-plain.scm +#. src/report/report-system/report.scm +#. src/report/report-system/html-style-sheet.scm +#: ../intl-scm/guile-strings.c:700 ../intl-scm/guile-strings.c:880 +#: ../intl-scm/guile-strings.c:962 +msgid "Default" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:702 +msgid "Select a date to report on" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:704 +msgid "Start of reporting period" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:706 +msgid "End of reporting period" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:708 +msgid "The amount of time between data points" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:710 ../intl-scm/guile-strings.c:712 +msgid "Day" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:714 ../intl-scm/guile-strings.c:716 +msgid "Week" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:718 +msgid "2Week" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:720 +msgid "Two Weeks" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:722 ../intl-scm/guile-strings.c:724 +msgid "Month" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:726 ../intl-scm/guile-strings.c:728 +msgid "Quarter" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:730 ../intl-scm/guile-strings.c:732 +msgid "Half Year" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:734 ../intl-scm/guile-strings.c:736 +msgid "Year" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:738 +msgid "All" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:740 +msgid "All accounts" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:742 +msgid "Top-level" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:744 +msgid "Second-level" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:746 +msgid "Third-level" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:748 ../intl-scm/guile-strings.c:750 +msgid "Fourth-level" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:752 +msgid "Sixth-level" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:754 +msgid "Show accounts to this depth, overriding any other option." +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:756 +msgid "" +"Override account-selection and show sub-accounts of all selected accounts?" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:758 ../intl-scm/guile-strings.c:1590 +#: ../intl-scm/guile-strings.c:1812 ../intl-scm/guile-strings.c:1920 +msgid "Report on these accounts, if display depth allows." +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:760 +msgid "Include sub-account balances in printed balance?" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:762 +msgid "Group the accounts in main categories?" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:764 +msgid "Select the currency to display the values of this report in." +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:766 +msgid "Display the account's foreign currency amount?" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:768 ../intl-scm/guile-strings.c:1194 +#: ../intl-scm/guile-strings.c:2032 +msgid "The source of price information" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:770 ../intl-scm/guile-strings.c:1196 +msgid "Weighted Average" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:772 ../intl-scm/guile-strings.c:1198 +msgid "The weighted average of all currency transactions of the past" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:774 ../intl-scm/guile-strings.c:2034 +msgid "Most recent" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:776 ../intl-scm/guile-strings.c:2036 +msgid "The most recent recorded price" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:778 ../intl-scm/guile-strings.c:2038 +msgid "Nearest in time" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:780 ../intl-scm/guile-strings.c:2040 +msgid "The price recorded nearest in time to the report date" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:782 +msgid "Width of plot in pixels." +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:784 +msgid "Height of plot in pixels." +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:786 +msgid "Choose the marker for each data point." +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:788 ../intl-scm/guile-strings.c:790 +msgid "Circle" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:792 ../intl-scm/guile-strings.c:794 +msgid "Cross" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:796 ../intl-scm/guile-strings.c:798 +msgid "Square" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:800 ../intl-scm/guile-strings.c:802 +msgid "Asterisk" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:804 +msgid "Filled circle" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:806 +msgid "Circle filled with color" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:808 +msgid "Filled square" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:810 +msgid "Square filled with color" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:812 +msgid "Choose the method for sorting accounts." +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:816 +msgid "Alphabetical by account code" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:818 +msgid "Alphabetical" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:820 +msgid "Alphabetical by account name" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:824 +msgid "By amount, largest to smallest" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:826 +msgid "How to show the balances of parent accounts" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:828 ../intl-scm/guile-strings.c:1950 +msgid "Account Balance" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:830 +msgid "Show only the balance in the parent account, excluding any subaccounts" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:834 +msgid "" +"Calculate the subtotal for this parent account and all of its subaccounts, " +"and show this as the parent account balance" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:836 ../intl-scm/guile-strings.c:846 +msgid "Do not show" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:838 +msgid "Do not show any balances of parent accounts" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:840 +msgid "How to show account subtotals for parent accounts" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:842 +msgid "Show subtotals" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:844 +msgid "Show subtotals for selected parent accounts which have subaccounts" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:848 +msgid "Do not show any subtotals for parent accounts" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:850 +msgid "Text book style (experimental)" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:852 +msgid "" +"Show parent account subtotals, indented per accounting text book practice " +"(experimental)" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:854 +msgid "_Assets & Liabilities" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:856 +msgid "_Income & Expense" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:858 +msgid "_Taxes" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:860 +msgid "_Sample & Custom" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:862 +msgid "_Custom" +msgstr "" + +#. src/report/report-system/report.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:868 ../intl-scm/guile-strings.c:2224 +#: ../intl-scm/guile-strings.c:2228 ../intl-scm/guile-strings.c:2232 +#: ../intl-scm/guile-strings.c:2236 ../intl-scm/guile-strings.c:2240 +#: ../intl-scm/guile-strings.c:2244 ../intl-scm/guile-strings.c:2248 +#: ../intl-scm/guile-strings.c:2252 ../intl-scm/guile-strings.c:2256 +#: ../intl-scm/guile-strings.c:2260 ../intl-scm/guile-strings.c:2264 +#: ../intl-scm/guile-strings.c:2268 ../intl-scm/guile-strings.c:2272 +#: ../intl-scm/guile-strings.c:2276 ../intl-scm/guile-strings.c:2280 +#: ../intl-scm/guile-strings.c:2594 ../intl-scm/guile-strings.c:2636 +#: ../intl-scm/guile-strings.c:2642 ../intl-scm/guile-strings.c:2648 +#: ../intl-scm/guile-strings.c:2654 ../intl-scm/guile-strings.c:2660 +#: ../intl-scm/guile-strings.c:2666 ../intl-scm/guile-strings.c:2672 +#: ../intl-scm/guile-strings.c:2686 ../intl-scm/guile-strings.c:2692 +#: ../intl-scm/guile-strings.c:3316 ../intl-scm/guile-strings.c:3322 +#: ../intl-scm/guile-strings.c:3328 ../intl-scm/guile-strings.c:3334 +#: ../intl-scm/guile-strings.c:3340 ../intl-scm/guile-strings.c:3346 +#: ../intl-scm/guile-strings.c:3352 ../intl-scm/guile-strings.c:3358 +#: ../intl-scm/guile-strings.c:3364 ../intl-scm/guile-strings.c:3370 +#: ../intl-scm/guile-strings.c:3376 ../intl-scm/guile-strings.c:3384 +#: ../intl-scm/guile-strings.c:3390 ../intl-scm/guile-strings.c:3634 +#: ../intl-scm/guile-strings.c:3640 ../intl-scm/guile-strings.c:3646 +#: ../intl-scm/guile-strings.c:3652 ../intl-scm/guile-strings.c:3658 +#: ../intl-scm/guile-strings.c:3664 ../intl-scm/guile-strings.c:3670 +#: ../intl-scm/guile-strings.c:3676 ../intl-scm/guile-strings.c:3682 +#: ../intl-scm/guile-strings.c:3688 ../intl-scm/guile-strings.c:3694 +#: ../intl-scm/guile-strings.c:3700 ../intl-scm/guile-strings.c:3894 +#: ../intl-scm/guile-strings.c:3900 ../intl-scm/guile-strings.c:3906 +#: ../intl-scm/guile-strings.c:3912 ../intl-scm/guile-strings.c:3918 +#: ../intl-scm/guile-strings.c:3924 ../intl-scm/guile-strings.c:3930 +#: ../intl-scm/guile-strings.c:3936 ../intl-scm/guile-strings.c:3944 +msgid "Display" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:870 +msgid "Report name" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:872 +msgid "" +"A custom report with this name already exists. Either rename the report to " +"store it with a different name, or edit your saved-reports file and delete " +"the section with the following name: " +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:874 +msgid "Enter a descriptive name for this report" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:876 ../intl-scm/guile-strings.c:882 +#: ../intl-scm/guile-strings.c:884 ../intl-scm/guile-strings.c:886 +msgid "Stylesheet" +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:878 +msgid "Select a stylesheet for the report." +msgstr "" + +#. src/report/report-system/report.scm +#: ../intl-scm/guile-strings.c:888 +#, c-format +msgid "" +"Your report \"%s\" has been saved into the configuration file \"%s\". The " +"report will be available in the menu Reports -> Custom at the next startup " +"of GnuCash." +msgstr "" + +#. src/report/report-system/html-acct-table.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:890 ../intl-scm/guile-strings.c:1480 +#: ../intl-scm/guile-strings.c:1672 ../intl-scm/guile-strings.c:2166 +msgid "Closing Entries" +msgstr "" + +#. src/report/report-system/html-acct-table.scm +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:892 ../intl-scm/guile-strings.c:1478 +msgid "Adjusting Entries" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:902 ../intl-scm/guile-strings.c:1288 +#: ../intl-scm/guile-strings.c:1884 ../intl-scm/guile-strings.c:2900 +msgid "Assets" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:904 ../intl-scm/guile-strings.c:1290 +#: ../intl-scm/guile-strings.c:1888 ../intl-scm/guile-strings.c:2902 +msgid "Liabilities" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:906 +msgid "Stocks" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:908 +msgid "Mutual Funds" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:910 +msgid "Currencies" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:914 ../intl-scm/guile-strings.c:1684 +msgid "Expenses" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:916 +msgid "Equities" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:918 +msgid "Checking" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:920 +msgid "Savings" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:922 +msgid "Money Market" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:924 +msgid "Accounts Receivable" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:926 +msgid "Accounts Payable" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:928 +msgid "Credit Lines" +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:930 +#, c-format +msgid "Building '%s' report ..." +msgstr "" + +#. src/report/report-system/report-utilities.scm +#: ../intl-scm/guile-strings.c:932 +#, c-format +msgid "Rendering '%s' report ..." +msgstr "" + +#. src/report/report-system/html-utilities.scm +#: ../intl-scm/guile-strings.c:936 +msgid "Account name" +msgstr "" + +#. src/report/report-system/html-utilities.scm +#: ../intl-scm/guile-strings.c:940 +msgid "Exchange rate" +msgstr "" + +#. src/report/report-system/html-utilities.scm +#: ../intl-scm/guile-strings.c:942 +msgid "Exchange rates" +msgstr "" + +#. src/report/report-system/html-utilities.scm +#: ../intl-scm/guile-strings.c:944 +msgid "This report requires you to specify certain report options." +msgstr "" + +#. src/report/report-system/html-utilities.scm +#: ../intl-scm/guile-strings.c:948 +msgid "No accounts selected" +msgstr "" + +#. src/report/report-system/html-utilities.scm +#: ../intl-scm/guile-strings.c:950 +msgid "This report requires accounts to be selected." +msgstr "" + +#. src/report/report-system/html-utilities.scm +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:954 ../intl-scm/guile-strings.c:1234 +msgid "No data" +msgstr "" + +#. src/report/report-system/html-utilities.scm +#: ../intl-scm/guile-strings.c:956 +msgid "" +"The selected accounts contain no data/transactions (or only zeroes) for the " +"selected time period" +msgstr "" + +#. src/report/report-system/html-style-sheet.scm +#: ../intl-scm/guile-strings.c:960 +msgid "Can't save style sheet" +msgstr "" + +#. src/report/report-gnome/report-gnome.scm +#: ../intl-scm/guile-strings.c:964 +msgid "This report has no options." +msgstr "" + +#. src/report/report-gnome/report-gnome.scm +#: ../intl-scm/guile-strings.c:968 +#, c-format +msgid "Display the %s report" +msgstr "" + +#. src/report/report-gnome/report-gnome.scm +#: ../intl-scm/guile-strings.c:970 +msgid "Welcome Sample Report" +msgstr "" + +#. src/report/report-gnome/report-gnome.scm +#: ../intl-scm/guile-strings.c:972 +msgid "Welcome-to-GnuCash report screen" +msgstr "" + +#. src/report/utility-reports/view-column.scm +#: ../intl-scm/guile-strings.c:976 ../intl-scm/guile-strings.c:982 +msgid "Number of columns" +msgstr "" + +#. src/report/utility-reports/view-column.scm +#: ../intl-scm/guile-strings.c:978 +msgid "Number of columns before wrapping to a new row" +msgstr "" + +#. src/report/utility-reports/view-column.scm +#: ../intl-scm/guile-strings.c:988 +msgid "Edit Options" +msgstr "" + +#. src/report/utility-reports/view-column.scm +#: ../intl-scm/guile-strings.c:990 +msgid "Single Report" +msgstr "" + +#. src/report/utility-reports/view-column.scm +#: ../intl-scm/guile-strings.c:992 +msgid "Multicolumn View" +msgstr "" + +#. src/report/utility-reports/view-column.scm +#: ../intl-scm/guile-strings.c:994 +msgid "Custom Multicolumn Report" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:996 ../intl-scm/guile-strings.c:1002 +#: ../intl-scm/guile-strings.c:1024 ../intl-scm/guile-strings.c:1032 +#: ../intl-scm/guile-strings.c:1038 ../intl-scm/guile-strings.c:1044 +#: ../intl-scm/guile-strings.c:1050 ../intl-scm/guile-strings.c:1056 +#: ../intl-scm/guile-strings.c:1062 ../intl-scm/guile-strings.c:1068 +msgid "Hello, World!" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:998 +msgid "Boolean Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1000 +msgid "This is a boolean option." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1004 +msgid "Multi Choice Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1006 +msgid "This is a multi choice option." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1008 +msgid "First Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1010 +msgid "Help for first option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1012 +msgid "Second Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1014 +msgid "Help for second option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1016 +msgid "Third Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1018 +msgid "Help for third option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1020 +msgid "Fourth Options" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1022 +msgid "The fourth option rules!" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1026 +msgid "String Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1028 +msgid "This is a string option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1030 ../intl-scm/guile-strings.c:1104 +#: ../intl-scm/guile-strings.c:1148 +msgid "Hello, World" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1034 +msgid "Just a Date Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1036 +msgid "This is a date option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1040 +msgid "Time and Date Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1042 +msgid "This is a date option with time" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1046 +msgid "Combo Date Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1048 +msgid "This is a combination date option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1052 +msgid "Relative Date Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1054 +msgid "This is a relative date option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1058 +msgid "Number Option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1060 +msgid "This is a number option." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1066 ../intl-scm/guile-strings.c:1072 +msgid "This is a color option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1074 ../intl-scm/guile-strings.c:1080 +msgid "Hello Again" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1076 +msgid "An account list option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1078 +msgid "This is an account list option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1082 +msgid "A list option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1084 +msgid "This is a list option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1086 +msgid "The Good" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1088 +msgid "Good option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1090 +msgid "The Bad" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1092 +msgid "Bad option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1094 +msgid "The Ugly" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1096 +msgid "Ugly option" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1098 +msgid "Testing" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1100 +msgid "Crash the report" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1102 +msgid "" +"This is for testing. Your reports probably shouldn't have an option like " +"this." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1106 +msgid "" +"This is a sample GnuCash report. See the guile (scheme) source code in the " +"scm/report directory for details on writing your own reports, or extending " +"existing reports." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1108 +#, c-format +msgid "" +"For help on writing reports, or to contribute your brand new, totally cool " +"report, consult the mailing list %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1110 +msgid "" +"For details on subscribing to that list, see <http://www.gnucash.org/>." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1112 +msgid "" +"You can learn more about writing scheme at <http://www.scheme.com/tspl2d/" +">." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1114 +#, c-format +msgid "The current time is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1116 +#, c-format +msgid "The boolean option is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1118 +msgid "true" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1120 +msgid "false" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1122 +#, c-format +msgid "The multi-choice option is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1124 +#, c-format +msgid "The string option is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1126 +#, c-format +msgid "The date option is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1128 +#, c-format +msgid "The date and time option is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1130 +#, c-format +msgid "The relative date option is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1132 +#, c-format +msgid "The combination date option is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1134 +#, c-format +msgid "The number option is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1136 +#, c-format +msgid "The number option formatted as currency is %s." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1138 +msgid "Items you selected:" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1140 +msgid "List items selected" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1142 +msgid "(You selected no list items.)" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1144 +msgid "You have selected no accounts." +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1146 +msgid "Have a nice day!" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1150 +msgid "Sample Report with Examples" +msgstr "" + +#. src/report/utility-reports/hello-world.scm +#: ../intl-scm/guile-strings.c:1152 +msgid "A sample report with examples." +msgstr "" + +#. src/report/utility-reports/welcome-to-gnucash.scm +#: ../intl-scm/guile-strings.c:1154 ../intl-scm/guile-strings.c:1160 +msgid "Welcome to GnuCash" +msgstr "" + +#. src/report/utility-reports/welcome-to-gnucash.scm +#: ../intl-scm/guile-strings.c:1156 +msgid "Welcome to GnuCash 2.0!" +msgstr "" + +#. src/report/utility-reports/welcome-to-gnucash.scm +#: ../intl-scm/guile-strings.c:1158 +msgid "GnuCash 2.0 has lots of nice features. Here are a few." +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:1162 ../intl-scm/guile-strings.c:1248 +#: ../intl-scm/guile-strings.c:1338 ../intl-scm/guile-strings.c:1716 +#: ../intl-scm/guile-strings.c:2318 ../intl-scm/guile-strings.c:2744 +#: ../intl-scm/guile-strings.c:2830 ../intl-scm/guile-strings.c:2904 +#: ../intl-scm/guile-strings.c:2948 ../intl-scm/guile-strings.c:3036 +#: ../intl-scm/guile-strings.c:3484 ../intl-scm/guile-strings.c:3520 +msgid "From" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:1164 ../intl-scm/guile-strings.c:1250 +#: ../intl-scm/guile-strings.c:1340 ../intl-scm/guile-strings.c:1718 +#: ../intl-scm/guile-strings.c:2320 ../intl-scm/guile-strings.c:2746 +#: ../intl-scm/guile-strings.c:2832 ../intl-scm/guile-strings.c:2906 +#: ../intl-scm/guile-strings.c:2950 ../intl-scm/guile-strings.c:3038 +#: ../intl-scm/guile-strings.c:3486 ../intl-scm/guile-strings.c:3522 +#: ../intl-scm/guile-strings.c:3754 ../intl-scm/guile-strings.c:3810 +msgid "To" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:1166 ../intl-scm/guile-strings.c:1252 +#: ../intl-scm/guile-strings.c:1720 ../intl-scm/guile-strings.c:2748 +msgid "Step Size" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:1170 ../intl-scm/guile-strings.c:1254 +#: ../intl-scm/guile-strings.c:1348 ../intl-scm/guile-strings.c:1450 +#: ../intl-scm/guile-strings.c:1638 ../intl-scm/guile-strings.c:1722 +#: ../intl-scm/guile-strings.c:1868 ../intl-scm/guile-strings.c:1972 +#: ../intl-scm/guile-strings.c:2136 ../intl-scm/guile-strings.c:2750 +#: ../intl-scm/guile-strings.c:2834 ../intl-scm/guile-strings.c:2908 +#: ../intl-scm/guile-strings.c:3760 +msgid "Report's currency" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1172 +msgid "Price of Commodity" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/standard-reports/equity-statement.scm +#. src/report/standard-reports/budget.scm +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:1174 ../intl-scm/guile-strings.c:1256 +#: ../intl-scm/guile-strings.c:1350 ../intl-scm/guile-strings.c:1452 +#: ../intl-scm/guile-strings.c:1640 ../intl-scm/guile-strings.c:1724 +#: ../intl-scm/guile-strings.c:1762 ../intl-scm/guile-strings.c:1870 +#: ../intl-scm/guile-strings.c:1974 ../intl-scm/guile-strings.c:2010 +#: ../intl-scm/guile-strings.c:2138 ../intl-scm/guile-strings.c:2724 +#: ../intl-scm/guile-strings.c:2752 ../intl-scm/guile-strings.c:2836 +#: ../intl-scm/guile-strings.c:2910 ../intl-scm/guile-strings.c:3762 +msgid "Price Source" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1178 ../intl-scm/guile-strings.c:1262 +msgid "Show Net Profit" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1180 ../intl-scm/guile-strings.c:1264 +msgid "Show Asset & Liability bars" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1182 ../intl-scm/guile-strings.c:1266 +msgid "Show Net Worth bars" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1184 +msgid "Marker" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1186 +msgid "Marker Color" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1188 ../intl-scm/guile-strings.c:1268 +#: ../intl-scm/guile-strings.c:1736 ../intl-scm/guile-strings.c:2786 +#: ../intl-scm/guile-strings.c:2814 ../intl-scm/guile-strings.c:2850 +#: ../intl-scm/guile-strings.c:2922 +msgid "Plot Width" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1190 ../intl-scm/guile-strings.c:1270 +#: ../intl-scm/guile-strings.c:1738 ../intl-scm/guile-strings.c:2788 +#: ../intl-scm/guile-strings.c:2816 ../intl-scm/guile-strings.c:2852 +#: ../intl-scm/guile-strings.c:2924 +msgid "Plot Height" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1192 +msgid "Calculate the price of this commodity." +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1200 +msgid "Actual Transactions" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1202 +msgid "The instantaneous price of actual currency transactions in the past" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1204 +msgid "Price Database" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1206 +msgid "The recorded prices" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1208 +msgid "Color of the marker" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/equity-statement.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1210 ../intl-scm/guile-strings.c:1282 +#: ../intl-scm/guile-strings.c:1360 ../intl-scm/guile-strings.c:1484 +#: ../intl-scm/guile-strings.c:1678 ../intl-scm/guile-strings.c:1752 +#: ../intl-scm/guile-strings.c:2172 ../intl-scm/guile-strings.c:2878 +#: ../intl-scm/guile-strings.c:2940 +#, c-format +msgid "%s to %s" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1216 +msgid "Double-Weeks" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1222 +msgid "All Prices equal" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1224 +msgid "" +"All the prices found are equal. This would result in a plot with one " +"straight line. Unfortunately, the plotting tool can't handle that." +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1226 +msgid "All Prices at the same date" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1228 +msgid "" +"All the prices found are from the same date. This would result in a plot " +"with one straight line. Unfortunately, the plotting tool can't handle that." +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1230 +msgid "Only one price" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1232 +msgid "" +"There was only one single price found for the selected commodities in the " +"selected time period. This doesn't give a useful plot." +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1236 +msgid "" +"There is no price information available for the selected commodities in the " +"selected time period." +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1238 +msgid "Identical commodities" +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1240 +msgid "" +"Your selected commodity and the currency of the report are identical. It " +"doesn't make sense to show prices for identical commodities." +msgstr "" + +#. src/report/standard-reports/price-scatter.scm +#: ../intl-scm/guile-strings.c:1244 +msgid "Price Scatterplot" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1246 +msgid "Income/Expense Chart" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1272 ../intl-scm/guile-strings.c:1742 +#: ../intl-scm/guile-strings.c:2858 ../intl-scm/guile-strings.c:2928 +msgid "Report on these accounts, if chosen account level allows." +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1274 +msgid "Show Income and Expenses?" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1276 +msgid "Show the Asset and the Liability bars?" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1278 +msgid "Show the net profit?" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1280 +msgid "Show a Net Worth bar?" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1292 +msgid "Net Profit" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1294 +msgid "Net Worth" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1296 +msgid "Income Chart" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1298 +msgid "Asset Chart" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1300 +msgid "Expense Chart" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1302 +msgid "Liability Chart" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1304 +msgid "Net Worth Barchart" +msgstr "" + +#. src/report/standard-reports/net-barchart.scm +#: ../intl-scm/guile-strings.c:1306 +msgid "Income & Expense Chart" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#: ../intl-scm/guile-strings.c:1308 +msgid "General Journal" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:1332 ../intl-scm/guile-strings.c:1546 +#: ../intl-scm/guile-strings.c:2262 ../intl-scm/guile-strings.c:2532 +#: ../intl-scm/guile-strings.c:2688 +msgid "Running Balance" +msgstr "" + +#. src/report/standard-reports/general-journal.scm +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:1334 ../intl-scm/guile-strings.c:1548 +#: ../intl-scm/guile-strings.c:2536 ../intl-scm/guile-strings.c:2694 +#: ../intl-scm/guile-strings.c:3324 ../intl-scm/guile-strings.c:3660 +#: ../intl-scm/guile-strings.c:3902 +msgid "Totals" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#: ../intl-scm/guile-strings.c:1336 +msgid "Cash Flow" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:1342 ../intl-scm/guile-strings.c:2718 +msgid "Account Display Depth" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:1344 ../intl-scm/guile-strings.c:2720 +msgid "Always show sub-accounts" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:1352 ../intl-scm/guile-strings.c:1458 +#: ../intl-scm/guile-strings.c:1646 ../intl-scm/guile-strings.c:1876 +#: ../intl-scm/guile-strings.c:1980 ../intl-scm/guile-strings.c:2144 +#: ../intl-scm/guile-strings.c:2726 +msgid "Show Exchange Rates" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:1354 ../intl-scm/guile-strings.c:2728 +msgid "Show Full Account Names" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1356 ../intl-scm/guile-strings.c:1460 +#: ../intl-scm/guile-strings.c:1648 ../intl-scm/guile-strings.c:1878 +#: ../intl-scm/guile-strings.c:1982 ../intl-scm/guile-strings.c:2146 +msgid "Show the exchange rates used" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:1358 ../intl-scm/guile-strings.c:2734 +msgid "Show full account names (including parent accounts)" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#: ../intl-scm/guile-strings.c:1362 +#, c-format +msgid "%s and subaccounts" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#: ../intl-scm/guile-strings.c:1364 +#, c-format +msgid "%s and selected subaccounts" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#: ../intl-scm/guile-strings.c:1368 +msgid "Money into selected accounts comes from" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:1370 ../intl-scm/guile-strings.c:2094 +msgid "Money In" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#: ../intl-scm/guile-strings.c:1372 +msgid "Money out of selected accounts goes to" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:1374 ../intl-scm/guile-strings.c:2096 +msgid "Money Out" +msgstr "" + +#. src/report/standard-reports/cash-flow.scm +#: ../intl-scm/guile-strings.c:1376 +msgid "Difference" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1378 ../intl-scm/guile-strings.c:1488 +msgid "Trial Balance" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1380 ../intl-scm/guile-strings.c:1576 +#: ../intl-scm/guile-strings.c:1796 ../intl-scm/guile-strings.c:1908 +#: ../intl-scm/guile-strings.c:2114 +msgid "Report Title" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1382 ../intl-scm/guile-strings.c:1578 +#: ../intl-scm/guile-strings.c:1798 ../intl-scm/guile-strings.c:1910 +#: ../intl-scm/guile-strings.c:2116 +msgid "Title for this report" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1384 ../intl-scm/guile-strings.c:1580 +#: ../intl-scm/guile-strings.c:1800 ../intl-scm/guile-strings.c:1912 +#: ../intl-scm/guile-strings.c:2118 +msgid "Company name" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1386 ../intl-scm/guile-strings.c:1582 +#: ../intl-scm/guile-strings.c:1802 ../intl-scm/guile-strings.c:1914 +#: ../intl-scm/guile-strings.c:2120 +msgid "Name of company/individual" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1388 +msgid "Start of Adjusting/Closing" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1390 +msgid "Date of Report" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1392 +msgid "Report variation" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1394 +msgid "Kind of trial balance to generate" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1396 ../intl-scm/guile-strings.c:1588 +#: ../intl-scm/guile-strings.c:1810 ../intl-scm/guile-strings.c:1918 +#: ../intl-scm/guile-strings.c:2126 +msgid "Accounts to include" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1398 ../intl-scm/guile-strings.c:2340 +msgid "Report on these accounts" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1400 ../intl-scm/guile-strings.c:1592 +#: ../intl-scm/guile-strings.c:1814 ../intl-scm/guile-strings.c:1922 +msgid "Levels of Subaccounts" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1402 ../intl-scm/guile-strings.c:1594 +#: ../intl-scm/guile-strings.c:1816 ../intl-scm/guile-strings.c:1924 +msgid "Maximum number of levels in the account tree displayed" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1404 +msgid "Merchandising" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1406 +msgid "Gross adjustment accounts" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1408 +msgid "" +"Do not net, but show gross debit/credit adjustments to these accounts. " +"Merchandising businesses will normally select their inventory accounts here." +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1410 +msgid "Income summary accounts" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1412 +msgid "" +"Adjustments made to these accounts are gross adjusted (see above) in the " +"Adjustments, Adjusted Trial Balance, and Income Statement columns. Mostly " +"useful for merchandising businesses." +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1414 ../intl-scm/guile-strings.c:1650 +#: ../intl-scm/guile-strings.c:2148 +msgid "Entries" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1416 +msgid "Adjusting Entries pattern" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1418 +msgid "Any text in the Description column which identifies adjusting entries" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1420 +msgid "Adjusting Entries pattern is case-sensitive" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1422 +msgid "Causes the Adjusting Entries Pattern match to be case-sensitive" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1424 +msgid "Adjusting Entries Pattern is regular expression" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1426 +msgid "" +"Causes the Adjusting Entries Pattern to be treated as a regular expression" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1428 ../intl-scm/guile-strings.c:1652 +#: ../intl-scm/guile-strings.c:2150 +msgid "Closing Entries pattern" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1430 ../intl-scm/guile-strings.c:1654 +#: ../intl-scm/guile-strings.c:2152 +msgid "Any text in the Description column which identifies closing entries" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1432 ../intl-scm/guile-strings.c:1656 +#: ../intl-scm/guile-strings.c:2154 +msgid "Closing Entries pattern is case-sensitive" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1434 ../intl-scm/guile-strings.c:1658 +#: ../intl-scm/guile-strings.c:2156 +msgid "Causes the Closing Entries Pattern match to be case-sensitive" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1436 ../intl-scm/guile-strings.c:1660 +#: ../intl-scm/guile-strings.c:2158 +msgid "Closing Entries Pattern is regular expression" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1438 ../intl-scm/guile-strings.c:1662 +#: ../intl-scm/guile-strings.c:2160 +msgid "" +"Causes the Closing Entries Pattern to be treated as a regular expression" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1440 ../intl-scm/guile-strings.c:1604 +#: ../intl-scm/guile-strings.c:1826 ../intl-scm/guile-strings.c:1934 +msgid "Include accounts with zero total balances" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1442 ../intl-scm/guile-strings.c:1606 +#: ../intl-scm/guile-strings.c:1828 ../intl-scm/guile-strings.c:1936 +msgid "Include accounts with zero total (recursive) balances in this report" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1444 ../intl-scm/guile-strings.c:1616 +#: ../intl-scm/guile-strings.c:1838 ../intl-scm/guile-strings.c:1946 +msgid "Display accounts as hyperlinks" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1446 ../intl-scm/guile-strings.c:1618 +#: ../intl-scm/guile-strings.c:1840 ../intl-scm/guile-strings.c:1948 +msgid "Shows each account in the table as a hyperlink to its register window" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1448 ../intl-scm/guile-strings.c:1636 +#: ../intl-scm/guile-strings.c:1866 ../intl-scm/guile-strings.c:1970 +#: ../intl-scm/guile-strings.c:2134 +msgid "Commodities" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1454 ../intl-scm/guile-strings.c:1642 +#: ../intl-scm/guile-strings.c:1872 ../intl-scm/guile-strings.c:1976 +#: ../intl-scm/guile-strings.c:2140 +msgid "Show Foreign Currencies" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1456 ../intl-scm/guile-strings.c:1644 +#: ../intl-scm/guile-strings.c:1874 ../intl-scm/guile-strings.c:1978 +#: ../intl-scm/guile-strings.c:2142 +msgid "Display any foreign currency amount in an account" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1466 +msgid "Current Trial Balance" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1468 +msgid "Uses the exact balances in the general ledger" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1470 +msgid "Pre-adjustment Trial Balance" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1472 +msgid "Ignores Adjusting/Closing entries" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1474 +msgid "Work Sheet" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1476 +msgid "Creates a complete end-of-period work sheet" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1482 ../intl-scm/guile-strings.c:1676 +#: ../intl-scm/guile-strings.c:2170 +msgid "for Period" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1486 ../intl-scm/guile-strings.c:1674 +#: ../intl-scm/guile-strings.c:2168 +#, c-format +msgid "For Period Covering %s to %s" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1490 +msgid "Adjustments" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1492 +msgid "Adjusted Trial Balance" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1494 ../intl-scm/guile-strings.c:1574 +msgid "Income Statement" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1496 ../intl-scm/guile-strings.c:1794 +msgid "Balance Sheet" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1504 ../intl-scm/guile-strings.c:1898 +#: ../intl-scm/guile-strings.c:2184 +msgid "Unrealized Gains" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1506 +msgid "Net Income" +msgstr "" + +#. src/report/standard-reports/trial-balance.scm +#: ../intl-scm/guile-strings.c:1508 +msgid "Net Loss" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1512 ../intl-scm/guile-strings.c:2196 +#: ../intl-scm/guile-strings.c:2284 ../intl-scm/guile-strings.c:2288 +msgid "Sorting" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1514 ../intl-scm/guile-strings.c:2346 +msgid "Filter Type" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1516 ../intl-scm/guile-strings.c:2210 +msgid "Void Transactions?" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1520 ../intl-scm/guile-strings.c:2230 +#: ../intl-scm/guile-strings.c:2294 ../intl-scm/guile-strings.c:2396 +#: ../intl-scm/guile-strings.c:2484 +msgid "Reconciled Date" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1530 ../intl-scm/guile-strings.c:2266 +#: ../intl-scm/guile-strings.c:2504 +msgid "Use Full Account Name?" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1534 ../intl-scm/guile-strings.c:2246 +#: ../intl-scm/guile-strings.c:2404 ../intl-scm/guile-strings.c:2512 +msgid "Other Account Name" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1536 ../intl-scm/guile-strings.c:2282 +#: ../intl-scm/guile-strings.c:2516 +msgid "Use Full Other Account Name?" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1538 ../intl-scm/guile-strings.c:2278 +#: ../intl-scm/guile-strings.c:2408 ../intl-scm/guile-strings.c:2520 +msgid "Other Account Code" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1550 ../intl-scm/guile-strings.c:2556 +#: ../intl-scm/guile-strings.c:2596 +msgid "Sign Reverses?" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1552 ../intl-scm/guile-strings.c:2322 +#: ../intl-scm/guile-strings.c:2598 +msgid "Style" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1554 ../intl-scm/guile-strings.c:2198 +msgid "Primary Key" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1556 ../intl-scm/guile-strings.c:2290 +#: ../intl-scm/guile-strings.c:2454 +msgid "Show Full Account Name?" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1558 ../intl-scm/guile-strings.c:2286 +#: ../intl-scm/guile-strings.c:2458 +msgid "Show Account Code?" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1560 ../intl-scm/guile-strings.c:2200 +msgid "Primary Subtotal" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1562 ../intl-scm/guile-strings.c:2202 +msgid "Primary Subtotal for Date Key" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1564 ../intl-scm/guile-strings.c:2466 +msgid "Primary Sort Order" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1566 ../intl-scm/guile-strings.c:2204 +msgid "Secondary Key" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1568 ../intl-scm/guile-strings.c:2206 +msgid "Secondary Subtotal" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1570 ../intl-scm/guile-strings.c:2208 +msgid "Secondary Subtotal for Date Key" +msgstr "" + +#. src/report/standard-reports/general-ledger.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1572 ../intl-scm/guile-strings.c:2476 +msgid "Secondary Sort Order" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1584 ../intl-scm/guile-strings.c:2122 +msgid "Start Date" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1586 ../intl-scm/guile-strings.c:2124 +msgid "End Date" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1596 ../intl-scm/guile-strings.c:1818 +msgid "Flatten list to depth limit" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1598 ../intl-scm/guile-strings.c:1820 +msgid "Displays accounts which exceed the depth limit at the depth limit" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1600 ../intl-scm/guile-strings.c:1822 +#: ../intl-scm/guile-strings.c:1930 +msgid "Parent account balances" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1602 ../intl-scm/guile-strings.c:1824 +#: ../intl-scm/guile-strings.c:1932 +msgid "Parent account subtotals" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1608 ../intl-scm/guile-strings.c:1830 +#: ../intl-scm/guile-strings.c:1938 +msgid "Omit zero balance figures" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1610 ../intl-scm/guile-strings.c:1832 +#: ../intl-scm/guile-strings.c:1940 +msgid "Show blank space in place of any zero balances which would be shown" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1612 ../intl-scm/guile-strings.c:1834 +#: ../intl-scm/guile-strings.c:1942 ../intl-scm/guile-strings.c:2130 +msgid "Show accounting-style rules" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1614 ../intl-scm/guile-strings.c:1836 +#: ../intl-scm/guile-strings.c:1944 ../intl-scm/guile-strings.c:2132 +msgid "Use rules beneath columns of added numbers like accountants do" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1620 +msgid "Label the revenue section" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1622 +msgid "Whether or not to include a label for the revenue section" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1624 +msgid "Include revenue total" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1626 +msgid "Whether or not to include a line indicating total revenue" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1628 +msgid "Label the expense section" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1630 +msgid "Whether or not to include a label for the expense section" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1632 +msgid "Include expense total" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1634 +msgid "Whether or not to include a line indicating total expense" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1664 +msgid "Display as a two column report" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1666 +msgid "Divides the report into an income column and an expense column" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1668 +msgid "Display in standard, income first, order" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1670 +msgid "" +"Causes the report to display in the standard order, placing income before " +"expenses" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1680 +msgid "Revenues" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1682 +msgid "Total Revenue" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#: ../intl-scm/guile-strings.c:1686 +msgid "Total Expenses" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1688 ../intl-scm/guile-strings.c:2176 +msgid "Net income" +msgstr "" + +#. src/report/standard-reports/income-statement.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1690 ../intl-scm/guile-strings.c:2178 +msgid "Net loss" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1692 +msgid "Income Barchart" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1694 +msgid "Expense Barchart" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1696 +msgid "Asset Barchart" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1698 +msgid "Liability Barchart" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1700 +msgid "Shows a barchart with the Income per interval developing over time" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1702 +msgid "Shows a barchart with the Expenses per interval developing over time" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1704 +msgid "Shows a barchart with the Assets developing over time" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1706 +msgid "Shows a barchart with the Liabilities developing over time" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1708 +msgid "Income Over Time" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1710 +msgid "Expense Over Time" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1712 +msgid "Assets Over Time" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1714 +msgid "Liabilities Over Time" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1728 ../intl-scm/guile-strings.c:2840 +#: ../intl-scm/guile-strings.c:2914 +msgid "Show Accounts until level" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1730 ../intl-scm/guile-strings.c:2844 +#: ../intl-scm/guile-strings.c:2916 +msgid "Show long account names" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1732 +msgid "Use Stacked Bars" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1734 +msgid "Maximum Bars" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1740 ../intl-scm/guile-strings.c:2854 +#: ../intl-scm/guile-strings.c:2926 +msgid "Sort Method" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1744 ../intl-scm/guile-strings.c:2860 +#: ../intl-scm/guile-strings.c:2930 +msgid "Show accounts to this depth and not further" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1746 ../intl-scm/guile-strings.c:2932 +msgid "Show the full account name in legend?" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1748 +msgid "Show barchart as stacked barchart? (Guppi>=0.35.4 required)" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1750 +msgid "Maximum number of bars in the chart" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#: ../intl-scm/guile-strings.c:1754 +#, c-format +msgid "Balances %s to %s" +msgstr "" + +#. src/report/standard-reports/category-barchart.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:1758 ../intl-scm/guile-strings.c:2944 +msgid "and" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#: ../intl-scm/guile-strings.c:1760 +msgid "Investment Portfolio" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:1764 ../intl-scm/guile-strings.c:2012 +msgid "Share decimal places" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:1766 ../intl-scm/guile-strings.c:2014 +msgid "Include accounts with no shares" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:1770 ../intl-scm/guile-strings.c:2030 +#: ../intl-scm/guile-strings.c:2216 +msgid "Report Currency" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:1772 ../intl-scm/guile-strings.c:2068 +msgid "The number of decimal places to use for share numbers" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:1776 ../intl-scm/guile-strings.c:2074 +msgid "Stock Accounts to report on" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:1778 ../intl-scm/guile-strings.c:2076 +msgid "Include accounts that have a zero share balances." +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:1784 ../intl-scm/guile-strings.c:2084 +msgid "Listing" +msgstr "" + +#. src/report/standard-reports/portfolio.scm +#: ../intl-scm/guile-strings.c:1786 +msgid "Units" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1804 +msgid "Balance Sheet Date" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1806 +msgid "Single column Balance Sheet" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1808 +msgid "" +"Print liability/equity section in the same column under the assets section " +"as opposed to a second column right of the assets section" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1842 +msgid "Label the assets section" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1844 +msgid "Whether or not to include a label for the assets section" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1846 +msgid "Include assets total" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1848 +msgid "Whether or not to include a line indicating total assets" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1850 +msgid "Label the liabilities section" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1852 +msgid "Whether or not to include a label for the liabilities section" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1854 +msgid "Include liabilities total" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1856 +msgid "Whether or not to include a line indicating total liabilities" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1858 +msgid "Label the equity section" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1860 +msgid "Whether or not to include a label for the equity section" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1862 +msgid "Include equity total" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1864 +msgid "Whether or not to include a line indicating total equity" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1880 +msgid "Compute unrealized gains and losses" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1882 +msgid "" +"Include unrealized gains and losses in the computation. Will produce " +"incorrect results if the current file uses commodity trading accounts" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1886 +msgid "Total Assets" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1890 +msgid "Total Liabilities" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1896 +msgid "Retained Losses" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:1900 ../intl-scm/guile-strings.c:2186 +msgid "Unrealized Losses" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1902 +msgid "Total Equity" +msgstr "" + +#. src/report/standard-reports/balance-sheet.scm +#: ../intl-scm/guile-strings.c:1904 +msgid "Total Liabilities & Equity" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1906 +msgid "Account Summary" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1926 +msgid "Depth limit behavior" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1928 +msgid "How to treat accounts which exceed the specified depth limit (if any)" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1952 +msgid "Show an account's balance" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1956 +msgid "Show an account's account code" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1960 +msgid "Show an account's account type" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1962 +msgid "Account Description" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1964 +msgid "Show an account's description" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1966 +msgid "Account Notes" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1968 +msgid "Show an account's notes" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1984 +msgid "Recursive Balance" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1986 +msgid "" +"Show the total balance, including balances in subaccounts, of any account at " +"the depth limit" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1988 +msgid "Raise Accounts" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1990 +msgid "Shows accounts deeper than the depth limit at the depth limit" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1992 +msgid "Omit Accounts" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1994 +msgid "Disregard completely any accounts deeper than the depth limit" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:1996 +msgid "Code" +msgstr "" + +#. src/report/standard-reports/account-summary.scm +#: ../intl-scm/guile-strings.c:2002 +msgid "Account title" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2008 +msgid "Advanced Portfolio" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2016 +msgid "Show ticker symbols" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2018 +msgid "Show listings" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2020 +msgid "Show prices" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2022 +msgid "Show number of shares" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2024 ../intl-scm/guile-strings.c:2046 +msgid "Basis calculation method" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2026 +msgid "Set preference for price list data" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2042 +msgid "Most recent to report" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2044 +msgid "The most recent recorded price before report date" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2048 ../intl-scm/guile-strings.c:2774 +#: ../intl-scm/guile-strings.c:2794 +msgid "Average" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2050 +msgid "Use average cost of all shares for basis" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2052 +msgid "FIFO" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2054 +msgid "Use first-in first-out method for basis" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2056 +msgid "FILO" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2058 +msgid "Use first-in last-out method for basis" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2060 +msgid "Prefer use of price editor pricing over transactions, where applicable." +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2062 +msgid "Display the ticker symbols" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2064 +msgid "Display exchange listings" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2066 +msgid "Display numbers of shares in accounts" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2070 +msgid "Display share prices" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2090 +msgid "Basis" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2098 +msgid "Realized Gain" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2100 +msgid "Unrealized Gain" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2102 +msgid "Total Gain" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2104 +msgid "Total Return" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2106 +msgid "Brokerage Fees" +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2108 +msgid "" +"* this commodity data was built using transaction pricing instead of the " +"price list." +msgstr "" + +#. src/report/standard-reports/advanced-portfolio.scm +#: ../intl-scm/guile-strings.c:2110 +msgid "" +"If you are in a multi-currency situation, the exchanges may not be correct." +msgstr "" + +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:2112 +msgid "Equity Statement" +msgstr "" + +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:2128 +msgid "Report only on these accounts" +msgstr "" + +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:2174 ../intl-scm/guile-strings.c:2192 +msgid "Capital" +msgstr "" + +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:2180 +msgid "Investments" +msgstr "" + +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:2182 +msgid "Withdrawals" +msgstr "" + +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:2188 +msgid "Increase in capital" +msgstr "" + +#. src/report/standard-reports/equity-statement.scm +#: ../intl-scm/guile-strings.c:2190 +msgid "Decrease in capital" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2194 +msgid "Transaction Report" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2212 +msgid "Table for Exporting" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2214 +msgid "Common Currency" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2220 +msgid "Total For " +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2222 ../intl-scm/guile-strings.c:2584 +msgid "Grand Total" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2304 +msgid "Transfer from/to" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2324 +msgid "Report style" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2326 +msgid "Multi-Line" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2328 +msgid "Display N lines" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2330 ../intl-scm/guile-strings.c:2548 +#: ../intl-scm/guile-strings.c:2678 +msgid "Single" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2332 +msgid "Display 1 line" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2334 +msgid "Convert all transactions into a common currency" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2336 +msgid "Formats the table suitable for cut & paste exporting with extra cells" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2338 +msgid "Report Accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2342 +msgid "Filter Accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2344 +msgid "Filter on these accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2348 +msgid "Filter account" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2352 +msgid "Do not do any filtering" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2354 +msgid "Include Transactions to/from Filter Accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2356 +msgid "Include transactions to/from filter accounts only" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2358 +msgid "Exclude Transactions to/from Filter Accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2360 +msgid "Exclude transactions to/from all filter accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2362 +msgid "How to handle void transactions" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2364 +msgid "Non-void only" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2366 +msgid "Show only non-voided transactions" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2368 +msgid "Void only" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2370 +msgid "Show only voided transactions" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2372 +msgid "Both" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2374 +msgid "Show both (and include void transactions in totals)" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2378 +msgid "Do not sort" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2382 +msgid "Sort & subtotal by account name" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2386 +msgid "Sort & subtotal by account code" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2392 +msgid "Exact Time" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2394 +msgid "Sort by exact time" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2398 +msgid "Sort by the Reconciled Date" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2400 +msgid "Register Order" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2402 +msgid "Sort as with the register" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2406 +msgid "Sort by account transferred from/to's name" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2410 +msgid "Sort by account transferred from/to's code" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2422 +msgid "Sort by check/transaction number" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2428 +msgid "Ascending" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2430 +msgid "smallest to largest, earliest to latest" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2432 +msgid "Descending" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2434 +msgid "largest to smallest, latest to earliest" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2452 +msgid "Sort by this criterion first" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2456 +msgid "Show the full account name for subtotals and subtitles?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2460 +msgid "Show the account code for subtotals and subtitles?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2462 +msgid "Subtotal according to the primary key?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2464 ../intl-scm/guile-strings.c:2474 +msgid "Do a date subtotal" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2468 +msgid "Order of primary sorting" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2470 +msgid "Sort by this criterion second" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2472 +msgid "Subtotal according to the secondary key?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2478 +msgid "Order of Secondary sorting" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:2482 ../intl-scm/guile-strings.c:2640 +#: ../intl-scm/guile-strings.c:3266 ../intl-scm/guile-strings.c:3584 +#: ../intl-scm/guile-strings.c:3844 +msgid "Display the date?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2486 +msgid "Display the reconciled date?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2490 ../intl-scm/guile-strings.c:2646 +msgid "Display the check number?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:2494 ../intl-scm/guile-strings.c:2652 +#: ../intl-scm/guile-strings.c:3272 ../intl-scm/guile-strings.c:3590 +#: ../intl-scm/guile-strings.c:3850 +msgid "Display the description?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2498 +msgid "Display the memo?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2502 +msgid "Display the account name?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2506 ../intl-scm/guile-strings.c:2518 +msgid "Display the full account name" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2510 +msgid "Display the account code" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2514 +msgid "" +"Display the other account name? (if this is a split transaction, this " +"parameter is guessed)." +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2522 +msgid "Display the other account code" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2526 ../intl-scm/guile-strings.c:2664 +msgid "Display the number of shares?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2530 ../intl-scm/guile-strings.c:2670 +msgid "Display the shares price?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2534 ../intl-scm/guile-strings.c:2690 +msgid "Display a running balance" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:2538 ../intl-scm/guile-strings.c:2696 +#: ../intl-scm/guile-strings.c:3326 ../intl-scm/guile-strings.c:3662 +#: ../intl-scm/guile-strings.c:3904 +msgid "Display the totals?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2542 ../intl-scm/guile-strings.c:2676 +msgid "Display the amount?" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2546 +msgid "No amount display" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2550 ../intl-scm/guile-strings.c:2680 +msgid "Single Column Display" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2552 ../intl-scm/guile-strings.c:2682 +msgid "Double" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2554 ../intl-scm/guile-strings.c:2684 +msgid "Two Column Display" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2558 +msgid "Reverse amount display for certain account types" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2562 +msgid "Don't change any displayed amounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2564 +msgid "Income and Expense" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2566 +msgid "Reverse amount display for Income and Expense Accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2568 +msgid "Credit Accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2570 +msgid "" +"Reverse amount display for Liability, Payable, Equity, Credit Card, and " +"Income accounts" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2572 +#, c-format +msgid "From %s To %s" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2576 +msgid "Primary Subtotals/headings" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2580 +msgid "Secondary Subtotals/headings" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2588 +msgid "Split Odd" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2592 +msgid "Split Even" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2602 +msgid "No matching transactions found" +msgstr "" + +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2604 +msgid "" +"No transactions were found that match the time interval and account " +"selection specified in the Options panel." +msgstr "" + +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2632 +msgid "The title of the report" +msgstr "" + +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2658 +msgid "Display the account?" +msgstr "" + +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2698 +msgid "Total Debits" +msgstr "" + +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2700 +msgid "Total Credits" +msgstr "" + +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2702 +msgid "Net Change" +msgstr "" + +#. src/report/standard-reports/register.scm +#: ../intl-scm/guile-strings.c:2704 +msgid "Client" +msgstr "" + +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:2716 +msgid "Budget Report" +msgstr "" + +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:2736 +msgid "Bgt" +msgstr "" + +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:2738 +msgid "Act" +msgstr "" + +#. src/report/standard-reports/budget.scm +#: ../intl-scm/guile-strings.c:2740 +#, c-format +msgid "%s: %s" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2742 ../intl-scm/guile-strings.c:2776 +msgid "Average Balance" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#: ../intl-scm/guile-strings.c:2754 ../intl-scm/guile-strings.c:2842 +msgid "Include Sub-Accounts" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#. src/report/standard-reports/daily-reports.scm +#: ../intl-scm/guile-strings.c:2756 ../intl-scm/guile-strings.c:2856 +msgid "Include sub-accounts of all selected accounts" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2760 +msgid "Do transaction report on this account" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2762 ../intl-scm/guile-strings.c:2812 +msgid "Show table" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2764 +msgid "Display a table of the selected data." +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2766 ../intl-scm/guile-strings.c:2810 +msgid "Show plot" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2768 +msgid "Display a graph of the selected data." +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2770 ../intl-scm/guile-strings.c:2808 +msgid "Plot Type" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2772 +msgid "The type of graph to generate" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2778 ../intl-scm/guile-strings.c:2804 +msgid "Profit" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2780 +msgid "Profit (Gain minus Loss)" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2784 +msgid "Gain And Loss" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2790 +msgid "Period start" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2792 +msgid "Period end" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2796 +msgid "Maximum" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2798 +msgid "Minimum" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2800 +msgid "Gain" +msgstr "" + +#. src/report/standard-reports/average-balance.scm +#: ../intl-scm/guile-strings.c:2802 +msgid "Loss" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../intl-scm/guile-strings.c:2818 ../intl-scm/guile-strings.c:2826 +msgid "Income vs. Day of Week" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../intl-scm/guile-strings.c:2820 ../intl-scm/guile-strings.c:2828 +msgid "Expenses vs. Day of Week" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../intl-scm/guile-strings.c:2822 +msgid "Shows a piechart with the total income for each day of the week" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#: ../intl-scm/guile-strings.c:2824 +msgid "Shows a piechart with the total expenses for each day of the week" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2846 ../intl-scm/guile-strings.c:2918 +msgid "Show Totals" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2848 ../intl-scm/guile-strings.c:2920 +msgid "Maximum Slices" +msgstr "" + +#. src/report/standard-reports/daily-reports.scm +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2862 ../intl-scm/guile-strings.c:2934 +msgid "Show the total balance in legend?" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2880 +msgid "Income Piechart" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2882 +msgid "Expense Piechart" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2884 +msgid "Asset Piechart" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2886 +msgid "Liability Piechart" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2888 +msgid "Shows a piechart with the Income per given time interval" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2890 +msgid "Shows a piechart with the Expenses per given time interval" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2892 +msgid "Shows a piechart with the Assets balance at a given time" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2894 +msgid "Shows a piechart with the Liabilities balance at a given time" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2896 +msgid "Income Accounts" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2898 +msgid "Expense Accounts" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2936 +msgid "Maximum number of slices in pie" +msgstr "" + +#. src/report/standard-reports/account-piecharts.scm +#: ../intl-scm/guile-strings.c:2942 +#, c-format +msgid "Balance at %s" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2946 ../intl-scm/guile-strings.c:3034 +msgid "Tax Report / TXF Export" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2952 ../intl-scm/guile-strings.c:3040 +msgid "Alternate Period" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2954 ../intl-scm/guile-strings.c:3042 +msgid "Override or modify From: & To:" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2956 ../intl-scm/guile-strings.c:3044 +msgid "Use From - To" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2958 ../intl-scm/guile-strings.c:3046 +msgid "Use From - To period" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2960 ../intl-scm/guile-strings.c:3048 +msgid "1st Est Tax Quarter" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2962 ../intl-scm/guile-strings.c:3050 +msgid "Jan 1 - Mar 31" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2964 ../intl-scm/guile-strings.c:3052 +msgid "2nd Est Tax Quarter" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2966 ../intl-scm/guile-strings.c:3054 +msgid "Apr 1 - May 31" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2968 ../intl-scm/guile-strings.c:3056 +msgid "3rd Est Tax Quarter" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2970 ../intl-scm/guile-strings.c:3058 +msgid "Jun 1 - Aug 31" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2972 ../intl-scm/guile-strings.c:3060 +msgid "4th Est Tax Quarter" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2974 ../intl-scm/guile-strings.c:3062 +msgid "Sep 1 - Dec 31" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2976 ../intl-scm/guile-strings.c:2978 +#: ../intl-scm/guile-strings.c:3064 ../intl-scm/guile-strings.c:3066 +msgid "Last Year" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2980 ../intl-scm/guile-strings.c:3068 +msgid "Last Yr 1st Est Tax Qtr" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2982 ../intl-scm/guile-strings.c:3070 +msgid "Jan 1 - Mar 31, Last year" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2984 ../intl-scm/guile-strings.c:3072 +msgid "Last Yr 2nd Est Tax Qtr" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2986 ../intl-scm/guile-strings.c:3074 +msgid "Apr 1 - May 31, Last year" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2988 ../intl-scm/guile-strings.c:3076 +msgid "Last Yr 3rd Est Tax Qtr" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2990 ../intl-scm/guile-strings.c:3078 +msgid "Jun 1 - Aug 31, Last year" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2992 ../intl-scm/guile-strings.c:3080 +msgid "Last Yr 4th Est Tax Qtr" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2994 ../intl-scm/guile-strings.c:3082 +msgid "Sep 1 - Dec 31, Last year" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2996 ../intl-scm/guile-strings.c:3084 +msgid "Select Accounts (none = all)" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:2998 ../intl-scm/guile-strings.c:3086 +msgid "Select accounts" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3000 ../intl-scm/guile-strings.c:3088 +msgid "Suppress $0.00 values" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3002 ../intl-scm/guile-strings.c:3090 +msgid "$0.00 valued Accounts won't be printed." +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3004 ../intl-scm/guile-strings.c:3092 +msgid "Print Full account names" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3006 ../intl-scm/guile-strings.c:3094 +msgid "Print all Parent account names" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3008 ../intl-scm/guile-strings.c:3096 +msgid "" +"WARNING: There are duplicate TXF codes assigned to some accounts. Only TXF " +"codes with payer sources may be repeated." +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3014 ../intl-scm/guile-strings.c:3102 +#, c-format +msgid "Period from %s to %s" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#: ../intl-scm/guile-strings.c:3016 +msgid "Blue items are exportable to a .TXF file." +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3018 ../intl-scm/guile-strings.c:3106 +msgid "" +"No Tax Related accounts were found. Go to the Edit->Tax Options dialog to " +"set up tax-related accounts." +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#: ../intl-scm/guile-strings.c:3020 +msgid "Tax Report & TXF Export" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#: ../intl-scm/guile-strings.c:3022 +msgid "Taxable Income / Deductible Expenses / Export to .TXF file" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3024 ../intl-scm/guile-strings.c:3030 +#: ../intl-scm/guile-strings.c:3112 ../intl-scm/guile-strings.c:3118 +msgid "Taxable Income / Deductible Expenses" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3026 ../intl-scm/guile-strings.c:3114 +msgid "This report shows your Taxable Income and Deductible Expenses." +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#: ../intl-scm/guile-strings.c:3028 +msgid "TXF" +msgstr "" + +#. src/report/locale-specific/us/taxtxf.scm +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3032 ../intl-scm/guile-strings.c:3120 +msgid "This page shows your Taxable Income and Deductible Expenses." +msgstr "" + +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3104 +msgid "" +"Blue items are exportable to a German Tax XML file. Press Export to actually " +"export them." +msgstr "" + +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3108 +msgid "Tax Report & XML Export" +msgstr "" + +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3110 +msgid "Taxable Income / Deductible Expenses / Export to .XML file" +msgstr "" + +#. src/report/locale-specific/us/taxtxf-de_DE.scm +#: ../intl-scm/guile-strings.c:3116 +msgid "XML" +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../intl-scm/guile-strings.c:3122 ../intl-scm/guile-strings.c:3144 +msgid "Dividends" +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../intl-scm/guile-strings.c:3126 ../intl-scm/guile-strings.c:3148 +msgid "Cap Return" +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../intl-scm/guile-strings.c:3128 ../intl-scm/guile-strings.c:3150 +msgid "Cap. gain (long)" +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../intl-scm/guile-strings.c:3130 ../intl-scm/guile-strings.c:3152 +msgid "Cap. gain (mid)" +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../intl-scm/guile-strings.c:3132 ../intl-scm/guile-strings.c:3154 +msgid "Cap. gain (short)" +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../intl-scm/guile-strings.c:3138 ../intl-scm/guile-strings.c:3160 +msgid "Commissions" +msgstr "" + +#. src/import-export/qif-io-core/qif-invst-xtn-import.scm +#. src/import-export/qif-import/qif-dialog-utils.scm +#: ../intl-scm/guile-strings.c:3140 ../intl-scm/guile-strings.c:3162 +msgid "Margin Interest" +msgstr "" + +#. src/import-export/qif-import/qif-file.scm +#: ../intl-scm/guile-strings.c:3168 +msgid "Loading QIF file..." +msgstr "" + +#. src/import-export/qif-import/qif-to-gnc.scm +#: ../intl-scm/guile-strings.c:3170 +msgid "QIF import: Name conflict with another account." +msgstr "" + +#. src/import-export/qif-import/qif-to-gnc.scm +#: ../intl-scm/guile-strings.c:3174 +msgid "Importing transactions..." +msgstr "" + +#. src/import-export/qif-import/qif-parse.scm +#: ../intl-scm/guile-strings.c:3176 +#, c-format +msgid "The file contains an unknown Action '%s'." +msgstr "" + +#. src/import-export/qif-import/qif-parse.scm +#: ../intl-scm/guile-strings.c:3178 +msgid "Some transactions may be discarded." +msgstr "" + +#. src/import-export/qif-import/qif-merge-groups.scm +#: ../intl-scm/guile-strings.c:3182 +msgid "Finding duplicate transactions..." +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3184 +msgid "The name of your business" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3186 +msgid "The address of your business" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3188 +msgid "The contact person to print on invoices" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3190 +msgid "The phone number of your business" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3192 +msgid "The fax number of your business" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3194 +msgid "The email address of your business" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3196 +msgid "The URL address of your website" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3198 +msgid "The ID for your company (eg 'Tax-ID: 00-000000)" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3200 +msgid "Default Customer TaxTable" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3202 +msgid "The default tax table to apply to customers." +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3204 +msgid "Default Vendor TaxTable" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3206 +msgid "The default tax table to apply to vendors." +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3208 +msgid "Fancy Date Format" +msgstr "" + +#. src/business/business-utils/business-prefs.scm +#: ../intl-scm/guile-strings.c:3210 +msgid "The default date format used for fancy printed dates" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../intl-scm/guile-strings.c:3216 +msgid "Company Address" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../intl-scm/guile-strings.c:3218 +msgid "Company ID" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../intl-scm/guile-strings.c:3220 +msgid "Company Phone Number" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../intl-scm/guile-strings.c:3222 +msgid "Company Fax Number" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../intl-scm/guile-strings.c:3224 +msgid "Company Website URL" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../intl-scm/guile-strings.c:3226 +msgid "Company Email Address" +msgstr "" + +#. src/business/business-utils/business-utils.scm +#: ../intl-scm/guile-strings.c:3228 +msgid "Company Contact Person" +msgstr "" + +#. src/business/business-reports/payables.scm +#: ../intl-scm/guile-strings.c:3230 +msgid "Payable Account" +msgstr "" + +#. src/business/business-reports/payables.scm +#: ../intl-scm/guile-strings.c:3232 +msgid "The payable account you wish to examine" +msgstr "" + +#. src/business/business-reports/payables.scm +#: ../intl-scm/guile-strings.c:3234 ../intl-scm/guile-strings.c:3236 +msgid "Payable Aging" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3238 ../intl-scm/guile-strings.c:3556 +#: ../intl-scm/guile-strings.c:3816 +msgid "Invoice Number" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3244 ../intl-scm/guile-strings.c:3562 +#: ../intl-scm/guile-strings.c:3822 +msgid "Charge Type" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3252 ../intl-scm/guile-strings.c:3300 +#: ../intl-scm/guile-strings.c:3570 ../intl-scm/guile-strings.c:3618 +#: ../intl-scm/guile-strings.c:3830 ../intl-scm/guile-strings.c:3878 +msgid "Taxable" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3254 ../intl-scm/guile-strings.c:3306 +#: ../intl-scm/guile-strings.c:3572 ../intl-scm/guile-strings.c:3624 +#: ../intl-scm/guile-strings.c:3832 ../intl-scm/guile-strings.c:3884 +msgid "Tax Amount" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3260 ../intl-scm/guile-strings.c:3578 +#: ../intl-scm/guile-strings.c:3838 +msgid "T" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3262 ../intl-scm/guile-strings.c:3268 +#: ../intl-scm/guile-strings.c:3274 ../intl-scm/guile-strings.c:3280 +#: ../intl-scm/guile-strings.c:3286 ../intl-scm/guile-strings.c:3292 +#: ../intl-scm/guile-strings.c:3298 ../intl-scm/guile-strings.c:3304 +#: ../intl-scm/guile-strings.c:3310 ../intl-scm/guile-strings.c:3488 +#: ../intl-scm/guile-strings.c:3492 ../intl-scm/guile-strings.c:3496 +#: ../intl-scm/guile-strings.c:3500 ../intl-scm/guile-strings.c:3504 +#: ../intl-scm/guile-strings.c:3508 ../intl-scm/guile-strings.c:3580 +#: ../intl-scm/guile-strings.c:3586 ../intl-scm/guile-strings.c:3592 +#: ../intl-scm/guile-strings.c:3598 ../intl-scm/guile-strings.c:3604 +#: ../intl-scm/guile-strings.c:3610 ../intl-scm/guile-strings.c:3616 +#: ../intl-scm/guile-strings.c:3622 ../intl-scm/guile-strings.c:3628 +#: ../intl-scm/guile-strings.c:3840 ../intl-scm/guile-strings.c:3846 +#: ../intl-scm/guile-strings.c:3852 ../intl-scm/guile-strings.c:3858 +#: ../intl-scm/guile-strings.c:3864 ../intl-scm/guile-strings.c:3870 +#: ../intl-scm/guile-strings.c:3876 ../intl-scm/guile-strings.c:3882 +#: ../intl-scm/guile-strings.c:3888 +msgid "Display Columns" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3278 ../intl-scm/guile-strings.c:3596 +#: ../intl-scm/guile-strings.c:3856 +msgid "Display the action?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3284 ../intl-scm/guile-strings.c:3602 +#: ../intl-scm/guile-strings.c:3862 +msgid "Display the quantity of items?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3290 ../intl-scm/guile-strings.c:3608 +#: ../intl-scm/guile-strings.c:3868 +msgid "Display the price per item?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3296 ../intl-scm/guile-strings.c:3614 +#: ../intl-scm/guile-strings.c:3874 +msgid "Display the entry's discount" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3302 ../intl-scm/guile-strings.c:3620 +#: ../intl-scm/guile-strings.c:3880 +msgid "Display the entry's taxable status" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3308 ../intl-scm/guile-strings.c:3626 +#: ../intl-scm/guile-strings.c:3886 +msgid "Display each entry's total total tax" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3314 ../intl-scm/guile-strings.c:3632 +#: ../intl-scm/guile-strings.c:3892 +msgid "Display the entry's value" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3318 ../intl-scm/guile-strings.c:3654 +#: ../intl-scm/guile-strings.c:3896 +msgid "Individual Taxes" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3320 ../intl-scm/guile-strings.c:3656 +#: ../intl-scm/guile-strings.c:3898 +msgid "Display all the individual taxes?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3330 ../intl-scm/guile-strings.c:3672 +#: ../intl-scm/guile-strings.c:3908 +msgid "References" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3332 ../intl-scm/guile-strings.c:3674 +#: ../intl-scm/guile-strings.c:3910 +msgid "Display the invoice references?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3336 ../intl-scm/guile-strings.c:3678 +#: ../intl-scm/guile-strings.c:3914 +msgid "Billing Terms" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3338 ../intl-scm/guile-strings.c:3680 +#: ../intl-scm/guile-strings.c:3916 +msgid "Display the invoice billing terms?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3344 ../intl-scm/guile-strings.c:3686 +#: ../intl-scm/guile-strings.c:3922 +msgid "Display the billing id?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3350 ../intl-scm/guile-strings.c:3692 +#: ../intl-scm/guile-strings.c:3928 +msgid "Display the invoice notes?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3354 ../intl-scm/guile-strings.c:3696 +#: ../intl-scm/guile-strings.c:3932 +msgid "Payments" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3356 ../intl-scm/guile-strings.c:3698 +#: ../intl-scm/guile-strings.c:3934 +msgid "Display the payments applied to this invoice?" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3360 +msgid "Minimum # of entries" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3362 +msgid "The minimum number of invoice entries to display. (-1)" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3366 ../intl-scm/guile-strings.c:3708 +#: ../intl-scm/guile-strings.c:3938 +msgid "Extra Notes" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3368 ../intl-scm/guile-strings.c:3940 +msgid "Extra notes to put on the invoice" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3372 +msgid "Payable to" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3374 +msgid "Display the Payable to: information" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3378 +msgid "Payable to string" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3380 +msgid "The phrase for specifying to whom payments should be made" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3382 +msgid "Make all cheques Payable to" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3386 +msgid "Company contact" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3388 +msgid "Display the Company contact information" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3392 +msgid "Company contact string" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3394 +msgid "The phrase used to introduce the company contact" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3396 +msgid "Direct all inquiries to" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3398 ../intl-scm/guile-strings.c:3470 +#: ../intl-scm/guile-strings.c:3720 ../intl-scm/guile-strings.c:3950 +msgid "Payment, thank you" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3404 ../intl-scm/guile-strings.c:3726 +#: ../intl-scm/guile-strings.c:3956 +msgid "Amount Due" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3406 ../intl-scm/guile-strings.c:3728 +#: ../intl-scm/guile-strings.c:3958 +msgid "REF" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3408 +msgid "INVOICE" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3410 +msgid "Phone:" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3412 +msgid "Fax:" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3414 +msgid "Web:" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3422 ../intl-scm/guile-strings.c:3736 +#: ../intl-scm/guile-strings.c:3966 +#, c-format +msgid "%s #%d" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3424 +#, c-format +msgid "Invoice # %d" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3426 +msgid "Invoice Date" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3428 +msgid "Due Date" +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3430 +msgid "
      Invoice in progress...." +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3436 ../intl-scm/guile-strings.c:3746 +#: ../intl-scm/guile-strings.c:3978 +msgid "" +"No valid invoice selected. Click on the Options button and select the " +"invoice to use." +msgstr "" + +#. src/business/business-reports/fancy-invoice.scm +#: ../intl-scm/guile-strings.c:3438 ../intl-scm/guile-strings.c:3440 +#: ../intl-scm/guile-strings.c:3442 +msgid "Fancy Invoice" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3462 ../intl-scm/guile-strings.c:3800 +msgid "0-30 days" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3464 ../intl-scm/guile-strings.c:3802 +msgid "31-60 days" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3466 ../intl-scm/guile-strings.c:3804 +msgid "61-90 days" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3468 ../intl-scm/guile-strings.c:3806 +msgid "91+ days" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3476 +msgid "Total Credit" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3478 +msgid "Total Due" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3480 +msgid "The company for this report" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3482 +msgid "The account to search for transactions" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3490 ../intl-scm/guile-strings.c:3494 +msgid "Display the transaction date?" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3498 +msgid "Display the transaction reference?" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3502 +msgid "Display the transaction type?" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3506 +msgid "Display the transaction description?" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3510 ../intl-scm/guile-strings.c:3538 +#: ../intl-scm/guile-strings.c:3716 ../intl-scm/guile-strings.c:3946 +msgid "Today Date Format" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3512 ../intl-scm/guile-strings.c:3718 +#: ../intl-scm/guile-strings.c:3948 +msgid "The format for the date->string conversion for today's date." +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3518 +msgid "Expense Report" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3532 ../intl-scm/guile-strings.c:3534 +msgid "Report:" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3536 ../intl-scm/guile-strings.c:3814 +msgid "" +"No valid account selected. Click on the Options button and select the " +"account to use." +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3542 +#, c-format +msgid "No valid %s selected. Click on the Options button to select a company." +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3544 ../intl-scm/guile-strings.c:3550 +msgid "Customer Report" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3546 ../intl-scm/guile-strings.c:3552 +msgid "Vendor Report" +msgstr "" + +#. src/business/business-reports/owner-report.scm +#: ../intl-scm/guile-strings.c:3548 ../intl-scm/guile-strings.c:3554 +msgid "Employee Report" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3636 +msgid "My Company" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3638 +msgid "Display my company name and address?" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3642 +msgid "My Company ID" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3644 +msgid "Display my company ID?" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3650 +msgid "Display due date?" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3668 +msgid "Display the subtotals?" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3702 +msgid "Invoice Width" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3704 +msgid "The minimum width of the invoice." +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3706 ../intl-scm/guile-strings.c:3714 +msgid "Text" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3710 +msgid "Extra notes to put on the invoice (simple HTML is accepted)" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3712 ../intl-scm/guile-strings.c:3942 +msgid "Thank you for your patronage" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3738 +#, c-format +msgid "Invoice #%d" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3740 +msgid "INVOICE NOT POSTED" +msgstr "" + +#. src/business/business-reports/easy-invoice.scm +#: ../intl-scm/guile-strings.c:3748 ../intl-scm/guile-strings.c:3750 +#: ../intl-scm/guile-strings.c:3752 +msgid "Easy Invoice" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3756 +msgid "Sort By" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3758 +msgid "Sort Order" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3764 +msgid "Show Multi-currency Totals?" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3766 +msgid "Show zero balance items?" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3768 +#, c-format +msgid "" +"Transactions relating to '%s' contain more than one currency. This report " +"is not designed to cope with this possibility." +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3770 +msgid "Sort companies by" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3774 +msgid "Name of the company" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3776 +msgid "Total Owed" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3778 +msgid "Total amount owed to/from Company" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3780 +msgid "Bracket Total Owed" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3782 +msgid "Amount owed in oldest bracket - if same go to next oldest" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3784 +msgid "Sort order" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3786 +msgid "Increasing" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3788 +msgid "0 -> $999,999.99, A->Z" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3790 +msgid "Decreasing" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3792 +msgid "$999,999.99 -> $0, Z->A" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3794 +msgid "" +"Show multi-currency totals. If not selected, convert all totals to report " +"currency" +msgstr "" + +#. src/business/business-reports/aging.scm +#: ../intl-scm/guile-strings.c:3796 +msgid "Show all vendors/customers even if they have a zero balance." +msgstr "" + +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3968 +msgid "Invoice Date" +msgstr "" + +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3972 +msgid "Invoice in progress...." +msgstr "" + +#. src/business/business-reports/invoice.scm +#: ../intl-scm/guile-strings.c:3980 ../intl-scm/guile-strings.c:3982 +#: ../intl-scm/guile-strings.c:3984 +msgid "Printable Invoice" +msgstr "" + +#. src/business/business-reports/receivables.scm +#: ../intl-scm/guile-strings.c:3986 +msgid "Receivables Account" +msgstr "" + +#. src/business/business-reports/receivables.scm +#: ../intl-scm/guile-strings.c:3988 +msgid "The receivables account you wish to examine" +msgstr "" + +#. src/business/business-reports/receivables.scm +#: ../intl-scm/guile-strings.c:3990 ../intl-scm/guile-strings.c:3992 +msgid "Receivable Aging" +msgstr "" + +#: ../doc/tip_of_the_day.list.in:1 +msgid "" +"The GnuCash online manual has lots of helpful information. If you are " +"upgrading from earlier versions of GnuCash, the section \"What's new in " +"GnuCash 2.0\" is particularly interesting. You can access the manual under " +"the Help menu." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:6 +msgid "" +"You can easily import your existing financial data from Quicken, MS Money or " +"other programs that export QIF files or OFX files. In the File menu, click " +"on the sub-menu Import and click on QIF or OFX file, respectively. Then, " +"follow the instructions provided." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:11 +msgid "" +"If you are familiar with other financial programs such as Quicken, note that " +"GnuCash uses accounts instead of categories to track income and expenses. " +"For more information on income and expense accounts, please see the GnuCash " +"online manual." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:16 +msgid "" +"Create new accounts by clicking the New button in the main window tool bar. " +"This will bring up a dialog box where you can enter account details. For " +"more information on choosing an account type or setting up a chart of " +"accounts, please see the GnuCash online manual." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:22 +msgid "" +"Click the right mouse button in the main window to bring up the account menu " +"options. Within each register, clicking the right mouse button brings up the " +"transaction menu options." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:26 +msgid "" +"To enter multiple-split transactions such as a paycheck with multiple " +"deductions, click the Split button in the tool bar. Alternatively, in the " +"View menu, you can choose the register style Auto-Split Ledger or " +"Transaction Journal." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:31 +msgid "" +"As you enter amounts in the register, you can use the GnuCash calculator to " +"add, subtract, multiply and divide . Simply type the first value, then " +"select '+', '-','*', or '/'. Type the second value and press Enter to " +"record the calculated amount." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:36 +msgid "" +"Quick-fill makes it easy to enter common transactions. When you type the " +"first letter(s) of a common transaction description, GnuCash will " +"automatically complete the remainder of the transaction as it was last " +"entered." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:41 +msgid "" +"Type the first letter(s) of an existing account name in the Transfer " +"register column, and GnuCash will complete the name from your list of " +"accounts. For subaccounts, type the first letter(s) of the parent account, " +"followed by ':' and the first letter(s) of the subaccount (e.g. A:C for " +"Assets:Cash.)" +msgstr "" + +#: ../doc/tip_of_the_day.list.in:47 +msgid "" +"Want to see all your subaccount transactions in one register? From the main " +"menu, highlight the parent account and select Accounts -> Open Subaccounts " +"from the menu." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:51 +msgid "" +"When entering dates, you can type '+' or '-' to increment or decrement the " +"selected date. You can use '+' and '-' to increment and decrement check " +"numbers as well." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:55 +msgid "" +"To switch between multiple tabs in the main window, press Control+Alt+Page " +"Up/Down." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:58 +msgid "" +"In the reconcile window, you can press the spacebar to mark transactions as " +"reconciled. You can also press Tab and Shift-Tab to move between deposits " +"and withdrawals." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:62 +msgid "" +"To transfer funds between accounts with different currencies, click on the " +"Transfer button in the register toolbar, select the accounts, and the " +"Currency Transfer options for entering the exchange rate or the other " +"currency's amount will be available." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:67 +msgid "" +"You can pack multiple reports into a single window, providing all the " +"financial information you want at a glance. To do so, use the Sample & " +"Custom -> \"Custom Multicolumn Report\" report." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:72 +msgid "" +"Style Sheets affect how reports are displayed. Choose a style sheet for " +"your report as a report option, and use the Edit -> Style Sheets menu to " +"customize style sheets." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:76 +msgid "" +"To raise the accounts menu in the transfer field of a register page, press " +"the Menu key or the Ctrl-Down key combination." +msgstr "" + +#: ../doc/tip_of_the_day.list.in:79 +msgid "" +"The GnuCash developers are easy to contact. As well as several mailing " +"lists, you can chat to them live on IRC! Join them on #gnucash at irc.gnome." +"org" +msgstr "" + +#: ../doc/tip_of_the_day.list.in:83 +msgid "" +"There is a theory that if ever anyone discovers what the Universe is for and " +"why it is here, it will instantly disappear and be replaced with something " +"even more bizarre and inexplicable. There is another theory that this has " +"already happened. Douglas Adams, \"The Restaurant at the End of the Universe" +"\"" +msgstr "" From cb9f79db7b870f08c928bb3d1403337de4e771a9 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 7 Jan 2008 20:43:49 +0000 Subject: [PATCH 104/344] Updated gnucash translation template git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16841 57a11ea4-9604-0410-9ed3-97b8803252fd --- gnucash.pot | 658 ++++++++++++++++++++++++++-------------------------- 1 file changed, 327 insertions(+), 331 deletions(-) diff --git a/gnucash.pot b/gnucash.pot index aad003d3..65014980 100644 --- a/gnucash.pot +++ b/gnucash.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-12-27 13:47+0100\n" +"POT-Creation-Date: 2008-01-07 21:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -319,14 +319,14 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-core/gncInvoice.c:622 #: ../src/business/business-gnome/business-gnome-utils.c:220 -#: ../src/business/business-gnome/dialog-invoice.c:2405 -#: ../src/business/business-gnome/dialog-invoice.c:2487 +#: ../src/business/business-gnome/dialog-invoice.c:2414 +#: ../src/business/business-gnome/dialog-invoice.c:2496 #: ../src/business/business-gnome/glade/invoice.glade.h:12 #: ../src/business/business-gnome/gnc-plugin-page-invoice.c:317 #: ../src/register/ledger-core/split-register.c:2032 #: ../intl-scm/guile-strings.c:126 ../intl-scm/guile-strings.c:2708 -#: ../intl-scm/guile-strings.c:3416 ../intl-scm/guile-strings.c:3514 -#: ../intl-scm/guile-strings.c:3730 ../intl-scm/guile-strings.c:3960 +#: ../intl-scm/guile-strings.c:3416 ../intl-scm/guile-strings.c:3512 +#: ../intl-scm/guile-strings.c:3728 ../intl-scm/guile-strings.c:3958 msgid "Invoice" msgstr "" @@ -337,10 +337,10 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-core/gncInvoice.c:624 #: ../src/business/business-gnome/business-gnome-utils.c:214 -#: ../src/business/business-gnome/dialog-invoice.c:2393 +#: ../src/business/business-gnome/dialog-invoice.c:2402 #: ../intl-scm/guile-strings.c:152 ../intl-scm/guile-strings.c:3418 -#: ../intl-scm/guile-strings.c:3516 ../intl-scm/guile-strings.c:3732 -#: ../intl-scm/guile-strings.c:3962 +#: ../intl-scm/guile-strings.c:3514 ../intl-scm/guile-strings.c:3730 +#: ../intl-scm/guile-strings.c:3960 msgid "Bill" msgstr "" @@ -397,8 +397,8 @@ msgstr "" #: ../src/business/business-gnome/business-gnome-utils.c:68 #: ../src/business/business-gnome/business-gnome-utils.c:251 -#: ../src/business/business-gnome/dialog-invoice.c:1006 -#: ../src/business/business-gnome/dialog-invoice.c:1077 +#: ../src/business/business-gnome/dialog-invoice.c:1015 +#: ../src/business/business-gnome/dialog-invoice.c:1086 #: ../src/gnome-utils/gnc-general-select.c:217 #: ../src/import-export/qif-import/qif.glade.h:67 msgid "Select..." @@ -437,8 +437,8 @@ msgstr "" msgid "Use Global" msgstr "" -#: ../src/business/business-gnome/business-urls.c:58 -#: ../src/business/business-gnome/business-urls.c:190 +#: ../src/business/business-gnome/business-urls.c:67 +#: ../src/business/business-gnome/business-urls.c:199 #: ../src/gnome/top-level.c:192 #, c-format msgid "Badly formed URL %s" @@ -446,37 +446,37 @@ msgstr "" #. ============================================================== #. HTML Handler for reports. -#: ../src/business/business-gnome/business-urls.c:63 -#: ../src/business/business-gnome/business-urls.c:209 -#: ../src/business/business-gnome/business-urls.c:214 -#: ../src/business/business-gnome/business-urls.c:269 +#: ../src/business/business-gnome/business-urls.c:72 +#: ../src/business/business-gnome/business-urls.c:218 +#: ../src/business/business-gnome/business-urls.c:223 +#: ../src/business/business-gnome/business-urls.c:278 #: ../src/gnome/top-level.c:89 #, c-format msgid "Bad URL: %s" msgstr "" -#: ../src/business/business-gnome/business-urls.c:72 +#: ../src/business/business-gnome/business-urls.c:81 #, c-format msgid "No such entity: %s" msgstr "" #. ================================================================= -#: ../src/business/business-gnome/business-urls.c:162 +#: ../src/business/business-gnome/business-urls.c:171 #, c-format msgid "No such owner entity: %s" msgstr "" -#: ../src/business/business-gnome/business-urls.c:254 +#: ../src/business/business-gnome/business-urls.c:263 #, c-format msgid "Entity type does not match %s: %s" msgstr "" -#: ../src/business/business-gnome/business-urls.c:264 +#: ../src/business/business-gnome/business-urls.c:273 #, c-format msgid "Bad URL %s" msgstr "" -#: ../src/business/business-gnome/business-urls.c:276 +#: ../src/business/business-gnome/business-urls.c:285 #, c-format msgid "No such Account entity: %s" msgstr "" @@ -594,10 +594,10 @@ msgstr "" #: ../src/business/business-gnome/dialog-customer.c:785 #: ../src/business/business-gnome/dialog-employee.c:684 -#: ../src/business/business-gnome/dialog-invoice.c:2197 -#: ../src/business/business-gnome/dialog-invoice.c:2202 -#: ../src/business/business-gnome/dialog-invoice.c:2209 -#: ../src/business/business-gnome/dialog-invoice.c:2455 +#: ../src/business/business-gnome/dialog-invoice.c:2206 +#: ../src/business/business-gnome/dialog-invoice.c:2211 +#: ../src/business/business-gnome/dialog-invoice.c:2218 +#: ../src/business/business-gnome/dialog-invoice.c:2464 #: ../src/business/business-gnome/dialog-job.c:516 msgid "Process Payment" msgstr "" @@ -630,12 +630,12 @@ msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm #: ../src/business/business-gnome/dialog-customer.c:808 -#: ../src/business/business-gnome/dialog-invoice.c:2318 -#: ../src/business/business-gnome/dialog-invoice.c:2463 +#: ../src/business/business-gnome/dialog-invoice.c:2327 +#: ../src/business/business-gnome/dialog-invoice.c:2472 #: ../src/business/business-gnome/dialog-job.c:540 #: ../src/business/business-gnome/dialog-order.c:826 #: ../src/business/business-gnome/dialog-vendor.c:671 -#: ../intl-scm/guile-strings.c:3448 ../intl-scm/guile-strings.c:3798 +#: ../intl-scm/guile-strings.c:3448 ../intl-scm/guile-strings.c:3796 msgid "Company" msgstr "" @@ -692,7 +692,7 @@ msgid "Employee Username" msgstr "" #: ../src/business/business-gnome/dialog-employee.c:696 -#: ../src/business/business-gnome/dialog-invoice.c:2299 +#: ../src/business/business-gnome/dialog-invoice.c:2308 msgid "Employee Name" msgstr "" @@ -709,7 +709,7 @@ msgstr "" #: ../src/gnome-utils/gnc-tree-model-budget.c:96 #: ../src/gnome-utils/gnc-tree-view-commodity.c:405 #: ../src/gnome-utils/gnc-tree-view-sx-list.c:167 -#: ../intl-scm/guile-strings.c:3772 +#: ../intl-scm/guile-strings.c:3770 msgid "Name" msgstr "" @@ -722,230 +722,230 @@ msgstr "" #. * label in the frame and means #. * e.g. customer i.e. the company being #. * invoiced. -#: ../src/business/business-gnome/dialog-invoice.c:340 +#: ../src/business/business-gnome/dialog-invoice.c:349 #: ../src/business/business-gnome/dialog-order.c:174 msgid "You need to supply Billing Information." msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:495 +#: ../src/business/business-gnome/dialog-invoice.c:504 msgid "Are you sure you want to delete the selected entry?" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:497 +#: ../src/business/business-gnome/dialog-invoice.c:506 msgid "" "This entry is attached to an order and will be deleted from that as well!" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:605 +#: ../src/business/business-gnome/dialog-invoice.c:614 msgid "The Invoice must have at least one Entry." msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:612 +#: ../src/business/business-gnome/dialog-invoice.c:621 msgid "You may not post an invoice with a negative total value." msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:619 +#: ../src/business/business-gnome/dialog-invoice.c:628 msgid "You may not post an expense voucher with a negative total cash value." msgstr "" #. Ok, we can post this invoice. Ask for verification, set the due date, #. * post date, and posted account #. -#: ../src/business/business-gnome/dialog-invoice.c:626 +#: ../src/business/business-gnome/dialog-invoice.c:635 msgid "Do you really want to post the invoice?" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/dialog-invoice.c:627 +#: ../src/business/business-gnome/dialog-invoice.c:636 #: ../src/register/ledger-core/split-register-model.c:108 -#: ../intl-scm/guile-strings.c:3452 ../intl-scm/guile-strings.c:3648 -#: ../intl-scm/guile-strings.c:3970 +#: ../intl-scm/guile-strings.c:3452 ../intl-scm/guile-strings.c:3646 +#: ../intl-scm/guile-strings.c:3968 msgid "Due Date" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:628 +#: ../src/business/business-gnome/dialog-invoice.c:637 msgid "Post Date" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:629 +#: ../src/business/business-gnome/dialog-invoice.c:638 msgid "Post to Account" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:630 +#: ../src/business/business-gnome/dialog-invoice.c:639 msgid "Accumulate Splits?" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:920 +#: ../src/business/business-gnome/dialog-invoice.c:929 #: ../src/gnome/window-reconcile.c:1049 msgid "Total:" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:925 +#: ../src/business/business-gnome/dialog-invoice.c:934 msgid "Subtotal:" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:926 +#: ../src/business/business-gnome/dialog-invoice.c:935 msgid "Tax:" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:930 +#: ../src/business/business-gnome/dialog-invoice.c:939 msgid "Total Cash:" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:931 +#: ../src/business/business-gnome/dialog-invoice.c:940 msgid "Total Charge:" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1547 +#: ../src/business/business-gnome/dialog-invoice.c:1556 #: ../src/business/business-gnome/glade/invoice.glade.h:18 msgid "New Invoice" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1551 +#: ../src/business/business-gnome/dialog-invoice.c:1560 msgid "Edit Invoice" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1554 +#: ../src/business/business-gnome/dialog-invoice.c:1563 msgid "View Invoice" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1562 +#: ../src/business/business-gnome/dialog-invoice.c:1571 msgid "New Bill" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1566 +#: ../src/business/business-gnome/dialog-invoice.c:1575 msgid "Edit Bill" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1569 +#: ../src/business/business-gnome/dialog-invoice.c:1578 msgid "View Bill" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1577 +#: ../src/business/business-gnome/dialog-invoice.c:1586 msgid "New Expense Voucher" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1581 +#: ../src/business/business-gnome/dialog-invoice.c:1590 msgid "Edit Expense Voucher" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:1584 +#: ../src/business/business-gnome/dialog-invoice.c:1593 msgid "View Expense Voucher" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2196 +#: ../src/business/business-gnome/dialog-invoice.c:2205 msgid "View/Edit Invoice" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2201 -#: ../src/business/business-gnome/dialog-invoice.c:2454 +#: ../src/business/business-gnome/dialog-invoice.c:2210 +#: ../src/business/business-gnome/dialog-invoice.c:2463 msgid "View/Edit Bill" msgstr "" #. Translators: The terms 'Voucher' and 'Expense Voucher' are used #. interchangeably in gnucash and mean the same thing. -#: ../src/business/business-gnome/dialog-invoice.c:2208 +#: ../src/business/business-gnome/dialog-invoice.c:2217 msgid "View/Edit Voucher" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2218 +#: ../src/business/business-gnome/dialog-invoice.c:2227 msgid "Invoice Owner" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/dialog-invoice.c:2221 -#: ../intl-scm/guile-strings.c:3348 ../intl-scm/guile-strings.c:3690 -#: ../intl-scm/guile-strings.c:3926 +#: ../src/business/business-gnome/dialog-invoice.c:2230 +#: ../intl-scm/guile-strings.c:3348 ../intl-scm/guile-strings.c:3688 +#: ../intl-scm/guile-strings.c:3924 msgid "Invoice Notes" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/dialog-invoice.c:2224 -#: ../src/business/business-gnome/dialog-invoice.c:2254 -#: ../src/business/business-gnome/dialog-invoice.c:2284 -#: ../src/business/business-gnome/dialog-invoice.c:2309 +#: ../src/business/business-gnome/dialog-invoice.c:2233 +#: ../src/business/business-gnome/dialog-invoice.c:2263 +#: ../src/business/business-gnome/dialog-invoice.c:2293 +#: ../src/business/business-gnome/dialog-invoice.c:2318 #: ../src/business/business-gnome/dialog-job.c:528 #: ../src/business/business-gnome/dialog-job.c:538 #: ../src/business/business-gnome/dialog-order.c:824 #: ../src/business/business-gnome/glade/invoice.glade.h:4 #: ../src/business/business-gnome/glade/job.glade.h:2 -#: ../intl-scm/guile-strings.c:3342 ../intl-scm/guile-strings.c:3684 -#: ../intl-scm/guile-strings.c:3742 ../intl-scm/guile-strings.c:3920 +#: ../intl-scm/guile-strings.c:3342 ../intl-scm/guile-strings.c:3682 +#: ../intl-scm/guile-strings.c:3740 ../intl-scm/guile-strings.c:3918 msgid "Billing ID" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2227 -#: ../src/business/business-gnome/dialog-invoice.c:2257 -#: ../src/business/business-gnome/dialog-invoice.c:2287 +#: ../src/business/business-gnome/dialog-invoice.c:2236 +#: ../src/business/business-gnome/dialog-invoice.c:2266 +#: ../src/business/business-gnome/dialog-invoice.c:2296 msgid "Is Paid?" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2230 -#: ../src/business/business-gnome/dialog-invoice.c:2260 -#: ../src/business/business-gnome/dialog-invoice.c:2290 +#: ../src/business/business-gnome/dialog-invoice.c:2239 +#: ../src/business/business-gnome/dialog-invoice.c:2269 +#: ../src/business/business-gnome/dialog-invoice.c:2299 #: ../src/business/business-gnome/glade/invoice.glade.h:9 #: ../src/gnome/dialog-find-transactions.c:117 msgid "Date Posted" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2233 -#: ../src/business/business-gnome/dialog-invoice.c:2263 -#: ../src/business/business-gnome/dialog-invoice.c:2293 +#: ../src/business/business-gnome/dialog-invoice.c:2242 +#: ../src/business/business-gnome/dialog-invoice.c:2272 +#: ../src/business/business-gnome/dialog-invoice.c:2302 msgid "Is Posted?" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2236 -#: ../src/business/business-gnome/dialog-invoice.c:2266 -#: ../src/business/business-gnome/dialog-invoice.c:2296 +#: ../src/business/business-gnome/dialog-invoice.c:2245 +#: ../src/business/business-gnome/dialog-invoice.c:2275 +#: ../src/business/business-gnome/dialog-invoice.c:2305 #: ../src/business/business-gnome/dialog-order.c:814 #: ../src/business/business-gnome/glade/invoice.glade.h:8 #: ../src/business/business-gnome/glade/order.glade.h:6 msgid "Date Opened" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2239 -#: ../src/business/business-gnome/dialog-invoice.c:2269 +#: ../src/business/business-gnome/dialog-invoice.c:2248 +#: ../src/business/business-gnome/dialog-invoice.c:2278 msgid "Company Name " msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2243 +#: ../src/business/business-gnome/dialog-invoice.c:2252 #: ../src/business/business-gnome/glade/invoice.glade.h:14 msgid "Invoice ID" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2248 +#: ../src/business/business-gnome/dialog-invoice.c:2257 msgid "Bill Owner" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2251 +#: ../src/business/business-gnome/dialog-invoice.c:2260 msgid "Bill Notes" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2273 +#: ../src/business/business-gnome/dialog-invoice.c:2282 msgid "Bill ID" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2278 +#: ../src/business/business-gnome/dialog-invoice.c:2287 msgid "Voucher Owner" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2281 +#: ../src/business/business-gnome/dialog-invoice.c:2290 msgid "Voucher Notes" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2303 +#: ../src/business/business-gnome/dialog-invoice.c:2312 msgid "Voucher ID" msgstr "" #. src/report/standard-reports/account-summary.scm #. src/business/business-reports/owner-report.scm -#: ../src/business/business-gnome/dialog-invoice.c:2311 +#: ../src/business/business-gnome/dialog-invoice.c:2320 #: ../src/gnome-utils/gnc-tree-view-account.c:512 #: ../src/gnome-utils/gnc-tree-view-price.c:459 #: ../src/register/ledger-core/split-register-model.c:197 @@ -953,16 +953,16 @@ msgstr "" msgid "Type" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2313 +#: ../src/business/business-gnome/dialog-invoice.c:2322 #: ../src/register/ledger-core/split-register-model.c:151 msgid "Paid" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2316 +#: ../src/business/business-gnome/dialog-invoice.c:2325 msgid "Posted" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2321 +#: ../src/business/business-gnome/dialog-invoice.c:2330 #: ../src/business/business-gnome/dialog-order.c:831 #: ../src/gnome/lot-viewer.c:611 msgid "Opened" @@ -972,10 +972,10 @@ msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../src/business/business-gnome/dialog-invoice.c:2323 +#: ../src/business/business-gnome/dialog-invoice.c:2332 #: ../src/business/business-gnome/dialog-order.c:833 #: ../src/business/business-gnome/glade/payment.glade.h:4 -#: ../src/gnome/glade/lots.glade.h:15 ../src/gnome/reconcile-list.c:222 +#: ../src/gnome/glade/lots.glade.h:15 ../src/gnome/reconcile-list.c:223 #: ../src/register/ledger-core/split-register-model.c:122 #: ../intl-scm/guile-strings.c:1320 ../intl-scm/guile-strings.c:1522 #: ../intl-scm/guile-strings.c:2234 ../intl-scm/guile-strings.c:2296 @@ -984,24 +984,24 @@ msgstr "" msgid "Num" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2392 +#: ../src/business/business-gnome/dialog-invoice.c:2401 msgid "Find Bill" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2398 +#: ../src/business/business-gnome/dialog-invoice.c:2407 msgid "Find Expense Voucher" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/dialog-invoice.c:2399 -#: ../intl-scm/guile-strings.c:3420 ../intl-scm/guile-strings.c:3734 -#: ../intl-scm/guile-strings.c:3964 +#: ../src/business/business-gnome/dialog-invoice.c:2408 +#: ../intl-scm/guile-strings.c:3420 ../intl-scm/guile-strings.c:3732 +#: ../intl-scm/guile-strings.c:3962 msgid "Expense Voucher" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2404 +#: ../src/business/business-gnome/dialog-invoice.c:2413 msgid "Find Invoice" msgstr "" @@ -1011,9 +1011,9 @@ msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm #. src/business/business-reports/owner-report.scm -#: ../src/business/business-gnome/dialog-invoice.c:2461 +#: ../src/business/business-gnome/dialog-invoice.c:2470 #: ../src/business/business-gnome/glade/payment.glade.h:1 -#: ../src/gnome/glade/lots.glade.h:6 ../src/gnome/reconcile-list.c:215 +#: ../src/gnome/glade/lots.glade.h:6 ../src/gnome/reconcile-list.c:216 #: ../src/import-export/generic-import.glade.h:10 #: ../src/import-export/hbci/glade/hbci.glade.h:8 #: ../src/import-export/import-main-matcher.c:420 @@ -1029,19 +1029,19 @@ msgstr "" msgid "Amount" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2465 +#: ../src/business/business-gnome/dialog-invoice.c:2474 msgid "Due" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2507 +#: ../src/business/business-gnome/dialog-invoice.c:2516 msgid "Due Bills Reminder" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2509 +#: ../src/business/business-gnome/dialog-invoice.c:2518 msgid "The following bills are due" msgstr "" -#: ../src/business/business-gnome/dialog-invoice.c:2510 +#: ../src/business/business-gnome/dialog-invoice.c:2519 msgid "The following bill is due" msgstr "" @@ -1308,8 +1308,8 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-gnome/glade/billterms.glade.h:23 #: ../src/business/business-gnome/glade/invoice.glade.h:23 -#: ../intl-scm/guile-strings.c:3434 ../intl-scm/guile-strings.c:3744 -#: ../intl-scm/guile-strings.c:3976 +#: ../intl-scm/guile-strings.c:3434 ../intl-scm/guile-strings.c:3742 +#: ../intl-scm/guile-strings.c:3974 msgid "Terms" msgstr "" @@ -1465,7 +1465,7 @@ msgstr "" #: ../src/business/business-ledger/gncEntryLedgerModel.c:75 #: ../src/gnome/dialog-find-transactions.c:128 #: ../src/gnome/dialog-tax-info.c:721 ../src/gnome/glade/lots.glade.h:10 -#: ../src/gnome/reconcile-list.c:219 +#: ../src/gnome/reconcile-list.c:220 #: ../src/gnome-utils/gnc-tree-model-budget.c:102 #: ../src/gnome-utils/gnc-tree-view-account.c:528 #: ../src/import-export/generic-import.glade.h:16 @@ -1481,8 +1481,8 @@ msgstr "" #: ../intl-scm/guile-strings.c:2492 ../intl-scm/guile-strings.c:2610 #: ../intl-scm/guile-strings.c:2650 ../intl-scm/guile-strings.c:3242 #: ../intl-scm/guile-strings.c:3270 ../intl-scm/guile-strings.c:3458 -#: ../intl-scm/guile-strings.c:3560 ../intl-scm/guile-strings.c:3588 -#: ../intl-scm/guile-strings.c:3820 ../intl-scm/guile-strings.c:3848 +#: ../intl-scm/guile-strings.c:3558 ../intl-scm/guile-strings.c:3586 +#: ../intl-scm/guile-strings.c:3818 ../intl-scm/guile-strings.c:3846 msgid "Description" msgstr "" @@ -1531,7 +1531,7 @@ msgstr "" #: ../src/business/business-gnome/glade/invoice.glade.h:6 #: ../src/business/business-gnome/search-owner.c:236 #: ../src/register/ledger-core/split-register-model.c:134 -#: ../intl-scm/guile-strings.c:3524 +#: ../intl-scm/guile-strings.c:3522 msgid "Customer" msgstr "" @@ -1669,7 +1669,7 @@ msgstr "" #. src/business/business-reports/owner-report.scm #: ../src/business/business-gnome/glade/employee.glade.h:11 #: ../src/business/business-gnome/search-owner.c:238 -#: ../intl-scm/guile-strings.c:3528 +#: ../intl-scm/guile-strings.c:3526 msgid "Employee" msgstr "" @@ -1816,7 +1816,7 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-gnome/glade/order.glade.h:14 #: ../intl-scm/guile-strings.c:3432 ../intl-scm/guile-strings.c:3454 -#: ../intl-scm/guile-strings.c:3974 +#: ../intl-scm/guile-strings.c:3972 msgid "Reference" msgstr "" @@ -1841,7 +1841,7 @@ msgstr "" #: ../src/business/business-gnome/glade/payment.glade.h:2 #: ../src/business/business-ledger/gncEntryLedgerModel.c:70 #: ../src/gnome/druid-loan.c:1789 ../src/gnome/glade/lots.glade.h:8 -#: ../src/gnome/glade/register.glade.h:14 ../src/gnome/reconcile-list.c:226 +#: ../src/gnome/glade/register.glade.h:14 ../src/gnome/reconcile-list.c:227 #: ../src/gnome-utils/gnc-tree-view-price.c:447 #: ../src/import-export/generic-import.glade.h:15 #: ../src/import-export/import-main-matcher.c:417 @@ -1857,9 +1857,9 @@ msgstr "" #: ../intl-scm/guile-strings.c:2480 ../intl-scm/guile-strings.c:2606 #: ../intl-scm/guile-strings.c:2638 ../intl-scm/guile-strings.c:2706 #: ../intl-scm/guile-strings.c:3240 ../intl-scm/guile-strings.c:3264 -#: ../intl-scm/guile-strings.c:3450 ../intl-scm/guile-strings.c:3558 -#: ../intl-scm/guile-strings.c:3582 ../intl-scm/guile-strings.c:3818 -#: ../intl-scm/guile-strings.c:3842 +#: ../intl-scm/guile-strings.c:3450 ../intl-scm/guile-strings.c:3556 +#: ../intl-scm/guile-strings.c:3580 ../intl-scm/guile-strings.c:3816 +#: ../intl-scm/guile-strings.c:3840 msgid "Date" msgstr "" @@ -1909,7 +1909,7 @@ msgstr "" #: ../src/business/business-gnome/glade/vendor.glade.h:19 #: ../src/business/business-gnome/search-owner.c:237 #: ../src/register/ledger-core/split-register-model.c:136 -#: ../intl-scm/guile-strings.c:3526 +#: ../intl-scm/guile-strings.c:3524 msgid "Vendor" msgstr "" @@ -2659,7 +2659,7 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerLoad.c:50 #: ../src/gnome/glade/sched-xact.glade.h:3 ../intl-scm/guile-strings.c:3258 -#: ../intl-scm/guile-strings.c:3576 ../intl-scm/guile-strings.c:3836 +#: ../intl-scm/guile-strings.c:3574 ../intl-scm/guile-strings.c:3834 #, no-c-format msgid "%" msgstr "" @@ -2708,8 +2708,8 @@ msgstr "" #: ../src/business/business-ledger/gncEntryLedgerModel.c:65 #: ../src/gnome/dialog-find-transactions.c:122 #: ../src/register/ledger-core/split-register-model.c:169 -#: ../intl-scm/guile-strings.c:3276 ../intl-scm/guile-strings.c:3594 -#: ../intl-scm/guile-strings.c:3854 +#: ../intl-scm/guile-strings.c:3276 ../intl-scm/guile-strings.c:3592 +#: ../intl-scm/guile-strings.c:3852 msgid "Action" msgstr "" @@ -2718,8 +2718,8 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:80 #: ../intl-scm/guile-strings.c:3250 ../intl-scm/guile-strings.c:3294 -#: ../intl-scm/guile-strings.c:3568 ../intl-scm/guile-strings.c:3612 -#: ../intl-scm/guile-strings.c:3828 ../intl-scm/guile-strings.c:3872 +#: ../intl-scm/guile-strings.c:3566 ../intl-scm/guile-strings.c:3610 +#: ../intl-scm/guile-strings.c:3826 ../intl-scm/guile-strings.c:3870 msgid "Discount" msgstr "" @@ -2735,8 +2735,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:95 -#: ../intl-scm/guile-strings.c:3248 ../intl-scm/guile-strings.c:3566 -#: ../intl-scm/guile-strings.c:3826 +#: ../intl-scm/guile-strings.c:3248 ../intl-scm/guile-strings.c:3564 +#: ../intl-scm/guile-strings.c:3824 msgid "Unit Price" msgstr "" @@ -2745,8 +2745,8 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:100 #: ../intl-scm/guile-strings.c:3246 ../intl-scm/guile-strings.c:3282 -#: ../intl-scm/guile-strings.c:3564 ../intl-scm/guile-strings.c:3600 -#: ../intl-scm/guile-strings.c:3824 ../intl-scm/guile-strings.c:3860 +#: ../intl-scm/guile-strings.c:3562 ../intl-scm/guile-strings.c:3598 +#: ../intl-scm/guile-strings.c:3822 ../intl-scm/guile-strings.c:3858 msgid "Quantity" msgstr "" @@ -2772,8 +2772,8 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:125 #: ../intl-scm/guile-strings.c:832 ../intl-scm/guile-strings.c:3400 -#: ../intl-scm/guile-strings.c:3666 ../intl-scm/guile-strings.c:3722 -#: ../intl-scm/guile-strings.c:3952 +#: ../intl-scm/guile-strings.c:3664 ../intl-scm/guile-strings.c:3720 +#: ../intl-scm/guile-strings.c:3950 msgid "Subtotal" msgstr "" @@ -2783,7 +2783,7 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:130 #: ../intl-scm/guile-strings.c:96 ../intl-scm/guile-strings.c:3402 -#: ../intl-scm/guile-strings.c:3724 ../intl-scm/guile-strings.c:3954 +#: ../intl-scm/guile-strings.c:3722 ../intl-scm/guile-strings.c:3952 msgid "Tax" msgstr "" @@ -3616,7 +3616,7 @@ msgid "Selected" msgstr "" #: ../src/gnome/druid-hierarchy.c:409 -#: ../src/gnome-utils/gnc-tree-view-account.c:1859 +#: ../src/gnome-utils/gnc-tree-view-account.c:1864 msgid "Account Types" msgstr "" @@ -4625,14 +4625,12 @@ msgstr "" #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#. src/business/business-reports/owner-report.scm #: ../src/gnome/glade/lots.glade.h:7 ../src/gnome/lot-viewer.c:626 #: ../src/gnome-utils/gnc-tree-view-account.c:551 #: ../src/register/ledger-core/split-register-model.c:162 #: ../src/register/ledger-core/split-register-model.c:302 #: ../intl-scm/guile-strings.c:938 ../intl-scm/guile-strings.c:2004 #: ../intl-scm/guile-strings.c:2316 ../intl-scm/guile-strings.c:2620 -#: ../intl-scm/guile-strings.c:3474 msgid "Balance" msgstr "" @@ -5523,7 +5521,7 @@ msgid "" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../src/gnome/glade/sched-xact.glade.h:78 ../intl-scm/guile-strings.c:3540 +#: ../src/gnome/glade/sched-xact.glade.h:78 ../intl-scm/guile-strings.c:3538 msgid "Date Range" msgstr "" @@ -6817,7 +6815,7 @@ msgstr "" #. Translators: The %s is the name of the plugin page #: ../src/gnome/gnc-plugin-page-register.c:2205 -#: ../src/gnome-utils/gnc-tree-view-account.c:1821 +#: ../src/gnome-utils/gnc-tree-view-account.c:1826 #, c-format msgid "Filter %s by..." msgstr "" @@ -7016,7 +7014,7 @@ msgstr "" msgid "Lots in Account %s" msgstr "" -#: ../src/gnome/reconcile-list.c:210 +#: ../src/gnome/reconcile-list.c:211 #: ../src/register/ledger-core/split-register-layout.c:555 #: ../src/register/ledger-core/split-register-model.c:154 msgid "Reconciled:R" @@ -10183,15 +10181,7 @@ msgstr "" msgid "Date: " msgstr "" -#. Translators: This string should not have shown up in -#. gnucash.pot as it is looked up in the "gtk20" translation -#. domain. You can safely ignore this string and leave it -#. untranslated. -#: ../src/gnome-utils/gnc-dense-cal.c:443 -msgid "calendar:week_start:0" -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:1166 +#: ../src/gnome-utils/gnc-dense-cal.c:1172 msgid "(unnamed)" msgstr "" @@ -10938,18 +10928,18 @@ msgid "End of previous fiscal year" msgstr "" #. Development version -#: ../src/gnome-utils/gnc-splash.c:95 +#: ../src/gnome-utils/gnc-splash.c:98 #, c-format msgid "Version: GnuCash-%s svn (r%s built %s)" msgstr "" #. Dist Tarball -#: ../src/gnome-utils/gnc-splash.c:99 +#: ../src/gnome-utils/gnc-splash.c:102 #, c-format msgid "Version: GnuCash-%s (r%s built %s)" msgstr "" -#: ../src/gnome-utils/gnc-splash.c:116 +#: ../src/gnome-utils/gnc-splash.c:119 msgid "Loading..." msgstr "" @@ -11036,9 +11026,9 @@ msgstr "" #: ../intl-scm/guile-strings.c:1792 ../intl-scm/guile-strings.c:2080 #: ../intl-scm/guile-strings.c:3012 ../intl-scm/guile-strings.c:3100 #: ../intl-scm/guile-strings.c:3256 ../intl-scm/guile-strings.c:3312 -#: ../intl-scm/guile-strings.c:3574 ../intl-scm/guile-strings.c:3630 -#: ../intl-scm/guile-strings.c:3808 ../intl-scm/guile-strings.c:3812 -#: ../intl-scm/guile-strings.c:3834 ../intl-scm/guile-strings.c:3890 +#: ../intl-scm/guile-strings.c:3572 ../intl-scm/guile-strings.c:3628 +#: ../intl-scm/guile-strings.c:3806 ../intl-scm/guile-strings.c:3810 +#: ../intl-scm/guile-strings.c:3832 ../intl-scm/guile-strings.c:3888 msgid "Total" msgstr "" @@ -11061,37 +11051,37 @@ msgid "Column letter for 'Placeholder'|P" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1388 +#: ../src/gnome-utils/gnc-tree-view-account.c:1393 #, c-format msgid "Present (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1391 +#: ../src/gnome-utils/gnc-tree-view-account.c:1396 #, c-format msgid "Balance (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1394 +#: ../src/gnome-utils/gnc-tree-view-account.c:1399 #, c-format msgid "Cleared (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1397 +#: ../src/gnome-utils/gnc-tree-view-account.c:1402 #, c-format msgid "Reconciled (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1400 +#: ../src/gnome-utils/gnc-tree-view-account.c:1405 #, c-format msgid "Future Minimum (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1403 +#: ../src/gnome-utils/gnc-tree-view-account.c:1408 #, c-format msgid "Total (%s)" msgstr "" @@ -11158,7 +11148,7 @@ msgstr "" #: ../intl-scm/guile-strings.c:2254 ../intl-scm/guile-strings.c:2308 #: ../intl-scm/guile-strings.c:2528 ../intl-scm/guile-strings.c:2618 #: ../intl-scm/guile-strings.c:2668 ../intl-scm/guile-strings.c:3288 -#: ../intl-scm/guile-strings.c:3606 ../intl-scm/guile-strings.c:3866 +#: ../intl-scm/guile-strings.c:3604 ../intl-scm/guile-strings.c:3864 msgid "Price" msgstr "" @@ -12625,7 +12615,7 @@ msgstr "" #. name. It MUST NOT contain the #. character ':' anywhere in it or #. in any translations. -#: ../src/import-export/ofx/gnc-ofx-import.c:357 +#: ../src/import-export/ofx/gnc-ofx-import.c:361 #, c-format msgid "Stock account for security \"%s\"" msgstr "" @@ -12634,40 +12624,40 @@ msgstr "" #. name. It MUST NOT contain the #. character ':' anywhere in it or #. in any translations. -#: ../src/import-export/ofx/gnc-ofx-import.c:423 +#: ../src/import-export/ofx/gnc-ofx-import.c:427 #, c-format msgid "Income account for security \"%s\"" msgstr "" -#: ../src/import-export/ofx/gnc-ofx-import.c:578 +#: ../src/import-export/ofx/gnc-ofx-import.c:582 msgid "Unknown OFX checking account" msgstr "" -#: ../src/import-export/ofx/gnc-ofx-import.c:582 +#: ../src/import-export/ofx/gnc-ofx-import.c:586 msgid "Unknown OFX savings account" msgstr "" -#: ../src/import-export/ofx/gnc-ofx-import.c:586 +#: ../src/import-export/ofx/gnc-ofx-import.c:590 msgid "Unknown OFX money market account" msgstr "" -#: ../src/import-export/ofx/gnc-ofx-import.c:590 +#: ../src/import-export/ofx/gnc-ofx-import.c:594 msgid "Unknown OFX credit line account" msgstr "" -#: ../src/import-export/ofx/gnc-ofx-import.c:594 +#: ../src/import-export/ofx/gnc-ofx-import.c:598 msgid "Unknown OFX CMA account" msgstr "" -#: ../src/import-export/ofx/gnc-ofx-import.c:598 +#: ../src/import-export/ofx/gnc-ofx-import.c:602 msgid "Unknown OFX credit card account" msgstr "" -#: ../src/import-export/ofx/gnc-ofx-import.c:602 +#: ../src/import-export/ofx/gnc-ofx-import.c:606 msgid "Unknown OFX investment account" msgstr "" -#: ../src/import-export/ofx/gnc-ofx-import.c:653 +#: ../src/import-export/ofx/gnc-ofx-import.c:657 msgid "Select an OFX/QFX file to process" msgstr "" @@ -12857,7 +12847,7 @@ msgid "" msgstr "" #: ../src/import-export/qif-import/qif.glade.h:16 -msgid "Enter the currency used for new accounts" +msgid "Enter the QIF file currency" msgstr "" #: ../src/import-export/qif-import/qif.glade.h:17 @@ -13426,6 +13416,12 @@ msgstr "" msgid "sample:(x + 0.33 * y + (x+y) )" msgstr "" +#: ../src/register/ledger-core/split-register-load.c:252 +msgid "" +"Could not determine the account currency. Using the default currency " +"provided by your system." +msgstr "" + #: ../src/register/ledger-core/split-register-model.c:120 msgid "Ref" msgstr "" @@ -13563,7 +13559,7 @@ msgstr "" #. src/report/report-gnome/report-gnome.scm #. src/business/business-reports/owner-report.scm #: ../src/report/report-gnome/dialog-column-view.c:361 -#: ../intl-scm/guile-strings.c:966 ../intl-scm/guile-strings.c:3530 +#: ../intl-scm/guile-strings.c:966 ../intl-scm/guile-strings.c:3528 msgid "Report" msgstr "" @@ -14896,17 +14892,17 @@ msgstr "" #: ../intl-scm/guile-strings.c:3352 ../intl-scm/guile-strings.c:3358 #: ../intl-scm/guile-strings.c:3364 ../intl-scm/guile-strings.c:3370 #: ../intl-scm/guile-strings.c:3376 ../intl-scm/guile-strings.c:3384 -#: ../intl-scm/guile-strings.c:3390 ../intl-scm/guile-strings.c:3634 -#: ../intl-scm/guile-strings.c:3640 ../intl-scm/guile-strings.c:3646 -#: ../intl-scm/guile-strings.c:3652 ../intl-scm/guile-strings.c:3658 -#: ../intl-scm/guile-strings.c:3664 ../intl-scm/guile-strings.c:3670 -#: ../intl-scm/guile-strings.c:3676 ../intl-scm/guile-strings.c:3682 -#: ../intl-scm/guile-strings.c:3688 ../intl-scm/guile-strings.c:3694 -#: ../intl-scm/guile-strings.c:3700 ../intl-scm/guile-strings.c:3894 -#: ../intl-scm/guile-strings.c:3900 ../intl-scm/guile-strings.c:3906 -#: ../intl-scm/guile-strings.c:3912 ../intl-scm/guile-strings.c:3918 -#: ../intl-scm/guile-strings.c:3924 ../intl-scm/guile-strings.c:3930 -#: ../intl-scm/guile-strings.c:3936 ../intl-scm/guile-strings.c:3944 +#: ../intl-scm/guile-strings.c:3390 ../intl-scm/guile-strings.c:3632 +#: ../intl-scm/guile-strings.c:3638 ../intl-scm/guile-strings.c:3644 +#: ../intl-scm/guile-strings.c:3650 ../intl-scm/guile-strings.c:3656 +#: ../intl-scm/guile-strings.c:3662 ../intl-scm/guile-strings.c:3668 +#: ../intl-scm/guile-strings.c:3674 ../intl-scm/guile-strings.c:3680 +#: ../intl-scm/guile-strings.c:3686 ../intl-scm/guile-strings.c:3692 +#: ../intl-scm/guile-strings.c:3698 ../intl-scm/guile-strings.c:3892 +#: ../intl-scm/guile-strings.c:3898 ../intl-scm/guile-strings.c:3904 +#: ../intl-scm/guile-strings.c:3910 ../intl-scm/guile-strings.c:3916 +#: ../intl-scm/guile-strings.c:3922 ../intl-scm/guile-strings.c:3928 +#: ../intl-scm/guile-strings.c:3934 ../intl-scm/guile-strings.c:3942 msgid "Display" msgstr "" @@ -15525,7 +15521,7 @@ msgstr "" #: ../intl-scm/guile-strings.c:2318 ../intl-scm/guile-strings.c:2744 #: ../intl-scm/guile-strings.c:2830 ../intl-scm/guile-strings.c:2904 #: ../intl-scm/guile-strings.c:2948 ../intl-scm/guile-strings.c:3036 -#: ../intl-scm/guile-strings.c:3484 ../intl-scm/guile-strings.c:3520 +#: ../intl-scm/guile-strings.c:3482 ../intl-scm/guile-strings.c:3518 msgid "From" msgstr "" @@ -15546,8 +15542,8 @@ msgstr "" #: ../intl-scm/guile-strings.c:2320 ../intl-scm/guile-strings.c:2746 #: ../intl-scm/guile-strings.c:2832 ../intl-scm/guile-strings.c:2906 #: ../intl-scm/guile-strings.c:2950 ../intl-scm/guile-strings.c:3038 -#: ../intl-scm/guile-strings.c:3486 ../intl-scm/guile-strings.c:3522 -#: ../intl-scm/guile-strings.c:3754 ../intl-scm/guile-strings.c:3810 +#: ../intl-scm/guile-strings.c:3484 ../intl-scm/guile-strings.c:3520 +#: ../intl-scm/guile-strings.c:3752 ../intl-scm/guile-strings.c:3808 msgid "To" msgstr "" @@ -15579,7 +15575,7 @@ msgstr "" #: ../intl-scm/guile-strings.c:1868 ../intl-scm/guile-strings.c:1972 #: ../intl-scm/guile-strings.c:2136 ../intl-scm/guile-strings.c:2750 #: ../intl-scm/guile-strings.c:2834 ../intl-scm/guile-strings.c:2908 -#: ../intl-scm/guile-strings.c:3760 +#: ../intl-scm/guile-strings.c:3758 msgid "Report's currency" msgstr "" @@ -15611,7 +15607,7 @@ msgstr "" #: ../intl-scm/guile-strings.c:1974 ../intl-scm/guile-strings.c:2010 #: ../intl-scm/guile-strings.c:2138 ../intl-scm/guile-strings.c:2724 #: ../intl-scm/guile-strings.c:2752 ../intl-scm/guile-strings.c:2836 -#: ../intl-scm/guile-strings.c:2910 ../intl-scm/guile-strings.c:3762 +#: ../intl-scm/guile-strings.c:2910 ../intl-scm/guile-strings.c:3760 msgid "Price Source" msgstr "" @@ -15880,8 +15876,8 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../intl-scm/guile-strings.c:1334 ../intl-scm/guile-strings.c:1548 #: ../intl-scm/guile-strings.c:2536 ../intl-scm/guile-strings.c:2694 -#: ../intl-scm/guile-strings.c:3324 ../intl-scm/guile-strings.c:3660 -#: ../intl-scm/guile-strings.c:3902 +#: ../intl-scm/guile-strings.c:3324 ../intl-scm/guile-strings.c:3658 +#: ../intl-scm/guile-strings.c:3900 msgid "Totals" msgstr "" @@ -17500,8 +17496,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../intl-scm/guile-strings.c:2482 ../intl-scm/guile-strings.c:2640 -#: ../intl-scm/guile-strings.c:3266 ../intl-scm/guile-strings.c:3584 -#: ../intl-scm/guile-strings.c:3844 +#: ../intl-scm/guile-strings.c:3266 ../intl-scm/guile-strings.c:3582 +#: ../intl-scm/guile-strings.c:3842 msgid "Display the date?" msgstr "" @@ -17522,8 +17518,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../intl-scm/guile-strings.c:2494 ../intl-scm/guile-strings.c:2652 -#: ../intl-scm/guile-strings.c:3272 ../intl-scm/guile-strings.c:3590 -#: ../intl-scm/guile-strings.c:3850 +#: ../intl-scm/guile-strings.c:3272 ../intl-scm/guile-strings.c:3588 +#: ../intl-scm/guile-strings.c:3848 msgid "Display the description?" msgstr "" @@ -17583,8 +17579,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../intl-scm/guile-strings.c:2538 ../intl-scm/guile-strings.c:2696 -#: ../intl-scm/guile-strings.c:3326 ../intl-scm/guile-strings.c:3662 -#: ../intl-scm/guile-strings.c:3904 +#: ../intl-scm/guile-strings.c:3326 ../intl-scm/guile-strings.c:3660 +#: ../intl-scm/guile-strings.c:3902 msgid "Display the totals?" msgstr "" @@ -18383,16 +18379,16 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3238 ../intl-scm/guile-strings.c:3556 -#: ../intl-scm/guile-strings.c:3816 +#: ../intl-scm/guile-strings.c:3238 ../intl-scm/guile-strings.c:3554 +#: ../intl-scm/guile-strings.c:3814 msgid "Invoice Number" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3244 ../intl-scm/guile-strings.c:3562 -#: ../intl-scm/guile-strings.c:3822 +#: ../intl-scm/guile-strings.c:3244 ../intl-scm/guile-strings.c:3560 +#: ../intl-scm/guile-strings.c:3820 msgid "Charge Type" msgstr "" @@ -18400,8 +18396,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../intl-scm/guile-strings.c:3252 ../intl-scm/guile-strings.c:3300 -#: ../intl-scm/guile-strings.c:3570 ../intl-scm/guile-strings.c:3618 -#: ../intl-scm/guile-strings.c:3830 ../intl-scm/guile-strings.c:3878 +#: ../intl-scm/guile-strings.c:3568 ../intl-scm/guile-strings.c:3616 +#: ../intl-scm/guile-strings.c:3828 ../intl-scm/guile-strings.c:3876 msgid "Taxable" msgstr "" @@ -18409,16 +18405,16 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../intl-scm/guile-strings.c:3254 ../intl-scm/guile-strings.c:3306 -#: ../intl-scm/guile-strings.c:3572 ../intl-scm/guile-strings.c:3624 -#: ../intl-scm/guile-strings.c:3832 ../intl-scm/guile-strings.c:3884 +#: ../intl-scm/guile-strings.c:3570 ../intl-scm/guile-strings.c:3622 +#: ../intl-scm/guile-strings.c:3830 ../intl-scm/guile-strings.c:3882 msgid "Tax Amount" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3260 ../intl-scm/guile-strings.c:3578 -#: ../intl-scm/guile-strings.c:3838 +#: ../intl-scm/guile-strings.c:3260 ../intl-scm/guile-strings.c:3576 +#: ../intl-scm/guile-strings.c:3836 msgid "T" msgstr "" @@ -18430,155 +18426,155 @@ msgstr "" #: ../intl-scm/guile-strings.c:3274 ../intl-scm/guile-strings.c:3280 #: ../intl-scm/guile-strings.c:3286 ../intl-scm/guile-strings.c:3292 #: ../intl-scm/guile-strings.c:3298 ../intl-scm/guile-strings.c:3304 -#: ../intl-scm/guile-strings.c:3310 ../intl-scm/guile-strings.c:3488 -#: ../intl-scm/guile-strings.c:3492 ../intl-scm/guile-strings.c:3496 -#: ../intl-scm/guile-strings.c:3500 ../intl-scm/guile-strings.c:3504 -#: ../intl-scm/guile-strings.c:3508 ../intl-scm/guile-strings.c:3580 -#: ../intl-scm/guile-strings.c:3586 ../intl-scm/guile-strings.c:3592 -#: ../intl-scm/guile-strings.c:3598 ../intl-scm/guile-strings.c:3604 -#: ../intl-scm/guile-strings.c:3610 ../intl-scm/guile-strings.c:3616 -#: ../intl-scm/guile-strings.c:3622 ../intl-scm/guile-strings.c:3628 -#: ../intl-scm/guile-strings.c:3840 ../intl-scm/guile-strings.c:3846 -#: ../intl-scm/guile-strings.c:3852 ../intl-scm/guile-strings.c:3858 -#: ../intl-scm/guile-strings.c:3864 ../intl-scm/guile-strings.c:3870 -#: ../intl-scm/guile-strings.c:3876 ../intl-scm/guile-strings.c:3882 -#: ../intl-scm/guile-strings.c:3888 +#: ../intl-scm/guile-strings.c:3310 ../intl-scm/guile-strings.c:3486 +#: ../intl-scm/guile-strings.c:3490 ../intl-scm/guile-strings.c:3494 +#: ../intl-scm/guile-strings.c:3498 ../intl-scm/guile-strings.c:3502 +#: ../intl-scm/guile-strings.c:3506 ../intl-scm/guile-strings.c:3578 +#: ../intl-scm/guile-strings.c:3584 ../intl-scm/guile-strings.c:3590 +#: ../intl-scm/guile-strings.c:3596 ../intl-scm/guile-strings.c:3602 +#: ../intl-scm/guile-strings.c:3608 ../intl-scm/guile-strings.c:3614 +#: ../intl-scm/guile-strings.c:3620 ../intl-scm/guile-strings.c:3626 +#: ../intl-scm/guile-strings.c:3838 ../intl-scm/guile-strings.c:3844 +#: ../intl-scm/guile-strings.c:3850 ../intl-scm/guile-strings.c:3856 +#: ../intl-scm/guile-strings.c:3862 ../intl-scm/guile-strings.c:3868 +#: ../intl-scm/guile-strings.c:3874 ../intl-scm/guile-strings.c:3880 +#: ../intl-scm/guile-strings.c:3886 msgid "Display Columns" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3278 ../intl-scm/guile-strings.c:3596 -#: ../intl-scm/guile-strings.c:3856 +#: ../intl-scm/guile-strings.c:3278 ../intl-scm/guile-strings.c:3594 +#: ../intl-scm/guile-strings.c:3854 msgid "Display the action?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3284 ../intl-scm/guile-strings.c:3602 -#: ../intl-scm/guile-strings.c:3862 +#: ../intl-scm/guile-strings.c:3284 ../intl-scm/guile-strings.c:3600 +#: ../intl-scm/guile-strings.c:3860 msgid "Display the quantity of items?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3290 ../intl-scm/guile-strings.c:3608 -#: ../intl-scm/guile-strings.c:3868 +#: ../intl-scm/guile-strings.c:3290 ../intl-scm/guile-strings.c:3606 +#: ../intl-scm/guile-strings.c:3866 msgid "Display the price per item?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3296 ../intl-scm/guile-strings.c:3614 -#: ../intl-scm/guile-strings.c:3874 +#: ../intl-scm/guile-strings.c:3296 ../intl-scm/guile-strings.c:3612 +#: ../intl-scm/guile-strings.c:3872 msgid "Display the entry's discount" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3302 ../intl-scm/guile-strings.c:3620 -#: ../intl-scm/guile-strings.c:3880 +#: ../intl-scm/guile-strings.c:3302 ../intl-scm/guile-strings.c:3618 +#: ../intl-scm/guile-strings.c:3878 msgid "Display the entry's taxable status" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3308 ../intl-scm/guile-strings.c:3626 -#: ../intl-scm/guile-strings.c:3886 +#: ../intl-scm/guile-strings.c:3308 ../intl-scm/guile-strings.c:3624 +#: ../intl-scm/guile-strings.c:3884 msgid "Display each entry's total total tax" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3314 ../intl-scm/guile-strings.c:3632 -#: ../intl-scm/guile-strings.c:3892 +#: ../intl-scm/guile-strings.c:3314 ../intl-scm/guile-strings.c:3630 +#: ../intl-scm/guile-strings.c:3890 msgid "Display the entry's value" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3318 ../intl-scm/guile-strings.c:3654 -#: ../intl-scm/guile-strings.c:3896 +#: ../intl-scm/guile-strings.c:3318 ../intl-scm/guile-strings.c:3652 +#: ../intl-scm/guile-strings.c:3894 msgid "Individual Taxes" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3320 ../intl-scm/guile-strings.c:3656 -#: ../intl-scm/guile-strings.c:3898 +#: ../intl-scm/guile-strings.c:3320 ../intl-scm/guile-strings.c:3654 +#: ../intl-scm/guile-strings.c:3896 msgid "Display all the individual taxes?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3330 ../intl-scm/guile-strings.c:3672 -#: ../intl-scm/guile-strings.c:3908 +#: ../intl-scm/guile-strings.c:3330 ../intl-scm/guile-strings.c:3670 +#: ../intl-scm/guile-strings.c:3906 msgid "References" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3332 ../intl-scm/guile-strings.c:3674 -#: ../intl-scm/guile-strings.c:3910 +#: ../intl-scm/guile-strings.c:3332 ../intl-scm/guile-strings.c:3672 +#: ../intl-scm/guile-strings.c:3908 msgid "Display the invoice references?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3336 ../intl-scm/guile-strings.c:3678 -#: ../intl-scm/guile-strings.c:3914 +#: ../intl-scm/guile-strings.c:3336 ../intl-scm/guile-strings.c:3676 +#: ../intl-scm/guile-strings.c:3912 msgid "Billing Terms" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3338 ../intl-scm/guile-strings.c:3680 -#: ../intl-scm/guile-strings.c:3916 +#: ../intl-scm/guile-strings.c:3338 ../intl-scm/guile-strings.c:3678 +#: ../intl-scm/guile-strings.c:3914 msgid "Display the invoice billing terms?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3344 ../intl-scm/guile-strings.c:3686 -#: ../intl-scm/guile-strings.c:3922 +#: ../intl-scm/guile-strings.c:3344 ../intl-scm/guile-strings.c:3684 +#: ../intl-scm/guile-strings.c:3920 msgid "Display the billing id?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3350 ../intl-scm/guile-strings.c:3692 -#: ../intl-scm/guile-strings.c:3928 +#: ../intl-scm/guile-strings.c:3350 ../intl-scm/guile-strings.c:3690 +#: ../intl-scm/guile-strings.c:3926 msgid "Display the invoice notes?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3354 ../intl-scm/guile-strings.c:3696 -#: ../intl-scm/guile-strings.c:3932 +#: ../intl-scm/guile-strings.c:3354 ../intl-scm/guile-strings.c:3694 +#: ../intl-scm/guile-strings.c:3930 msgid "Payments" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3356 ../intl-scm/guile-strings.c:3698 -#: ../intl-scm/guile-strings.c:3934 +#: ../intl-scm/guile-strings.c:3356 ../intl-scm/guile-strings.c:3696 +#: ../intl-scm/guile-strings.c:3932 msgid "Display the payments applied to this invoice?" msgstr "" @@ -18595,14 +18591,14 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3366 ../intl-scm/guile-strings.c:3708 -#: ../intl-scm/guile-strings.c:3938 +#: ../intl-scm/guile-strings.c:3366 ../intl-scm/guile-strings.c:3706 +#: ../intl-scm/guile-strings.c:3936 msgid "Extra Notes" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3368 ../intl-scm/guile-strings.c:3940 +#: ../intl-scm/guile-strings.c:3368 ../intl-scm/guile-strings.c:3938 msgid "Extra notes to put on the invoice" msgstr "" @@ -18661,23 +18657,23 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../intl-scm/guile-strings.c:3398 ../intl-scm/guile-strings.c:3470 -#: ../intl-scm/guile-strings.c:3720 ../intl-scm/guile-strings.c:3950 +#: ../intl-scm/guile-strings.c:3718 ../intl-scm/guile-strings.c:3948 msgid "Payment, thank you" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3404 ../intl-scm/guile-strings.c:3726 -#: ../intl-scm/guile-strings.c:3956 +#: ../intl-scm/guile-strings.c:3404 ../intl-scm/guile-strings.c:3724 +#: ../intl-scm/guile-strings.c:3954 msgid "Amount Due" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3406 ../intl-scm/guile-strings.c:3728 -#: ../intl-scm/guile-strings.c:3958 +#: ../intl-scm/guile-strings.c:3406 ../intl-scm/guile-strings.c:3726 +#: ../intl-scm/guile-strings.c:3956 msgid "REF" msgstr "" @@ -18704,8 +18700,8 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3422 ../intl-scm/guile-strings.c:3736 -#: ../intl-scm/guile-strings.c:3966 +#: ../intl-scm/guile-strings.c:3422 ../intl-scm/guile-strings.c:3734 +#: ../intl-scm/guile-strings.c:3964 #, c-format msgid "%s #%d" msgstr "" @@ -18734,8 +18730,8 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3436 ../intl-scm/guile-strings.c:3746 -#: ../intl-scm/guile-strings.c:3978 +#: ../intl-scm/guile-strings.c:3436 ../intl-scm/guile-strings.c:3744 +#: ../intl-scm/guile-strings.c:3976 msgid "" "No valid invoice selected. Click on the Options button and select the " "invoice to use." @@ -18749,218 +18745,218 @@ msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3462 ../intl-scm/guile-strings.c:3800 +#: ../intl-scm/guile-strings.c:3462 ../intl-scm/guile-strings.c:3798 msgid "0-30 days" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3464 ../intl-scm/guile-strings.c:3802 +#: ../intl-scm/guile-strings.c:3464 ../intl-scm/guile-strings.c:3800 msgid "31-60 days" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3466 ../intl-scm/guile-strings.c:3804 +#: ../intl-scm/guile-strings.c:3466 ../intl-scm/guile-strings.c:3802 msgid "61-90 days" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3468 ../intl-scm/guile-strings.c:3806 +#: ../intl-scm/guile-strings.c:3468 ../intl-scm/guile-strings.c:3804 msgid "91+ days" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3476 +#: ../intl-scm/guile-strings.c:3474 msgid "Total Credit" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3478 +#: ../intl-scm/guile-strings.c:3476 msgid "Total Due" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3480 +#: ../intl-scm/guile-strings.c:3478 msgid "The company for this report" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3482 +#: ../intl-scm/guile-strings.c:3480 msgid "The account to search for transactions" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3490 ../intl-scm/guile-strings.c:3494 +#: ../intl-scm/guile-strings.c:3488 ../intl-scm/guile-strings.c:3492 msgid "Display the transaction date?" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3498 +#: ../intl-scm/guile-strings.c:3496 msgid "Display the transaction reference?" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3502 +#: ../intl-scm/guile-strings.c:3500 msgid "Display the transaction type?" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3506 +#: ../intl-scm/guile-strings.c:3504 msgid "Display the transaction description?" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3510 ../intl-scm/guile-strings.c:3538 -#: ../intl-scm/guile-strings.c:3716 ../intl-scm/guile-strings.c:3946 +#: ../intl-scm/guile-strings.c:3508 ../intl-scm/guile-strings.c:3536 +#: ../intl-scm/guile-strings.c:3714 ../intl-scm/guile-strings.c:3944 msgid "Today Date Format" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3512 ../intl-scm/guile-strings.c:3718 -#: ../intl-scm/guile-strings.c:3948 +#: ../intl-scm/guile-strings.c:3510 ../intl-scm/guile-strings.c:3716 +#: ../intl-scm/guile-strings.c:3946 msgid "The format for the date->string conversion for today's date." msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3518 +#: ../intl-scm/guile-strings.c:3516 msgid "Expense Report" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3532 ../intl-scm/guile-strings.c:3534 +#: ../intl-scm/guile-strings.c:3530 ../intl-scm/guile-strings.c:3532 msgid "Report:" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3536 ../intl-scm/guile-strings.c:3814 +#: ../intl-scm/guile-strings.c:3534 ../intl-scm/guile-strings.c:3812 msgid "" "No valid account selected. Click on the Options button and select the " "account to use." msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3542 +#: ../intl-scm/guile-strings.c:3540 #, c-format msgid "No valid %s selected. Click on the Options button to select a company." msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3544 ../intl-scm/guile-strings.c:3550 +#: ../intl-scm/guile-strings.c:3542 ../intl-scm/guile-strings.c:3548 msgid "Customer Report" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3546 ../intl-scm/guile-strings.c:3552 +#: ../intl-scm/guile-strings.c:3544 ../intl-scm/guile-strings.c:3550 msgid "Vendor Report" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3548 ../intl-scm/guile-strings.c:3554 +#: ../intl-scm/guile-strings.c:3546 ../intl-scm/guile-strings.c:3552 msgid "Employee Report" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3636 +#: ../intl-scm/guile-strings.c:3634 msgid "My Company" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3638 +#: ../intl-scm/guile-strings.c:3636 msgid "Display my company name and address?" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3642 +#: ../intl-scm/guile-strings.c:3640 msgid "My Company ID" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3644 +#: ../intl-scm/guile-strings.c:3642 msgid "Display my company ID?" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3650 +#: ../intl-scm/guile-strings.c:3648 msgid "Display due date?" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3668 +#: ../intl-scm/guile-strings.c:3666 msgid "Display the subtotals?" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3702 +#: ../intl-scm/guile-strings.c:3700 msgid "Invoice Width" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3704 +#: ../intl-scm/guile-strings.c:3702 msgid "The minimum width of the invoice." msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3706 ../intl-scm/guile-strings.c:3714 +#: ../intl-scm/guile-strings.c:3704 ../intl-scm/guile-strings.c:3712 msgid "Text" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3710 +#: ../intl-scm/guile-strings.c:3708 msgid "Extra notes to put on the invoice (simple HTML is accepted)" msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3712 ../intl-scm/guile-strings.c:3942 +#: ../intl-scm/guile-strings.c:3710 ../intl-scm/guile-strings.c:3940 msgid "Thank you for your patronage" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3738 +#: ../intl-scm/guile-strings.c:3736 #, c-format msgid "Invoice #%d" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3740 +#: ../intl-scm/guile-strings.c:3738 msgid "INVOICE NOT POSTED" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3748 ../intl-scm/guile-strings.c:3750 -#: ../intl-scm/guile-strings.c:3752 +#: ../intl-scm/guile-strings.c:3746 ../intl-scm/guile-strings.c:3748 +#: ../intl-scm/guile-strings.c:3750 msgid "Easy Invoice" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3756 +#: ../intl-scm/guile-strings.c:3754 msgid "Sort By" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3758 +#: ../intl-scm/guile-strings.c:3756 msgid "Sort Order" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3764 +#: ../intl-scm/guile-strings.c:3762 msgid "Show Multi-currency Totals?" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3766 +#: ../intl-scm/guile-strings.c:3764 msgid "Show zero balance items?" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3768 +#: ../intl-scm/guile-strings.c:3766 #, c-format msgid "" "Transactions relating to '%s' contain more than one currency. This report " @@ -18968,100 +18964,100 @@ msgid "" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3770 +#: ../intl-scm/guile-strings.c:3768 msgid "Sort companies by" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3774 +#: ../intl-scm/guile-strings.c:3772 msgid "Name of the company" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3776 +#: ../intl-scm/guile-strings.c:3774 msgid "Total Owed" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3778 +#: ../intl-scm/guile-strings.c:3776 msgid "Total amount owed to/from Company" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3780 +#: ../intl-scm/guile-strings.c:3778 msgid "Bracket Total Owed" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3782 +#: ../intl-scm/guile-strings.c:3780 msgid "Amount owed in oldest bracket - if same go to next oldest" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3784 +#: ../intl-scm/guile-strings.c:3782 msgid "Sort order" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3786 +#: ../intl-scm/guile-strings.c:3784 msgid "Increasing" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3788 +#: ../intl-scm/guile-strings.c:3786 msgid "0 -> $999,999.99, A->Z" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3790 +#: ../intl-scm/guile-strings.c:3788 msgid "Decreasing" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3792 +#: ../intl-scm/guile-strings.c:3790 msgid "$999,999.99 -> $0, Z->A" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3794 +#: ../intl-scm/guile-strings.c:3792 msgid "" "Show multi-currency totals. If not selected, convert all totals to report " "currency" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3796 +#: ../intl-scm/guile-strings.c:3794 msgid "Show all vendors/customers even if they have a zero balance." msgstr "" #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3968 +#: ../intl-scm/guile-strings.c:3966 msgid "Invoice Date" msgstr "" #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3972 +#: ../intl-scm/guile-strings.c:3970 msgid "Invoice in progress...." msgstr "" #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3980 ../intl-scm/guile-strings.c:3982 -#: ../intl-scm/guile-strings.c:3984 +#: ../intl-scm/guile-strings.c:3978 ../intl-scm/guile-strings.c:3980 +#: ../intl-scm/guile-strings.c:3982 msgid "Printable Invoice" msgstr "" #. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:3986 +#: ../intl-scm/guile-strings.c:3984 msgid "Receivables Account" msgstr "" #. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:3988 +#: ../intl-scm/guile-strings.c:3986 msgid "The receivables account you wish to examine" msgstr "" #. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:3990 ../intl-scm/guile-strings.c:3992 +#: ../intl-scm/guile-strings.c:3988 ../intl-scm/guile-strings.c:3990 msgid "Receivable Aging" msgstr "" From ba62a693cb77919d07a9048f32abfd02f5c221d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Tue, 8 Jan 2008 21:40:03 +0000 Subject: [PATCH 105/344] Announce release 2.2.3. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16846 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/080108-2-2-3.news | 68 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 news/080108-2-2-3.news diff --git a/news/080108-2-2-3.news b/news/080108-2-2-3.news new file mode 100644 index 00000000..3eae29ac --- /dev/null +++ b/news/080108-2-2-3.news @@ -0,0 +1,68 @@ +Announcement: +GnuCash 2.2.3 Release +2008-01-08 22:28 + +

      GnuCash 2.2.3 released

      +

      + The GnuCash development team proudly announces GnuCash 2.2.3, the + third bug fix release in a series of stable releases of the GnuCash + Free Accounting Software. GnuCash is available on Microsoft Windows + since the release of 2.2.0, and it also runs on GNU/Linux, *BSD, + Solaris and Mac OSX. +

      +

      Getting GnuCash

      +

      + GnuCash 2.2.2 can be downloaded from gnucash.org or sourceforge.net. + It is available as source code. For the Microsoft Windows operating + system there is a self-installing setup program which includes all + necessary additional libraries. +

      +

      + To install GnuCash on other platforms, users will need Gnome 2, guile, + and slib. Neither the currently used swig nor the previously used + g-wrap packages are needed anymore when compiling from tarball or when + installing a binary. +

      + +

      What's New in GnuCash 2.2.3?

      +

      + Fixed Bugs +

      +
        +
      • #114724: QIF importer drops split details for transfers with identical amount
      • +
      • #463678: xfer dialog from CC auto-payment from reconcile doesn't display accounts
      • +
      • #495219: QIF-Importer handles memo from transactions wrong
      • +
      • #497517: Transactions set to 'c' in the R(econciled) field of the register are incorrectly set to 'n' when postponing a reconciliation
      • +
      • #503889: Should install icons into expected locations
      • +
      • #504007: QIF Import Druid does not allow selecting currency
      • +
      • #504257: Need to replace old Afghanistan Afghani (AFA) with new Afghanistan Afghani (AFN)
      • +
      • #504261: Start on W2K fails with Entry Point Not Found (KERNEL32.dll)
      • +
      • #505386: Gnucash looses transactions if the file contains special characters
      • +
      • #505972: SX-related segfaults in 2.2.2
      • +
      • #506074: Fractional timezone offsets not always handled correctly
      • +
      • #506429: "Last Day of Month" SXes saved on wrong day of week
      • +
      • #506671: Add cyprus, maltese and slovenian currencies to EURO support
      • +
      • #506714: progress bar during launching
      • +
      +

      Other Changes

      +
        +
      • New Vietnamese translation
      • +
      • Improve several minor strings
      • +
      • Update translations: Dutch, German
      • +
      • Some business report improvements regarding date parameters
      • +
      • Fix gcc 4.2.x compiler warnings
      • +
      • Use aqbanking pkg-config file and require < v2.9, allow goffice v0.6
      • +
      From 25aa591dc7144a14a4bc88366c418e7422156be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Tue, 8 Jan 2008 21:53:47 +0000 Subject: [PATCH 106/344] Fix news entry header formatting. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16847 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/080108-2-2-3.news | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/news/080108-2-2-3.news b/news/080108-2-2-3.news index 3eae29ac..291873b4 100644 --- a/news/080108-2-2-3.news +++ b/news/080108-2-2-3.news @@ -1,5 +1,4 @@ -Announcement: -GnuCash 2.2.3 Release +Announcement: GnuCash 2.2.3 Release 2008-01-08 22:28

      GnuCash 2.2.3 released

      From 2fba445138f76553565eda210aa5ef4583dfada9 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 9 Jan 2008 15:10:52 +0000 Subject: [PATCH 107/344] update version. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@16849 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/080108-2-2-3.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/080108-2-2-3.news b/news/080108-2-2-3.news index 291873b4..c309fe76 100644 --- a/news/080108-2-2-3.news +++ b/news/080108-2-2-3.news @@ -11,7 +11,7 @@

      Getting GnuCash

      - GnuCash 2.2.2 can be downloaded from gnucash.org or sourceforge.net. + GnuCash 2.2.3 can be downloaded from gnucash.org or sourceforge.net. It is available as source code. For the Microsoft Windows operating system there is a self-installing setup program which includes all necessary additional libraries. From 120afa50f0094353a017a8a7c926131061f5fb6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Mon, 3 Mar 2008 07:56:06 +0000 Subject: [PATCH 108/344] Announce release 2.2.4. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17002 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/080303-2-2-4.news | 76 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 news/080303-2-2-4.news diff --git a/news/080303-2-2-4.news b/news/080303-2-2-4.news new file mode 100644 index 00000000..8a57ca4d --- /dev/null +++ b/news/080303-2-2-4.news @@ -0,0 +1,76 @@ +Announcement: GnuCash 2.2.4 Release +2008-03-03 08:46 + +

      GnuCash 2.2.4 released

      +

      + The GnuCash development team proudly announces GnuCash 2.2.4 aka + "Kicking QIF", the fourth bug fix release in a series of stable + releases of the GnuCash Free Accounting Software. +

      +

      Getting GnuCash

      +

      + GnuCash 2.2.4 can be downloaded from gnucash.org or sourceforge.net. + It is available as source code. For the Microsoft Windows operating + system there is a self-installing setup program which includes all + necessary additional libraries. +

      +

      + To install GnuCash on other platforms, users will need Gnome 2, guile, + and slib. Neither the currently used swig nor the previously used + g-wrap packages are needed anymore when compiling from tarball or when + installing a binary. +

      + +

      What's New in GnuCash 2.2.4?

      +

      + Fixed Bugs +

      +
        +
      • #106242: qif Importer should warn users about dates before 1970
      • +
      • #106383: feature request: close year end
      • +
      • #123312: QIF Import: Autoselection of Stock Exchange during import
      • +
      • #336211: QIF Import generates spurious duplicate transactions
      • +
      • #360058: GnuCash crashes on QIF-import after changing account's separator to * (asterisk)
      • +
      • #373584: Rounding error in QIF import of commodity transactions
      • +
      • #454834: Memo Incorrect or missing in Transaction Report
      • +
      • #457591: QIF import does not handle tabs at top of file
      • +
      • #481528: QIF importer should show imported transaction as possible duplicate if original transaction is split
      • +
      • #503166: QIF Import Druid Flow incorrect
      • +
      • #506798: Custom Reports don't allow sorting by Account Code
      • +
      • #506873: 'Install Online Price Retrieval' fails with ActivePerl 5.10
      • +
      • #506810: QIF Import can mismatch account transfers
      • +
      • #510221: Include Mexican Accounts
      • +
      • #510630: typo in description of BUYMF transaction (OFX import)
      • +
      • #510725: crash importing a .OFX file
      • +
      • #510940: Unrecognized date format causes crash
      • +
      • #510962: QIF transactions without dates are silently ignored
      • +
      • #511006: Commodity creation skipped due to saved mappings
      • +
      • #512166: doesn't build with glib-2.15.3
      • +
      • #512173: Empty "match payees/memos" druid step shown
      • +
      • #512497: Investment transactions ignore payee/memo mappings
      • +
      • #513088: "Find" immediately unmaps window
      • +
      • #513829: Investment account may be created with Stock account type
      • +
      • #516178: Scheme error during progress dialog causes freeze
      • +
      +

      Other Changes

      +
        +
      • Recognize 401k/403b in QIF import
      • +
      • Remove superfluous trailing colons of de_DE SKR04 account names
      • +
      • Add russian account templates
      • +
      • Add Swiss German translation
      • +
      • Update translations: Brazilian Portugese, German, Greek, Russian, Simplified Chinese, Slovak, Spanish
      • +
      From 8806d3e6cf6669e5d7e545cb5b0447fe75afaedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Mon, 28 Apr 2008 05:12:07 +0000 Subject: [PATCH 109/344] Announce release 2.2.5. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17143 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/080427-2-2-5.news | 74 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 news/080427-2-2-5.news diff --git a/news/080427-2-2-5.news b/news/080427-2-2-5.news new file mode 100644 index 00000000..15ceb4e6 --- /dev/null +++ b/news/080427-2-2-5.news @@ -0,0 +1,74 @@ +Announcement: GnuCash 2.2.5 Release +2008-04-28 07:11 + +

      GnuCash 2.2.5 released

      +

      + The GnuCash development team proudly announces GnuCash 2.2.5 aka "Do + what I mean", the fifth bug fix release in a series of stable releases + of the GnuCash Free Accounting Software. +

      +

      Getting GnuCash

      +

      + GnuCash 2.2.5 can be downloaded from gnucash.org or sourceforge.net. + It is available as source code. For the Microsoft Windows operating + system there is a self-installing setup program which includes all + necessary additional libraries. +

      +

      + To install GnuCash on other platforms, users will need Gnome 2, guile, + and slib. Neither the currently used swig nor the previously used + g-wrap packages are needed anymore when compiling from tarball or when + installing a binary. +

      + +

      What's New in GnuCash 2.2.5?

      +

      + Fixed Bugs +

      +
        +
      • #166101: Register: Topmost splits' accounts are rewritten confusingly
      • +
      • #341414: QIF Import: Changing account separator breaks saved account mappings
      • +
      • #341608: Transaction Report: Filtering void/non-void doesn't work
      • +
      • #347474: Register: Tab goes to wrong split
      • +
      • #396665: QIF Import: Detect and convert non-ascii character encoding of QIF files
      • +
      • #450354: QIF Import, Win32: Can only load files from ascii paths
      • +
      • #475960: Reconciliation: Postponed balances of liability accounts are not reversed correctly
      • +
      • #467529: Check Printing: Align_n not working in custom check definitions
      • +
      • #509089: QIF Import: Duplicates windows shown after Scheme error
      • +
      • #511182: QIF Import: Saved commodity mappings lost after import to new GnuCash file
      • +
      • #511231: QIF Import: Use QIF security type to provide better default namespace
      • +
      • #512208: QIF Import: New commodities remain if import canceled
      • +
      • #512841: Register: Crash in expression parser on nullary functions, like pmt()
      • +
      • #514027: QIF Import: Commodities page is skipped if you go back to currency page
      • +
      • #519988: QIF Import: Error reporting doesn't follow GnuCash guidelines
      • +
      • #520606: QIF import: Memo mappings for non-split, non-investment transactions are ignored
      • +
      • #521957: Auto-save not canceled on opening other files
      • +
      • #522795: QIF Import: Does not support "ShtSell" or "CvrShrt" transactions
      • +
      • #523194: QIF Import: Existing commodities can cause import failure
      • +
      • #523922: GnuCash ships the wrong scalable icon and no small (22², 24²) sizes
      • +
      • #527459: QIF Import: Support voided transactions
      • +
      • #527886: QIF Import: Support QIF numeric formats of 12'345.67 as produced by Quicken 4
      • +
      • #529232: Average Balance Report: Reversing the starting balance distorts the numbers
      • +
      +

      Other Changes

      +
        +
      • Add a new Liberty(tm) check format
      • +
      • Show QIF import documentation by default
      • +
      • Improve cancel behavior in reconciliation window
      • +
      • Fix a few memory leaks
      • +
      • Update translations: Brazilian Portuguese, German, Romanian, Russian, Swiss German
      • +
      From 16e8ccd6900a15777fe655ea5b1be744f59ed27e Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sat, 17 May 2008 12:47:19 +0000 Subject: [PATCH 110/344] Add GnuCash-Terms.png image from Marc Ferguson git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17158 57a11ea4-9604-0410-9ed3-97b8803252fd --- images/GnuCash-Terms.png | Bin 0 -> 22735 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/GnuCash-Terms.png diff --git a/images/GnuCash-Terms.png b/images/GnuCash-Terms.png new file mode 100644 index 0000000000000000000000000000000000000000..52b683f048b208b60751d7a8c1a7bf5cb7bc4c43 GIT binary patch literal 22735 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 a3SP!uGNTm44uTVjA^JK7aH5v&i~j(EYl~z6 literal 0 HcmV?d00001 From d7856dc849891510e0ab2a9fb1a764f2a7e8cba6 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 21 Jul 2008 19:22:01 +0000 Subject: [PATCH 111/344] Update pot template for upcoming 2.2.6 version with 10 new strings compared to 2.2.5. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17366 57a11ea4-9604-0410-9ed3-97b8803252fd --- gnucash.pot | 3271 ++++++++++++++++++++++++++------------------------- 1 file changed, 1672 insertions(+), 1599 deletions(-) diff --git a/gnucash.pot b/gnucash.pot index 65014980..4690fd91 100644 --- a/gnucash.pot +++ b/gnucash.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-07 21:39+0100\n" +"POT-Creation-Date: 2008-07-21 20:32+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -87,16 +87,16 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm -#: ../src/app-utils/gnc-ui-util.c:569 ../intl-scm/guile-strings.c:1894 -#: ../intl-scm/guile-strings.c:3134 ../intl-scm/guile-strings.c:3136 -#: ../intl-scm/guile-strings.c:3156 ../intl-scm/guile-strings.c:3158 +#: ../src/app-utils/gnc-ui-util.c:569 ../intl-scm/guile-strings.c:1898 +#: ../intl-scm/guile-strings.c:3152 ../intl-scm/guile-strings.c:3154 +#: ../intl-scm/guile-strings.c:3174 ../intl-scm/guile-strings.c:3176 msgid "Retained Earnings" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../src/app-utils/gnc-ui-util.c:641 ../src/engine/Account.c:3644 -#: ../src/register/ledger-core/split-register.c:2053 -#: ../intl-scm/guile-strings.c:1892 +#: ../src/app-utils/gnc-ui-util.c:641 ../src/engine/Account.c:3677 +#: ../src/register/ledger-core/split-register.c:2055 +#: ../intl-scm/guile-strings.c:1896 msgid "Equity" msgstr "" @@ -111,9 +111,9 @@ msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm #: ../src/app-utils/guile-util.c:1104 -#: ../src/register/ledger-core/split-register.c:1903 -#: ../intl-scm/guile-strings.c:1312 ../intl-scm/guile-strings.c:1498 -#: ../intl-scm/guile-strings.c:2312 ../intl-scm/guile-strings.c:2624 +#: ../src/register/ledger-core/split-register.c:1905 +#: ../intl-scm/guile-strings.c:1316 ../intl-scm/guile-strings.c:1502 +#: ../intl-scm/guile-strings.c:2324 ../intl-scm/guile-strings.c:2642 msgid "Debit" msgstr "" @@ -122,12 +122,12 @@ msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm #: ../src/app-utils/guile-util.c:1139 -#: ../src/register/ledger-core/split-register.c:1926 -#: ../src/register/ledger-core/split-register.c:2001 -#: ../src/register/ledger-core/split-register.c:2017 -#: ../src/register/ledger-core/split-register.c:2035 -#: ../intl-scm/guile-strings.c:1314 ../intl-scm/guile-strings.c:1500 -#: ../intl-scm/guile-strings.c:2314 ../intl-scm/guile-strings.c:2626 +#: ../src/register/ledger-core/split-register.c:1928 +#: ../src/register/ledger-core/split-register.c:2003 +#: ../src/register/ledger-core/split-register.c:2019 +#: ../src/register/ledger-core/split-register.c:2037 +#: ../intl-scm/guile-strings.c:1318 ../intl-scm/guile-strings.c:1504 +#: ../intl-scm/guile-strings.c:2326 ../intl-scm/guile-strings.c:2644 msgid "Credit" msgstr "" @@ -323,10 +323,10 @@ msgstr "" #: ../src/business/business-gnome/dialog-invoice.c:2496 #: ../src/business/business-gnome/glade/invoice.glade.h:12 #: ../src/business/business-gnome/gnc-plugin-page-invoice.c:317 -#: ../src/register/ledger-core/split-register.c:2032 -#: ../intl-scm/guile-strings.c:126 ../intl-scm/guile-strings.c:2708 -#: ../intl-scm/guile-strings.c:3416 ../intl-scm/guile-strings.c:3512 -#: ../intl-scm/guile-strings.c:3728 ../intl-scm/guile-strings.c:3958 +#: ../src/register/ledger-core/split-register.c:2034 +#: ../intl-scm/guile-strings.c:126 ../intl-scm/guile-strings.c:2726 +#: ../intl-scm/guile-strings.c:3446 ../intl-scm/guile-strings.c:3544 +#: ../intl-scm/guile-strings.c:3760 ../intl-scm/guile-strings.c:3990 msgid "Invoice" msgstr "" @@ -338,16 +338,16 @@ msgstr "" #: ../src/business/business-core/gncInvoice.c:624 #: ../src/business/business-gnome/business-gnome-utils.c:214 #: ../src/business/business-gnome/dialog-invoice.c:2402 -#: ../intl-scm/guile-strings.c:152 ../intl-scm/guile-strings.c:3418 -#: ../intl-scm/guile-strings.c:3514 ../intl-scm/guile-strings.c:3730 -#: ../intl-scm/guile-strings.c:3960 +#: ../intl-scm/guile-strings.c:152 ../intl-scm/guile-strings.c:3448 +#: ../intl-scm/guile-strings.c:3546 ../intl-scm/guile-strings.c:3762 +#: ../intl-scm/guile-strings.c:3992 msgid "Bill" msgstr "" #. src/app-utils/prefs.scm #. src/report/standard-reports/net-barchart.scm -#: ../src/business/business-core/gncInvoice.c:626 ../src/engine/Account.c:3643 -#: ../intl-scm/guile-strings.c:122 ../intl-scm/guile-strings.c:1286 +#: ../src/business/business-core/gncInvoice.c:626 ../src/engine/Account.c:3676 +#: ../intl-scm/guile-strings.c:122 ../intl-scm/guile-strings.c:1290 msgid "Expense" msgstr "" @@ -375,9 +375,9 @@ msgstr "" #: ../src/business/business-ledger/gncEntryLedgerModel.c:140 #: ../src/gnome/druid-loan.c:1795 ../src/gnome/druid-loan.c:2276 #: ../src/gnome/druid-loan.c:2339 ../src/gnome/druid-loan.c:2353 -#: ../src/register/ledger-core/split-register.c:2028 -#: ../src/register/ledger-core/split-register.c:2033 -#: ../src/register/ledger-core/split-register.c:2042 +#: ../src/register/ledger-core/split-register.c:2030 +#: ../src/register/ledger-core/split-register.c:2035 +#: ../src/register/ledger-core/split-register.c:2044 #: ../intl-scm/guile-strings.c:108 ../intl-scm/guile-strings.c:124 #: ../intl-scm/guile-strings.c:154 msgid "Payment" @@ -400,7 +400,6 @@ msgstr "" #: ../src/business/business-gnome/dialog-invoice.c:1015 #: ../src/business/business-gnome/dialog-invoice.c:1086 #: ../src/gnome-utils/gnc-general-select.c:217 -#: ../src/import-export/qif-import/qif.glade.h:67 msgid "Select..." msgstr "" @@ -415,11 +414,11 @@ msgstr "" #. src/report/standard-reports/transaction.scm #: ../src/business/business-gnome/business-gnome-utils.c:454 -#: ../src/engine/Recurrence.c:330 ../src/engine/Recurrence.c:482 -#: ../src/gnome/glade/sched-xact.glade.h:118 ../intl-scm/guile-strings.c:2350 -#: ../intl-scm/guile-strings.c:2376 ../intl-scm/guile-strings.c:2436 -#: ../intl-scm/guile-strings.c:2438 ../intl-scm/guile-strings.c:2544 -#: ../intl-scm/guile-strings.c:2560 +#: ../src/engine/Recurrence.c:330 ../src/engine/Recurrence.c:483 +#: ../src/gnome/glade/sched-xact.glade.h:118 ../intl-scm/guile-strings.c:2362 +#: ../intl-scm/guile-strings.c:2388 ../intl-scm/guile-strings.c:2448 +#: ../intl-scm/guile-strings.c:2450 ../intl-scm/guile-strings.c:2562 +#: ../intl-scm/guile-strings.c:2578 msgid "None" msgstr "" @@ -506,7 +505,7 @@ msgstr "" #: ../src/business/business-gnome/dialog-billterms.c:465 #: ../src/business/business-gnome/glade/billterms.glade.h:9 #: ../src/gnome/glade/sched-xact.glade.h:79 -#: ../src/gnome-utils/gnc-date-delta.c:214 ../intl-scm/guile-strings.c:1212 +#: ../src/gnome-utils/gnc-date-delta.c:214 ../intl-scm/guile-strings.c:1216 msgid "Days" msgstr "" @@ -517,7 +516,7 @@ msgstr "" #. src/business/business-reports/owner-report.scm #: ../src/business/business-gnome/dialog-billterms.c:471 -#: ../intl-scm/guile-strings.c:3472 +#: ../intl-scm/guile-strings.c:3504 msgid "Unknown" msgstr "" @@ -566,7 +565,7 @@ msgstr "" #: ../src/business/business-gnome/dialog-employee.c:301 #: ../src/business/business-gnome/dialog-job.c:230 #: ../src/business/business-gnome/dialog-vendor.c:287 -#: ../src/gnome-utils/dialog-account.c:1290 +#: ../src/gnome-utils/dialog-account.c:1291 msgid "" msgstr "" @@ -618,7 +617,7 @@ msgstr "" #. src/business/business-utils/business-utils.scm #: ../src/business/business-gnome/dialog-customer.c:800 #: ../src/business/business-gnome/dialog-vendor.c:663 -#: ../intl-scm/guile-strings.c:3214 +#: ../intl-scm/guile-strings.c:3244 msgid "Company Name" msgstr "" @@ -635,7 +634,7 @@ msgstr "" #: ../src/business/business-gnome/dialog-job.c:540 #: ../src/business/business-gnome/dialog-order.c:826 #: ../src/business/business-gnome/dialog-vendor.c:671 -#: ../intl-scm/guile-strings.c:3448 ../intl-scm/guile-strings.c:3796 +#: ../intl-scm/guile-strings.c:3478 ../intl-scm/guile-strings.c:3828 msgid "Company" msgstr "" @@ -654,6 +653,10 @@ msgstr "" msgid "No Account selected. Please try again." msgstr "" +#: ../src/business/business-gnome/dialog-date-close.c:78 +msgid "Placeholder account selected. Please try again." +msgstr "" + #: ../src/business/business-gnome/dialog-employee.c:216 msgid "You must enter a username." msgstr "" @@ -702,14 +705,14 @@ msgstr "" #. src/business/business-reports/aging.scm #: ../src/business/business-gnome/dialog-employee.c:706 -#: ../src/gnome/dialog-sx-editor.c:1695 +#: ../src/gnome/dialog-sx-editor.c:1699 #: ../src/gnome/glade/sched-xact.glade.h:115 #: ../src/gnome-utils/glade/gnc-date-format.glade.h:9 #: ../src/gnome-utils/gnc-dense-cal.c:331 #: ../src/gnome-utils/gnc-tree-model-budget.c:96 -#: ../src/gnome-utils/gnc-tree-view-commodity.c:405 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:407 #: ../src/gnome-utils/gnc-tree-view-sx-list.c:167 -#: ../intl-scm/guile-strings.c:3770 +#: ../intl-scm/guile-strings.c:3802 msgid "Name" msgstr "" @@ -760,8 +763,8 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-gnome/dialog-invoice.c:636 #: ../src/register/ledger-core/split-register-model.c:108 -#: ../intl-scm/guile-strings.c:3452 ../intl-scm/guile-strings.c:3646 -#: ../intl-scm/guile-strings.c:3968 +#: ../intl-scm/guile-strings.c:3482 ../intl-scm/guile-strings.c:3678 +#: ../intl-scm/guile-strings.c:4000 msgid "Due Date" msgstr "" @@ -778,7 +781,7 @@ msgid "Accumulate Splits?" msgstr "" #: ../src/business/business-gnome/dialog-invoice.c:929 -#: ../src/gnome/window-reconcile.c:1049 +#: ../src/gnome/window-reconcile.c:1052 msgid "Total:" msgstr "" @@ -858,8 +861,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-gnome/dialog-invoice.c:2230 -#: ../intl-scm/guile-strings.c:3348 ../intl-scm/guile-strings.c:3688 -#: ../intl-scm/guile-strings.c:3924 +#: ../intl-scm/guile-strings.c:3378 ../intl-scm/guile-strings.c:3720 +#: ../intl-scm/guile-strings.c:3956 msgid "Invoice Notes" msgstr "" @@ -875,8 +878,8 @@ msgstr "" #: ../src/business/business-gnome/dialog-order.c:824 #: ../src/business/business-gnome/glade/invoice.glade.h:4 #: ../src/business/business-gnome/glade/job.glade.h:2 -#: ../intl-scm/guile-strings.c:3342 ../intl-scm/guile-strings.c:3682 -#: ../intl-scm/guile-strings.c:3740 ../intl-scm/guile-strings.c:3918 +#: ../intl-scm/guile-strings.c:3372 ../intl-scm/guile-strings.c:3714 +#: ../intl-scm/guile-strings.c:3772 ../intl-scm/guile-strings.c:3950 msgid "Billing ID" msgstr "" @@ -946,10 +949,10 @@ msgstr "" #. src/report/standard-reports/account-summary.scm #. src/business/business-reports/owner-report.scm #: ../src/business/business-gnome/dialog-invoice.c:2320 -#: ../src/gnome-utils/gnc-tree-view-account.c:512 +#: ../src/gnome-utils/gnc-tree-view-account.c:514 #: ../src/gnome-utils/gnc-tree-view-price.c:459 #: ../src/register/ledger-core/split-register-model.c:197 -#: ../intl-scm/guile-strings.c:1998 ../intl-scm/guile-strings.c:3456 +#: ../intl-scm/guile-strings.c:2002 ../intl-scm/guile-strings.c:3486 msgid "Type" msgstr "" @@ -977,10 +980,10 @@ msgstr "" #: ../src/business/business-gnome/glade/payment.glade.h:4 #: ../src/gnome/glade/lots.glade.h:15 ../src/gnome/reconcile-list.c:223 #: ../src/register/ledger-core/split-register-model.c:122 -#: ../intl-scm/guile-strings.c:1320 ../intl-scm/guile-strings.c:1522 -#: ../intl-scm/guile-strings.c:2234 ../intl-scm/guile-strings.c:2296 -#: ../intl-scm/guile-strings.c:2488 ../intl-scm/guile-strings.c:2608 -#: ../intl-scm/guile-strings.c:2644 +#: ../intl-scm/guile-strings.c:1324 ../intl-scm/guile-strings.c:1526 +#: ../intl-scm/guile-strings.c:2238 ../intl-scm/guile-strings.c:2304 +#: ../intl-scm/guile-strings.c:2500 ../intl-scm/guile-strings.c:2626 +#: ../intl-scm/guile-strings.c:2662 msgid "Num" msgstr "" @@ -996,8 +999,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-gnome/dialog-invoice.c:2408 -#: ../intl-scm/guile-strings.c:3420 ../intl-scm/guile-strings.c:3732 -#: ../intl-scm/guile-strings.c:3962 +#: ../intl-scm/guile-strings.c:3450 ../intl-scm/guile-strings.c:3764 +#: ../intl-scm/guile-strings.c:3994 msgid "Expense Voucher" msgstr "" @@ -1019,13 +1022,13 @@ msgstr "" #: ../src/import-export/import-main-matcher.c:420 #: ../src/import-export/import-match-picker.c:334 #: ../src/import-export/import-match-picker.c:374 -#: ../src/import-export/qif-import/druid-qif-import.c:2181 -#: ../src/import-export/qif-import/druid-qif-import.c:2213 -#: ../intl-scm/guile-strings.c:822 ../intl-scm/guile-strings.c:1330 -#: ../intl-scm/guile-strings.c:1544 ../intl-scm/guile-strings.c:2258 -#: ../intl-scm/guile-strings.c:2310 ../intl-scm/guile-strings.c:2412 -#: ../intl-scm/guile-strings.c:2540 ../intl-scm/guile-strings.c:2674 -#: ../intl-scm/guile-strings.c:2712 ../intl-scm/guile-strings.c:3460 +#: ../src/import-export/qif-import/druid-qif-import.c:2888 +#: ../src/import-export/qif-import/druid-qif-import.c:2926 +#: ../intl-scm/guile-strings.c:826 ../intl-scm/guile-strings.c:1334 +#: ../intl-scm/guile-strings.c:1548 ../intl-scm/guile-strings.c:2262 +#: ../intl-scm/guile-strings.c:2322 ../intl-scm/guile-strings.c:2424 +#: ../intl-scm/guile-strings.c:2558 ../intl-scm/guile-strings.c:2692 +#: ../intl-scm/guile-strings.c:2730 ../intl-scm/guile-strings.c:3490 msgid "Amount" msgstr "" @@ -1308,8 +1311,8 @@ msgstr "" #. src/business/business-reports/invoice.scm #: ../src/business/business-gnome/glade/billterms.glade.h:23 #: ../src/business/business-gnome/glade/invoice.glade.h:23 -#: ../intl-scm/guile-strings.c:3434 ../intl-scm/guile-strings.c:3742 -#: ../intl-scm/guile-strings.c:3974 +#: ../intl-scm/guile-strings.c:3464 ../intl-scm/guile-strings.c:3774 +#: ../intl-scm/guile-strings.c:4006 msgid "Terms" msgstr "" @@ -1396,7 +1399,7 @@ msgstr "" #: ../src/gnome/glade/sched-xact.glade.h:141 #: ../src/import-export/generic-import.glade.h:40 #: ../src/import-export/hbci/glade/hbciprefs.glade.h:3 -#: ../src/import-export/qif-import/qif.glade.h:57 +#: ../src/import-export/qif-import/qif.glade.h:59 msgid "Preferences" msgstr "" @@ -1467,22 +1470,22 @@ msgstr "" #: ../src/gnome/dialog-tax-info.c:721 ../src/gnome/glade/lots.glade.h:10 #: ../src/gnome/reconcile-list.c:220 #: ../src/gnome-utils/gnc-tree-model-budget.c:102 -#: ../src/gnome-utils/gnc-tree-view-account.c:528 +#: ../src/gnome-utils/gnc-tree-view-account.c:530 #: ../src/import-export/generic-import.glade.h:16 #: ../src/import-export/import-main-matcher.c:421 #: ../src/import-export/import-match-picker.c:335 #: ../src/import-export/import-match-picker.c:375 -#: ../src/import-export/qif-import/druid-qif-import.c:2174 -#: ../src/import-export/qif-import/druid-qif-import.c:2206 +#: ../src/import-export/qif-import/druid-qif-import.c:2879 +#: ../src/import-export/qif-import/druid-qif-import.c:2917 #: ../src/register/ledger-core/split-register-model.c:138 -#: ../intl-scm/guile-strings.c:1322 ../intl-scm/guile-strings.c:1524 -#: ../intl-scm/guile-strings.c:2000 ../intl-scm/guile-strings.c:2238 -#: ../intl-scm/guile-strings.c:2298 ../intl-scm/guile-strings.c:2416 -#: ../intl-scm/guile-strings.c:2492 ../intl-scm/guile-strings.c:2610 -#: ../intl-scm/guile-strings.c:2650 ../intl-scm/guile-strings.c:3242 -#: ../intl-scm/guile-strings.c:3270 ../intl-scm/guile-strings.c:3458 -#: ../intl-scm/guile-strings.c:3558 ../intl-scm/guile-strings.c:3586 -#: ../intl-scm/guile-strings.c:3818 ../intl-scm/guile-strings.c:3846 +#: ../intl-scm/guile-strings.c:1326 ../intl-scm/guile-strings.c:1528 +#: ../intl-scm/guile-strings.c:2004 ../intl-scm/guile-strings.c:2242 +#: ../intl-scm/guile-strings.c:2306 ../intl-scm/guile-strings.c:2428 +#: ../intl-scm/guile-strings.c:2504 ../intl-scm/guile-strings.c:2628 +#: ../intl-scm/guile-strings.c:2668 ../intl-scm/guile-strings.c:3272 +#: ../intl-scm/guile-strings.c:3300 ../intl-scm/guile-strings.c:3488 +#: ../intl-scm/guile-strings.c:3590 ../intl-scm/guile-strings.c:3618 +#: ../intl-scm/guile-strings.c:3850 ../intl-scm/guile-strings.c:3878 msgid "Description" msgstr "" @@ -1531,7 +1534,7 @@ msgstr "" #: ../src/business/business-gnome/glade/invoice.glade.h:6 #: ../src/business/business-gnome/search-owner.c:236 #: ../src/register/ledger-core/split-register-model.c:134 -#: ../intl-scm/guile-strings.c:3522 +#: ../intl-scm/guile-strings.c:3554 msgid "Customer" msgstr "" @@ -1568,14 +1571,17 @@ msgid "Name: " msgstr "" #. src/report/standard-reports/account-summary.scm +#. src/report/standard-reports/transaction.scm #: ../src/business/business-gnome/glade/customer.glade.h:16 #: ../src/business/business-gnome/glade/invoice.glade.h:20 #: ../src/business/business-gnome/glade/order.glade.h:9 #: ../src/business/business-gnome/glade/vendor.glade.h:10 #: ../src/gnome/dialog-find-transactions.c:120 -#: ../src/gnome-utils/gnc-tree-view-account.c:630 +#: ../src/gnome-utils/gnc-tree-view-account.c:632 #: ../src/register/ledger-core/split-register-model.c:309 -#: ../intl-scm/guile-strings.c:2006 +#: ../intl-scm/guile-strings.c:2010 ../intl-scm/guile-strings.c:2298 +#: ../intl-scm/guile-strings.c:2310 ../intl-scm/guile-strings.c:2508 +#: ../intl-scm/guile-strings.c:2556 msgid "Notes" msgstr "" @@ -1654,7 +1660,7 @@ msgid "Billing" msgstr "" #: ../src/business/business-gnome/glade/employee.glade.h:6 -#: ../src/gnome-utils/dialog-transfer.c:1627 +#: ../src/gnome-utils/dialog-transfer.c:1630 msgid "Credit Account" msgstr "" @@ -1669,7 +1675,7 @@ msgstr "" #. src/business/business-reports/owner-report.scm #: ../src/business/business-gnome/glade/employee.glade.h:11 #: ../src/business/business-gnome/search-owner.c:238 -#: ../intl-scm/guile-strings.c:3526 +#: ../intl-scm/guile-strings.c:3558 msgid "Employee" msgstr "" @@ -1815,8 +1821,8 @@ msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-gnome/glade/order.glade.h:14 -#: ../intl-scm/guile-strings.c:3432 ../intl-scm/guile-strings.c:3454 -#: ../intl-scm/guile-strings.c:3972 +#: ../intl-scm/guile-strings.c:3462 ../intl-scm/guile-strings.c:3484 +#: ../intl-scm/guile-strings.c:4004 msgid "Reference" msgstr "" @@ -1847,19 +1853,19 @@ msgstr "" #: ../src/import-export/import-main-matcher.c:417 #: ../src/import-export/import-match-picker.c:333 #: ../src/import-export/import-match-picker.c:373 -#: ../src/import-export/qif-import/druid-qif-import.c:2168 -#: ../src/import-export/qif-import/druid-qif-import.c:2200 +#: ../src/import-export/qif-import/druid-qif-import.c:2871 +#: ../src/import-export/qif-import/druid-qif-import.c:2909 #: ../src/register/ledger-core/split-register-model.c:101 -#: ../intl-scm/guile-strings.c:1318 ../intl-scm/guile-strings.c:1518 -#: ../intl-scm/guile-strings.c:1768 ../intl-scm/guile-strings.c:1916 -#: ../intl-scm/guile-strings.c:2028 ../intl-scm/guile-strings.c:2226 -#: ../intl-scm/guile-strings.c:2292 ../intl-scm/guile-strings.c:2388 -#: ../intl-scm/guile-strings.c:2480 ../intl-scm/guile-strings.c:2606 -#: ../intl-scm/guile-strings.c:2638 ../intl-scm/guile-strings.c:2706 -#: ../intl-scm/guile-strings.c:3240 ../intl-scm/guile-strings.c:3264 -#: ../intl-scm/guile-strings.c:3450 ../intl-scm/guile-strings.c:3556 -#: ../intl-scm/guile-strings.c:3580 ../intl-scm/guile-strings.c:3816 -#: ../intl-scm/guile-strings.c:3840 +#: ../intl-scm/guile-strings.c:1322 ../intl-scm/guile-strings.c:1522 +#: ../intl-scm/guile-strings.c:1772 ../intl-scm/guile-strings.c:1920 +#: ../intl-scm/guile-strings.c:2032 ../intl-scm/guile-strings.c:2230 +#: ../intl-scm/guile-strings.c:2300 ../intl-scm/guile-strings.c:2400 +#: ../intl-scm/guile-strings.c:2492 ../intl-scm/guile-strings.c:2624 +#: ../intl-scm/guile-strings.c:2656 ../intl-scm/guile-strings.c:2724 +#: ../intl-scm/guile-strings.c:3270 ../intl-scm/guile-strings.c:3294 +#: ../intl-scm/guile-strings.c:3480 ../intl-scm/guile-strings.c:3588 +#: ../intl-scm/guile-strings.c:3612 ../intl-scm/guile-strings.c:3848 +#: ../intl-scm/guile-strings.c:3872 msgid "Date" msgstr "" @@ -1871,15 +1877,15 @@ msgstr "" #: ../src/import-export/import-match-picker.c:336 #: ../src/import-export/import-match-picker.c:376 #: ../src/register/ledger-core/split-register-model.c:190 -#: ../intl-scm/guile-strings.c:1526 ../intl-scm/guile-strings.c:2270 -#: ../intl-scm/guile-strings.c:2300 ../intl-scm/guile-strings.c:2424 -#: ../intl-scm/guile-strings.c:2496 +#: ../intl-scm/guile-strings.c:1530 ../intl-scm/guile-strings.c:2274 +#: ../intl-scm/guile-strings.c:2308 ../intl-scm/guile-strings.c:2312 +#: ../intl-scm/guile-strings.c:2436 ../intl-scm/guile-strings.c:2552 msgid "Memo" msgstr "" #: ../src/business/business-gnome/glade/payment.glade.h:5 #: ../src/business/business-gnome/glade/vendor.glade.h:13 -#: ../src/gnome/window-reconcile.c:443 +#: ../src/gnome/window-reconcile.c:446 msgid "Payment Information" msgstr "" @@ -1909,7 +1915,7 @@ msgstr "" #: ../src/business/business-gnome/glade/vendor.glade.h:19 #: ../src/business/business-gnome/search-owner.c:237 #: ../src/register/ledger-core/split-register-model.c:136 -#: ../intl-scm/guile-strings.c:3524 +#: ../intl-scm/guile-strings.c:3556 msgid "Vendor" msgstr "" @@ -1923,7 +1929,7 @@ msgstr "" #. src/business/business-utils/business-utils.scm #: ../src/business/business-gnome/gncmod-business-gnome.c:135 -#: ../intl-scm/guile-strings.c:3212 +#: ../intl-scm/guile-strings.c:3242 msgid "Business" msgstr "" @@ -1932,7 +1938,7 @@ msgstr "" #. src/business/business-reports/business-reports.scm #: ../src/business/business-gnome/gnc-plugin-business.c:148 #: ../src/business/business-gnome/gnc-plugin-business.c:241 -#: ../intl-scm/guile-strings.c:3444 +#: ../intl-scm/guile-strings.c:3474 msgid "_Business" msgstr "" @@ -2273,7 +2279,7 @@ msgid "Record the current entry" msgstr "" #: ../src/business/business-gnome/gnc-plugin-page-invoice.c:133 -#: ../src/gnome/glade/register.glade.h:79 ../src/gnome/window-reconcile.c:2008 +#: ../src/gnome/glade/register.glade.h:79 ../src/gnome/window-reconcile.c:2044 msgid "_Cancel" msgstr "" @@ -2284,7 +2290,7 @@ msgstr "" #: ../src/business/business-gnome/gnc-plugin-page-invoice.c:136 #: ../src/gnome/glade/register.glade.h:82 #: ../src/gnome/gnc-plugin-page-sx-list.c:124 -#: ../src/gnome/window-reconcile.c:2036 +#: ../src/gnome/window-reconcile.c:2072 msgid "_Delete" msgstr "" @@ -2347,8 +2353,8 @@ msgid "_Quantity" msgstr "" #: ../src/business/business-gnome/gnc-plugin-page-invoice.c:164 -#: ../src/register/ledger-core/split-register.c:1717 #: ../src/register/ledger-core/split-register.c:1719 +#: ../src/register/ledger-core/split-register.c:1721 msgid "_Price" msgstr "" @@ -2502,7 +2508,7 @@ msgid "is not" msgstr "" #: ../src/business/business-ledger/gncEntryLedger.c:81 -#: ../src/gnome-utils/dialog-transfer.c:1264 +#: ../src/gnome-utils/dialog-transfer.c:1267 #: ../src/register/ledger-core/split-register.c:1498 #, c-format msgid "The account %s does not allow transactions." @@ -2658,8 +2664,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerLoad.c:50 -#: ../src/gnome/glade/sched-xact.glade.h:3 ../intl-scm/guile-strings.c:3258 -#: ../intl-scm/guile-strings.c:3574 ../intl-scm/guile-strings.c:3834 +#: ../src/gnome/glade/sched-xact.glade.h:3 ../intl-scm/guile-strings.c:3288 +#: ../intl-scm/guile-strings.c:3606 ../intl-scm/guile-strings.c:3866 #, no-c-format msgid "%" msgstr "" @@ -2680,7 +2686,7 @@ msgstr "" #: ../src/business/business-ledger/gncEntryLedgerLoad.c:119 #: ../src/business/business-ledger/gncEntryLedgerModel.c:510 #: ../src/business/business-ledger/gncEntryLedgerModel.c:1036 -#: ../src/engine/Account.c:3635 ../intl-scm/guile-strings.c:898 +#: ../src/engine/Account.c:3668 ../intl-scm/guile-strings.c:902 msgid "Cash" msgstr "" @@ -2690,7 +2696,7 @@ msgstr "" #: ../src/business/business-ledger/gncEntryLedgerModel.c:512 #: ../src/business/business-ledger/gncEntryLedgerModel.c:1038 #: ../intl-scm/guile-strings.c:120 ../intl-scm/guile-strings.c:136 -#: ../intl-scm/guile-strings.c:2710 +#: ../intl-scm/guile-strings.c:2728 msgid "Charge" msgstr "" @@ -2708,8 +2714,8 @@ msgstr "" #: ../src/business/business-ledger/gncEntryLedgerModel.c:65 #: ../src/gnome/dialog-find-transactions.c:122 #: ../src/register/ledger-core/split-register-model.c:169 -#: ../intl-scm/guile-strings.c:3276 ../intl-scm/guile-strings.c:3592 -#: ../intl-scm/guile-strings.c:3852 +#: ../intl-scm/guile-strings.c:3306 ../intl-scm/guile-strings.c:3624 +#: ../intl-scm/guile-strings.c:3884 msgid "Action" msgstr "" @@ -2717,9 +2723,9 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:80 -#: ../intl-scm/guile-strings.c:3250 ../intl-scm/guile-strings.c:3294 -#: ../intl-scm/guile-strings.c:3566 ../intl-scm/guile-strings.c:3610 -#: ../intl-scm/guile-strings.c:3826 ../intl-scm/guile-strings.c:3870 +#: ../intl-scm/guile-strings.c:3280 ../intl-scm/guile-strings.c:3324 +#: ../intl-scm/guile-strings.c:3598 ../intl-scm/guile-strings.c:3642 +#: ../intl-scm/guile-strings.c:3858 ../intl-scm/guile-strings.c:3902 msgid "Discount" msgstr "" @@ -2735,8 +2741,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:95 -#: ../intl-scm/guile-strings.c:3248 ../intl-scm/guile-strings.c:3564 -#: ../intl-scm/guile-strings.c:3824 +#: ../intl-scm/guile-strings.c:3278 ../intl-scm/guile-strings.c:3596 +#: ../intl-scm/guile-strings.c:3856 msgid "Unit Price" msgstr "" @@ -2744,9 +2750,9 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:100 -#: ../intl-scm/guile-strings.c:3246 ../intl-scm/guile-strings.c:3282 -#: ../intl-scm/guile-strings.c:3562 ../intl-scm/guile-strings.c:3598 -#: ../intl-scm/guile-strings.c:3822 ../intl-scm/guile-strings.c:3858 +#: ../intl-scm/guile-strings.c:3276 ../intl-scm/guile-strings.c:3312 +#: ../intl-scm/guile-strings.c:3594 ../intl-scm/guile-strings.c:3630 +#: ../intl-scm/guile-strings.c:3854 ../intl-scm/guile-strings.c:3890 msgid "Quantity" msgstr "" @@ -2771,9 +2777,9 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:125 -#: ../intl-scm/guile-strings.c:832 ../intl-scm/guile-strings.c:3400 -#: ../intl-scm/guile-strings.c:3664 ../intl-scm/guile-strings.c:3720 -#: ../intl-scm/guile-strings.c:3950 +#: ../intl-scm/guile-strings.c:836 ../intl-scm/guile-strings.c:3430 +#: ../intl-scm/guile-strings.c:3696 ../intl-scm/guile-strings.c:3752 +#: ../intl-scm/guile-strings.c:3982 msgid "Subtotal" msgstr "" @@ -2782,8 +2788,8 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/business/business-ledger/gncEntryLedgerModel.c:130 -#: ../intl-scm/guile-strings.c:96 ../intl-scm/guile-strings.c:3402 -#: ../intl-scm/guile-strings.c:3722 ../intl-scm/guile-strings.c:3952 +#: ../intl-scm/guile-strings.c:96 ../intl-scm/guile-strings.c:3432 +#: ../intl-scm/guile-strings.c:3754 ../intl-scm/guile-strings.c:3984 msgid "Tax" msgstr "" @@ -2978,32 +2984,32 @@ msgid "" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../src/engine/Account.c:3634 ../src/import-export/hbci/gnc-hbci-utils.c:900 -#: ../intl-scm/guile-strings.c:896 +#: ../src/engine/Account.c:3667 ../src/import-export/hbci/gnc-hbci-utils.c:900 +#: ../intl-scm/guile-strings.c:900 msgid "Bank" msgstr "" -#: ../src/engine/Account.c:3636 +#: ../src/engine/Account.c:3669 msgid "Asset" msgstr "" -#: ../src/engine/Account.c:3637 +#: ../src/engine/Account.c:3670 msgid "Credit Card" msgstr "" -#: ../src/engine/Account.c:3638 +#: ../src/engine/Account.c:3671 msgid "Liability" msgstr "" -#: ../src/engine/Account.c:3639 +#: ../src/engine/Account.c:3672 msgid "Stock" msgstr "" -#: ../src/engine/Account.c:3640 +#: ../src/engine/Account.c:3673 msgid "Mutual Fund" msgstr "" -#: ../src/engine/Account.c:3641 ../src/gnome-utils/dialog-commodity.c:756 +#: ../src/engine/Account.c:3674 ../src/gnome-utils/dialog-commodity.c:756 #: ../src/gnome-utils/gnc-tree-view-price.c:441 msgid "Currency" msgstr "" @@ -3011,18 +3017,18 @@ msgstr "" #. src/app-utils/prefs.scm #. src/report/report-system/report-utilities.scm #. src/report/standard-reports/net-barchart.scm -#: ../src/engine/Account.c:3642 -#: ../src/register/ledger-core/split-register.c:2069 -#: ../intl-scm/guile-strings.c:148 ../intl-scm/guile-strings.c:912 -#: ../intl-scm/guile-strings.c:1284 +#: ../src/engine/Account.c:3675 +#: ../src/register/ledger-core/split-register.c:2071 +#: ../intl-scm/guile-strings.c:148 ../intl-scm/guile-strings.c:916 +#: ../intl-scm/guile-strings.c:1288 msgid "Income" msgstr "" -#: ../src/engine/Account.c:3645 +#: ../src/engine/Account.c:3678 msgid "A/Receivable" msgstr "" -#: ../src/engine/Account.c:3646 +#: ../src/engine/Account.c:3679 msgid "A/Payable" msgstr "" @@ -3106,51 +3112,51 @@ msgstr "" msgid "Weekly" msgstr "" -#. translators: %u is the recurrence multipler. +#. translators: %u is the recurrence multipler, i.e. this +#. event should occur every %u'th week. #. translators: %u is the recurrence multiplier -#. translators: %u is the number of intervals #. translators: %u is the recurrence multiplier. -#: ../src/engine/Recurrence.c:434 ../src/engine/Recurrence.c:508 -#: ../src/engine/Recurrence.c:536 ../src/engine/Recurrence.c:549 -#: ../src/engine/Recurrence.c:563 +#: ../src/engine/Recurrence.c:435 ../src/engine/Recurrence.c:509 +#: ../src/engine/Recurrence.c:537 ../src/engine/Recurrence.c:550 +#: ../src/engine/Recurrence.c:564 #, c-format msgid " (x%u)" msgstr "" #. translators: %s is an already-localized form of the day of the week. -#: ../src/engine/Recurrence.c:466 +#: ../src/engine/Recurrence.c:467 #, c-format msgid "last %s" msgstr "" -#: ../src/engine/Recurrence.c:503 ../src/gnome/glade/fincalc.glade.h:42 +#: ../src/engine/Recurrence.c:504 ../src/gnome/glade/fincalc.glade.h:42 msgid "Semi-monthly" msgstr "" #. translators: %d is the number of Recurrences in the list. -#: ../src/engine/Recurrence.c:518 +#: ../src/engine/Recurrence.c:519 #, c-format msgid "Unknown, %d-size list." msgstr "" -#: ../src/engine/Recurrence.c:529 ../src/gnome/glade/sched-xact.glade.h:130 +#: ../src/engine/Recurrence.c:530 ../src/gnome/glade/sched-xact.glade.h:130 msgid "Once" msgstr "" -#: ../src/engine/Recurrence.c:532 ../src/gnome/glade/sched-xact.glade.h:71 +#: ../src/engine/Recurrence.c:533 ../src/gnome/glade/sched-xact.glade.h:71 msgid "Daily" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../src/engine/Recurrence.c:545 ../src/gnome/glade/fincalc.glade.h:33 -#: ../src/gnome/glade/sched-xact.glade.h:111 ../intl-scm/guile-strings.c:2440 -#: ../intl-scm/guile-strings.c:2442 +#: ../src/engine/Recurrence.c:546 ../src/gnome/glade/fincalc.glade.h:33 +#: ../src/gnome/glade/sched-xact.glade.h:111 ../intl-scm/guile-strings.c:2452 +#: ../intl-scm/guile-strings.c:2454 msgid "Monthly" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../src/engine/Recurrence.c:559 ../intl-scm/guile-strings.c:2448 -#: ../intl-scm/guile-strings.c:2450 +#: ../src/engine/Recurrence.c:560 ../intl-scm/guile-strings.c:2460 +#: ../intl-scm/guile-strings.c:2462 msgid "Yearly" msgstr "" @@ -3165,7 +3171,7 @@ msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm #: ../src/engine/Split.c:1240 ../src/engine/Split.c:1257 -#: ../intl-scm/guile-strings.c:2600 ../intl-scm/guile-strings.c:2622 +#: ../intl-scm/guile-strings.c:2618 ../intl-scm/guile-strings.c:2640 msgid "-- Split Transaction --" msgstr "" @@ -3173,8 +3179,8 @@ msgstr "" #: ../src/engine/Split.c:1273 ../src/gnome/druid-stock-split.c:454 #: ../src/gnome/glade/register.glade.h:67 #: ../src/gnome/gnc-plugin-page-register.c:331 -#: ../src/register/ledger-core/split-register.c:2072 -#: ../intl-scm/guile-strings.c:2218 +#: ../src/register/ledger-core/split-register.c:2074 +#: ../intl-scm/guile-strings.c:2222 msgid "Split" msgstr "" @@ -3252,14 +3258,14 @@ msgstr "" #: ../src/import-export/hbci/gnc-hbci-utils.c:899 #: ../src/import-export/import-main-matcher.c:418 #: ../src/import-export/import-match-picker.c:332 -#: ../src/import-export/qif-import/dialog-account-picker.c:288 -#: ../src/import-export/qif-import/druid-qif-import.c:2140 +#: ../src/import-export/qif-import/dialog-account-picker.c:339 +#: ../src/import-export/qif-import/druid-qif-import.c:2833 #: ../src/register/ledger-core/split-register-model.c:176 -#: ../intl-scm/guile-strings.c:1324 ../intl-scm/guile-strings.c:1346 -#: ../intl-scm/guile-strings.c:1780 ../intl-scm/guile-strings.c:2078 -#: ../intl-scm/guile-strings.c:2302 ../intl-scm/guile-strings.c:2612 -#: ../intl-scm/guile-strings.c:2656 ../intl-scm/guile-strings.c:2722 -#: ../intl-scm/guile-strings.c:3446 +#: ../intl-scm/guile-strings.c:1328 ../intl-scm/guile-strings.c:1350 +#: ../intl-scm/guile-strings.c:1784 ../intl-scm/guile-strings.c:2082 +#: ../intl-scm/guile-strings.c:2314 ../intl-scm/guile-strings.c:2630 +#: ../intl-scm/guile-strings.c:2674 ../intl-scm/guile-strings.c:2740 +#: ../intl-scm/guile-strings.c:3476 msgid "Account" msgstr "" @@ -3270,7 +3276,7 @@ msgstr "" #: ../src/gnome/dialog-find-transactions.c:109 #: ../src/gnome/gnc-plugin-page-register.c:334 -#: ../src/gnome/window-reconcile.c:1172 +#: ../src/gnome/window-reconcile.c:1175 msgid "Reconcile" msgstr "" @@ -3286,10 +3292,10 @@ msgstr "" #: ../src/gnome/dialog-find-transactions.c:113 #: ../src/gnome/druid-stock-split.c:621 #: ../src/register/ledger-core/split-register-model.c:239 -#: ../intl-scm/guile-strings.c:1326 ../intl-scm/guile-strings.c:1540 -#: ../intl-scm/guile-strings.c:2086 ../intl-scm/guile-strings.c:2250 -#: ../intl-scm/guile-strings.c:2306 ../intl-scm/guile-strings.c:2524 -#: ../intl-scm/guile-strings.c:2616 ../intl-scm/guile-strings.c:2662 +#: ../intl-scm/guile-strings.c:1330 ../intl-scm/guile-strings.c:1544 +#: ../intl-scm/guile-strings.c:2090 ../intl-scm/guile-strings.c:2254 +#: ../intl-scm/guile-strings.c:2318 ../intl-scm/guile-strings.c:2536 +#: ../intl-scm/guile-strings.c:2634 ../intl-scm/guile-strings.c:2680 msgid "Shares" msgstr "" @@ -3298,20 +3304,20 @@ msgstr "" #: ../src/gnome/dialog-find-transactions.c:115 #: ../src/gnome/dialog-sx-since-last-run.c:966 #: ../src/gnome/glade/lots.glade.h:18 -#: ../src/gnome/glade/sched-xact.glade.h:185 ../intl-scm/guile-strings.c:1790 -#: ../intl-scm/guile-strings.c:2092 +#: ../src/gnome/glade/sched-xact.glade.h:185 ../intl-scm/guile-strings.c:1794 +#: ../intl-scm/guile-strings.c:2096 msgid "Value" msgstr "" #. src/report/standard-reports/transaction.scm #: ../src/gnome/dialog-find-transactions.c:124 #: ../src/gnome-utils/glade/gnc-date-format.glade.h:10 -#: ../intl-scm/guile-strings.c:2420 +#: ../intl-scm/guile-strings.c:2432 msgid "Number" msgstr "" #: ../src/gnome/dialog-find-transactions.c:169 -#: ../src/gnome-search/dialog-search.c:1089 +#: ../src/gnome-search/dialog-search.c:1085 msgid "Find Transaction" msgstr "" @@ -3337,7 +3343,7 @@ msgid "You must select a currency." msgstr "" #: ../src/gnome/dialog-price-editor.c:190 -#: ../src/gnome-utils/dialog-transfer.c:1290 +#: ../src/gnome-utils/dialog-transfer.c:1293 msgid "You must enter a valid amount." msgstr "" @@ -3345,7 +3351,7 @@ msgstr "" msgid "Cannot save check format file." msgstr "" -#: ../src/gnome/dialog-print-check.c:1083 +#: ../src/gnome/dialog-print-check.c:1084 msgid "There is a duplicate check format file." msgstr "" @@ -3354,7 +3360,7 @@ msgstr "" #. * is the filename of that format; %3$s the type of #. * the other check format; and %4$s the filename of #. * that other format. -#: ../src/gnome/dialog-print-check.c:1091 +#: ../src/gnome/dialog-print-check.c:1092 #, c-format msgid "" "The GUIDs in the %s check format file '%s' and the %s check format file '%s' " @@ -3364,19 +3370,19 @@ msgstr "" #. Translators: This is a directory name. It may be presented to #. * the user to indicate that some data file was defined by the #. * gnucash application. -#: ../src/gnome/dialog-print-check.c:1128 +#: ../src/gnome/dialog-print-check.c:1129 msgid "application" msgstr "" #. Translators: This is a directory name. It may be presented to #. * the user to indicate that some data file was defined by a #. * user herself. -#: ../src/gnome/dialog-print-check.c:1136 +#: ../src/gnome/dialog-print-check.c:1137 msgid "user" msgstr "" -#: ../src/gnome/dialog-print-check.c:1159 -#: ../src/gnome/dialog-print-check.c:2078 +#: ../src/gnome/dialog-print-check.c:1160 +#: ../src/gnome/dialog-print-check.c:2080 msgid "Custom" msgstr "" @@ -3388,12 +3394,12 @@ msgstr "" #: ../src/gnome/glade/register.glade.h:85 #: ../src/gnome/gnc-plugin-page-sx-list.c:122 #: ../src/gnome-utils/gnc-main-window.c:221 -#: ../src/gnome/window-reconcile.c:2033 +#: ../src/gnome/window-reconcile.c:2069 #: ../src/report/report-gnome/report.glade.h:17 msgid "_Edit" msgstr "" -#: ../src/gnome/dialog-sx-editor.c:186 ../src/gnome/window-reconcile.c:1993 +#: ../src/gnome/dialog-sx-editor.c:186 ../src/gnome/window-reconcile.c:2029 msgid "_Transaction" msgstr "" @@ -3469,17 +3475,17 @@ msgid "" "Do you really want to do this?" msgstr "" -#: ../src/gnome/dialog-sx-editor.c:1332 +#: ../src/gnome/dialog-sx-editor.c:1336 msgid "(never)" msgstr "" -#: ../src/gnome/dialog-sx-editor.c:1483 +#: ../src/gnome/dialog-sx-editor.c:1487 msgid "" "The current template transaction has been changed. Would you like to record " "the changes?" msgstr "" -#: ../src/gnome/dialog-sx-editor.c:1716 +#: ../src/gnome/dialog-sx-editor.c:1720 #: ../src/gnome/gnc-plugin-page-sx-list.c:197 msgid "Scheduled Transactions" msgstr "" @@ -3527,7 +3533,7 @@ msgstr "" #. Translators: %d is the number of transactions. This is a #. ngettext(3) message. #: ../src/gnome/dialog-sx-since-last-run.c:812 -#: ../src/gnome/gnc-plugin-basic-commands.c:484 +#: ../src/gnome/gnc-plugin-basic-commands.c:490 #, c-format msgid "" "There are no Scheduled Transactions to be entered at this time. (%d " @@ -3608,6 +3614,7 @@ msgid "Period:" msgstr "" #: ../src/gnome/druid-acct-period.c:557 +#: ../src/gnome-utils/glade/dialog-book-close.glade.h:2 msgid "Closing Date:" msgstr "" @@ -3616,7 +3623,7 @@ msgid "Selected" msgstr "" #: ../src/gnome/druid-hierarchy.c:409 -#: ../src/gnome-utils/gnc-tree-view-account.c:1864 +#: ../src/gnome-utils/gnc-tree-view-account.c:1866 msgid "Account Types" msgstr "" @@ -3639,7 +3646,7 @@ msgid "existing account" msgstr "" #: ../src/gnome/druid-hierarchy.c:905 -#: ../src/gnome-utils/gnc-tree-view-account.c:640 +#: ../src/gnome-utils/gnc-tree-view-account.c:642 msgid "Placeholder" msgstr "" @@ -3694,7 +3701,7 @@ msgid "via Escrow account?" msgstr "" #: ../src/gnome/druid-loan.c:811 -#: ../src/register/ledger-core/split-register.c:2026 +#: ../src/register/ledger-core/split-register.c:2028 msgid "Loan" msgstr "" @@ -3735,8 +3742,8 @@ msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm #: ../src/gnome/druid-loan.c:1807 ../src/gnome/druid-loan.c:2395 -#: ../src/register/ledger-core/split-register.c:2034 -#: ../intl-scm/guile-strings.c:3124 ../intl-scm/guile-strings.c:3146 +#: ../src/register/ledger-core/split-register.c:2036 +#: ../intl-scm/guile-strings.c:3142 ../intl-scm/guile-strings.c:3164 msgid "Interest" msgstr "" @@ -3841,8 +3848,8 @@ msgstr "" #. src/report/standard-reports/portfolio.scm #. src/report/standard-reports/advanced-portfolio.scm #: ../src/gnome/druid-stock-split.c:615 -#: ../src/gnome-utils/gnc-tree-view-commodity.c:399 -#: ../intl-scm/guile-strings.c:1782 ../intl-scm/guile-strings.c:2082 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:401 +#: ../intl-scm/guile-strings.c:1786 ../intl-scm/guile-strings.c:2086 msgid "Symbol" msgstr "" @@ -3904,7 +3911,7 @@ msgid "_Parent Account" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../src/gnome/glade/account.glade.h:14 ../intl-scm/guile-strings.c:1958 +#: ../src/gnome/glade/account.glade.h:14 ../intl-scm/guile-strings.c:1962 msgid "Account Type" msgstr "" @@ -3967,11 +3974,11 @@ msgstr "" #: ../intl-scm/guile-strings.c:576 ../intl-scm/guile-strings.c:580 #: ../intl-scm/guile-strings.c:584 ../intl-scm/guile-strings.c:588 #: ../intl-scm/guile-strings.c:662 ../intl-scm/guile-strings.c:668 -#: ../intl-scm/guile-strings.c:674 ../intl-scm/guile-strings.c:864 -#: ../intl-scm/guile-strings.c:974 ../intl-scm/guile-strings.c:980 -#: ../intl-scm/guile-strings.c:1462 ../intl-scm/guile-strings.c:1464 -#: ../intl-scm/guile-strings.c:2162 ../intl-scm/guile-strings.c:2164 -#: ../intl-scm/guile-strings.c:2628 +#: ../intl-scm/guile-strings.c:674 ../intl-scm/guile-strings.c:868 +#: ../intl-scm/guile-strings.c:978 ../intl-scm/guile-strings.c:984 +#: ../intl-scm/guile-strings.c:1466 ../intl-scm/guile-strings.c:1468 +#: ../intl-scm/guile-strings.c:2166 ../intl-scm/guile-strings.c:2168 +#: ../intl-scm/guile-strings.c:2646 msgid "General" msgstr "" @@ -4010,7 +4017,7 @@ msgid "M_ove to:" msgstr "" #: ../src/gnome/glade/account.glade.h:35 -#: ../src/gnome-utils/dialog-account.c:1337 +#: ../src/gnome-utils/dialog-account.c:1338 msgid "New Account" msgstr "" @@ -4041,8 +4048,8 @@ msgstr "" #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/account-piecharts.scm #: ../src/gnome/glade/account.glade.h:42 -#: ../src/gnome/glade/sched-xact.glade.h:132 ../intl-scm/guile-strings.c:1756 -#: ../intl-scm/guile-strings.c:2938 +#: ../src/gnome/glade/sched-xact.glade.h:132 ../intl-scm/guile-strings.c:1760 +#: ../intl-scm/guile-strings.c:2956 msgid "Other" msgstr "" @@ -4073,7 +4080,7 @@ msgstr "" #: ../src/gnome/glade/account.glade.h:52 #: ../src/import-export/generic-import.glade.h:44 -#: ../src/import-export/qif-import/qif.glade.h:63 +#: ../src/import-export/qif-import/qif.glade.h:65 msgid "Select Account" msgstr "" @@ -4086,7 +4093,6 @@ msgid "" msgstr "" #: ../src/gnome/glade/account.glade.h:54 -#: ../src/import-export/qif-import/qif.glade.h:65 msgid "Select or add a GnuCash account" msgstr "" @@ -4221,6 +4227,7 @@ msgid "Book Closing Dates" msgstr "" #: ../src/gnome/glade/acctperiod.glade.h:2 +#: ../src/gnome-utils/glade/dialog-book-close.glade.h:1 msgid "Close Book" msgstr "" @@ -4553,8 +4560,8 @@ msgid "Present value" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/fincalc.glade.h:38 ../intl-scm/guile-strings.c:2444 -#: ../intl-scm/guile-strings.c:2446 +#: ../src/gnome/glade/fincalc.glade.h:38 ../intl-scm/guile-strings.c:2456 +#: ../intl-scm/guile-strings.c:2458 msgid "Quarterly" msgstr "" @@ -4625,12 +4632,14 @@ msgstr "" #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm +#. src/business/business-reports/owner-report.scm #: ../src/gnome/glade/lots.glade.h:7 ../src/gnome/lot-viewer.c:626 -#: ../src/gnome-utils/gnc-tree-view-account.c:551 +#: ../src/gnome-utils/gnc-tree-view-account.c:553 #: ../src/register/ledger-core/split-register-model.c:162 #: ../src/register/ledger-core/split-register-model.c:302 -#: ../intl-scm/guile-strings.c:938 ../intl-scm/guile-strings.c:2004 -#: ../intl-scm/guile-strings.c:2316 ../intl-scm/guile-strings.c:2620 +#: ../intl-scm/guile-strings.c:942 ../intl-scm/guile-strings.c:2008 +#: ../intl-scm/guile-strings.c:2328 ../intl-scm/guile-strings.c:2638 +#: ../intl-scm/guile-strings.c:3500 msgid "Balance" msgstr "" @@ -4647,7 +4656,7 @@ msgid "Enter any notes you want to make about this lot." msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../src/gnome/glade/lots.glade.h:13 ../intl-scm/guile-strings.c:2782 +#: ../src/gnome/glade/lots.glade.h:13 ../intl-scm/guile-strings.c:2800 msgid "Gain/Loss" msgstr "" @@ -4991,7 +5000,7 @@ msgstr "" msgid "Reconcile Information" msgstr "" -#: ../src/gnome/glade/reconcile.glade.h:2 ../src/gnome/window-reconcile.c:722 +#: ../src/gnome/glade/reconcile.glade.h:2 ../src/gnome/window-reconcile.c:725 msgid "Enter _Interest Payment..." msgstr "" @@ -5000,7 +5009,7 @@ msgid "Include _subaccounts" msgstr "" #. starting balance title/value -#: ../src/gnome/glade/reconcile.glade.h:4 ../src/gnome/window-reconcile.c:1670 +#: ../src/gnome/glade/reconcile.glade.h:4 ../src/gnome/window-reconcile.c:1679 msgid "Starting Balance:" msgstr "" @@ -5220,22 +5229,22 @@ msgid "Sort by action field" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/register.glade.h:58 ../intl-scm/guile-strings.c:2414 +#: ../src/gnome/glade/register.glade.h:58 ../intl-scm/guile-strings.c:2426 msgid "Sort by amount" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/register.glade.h:59 ../intl-scm/guile-strings.c:2390 +#: ../src/gnome/glade/register.glade.h:59 ../intl-scm/guile-strings.c:2402 msgid "Sort by date" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/register.glade.h:60 ../intl-scm/guile-strings.c:2418 +#: ../src/gnome/glade/register.glade.h:60 ../intl-scm/guile-strings.c:2430 msgid "Sort by description" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/register.glade.h:61 ../intl-scm/guile-strings.c:2426 +#: ../src/gnome/glade/register.glade.h:61 ../intl-scm/guile-strings.c:2438 msgid "Sort by memo" msgstr "" @@ -5521,7 +5530,7 @@ msgid "" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../src/gnome/glade/sched-xact.glade.h:78 ../intl-scm/guile-strings.c:3538 +#: ../src/gnome/glade/sched-xact.glade.h:78 ../intl-scm/guile-strings.c:3570 msgid "Date Range" msgstr "" @@ -5590,7 +5599,7 @@ msgid "Frequency" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:100 ../intl-scm/guile-strings.c:2874 +#: ../src/gnome/glade/sched-xact.glade.h:100 ../intl-scm/guile-strings.c:2892 msgid "Friday" msgstr "" @@ -5631,7 +5640,7 @@ msgid "Make Scheduled Transaction" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:110 ../intl-scm/guile-strings.c:2866 +#: ../src/gnome/glade/sched-xact.glade.h:110 ../intl-scm/guile-strings.c:2884 msgid "Monday" msgstr "" @@ -5762,7 +5771,7 @@ msgid "Review" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:153 ../intl-scm/guile-strings.c:2876 +#: ../src/gnome/glade/sched-xact.glade.h:153 ../intl-scm/guile-strings.c:2894 msgid "Saturday" msgstr "" @@ -5771,8 +5780,8 @@ msgid "Scheduled Transaction" msgstr "" #: ../src/gnome/glade/sched-xact.glade.h:155 -#: ../src/gnome-utils/dialog-options.c:878 -#: ../src/gnome-utils/dialog-options.c:996 +#: ../src/gnome-utils/dialog-options.c:880 +#: ../src/gnome-utils/dialog-options.c:1000 msgid "Select All" msgstr "" @@ -5817,7 +5826,7 @@ msgid "State" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:167 ../intl-scm/guile-strings.c:2864 +#: ../src/gnome/glade/sched-xact.glade.h:167 ../intl-scm/guile-strings.c:2882 msgid "Sunday" msgstr "" @@ -5865,7 +5874,7 @@ msgid "" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:177 ../intl-scm/guile-strings.c:2872 +#: ../src/gnome/glade/sched-xact.glade.h:177 ../intl-scm/guile-strings.c:2890 msgid "Thursday" msgstr "" @@ -5878,7 +5887,7 @@ msgid "Transaction Reminders" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:180 ../intl-scm/guile-strings.c:2868 +#: ../src/gnome/glade/sched-xact.glade.h:180 ../intl-scm/guile-strings.c:2886 msgid "Tuesday" msgstr "" @@ -5907,7 +5916,7 @@ msgid "Variables" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:189 ../intl-scm/guile-strings.c:2870 +#: ../src/gnome/glade/sched-xact.glade.h:189 ../intl-scm/guile-strings.c:2888 msgid "Wednesday" msgstr "" @@ -6128,158 +6137,166 @@ msgid "Open a new Account Tree page" msgstr "" #. File menu -#: ../src/gnome/gnc-plugin-basic-commands.c:95 +#: ../src/gnome/gnc-plugin-basic-commands.c:98 msgid "New _File" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:96 +#: ../src/gnome/gnc-plugin-basic-commands.c:99 msgid "Create a new file" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:98 +#: ../src/gnome/gnc-plugin-basic-commands.c:101 msgid "_Open..." msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:99 +#: ../src/gnome/gnc-plugin-basic-commands.c:102 msgid "Open an existing GnuCash file" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:101 +#: ../src/gnome/gnc-plugin-basic-commands.c:104 msgid "_Save" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:102 +#: ../src/gnome/gnc-plugin-basic-commands.c:105 msgid "Save the current file" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:104 +#: ../src/gnome/gnc-plugin-basic-commands.c:107 msgid "Save _As..." msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:109 +#: ../src/gnome/gnc-plugin-basic-commands.c:112 msgid "_QSF Import" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:110 +#: ../src/gnome/gnc-plugin-basic-commands.c:113 msgid "Import a QSF object file" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:114 +#: ../src/gnome/gnc-plugin-basic-commands.c:117 msgid "Export _Accounts" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:115 +#: ../src/gnome/gnc-plugin-basic-commands.c:118 msgid "Export the account hierarchy to a new GnuCash datafile" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:118 +#: ../src/gnome/gnc-plugin-basic-commands.c:121 msgid "Export _Chart of Accounts to QSF" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:119 +#: ../src/gnome/gnc-plugin-basic-commands.c:122 msgid "Export the chart of accounts for a date with balances as QSF" msgstr "" #. Edit menu -#: ../src/gnome/gnc-plugin-basic-commands.c:124 +#: ../src/gnome/gnc-plugin-basic-commands.c:127 msgid "_Find..." msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:125 +#: ../src/gnome/gnc-plugin-basic-commands.c:128 msgid "Find transactions with a search" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:127 +#: ../src/gnome/gnc-plugin-basic-commands.c:130 msgid "Ta_x Options" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:128 +#: ../src/gnome/gnc-plugin-basic-commands.c:131 msgid "Setup tax information for all income and expense accounts" msgstr "" #. Actions menu -#: ../src/gnome/gnc-plugin-basic-commands.c:133 +#: ../src/gnome/gnc-plugin-basic-commands.c:136 msgid "_Scheduled Transactions" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:134 +#: ../src/gnome/gnc-plugin-basic-commands.c:137 msgid "_Scheduled Transaction Editor" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:135 +#: ../src/gnome/gnc-plugin-basic-commands.c:138 msgid "The list of Scheduled Transactions" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:137 +#: ../src/gnome/gnc-plugin-basic-commands.c:140 msgid "Since _Last Run..." msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:138 +#: ../src/gnome/gnc-plugin-basic-commands.c:141 msgid "Create Scheduled Transactions since the last time run" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:140 +#: ../src/gnome/gnc-plugin-basic-commands.c:143 msgid "_Mortgage & Loan Repayment..." msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:141 +#: ../src/gnome/gnc-plugin-basic-commands.c:144 msgid "Setup scheduled transactions for repayment of a loan" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:144 +#: ../src/gnome/gnc-plugin-basic-commands.c:147 msgid "Close _Books" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:145 +#: ../src/gnome/gnc-plugin-basic-commands.c:148 msgid "Archive old data using accounting periods" msgstr "" #. Tools menu -#: ../src/gnome/gnc-plugin-basic-commands.c:151 +#: ../src/gnome/gnc-plugin-basic-commands.c:154 msgid "_Price Editor" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:152 +#: ../src/gnome/gnc-plugin-basic-commands.c:155 msgid "View and edit the prices for stocks and mutual funds" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:154 +#: ../src/gnome/gnc-plugin-basic-commands.c:157 msgid "_Security Editor" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:155 +#: ../src/gnome/gnc-plugin-basic-commands.c:158 msgid "View and edit the commodities for stocks and mutual funds" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:157 +#: ../src/gnome/gnc-plugin-basic-commands.c:160 msgid "_Financial Calculator" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:158 +#: ../src/gnome/gnc-plugin-basic-commands.c:161 msgid "Use the financial calculator" msgstr "" -#. Help menu #: ../src/gnome/gnc-plugin-basic-commands.c:163 -msgid "_Tips Of The Day" +msgid "_Close Book" msgstr "" #: ../src/gnome/gnc-plugin-basic-commands.c:164 +msgid "Close the Book at the end of the Period" +msgstr "" + +#. Help menu +#: ../src/gnome/gnc-plugin-basic-commands.c:169 +msgid "_Tips Of The Day" +msgstr "" + +#: ../src/gnome/gnc-plugin-basic-commands.c:170 msgid "View the Tips of the Day" msgstr "" #. Translators: %d is the error number; %s is the error message as #. text. -#: ../src/gnome/gnc-plugin-basic-commands.c:381 +#: ../src/gnome/gnc-plugin-basic-commands.c:387 #, c-format msgid "Error: Loading failed, error code %d - %s." msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:403 +#: ../src/gnome/gnc-plugin-basic-commands.c:409 msgid "Select the QSF file to import into GnuCash" msgstr "" -#: ../src/gnome/gnc-plugin-basic-commands.c:459 +#: ../src/gnome/gnc-plugin-basic-commands.c:465 msgid "There are no Scheduled Transactions to be entered at this time." msgstr "" @@ -6385,13 +6402,13 @@ msgstr "" #. Actions menu #: ../src/gnome/gnc-plugin-page-account-tree.c:182 #: ../src/gnome/gnc-plugin-page-register.c:230 -#: ../src/gnome-utils/gnc-icons.c:21 ../src/gnome/window-reconcile.c:2020 +#: ../src/gnome-utils/gnc-icons.c:21 ../src/gnome/window-reconcile.c:2056 msgid "_Transfer..." msgstr "" #: ../src/gnome/gnc-plugin-page-account-tree.c:183 #: ../src/gnome/gnc-plugin-page-register.c:231 -#: ../src/gnome/window-reconcile.c:2021 +#: ../src/gnome/window-reconcile.c:2057 msgid "Transfer funds from one account to another" msgstr "" @@ -6420,7 +6437,7 @@ msgid "Check & Repair A_ccount" msgstr "" #: ../src/gnome/gnc-plugin-page-account-tree.c:192 -#: ../src/gnome/window-reconcile.c:2024 +#: ../src/gnome/window-reconcile.c:2060 msgid "" "Check for and repair unbalanced transactions and orphan splits in this " "account" @@ -6449,7 +6466,7 @@ msgstr "" #: ../src/gnome/gnc-plugin-page-account-tree.c:221 #: ../src/gnome/gnc-plugin-page-budget.c:164 ../src/gnome/lot-viewer.c:434 #: ../src/gnome-utils/gnc-file.c:96 ../src/gnome-utils/gnc-file.c:853 -#: ../src/gnome/window-reconcile.c:1570 +#: ../src/gnome/window-reconcile.c:1575 msgid "Open" msgstr "" @@ -6467,11 +6484,11 @@ msgstr "" #. src/report/standard-reports/account-piecharts.scm #: ../src/gnome/gnc-plugin-page-account-tree.c:312 #: ../src/gnome-utils/glade/preferences.glade.h:35 -#: ../intl-scm/guile-strings.c:866 ../intl-scm/guile-strings.c:1258 -#: ../intl-scm/guile-strings.c:1726 ../intl-scm/guile-strings.c:1774 -#: ../intl-scm/guile-strings.c:2072 ../intl-scm/guile-strings.c:2758 -#: ../intl-scm/guile-strings.c:2806 ../intl-scm/guile-strings.c:2838 -#: ../intl-scm/guile-strings.c:2912 +#: ../intl-scm/guile-strings.c:870 ../intl-scm/guile-strings.c:1262 +#: ../intl-scm/guile-strings.c:1730 ../intl-scm/guile-strings.c:1778 +#: ../intl-scm/guile-strings.c:2076 ../intl-scm/guile-strings.c:2776 +#: ../intl-scm/guile-strings.c:2824 ../intl-scm/guile-strings.c:2856 +#: ../intl-scm/guile-strings.c:2930 msgid "Accounts" msgstr "" @@ -6547,8 +6564,8 @@ msgid "Estimate" msgstr "" #. src/report/standard-reports/budget.scm -#: ../src/gnome/gnc-plugin-page-budget.c:275 ../intl-scm/guile-strings.c:2730 -#: ../intl-scm/guile-strings.c:2732 +#: ../src/gnome/gnc-plugin-page-budget.c:275 ../intl-scm/guile-strings.c:2748 +#: ../intl-scm/guile-strings.c:2750 msgid "Budget" msgstr "" @@ -6713,10 +6730,10 @@ msgstr "" #. src/report/standard-reports/register.scm #: ../src/gnome/gnc-plugin-page-register.c:326 -#: ../src/register/ledger-core/split-register.c:2003 +#: ../src/register/ledger-core/split-register.c:2005 #: ../src/register/ledger-core/split-register-layout.c:571 #: ../src/register/ledger-core/split-register-model.c:183 -#: ../intl-scm/guile-strings.c:2614 +#: ../intl-scm/guile-strings.c:2632 msgid "Transfer" msgstr "" @@ -6724,7 +6741,7 @@ msgstr "" #: ../src/gnome/gnc-plugin-page-register.c:548 #: ../src/gnome/gnc-plugin-page-register.c:1155 #: ../src/gnome/gnc-plugin-page-register.c:1747 -#: ../intl-scm/guile-strings.c:1510 +#: ../intl-scm/guile-strings.c:1514 msgid "General Ledger" msgstr "" @@ -6784,13 +6801,13 @@ msgstr "" #. src/report/standard-reports/register.scm #: ../src/gnome/gnc-plugin-page-register.c:1765 #: ../src/gnome-utils/glade/preferences.glade.h:104 -#: ../intl-scm/guile-strings.c:1310 ../intl-scm/guile-strings.c:2714 +#: ../intl-scm/guile-strings.c:1314 ../intl-scm/guile-strings.c:2732 msgid "Register" msgstr "" #. src/report/standard-reports/register.scm #: ../src/gnome/gnc-plugin-page-register.c:1767 -#: ../intl-scm/guile-strings.c:2634 +#: ../intl-scm/guile-strings.c:2652 msgid "Register Report" msgstr "" @@ -6815,7 +6832,7 @@ msgstr "" #. Translators: The %s is the name of the plugin page #: ../src/gnome/gnc-plugin-page-register.c:2205 -#: ../src/gnome-utils/gnc-tree-view-account.c:1826 +#: ../src/gnome-utils/gnc-tree-view-account.c:1828 #, c-format msgid "Filter %s by..." msgstr "" @@ -6828,7 +6845,7 @@ msgstr "" #. Transaction menu #: ../src/gnome/gnc-plugin-page-sx-list.c:120 #: ../src/gnome-utils/gnc-main-window.c:233 -#: ../src/gnome/window-reconcile.c:2030 +#: ../src/gnome/window-reconcile.c:2066 msgid "_New" msgstr "" @@ -6990,18 +7007,10 @@ msgid "" "instead of a set of accounts." msgstr "" -#: ../src/gnome/gnucash.desktop.in.h:1 -msgid "GnuCash Finance Management" -msgstr "" - -#: ../src/gnome/gnucash.desktop.in.h:2 -msgid "Manage your finances, accounts, and investments" -msgstr "" - #. src/report/standard-reports/general-journal.scm #. src/report/standard-reports/register.scm -#: ../src/gnome/lot-viewer.c:621 ../intl-scm/guile-strings.c:1316 -#: ../intl-scm/guile-strings.c:2630 +#: ../src/gnome/lot-viewer.c:621 ../intl-scm/guile-strings.c:1320 +#: ../intl-scm/guile-strings.c:2648 msgid "Title" msgstr "" @@ -8076,22 +8085,22 @@ msgstr "" msgid "Select" msgstr "" -#: ../src/gnome-search/dialog-search.c:806 +#: ../src/gnome-search/dialog-search.c:807 msgid "all criteria are met" msgstr "" -#: ../src/gnome-search/dialog-search.c:807 +#: ../src/gnome-search/dialog-search.c:808 msgid "any criteria are met" msgstr "" #. Translators: %s is either "item" or the name of some other #. * item, e.g. "Customer" or "Invoice". -#: ../src/gnome-search/dialog-search.c:842 +#: ../src/gnome-search/dialog-search.c:844 #, c-format msgid "New %s" msgstr "" -#: ../src/gnome-search/dialog-search.c:842 +#: ../src/gnome-search/dialog-search.c:844 msgid "item" msgstr "" @@ -8112,7 +8121,7 @@ msgid "matches no accounts" msgstr "" #. src/report/standard-reports/cash-flow.scm -#: ../src/gnome-search/search-account.c:211 ../intl-scm/guile-strings.c:1366 +#: ../src/gnome-search/search-account.c:211 ../intl-scm/guile-strings.c:1370 msgid "Selected Accounts" msgstr "" @@ -8285,12 +8294,12 @@ msgid "Not Cleared" msgstr "" #: ../src/gnome-search/search-reconciled.c:225 -#: ../src/gnome-utils/gnc-tree-view-account.c:571 +#: ../src/gnome-utils/gnc-tree-view-account.c:573 msgid "Cleared" msgstr "" #: ../src/gnome-search/search-reconciled.c:228 -#: ../src/gnome-utils/gnc-tree-view-account.c:584 +#: ../src/gnome-utils/gnc-tree-view-account.c:586 msgid "Reconciled" msgstr "" @@ -8357,17 +8366,17 @@ msgid "" " %s" msgstr "" -#: ../src/gnome-utils/dialog-account.c:416 +#: ../src/gnome-utils/dialog-account.c:417 msgid "Could not create opening balance." msgstr "" #. primary label -#: ../src/gnome-utils/dialog-account.c:607 +#: ../src/gnome-utils/dialog-account.c:608 msgid "Give the children the same type?" msgstr "" #. secondary label -#: ../src/gnome-utils/dialog-account.c:625 +#: ../src/gnome-utils/dialog-account.c:626 #, c-format msgid "" "The children of the edited account have to be changed to type \"%s\" to make " @@ -8375,62 +8384,70 @@ msgid "" msgstr "" #. children -#: ../src/gnome-utils/dialog-account.c:636 +#: ../src/gnome-utils/dialog-account.c:637 msgid "_Show children accounts" msgstr "" -#: ../src/gnome-utils/dialog-account.c:708 +#: ../src/gnome-utils/dialog-account.c:709 msgid "The account must be given a name." msgstr "" -#: ../src/gnome-utils/dialog-account.c:730 +#: ../src/gnome-utils/dialog-account.c:731 msgid "There is already an account with that name." msgstr "" -#: ../src/gnome-utils/dialog-account.c:738 +#: ../src/gnome-utils/dialog-account.c:739 msgid "You must choose a valid parent account." msgstr "" -#: ../src/gnome-utils/dialog-account.c:746 +#: ../src/gnome-utils/dialog-account.c:747 msgid "You must select an account type." msgstr "" -#: ../src/gnome-utils/dialog-account.c:754 +#: ../src/gnome-utils/dialog-account.c:755 msgid "" "The selected account type is incompatible with the one of the selected " "parent." msgstr "" -#: ../src/gnome-utils/dialog-account.c:765 +#: ../src/gnome-utils/dialog-account.c:766 msgid "You must choose a commodity." msgstr "" -#: ../src/gnome-utils/dialog-account.c:817 +#: ../src/gnome-utils/dialog-account.c:818 msgid "You must enter a valid opening balance or leave it blank." msgstr "" -#: ../src/gnome-utils/dialog-account.c:841 +#: ../src/gnome-utils/dialog-account.c:842 msgid "" "You must select a transfer account or choose the opening balances equity " "account." msgstr "" -#: ../src/gnome-utils/dialog-account.c:1324 +#: ../src/gnome-utils/dialog-account.c:1325 msgid "Edit Account" msgstr "" -#: ../src/gnome-utils/dialog-account.c:1327 +#: ../src/gnome-utils/dialog-account.c:1328 #, c-format msgid "(%d) New Accounts" msgstr "" -#: ../src/gnome-utils/dialog-account.c:1830 +#: ../src/gnome-utils/dialog-account.c:1831 #, c-format msgid "" "Renumber the immediate sub-accounts of %s? This will replace the account " "code field of each child account with a newly generated code." msgstr "" +#: ../src/gnome-utils/dialog-book-close.c:288 +msgid "Please select an Equity account to hold the total Period Income." +msgstr "" + +#: ../src/gnome-utils/dialog-book-close.c:295 +msgid "Please select an Equity account to hold the total Period Expense." +msgstr "" + #: ../src/gnome-utils/dialog-commodity.c:166 msgid "" "\n" @@ -8509,62 +8526,62 @@ msgid "" "\" for the commodity." msgstr "" -#: ../src/gnome-utils/dialog-options.c:880 +#: ../src/gnome-utils/dialog-options.c:882 msgid "Select all accounts." msgstr "" -#: ../src/gnome-utils/dialog-options.c:885 -#: ../src/gnome-utils/dialog-options.c:1003 +#: ../src/gnome-utils/dialog-options.c:887 +#: ../src/gnome-utils/dialog-options.c:1007 msgid "Clear All" msgstr "" -#: ../src/gnome-utils/dialog-options.c:887 +#: ../src/gnome-utils/dialog-options.c:889 msgid "Clear the selection and unselect all accounts." msgstr "" -#: ../src/gnome-utils/dialog-options.c:893 -#: ../src/gnome-utils/dialog-options.c:1010 +#: ../src/gnome-utils/dialog-options.c:895 +#: ../src/gnome-utils/dialog-options.c:1014 msgid "Select Default" msgstr "" -#: ../src/gnome-utils/dialog-options.c:895 +#: ../src/gnome-utils/dialog-options.c:897 msgid "Select the default account selection." msgstr "" -#: ../src/gnome-utils/dialog-options.c:998 +#: ../src/gnome-utils/dialog-options.c:1002 msgid "Select all entries." msgstr "" -#: ../src/gnome-utils/dialog-options.c:1005 +#: ../src/gnome-utils/dialog-options.c:1009 msgid "Clear the selection and unselect all entries." msgstr "" -#: ../src/gnome-utils/dialog-options.c:1012 +#: ../src/gnome-utils/dialog-options.c:1016 msgid "Select the default selection." msgstr "" #. The reset button on each option page -#: ../src/gnome-utils/dialog-options.c:1164 +#: ../src/gnome-utils/dialog-options.c:1168 msgid "Defaults" msgstr "" -#: ../src/gnome-utils/dialog-options.c:1166 +#: ../src/gnome-utils/dialog-options.c:1170 msgid "Reset all values to their defaults." msgstr "" -#: ../src/gnome-utils/dialog-options.c:2030 +#: ../src/gnome-utils/dialog-options.c:2034 msgid "Clear" msgstr "" -#: ../src/gnome-utils/dialog-options.c:2031 +#: ../src/gnome-utils/dialog-options.c:2035 msgid "Clear any selected image file." msgstr "" -#: ../src/gnome-utils/dialog-options.c:2033 +#: ../src/gnome-utils/dialog-options.c:2037 msgid "Select image" msgstr "" -#: ../src/gnome-utils/dialog-options.c:2035 +#: ../src/gnome-utils/dialog-options.c:2039 msgid "Select an image file." msgstr "" @@ -8583,51 +8600,51 @@ msgstr "" msgid "Show the income and expense accounts" msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1243 +#: ../src/gnome-utils/dialog-transfer.c:1246 msgid "" "You must specify an account to transfer from, or to, or both, for this " "transaction. Otherwise, it will not be recorded." msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1253 +#: ../src/gnome-utils/dialog-transfer.c:1256 msgid "You can't transfer from and to the same account!" msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1279 +#: ../src/gnome-utils/dialog-transfer.c:1282 msgid "" "You can't transfer from a non-currency account. Try reversing the \"from\" " "and \"to\" accounts and making the \"amount\" negative." msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1304 +#: ../src/gnome-utils/dialog-transfer.c:1307 msgid "You must enter an amount to transfer." msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1319 +#: ../src/gnome-utils/dialog-transfer.c:1322 msgid "You must enter a valid price." msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1331 +#: ../src/gnome-utils/dialog-transfer.c:1334 msgid "You must enter a valid `to' amount." msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1631 +#: ../src/gnome-utils/dialog-transfer.c:1634 msgid "Debit Account" msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1648 +#: ../src/gnome-utils/dialog-transfer.c:1651 msgid "Transfer From" msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1652 +#: ../src/gnome-utils/dialog-transfer.c:1655 msgid "Transfer To" msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1713 +#: ../src/gnome-utils/dialog-transfer.c:1716 msgid "Debit Amount:" msgstr "" -#: ../src/gnome-utils/dialog-transfer.c:1717 +#: ../src/gnome-utils/dialog-transfer.c:1720 #: ../src/gnome-utils/glade/transfer.glade.h:13 msgid "To Amount:" msgstr "" @@ -8852,15 +8869,15 @@ msgstr "" msgid "That GnuCash XML file is already loaded. Please select another file." msgstr "" -#: ../src/gnome-utils/druid-gnc-xml-import.c:1336 +#: ../src/gnome-utils/druid-gnc-xml-import.c:1337 msgid "This encoding has been added to the list already." msgstr "" -#: ../src/gnome-utils/druid-gnc-xml-import.c:1346 +#: ../src/gnome-utils/druid-gnc-xml-import.c:1347 msgid "This is an invalid encoding." msgstr "" -#: ../src/gnome-utils/druid-gnc-xml-import.c:1481 +#: ../src/gnome-utils/druid-gnc-xml-import.c:1482 msgid "No files to merge. Please add ones by clicking on 'Load another file'." msgstr "" @@ -8970,6 +8987,19 @@ msgstr "" msgid "_Unknown:" msgstr "" +#: ../src/gnome-utils/glade/dialog-book-close.glade.h:3 +#: ../src/gnome-utils/glade/transfer.glade.h:8 +msgid "Description:" +msgstr "" + +#: ../src/gnome-utils/glade/dialog-book-close.glade.h:4 +msgid "Expense Total:" +msgstr "" + +#: ../src/gnome-utils/glade/dialog-book-close.glade.h:5 +msgid "Income Total:" +msgstr "" + #: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:1 msgid "No warnings to reset." msgstr "" @@ -9190,12 +9220,10 @@ msgid "GnuCash data files you have loaded" msgstr "" #: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:15 -#: ../src/import-export/qif-import/qif.glade.h:42 msgid "Load another file" msgstr "" #: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:16 -#: ../src/import-export/qif-import/qif.glade.h:84 msgid "Unload selected file" msgstr "" @@ -9215,10 +9243,12 @@ msgid "" msgstr "" #: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:5 +#: ../src/import-export/qif-import/qif.glade.h:83 msgid "_Load another file" msgstr "" #: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:6 +#: ../src/import-export/qif-import/qif.glade.h:89 msgid "_Unload selected file" msgstr "" @@ -10053,10 +10083,6 @@ msgstr "" msgid "Date:" msgstr "" -#: ../src/gnome-utils/glade/transfer.glade.h:8 -msgid "Description:" -msgstr "" - #: ../src/gnome-utils/glade/transfer.glade.h:9 msgid "Exchange Rate:" msgstr "" @@ -10072,7 +10098,7 @@ msgstr "" #. src/report/standard-reports/price-scatter.scm #. src/report/standard-reports/net-barchart.scm #: ../src/gnome-utils/glade/transfer.glade.h:12 -#: ../intl-scm/guile-strings.c:1176 ../intl-scm/guile-strings.c:1260 +#: ../intl-scm/guile-strings.c:1180 ../intl-scm/guile-strings.c:1264 msgid "Show Income/Expense" msgstr "" @@ -10119,17 +10145,17 @@ msgid "_No, not this time" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../src/gnome-utils/gnc-date-delta.c:216 ../intl-scm/guile-strings.c:1214 +#: ../src/gnome-utils/gnc-date-delta.c:216 ../intl-scm/guile-strings.c:1218 msgid "Weeks" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../src/gnome-utils/gnc-date-delta.c:218 ../intl-scm/guile-strings.c:1218 +#: ../src/gnome-utils/gnc-date-delta.c:218 ../intl-scm/guile-strings.c:1222 msgid "Months" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../src/gnome-utils/gnc-date-delta.c:220 ../intl-scm/guile-strings.c:1220 +#: ../src/gnome-utils/gnc-date-delta.c:220 ../intl-scm/guile-strings.c:1224 msgid "Years" msgstr "" @@ -10564,7 +10590,7 @@ msgstr "" msgid "_Delete Account" msgstr "" -#: ../src/gnome-utils/gnc-icons.c:18 ../src/gnome/window-reconcile.c:2017 +#: ../src/gnome-utils/gnc-icons.c:18 ../src/gnome/window-reconcile.c:2053 msgid "_Edit Account" msgstr "" @@ -10573,7 +10599,7 @@ msgid "_New Account" msgstr "" #. Account menu -#: ../src/gnome-utils/gnc-icons.c:20 ../src/gnome/window-reconcile.c:2014 +#: ../src/gnome-utils/gnc-icons.c:20 ../src/gnome/window-reconcile.c:2050 msgid "_Open Account" msgstr "" @@ -10604,7 +10630,7 @@ msgstr "" #. Help menu #: ../src/gnome-utils/gnc-main-window.c:229 -#: ../src/gnome/window-reconcile.c:1994 ../src/gnome/window-reconcile.c:2042 +#: ../src/gnome/window-reconcile.c:2030 ../src/gnome/window-reconcile.c:2078 msgid "_Help" msgstr "" @@ -10672,7 +10698,7 @@ msgstr "" #. Actions menu #: ../src/gnome-utils/gnc-main-window.c:276 -#: ../src/gnome/window-reconcile.c:2023 +#: ../src/gnome/window-reconcile.c:2059 msgid "_Check & Repair" msgstr "" @@ -10829,22 +10855,22 @@ msgstr "" msgid "" msgstr "" -#: ../src/gnome-utils/gnc-main-window.c:3473 +#: ../src/gnome-utils/gnc-main-window.c:3459 msgid "The GnuCash personal finance manager. The GNU way to manage your money!" msgstr "" #. Development version -#: ../src/gnome-utils/gnc-main-window.c:3486 +#: ../src/gnome-utils/gnc-main-window.c:3472 #, c-format msgid "%s This copy was built from svn r%s on %s." msgstr "" -#: ../src/gnome-utils/gnc-main-window.c:3489 +#: ../src/gnome-utils/gnc-main-window.c:3475 #, c-format msgid "%s This copy was built from r%s on %s." msgstr "" -#: ../src/gnome-utils/gnc-main-window.c:3501 +#: ../src/gnome-utils/gnc-main-window.c:3487 msgid "translator_credits" msgstr "" @@ -10952,15 +10978,15 @@ msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../src/gnome-utils/gnc-tree-view-account.c:507 -#: ../intl-scm/guile-strings.c:1502 ../intl-scm/guile-strings.c:1528 -#: ../intl-scm/guile-strings.c:2242 ../intl-scm/guile-strings.c:2380 -#: ../intl-scm/guile-strings.c:2500 ../intl-scm/guile-strings.c:3010 -#: ../intl-scm/guile-strings.c:3098 +#: ../src/gnome-utils/gnc-tree-view-account.c:509 +#: ../intl-scm/guile-strings.c:1506 ../intl-scm/guile-strings.c:1532 +#: ../intl-scm/guile-strings.c:2246 ../intl-scm/guile-strings.c:2392 +#: ../intl-scm/guile-strings.c:2512 ../intl-scm/guile-strings.c:3028 +#: ../intl-scm/guile-strings.c:3116 msgid "Account Name" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:516 +#: ../src/gnome-utils/gnc-tree-view-account.c:518 msgid "Commodity" msgstr "" @@ -10968,46 +10994,46 @@ msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/transaction.scm -#: ../src/gnome-utils/gnc-tree-view-account.c:522 -#: ../intl-scm/guile-strings.c:814 ../intl-scm/guile-strings.c:1532 -#: ../intl-scm/guile-strings.c:1954 ../intl-scm/guile-strings.c:2274 -#: ../intl-scm/guile-strings.c:2384 ../intl-scm/guile-strings.c:2508 +#: ../src/gnome-utils/gnc-tree-view-account.c:524 +#: ../intl-scm/guile-strings.c:818 ../intl-scm/guile-strings.c:1536 +#: ../intl-scm/guile-strings.c:1958 ../intl-scm/guile-strings.c:2278 +#: ../intl-scm/guile-strings.c:2396 ../intl-scm/guile-strings.c:2520 msgid "Account Code" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:533 +#: ../src/gnome-utils/gnc-tree-view-account.c:535 msgid "Last Num" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:538 +#: ../src/gnome-utils/gnc-tree-view-account.c:540 msgid "Present" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:545 +#: ../src/gnome-utils/gnc-tree-view-account.c:547 msgid "Present (Report)" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:558 +#: ../src/gnome-utils/gnc-tree-view-account.c:560 msgid "Balance (Report)" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:565 +#: ../src/gnome-utils/gnc-tree-view-account.c:567 msgid "Balance (Period)" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:578 +#: ../src/gnome-utils/gnc-tree-view-account.c:580 msgid "Cleared (Report)" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:591 +#: ../src/gnome-utils/gnc-tree-view-account.c:593 msgid "Reconciled (Report)" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:597 +#: ../src/gnome-utils/gnc-tree-view-account.c:599 msgid "Future Minimum" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:604 +#: ../src/gnome-utils/gnc-tree-view-account.c:606 msgid "Future Minimum (Report)" msgstr "" @@ -11021,107 +11047,107 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/aging.scm #. src/business/business-reports/invoice.scm -#: ../src/gnome-utils/gnc-tree-view-account.c:610 -#: ../intl-scm/guile-strings.c:894 ../intl-scm/guile-strings.c:934 -#: ../intl-scm/guile-strings.c:1792 ../intl-scm/guile-strings.c:2080 -#: ../intl-scm/guile-strings.c:3012 ../intl-scm/guile-strings.c:3100 -#: ../intl-scm/guile-strings.c:3256 ../intl-scm/guile-strings.c:3312 -#: ../intl-scm/guile-strings.c:3572 ../intl-scm/guile-strings.c:3628 -#: ../intl-scm/guile-strings.c:3806 ../intl-scm/guile-strings.c:3810 -#: ../intl-scm/guile-strings.c:3832 ../intl-scm/guile-strings.c:3888 +#: ../src/gnome-utils/gnc-tree-view-account.c:612 +#: ../intl-scm/guile-strings.c:898 ../intl-scm/guile-strings.c:938 +#: ../intl-scm/guile-strings.c:1796 ../intl-scm/guile-strings.c:2084 +#: ../intl-scm/guile-strings.c:3030 ../intl-scm/guile-strings.c:3118 +#: ../intl-scm/guile-strings.c:3286 ../intl-scm/guile-strings.c:3342 +#: ../intl-scm/guile-strings.c:3604 ../intl-scm/guile-strings.c:3660 +#: ../intl-scm/guile-strings.c:3838 ../intl-scm/guile-strings.c:3842 +#: ../intl-scm/guile-strings.c:3864 ../intl-scm/guile-strings.c:3920 msgid "Total" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:617 +#: ../src/gnome-utils/gnc-tree-view-account.c:619 msgid "Total (Report)" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:623 +#: ../src/gnome-utils/gnc-tree-view-account.c:625 msgid "Total (Period)" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-account.c:635 +#: ../src/gnome-utils/gnc-tree-view-account.c:637 msgid "Tax Info" msgstr "" #. Translators: This string has a context prefix; the translation #. must only contain the part after the | character. -#: ../src/gnome-utils/gnc-tree-view-account.c:643 +#: ../src/gnome-utils/gnc-tree-view-account.c:645 msgid "Column letter for 'Placeholder'|P" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1393 +#: ../src/gnome-utils/gnc-tree-view-account.c:1395 #, c-format msgid "Present (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1396 +#: ../src/gnome-utils/gnc-tree-view-account.c:1398 #, c-format msgid "Balance (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1399 +#: ../src/gnome-utils/gnc-tree-view-account.c:1401 #, c-format msgid "Cleared (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1402 +#: ../src/gnome-utils/gnc-tree-view-account.c:1404 #, c-format msgid "Reconciled (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1405 +#: ../src/gnome-utils/gnc-tree-view-account.c:1407 #, c-format msgid "Future Minimum (%s)" msgstr "" #. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1408 +#: ../src/gnome-utils/gnc-tree-view-account.c:1410 #, c-format msgid "Total (%s)" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-commodity.c:394 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:396 msgid "Namespace" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-commodity.c:411 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:413 msgid "Print Name" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-commodity.c:417 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:419 msgid "Unique Name" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-commodity.c:422 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:424 msgid "CUSIP code" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-commodity.c:428 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:430 msgid "Fraction" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-commodity.c:435 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:437 msgid "Get Quotes" msgstr "" #. Translators: This string has a context prefix; the translation #. must only contain the part after the | character. -#: ../src/gnome-utils/gnc-tree-view-commodity.c:438 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:440 msgid "Column letter for 'Get Quotes'|Q" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-commodity.c:444 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:446 #: ../src/gnome-utils/gnc-tree-view-price.c:453 msgid "Source" msgstr "" -#: ../src/gnome-utils/gnc-tree-view-commodity.c:449 +#: ../src/gnome-utils/gnc-tree-view-commodity.c:451 msgid "Timezone" msgstr "" @@ -11140,15 +11166,15 @@ msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm #: ../src/gnome-utils/gnc-tree-view-price.c:465 -#: ../src/register/ledger-core/split-register.c:2060 +#: ../src/register/ledger-core/split-register.c:2062 #: ../src/register/ledger-core/split-register-model.c:227 -#: ../intl-scm/guile-strings.c:1168 ../intl-scm/guile-strings.c:1242 -#: ../intl-scm/guile-strings.c:1328 ../intl-scm/guile-strings.c:1542 -#: ../intl-scm/guile-strings.c:1788 ../intl-scm/guile-strings.c:2088 -#: ../intl-scm/guile-strings.c:2254 ../intl-scm/guile-strings.c:2308 -#: ../intl-scm/guile-strings.c:2528 ../intl-scm/guile-strings.c:2618 -#: ../intl-scm/guile-strings.c:2668 ../intl-scm/guile-strings.c:3288 -#: ../intl-scm/guile-strings.c:3604 ../intl-scm/guile-strings.c:3864 +#: ../intl-scm/guile-strings.c:1172 ../intl-scm/guile-strings.c:1246 +#: ../intl-scm/guile-strings.c:1332 ../intl-scm/guile-strings.c:1546 +#: ../intl-scm/guile-strings.c:1792 ../intl-scm/guile-strings.c:2092 +#: ../intl-scm/guile-strings.c:2258 ../intl-scm/guile-strings.c:2320 +#: ../intl-scm/guile-strings.c:2540 ../intl-scm/guile-strings.c:2636 +#: ../intl-scm/guile-strings.c:2686 ../intl-scm/guile-strings.c:3318 +#: ../intl-scm/guile-strings.c:3636 ../intl-scm/guile-strings.c:3896 msgid "Price" msgstr "" @@ -11227,140 +11253,140 @@ msgstr "" msgid "Profits:" msgstr "" -#: ../src/gnome/window-reconcile.c:432 +#: ../src/gnome/window-reconcile.c:435 msgid "Interest Payment" msgstr "" -#: ../src/gnome/window-reconcile.c:435 +#: ../src/gnome/window-reconcile.c:438 msgid "Interest Charge" msgstr "" -#: ../src/gnome/window-reconcile.c:453 +#: ../src/gnome/window-reconcile.c:456 msgid "Payment From" msgstr "" -#: ../src/gnome/window-reconcile.c:457 ../src/gnome/window-reconcile.c:467 +#: ../src/gnome/window-reconcile.c:460 ../src/gnome/window-reconcile.c:470 msgid "Reconcile Account" msgstr "" -#: ../src/gnome/window-reconcile.c:472 +#: ../src/gnome/window-reconcile.c:475 msgid "Payment To" msgstr "" -#: ../src/gnome/window-reconcile.c:483 +#: ../src/gnome/window-reconcile.c:486 msgid "No Auto Interest Payments for this Account" msgstr "" -#: ../src/gnome/window-reconcile.c:484 +#: ../src/gnome/window-reconcile.c:487 msgid "No Auto Interest Charges for this Account" msgstr "" -#: ../src/gnome/window-reconcile.c:724 +#: ../src/gnome/window-reconcile.c:727 msgid "Enter _Interest Charge..." msgstr "" -#: ../src/gnome/window-reconcile.c:979 +#: ../src/gnome/window-reconcile.c:982 msgid "Debits" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../src/gnome/window-reconcile.c:989 ../intl-scm/guile-strings.c:900 +#: ../src/gnome/window-reconcile.c:992 ../intl-scm/guile-strings.c:904 msgid "Credits" msgstr "" -#: ../src/gnome/window-reconcile.c:1128 +#: ../src/gnome/window-reconcile.c:1131 msgid "Are you sure you want to delete the selected transaction?" msgstr "" #. ending balance title/value -#: ../src/gnome/window-reconcile.c:1680 +#: ../src/gnome/window-reconcile.c:1689 msgid "Ending Balance:" msgstr "" #. reconciled balance title/value -#: ../src/gnome/window-reconcile.c:1690 +#: ../src/gnome/window-reconcile.c:1699 msgid "Reconciled Balance:" msgstr "" #. difference title/value -#: ../src/gnome/window-reconcile.c:1700 +#: ../src/gnome/window-reconcile.c:1709 msgid "Difference:" msgstr "" -#: ../src/gnome/window-reconcile.c:1883 -msgid "The account is not balanced. Are you sure you want to finish?" +#: ../src/gnome/window-reconcile.c:1822 +msgid "" +"You have made changes to this reconcile window. Are you sure you want to " +"cancel?" msgstr "" -#: ../src/gnome/window-reconcile.c:1940 -msgid "Do you want to postpone this reconciliation and finish it later?" +#: ../src/gnome/window-reconcile.c:1934 +msgid "The account is not balanced. Are you sure you want to finish?" msgstr "" -#: ../src/gnome/window-reconcile.c:1974 -msgid "" -"You have made changes to this reconcile window. Are you sure you want to " -"cancel?" +#: ../src/gnome/window-reconcile.c:1991 +msgid "Do you want to postpone this reconciliation and finish it later?" msgstr "" #. Toplevel -#: ../src/gnome/window-reconcile.c:1991 +#: ../src/gnome/window-reconcile.c:2027 msgid "_Reconcile" msgstr "" -#: ../src/gnome/window-reconcile.c:1992 +#: ../src/gnome/window-reconcile.c:2028 msgid "_Account" msgstr "" #. Reconcile menu -#: ../src/gnome/window-reconcile.c:1998 +#: ../src/gnome/window-reconcile.c:2034 msgid "_Reconcile Information..." msgstr "" -#: ../src/gnome/window-reconcile.c:1999 +#: ../src/gnome/window-reconcile.c:2035 msgid "" "Change the reconcile information including statement date and ending balance." msgstr "" -#: ../src/gnome/window-reconcile.c:2002 +#: ../src/gnome/window-reconcile.c:2038 msgid "_Finish" msgstr "" -#: ../src/gnome/window-reconcile.c:2003 +#: ../src/gnome/window-reconcile.c:2039 msgid "Finish the reconciliation of this account" msgstr "" -#: ../src/gnome/window-reconcile.c:2005 +#: ../src/gnome/window-reconcile.c:2041 msgid "_Postpone" msgstr "" -#: ../src/gnome/window-reconcile.c:2006 +#: ../src/gnome/window-reconcile.c:2042 msgid "Postpone the reconciliation of this account" msgstr "" -#: ../src/gnome/window-reconcile.c:2009 +#: ../src/gnome/window-reconcile.c:2045 msgid "Cancel the reconciliation of this account" msgstr "" -#: ../src/gnome/window-reconcile.c:2015 +#: ../src/gnome/window-reconcile.c:2051 msgid "Open the account" msgstr "" -#: ../src/gnome/window-reconcile.c:2018 +#: ../src/gnome/window-reconcile.c:2054 msgid "Edit the main account for this register" msgstr "" -#: ../src/gnome/window-reconcile.c:2031 +#: ../src/gnome/window-reconcile.c:2067 msgid "Add a new transaction to the account" msgstr "" -#: ../src/gnome/window-reconcile.c:2034 +#: ../src/gnome/window-reconcile.c:2070 msgid "Edit the current transaction" msgstr "" -#: ../src/gnome/window-reconcile.c:2037 +#: ../src/gnome/window-reconcile.c:2073 msgid "Delete the selected transaction" msgstr "" -#: ../src/gnome/window-reconcile.c:2043 +#: ../src/gnome/window-reconcile.c:2079 msgid "Open the GnuCash help window" msgstr "" @@ -11487,8 +11513,8 @@ msgstr "" #: ../src/import-export/generic-import.glade.h:35 #: ../src/import-export/hbci/druid-hbci-initial.c:770 -#: ../src/import-export/qif-import/dialog-account-picker.c:296 -#: ../src/import-export/qif-import/druid-qif-import.c:1064 +#: ../src/import-export/qif-import/dialog-account-picker.c:349 +#: ../src/import-export/qif-import/druid-qif-import.c:1188 msgid "New?" msgstr "" @@ -11567,15 +11593,6 @@ msgstr "" msgid "Yellow" msgstr "" -#: ../src/import-export/generic-import.glade.h:55 -msgid "do not translate" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:56 -#: ../src/import-export/qif-import/qif.glade.h:87 -msgid "gnc-new-account" -msgstr "" - #. Numeric formats #: ../src/import-export/gnc-import-format-gnome.c:106 msgid "Period-as-decimal (1,000.00)" @@ -11609,43 +11626,43 @@ msgstr "" #. * (Switzerland). If none of these techniques are available #. * in your country, you may safely ignore strings from the #. * import-export/hbci subdirectory. -#: ../src/import-export/hbci/dialog-hbcitrans.c:375 +#: ../src/import-export/hbci/dialog-hbcitrans.c:368 msgid "Enter an Online Direct Debit Note" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:378 +#: ../src/import-export/hbci/dialog-hbcitrans.c:371 msgid "Debited Account Owner" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:380 +#: ../src/import-export/hbci/dialog-hbcitrans.c:373 msgid "Debited Account Number" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:382 +#: ../src/import-export/hbci/dialog-hbcitrans.c:375 msgid "Debited Account Bank Code" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:385 +#: ../src/import-export/hbci/dialog-hbcitrans.c:378 msgid "Credited Account Owner" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:387 +#: ../src/import-export/hbci/dialog-hbcitrans.c:380 msgid "Credited Account Number" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:389 +#: ../src/import-export/hbci/dialog-hbcitrans.c:382 msgid "Credited Account Bank Code" msgstr "" #. Conversion was erroneous, so don't use the string -#: ../src/import-export/hbci/dialog-hbcitrans.c:415 -#: ../src/import-export/hbci/dialog-hbcitrans.c:924 -#: ../src/import-export/hbci/dialog-hbcitrans.c:928 -#: ../src/import-export/hbci/dialog-hbcitrans.c:938 +#: ../src/import-export/hbci/dialog-hbcitrans.c:408 +#: ../src/import-export/hbci/dialog-hbcitrans.c:895 +#: ../src/import-export/hbci/dialog-hbcitrans.c:899 +#: ../src/import-export/hbci/dialog-hbcitrans.c:909 msgid "(unknown)" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:549 +#: ../src/import-export/hbci/dialog-hbcitrans.c:534 msgid "" "The amount is zero or the amount field could not be interpreted correctly. " "You might have mixed up decimal point and comma, compared to your locale " @@ -11654,7 +11671,7 @@ msgid "" "Do you want to enter the job again?" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:571 +#: ../src/import-export/hbci/dialog-hbcitrans.c:556 msgid "" "You did not enter any transaction purpose. A purpose is required for an " "online transfer.\n" @@ -11662,7 +11679,7 @@ msgid "" "Do you want to enter the job again?" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:592 +#: ../src/import-export/hbci/dialog-hbcitrans.c:577 msgid "" "You did not enter a recipient name. A recipient name is required for an " "online transfer.\n" @@ -11670,7 +11687,7 @@ msgid "" "Do you want to enter the job again?" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:729 +#: ../src/import-export/hbci/dialog-hbcitrans.c:714 #, c-format msgid "" "The internal check of the destination account number '%s' at the specified " @@ -11679,7 +11696,7 @@ msgid "" "anyway?" msgstr "" -#: ../src/import-export/hbci/dialog-hbcitrans.c:835 +#: ../src/import-export/hbci/dialog-hbcitrans.c:806 msgid "" "The job was sent to the bank successfully, but the bank is refusing to " "execute the job. Please check the log window for the exact error message of " @@ -11918,8 +11935,8 @@ msgstr "" #. src/import-export/qif-import/qif-to-gnc.scm #. src/import-export/qif-import/qif-merge-groups.scm #: ../src/import-export/hbci/glade/hbci.glade.h:38 -#: ../intl-scm/guile-strings.c:3166 ../intl-scm/guile-strings.c:3172 -#: ../intl-scm/guile-strings.c:3180 +#: ../intl-scm/guile-strings.c:3184 ../intl-scm/guile-strings.c:3202 +#: ../intl-scm/guile-strings.c:3210 msgid "Progress" msgstr "" @@ -12224,114 +12241,114 @@ msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm #: ../src/import-export/hbci/gnc-hbci-utils.c:811 -#: ../intl-scm/guile-strings.c:3142 ../intl-scm/guile-strings.c:3164 +#: ../intl-scm/guile-strings.c:3160 ../intl-scm/guile-strings.c:3182 msgid "Unspecified" msgstr "" #. Menus -#: ../src/import-export/hbci/gnc-plugin-hbci.c:96 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:89 msgid "_Online Actions" msgstr "" #. Menu Items -#: ../src/import-export/hbci/gnc-plugin-hbci.c:99 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:92 msgid "_Online Banking Setup..." msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:100 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:93 msgid "" "Initial setup of Online Banking access (HBCI, or OFX DirectConnect, using " "AqBanking)" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:102 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:95 msgid "Get _Balance" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:103 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:96 msgid "Get the account balance online through Online Banking" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:105 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:98 msgid "Get _Transactions..." msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:106 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:99 msgid "Get the transactions online through Online Banking" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:108 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:101 msgid "_Issue Transaction..." msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:109 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:102 msgid "Issue a new transaction online through Online Banking" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:117 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:104 msgid "I_nternal Transaction..." msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:118 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:105 msgid "Issue a new bank-internal transaction online through Online Banking" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:121 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:107 msgid "_Direct Debit..." msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:122 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:108 msgid "Issue a new direct debit note online through Online Banking" msgstr "" #. File -> Import menu item -#: ../src/import-export/hbci/gnc-plugin-hbci.c:126 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:112 msgid "Import _MT940" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:127 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:113 msgid "Import a MT940 file into GnuCash" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:129 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:115 msgid "Import MT94_2" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:130 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:116 msgid "Import a MT942 file into GnuCash" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:132 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:118 msgid "Import _DTAUS" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:133 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:119 msgid "Import a DTAUS file into GnuCash" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:136 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:122 msgid "Import _CSV" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:137 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:123 msgid "Import a CSV file into GnuCash" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:139 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:125 msgid "Import CSV and s_end..." msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:140 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:126 msgid "" "Import a CSV file into GnuCash and send the transfers online through Online " "Banking" msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:143 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:129 msgid "Import DTAUS and _send..." msgstr "" -#: ../src/import-export/hbci/gnc-plugin-hbci.c:144 +#: ../src/import-export/hbci/gnc-plugin-hbci.c:130 msgid "" "Import a DTAUS file into GnuCash and send the transfers online through " "Online Banking" @@ -12444,7 +12461,7 @@ msgstr "" msgid "(Full account ID: " msgstr "" -#: ../src/import-export/import-account-matcher.c:239 +#: ../src/import-export/import-account-matcher.c:241 #, c-format msgid "" "The account %s is a placeholder account and does not allow transactions. " @@ -12547,7 +12564,7 @@ msgid "(no)" msgstr "" #: ../src/import-export/import-provider-format.glade.h:2 -#: ../src/import-export/qif-import/qif.glade.h:9 +#: ../src/import-export/qif-import/qif.glade.h:14 msgid "Click \"Back\" to cancel the loading of this file and choose another." msgstr "" @@ -12669,121 +12686,118 @@ msgstr "" msgid "Process an OFX/QFX response file" msgstr "" -#: ../src/import-export/qif-import/dialog-account-picker.c:167 +#: ../src/import-export/qif-import/dialog-account-picker.c:205 msgid "Enter a name for the account" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:389 +#: ../src/import-export/qif-import/druid-qif-import.c:593 msgid "Select QIF File" msgstr "" #. stay here if no file specified -#: ../src/import-export/qif-import/druid-qif-import.c:479 +#: ../src/import-export/qif-import/druid-qif-import.c:683 msgid "Please select a file to load." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:485 +#: ../src/import-export/qif-import/druid-qif-import.c:689 msgid "File not found or read permission denied. Please select another file." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:497 +#: ../src/import-export/qif-import/druid-qif-import.c:701 msgid "That QIF file is already loaded. Please select another file." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:527 +#: ../src/import-export/qif-import/druid-qif-import.c:731 #, c-format msgid "QIF file load warning: %s" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:534 +#: ../src/import-export/qif-import/druid-qif-import.c:738 msgid "An error occurred while loading the QIF file." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:542 +#: ../src/import-export/qif-import/druid-qif-import.c:746 #, c-format msgid "QIF file load failed: %s" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:605 +#: ../src/import-export/qif-import/druid-qif-import.c:809 msgid "An error occurred while parsing the QIF file." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:615 +#: ../src/import-export/qif-import/druid-qif-import.c:819 #, c-format msgid "QIF file parse failed: %s" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:873 +#: ../src/import-export/qif-import/druid-qif-import.c:1103 msgid "You must enter an account name." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1056 +#: ../src/import-export/qif-import/druid-qif-import.c:1178 msgid "GnuCash account name" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1307 -msgid "" -"An error occurred while importing QIF transactions into GnuCash. Your " -"accounts are unchanged." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:1351 -#: ../src/import-export/qif-import/druid-qif-import.c:1803 +#: ../src/import-export/qif-import/druid-qif-import.c:1740 +#: ../src/import-export/qif-import/druid-qif-import.c:2386 msgid "(split)" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1522 +#: ../src/import-export/qif-import/druid-qif-import.c:2039 msgid "You must enter a Type for the commodity." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1529 +#: ../src/import-export/qif-import/druid-qif-import.c:2046 msgid "You must enter a name for the commodity." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1534 +#: ../src/import-export/qif-import/druid-qif-import.c:2052 msgid "You must enter an abbreviation for the commodity." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1543 +#: ../src/import-export/qif-import/druid-qif-import.c:2067 msgid "You must enter an existing national currency or enter a different type." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1681 +#: ../src/import-export/qif-import/druid-qif-import.c:2129 #, c-format msgid "Enter information about \"%s\"" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1693 +#: ../src/import-export/qif-import/druid-qif-import.c:2144 msgid "Pick the commodity's exchange or listing (NASDAQ, NYSE, etc)." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1717 +#: ../src/import-export/qif-import/druid-qif-import.c:2162 msgid "Enter the full name of the commodity, such as \"Red Hat Stock\"" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1739 +#: ../src/import-export/qif-import/druid-qif-import.c:2183 msgid "" "Enter the ticker symbol (such as \"RHAT\") or other unique abbreviation for " "the name." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:1760 +#: ../src/import-export/qif-import/druid-qif-import.c:2204 msgid "Click \"Forward\" to accept the information and move on." msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:2150 +#. Set up the QIF account to GnuCash account matcher. +#: ../src/import-export/qif-import/druid-qif-import.c:2846 msgid "QIF account name" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:2153 +#. Set up the QIF category to GnuCash account matcher. +#: ../src/import-export/qif-import/druid-qif-import.c:2852 msgid "QIF category name" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:2156 +#. Set up the QIF payee/memo to GnuCash account matcher. +#: ../src/import-export/qif-import/druid-qif-import.c:2858 msgid "QIF payee/memo" msgstr "" -#: ../src/import-export/qif-import/druid-qif-import.c:2219 +#: ../src/import-export/qif-import/druid-qif-import.c:2934 msgid "Dup?" msgstr "" @@ -12800,14 +12814,30 @@ msgid "QIF Import" msgstr "" #: ../src/import-export/qif-import/qif.glade.h:2 +msgid "" +"The QIF import has failed\n" +"\n" +"An error occurred while importing transactions into GnuCash. Your accounts " +"are unchanged." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:5 msgid "Account name:" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:3 +#: ../src/import-export/qif-import/qif.glade.h:6 msgid "Accounts and stock holdings" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:4 +#: ../src/import-export/qif-import/qif.glade.h:7 +msgid "Cancel import" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:8 +msgid "Change GnuCash _Account..." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:9 msgid "" "Click \"Apply\" to import data from the staging area and update your GnuCash " "accounts. The account and category matching information you have entered " @@ -12821,23 +12851,7 @@ msgid "" "Click \"Cancel\" to abort the QIF import process." msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:10 -msgid "Click \"Forward\" to check matchings for QIF categories. " -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:11 -msgid "" -"Click \"Forward\" to enter information about stocks and mutual funds in the " -"imported data." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:12 -msgid "" -"Click \"Forward\" to enter information about the currency used in your QIF " -"files." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:13 +#: ../src/import-export/qif-import/qif.glade.h:15 msgid "" "Click \"Load another file\" if you have more data to import at this time. Do " "this if you have saved your accounts to separate QIF files.\n" @@ -12846,11 +12860,11 @@ msgid "" "QIF import process. " msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:16 +#: ../src/import-export/qif-import/qif.glade.h:18 msgid "Enter the QIF file currency" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:17 +#: ../src/import-export/qif-import/qif.glade.h:19 msgid "" "GnuCash can import financial data from QIF (Quicken Interchange Format) " "files written by Quicken/QuickBooks, MS Money, Moneydance, and many other " @@ -12863,7 +12877,7 @@ msgid "" "process. " msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:22 +#: ../src/import-export/qif-import/qif.glade.h:24 msgid "" "GnuCash uses separate Income and Expense accounts rather than categories to " "classify your transactions. Each of the categories in your QIF file will be " @@ -12878,7 +12892,7 @@ msgid "" "safely within GnuCash." msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:27 +#: ../src/import-export/qif-import/qif.glade.h:29 msgid "" "If you are importing a QIF file downloaded from a bank or other financial " "institution, some of the information in the QIF file may duplicate " @@ -12899,15 +12913,15 @@ msgid "" "Click \"Forward\" to find duplicate transactions. " msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:34 +#: ../src/import-export/qif-import/qif.glade.h:36 msgid "Import QIF files" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:35 +#: ../src/import-export/qif-import/qif.glade.h:37 msgid "Imported transactions with duplicates" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:36 +#: ../src/import-export/qif-import/qif.glade.h:38 msgid "" "In the next pages, you will be asked to provide information about stocks, " "mutual funds, and other tradable commodities that appear in the QIF file(s) " @@ -12924,27 +12938,31 @@ msgid "" "the exchange or listing for its type." msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:41 +#: ../src/import-export/qif-import/qif.glade.h:43 msgid "Income and Expense categories" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:43 +#: ../src/import-export/qif-import/qif.glade.h:44 msgid "Match QIF accounts with GnuCash accounts" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:44 +#: ../src/import-export/qif-import/qif.glade.h:45 msgid "Match QIF categories with GnuCash accounts" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:45 +#: ../src/import-export/qif-import/qif.glade.h:46 msgid "Match duplicate transactions" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:46 +#: ../src/import-export/qif-import/qif.glade.h:47 msgid "Match payees/memos to GnuCash accounts" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:47 +#: ../src/import-export/qif-import/qif.glade.h:48 +msgid "Matchings selected:" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:49 msgid "" "On the next page, the accounts in your QIF files and any stocks or mutual " "funds you own will be matched with GnuCash accounts. If a GnuCash account " @@ -12962,11 +12980,11 @@ msgid "" "alone.\n" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:51 +#: ../src/import-export/qif-import/qif.glade.h:53 msgid "Payees and memos" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:52 +#: ../src/import-export/qif-import/qif.glade.h:54 msgid "" "Please select a file to load. When you click \"Forward\", the file will be " "loaded and analyzed. You may need to answer some questions about the account" @@ -12976,15 +12994,15 @@ msgid "" "worry if your data is in multiple files. \n" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:56 +#: ../src/import-export/qif-import/qif.glade.h:58 msgid "Possible duplicates for selected new transaction" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:58 +#: ../src/import-export/qif-import/qif.glade.h:60 msgid "QIF Import" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:59 +#: ../src/import-export/qif-import/qif.glade.h:61 msgid "" "QIF files downloaded from banks and other financial institutions may not " "have information about Accounts and Categories which would allow them to be " @@ -12996,15 +13014,15 @@ msgid "" "you select a different account, it will be remembered for future QIF files. " msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:62 +#: ../src/import-export/qif-import/qif.glade.h:64 msgid "QIF files you have loaded" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:64 +#: ../src/import-export/qif-import/qif.glade.h:66 msgid "Select a QIF file to load" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:66 +#: ../src/import-export/qif-import/qif.glade.h:67 msgid "Select possible duplicates" msgstr "" @@ -13013,6 +13031,7 @@ msgid "Set the default QIF account name" msgstr "" #: ../src/import-export/qif-import/qif.glade.h:70 +#: ../src/import-export/qif-import/schemas/apps_gnucash_import_qif.schemas.in.h:2 msgid "Show some documentation-only pages in QIF Import druid." msgstr "" @@ -13029,24 +13048,41 @@ msgstr "" #: ../src/import-export/qif-import/qif.glade.h:79 msgid "" "The QIF importer cannot currently handle multi-currency QIF files. All the " -"accounts in the QIF file(s) you are importing must be denominated in the " -"same currency. This limitation should be removed soon.\n" -"\n" -"Select the currency to use for transactions imported from your QIF files:\n" +"accounts you are importing must be denominated in the same currency.\n" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:83 +#: ../src/import-export/qif-import/qif.glade.h:81 msgid "Tradable commodities" msgstr "" -#: ../src/import-export/qif-import/qif.glade.h:85 +#: ../src/import-export/qif-import/qif.glade.h:82 msgid "Update your GnuCash accounts" msgstr "" +#: ../src/import-export/qif-import/qif.glade.h:84 +msgid "_Select or add a GnuCash account:" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:85 +msgid "_Select the currency to use for all imported transactions:" +msgstr "" + #: ../src/import-export/qif-import/qif.glade.h:86 +msgid "_Select the matchings you want to change:" +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:87 +msgid "_Select..." +msgstr "" + +#: ../src/import-export/qif-import/qif.glade.h:88 msgid "_Show documentation" msgstr "" +#: ../src/import-export/qif-import/schemas/apps_gnucash_import_qif.schemas.in.h:1 +msgid "Show documentation" +msgstr "" + #: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:1 msgid "Add matching transactions below this score" msgstr "" @@ -13156,151 +13192,151 @@ msgid "" "do that?" msgstr "" -#: ../src/register/ledger-core/split-register.c:1702 +#: ../src/register/ledger-core/split-register.c:1704 msgid "Recalculate Transaction" msgstr "" -#: ../src/register/ledger-core/split-register.c:1703 +#: ../src/register/ledger-core/split-register.c:1705 msgid "" "The values entered for this transaction are inconsistent. Which value would " "you like to have recalculated?" msgstr "" -#: ../src/register/ledger-core/split-register.c:1710 #: ../src/register/ledger-core/split-register.c:1712 +#: ../src/register/ledger-core/split-register.c:1714 msgid "_Shares" msgstr "" -#: ../src/register/ledger-core/split-register.c:1710 -#: ../src/register/ledger-core/split-register.c:1717 -#: ../src/register/ledger-core/split-register.c:1724 +#: ../src/register/ledger-core/split-register.c:1712 +#: ../src/register/ledger-core/split-register.c:1719 +#: ../src/register/ledger-core/split-register.c:1726 msgid "Changed" msgstr "" -#: ../src/register/ledger-core/split-register.c:1724 #: ../src/register/ledger-core/split-register.c:1726 +#: ../src/register/ledger-core/split-register.c:1728 msgid "_Value" msgstr "" -#: ../src/register/ledger-core/split-register.c:1735 +#: ../src/register/ledger-core/split-register.c:1737 msgid "_Recalculate" msgstr "" #. src/app-utils/prefs.scm -#: ../src/register/ledger-core/split-register.c:1988 +#: ../src/register/ledger-core/split-register.c:1990 #: ../intl-scm/guile-strings.c:104 msgid "Deposit" msgstr "" -#: ../src/register/ledger-core/split-register.c:1989 +#: ../src/register/ledger-core/split-register.c:1991 msgid "Withdraw" msgstr "" -#: ../src/register/ledger-core/split-register.c:1990 +#: ../src/register/ledger-core/split-register.c:1992 msgid "Check" msgstr "" -#: ../src/register/ledger-core/split-register.c:1991 -#: ../src/register/ledger-core/split-register.c:2019 -#: ../src/register/ledger-core/split-register.c:2027 -#: ../src/register/ledger-core/split-register.c:2041 -#: ../src/register/ledger-core/split-register.c:2064 +#: ../src/register/ledger-core/split-register.c:1993 +#: ../src/register/ledger-core/split-register.c:2021 +#: ../src/register/ledger-core/split-register.c:2029 +#: ../src/register/ledger-core/split-register.c:2043 +#: ../src/register/ledger-core/split-register.c:2066 msgid "Int" msgstr "" -#: ../src/register/ledger-core/split-register.c:1992 -#: ../src/register/ledger-core/split-register.c:2015 +#: ../src/register/ledger-core/split-register.c:1994 +#: ../src/register/ledger-core/split-register.c:2017 msgid "ATM" msgstr "" -#: ../src/register/ledger-core/split-register.c:1993 +#: ../src/register/ledger-core/split-register.c:1995 msgid "Teller" msgstr "" #. Action: Point Of Sale -#: ../src/register/ledger-core/split-register.c:1995 +#: ../src/register/ledger-core/split-register.c:1997 msgid "POS" msgstr "" -#: ../src/register/ledger-core/split-register.c:1996 +#: ../src/register/ledger-core/split-register.c:1998 msgid "Phone" msgstr "" -#: ../src/register/ledger-core/split-register.c:1997 -#: ../src/register/ledger-core/split-register.c:2020 +#: ../src/register/ledger-core/split-register.c:1999 +#: ../src/register/ledger-core/split-register.c:2022 msgid "Online" msgstr "" #. Action: Automatic Deposit ?!? -#: ../src/register/ledger-core/split-register.c:1999 +#: ../src/register/ledger-core/split-register.c:2001 msgid "AutoDep" msgstr "" -#: ../src/register/ledger-core/split-register.c:2000 +#: ../src/register/ledger-core/split-register.c:2002 msgid "Wire" msgstr "" -#: ../src/register/ledger-core/split-register.c:2002 +#: ../src/register/ledger-core/split-register.c:2004 msgid "Direct Debit" msgstr "" #. src/app-utils/prefs.scm -#: ../src/register/ledger-core/split-register.c:2006 -#: ../src/register/ledger-core/split-register.c:2010 -#: ../src/register/ledger-core/split-register.c:2016 -#: ../src/register/ledger-core/split-register.c:2024 -#: ../src/register/ledger-core/split-register.c:2039 -#: ../src/register/ledger-core/split-register.c:2046 -#: ../src/register/ledger-core/split-register.c:2051 -#: ../src/register/ledger-core/split-register.c:2076 +#: ../src/register/ledger-core/split-register.c:2008 +#: ../src/register/ledger-core/split-register.c:2012 +#: ../src/register/ledger-core/split-register.c:2018 +#: ../src/register/ledger-core/split-register.c:2026 +#: ../src/register/ledger-core/split-register.c:2041 +#: ../src/register/ledger-core/split-register.c:2048 +#: ../src/register/ledger-core/split-register.c:2053 +#: ../src/register/ledger-core/split-register.c:2078 #: ../intl-scm/guile-strings.c:114 ../intl-scm/guile-strings.c:116 #: ../intl-scm/guile-strings.c:118 msgid "Buy" msgstr "" #. src/app-utils/prefs.scm -#: ../src/register/ledger-core/split-register.c:2007 -#: ../src/register/ledger-core/split-register.c:2011 -#: ../src/register/ledger-core/split-register.c:2021 -#: ../src/register/ledger-core/split-register.c:2025 -#: ../src/register/ledger-core/split-register.c:2040 -#: ../src/register/ledger-core/split-register.c:2047 -#: ../src/register/ledger-core/split-register.c:2052 -#: ../src/register/ledger-core/split-register.c:2077 +#: ../src/register/ledger-core/split-register.c:2009 +#: ../src/register/ledger-core/split-register.c:2013 +#: ../src/register/ledger-core/split-register.c:2023 +#: ../src/register/ledger-core/split-register.c:2027 +#: ../src/register/ledger-core/split-register.c:2042 +#: ../src/register/ledger-core/split-register.c:2049 +#: ../src/register/ledger-core/split-register.c:2054 +#: ../src/register/ledger-core/split-register.c:2079 #: ../intl-scm/guile-strings.c:142 ../intl-scm/guile-strings.c:144 #: ../intl-scm/guile-strings.c:146 msgid "Sell" msgstr "" -#: ../src/register/ledger-core/split-register.c:2012 -#: ../src/register/ledger-core/split-register.c:2018 -#: ../src/register/ledger-core/split-register.c:2061 +#: ../src/register/ledger-core/split-register.c:2014 +#: ../src/register/ledger-core/split-register.c:2020 +#: ../src/register/ledger-core/split-register.c:2063 msgid "Fee" msgstr "" #. src/app-utils/prefs.scm -#: ../src/register/ledger-core/split-register.c:2043 +#: ../src/register/ledger-core/split-register.c:2045 #: ../intl-scm/guile-strings.c:150 msgid "Rebate" msgstr "" #. Action: Dividend -#: ../src/register/ledger-core/split-register.c:2063 +#: ../src/register/ledger-core/split-register.c:2065 msgid "Div" msgstr "" #. Action: Long Term Capital Gains -#: ../src/register/ledger-core/split-register.c:2066 +#: ../src/register/ledger-core/split-register.c:2068 msgid "LTCG" msgstr "" #. Action: Short Term Capital Gains -#: ../src/register/ledger-core/split-register.c:2068 +#: ../src/register/ledger-core/split-register.c:2070 msgid "STCG" msgstr "" #. Action: Distribution -#: ../src/register/ledger-core/split-register.c:2071 +#: ../src/register/ledger-core/split-register.c:2073 msgid "Dist" msgstr "" @@ -13548,7 +13584,7 @@ msgstr "" msgid "Enter credit formula for real transaction" msgstr "" -#: ../src/register/register-gnome/gnucash-item-list.c:476 +#: ../src/register/register-gnome/gnucash-item-list.c:480 msgid "List" msgstr "" @@ -13559,7 +13595,7 @@ msgstr "" #. src/report/report-gnome/report-gnome.scm #. src/business/business-reports/owner-report.scm #: ../src/report/report-gnome/dialog-column-view.c:361 -#: ../intl-scm/guile-strings.c:966 ../intl-scm/guile-strings.c:3528 +#: ../intl-scm/guile-strings.c:970 ../intl-scm/guile-strings.c:3560 msgid "Report" msgstr "" @@ -13576,7 +13612,7 @@ msgstr "" msgid "HTML Style Sheet Properties: %s" msgstr "" -#: ../src/report/report-gnome/dialog-style-sheet.c:372 +#: ../src/report/report-gnome/dialog-style-sheet.c:373 msgid "Style Sheet Name" msgstr "" @@ -13618,8 +13654,8 @@ msgstr "" #. src/report/report-system/html-utilities.scm #: ../src/report/report-gnome/gnc-plugin-page-report.c:978 -#: ../intl-scm/guile-strings.c:946 ../intl-scm/guile-strings.c:952 -#: ../intl-scm/guile-strings.c:958 +#: ../intl-scm/guile-strings.c:950 ../intl-scm/guile-strings.c:956 +#: ../intl-scm/guile-strings.c:962 msgid "Edit report options" msgstr "" @@ -13780,13 +13816,13 @@ msgstr "" #. src/report/utility-reports/view-column.scm #: ../src/report/report-gnome/window-report.c:202 -#: ../intl-scm/guile-strings.c:984 +#: ../intl-scm/guile-strings.c:988 msgid "Report error" msgstr "" #. src/report/utility-reports/view-column.scm #: ../src/report/report-gnome/window-report.c:203 -#: ../intl-scm/guile-strings.c:986 +#: ../intl-scm/guile-strings.c:990 msgid "An error occurred while running the report." msgstr "" @@ -14290,9 +14326,9 @@ msgstr "" #: ../intl-scm/guile-strings.c:600 ../intl-scm/guile-strings.c:604 #: ../intl-scm/guile-strings.c:608 ../intl-scm/guile-strings.c:612 #: ../intl-scm/guile-strings.c:616 ../intl-scm/guile-strings.c:620 -#: ../intl-scm/guile-strings.c:2574 ../intl-scm/guile-strings.c:2578 -#: ../intl-scm/guile-strings.c:2582 ../intl-scm/guile-strings.c:2586 -#: ../intl-scm/guile-strings.c:2590 +#: ../intl-scm/guile-strings.c:2592 ../intl-scm/guile-strings.c:2596 +#: ../intl-scm/guile-strings.c:2600 ../intl-scm/guile-strings.c:2604 +#: ../intl-scm/guile-strings.c:2608 msgid "Colors" msgstr "" @@ -14302,7 +14338,7 @@ msgstr "" #. src/report/utility-reports/hello-world.scm #: ../intl-scm/guile-strings.c:300 ../intl-scm/guile-strings.c:382 #: ../intl-scm/guile-strings.c:512 ../intl-scm/guile-strings.c:594 -#: ../intl-scm/guile-strings.c:664 ../intl-scm/guile-strings.c:1064 +#: ../intl-scm/guile-strings.c:664 ../intl-scm/guile-strings.c:1068 msgid "Background Color" msgstr "" @@ -14317,7 +14353,7 @@ msgstr "" #. src/report/utility-reports/hello-world.scm #: ../intl-scm/guile-strings.c:306 ../intl-scm/guile-strings.c:386 #: ../intl-scm/guile-strings.c:518 ../intl-scm/guile-strings.c:598 -#: ../intl-scm/guile-strings.c:1070 +#: ../intl-scm/guile-strings.c:1074 msgid "Text Color" msgstr "" @@ -14513,8 +14549,8 @@ msgstr "" #. src/report/stylesheets/stylesheet-plain.scm #. src/report/report-system/report.scm #. src/report/report-system/html-style-sheet.scm -#: ../intl-scm/guile-strings.c:700 ../intl-scm/guile-strings.c:880 -#: ../intl-scm/guile-strings.c:962 +#: ../intl-scm/guile-strings.c:700 ../intl-scm/guile-strings.c:884 +#: ../intl-scm/guile-strings.c:966 msgid "Default" msgstr "" @@ -14628,8 +14664,8 @@ msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:758 ../intl-scm/guile-strings.c:1590 -#: ../intl-scm/guile-strings.c:1812 ../intl-scm/guile-strings.c:1920 +#: ../intl-scm/guile-strings.c:758 ../intl-scm/guile-strings.c:1594 +#: ../intl-scm/guile-strings.c:1816 ../intl-scm/guile-strings.c:1924 msgid "Report on these accounts, if display depth allows." msgstr "" @@ -14656,214 +14692,224 @@ msgstr "" #. src/report/report-system/options-utilities.scm #. src/report/standard-reports/price-scatter.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:768 ../intl-scm/guile-strings.c:1194 -#: ../intl-scm/guile-strings.c:2032 +#: ../intl-scm/guile-strings.c:768 ../intl-scm/guile-strings.c:1198 +#: ../intl-scm/guile-strings.c:2036 msgid "The source of price information" msgstr "" +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:770 +msgid "Average Cost" +msgstr "" + +#. src/report/report-system/options-utilities.scm +#: ../intl-scm/guile-strings.c:772 +msgid "The volume-weighted average cost of purchases" +msgstr "" + #. src/report/report-system/options-utilities.scm #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:770 ../intl-scm/guile-strings.c:1196 +#: ../intl-scm/guile-strings.c:774 ../intl-scm/guile-strings.c:1200 msgid "Weighted Average" msgstr "" #. src/report/report-system/options-utilities.scm #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:772 ../intl-scm/guile-strings.c:1198 +#: ../intl-scm/guile-strings.c:776 ../intl-scm/guile-strings.c:1202 msgid "The weighted average of all currency transactions of the past" msgstr "" #. src/report/report-system/options-utilities.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:774 ../intl-scm/guile-strings.c:2034 +#: ../intl-scm/guile-strings.c:778 ../intl-scm/guile-strings.c:2038 msgid "Most recent" msgstr "" #. src/report/report-system/options-utilities.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:776 ../intl-scm/guile-strings.c:2036 +#: ../intl-scm/guile-strings.c:780 ../intl-scm/guile-strings.c:2040 msgid "The most recent recorded price" msgstr "" #. src/report/report-system/options-utilities.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:778 ../intl-scm/guile-strings.c:2038 +#: ../intl-scm/guile-strings.c:782 ../intl-scm/guile-strings.c:2042 msgid "Nearest in time" msgstr "" #. src/report/report-system/options-utilities.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:780 ../intl-scm/guile-strings.c:2040 +#: ../intl-scm/guile-strings.c:784 ../intl-scm/guile-strings.c:2044 msgid "The price recorded nearest in time to the report date" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:782 +#: ../intl-scm/guile-strings.c:786 msgid "Width of plot in pixels." msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:784 +#: ../intl-scm/guile-strings.c:788 msgid "Height of plot in pixels." msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:786 +#: ../intl-scm/guile-strings.c:790 msgid "Choose the marker for each data point." msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:788 ../intl-scm/guile-strings.c:790 +#: ../intl-scm/guile-strings.c:792 ../intl-scm/guile-strings.c:794 msgid "Circle" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:792 ../intl-scm/guile-strings.c:794 +#: ../intl-scm/guile-strings.c:796 ../intl-scm/guile-strings.c:798 msgid "Cross" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:796 ../intl-scm/guile-strings.c:798 +#: ../intl-scm/guile-strings.c:800 ../intl-scm/guile-strings.c:802 msgid "Square" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:800 ../intl-scm/guile-strings.c:802 +#: ../intl-scm/guile-strings.c:804 ../intl-scm/guile-strings.c:806 msgid "Asterisk" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:804 +#: ../intl-scm/guile-strings.c:808 msgid "Filled circle" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:806 +#: ../intl-scm/guile-strings.c:810 msgid "Circle filled with color" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:808 +#: ../intl-scm/guile-strings.c:812 msgid "Filled square" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:810 +#: ../intl-scm/guile-strings.c:814 msgid "Square filled with color" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:812 +#: ../intl-scm/guile-strings.c:816 msgid "Choose the method for sorting accounts." msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:816 +#: ../intl-scm/guile-strings.c:820 msgid "Alphabetical by account code" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:818 +#: ../intl-scm/guile-strings.c:822 msgid "Alphabetical" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:820 +#: ../intl-scm/guile-strings.c:824 msgid "Alphabetical by account name" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:824 +#: ../intl-scm/guile-strings.c:828 msgid "By amount, largest to smallest" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:826 +#: ../intl-scm/guile-strings.c:830 msgid "How to show the balances of parent accounts" msgstr "" #. src/report/report-system/options-utilities.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:828 ../intl-scm/guile-strings.c:1950 +#: ../intl-scm/guile-strings.c:832 ../intl-scm/guile-strings.c:1954 msgid "Account Balance" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:830 +#: ../intl-scm/guile-strings.c:834 msgid "Show only the balance in the parent account, excluding any subaccounts" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:834 +#: ../intl-scm/guile-strings.c:838 msgid "" "Calculate the subtotal for this parent account and all of its subaccounts, " "and show this as the parent account balance" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:836 ../intl-scm/guile-strings.c:846 +#: ../intl-scm/guile-strings.c:840 ../intl-scm/guile-strings.c:850 msgid "Do not show" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:838 +#: ../intl-scm/guile-strings.c:842 msgid "Do not show any balances of parent accounts" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:840 +#: ../intl-scm/guile-strings.c:844 msgid "How to show account subtotals for parent accounts" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:842 +#: ../intl-scm/guile-strings.c:846 msgid "Show subtotals" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:844 +#: ../intl-scm/guile-strings.c:848 msgid "Show subtotals for selected parent accounts which have subaccounts" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:848 +#: ../intl-scm/guile-strings.c:852 msgid "Do not show any subtotals for parent accounts" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:850 +#: ../intl-scm/guile-strings.c:854 msgid "Text book style (experimental)" msgstr "" #. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:852 +#: ../intl-scm/guile-strings.c:856 msgid "" "Show parent account subtotals, indented per accounting text book practice " "(experimental)" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:854 +#: ../intl-scm/guile-strings.c:858 msgid "_Assets & Liabilities" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:856 +#: ../intl-scm/guile-strings.c:860 msgid "_Income & Expense" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:858 +#: ../intl-scm/guile-strings.c:862 msgid "_Taxes" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:860 +#: ../intl-scm/guile-strings.c:864 msgid "_Sample & Custom" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:862 +#: ../intl-scm/guile-strings.c:866 msgid "_Custom" msgstr "" @@ -14873,46 +14919,47 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:868 ../intl-scm/guile-strings.c:2224 -#: ../intl-scm/guile-strings.c:2228 ../intl-scm/guile-strings.c:2232 -#: ../intl-scm/guile-strings.c:2236 ../intl-scm/guile-strings.c:2240 -#: ../intl-scm/guile-strings.c:2244 ../intl-scm/guile-strings.c:2248 -#: ../intl-scm/guile-strings.c:2252 ../intl-scm/guile-strings.c:2256 -#: ../intl-scm/guile-strings.c:2260 ../intl-scm/guile-strings.c:2264 -#: ../intl-scm/guile-strings.c:2268 ../intl-scm/guile-strings.c:2272 -#: ../intl-scm/guile-strings.c:2276 ../intl-scm/guile-strings.c:2280 -#: ../intl-scm/guile-strings.c:2594 ../intl-scm/guile-strings.c:2636 -#: ../intl-scm/guile-strings.c:2642 ../intl-scm/guile-strings.c:2648 +#: ../intl-scm/guile-strings.c:872 ../intl-scm/guile-strings.c:2228 +#: ../intl-scm/guile-strings.c:2232 ../intl-scm/guile-strings.c:2236 +#: ../intl-scm/guile-strings.c:2240 ../intl-scm/guile-strings.c:2244 +#: ../intl-scm/guile-strings.c:2248 ../intl-scm/guile-strings.c:2252 +#: ../intl-scm/guile-strings.c:2256 ../intl-scm/guile-strings.c:2260 +#: ../intl-scm/guile-strings.c:2264 ../intl-scm/guile-strings.c:2268 +#: ../intl-scm/guile-strings.c:2272 ../intl-scm/guile-strings.c:2276 +#: ../intl-scm/guile-strings.c:2280 ../intl-scm/guile-strings.c:2284 +#: ../intl-scm/guile-strings.c:2296 ../intl-scm/guile-strings.c:2612 #: ../intl-scm/guile-strings.c:2654 ../intl-scm/guile-strings.c:2660 #: ../intl-scm/guile-strings.c:2666 ../intl-scm/guile-strings.c:2672 -#: ../intl-scm/guile-strings.c:2686 ../intl-scm/guile-strings.c:2692 -#: ../intl-scm/guile-strings.c:3316 ../intl-scm/guile-strings.c:3322 -#: ../intl-scm/guile-strings.c:3328 ../intl-scm/guile-strings.c:3334 -#: ../intl-scm/guile-strings.c:3340 ../intl-scm/guile-strings.c:3346 +#: ../intl-scm/guile-strings.c:2678 ../intl-scm/guile-strings.c:2684 +#: ../intl-scm/guile-strings.c:2690 ../intl-scm/guile-strings.c:2704 +#: ../intl-scm/guile-strings.c:2710 ../intl-scm/guile-strings.c:3346 #: ../intl-scm/guile-strings.c:3352 ../intl-scm/guile-strings.c:3358 #: ../intl-scm/guile-strings.c:3364 ../intl-scm/guile-strings.c:3370 -#: ../intl-scm/guile-strings.c:3376 ../intl-scm/guile-strings.c:3384 -#: ../intl-scm/guile-strings.c:3390 ../intl-scm/guile-strings.c:3632 -#: ../intl-scm/guile-strings.c:3638 ../intl-scm/guile-strings.c:3644 -#: ../intl-scm/guile-strings.c:3650 ../intl-scm/guile-strings.c:3656 -#: ../intl-scm/guile-strings.c:3662 ../intl-scm/guile-strings.c:3668 -#: ../intl-scm/guile-strings.c:3674 ../intl-scm/guile-strings.c:3680 -#: ../intl-scm/guile-strings.c:3686 ../intl-scm/guile-strings.c:3692 -#: ../intl-scm/guile-strings.c:3698 ../intl-scm/guile-strings.c:3892 -#: ../intl-scm/guile-strings.c:3898 ../intl-scm/guile-strings.c:3904 -#: ../intl-scm/guile-strings.c:3910 ../intl-scm/guile-strings.c:3916 -#: ../intl-scm/guile-strings.c:3922 ../intl-scm/guile-strings.c:3928 -#: ../intl-scm/guile-strings.c:3934 ../intl-scm/guile-strings.c:3942 +#: ../intl-scm/guile-strings.c:3376 ../intl-scm/guile-strings.c:3382 +#: ../intl-scm/guile-strings.c:3388 ../intl-scm/guile-strings.c:3394 +#: ../intl-scm/guile-strings.c:3400 ../intl-scm/guile-strings.c:3406 +#: ../intl-scm/guile-strings.c:3414 ../intl-scm/guile-strings.c:3420 +#: ../intl-scm/guile-strings.c:3664 ../intl-scm/guile-strings.c:3670 +#: ../intl-scm/guile-strings.c:3676 ../intl-scm/guile-strings.c:3682 +#: ../intl-scm/guile-strings.c:3688 ../intl-scm/guile-strings.c:3694 +#: ../intl-scm/guile-strings.c:3700 ../intl-scm/guile-strings.c:3706 +#: ../intl-scm/guile-strings.c:3712 ../intl-scm/guile-strings.c:3718 +#: ../intl-scm/guile-strings.c:3724 ../intl-scm/guile-strings.c:3730 +#: ../intl-scm/guile-strings.c:3924 ../intl-scm/guile-strings.c:3930 +#: ../intl-scm/guile-strings.c:3936 ../intl-scm/guile-strings.c:3942 +#: ../intl-scm/guile-strings.c:3948 ../intl-scm/guile-strings.c:3954 +#: ../intl-scm/guile-strings.c:3960 ../intl-scm/guile-strings.c:3966 +#: ../intl-scm/guile-strings.c:3974 msgid "Display" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:870 +#: ../intl-scm/guile-strings.c:874 msgid "Report name" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:872 +#: ../intl-scm/guile-strings.c:876 msgid "" "A custom report with this name already exists. Either rename the report to " "store it with a different name, or edit your saved-reports file and delete " @@ -14920,23 +14967,23 @@ msgid "" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:874 +#: ../intl-scm/guile-strings.c:878 msgid "Enter a descriptive name for this report" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:876 ../intl-scm/guile-strings.c:882 -#: ../intl-scm/guile-strings.c:884 ../intl-scm/guile-strings.c:886 +#: ../intl-scm/guile-strings.c:880 ../intl-scm/guile-strings.c:886 +#: ../intl-scm/guile-strings.c:888 ../intl-scm/guile-strings.c:890 msgid "Stylesheet" msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:878 +#: ../intl-scm/guile-strings.c:882 msgid "Select a stylesheet for the report." msgstr "" #. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:888 +#: ../intl-scm/guile-strings.c:892 #, c-format msgid "" "Your report \"%s\" has been saved into the configuration file \"%s\". The " @@ -14948,14 +14995,14 @@ msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:890 ../intl-scm/guile-strings.c:1480 -#: ../intl-scm/guile-strings.c:1672 ../intl-scm/guile-strings.c:2166 +#: ../intl-scm/guile-strings.c:894 ../intl-scm/guile-strings.c:1484 +#: ../intl-scm/guile-strings.c:1676 ../intl-scm/guile-strings.c:2170 msgid "Closing Entries" msgstr "" #. src/report/report-system/html-acct-table.scm #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:892 ../intl-scm/guile-strings.c:1478 +#: ../intl-scm/guile-strings.c:896 ../intl-scm/guile-strings.c:1482 msgid "Adjusting Entries" msgstr "" @@ -14963,8 +15010,8 @@ msgstr "" #. src/report/standard-reports/net-barchart.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:902 ../intl-scm/guile-strings.c:1288 -#: ../intl-scm/guile-strings.c:1884 ../intl-scm/guile-strings.c:2900 +#: ../intl-scm/guile-strings.c:906 ../intl-scm/guile-strings.c:1292 +#: ../intl-scm/guile-strings.c:1888 ../intl-scm/guile-strings.c:2918 msgid "Assets" msgstr "" @@ -14972,392 +15019,392 @@ msgstr "" #. src/report/standard-reports/net-barchart.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:904 ../intl-scm/guile-strings.c:1290 -#: ../intl-scm/guile-strings.c:1888 ../intl-scm/guile-strings.c:2902 +#: ../intl-scm/guile-strings.c:908 ../intl-scm/guile-strings.c:1294 +#: ../intl-scm/guile-strings.c:1892 ../intl-scm/guile-strings.c:2920 msgid "Liabilities" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:906 +#: ../intl-scm/guile-strings.c:910 msgid "Stocks" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:908 +#: ../intl-scm/guile-strings.c:912 msgid "Mutual Funds" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:910 +#: ../intl-scm/guile-strings.c:914 msgid "Currencies" msgstr "" #. src/report/report-system/report-utilities.scm #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:914 ../intl-scm/guile-strings.c:1684 +#: ../intl-scm/guile-strings.c:918 ../intl-scm/guile-strings.c:1688 msgid "Expenses" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:916 +#: ../intl-scm/guile-strings.c:920 msgid "Equities" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:918 +#: ../intl-scm/guile-strings.c:922 msgid "Checking" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:920 +#: ../intl-scm/guile-strings.c:924 msgid "Savings" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:922 +#: ../intl-scm/guile-strings.c:926 msgid "Money Market" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:924 +#: ../intl-scm/guile-strings.c:928 msgid "Accounts Receivable" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:926 +#: ../intl-scm/guile-strings.c:930 msgid "Accounts Payable" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:928 +#: ../intl-scm/guile-strings.c:932 msgid "Credit Lines" msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:930 +#: ../intl-scm/guile-strings.c:934 #, c-format msgid "Building '%s' report ..." msgstr "" #. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:932 +#: ../intl-scm/guile-strings.c:936 #, c-format msgid "Rendering '%s' report ..." msgstr "" #. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:936 +#: ../intl-scm/guile-strings.c:940 msgid "Account name" msgstr "" #. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:940 +#: ../intl-scm/guile-strings.c:944 msgid "Exchange rate" msgstr "" #. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:942 +#: ../intl-scm/guile-strings.c:946 msgid "Exchange rates" msgstr "" #. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:944 +#: ../intl-scm/guile-strings.c:948 msgid "This report requires you to specify certain report options." msgstr "" #. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:948 +#: ../intl-scm/guile-strings.c:952 msgid "No accounts selected" msgstr "" #. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:950 +#: ../intl-scm/guile-strings.c:954 msgid "This report requires accounts to be selected." msgstr "" #. src/report/report-system/html-utilities.scm #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:954 ../intl-scm/guile-strings.c:1234 +#: ../intl-scm/guile-strings.c:958 ../intl-scm/guile-strings.c:1238 msgid "No data" msgstr "" #. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:956 +#: ../intl-scm/guile-strings.c:960 msgid "" "The selected accounts contain no data/transactions (or only zeroes) for the " "selected time period" msgstr "" #. src/report/report-system/html-style-sheet.scm -#: ../intl-scm/guile-strings.c:960 +#: ../intl-scm/guile-strings.c:964 msgid "Can't save style sheet" msgstr "" #. src/report/report-gnome/report-gnome.scm -#: ../intl-scm/guile-strings.c:964 +#: ../intl-scm/guile-strings.c:968 msgid "This report has no options." msgstr "" #. src/report/report-gnome/report-gnome.scm -#: ../intl-scm/guile-strings.c:968 +#: ../intl-scm/guile-strings.c:972 #, c-format msgid "Display the %s report" msgstr "" #. src/report/report-gnome/report-gnome.scm -#: ../intl-scm/guile-strings.c:970 +#: ../intl-scm/guile-strings.c:974 msgid "Welcome Sample Report" msgstr "" #. src/report/report-gnome/report-gnome.scm -#: ../intl-scm/guile-strings.c:972 +#: ../intl-scm/guile-strings.c:976 msgid "Welcome-to-GnuCash report screen" msgstr "" #. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:976 ../intl-scm/guile-strings.c:982 +#: ../intl-scm/guile-strings.c:980 ../intl-scm/guile-strings.c:986 msgid "Number of columns" msgstr "" #. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:978 +#: ../intl-scm/guile-strings.c:982 msgid "Number of columns before wrapping to a new row" msgstr "" #. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:988 +#: ../intl-scm/guile-strings.c:992 msgid "Edit Options" msgstr "" #. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:990 +#: ../intl-scm/guile-strings.c:994 msgid "Single Report" msgstr "" #. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:992 +#: ../intl-scm/guile-strings.c:996 msgid "Multicolumn View" msgstr "" #. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:994 +#: ../intl-scm/guile-strings.c:998 msgid "Custom Multicolumn Report" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:996 ../intl-scm/guile-strings.c:1002 -#: ../intl-scm/guile-strings.c:1024 ../intl-scm/guile-strings.c:1032 -#: ../intl-scm/guile-strings.c:1038 ../intl-scm/guile-strings.c:1044 -#: ../intl-scm/guile-strings.c:1050 ../intl-scm/guile-strings.c:1056 -#: ../intl-scm/guile-strings.c:1062 ../intl-scm/guile-strings.c:1068 +#: ../intl-scm/guile-strings.c:1000 ../intl-scm/guile-strings.c:1006 +#: ../intl-scm/guile-strings.c:1028 ../intl-scm/guile-strings.c:1036 +#: ../intl-scm/guile-strings.c:1042 ../intl-scm/guile-strings.c:1048 +#: ../intl-scm/guile-strings.c:1054 ../intl-scm/guile-strings.c:1060 +#: ../intl-scm/guile-strings.c:1066 ../intl-scm/guile-strings.c:1072 msgid "Hello, World!" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:998 +#: ../intl-scm/guile-strings.c:1002 msgid "Boolean Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1000 +#: ../intl-scm/guile-strings.c:1004 msgid "This is a boolean option." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1004 +#: ../intl-scm/guile-strings.c:1008 msgid "Multi Choice Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1006 +#: ../intl-scm/guile-strings.c:1010 msgid "This is a multi choice option." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1008 +#: ../intl-scm/guile-strings.c:1012 msgid "First Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1010 +#: ../intl-scm/guile-strings.c:1014 msgid "Help for first option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1012 +#: ../intl-scm/guile-strings.c:1016 msgid "Second Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1014 +#: ../intl-scm/guile-strings.c:1018 msgid "Help for second option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1016 +#: ../intl-scm/guile-strings.c:1020 msgid "Third Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1018 +#: ../intl-scm/guile-strings.c:1022 msgid "Help for third option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1020 +#: ../intl-scm/guile-strings.c:1024 msgid "Fourth Options" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1022 +#: ../intl-scm/guile-strings.c:1026 msgid "The fourth option rules!" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1026 +#: ../intl-scm/guile-strings.c:1030 msgid "String Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1028 +#: ../intl-scm/guile-strings.c:1032 msgid "This is a string option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1030 ../intl-scm/guile-strings.c:1104 -#: ../intl-scm/guile-strings.c:1148 +#: ../intl-scm/guile-strings.c:1034 ../intl-scm/guile-strings.c:1108 +#: ../intl-scm/guile-strings.c:1152 msgid "Hello, World" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1034 +#: ../intl-scm/guile-strings.c:1038 msgid "Just a Date Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1036 +#: ../intl-scm/guile-strings.c:1040 msgid "This is a date option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1040 +#: ../intl-scm/guile-strings.c:1044 msgid "Time and Date Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1042 +#: ../intl-scm/guile-strings.c:1046 msgid "This is a date option with time" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1046 +#: ../intl-scm/guile-strings.c:1050 msgid "Combo Date Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1048 +#: ../intl-scm/guile-strings.c:1052 msgid "This is a combination date option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1052 +#: ../intl-scm/guile-strings.c:1056 msgid "Relative Date Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1054 +#: ../intl-scm/guile-strings.c:1058 msgid "This is a relative date option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1058 +#: ../intl-scm/guile-strings.c:1062 msgid "Number Option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1060 +#: ../intl-scm/guile-strings.c:1064 msgid "This is a number option." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1066 ../intl-scm/guile-strings.c:1072 +#: ../intl-scm/guile-strings.c:1070 ../intl-scm/guile-strings.c:1076 msgid "This is a color option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1074 ../intl-scm/guile-strings.c:1080 +#: ../intl-scm/guile-strings.c:1078 ../intl-scm/guile-strings.c:1084 msgid "Hello Again" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1076 +#: ../intl-scm/guile-strings.c:1080 msgid "An account list option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1078 +#: ../intl-scm/guile-strings.c:1082 msgid "This is an account list option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1082 +#: ../intl-scm/guile-strings.c:1086 msgid "A list option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1084 +#: ../intl-scm/guile-strings.c:1088 msgid "This is a list option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1086 +#: ../intl-scm/guile-strings.c:1090 msgid "The Good" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1088 +#: ../intl-scm/guile-strings.c:1092 msgid "Good option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1090 +#: ../intl-scm/guile-strings.c:1094 msgid "The Bad" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1092 +#: ../intl-scm/guile-strings.c:1096 msgid "Bad option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1094 +#: ../intl-scm/guile-strings.c:1098 msgid "The Ugly" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1096 +#: ../intl-scm/guile-strings.c:1100 msgid "Ugly option" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1098 +#: ../intl-scm/guile-strings.c:1102 msgid "Testing" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1100 +#: ../intl-scm/guile-strings.c:1104 msgid "Crash the report" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1102 +#: ../intl-scm/guile-strings.c:1106 msgid "" "This is for testing. Your reports probably shouldn't have an option like " "this." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1106 +#: ../intl-scm/guile-strings.c:1110 msgid "" "This is a sample GnuCash report. See the guile (scheme) source code in the " "scm/report directory for details on writing your own reports, or extending " @@ -15365,7 +15412,7 @@ msgid "" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1108 +#: ../intl-scm/guile-strings.c:1112 #, c-format msgid "" "For help on writing reports, or to contribute your brand new, totally cool " @@ -15373,135 +15420,135 @@ msgid "" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1110 +#: ../intl-scm/guile-strings.c:1114 msgid "" "For details on subscribing to that list, see <http://www.gnucash.org/>." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1112 +#: ../intl-scm/guile-strings.c:1116 msgid "" "You can learn more about writing scheme at <http://www.scheme.com/tspl2d/" ">." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1114 +#: ../intl-scm/guile-strings.c:1118 #, c-format msgid "The current time is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1116 +#: ../intl-scm/guile-strings.c:1120 #, c-format msgid "The boolean option is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1118 +#: ../intl-scm/guile-strings.c:1122 msgid "true" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1120 +#: ../intl-scm/guile-strings.c:1124 msgid "false" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1122 +#: ../intl-scm/guile-strings.c:1126 #, c-format msgid "The multi-choice option is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1124 +#: ../intl-scm/guile-strings.c:1128 #, c-format msgid "The string option is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1126 +#: ../intl-scm/guile-strings.c:1130 #, c-format msgid "The date option is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1128 +#: ../intl-scm/guile-strings.c:1132 #, c-format msgid "The date and time option is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1130 +#: ../intl-scm/guile-strings.c:1134 #, c-format msgid "The relative date option is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1132 +#: ../intl-scm/guile-strings.c:1136 #, c-format msgid "The combination date option is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1134 +#: ../intl-scm/guile-strings.c:1138 #, c-format msgid "The number option is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1136 +#: ../intl-scm/guile-strings.c:1140 #, c-format msgid "The number option formatted as currency is %s." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1138 +#: ../intl-scm/guile-strings.c:1142 msgid "Items you selected:" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1140 +#: ../intl-scm/guile-strings.c:1144 msgid "List items selected" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1142 +#: ../intl-scm/guile-strings.c:1146 msgid "(You selected no list items.)" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1144 +#: ../intl-scm/guile-strings.c:1148 msgid "You have selected no accounts." msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1146 +#: ../intl-scm/guile-strings.c:1150 msgid "Have a nice day!" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1150 +#: ../intl-scm/guile-strings.c:1154 msgid "Sample Report with Examples" msgstr "" #. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1152 +#: ../intl-scm/guile-strings.c:1156 msgid "A sample report with examples." msgstr "" #. src/report/utility-reports/welcome-to-gnucash.scm -#: ../intl-scm/guile-strings.c:1154 ../intl-scm/guile-strings.c:1160 +#: ../intl-scm/guile-strings.c:1158 ../intl-scm/guile-strings.c:1164 msgid "Welcome to GnuCash" msgstr "" #. src/report/utility-reports/welcome-to-gnucash.scm -#: ../intl-scm/guile-strings.c:1156 +#: ../intl-scm/guile-strings.c:1160 msgid "Welcome to GnuCash 2.0!" msgstr "" #. src/report/utility-reports/welcome-to-gnucash.scm -#: ../intl-scm/guile-strings.c:1158 +#: ../intl-scm/guile-strings.c:1162 msgid "GnuCash 2.0 has lots of nice features. Here are a few." msgstr "" @@ -15516,12 +15563,12 @@ msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:1162 ../intl-scm/guile-strings.c:1248 -#: ../intl-scm/guile-strings.c:1338 ../intl-scm/guile-strings.c:1716 -#: ../intl-scm/guile-strings.c:2318 ../intl-scm/guile-strings.c:2744 -#: ../intl-scm/guile-strings.c:2830 ../intl-scm/guile-strings.c:2904 -#: ../intl-scm/guile-strings.c:2948 ../intl-scm/guile-strings.c:3036 -#: ../intl-scm/guile-strings.c:3482 ../intl-scm/guile-strings.c:3518 +#: ../intl-scm/guile-strings.c:1166 ../intl-scm/guile-strings.c:1252 +#: ../intl-scm/guile-strings.c:1342 ../intl-scm/guile-strings.c:1720 +#: ../intl-scm/guile-strings.c:2330 ../intl-scm/guile-strings.c:2762 +#: ../intl-scm/guile-strings.c:2848 ../intl-scm/guile-strings.c:2922 +#: ../intl-scm/guile-strings.c:2966 ../intl-scm/guile-strings.c:3054 +#: ../intl-scm/guile-strings.c:3514 ../intl-scm/guile-strings.c:3550 msgid "From" msgstr "" @@ -15537,13 +15584,13 @@ msgstr "" #. src/report/locale-specific/us/taxtxf-de_DE.scm #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:1164 ../intl-scm/guile-strings.c:1250 -#: ../intl-scm/guile-strings.c:1340 ../intl-scm/guile-strings.c:1718 -#: ../intl-scm/guile-strings.c:2320 ../intl-scm/guile-strings.c:2746 -#: ../intl-scm/guile-strings.c:2832 ../intl-scm/guile-strings.c:2906 -#: ../intl-scm/guile-strings.c:2950 ../intl-scm/guile-strings.c:3038 -#: ../intl-scm/guile-strings.c:3484 ../intl-scm/guile-strings.c:3520 -#: ../intl-scm/guile-strings.c:3752 ../intl-scm/guile-strings.c:3808 +#: ../intl-scm/guile-strings.c:1168 ../intl-scm/guile-strings.c:1254 +#: ../intl-scm/guile-strings.c:1344 ../intl-scm/guile-strings.c:1722 +#: ../intl-scm/guile-strings.c:2332 ../intl-scm/guile-strings.c:2764 +#: ../intl-scm/guile-strings.c:2850 ../intl-scm/guile-strings.c:2924 +#: ../intl-scm/guile-strings.c:2968 ../intl-scm/guile-strings.c:3056 +#: ../intl-scm/guile-strings.c:3516 ../intl-scm/guile-strings.c:3552 +#: ../intl-scm/guile-strings.c:3784 ../intl-scm/guile-strings.c:3840 msgid "To" msgstr "" @@ -15551,8 +15598,8 @@ msgstr "" #. src/report/standard-reports/net-barchart.scm #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:1166 ../intl-scm/guile-strings.c:1252 -#: ../intl-scm/guile-strings.c:1720 ../intl-scm/guile-strings.c:2748 +#: ../intl-scm/guile-strings.c:1170 ../intl-scm/guile-strings.c:1256 +#: ../intl-scm/guile-strings.c:1724 ../intl-scm/guile-strings.c:2766 msgid "Step Size" msgstr "" @@ -15569,18 +15616,18 @@ msgstr "" #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:1170 ../intl-scm/guile-strings.c:1254 -#: ../intl-scm/guile-strings.c:1348 ../intl-scm/guile-strings.c:1450 -#: ../intl-scm/guile-strings.c:1638 ../intl-scm/guile-strings.c:1722 -#: ../intl-scm/guile-strings.c:1868 ../intl-scm/guile-strings.c:1972 -#: ../intl-scm/guile-strings.c:2136 ../intl-scm/guile-strings.c:2750 -#: ../intl-scm/guile-strings.c:2834 ../intl-scm/guile-strings.c:2908 -#: ../intl-scm/guile-strings.c:3758 +#: ../intl-scm/guile-strings.c:1174 ../intl-scm/guile-strings.c:1258 +#: ../intl-scm/guile-strings.c:1352 ../intl-scm/guile-strings.c:1454 +#: ../intl-scm/guile-strings.c:1642 ../intl-scm/guile-strings.c:1726 +#: ../intl-scm/guile-strings.c:1872 ../intl-scm/guile-strings.c:1976 +#: ../intl-scm/guile-strings.c:2140 ../intl-scm/guile-strings.c:2768 +#: ../intl-scm/guile-strings.c:2852 ../intl-scm/guile-strings.c:2926 +#: ../intl-scm/guile-strings.c:3790 msgid "Report's currency" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1172 +#: ../intl-scm/guile-strings.c:1176 msgid "Price of Commodity" msgstr "" @@ -15600,42 +15647,42 @@ msgstr "" #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:1174 ../intl-scm/guile-strings.c:1256 -#: ../intl-scm/guile-strings.c:1350 ../intl-scm/guile-strings.c:1452 -#: ../intl-scm/guile-strings.c:1640 ../intl-scm/guile-strings.c:1724 -#: ../intl-scm/guile-strings.c:1762 ../intl-scm/guile-strings.c:1870 -#: ../intl-scm/guile-strings.c:1974 ../intl-scm/guile-strings.c:2010 -#: ../intl-scm/guile-strings.c:2138 ../intl-scm/guile-strings.c:2724 -#: ../intl-scm/guile-strings.c:2752 ../intl-scm/guile-strings.c:2836 -#: ../intl-scm/guile-strings.c:2910 ../intl-scm/guile-strings.c:3760 +#: ../intl-scm/guile-strings.c:1178 ../intl-scm/guile-strings.c:1260 +#: ../intl-scm/guile-strings.c:1354 ../intl-scm/guile-strings.c:1456 +#: ../intl-scm/guile-strings.c:1644 ../intl-scm/guile-strings.c:1728 +#: ../intl-scm/guile-strings.c:1766 ../intl-scm/guile-strings.c:1874 +#: ../intl-scm/guile-strings.c:1978 ../intl-scm/guile-strings.c:2014 +#: ../intl-scm/guile-strings.c:2142 ../intl-scm/guile-strings.c:2742 +#: ../intl-scm/guile-strings.c:2770 ../intl-scm/guile-strings.c:2854 +#: ../intl-scm/guile-strings.c:2928 ../intl-scm/guile-strings.c:3792 msgid "Price Source" msgstr "" #. src/report/standard-reports/price-scatter.scm #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1178 ../intl-scm/guile-strings.c:1262 +#: ../intl-scm/guile-strings.c:1182 ../intl-scm/guile-strings.c:1266 msgid "Show Net Profit" msgstr "" #. src/report/standard-reports/price-scatter.scm #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1180 ../intl-scm/guile-strings.c:1264 +#: ../intl-scm/guile-strings.c:1184 ../intl-scm/guile-strings.c:1268 msgid "Show Asset & Liability bars" msgstr "" #. src/report/standard-reports/price-scatter.scm #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1182 ../intl-scm/guile-strings.c:1266 +#: ../intl-scm/guile-strings.c:1186 ../intl-scm/guile-strings.c:1270 msgid "Show Net Worth bars" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1184 +#: ../intl-scm/guile-strings.c:1188 msgid "Marker" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1186 +#: ../intl-scm/guile-strings.c:1190 msgid "Marker Color" msgstr "" @@ -15645,10 +15692,10 @@ msgstr "" #. src/report/standard-reports/average-balance.scm #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1188 ../intl-scm/guile-strings.c:1268 -#: ../intl-scm/guile-strings.c:1736 ../intl-scm/guile-strings.c:2786 -#: ../intl-scm/guile-strings.c:2814 ../intl-scm/guile-strings.c:2850 -#: ../intl-scm/guile-strings.c:2922 +#: ../intl-scm/guile-strings.c:1192 ../intl-scm/guile-strings.c:1272 +#: ../intl-scm/guile-strings.c:1740 ../intl-scm/guile-strings.c:2804 +#: ../intl-scm/guile-strings.c:2832 ../intl-scm/guile-strings.c:2868 +#: ../intl-scm/guile-strings.c:2940 msgid "Plot Width" msgstr "" @@ -15658,40 +15705,40 @@ msgstr "" #. src/report/standard-reports/average-balance.scm #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1190 ../intl-scm/guile-strings.c:1270 -#: ../intl-scm/guile-strings.c:1738 ../intl-scm/guile-strings.c:2788 -#: ../intl-scm/guile-strings.c:2816 ../intl-scm/guile-strings.c:2852 -#: ../intl-scm/guile-strings.c:2924 +#: ../intl-scm/guile-strings.c:1194 ../intl-scm/guile-strings.c:1274 +#: ../intl-scm/guile-strings.c:1742 ../intl-scm/guile-strings.c:2806 +#: ../intl-scm/guile-strings.c:2834 ../intl-scm/guile-strings.c:2870 +#: ../intl-scm/guile-strings.c:2942 msgid "Plot Height" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1192 +#: ../intl-scm/guile-strings.c:1196 msgid "Calculate the price of this commodity." msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1200 +#: ../intl-scm/guile-strings.c:1204 msgid "Actual Transactions" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1202 +#: ../intl-scm/guile-strings.c:1206 msgid "The instantaneous price of actual currency transactions in the past" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1204 +#: ../intl-scm/guile-strings.c:1208 msgid "Price Database" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1206 +#: ../intl-scm/guile-strings.c:1210 msgid "The recorded prices" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1208 +#: ../intl-scm/guile-strings.c:1212 msgid "Color of the marker" msgstr "" @@ -15704,82 +15751,82 @@ msgstr "" #. src/report/standard-reports/equity-statement.scm #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1210 ../intl-scm/guile-strings.c:1282 -#: ../intl-scm/guile-strings.c:1360 ../intl-scm/guile-strings.c:1484 -#: ../intl-scm/guile-strings.c:1678 ../intl-scm/guile-strings.c:1752 -#: ../intl-scm/guile-strings.c:2172 ../intl-scm/guile-strings.c:2878 -#: ../intl-scm/guile-strings.c:2940 +#: ../intl-scm/guile-strings.c:1214 ../intl-scm/guile-strings.c:1286 +#: ../intl-scm/guile-strings.c:1364 ../intl-scm/guile-strings.c:1488 +#: ../intl-scm/guile-strings.c:1682 ../intl-scm/guile-strings.c:1756 +#: ../intl-scm/guile-strings.c:2176 ../intl-scm/guile-strings.c:2896 +#: ../intl-scm/guile-strings.c:2958 #, c-format msgid "%s to %s" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1216 +#: ../intl-scm/guile-strings.c:1220 msgid "Double-Weeks" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1222 +#: ../intl-scm/guile-strings.c:1226 msgid "All Prices equal" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1224 +#: ../intl-scm/guile-strings.c:1228 msgid "" "All the prices found are equal. This would result in a plot with one " "straight line. Unfortunately, the plotting tool can't handle that." msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1226 +#: ../intl-scm/guile-strings.c:1230 msgid "All Prices at the same date" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1228 +#: ../intl-scm/guile-strings.c:1232 msgid "" "All the prices found are from the same date. This would result in a plot " "with one straight line. Unfortunately, the plotting tool can't handle that." msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1230 +#: ../intl-scm/guile-strings.c:1234 msgid "Only one price" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1232 +#: ../intl-scm/guile-strings.c:1236 msgid "" "There was only one single price found for the selected commodities in the " "selected time period. This doesn't give a useful plot." msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1236 +#: ../intl-scm/guile-strings.c:1240 msgid "" "There is no price information available for the selected commodities in the " "selected time period." msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1238 +#: ../intl-scm/guile-strings.c:1242 msgid "Identical commodities" msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1240 +#: ../intl-scm/guile-strings.c:1244 msgid "" "Your selected commodity and the currency of the report are identical. It " "doesn't make sense to show prices for identical commodities." msgstr "" #. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1244 +#: ../intl-scm/guile-strings.c:1248 msgid "Price Scatterplot" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1246 +#: ../intl-scm/guile-strings.c:1250 msgid "Income/Expense Chart" msgstr "" @@ -15787,73 +15834,73 @@ msgstr "" #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1272 ../intl-scm/guile-strings.c:1742 -#: ../intl-scm/guile-strings.c:2858 ../intl-scm/guile-strings.c:2928 +#: ../intl-scm/guile-strings.c:1276 ../intl-scm/guile-strings.c:1746 +#: ../intl-scm/guile-strings.c:2876 ../intl-scm/guile-strings.c:2946 msgid "Report on these accounts, if chosen account level allows." msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1274 +#: ../intl-scm/guile-strings.c:1278 msgid "Show Income and Expenses?" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1276 +#: ../intl-scm/guile-strings.c:1280 msgid "Show the Asset and the Liability bars?" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1278 +#: ../intl-scm/guile-strings.c:1282 msgid "Show the net profit?" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1280 +#: ../intl-scm/guile-strings.c:1284 msgid "Show a Net Worth bar?" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1292 +#: ../intl-scm/guile-strings.c:1296 msgid "Net Profit" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1294 +#: ../intl-scm/guile-strings.c:1298 msgid "Net Worth" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1296 +#: ../intl-scm/guile-strings.c:1300 msgid "Income Chart" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1298 +#: ../intl-scm/guile-strings.c:1302 msgid "Asset Chart" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1300 +#: ../intl-scm/guile-strings.c:1304 msgid "Expense Chart" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1302 +#: ../intl-scm/guile-strings.c:1306 msgid "Liability Chart" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1304 +#: ../intl-scm/guile-strings.c:1308 msgid "Net Worth Barchart" msgstr "" #. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1306 +#: ../intl-scm/guile-strings.c:1310 msgid "Income & Expense Chart" msgstr "" #. src/report/standard-reports/general-journal.scm -#: ../intl-scm/guile-strings.c:1308 +#: ../intl-scm/guile-strings.c:1312 msgid "General Journal" msgstr "" @@ -15861,9 +15908,9 @@ msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:1332 ../intl-scm/guile-strings.c:1546 -#: ../intl-scm/guile-strings.c:2262 ../intl-scm/guile-strings.c:2532 -#: ../intl-scm/guile-strings.c:2688 +#: ../intl-scm/guile-strings.c:1336 ../intl-scm/guile-strings.c:1550 +#: ../intl-scm/guile-strings.c:2266 ../intl-scm/guile-strings.c:2544 +#: ../intl-scm/guile-strings.c:2706 msgid "Running Balance" msgstr "" @@ -15874,27 +15921,27 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:1334 ../intl-scm/guile-strings.c:1548 -#: ../intl-scm/guile-strings.c:2536 ../intl-scm/guile-strings.c:2694 -#: ../intl-scm/guile-strings.c:3324 ../intl-scm/guile-strings.c:3658 -#: ../intl-scm/guile-strings.c:3900 +#: ../intl-scm/guile-strings.c:1338 ../intl-scm/guile-strings.c:1552 +#: ../intl-scm/guile-strings.c:2548 ../intl-scm/guile-strings.c:2712 +#: ../intl-scm/guile-strings.c:3354 ../intl-scm/guile-strings.c:3690 +#: ../intl-scm/guile-strings.c:3932 msgid "Totals" msgstr "" #. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1336 +#: ../intl-scm/guile-strings.c:1340 msgid "Cash Flow" msgstr "" #. src/report/standard-reports/cash-flow.scm #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1342 ../intl-scm/guile-strings.c:2718 +#: ../intl-scm/guile-strings.c:1346 ../intl-scm/guile-strings.c:2736 msgid "Account Display Depth" msgstr "" #. src/report/standard-reports/cash-flow.scm #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1344 ../intl-scm/guile-strings.c:2720 +#: ../intl-scm/guile-strings.c:1348 ../intl-scm/guile-strings.c:2738 msgid "Always show sub-accounts" msgstr "" @@ -15905,16 +15952,16 @@ msgstr "" #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1352 ../intl-scm/guile-strings.c:1458 -#: ../intl-scm/guile-strings.c:1646 ../intl-scm/guile-strings.c:1876 -#: ../intl-scm/guile-strings.c:1980 ../intl-scm/guile-strings.c:2144 -#: ../intl-scm/guile-strings.c:2726 +#: ../intl-scm/guile-strings.c:1356 ../intl-scm/guile-strings.c:1462 +#: ../intl-scm/guile-strings.c:1650 ../intl-scm/guile-strings.c:1880 +#: ../intl-scm/guile-strings.c:1984 ../intl-scm/guile-strings.c:2148 +#: ../intl-scm/guile-strings.c:2744 msgid "Show Exchange Rates" msgstr "" #. src/report/standard-reports/cash-flow.scm #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1354 ../intl-scm/guile-strings.c:2728 +#: ../intl-scm/guile-strings.c:1358 ../intl-scm/guile-strings.c:2746 msgid "Show Full Account Names" msgstr "" @@ -15924,59 +15971,59 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1356 ../intl-scm/guile-strings.c:1460 -#: ../intl-scm/guile-strings.c:1648 ../intl-scm/guile-strings.c:1878 -#: ../intl-scm/guile-strings.c:1982 ../intl-scm/guile-strings.c:2146 +#: ../intl-scm/guile-strings.c:1360 ../intl-scm/guile-strings.c:1464 +#: ../intl-scm/guile-strings.c:1652 ../intl-scm/guile-strings.c:1882 +#: ../intl-scm/guile-strings.c:1986 ../intl-scm/guile-strings.c:2150 msgid "Show the exchange rates used" msgstr "" #. src/report/standard-reports/cash-flow.scm #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1358 ../intl-scm/guile-strings.c:2734 +#: ../intl-scm/guile-strings.c:1362 ../intl-scm/guile-strings.c:2752 msgid "Show full account names (including parent accounts)" msgstr "" #. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1362 +#: ../intl-scm/guile-strings.c:1366 #, c-format msgid "%s and subaccounts" msgstr "" #. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1364 +#: ../intl-scm/guile-strings.c:1368 #, c-format msgid "%s and selected subaccounts" msgstr "" #. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1368 +#: ../intl-scm/guile-strings.c:1372 msgid "Money into selected accounts comes from" msgstr "" #. src/report/standard-reports/cash-flow.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1370 ../intl-scm/guile-strings.c:2094 +#: ../intl-scm/guile-strings.c:1374 ../intl-scm/guile-strings.c:2098 msgid "Money In" msgstr "" #. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1372 +#: ../intl-scm/guile-strings.c:1376 msgid "Money out of selected accounts goes to" msgstr "" #. src/report/standard-reports/cash-flow.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1374 ../intl-scm/guile-strings.c:2096 +#: ../intl-scm/guile-strings.c:1378 ../intl-scm/guile-strings.c:2100 msgid "Money Out" msgstr "" #. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1376 +#: ../intl-scm/guile-strings.c:1380 msgid "Difference" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1378 ../intl-scm/guile-strings.c:1488 +#: ../intl-scm/guile-strings.c:1382 ../intl-scm/guile-strings.c:1492 msgid "Trial Balance" msgstr "" @@ -15985,9 +16032,9 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1380 ../intl-scm/guile-strings.c:1576 -#: ../intl-scm/guile-strings.c:1796 ../intl-scm/guile-strings.c:1908 -#: ../intl-scm/guile-strings.c:2114 +#: ../intl-scm/guile-strings.c:1384 ../intl-scm/guile-strings.c:1580 +#: ../intl-scm/guile-strings.c:1800 ../intl-scm/guile-strings.c:1912 +#: ../intl-scm/guile-strings.c:2118 msgid "Report Title" msgstr "" @@ -15996,9 +16043,9 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1382 ../intl-scm/guile-strings.c:1578 -#: ../intl-scm/guile-strings.c:1798 ../intl-scm/guile-strings.c:1910 -#: ../intl-scm/guile-strings.c:2116 +#: ../intl-scm/guile-strings.c:1386 ../intl-scm/guile-strings.c:1582 +#: ../intl-scm/guile-strings.c:1802 ../intl-scm/guile-strings.c:1914 +#: ../intl-scm/guile-strings.c:2120 msgid "Title for this report" msgstr "" @@ -16007,9 +16054,9 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1384 ../intl-scm/guile-strings.c:1580 -#: ../intl-scm/guile-strings.c:1800 ../intl-scm/guile-strings.c:1912 -#: ../intl-scm/guile-strings.c:2118 +#: ../intl-scm/guile-strings.c:1388 ../intl-scm/guile-strings.c:1584 +#: ../intl-scm/guile-strings.c:1804 ../intl-scm/guile-strings.c:1916 +#: ../intl-scm/guile-strings.c:2122 msgid "Company name" msgstr "" @@ -16018,29 +16065,29 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1386 ../intl-scm/guile-strings.c:1582 -#: ../intl-scm/guile-strings.c:1802 ../intl-scm/guile-strings.c:1914 -#: ../intl-scm/guile-strings.c:2120 +#: ../intl-scm/guile-strings.c:1390 ../intl-scm/guile-strings.c:1586 +#: ../intl-scm/guile-strings.c:1806 ../intl-scm/guile-strings.c:1918 +#: ../intl-scm/guile-strings.c:2124 msgid "Name of company/individual" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1388 +#: ../intl-scm/guile-strings.c:1392 msgid "Start of Adjusting/Closing" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1390 +#: ../intl-scm/guile-strings.c:1394 msgid "Date of Report" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1392 +#: ../intl-scm/guile-strings.c:1396 msgid "Report variation" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1394 +#: ../intl-scm/guile-strings.c:1398 msgid "Kind of trial balance to generate" msgstr "" @@ -16049,15 +16096,15 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1396 ../intl-scm/guile-strings.c:1588 -#: ../intl-scm/guile-strings.c:1810 ../intl-scm/guile-strings.c:1918 -#: ../intl-scm/guile-strings.c:2126 +#: ../intl-scm/guile-strings.c:1400 ../intl-scm/guile-strings.c:1592 +#: ../intl-scm/guile-strings.c:1814 ../intl-scm/guile-strings.c:1922 +#: ../intl-scm/guile-strings.c:2130 msgid "Accounts to include" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1398 ../intl-scm/guile-strings.c:2340 +#: ../intl-scm/guile-strings.c:1402 ../intl-scm/guile-strings.c:2352 msgid "Report on these accounts" msgstr "" @@ -16065,8 +16112,8 @@ msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1400 ../intl-scm/guile-strings.c:1592 -#: ../intl-scm/guile-strings.c:1814 ../intl-scm/guile-strings.c:1922 +#: ../intl-scm/guile-strings.c:1404 ../intl-scm/guile-strings.c:1596 +#: ../intl-scm/guile-strings.c:1818 ../intl-scm/guile-strings.c:1926 msgid "Levels of Subaccounts" msgstr "" @@ -16074,35 +16121,35 @@ msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1402 ../intl-scm/guile-strings.c:1594 -#: ../intl-scm/guile-strings.c:1816 ../intl-scm/guile-strings.c:1924 +#: ../intl-scm/guile-strings.c:1406 ../intl-scm/guile-strings.c:1598 +#: ../intl-scm/guile-strings.c:1820 ../intl-scm/guile-strings.c:1928 msgid "Maximum number of levels in the account tree displayed" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1404 +#: ../intl-scm/guile-strings.c:1408 msgid "Merchandising" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1406 +#: ../intl-scm/guile-strings.c:1410 msgid "Gross adjustment accounts" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1408 +#: ../intl-scm/guile-strings.c:1412 msgid "" "Do not net, but show gross debit/credit adjustments to these accounts. " "Merchandising businesses will normally select their inventory accounts here." msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1410 +#: ../intl-scm/guile-strings.c:1414 msgid "Income summary accounts" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1412 +#: ../intl-scm/guile-strings.c:1416 msgid "" "Adjustments made to these accounts are gross adjusted (see above) in the " "Adjustments, Adjusted Trial Balance, and Income Statement columns. Mostly " @@ -16112,38 +16159,38 @@ msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1414 ../intl-scm/guile-strings.c:1650 -#: ../intl-scm/guile-strings.c:2148 +#: ../intl-scm/guile-strings.c:1418 ../intl-scm/guile-strings.c:1654 +#: ../intl-scm/guile-strings.c:2152 msgid "Entries" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1416 +#: ../intl-scm/guile-strings.c:1420 msgid "Adjusting Entries pattern" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1418 +#: ../intl-scm/guile-strings.c:1422 msgid "Any text in the Description column which identifies adjusting entries" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1420 +#: ../intl-scm/guile-strings.c:1424 msgid "Adjusting Entries pattern is case-sensitive" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1422 +#: ../intl-scm/guile-strings.c:1426 msgid "Causes the Adjusting Entries Pattern match to be case-sensitive" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1424 +#: ../intl-scm/guile-strings.c:1428 msgid "Adjusting Entries Pattern is regular expression" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1426 +#: ../intl-scm/guile-strings.c:1430 msgid "" "Causes the Adjusting Entries Pattern to be treated as a regular expression" msgstr "" @@ -16151,48 +16198,48 @@ msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1428 ../intl-scm/guile-strings.c:1652 -#: ../intl-scm/guile-strings.c:2150 +#: ../intl-scm/guile-strings.c:1432 ../intl-scm/guile-strings.c:1656 +#: ../intl-scm/guile-strings.c:2154 msgid "Closing Entries pattern" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1430 ../intl-scm/guile-strings.c:1654 -#: ../intl-scm/guile-strings.c:2152 +#: ../intl-scm/guile-strings.c:1434 ../intl-scm/guile-strings.c:1658 +#: ../intl-scm/guile-strings.c:2156 msgid "Any text in the Description column which identifies closing entries" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1432 ../intl-scm/guile-strings.c:1656 -#: ../intl-scm/guile-strings.c:2154 +#: ../intl-scm/guile-strings.c:1436 ../intl-scm/guile-strings.c:1660 +#: ../intl-scm/guile-strings.c:2158 msgid "Closing Entries pattern is case-sensitive" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1434 ../intl-scm/guile-strings.c:1658 -#: ../intl-scm/guile-strings.c:2156 +#: ../intl-scm/guile-strings.c:1438 ../intl-scm/guile-strings.c:1662 +#: ../intl-scm/guile-strings.c:2160 msgid "Causes the Closing Entries Pattern match to be case-sensitive" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1436 ../intl-scm/guile-strings.c:1660 -#: ../intl-scm/guile-strings.c:2158 +#: ../intl-scm/guile-strings.c:1440 ../intl-scm/guile-strings.c:1664 +#: ../intl-scm/guile-strings.c:2162 msgid "Closing Entries Pattern is regular expression" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1438 ../intl-scm/guile-strings.c:1662 -#: ../intl-scm/guile-strings.c:2160 +#: ../intl-scm/guile-strings.c:1442 ../intl-scm/guile-strings.c:1666 +#: ../intl-scm/guile-strings.c:2164 msgid "" "Causes the Closing Entries Pattern to be treated as a regular expression" msgstr "" @@ -16201,8 +16248,8 @@ msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1440 ../intl-scm/guile-strings.c:1604 -#: ../intl-scm/guile-strings.c:1826 ../intl-scm/guile-strings.c:1934 +#: ../intl-scm/guile-strings.c:1444 ../intl-scm/guile-strings.c:1608 +#: ../intl-scm/guile-strings.c:1830 ../intl-scm/guile-strings.c:1938 msgid "Include accounts with zero total balances" msgstr "" @@ -16210,8 +16257,8 @@ msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1442 ../intl-scm/guile-strings.c:1606 -#: ../intl-scm/guile-strings.c:1828 ../intl-scm/guile-strings.c:1936 +#: ../intl-scm/guile-strings.c:1446 ../intl-scm/guile-strings.c:1610 +#: ../intl-scm/guile-strings.c:1832 ../intl-scm/guile-strings.c:1940 msgid "Include accounts with zero total (recursive) balances in this report" msgstr "" @@ -16219,8 +16266,8 @@ msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1444 ../intl-scm/guile-strings.c:1616 -#: ../intl-scm/guile-strings.c:1838 ../intl-scm/guile-strings.c:1946 +#: ../intl-scm/guile-strings.c:1448 ../intl-scm/guile-strings.c:1620 +#: ../intl-scm/guile-strings.c:1842 ../intl-scm/guile-strings.c:1950 msgid "Display accounts as hyperlinks" msgstr "" @@ -16228,8 +16275,8 @@ msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1446 ../intl-scm/guile-strings.c:1618 -#: ../intl-scm/guile-strings.c:1840 ../intl-scm/guile-strings.c:1948 +#: ../intl-scm/guile-strings.c:1450 ../intl-scm/guile-strings.c:1622 +#: ../intl-scm/guile-strings.c:1844 ../intl-scm/guile-strings.c:1952 msgid "Shows each account in the table as a hyperlink to its register window" msgstr "" @@ -16238,9 +16285,9 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1448 ../intl-scm/guile-strings.c:1636 -#: ../intl-scm/guile-strings.c:1866 ../intl-scm/guile-strings.c:1970 -#: ../intl-scm/guile-strings.c:2134 +#: ../intl-scm/guile-strings.c:1452 ../intl-scm/guile-strings.c:1640 +#: ../intl-scm/guile-strings.c:1870 ../intl-scm/guile-strings.c:1974 +#: ../intl-scm/guile-strings.c:2138 msgid "Commodities" msgstr "" @@ -16249,9 +16296,9 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1454 ../intl-scm/guile-strings.c:1642 -#: ../intl-scm/guile-strings.c:1872 ../intl-scm/guile-strings.c:1976 -#: ../intl-scm/guile-strings.c:2140 +#: ../intl-scm/guile-strings.c:1458 ../intl-scm/guile-strings.c:1646 +#: ../intl-scm/guile-strings.c:1876 ../intl-scm/guile-strings.c:1980 +#: ../intl-scm/guile-strings.c:2144 msgid "Show Foreign Currencies" msgstr "" @@ -16260,283 +16307,283 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1456 ../intl-scm/guile-strings.c:1644 -#: ../intl-scm/guile-strings.c:1874 ../intl-scm/guile-strings.c:1978 -#: ../intl-scm/guile-strings.c:2142 +#: ../intl-scm/guile-strings.c:1460 ../intl-scm/guile-strings.c:1648 +#: ../intl-scm/guile-strings.c:1878 ../intl-scm/guile-strings.c:1982 +#: ../intl-scm/guile-strings.c:2146 msgid "Display any foreign currency amount in an account" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1466 +#: ../intl-scm/guile-strings.c:1470 msgid "Current Trial Balance" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1468 +#: ../intl-scm/guile-strings.c:1472 msgid "Uses the exact balances in the general ledger" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1470 +#: ../intl-scm/guile-strings.c:1474 msgid "Pre-adjustment Trial Balance" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1472 +#: ../intl-scm/guile-strings.c:1476 msgid "Ignores Adjusting/Closing entries" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1474 +#: ../intl-scm/guile-strings.c:1478 msgid "Work Sheet" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1476 +#: ../intl-scm/guile-strings.c:1480 msgid "Creates a complete end-of-period work sheet" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1482 ../intl-scm/guile-strings.c:1676 -#: ../intl-scm/guile-strings.c:2170 +#: ../intl-scm/guile-strings.c:1486 ../intl-scm/guile-strings.c:1680 +#: ../intl-scm/guile-strings.c:2174 msgid "for Period" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1486 ../intl-scm/guile-strings.c:1674 -#: ../intl-scm/guile-strings.c:2168 +#: ../intl-scm/guile-strings.c:1490 ../intl-scm/guile-strings.c:1678 +#: ../intl-scm/guile-strings.c:2172 #, c-format msgid "For Period Covering %s to %s" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1490 +#: ../intl-scm/guile-strings.c:1494 msgid "Adjustments" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1492 +#: ../intl-scm/guile-strings.c:1496 msgid "Adjusted Trial Balance" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1494 ../intl-scm/guile-strings.c:1574 +#: ../intl-scm/guile-strings.c:1498 ../intl-scm/guile-strings.c:1578 msgid "Income Statement" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1496 ../intl-scm/guile-strings.c:1794 +#: ../intl-scm/guile-strings.c:1500 ../intl-scm/guile-strings.c:1798 msgid "Balance Sheet" msgstr "" #. src/report/standard-reports/trial-balance.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1504 ../intl-scm/guile-strings.c:1898 -#: ../intl-scm/guile-strings.c:2184 +#: ../intl-scm/guile-strings.c:1508 ../intl-scm/guile-strings.c:1902 +#: ../intl-scm/guile-strings.c:2188 msgid "Unrealized Gains" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1506 +#: ../intl-scm/guile-strings.c:1510 msgid "Net Income" msgstr "" #. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1508 +#: ../intl-scm/guile-strings.c:1512 msgid "Net Loss" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1512 ../intl-scm/guile-strings.c:2196 -#: ../intl-scm/guile-strings.c:2284 ../intl-scm/guile-strings.c:2288 +#: ../intl-scm/guile-strings.c:1516 ../intl-scm/guile-strings.c:2200 +#: ../intl-scm/guile-strings.c:2288 ../intl-scm/guile-strings.c:2292 msgid "Sorting" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1514 ../intl-scm/guile-strings.c:2346 +#: ../intl-scm/guile-strings.c:1518 ../intl-scm/guile-strings.c:2358 msgid "Filter Type" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1516 ../intl-scm/guile-strings.c:2210 +#: ../intl-scm/guile-strings.c:1520 ../intl-scm/guile-strings.c:2214 msgid "Void Transactions?" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1520 ../intl-scm/guile-strings.c:2230 -#: ../intl-scm/guile-strings.c:2294 ../intl-scm/guile-strings.c:2396 -#: ../intl-scm/guile-strings.c:2484 +#: ../intl-scm/guile-strings.c:1524 ../intl-scm/guile-strings.c:2234 +#: ../intl-scm/guile-strings.c:2302 ../intl-scm/guile-strings.c:2408 +#: ../intl-scm/guile-strings.c:2496 msgid "Reconciled Date" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1530 ../intl-scm/guile-strings.c:2266 -#: ../intl-scm/guile-strings.c:2504 +#: ../intl-scm/guile-strings.c:1534 ../intl-scm/guile-strings.c:2270 +#: ../intl-scm/guile-strings.c:2516 msgid "Use Full Account Name?" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1534 ../intl-scm/guile-strings.c:2246 -#: ../intl-scm/guile-strings.c:2404 ../intl-scm/guile-strings.c:2512 +#: ../intl-scm/guile-strings.c:1538 ../intl-scm/guile-strings.c:2250 +#: ../intl-scm/guile-strings.c:2416 ../intl-scm/guile-strings.c:2524 msgid "Other Account Name" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1536 ../intl-scm/guile-strings.c:2282 -#: ../intl-scm/guile-strings.c:2516 +#: ../intl-scm/guile-strings.c:1540 ../intl-scm/guile-strings.c:2286 +#: ../intl-scm/guile-strings.c:2528 msgid "Use Full Other Account Name?" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1538 ../intl-scm/guile-strings.c:2278 -#: ../intl-scm/guile-strings.c:2408 ../intl-scm/guile-strings.c:2520 +#: ../intl-scm/guile-strings.c:1542 ../intl-scm/guile-strings.c:2282 +#: ../intl-scm/guile-strings.c:2420 ../intl-scm/guile-strings.c:2532 msgid "Other Account Code" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1550 ../intl-scm/guile-strings.c:2556 -#: ../intl-scm/guile-strings.c:2596 +#: ../intl-scm/guile-strings.c:1554 ../intl-scm/guile-strings.c:2574 +#: ../intl-scm/guile-strings.c:2614 msgid "Sign Reverses?" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1552 ../intl-scm/guile-strings.c:2322 -#: ../intl-scm/guile-strings.c:2598 +#: ../intl-scm/guile-strings.c:1556 ../intl-scm/guile-strings.c:2334 +#: ../intl-scm/guile-strings.c:2616 msgid "Style" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1554 ../intl-scm/guile-strings.c:2198 +#: ../intl-scm/guile-strings.c:1558 ../intl-scm/guile-strings.c:2202 msgid "Primary Key" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1556 ../intl-scm/guile-strings.c:2290 -#: ../intl-scm/guile-strings.c:2454 +#: ../intl-scm/guile-strings.c:1560 ../intl-scm/guile-strings.c:2294 +#: ../intl-scm/guile-strings.c:2466 msgid "Show Full Account Name?" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1558 ../intl-scm/guile-strings.c:2286 -#: ../intl-scm/guile-strings.c:2458 +#: ../intl-scm/guile-strings.c:1562 ../intl-scm/guile-strings.c:2290 +#: ../intl-scm/guile-strings.c:2470 msgid "Show Account Code?" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1560 ../intl-scm/guile-strings.c:2200 +#: ../intl-scm/guile-strings.c:1564 ../intl-scm/guile-strings.c:2204 msgid "Primary Subtotal" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1562 ../intl-scm/guile-strings.c:2202 +#: ../intl-scm/guile-strings.c:1566 ../intl-scm/guile-strings.c:2206 msgid "Primary Subtotal for Date Key" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1564 ../intl-scm/guile-strings.c:2466 +#: ../intl-scm/guile-strings.c:1568 ../intl-scm/guile-strings.c:2478 msgid "Primary Sort Order" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1566 ../intl-scm/guile-strings.c:2204 +#: ../intl-scm/guile-strings.c:1570 ../intl-scm/guile-strings.c:2208 msgid "Secondary Key" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1568 ../intl-scm/guile-strings.c:2206 +#: ../intl-scm/guile-strings.c:1572 ../intl-scm/guile-strings.c:2210 msgid "Secondary Subtotal" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1570 ../intl-scm/guile-strings.c:2208 +#: ../intl-scm/guile-strings.c:1574 ../intl-scm/guile-strings.c:2212 msgid "Secondary Subtotal for Date Key" msgstr "" #. src/report/standard-reports/general-ledger.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1572 ../intl-scm/guile-strings.c:2476 +#: ../intl-scm/guile-strings.c:1576 ../intl-scm/guile-strings.c:2488 msgid "Secondary Sort Order" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1584 ../intl-scm/guile-strings.c:2122 +#: ../intl-scm/guile-strings.c:1588 ../intl-scm/guile-strings.c:2126 msgid "Start Date" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1586 ../intl-scm/guile-strings.c:2124 +#: ../intl-scm/guile-strings.c:1590 ../intl-scm/guile-strings.c:2128 msgid "End Date" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1596 ../intl-scm/guile-strings.c:1818 +#: ../intl-scm/guile-strings.c:1600 ../intl-scm/guile-strings.c:1822 msgid "Flatten list to depth limit" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1598 ../intl-scm/guile-strings.c:1820 +#: ../intl-scm/guile-strings.c:1602 ../intl-scm/guile-strings.c:1824 msgid "Displays accounts which exceed the depth limit at the depth limit" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1600 ../intl-scm/guile-strings.c:1822 -#: ../intl-scm/guile-strings.c:1930 +#: ../intl-scm/guile-strings.c:1604 ../intl-scm/guile-strings.c:1826 +#: ../intl-scm/guile-strings.c:1934 msgid "Parent account balances" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1602 ../intl-scm/guile-strings.c:1824 -#: ../intl-scm/guile-strings.c:1932 +#: ../intl-scm/guile-strings.c:1606 ../intl-scm/guile-strings.c:1828 +#: ../intl-scm/guile-strings.c:1936 msgid "Parent account subtotals" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1608 ../intl-scm/guile-strings.c:1830 -#: ../intl-scm/guile-strings.c:1938 +#: ../intl-scm/guile-strings.c:1612 ../intl-scm/guile-strings.c:1834 +#: ../intl-scm/guile-strings.c:1942 msgid "Omit zero balance figures" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1610 ../intl-scm/guile-strings.c:1832 -#: ../intl-scm/guile-strings.c:1940 +#: ../intl-scm/guile-strings.c:1614 ../intl-scm/guile-strings.c:1836 +#: ../intl-scm/guile-strings.c:1944 msgid "Show blank space in place of any zero balances which would be shown" msgstr "" @@ -16544,8 +16591,8 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1612 ../intl-scm/guile-strings.c:1834 -#: ../intl-scm/guile-strings.c:1942 ../intl-scm/guile-strings.c:2130 +#: ../intl-scm/guile-strings.c:1616 ../intl-scm/guile-strings.c:1838 +#: ../intl-scm/guile-strings.c:1946 ../intl-scm/guile-strings.c:2134 msgid "Show accounting-style rules" msgstr "" @@ -16553,940 +16600,940 @@ msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/account-summary.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1614 ../intl-scm/guile-strings.c:1836 -#: ../intl-scm/guile-strings.c:1944 ../intl-scm/guile-strings.c:2132 +#: ../intl-scm/guile-strings.c:1618 ../intl-scm/guile-strings.c:1840 +#: ../intl-scm/guile-strings.c:1948 ../intl-scm/guile-strings.c:2136 msgid "Use rules beneath columns of added numbers like accountants do" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1620 +#: ../intl-scm/guile-strings.c:1624 msgid "Label the revenue section" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1622 +#: ../intl-scm/guile-strings.c:1626 msgid "Whether or not to include a label for the revenue section" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1624 +#: ../intl-scm/guile-strings.c:1628 msgid "Include revenue total" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1626 +#: ../intl-scm/guile-strings.c:1630 msgid "Whether or not to include a line indicating total revenue" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1628 +#: ../intl-scm/guile-strings.c:1632 msgid "Label the expense section" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1630 +#: ../intl-scm/guile-strings.c:1634 msgid "Whether or not to include a label for the expense section" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1632 +#: ../intl-scm/guile-strings.c:1636 msgid "Include expense total" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1634 +#: ../intl-scm/guile-strings.c:1638 msgid "Whether or not to include a line indicating total expense" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1664 +#: ../intl-scm/guile-strings.c:1668 msgid "Display as a two column report" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1666 +#: ../intl-scm/guile-strings.c:1670 msgid "Divides the report into an income column and an expense column" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1668 +#: ../intl-scm/guile-strings.c:1672 msgid "Display in standard, income first, order" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1670 +#: ../intl-scm/guile-strings.c:1674 msgid "" "Causes the report to display in the standard order, placing income before " "expenses" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1680 +#: ../intl-scm/guile-strings.c:1684 msgid "Revenues" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1682 +#: ../intl-scm/guile-strings.c:1686 msgid "Total Revenue" msgstr "" #. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1686 +#: ../intl-scm/guile-strings.c:1690 msgid "Total Expenses" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1688 ../intl-scm/guile-strings.c:2176 +#: ../intl-scm/guile-strings.c:1692 ../intl-scm/guile-strings.c:2180 msgid "Net income" msgstr "" #. src/report/standard-reports/income-statement.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1690 ../intl-scm/guile-strings.c:2178 +#: ../intl-scm/guile-strings.c:1694 ../intl-scm/guile-strings.c:2182 msgid "Net loss" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1692 +#: ../intl-scm/guile-strings.c:1696 msgid "Income Barchart" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1694 +#: ../intl-scm/guile-strings.c:1698 msgid "Expense Barchart" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1696 +#: ../intl-scm/guile-strings.c:1700 msgid "Asset Barchart" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1698 +#: ../intl-scm/guile-strings.c:1702 msgid "Liability Barchart" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1700 +#: ../intl-scm/guile-strings.c:1704 msgid "Shows a barchart with the Income per interval developing over time" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1702 +#: ../intl-scm/guile-strings.c:1706 msgid "Shows a barchart with the Expenses per interval developing over time" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1704 +#: ../intl-scm/guile-strings.c:1708 msgid "Shows a barchart with the Assets developing over time" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1706 +#: ../intl-scm/guile-strings.c:1710 msgid "Shows a barchart with the Liabilities developing over time" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1708 +#: ../intl-scm/guile-strings.c:1712 msgid "Income Over Time" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1710 +#: ../intl-scm/guile-strings.c:1714 msgid "Expense Over Time" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1712 +#: ../intl-scm/guile-strings.c:1716 msgid "Assets Over Time" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1714 +#: ../intl-scm/guile-strings.c:1718 msgid "Liabilities Over Time" msgstr "" #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1728 ../intl-scm/guile-strings.c:2840 -#: ../intl-scm/guile-strings.c:2914 +#: ../intl-scm/guile-strings.c:1732 ../intl-scm/guile-strings.c:2858 +#: ../intl-scm/guile-strings.c:2932 msgid "Show Accounts until level" msgstr "" #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1730 ../intl-scm/guile-strings.c:2844 -#: ../intl-scm/guile-strings.c:2916 +#: ../intl-scm/guile-strings.c:1734 ../intl-scm/guile-strings.c:2862 +#: ../intl-scm/guile-strings.c:2934 msgid "Show long account names" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1732 +#: ../intl-scm/guile-strings.c:1736 msgid "Use Stacked Bars" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1734 +#: ../intl-scm/guile-strings.c:1738 msgid "Maximum Bars" msgstr "" #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1740 ../intl-scm/guile-strings.c:2854 -#: ../intl-scm/guile-strings.c:2926 +#: ../intl-scm/guile-strings.c:1744 ../intl-scm/guile-strings.c:2872 +#: ../intl-scm/guile-strings.c:2944 msgid "Sort Method" msgstr "" #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1744 ../intl-scm/guile-strings.c:2860 -#: ../intl-scm/guile-strings.c:2930 +#: ../intl-scm/guile-strings.c:1748 ../intl-scm/guile-strings.c:2878 +#: ../intl-scm/guile-strings.c:2948 msgid "Show accounts to this depth and not further" msgstr "" #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1746 ../intl-scm/guile-strings.c:2932 +#: ../intl-scm/guile-strings.c:1750 ../intl-scm/guile-strings.c:2950 msgid "Show the full account name in legend?" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1748 +#: ../intl-scm/guile-strings.c:1752 msgid "Show barchart as stacked barchart? (Guppi>=0.35.4 required)" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1750 +#: ../intl-scm/guile-strings.c:1754 msgid "Maximum number of bars in the chart" msgstr "" #. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1754 +#: ../intl-scm/guile-strings.c:1758 #, c-format msgid "Balances %s to %s" msgstr "" #. src/report/standard-reports/category-barchart.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1758 ../intl-scm/guile-strings.c:2944 +#: ../intl-scm/guile-strings.c:1762 ../intl-scm/guile-strings.c:2962 msgid "and" msgstr "" #. src/report/standard-reports/portfolio.scm -#: ../intl-scm/guile-strings.c:1760 +#: ../intl-scm/guile-strings.c:1764 msgid "Investment Portfolio" msgstr "" #. src/report/standard-reports/portfolio.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1764 ../intl-scm/guile-strings.c:2012 +#: ../intl-scm/guile-strings.c:1768 ../intl-scm/guile-strings.c:2016 msgid "Share decimal places" msgstr "" #. src/report/standard-reports/portfolio.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1766 ../intl-scm/guile-strings.c:2014 +#: ../intl-scm/guile-strings.c:1770 ../intl-scm/guile-strings.c:2018 msgid "Include accounts with no shares" msgstr "" #. src/report/standard-reports/portfolio.scm #. src/report/standard-reports/advanced-portfolio.scm #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1770 ../intl-scm/guile-strings.c:2030 -#: ../intl-scm/guile-strings.c:2216 +#: ../intl-scm/guile-strings.c:1774 ../intl-scm/guile-strings.c:2034 +#: ../intl-scm/guile-strings.c:2220 msgid "Report Currency" msgstr "" #. src/report/standard-reports/portfolio.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1772 ../intl-scm/guile-strings.c:2068 +#: ../intl-scm/guile-strings.c:1776 ../intl-scm/guile-strings.c:2072 msgid "The number of decimal places to use for share numbers" msgstr "" #. src/report/standard-reports/portfolio.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1776 ../intl-scm/guile-strings.c:2074 +#: ../intl-scm/guile-strings.c:1780 ../intl-scm/guile-strings.c:2078 msgid "Stock Accounts to report on" msgstr "" #. src/report/standard-reports/portfolio.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1778 ../intl-scm/guile-strings.c:2076 +#: ../intl-scm/guile-strings.c:1782 ../intl-scm/guile-strings.c:2080 msgid "Include accounts that have a zero share balances." msgstr "" #. src/report/standard-reports/portfolio.scm #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1784 ../intl-scm/guile-strings.c:2084 +#: ../intl-scm/guile-strings.c:1788 ../intl-scm/guile-strings.c:2088 msgid "Listing" msgstr "" #. src/report/standard-reports/portfolio.scm -#: ../intl-scm/guile-strings.c:1786 +#: ../intl-scm/guile-strings.c:1790 msgid "Units" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1804 +#: ../intl-scm/guile-strings.c:1808 msgid "Balance Sheet Date" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1806 +#: ../intl-scm/guile-strings.c:1810 msgid "Single column Balance Sheet" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1808 +#: ../intl-scm/guile-strings.c:1812 msgid "" "Print liability/equity section in the same column under the assets section " "as opposed to a second column right of the assets section" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1842 +#: ../intl-scm/guile-strings.c:1846 msgid "Label the assets section" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1844 +#: ../intl-scm/guile-strings.c:1848 msgid "Whether or not to include a label for the assets section" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1846 +#: ../intl-scm/guile-strings.c:1850 msgid "Include assets total" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1848 +#: ../intl-scm/guile-strings.c:1852 msgid "Whether or not to include a line indicating total assets" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1850 +#: ../intl-scm/guile-strings.c:1854 msgid "Label the liabilities section" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1852 +#: ../intl-scm/guile-strings.c:1856 msgid "Whether or not to include a label for the liabilities section" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1854 +#: ../intl-scm/guile-strings.c:1858 msgid "Include liabilities total" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1856 +#: ../intl-scm/guile-strings.c:1860 msgid "Whether or not to include a line indicating total liabilities" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1858 +#: ../intl-scm/guile-strings.c:1862 msgid "Label the equity section" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1860 +#: ../intl-scm/guile-strings.c:1864 msgid "Whether or not to include a label for the equity section" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1862 +#: ../intl-scm/guile-strings.c:1866 msgid "Include equity total" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1864 +#: ../intl-scm/guile-strings.c:1868 msgid "Whether or not to include a line indicating total equity" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1880 +#: ../intl-scm/guile-strings.c:1884 msgid "Compute unrealized gains and losses" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1882 +#: ../intl-scm/guile-strings.c:1886 msgid "" "Include unrealized gains and losses in the computation. Will produce " "incorrect results if the current file uses commodity trading accounts" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1886 +#: ../intl-scm/guile-strings.c:1890 msgid "Total Assets" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1890 +#: ../intl-scm/guile-strings.c:1894 msgid "Total Liabilities" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1896 +#: ../intl-scm/guile-strings.c:1900 msgid "Retained Losses" msgstr "" #. src/report/standard-reports/balance-sheet.scm #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1900 ../intl-scm/guile-strings.c:2186 +#: ../intl-scm/guile-strings.c:1904 ../intl-scm/guile-strings.c:2190 msgid "Unrealized Losses" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1902 +#: ../intl-scm/guile-strings.c:1906 msgid "Total Equity" msgstr "" #. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1904 +#: ../intl-scm/guile-strings.c:1908 msgid "Total Liabilities & Equity" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1906 +#: ../intl-scm/guile-strings.c:1910 msgid "Account Summary" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1926 +#: ../intl-scm/guile-strings.c:1930 msgid "Depth limit behavior" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1928 +#: ../intl-scm/guile-strings.c:1932 msgid "How to treat accounts which exceed the specified depth limit (if any)" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1952 +#: ../intl-scm/guile-strings.c:1956 msgid "Show an account's balance" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1956 +#: ../intl-scm/guile-strings.c:1960 msgid "Show an account's account code" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1960 +#: ../intl-scm/guile-strings.c:1964 msgid "Show an account's account type" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1962 +#: ../intl-scm/guile-strings.c:1966 msgid "Account Description" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1964 +#: ../intl-scm/guile-strings.c:1968 msgid "Show an account's description" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1966 +#: ../intl-scm/guile-strings.c:1970 msgid "Account Notes" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1968 +#: ../intl-scm/guile-strings.c:1972 msgid "Show an account's notes" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1984 +#: ../intl-scm/guile-strings.c:1988 msgid "Recursive Balance" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1986 +#: ../intl-scm/guile-strings.c:1990 msgid "" "Show the total balance, including balances in subaccounts, of any account at " "the depth limit" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1988 +#: ../intl-scm/guile-strings.c:1992 msgid "Raise Accounts" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1990 +#: ../intl-scm/guile-strings.c:1994 msgid "Shows accounts deeper than the depth limit at the depth limit" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1992 +#: ../intl-scm/guile-strings.c:1996 msgid "Omit Accounts" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1994 +#: ../intl-scm/guile-strings.c:1998 msgid "Disregard completely any accounts deeper than the depth limit" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1996 +#: ../intl-scm/guile-strings.c:2000 msgid "Code" msgstr "" #. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:2002 +#: ../intl-scm/guile-strings.c:2006 msgid "Account title" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2008 +#: ../intl-scm/guile-strings.c:2012 msgid "Advanced Portfolio" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2016 +#: ../intl-scm/guile-strings.c:2020 msgid "Show ticker symbols" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2018 +#: ../intl-scm/guile-strings.c:2022 msgid "Show listings" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2020 +#: ../intl-scm/guile-strings.c:2024 msgid "Show prices" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2022 +#: ../intl-scm/guile-strings.c:2026 msgid "Show number of shares" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2024 ../intl-scm/guile-strings.c:2046 +#: ../intl-scm/guile-strings.c:2028 ../intl-scm/guile-strings.c:2050 msgid "Basis calculation method" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2026 +#: ../intl-scm/guile-strings.c:2030 msgid "Set preference for price list data" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2042 +#: ../intl-scm/guile-strings.c:2046 msgid "Most recent to report" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2044 +#: ../intl-scm/guile-strings.c:2048 msgid "The most recent recorded price before report date" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2048 ../intl-scm/guile-strings.c:2774 -#: ../intl-scm/guile-strings.c:2794 +#: ../intl-scm/guile-strings.c:2052 ../intl-scm/guile-strings.c:2792 +#: ../intl-scm/guile-strings.c:2812 msgid "Average" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2050 +#: ../intl-scm/guile-strings.c:2054 msgid "Use average cost of all shares for basis" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2052 +#: ../intl-scm/guile-strings.c:2056 msgid "FIFO" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2054 +#: ../intl-scm/guile-strings.c:2058 msgid "Use first-in first-out method for basis" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2056 +#: ../intl-scm/guile-strings.c:2060 msgid "FILO" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2058 +#: ../intl-scm/guile-strings.c:2062 msgid "Use first-in last-out method for basis" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2060 +#: ../intl-scm/guile-strings.c:2064 msgid "Prefer use of price editor pricing over transactions, where applicable." msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2062 +#: ../intl-scm/guile-strings.c:2066 msgid "Display the ticker symbols" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2064 +#: ../intl-scm/guile-strings.c:2068 msgid "Display exchange listings" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2066 +#: ../intl-scm/guile-strings.c:2070 msgid "Display numbers of shares in accounts" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2070 +#: ../intl-scm/guile-strings.c:2074 msgid "Display share prices" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2090 +#: ../intl-scm/guile-strings.c:2094 msgid "Basis" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2098 +#: ../intl-scm/guile-strings.c:2102 msgid "Realized Gain" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2100 +#: ../intl-scm/guile-strings.c:2104 msgid "Unrealized Gain" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2102 +#: ../intl-scm/guile-strings.c:2106 msgid "Total Gain" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2104 +#: ../intl-scm/guile-strings.c:2108 msgid "Total Return" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2106 +#: ../intl-scm/guile-strings.c:2110 msgid "Brokerage Fees" msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2108 +#: ../intl-scm/guile-strings.c:2112 msgid "" "* this commodity data was built using transaction pricing instead of the " "price list." msgstr "" #. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2110 +#: ../intl-scm/guile-strings.c:2114 msgid "" "If you are in a multi-currency situation, the exchanges may not be correct." msgstr "" #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2112 +#: ../intl-scm/guile-strings.c:2116 msgid "Equity Statement" msgstr "" #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2128 +#: ../intl-scm/guile-strings.c:2132 msgid "Report only on these accounts" msgstr "" #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2174 ../intl-scm/guile-strings.c:2192 +#: ../intl-scm/guile-strings.c:2178 ../intl-scm/guile-strings.c:2196 msgid "Capital" msgstr "" #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2180 +#: ../intl-scm/guile-strings.c:2184 msgid "Investments" msgstr "" #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2182 +#: ../intl-scm/guile-strings.c:2186 msgid "Withdrawals" msgstr "" #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2188 +#: ../intl-scm/guile-strings.c:2192 msgid "Increase in capital" msgstr "" #. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2190 +#: ../intl-scm/guile-strings.c:2194 msgid "Decrease in capital" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2194 +#: ../intl-scm/guile-strings.c:2198 msgid "Transaction Report" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2212 +#: ../intl-scm/guile-strings.c:2216 msgid "Table for Exporting" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2214 +#: ../intl-scm/guile-strings.c:2218 msgid "Common Currency" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2220 +#: ../intl-scm/guile-strings.c:2224 msgid "Total For " msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2222 ../intl-scm/guile-strings.c:2584 +#: ../intl-scm/guile-strings.c:2226 ../intl-scm/guile-strings.c:2602 msgid "Grand Total" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2304 +#: ../intl-scm/guile-strings.c:2316 msgid "Transfer from/to" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2324 +#: ../intl-scm/guile-strings.c:2336 msgid "Report style" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2326 +#: ../intl-scm/guile-strings.c:2338 msgid "Multi-Line" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2328 +#: ../intl-scm/guile-strings.c:2340 msgid "Display N lines" msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2330 ../intl-scm/guile-strings.c:2548 -#: ../intl-scm/guile-strings.c:2678 +#: ../intl-scm/guile-strings.c:2342 ../intl-scm/guile-strings.c:2566 +#: ../intl-scm/guile-strings.c:2696 msgid "Single" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2332 +#: ../intl-scm/guile-strings.c:2344 msgid "Display 1 line" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2334 +#: ../intl-scm/guile-strings.c:2346 msgid "Convert all transactions into a common currency" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2336 +#: ../intl-scm/guile-strings.c:2348 msgid "Formats the table suitable for cut & paste exporting with extra cells" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2338 +#: ../intl-scm/guile-strings.c:2350 msgid "Report Accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2342 +#: ../intl-scm/guile-strings.c:2354 msgid "Filter Accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2344 +#: ../intl-scm/guile-strings.c:2356 msgid "Filter on these accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2348 +#: ../intl-scm/guile-strings.c:2360 msgid "Filter account" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2352 +#: ../intl-scm/guile-strings.c:2364 msgid "Do not do any filtering" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2354 +#: ../intl-scm/guile-strings.c:2366 msgid "Include Transactions to/from Filter Accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2356 +#: ../intl-scm/guile-strings.c:2368 msgid "Include transactions to/from filter accounts only" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2358 +#: ../intl-scm/guile-strings.c:2370 msgid "Exclude Transactions to/from Filter Accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2360 +#: ../intl-scm/guile-strings.c:2372 msgid "Exclude transactions to/from all filter accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2362 +#: ../intl-scm/guile-strings.c:2374 msgid "How to handle void transactions" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2364 +#: ../intl-scm/guile-strings.c:2376 msgid "Non-void only" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2366 +#: ../intl-scm/guile-strings.c:2378 msgid "Show only non-voided transactions" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2368 +#: ../intl-scm/guile-strings.c:2380 msgid "Void only" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2370 +#: ../intl-scm/guile-strings.c:2382 msgid "Show only voided transactions" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2372 +#: ../intl-scm/guile-strings.c:2384 msgid "Both" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2374 +#: ../intl-scm/guile-strings.c:2386 msgid "Show both (and include void transactions in totals)" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2378 +#: ../intl-scm/guile-strings.c:2390 msgid "Do not sort" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2382 +#: ../intl-scm/guile-strings.c:2394 msgid "Sort & subtotal by account name" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2386 +#: ../intl-scm/guile-strings.c:2398 msgid "Sort & subtotal by account code" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2392 +#: ../intl-scm/guile-strings.c:2404 msgid "Exact Time" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2394 +#: ../intl-scm/guile-strings.c:2406 msgid "Sort by exact time" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2398 +#: ../intl-scm/guile-strings.c:2410 msgid "Sort by the Reconciled Date" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2400 +#: ../intl-scm/guile-strings.c:2412 msgid "Register Order" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2402 +#: ../intl-scm/guile-strings.c:2414 msgid "Sort as with the register" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2406 +#: ../intl-scm/guile-strings.c:2418 msgid "Sort by account transferred from/to's name" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2410 +#: ../intl-scm/guile-strings.c:2422 msgid "Sort by account transferred from/to's code" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2422 +#: ../intl-scm/guile-strings.c:2434 msgid "Sort by check/transaction number" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2428 +#: ../intl-scm/guile-strings.c:2440 msgid "Ascending" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2430 +#: ../intl-scm/guile-strings.c:2442 msgid "smallest to largest, earliest to latest" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2432 +#: ../intl-scm/guile-strings.c:2444 msgid "Descending" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2434 +#: ../intl-scm/guile-strings.c:2446 msgid "largest to smallest, latest to earliest" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2452 +#: ../intl-scm/guile-strings.c:2464 msgid "Sort by this criterion first" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2456 +#: ../intl-scm/guile-strings.c:2468 msgid "Show the full account name for subtotals and subtitles?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2460 +#: ../intl-scm/guile-strings.c:2472 msgid "Show the account code for subtotals and subtitles?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2462 +#: ../intl-scm/guile-strings.c:2474 msgid "Subtotal according to the primary key?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2464 ../intl-scm/guile-strings.c:2474 +#: ../intl-scm/guile-strings.c:2476 ../intl-scm/guile-strings.c:2486 msgid "Do a date subtotal" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2468 +#: ../intl-scm/guile-strings.c:2480 msgid "Order of primary sorting" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2470 +#: ../intl-scm/guile-strings.c:2482 msgid "Sort by this criterion second" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2472 +#: ../intl-scm/guile-strings.c:2484 msgid "Subtotal according to the secondary key?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2478 +#: ../intl-scm/guile-strings.c:2490 msgid "Order of Secondary sorting" msgstr "" @@ -17495,20 +17542,20 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:2482 ../intl-scm/guile-strings.c:2640 -#: ../intl-scm/guile-strings.c:3266 ../intl-scm/guile-strings.c:3582 -#: ../intl-scm/guile-strings.c:3842 +#: ../intl-scm/guile-strings.c:2494 ../intl-scm/guile-strings.c:2658 +#: ../intl-scm/guile-strings.c:3296 ../intl-scm/guile-strings.c:3614 +#: ../intl-scm/guile-strings.c:3874 msgid "Display the date?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2486 +#: ../intl-scm/guile-strings.c:2498 msgid "Display the reconciled date?" msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2490 ../intl-scm/guile-strings.c:2646 +#: ../intl-scm/guile-strings.c:2502 ../intl-scm/guile-strings.c:2664 msgid "Display the check number?" msgstr "" @@ -17517,59 +17564,59 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:2494 ../intl-scm/guile-strings.c:2652 -#: ../intl-scm/guile-strings.c:3272 ../intl-scm/guile-strings.c:3588 -#: ../intl-scm/guile-strings.c:3848 +#: ../intl-scm/guile-strings.c:2506 ../intl-scm/guile-strings.c:2670 +#: ../intl-scm/guile-strings.c:3302 ../intl-scm/guile-strings.c:3620 +#: ../intl-scm/guile-strings.c:3880 msgid "Display the description?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2498 -msgid "Display the memo?" +#: ../intl-scm/guile-strings.c:2510 +msgid "Display the notes if the memo is unavailable?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2502 +#: ../intl-scm/guile-strings.c:2514 msgid "Display the account name?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2506 ../intl-scm/guile-strings.c:2518 +#: ../intl-scm/guile-strings.c:2518 ../intl-scm/guile-strings.c:2530 msgid "Display the full account name" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2510 +#: ../intl-scm/guile-strings.c:2522 msgid "Display the account code" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2514 +#: ../intl-scm/guile-strings.c:2526 msgid "" "Display the other account name? (if this is a split transaction, this " "parameter is guessed)." msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2522 +#: ../intl-scm/guile-strings.c:2534 msgid "Display the other account code" msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2526 ../intl-scm/guile-strings.c:2664 +#: ../intl-scm/guile-strings.c:2538 ../intl-scm/guile-strings.c:2682 msgid "Display the number of shares?" msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2530 ../intl-scm/guile-strings.c:2670 +#: ../intl-scm/guile-strings.c:2542 ../intl-scm/guile-strings.c:2688 msgid "Display the shares price?" msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2534 ../intl-scm/guile-strings.c:2690 +#: ../intl-scm/guile-strings.c:2546 ../intl-scm/guile-strings.c:2708 msgid "Display a running balance" msgstr "" @@ -17578,530 +17625,535 @@ msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:2538 ../intl-scm/guile-strings.c:2696 -#: ../intl-scm/guile-strings.c:3326 ../intl-scm/guile-strings.c:3660 -#: ../intl-scm/guile-strings.c:3902 +#: ../intl-scm/guile-strings.c:2550 ../intl-scm/guile-strings.c:2714 +#: ../intl-scm/guile-strings.c:3356 ../intl-scm/guile-strings.c:3692 +#: ../intl-scm/guile-strings.c:3934 msgid "Display the totals?" msgstr "" +#. src/report/standard-reports/transaction.scm +#: ../intl-scm/guile-strings.c:2554 +msgid "Display the memo?" +msgstr "" + #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2542 ../intl-scm/guile-strings.c:2676 +#: ../intl-scm/guile-strings.c:2560 ../intl-scm/guile-strings.c:2694 msgid "Display the amount?" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2546 +#: ../intl-scm/guile-strings.c:2564 msgid "No amount display" msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2550 ../intl-scm/guile-strings.c:2680 +#: ../intl-scm/guile-strings.c:2568 ../intl-scm/guile-strings.c:2698 msgid "Single Column Display" msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2552 ../intl-scm/guile-strings.c:2682 +#: ../intl-scm/guile-strings.c:2570 ../intl-scm/guile-strings.c:2700 msgid "Double" msgstr "" #. src/report/standard-reports/transaction.scm #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2554 ../intl-scm/guile-strings.c:2684 +#: ../intl-scm/guile-strings.c:2572 ../intl-scm/guile-strings.c:2702 msgid "Two Column Display" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2558 +#: ../intl-scm/guile-strings.c:2576 msgid "Reverse amount display for certain account types" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2562 +#: ../intl-scm/guile-strings.c:2580 msgid "Don't change any displayed amounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2564 +#: ../intl-scm/guile-strings.c:2582 msgid "Income and Expense" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2566 +#: ../intl-scm/guile-strings.c:2584 msgid "Reverse amount display for Income and Expense Accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2568 +#: ../intl-scm/guile-strings.c:2586 msgid "Credit Accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2570 +#: ../intl-scm/guile-strings.c:2588 msgid "" "Reverse amount display for Liability, Payable, Equity, Credit Card, and " "Income accounts" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2572 +#: ../intl-scm/guile-strings.c:2590 #, c-format msgid "From %s To %s" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2576 +#: ../intl-scm/guile-strings.c:2594 msgid "Primary Subtotals/headings" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2580 +#: ../intl-scm/guile-strings.c:2598 msgid "Secondary Subtotals/headings" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2588 +#: ../intl-scm/guile-strings.c:2606 msgid "Split Odd" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2592 +#: ../intl-scm/guile-strings.c:2610 msgid "Split Even" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2602 +#: ../intl-scm/guile-strings.c:2620 msgid "No matching transactions found" msgstr "" #. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2604 +#: ../intl-scm/guile-strings.c:2622 msgid "" "No transactions were found that match the time interval and account " "selection specified in the Options panel." msgstr "" #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2632 +#: ../intl-scm/guile-strings.c:2650 msgid "The title of the report" msgstr "" #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2658 +#: ../intl-scm/guile-strings.c:2676 msgid "Display the account?" msgstr "" #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2698 +#: ../intl-scm/guile-strings.c:2716 msgid "Total Debits" msgstr "" #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2700 +#: ../intl-scm/guile-strings.c:2718 msgid "Total Credits" msgstr "" #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2702 +#: ../intl-scm/guile-strings.c:2720 msgid "Net Change" msgstr "" #. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2704 +#: ../intl-scm/guile-strings.c:2722 msgid "Client" msgstr "" #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:2716 +#: ../intl-scm/guile-strings.c:2734 msgid "Budget Report" msgstr "" #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:2736 +#: ../intl-scm/guile-strings.c:2754 msgid "Bgt" msgstr "" #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:2738 +#: ../intl-scm/guile-strings.c:2756 msgid "Act" msgstr "" #. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:2740 +#: ../intl-scm/guile-strings.c:2758 #, c-format msgid "%s: %s" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2742 ../intl-scm/guile-strings.c:2776 +#: ../intl-scm/guile-strings.c:2760 ../intl-scm/guile-strings.c:2794 msgid "Average Balance" msgstr "" #. src/report/standard-reports/average-balance.scm #. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2754 ../intl-scm/guile-strings.c:2842 +#: ../intl-scm/guile-strings.c:2772 ../intl-scm/guile-strings.c:2860 msgid "Include Sub-Accounts" msgstr "" #. src/report/standard-reports/average-balance.scm #. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2756 ../intl-scm/guile-strings.c:2856 +#: ../intl-scm/guile-strings.c:2774 ../intl-scm/guile-strings.c:2874 msgid "Include sub-accounts of all selected accounts" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2760 +#: ../intl-scm/guile-strings.c:2778 msgid "Do transaction report on this account" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2762 ../intl-scm/guile-strings.c:2812 +#: ../intl-scm/guile-strings.c:2780 ../intl-scm/guile-strings.c:2830 msgid "Show table" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2764 +#: ../intl-scm/guile-strings.c:2782 msgid "Display a table of the selected data." msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2766 ../intl-scm/guile-strings.c:2810 +#: ../intl-scm/guile-strings.c:2784 ../intl-scm/guile-strings.c:2828 msgid "Show plot" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2768 +#: ../intl-scm/guile-strings.c:2786 msgid "Display a graph of the selected data." msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2770 ../intl-scm/guile-strings.c:2808 +#: ../intl-scm/guile-strings.c:2788 ../intl-scm/guile-strings.c:2826 msgid "Plot Type" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2772 +#: ../intl-scm/guile-strings.c:2790 msgid "The type of graph to generate" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2778 ../intl-scm/guile-strings.c:2804 +#: ../intl-scm/guile-strings.c:2796 ../intl-scm/guile-strings.c:2822 msgid "Profit" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2780 +#: ../intl-scm/guile-strings.c:2798 msgid "Profit (Gain minus Loss)" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2784 +#: ../intl-scm/guile-strings.c:2802 msgid "Gain And Loss" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2790 +#: ../intl-scm/guile-strings.c:2808 msgid "Period start" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2792 +#: ../intl-scm/guile-strings.c:2810 msgid "Period end" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2796 +#: ../intl-scm/guile-strings.c:2814 msgid "Maximum" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2798 +#: ../intl-scm/guile-strings.c:2816 msgid "Minimum" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2800 +#: ../intl-scm/guile-strings.c:2818 msgid "Gain" msgstr "" #. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2802 +#: ../intl-scm/guile-strings.c:2820 msgid "Loss" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2818 ../intl-scm/guile-strings.c:2826 +#: ../intl-scm/guile-strings.c:2836 ../intl-scm/guile-strings.c:2844 msgid "Income vs. Day of Week" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2820 ../intl-scm/guile-strings.c:2828 +#: ../intl-scm/guile-strings.c:2838 ../intl-scm/guile-strings.c:2846 msgid "Expenses vs. Day of Week" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2822 +#: ../intl-scm/guile-strings.c:2840 msgid "Shows a piechart with the total income for each day of the week" msgstr "" #. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2824 +#: ../intl-scm/guile-strings.c:2842 msgid "Shows a piechart with the total expenses for each day of the week" msgstr "" #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2846 ../intl-scm/guile-strings.c:2918 +#: ../intl-scm/guile-strings.c:2864 ../intl-scm/guile-strings.c:2936 msgid "Show Totals" msgstr "" #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2848 ../intl-scm/guile-strings.c:2920 +#: ../intl-scm/guile-strings.c:2866 ../intl-scm/guile-strings.c:2938 msgid "Maximum Slices" msgstr "" #. src/report/standard-reports/daily-reports.scm #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2862 ../intl-scm/guile-strings.c:2934 +#: ../intl-scm/guile-strings.c:2880 ../intl-scm/guile-strings.c:2952 msgid "Show the total balance in legend?" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2880 +#: ../intl-scm/guile-strings.c:2898 msgid "Income Piechart" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2882 +#: ../intl-scm/guile-strings.c:2900 msgid "Expense Piechart" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2884 +#: ../intl-scm/guile-strings.c:2902 msgid "Asset Piechart" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2886 +#: ../intl-scm/guile-strings.c:2904 msgid "Liability Piechart" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2888 +#: ../intl-scm/guile-strings.c:2906 msgid "Shows a piechart with the Income per given time interval" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2890 +#: ../intl-scm/guile-strings.c:2908 msgid "Shows a piechart with the Expenses per given time interval" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2892 +#: ../intl-scm/guile-strings.c:2910 msgid "Shows a piechart with the Assets balance at a given time" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2894 +#: ../intl-scm/guile-strings.c:2912 msgid "Shows a piechart with the Liabilities balance at a given time" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2896 +#: ../intl-scm/guile-strings.c:2914 msgid "Income Accounts" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2898 +#: ../intl-scm/guile-strings.c:2916 msgid "Expense Accounts" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2936 +#: ../intl-scm/guile-strings.c:2954 msgid "Maximum number of slices in pie" msgstr "" #. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2942 +#: ../intl-scm/guile-strings.c:2960 #, c-format msgid "Balance at %s" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2946 ../intl-scm/guile-strings.c:3034 +#: ../intl-scm/guile-strings.c:2964 ../intl-scm/guile-strings.c:3052 msgid "Tax Report / TXF Export" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2952 ../intl-scm/guile-strings.c:3040 +#: ../intl-scm/guile-strings.c:2970 ../intl-scm/guile-strings.c:3058 msgid "Alternate Period" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2954 ../intl-scm/guile-strings.c:3042 +#: ../intl-scm/guile-strings.c:2972 ../intl-scm/guile-strings.c:3060 msgid "Override or modify From: & To:" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2956 ../intl-scm/guile-strings.c:3044 +#: ../intl-scm/guile-strings.c:2974 ../intl-scm/guile-strings.c:3062 msgid "Use From - To" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2958 ../intl-scm/guile-strings.c:3046 +#: ../intl-scm/guile-strings.c:2976 ../intl-scm/guile-strings.c:3064 msgid "Use From - To period" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2960 ../intl-scm/guile-strings.c:3048 +#: ../intl-scm/guile-strings.c:2978 ../intl-scm/guile-strings.c:3066 msgid "1st Est Tax Quarter" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2962 ../intl-scm/guile-strings.c:3050 +#: ../intl-scm/guile-strings.c:2980 ../intl-scm/guile-strings.c:3068 msgid "Jan 1 - Mar 31" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2964 ../intl-scm/guile-strings.c:3052 +#: ../intl-scm/guile-strings.c:2982 ../intl-scm/guile-strings.c:3070 msgid "2nd Est Tax Quarter" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2966 ../intl-scm/guile-strings.c:3054 +#: ../intl-scm/guile-strings.c:2984 ../intl-scm/guile-strings.c:3072 msgid "Apr 1 - May 31" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2968 ../intl-scm/guile-strings.c:3056 +#: ../intl-scm/guile-strings.c:2986 ../intl-scm/guile-strings.c:3074 msgid "3rd Est Tax Quarter" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2970 ../intl-scm/guile-strings.c:3058 +#: ../intl-scm/guile-strings.c:2988 ../intl-scm/guile-strings.c:3076 msgid "Jun 1 - Aug 31" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2972 ../intl-scm/guile-strings.c:3060 +#: ../intl-scm/guile-strings.c:2990 ../intl-scm/guile-strings.c:3078 msgid "4th Est Tax Quarter" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2974 ../intl-scm/guile-strings.c:3062 +#: ../intl-scm/guile-strings.c:2992 ../intl-scm/guile-strings.c:3080 msgid "Sep 1 - Dec 31" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2976 ../intl-scm/guile-strings.c:2978 -#: ../intl-scm/guile-strings.c:3064 ../intl-scm/guile-strings.c:3066 +#: ../intl-scm/guile-strings.c:2994 ../intl-scm/guile-strings.c:2996 +#: ../intl-scm/guile-strings.c:3082 ../intl-scm/guile-strings.c:3084 msgid "Last Year" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2980 ../intl-scm/guile-strings.c:3068 +#: ../intl-scm/guile-strings.c:2998 ../intl-scm/guile-strings.c:3086 msgid "Last Yr 1st Est Tax Qtr" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2982 ../intl-scm/guile-strings.c:3070 +#: ../intl-scm/guile-strings.c:3000 ../intl-scm/guile-strings.c:3088 msgid "Jan 1 - Mar 31, Last year" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2984 ../intl-scm/guile-strings.c:3072 +#: ../intl-scm/guile-strings.c:3002 ../intl-scm/guile-strings.c:3090 msgid "Last Yr 2nd Est Tax Qtr" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2986 ../intl-scm/guile-strings.c:3074 +#: ../intl-scm/guile-strings.c:3004 ../intl-scm/guile-strings.c:3092 msgid "Apr 1 - May 31, Last year" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2988 ../intl-scm/guile-strings.c:3076 +#: ../intl-scm/guile-strings.c:3006 ../intl-scm/guile-strings.c:3094 msgid "Last Yr 3rd Est Tax Qtr" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2990 ../intl-scm/guile-strings.c:3078 +#: ../intl-scm/guile-strings.c:3008 ../intl-scm/guile-strings.c:3096 msgid "Jun 1 - Aug 31, Last year" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2992 ../intl-scm/guile-strings.c:3080 +#: ../intl-scm/guile-strings.c:3010 ../intl-scm/guile-strings.c:3098 msgid "Last Yr 4th Est Tax Qtr" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2994 ../intl-scm/guile-strings.c:3082 +#: ../intl-scm/guile-strings.c:3012 ../intl-scm/guile-strings.c:3100 msgid "Sep 1 - Dec 31, Last year" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2996 ../intl-scm/guile-strings.c:3084 +#: ../intl-scm/guile-strings.c:3014 ../intl-scm/guile-strings.c:3102 msgid "Select Accounts (none = all)" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2998 ../intl-scm/guile-strings.c:3086 +#: ../intl-scm/guile-strings.c:3016 ../intl-scm/guile-strings.c:3104 msgid "Select accounts" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3000 ../intl-scm/guile-strings.c:3088 +#: ../intl-scm/guile-strings.c:3018 ../intl-scm/guile-strings.c:3106 msgid "Suppress $0.00 values" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3002 ../intl-scm/guile-strings.c:3090 +#: ../intl-scm/guile-strings.c:3020 ../intl-scm/guile-strings.c:3108 msgid "$0.00 valued Accounts won't be printed." msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3004 ../intl-scm/guile-strings.c:3092 +#: ../intl-scm/guile-strings.c:3022 ../intl-scm/guile-strings.c:3110 msgid "Print Full account names" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3006 ../intl-scm/guile-strings.c:3094 +#: ../intl-scm/guile-strings.c:3024 ../intl-scm/guile-strings.c:3112 msgid "Print all Parent account names" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3008 ../intl-scm/guile-strings.c:3096 +#: ../intl-scm/guile-strings.c:3026 ../intl-scm/guile-strings.c:3114 msgid "" "WARNING: There are duplicate TXF codes assigned to some accounts. Only TXF " "codes with payer sources may be repeated." @@ -18109,312 +18161,333 @@ msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3014 ../intl-scm/guile-strings.c:3102 +#: ../intl-scm/guile-strings.c:3032 ../intl-scm/guile-strings.c:3120 #, c-format msgid "Period from %s to %s" msgstr "" #. src/report/locale-specific/us/taxtxf.scm -#: ../intl-scm/guile-strings.c:3016 +#: ../intl-scm/guile-strings.c:3034 msgid "Blue items are exportable to a .TXF file." msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3018 ../intl-scm/guile-strings.c:3106 +#: ../intl-scm/guile-strings.c:3036 ../intl-scm/guile-strings.c:3124 msgid "" "No Tax Related accounts were found. Go to the Edit->Tax Options dialog to " "set up tax-related accounts." msgstr "" #. src/report/locale-specific/us/taxtxf.scm -#: ../intl-scm/guile-strings.c:3020 +#: ../intl-scm/guile-strings.c:3038 msgid "Tax Report & TXF Export" msgstr "" #. src/report/locale-specific/us/taxtxf.scm -#: ../intl-scm/guile-strings.c:3022 +#: ../intl-scm/guile-strings.c:3040 msgid "Taxable Income / Deductible Expenses / Export to .TXF file" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3024 ../intl-scm/guile-strings.c:3030 -#: ../intl-scm/guile-strings.c:3112 ../intl-scm/guile-strings.c:3118 +#: ../intl-scm/guile-strings.c:3042 ../intl-scm/guile-strings.c:3048 +#: ../intl-scm/guile-strings.c:3130 ../intl-scm/guile-strings.c:3136 msgid "Taxable Income / Deductible Expenses" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3026 ../intl-scm/guile-strings.c:3114 +#: ../intl-scm/guile-strings.c:3044 ../intl-scm/guile-strings.c:3132 msgid "This report shows your Taxable Income and Deductible Expenses." msgstr "" #. src/report/locale-specific/us/taxtxf.scm -#: ../intl-scm/guile-strings.c:3028 +#: ../intl-scm/guile-strings.c:3046 msgid "TXF" msgstr "" #. src/report/locale-specific/us/taxtxf.scm #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3032 ../intl-scm/guile-strings.c:3120 +#: ../intl-scm/guile-strings.c:3050 ../intl-scm/guile-strings.c:3138 msgid "This page shows your Taxable Income and Deductible Expenses." msgstr "" #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3104 +#: ../intl-scm/guile-strings.c:3122 msgid "" "Blue items are exportable to a German Tax XML file. Press Export to actually " "export them." msgstr "" #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3108 +#: ../intl-scm/guile-strings.c:3126 msgid "Tax Report & XML Export" msgstr "" #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3110 +#: ../intl-scm/guile-strings.c:3128 msgid "Taxable Income / Deductible Expenses / Export to .XML file" msgstr "" #. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3116 +#: ../intl-scm/guile-strings.c:3134 msgid "XML" msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3122 ../intl-scm/guile-strings.c:3144 +#: ../intl-scm/guile-strings.c:3140 ../intl-scm/guile-strings.c:3162 msgid "Dividends" msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3126 ../intl-scm/guile-strings.c:3148 +#: ../intl-scm/guile-strings.c:3144 ../intl-scm/guile-strings.c:3166 msgid "Cap Return" msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3128 ../intl-scm/guile-strings.c:3150 +#: ../intl-scm/guile-strings.c:3146 ../intl-scm/guile-strings.c:3168 msgid "Cap. gain (long)" msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3130 ../intl-scm/guile-strings.c:3152 +#: ../intl-scm/guile-strings.c:3148 ../intl-scm/guile-strings.c:3170 msgid "Cap. gain (mid)" msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3132 ../intl-scm/guile-strings.c:3154 +#: ../intl-scm/guile-strings.c:3150 ../intl-scm/guile-strings.c:3172 msgid "Cap. gain (short)" msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3138 ../intl-scm/guile-strings.c:3160 +#: ../intl-scm/guile-strings.c:3156 ../intl-scm/guile-strings.c:3178 msgid "Commissions" msgstr "" #. src/import-export/qif-io-core/qif-invst-xtn-import.scm #. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3140 ../intl-scm/guile-strings.c:3162 +#: ../intl-scm/guile-strings.c:3158 ../intl-scm/guile-strings.c:3180 msgid "Margin Interest" msgstr "" #. src/import-export/qif-import/qif-file.scm -#: ../intl-scm/guile-strings.c:3168 +#: ../intl-scm/guile-strings.c:3186 msgid "Loading QIF file..." msgstr "" +#. src/import-export/qif-import/qif-file.scm +#: ../intl-scm/guile-strings.c:3188 ../intl-scm/guile-strings.c:3192 +msgid "This file is not encoded in UTF-8 or ASCII." +msgstr "" + +#. src/import-export/qif-import/qif-file.scm +#: ../intl-scm/guile-strings.c:3190 +msgid "Some characters have been discarded." +msgstr "" + +#. src/import-export/qif-import/qif-file.scm +#: ../intl-scm/guile-strings.c:3194 +msgid "Some characters have been converted according to your locale." +msgstr "" + +#. src/import-export/qif-import/qif-file.scm +#: ../intl-scm/guile-strings.c:3196 +msgid "One or more transactions is missing a date." +msgstr "" + +#. src/import-export/qif-import/qif-file.scm +#. src/import-export/qif-import/qif-parse.scm +#: ../intl-scm/guile-strings.c:3198 ../intl-scm/guile-strings.c:3208 +msgid "Some transactions may be discarded." +msgstr "" + #. src/import-export/qif-import/qif-to-gnc.scm -#: ../intl-scm/guile-strings.c:3170 +#: ../intl-scm/guile-strings.c:3200 msgid "QIF import: Name conflict with another account." msgstr "" #. src/import-export/qif-import/qif-to-gnc.scm -#: ../intl-scm/guile-strings.c:3174 +#: ../intl-scm/guile-strings.c:3204 msgid "Importing transactions..." msgstr "" #. src/import-export/qif-import/qif-parse.scm -#: ../intl-scm/guile-strings.c:3176 +#: ../intl-scm/guile-strings.c:3206 #, c-format msgid "The file contains an unknown Action '%s'." msgstr "" -#. src/import-export/qif-import/qif-parse.scm -#: ../intl-scm/guile-strings.c:3178 -msgid "Some transactions may be discarded." -msgstr "" - #. src/import-export/qif-import/qif-merge-groups.scm -#: ../intl-scm/guile-strings.c:3182 +#: ../intl-scm/guile-strings.c:3212 msgid "Finding duplicate transactions..." msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3184 +#: ../intl-scm/guile-strings.c:3214 msgid "The name of your business" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3186 +#: ../intl-scm/guile-strings.c:3216 msgid "The address of your business" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3188 +#: ../intl-scm/guile-strings.c:3218 msgid "The contact person to print on invoices" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3190 +#: ../intl-scm/guile-strings.c:3220 msgid "The phone number of your business" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3192 +#: ../intl-scm/guile-strings.c:3222 msgid "The fax number of your business" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3194 +#: ../intl-scm/guile-strings.c:3224 msgid "The email address of your business" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3196 +#: ../intl-scm/guile-strings.c:3226 msgid "The URL address of your website" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3198 +#: ../intl-scm/guile-strings.c:3228 msgid "The ID for your company (eg 'Tax-ID: 00-000000)" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3200 +#: ../intl-scm/guile-strings.c:3230 msgid "Default Customer TaxTable" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3202 +#: ../intl-scm/guile-strings.c:3232 msgid "The default tax table to apply to customers." msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3204 +#: ../intl-scm/guile-strings.c:3234 msgid "Default Vendor TaxTable" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3206 +#: ../intl-scm/guile-strings.c:3236 msgid "The default tax table to apply to vendors." msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3208 +#: ../intl-scm/guile-strings.c:3238 msgid "Fancy Date Format" msgstr "" #. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3210 +#: ../intl-scm/guile-strings.c:3240 msgid "The default date format used for fancy printed dates" msgstr "" #. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3216 +#: ../intl-scm/guile-strings.c:3246 msgid "Company Address" msgstr "" #. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3218 +#: ../intl-scm/guile-strings.c:3248 msgid "Company ID" msgstr "" #. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3220 +#: ../intl-scm/guile-strings.c:3250 msgid "Company Phone Number" msgstr "" #. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3222 +#: ../intl-scm/guile-strings.c:3252 msgid "Company Fax Number" msgstr "" #. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3224 +#: ../intl-scm/guile-strings.c:3254 msgid "Company Website URL" msgstr "" #. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3226 +#: ../intl-scm/guile-strings.c:3256 msgid "Company Email Address" msgstr "" #. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3228 +#: ../intl-scm/guile-strings.c:3258 msgid "Company Contact Person" msgstr "" #. src/business/business-reports/payables.scm -#: ../intl-scm/guile-strings.c:3230 +#: ../intl-scm/guile-strings.c:3260 msgid "Payable Account" msgstr "" #. src/business/business-reports/payables.scm -#: ../intl-scm/guile-strings.c:3232 +#: ../intl-scm/guile-strings.c:3262 msgid "The payable account you wish to examine" msgstr "" #. src/business/business-reports/payables.scm -#: ../intl-scm/guile-strings.c:3234 ../intl-scm/guile-strings.c:3236 +#: ../intl-scm/guile-strings.c:3264 ../intl-scm/guile-strings.c:3266 msgid "Payable Aging" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3238 ../intl-scm/guile-strings.c:3554 -#: ../intl-scm/guile-strings.c:3814 +#: ../intl-scm/guile-strings.c:3268 ../intl-scm/guile-strings.c:3586 +#: ../intl-scm/guile-strings.c:3846 msgid "Invoice Number" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3244 ../intl-scm/guile-strings.c:3560 -#: ../intl-scm/guile-strings.c:3820 +#: ../intl-scm/guile-strings.c:3274 ../intl-scm/guile-strings.c:3592 +#: ../intl-scm/guile-strings.c:3852 msgid "Charge Type" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3252 ../intl-scm/guile-strings.c:3300 -#: ../intl-scm/guile-strings.c:3568 ../intl-scm/guile-strings.c:3616 -#: ../intl-scm/guile-strings.c:3828 ../intl-scm/guile-strings.c:3876 +#: ../intl-scm/guile-strings.c:3282 ../intl-scm/guile-strings.c:3330 +#: ../intl-scm/guile-strings.c:3600 ../intl-scm/guile-strings.c:3648 +#: ../intl-scm/guile-strings.c:3860 ../intl-scm/guile-strings.c:3908 msgid "Taxable" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3254 ../intl-scm/guile-strings.c:3306 -#: ../intl-scm/guile-strings.c:3570 ../intl-scm/guile-strings.c:3622 -#: ../intl-scm/guile-strings.c:3830 ../intl-scm/guile-strings.c:3882 +#: ../intl-scm/guile-strings.c:3284 ../intl-scm/guile-strings.c:3336 +#: ../intl-scm/guile-strings.c:3602 ../intl-scm/guile-strings.c:3654 +#: ../intl-scm/guile-strings.c:3862 ../intl-scm/guile-strings.c:3914 msgid "Tax Amount" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3260 ../intl-scm/guile-strings.c:3576 -#: ../intl-scm/guile-strings.c:3836 +#: ../intl-scm/guile-strings.c:3290 ../intl-scm/guile-strings.c:3608 +#: ../intl-scm/guile-strings.c:3868 msgid "T" msgstr "" @@ -18422,233 +18495,233 @@ msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3262 ../intl-scm/guile-strings.c:3268 -#: ../intl-scm/guile-strings.c:3274 ../intl-scm/guile-strings.c:3280 -#: ../intl-scm/guile-strings.c:3286 ../intl-scm/guile-strings.c:3292 -#: ../intl-scm/guile-strings.c:3298 ../intl-scm/guile-strings.c:3304 -#: ../intl-scm/guile-strings.c:3310 ../intl-scm/guile-strings.c:3486 -#: ../intl-scm/guile-strings.c:3490 ../intl-scm/guile-strings.c:3494 -#: ../intl-scm/guile-strings.c:3498 ../intl-scm/guile-strings.c:3502 -#: ../intl-scm/guile-strings.c:3506 ../intl-scm/guile-strings.c:3578 -#: ../intl-scm/guile-strings.c:3584 ../intl-scm/guile-strings.c:3590 -#: ../intl-scm/guile-strings.c:3596 ../intl-scm/guile-strings.c:3602 -#: ../intl-scm/guile-strings.c:3608 ../intl-scm/guile-strings.c:3614 -#: ../intl-scm/guile-strings.c:3620 ../intl-scm/guile-strings.c:3626 -#: ../intl-scm/guile-strings.c:3838 ../intl-scm/guile-strings.c:3844 -#: ../intl-scm/guile-strings.c:3850 ../intl-scm/guile-strings.c:3856 -#: ../intl-scm/guile-strings.c:3862 ../intl-scm/guile-strings.c:3868 -#: ../intl-scm/guile-strings.c:3874 ../intl-scm/guile-strings.c:3880 -#: ../intl-scm/guile-strings.c:3886 +#: ../intl-scm/guile-strings.c:3292 ../intl-scm/guile-strings.c:3298 +#: ../intl-scm/guile-strings.c:3304 ../intl-scm/guile-strings.c:3310 +#: ../intl-scm/guile-strings.c:3316 ../intl-scm/guile-strings.c:3322 +#: ../intl-scm/guile-strings.c:3328 ../intl-scm/guile-strings.c:3334 +#: ../intl-scm/guile-strings.c:3340 ../intl-scm/guile-strings.c:3518 +#: ../intl-scm/guile-strings.c:3522 ../intl-scm/guile-strings.c:3526 +#: ../intl-scm/guile-strings.c:3530 ../intl-scm/guile-strings.c:3534 +#: ../intl-scm/guile-strings.c:3538 ../intl-scm/guile-strings.c:3610 +#: ../intl-scm/guile-strings.c:3616 ../intl-scm/guile-strings.c:3622 +#: ../intl-scm/guile-strings.c:3628 ../intl-scm/guile-strings.c:3634 +#: ../intl-scm/guile-strings.c:3640 ../intl-scm/guile-strings.c:3646 +#: ../intl-scm/guile-strings.c:3652 ../intl-scm/guile-strings.c:3658 +#: ../intl-scm/guile-strings.c:3870 ../intl-scm/guile-strings.c:3876 +#: ../intl-scm/guile-strings.c:3882 ../intl-scm/guile-strings.c:3888 +#: ../intl-scm/guile-strings.c:3894 ../intl-scm/guile-strings.c:3900 +#: ../intl-scm/guile-strings.c:3906 ../intl-scm/guile-strings.c:3912 +#: ../intl-scm/guile-strings.c:3918 msgid "Display Columns" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3278 ../intl-scm/guile-strings.c:3594 -#: ../intl-scm/guile-strings.c:3854 +#: ../intl-scm/guile-strings.c:3308 ../intl-scm/guile-strings.c:3626 +#: ../intl-scm/guile-strings.c:3886 msgid "Display the action?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3284 ../intl-scm/guile-strings.c:3600 -#: ../intl-scm/guile-strings.c:3860 +#: ../intl-scm/guile-strings.c:3314 ../intl-scm/guile-strings.c:3632 +#: ../intl-scm/guile-strings.c:3892 msgid "Display the quantity of items?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3290 ../intl-scm/guile-strings.c:3606 -#: ../intl-scm/guile-strings.c:3866 +#: ../intl-scm/guile-strings.c:3320 ../intl-scm/guile-strings.c:3638 +#: ../intl-scm/guile-strings.c:3898 msgid "Display the price per item?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3296 ../intl-scm/guile-strings.c:3612 -#: ../intl-scm/guile-strings.c:3872 +#: ../intl-scm/guile-strings.c:3326 ../intl-scm/guile-strings.c:3644 +#: ../intl-scm/guile-strings.c:3904 msgid "Display the entry's discount" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3302 ../intl-scm/guile-strings.c:3618 -#: ../intl-scm/guile-strings.c:3878 +#: ../intl-scm/guile-strings.c:3332 ../intl-scm/guile-strings.c:3650 +#: ../intl-scm/guile-strings.c:3910 msgid "Display the entry's taxable status" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3308 ../intl-scm/guile-strings.c:3624 -#: ../intl-scm/guile-strings.c:3884 +#: ../intl-scm/guile-strings.c:3338 ../intl-scm/guile-strings.c:3656 +#: ../intl-scm/guile-strings.c:3916 msgid "Display each entry's total total tax" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3314 ../intl-scm/guile-strings.c:3630 -#: ../intl-scm/guile-strings.c:3890 +#: ../intl-scm/guile-strings.c:3344 ../intl-scm/guile-strings.c:3662 +#: ../intl-scm/guile-strings.c:3922 msgid "Display the entry's value" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3318 ../intl-scm/guile-strings.c:3652 -#: ../intl-scm/guile-strings.c:3894 +#: ../intl-scm/guile-strings.c:3348 ../intl-scm/guile-strings.c:3684 +#: ../intl-scm/guile-strings.c:3926 msgid "Individual Taxes" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3320 ../intl-scm/guile-strings.c:3654 -#: ../intl-scm/guile-strings.c:3896 +#: ../intl-scm/guile-strings.c:3350 ../intl-scm/guile-strings.c:3686 +#: ../intl-scm/guile-strings.c:3928 msgid "Display all the individual taxes?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3330 ../intl-scm/guile-strings.c:3670 -#: ../intl-scm/guile-strings.c:3906 +#: ../intl-scm/guile-strings.c:3360 ../intl-scm/guile-strings.c:3702 +#: ../intl-scm/guile-strings.c:3938 msgid "References" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3332 ../intl-scm/guile-strings.c:3672 -#: ../intl-scm/guile-strings.c:3908 +#: ../intl-scm/guile-strings.c:3362 ../intl-scm/guile-strings.c:3704 +#: ../intl-scm/guile-strings.c:3940 msgid "Display the invoice references?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3336 ../intl-scm/guile-strings.c:3676 -#: ../intl-scm/guile-strings.c:3912 +#: ../intl-scm/guile-strings.c:3366 ../intl-scm/guile-strings.c:3708 +#: ../intl-scm/guile-strings.c:3944 msgid "Billing Terms" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3338 ../intl-scm/guile-strings.c:3678 -#: ../intl-scm/guile-strings.c:3914 +#: ../intl-scm/guile-strings.c:3368 ../intl-scm/guile-strings.c:3710 +#: ../intl-scm/guile-strings.c:3946 msgid "Display the invoice billing terms?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3344 ../intl-scm/guile-strings.c:3684 -#: ../intl-scm/guile-strings.c:3920 +#: ../intl-scm/guile-strings.c:3374 ../intl-scm/guile-strings.c:3716 +#: ../intl-scm/guile-strings.c:3952 msgid "Display the billing id?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3350 ../intl-scm/guile-strings.c:3690 -#: ../intl-scm/guile-strings.c:3926 +#: ../intl-scm/guile-strings.c:3380 ../intl-scm/guile-strings.c:3722 +#: ../intl-scm/guile-strings.c:3958 msgid "Display the invoice notes?" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3354 ../intl-scm/guile-strings.c:3694 -#: ../intl-scm/guile-strings.c:3930 +#: ../intl-scm/guile-strings.c:3384 ../intl-scm/guile-strings.c:3726 +#: ../intl-scm/guile-strings.c:3962 msgid "Payments" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3356 ../intl-scm/guile-strings.c:3696 -#: ../intl-scm/guile-strings.c:3932 +#: ../intl-scm/guile-strings.c:3386 ../intl-scm/guile-strings.c:3728 +#: ../intl-scm/guile-strings.c:3964 msgid "Display the payments applied to this invoice?" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3360 +#: ../intl-scm/guile-strings.c:3390 msgid "Minimum # of entries" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3362 +#: ../intl-scm/guile-strings.c:3392 msgid "The minimum number of invoice entries to display. (-1)" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3366 ../intl-scm/guile-strings.c:3706 -#: ../intl-scm/guile-strings.c:3936 +#: ../intl-scm/guile-strings.c:3396 ../intl-scm/guile-strings.c:3738 +#: ../intl-scm/guile-strings.c:3968 msgid "Extra Notes" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3368 ../intl-scm/guile-strings.c:3938 +#: ../intl-scm/guile-strings.c:3398 ../intl-scm/guile-strings.c:3970 msgid "Extra notes to put on the invoice" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3372 +#: ../intl-scm/guile-strings.c:3402 msgid "Payable to" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3374 +#: ../intl-scm/guile-strings.c:3404 msgid "Display the Payable to: information" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3378 +#: ../intl-scm/guile-strings.c:3408 msgid "Payable to string" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3380 +#: ../intl-scm/guile-strings.c:3410 msgid "The phrase for specifying to whom payments should be made" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3382 +#: ../intl-scm/guile-strings.c:3412 msgid "Make all cheques Payable to" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3386 +#: ../intl-scm/guile-strings.c:3416 msgid "Company contact" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3388 +#: ../intl-scm/guile-strings.c:3418 msgid "Display the Company contact information" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3392 +#: ../intl-scm/guile-strings.c:3422 msgid "Company contact string" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3394 +#: ../intl-scm/guile-strings.c:3424 msgid "The phrase used to introduce the company contact" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3396 +#: ../intl-scm/guile-strings.c:3426 msgid "Direct all inquiries to" msgstr "" @@ -18656,307 +18729,307 @@ msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3398 ../intl-scm/guile-strings.c:3470 -#: ../intl-scm/guile-strings.c:3718 ../intl-scm/guile-strings.c:3948 +#: ../intl-scm/guile-strings.c:3428 ../intl-scm/guile-strings.c:3502 +#: ../intl-scm/guile-strings.c:3750 ../intl-scm/guile-strings.c:3980 msgid "Payment, thank you" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3404 ../intl-scm/guile-strings.c:3724 -#: ../intl-scm/guile-strings.c:3954 +#: ../intl-scm/guile-strings.c:3434 ../intl-scm/guile-strings.c:3756 +#: ../intl-scm/guile-strings.c:3986 msgid "Amount Due" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3406 ../intl-scm/guile-strings.c:3726 -#: ../intl-scm/guile-strings.c:3956 +#: ../intl-scm/guile-strings.c:3436 ../intl-scm/guile-strings.c:3758 +#: ../intl-scm/guile-strings.c:3988 msgid "REF" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3408 +#: ../intl-scm/guile-strings.c:3438 msgid "INVOICE" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3410 +#: ../intl-scm/guile-strings.c:3440 msgid "Phone:" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3412 +#: ../intl-scm/guile-strings.c:3442 msgid "Fax:" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3414 +#: ../intl-scm/guile-strings.c:3444 msgid "Web:" msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3422 ../intl-scm/guile-strings.c:3734 -#: ../intl-scm/guile-strings.c:3964 +#: ../intl-scm/guile-strings.c:3452 ../intl-scm/guile-strings.c:3766 +#: ../intl-scm/guile-strings.c:3996 #, c-format msgid "%s #%d" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3424 +#: ../intl-scm/guile-strings.c:3454 #, c-format msgid "Invoice # %d" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3426 +#: ../intl-scm/guile-strings.c:3456 msgid "Invoice Date" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3428 +#: ../intl-scm/guile-strings.c:3458 msgid "Due Date" msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3430 +#: ../intl-scm/guile-strings.c:3460 msgid "
      Invoice in progress...." msgstr "" #. src/business/business-reports/fancy-invoice.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3436 ../intl-scm/guile-strings.c:3744 -#: ../intl-scm/guile-strings.c:3976 +#: ../intl-scm/guile-strings.c:3466 ../intl-scm/guile-strings.c:3776 +#: ../intl-scm/guile-strings.c:4008 msgid "" "No valid invoice selected. Click on the Options button and select the " "invoice to use." msgstr "" #. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3438 ../intl-scm/guile-strings.c:3440 -#: ../intl-scm/guile-strings.c:3442 +#: ../intl-scm/guile-strings.c:3468 ../intl-scm/guile-strings.c:3470 +#: ../intl-scm/guile-strings.c:3472 msgid "Fancy Invoice" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3462 ../intl-scm/guile-strings.c:3798 +#: ../intl-scm/guile-strings.c:3492 ../intl-scm/guile-strings.c:3830 msgid "0-30 days" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3464 ../intl-scm/guile-strings.c:3800 +#: ../intl-scm/guile-strings.c:3494 ../intl-scm/guile-strings.c:3832 msgid "31-60 days" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3466 ../intl-scm/guile-strings.c:3802 +#: ../intl-scm/guile-strings.c:3496 ../intl-scm/guile-strings.c:3834 msgid "61-90 days" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3468 ../intl-scm/guile-strings.c:3804 +#: ../intl-scm/guile-strings.c:3498 ../intl-scm/guile-strings.c:3836 msgid "91+ days" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3474 +#: ../intl-scm/guile-strings.c:3506 msgid "Total Credit" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3476 +#: ../intl-scm/guile-strings.c:3508 msgid "Total Due" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3478 +#: ../intl-scm/guile-strings.c:3510 msgid "The company for this report" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3480 +#: ../intl-scm/guile-strings.c:3512 msgid "The account to search for transactions" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3488 ../intl-scm/guile-strings.c:3492 +#: ../intl-scm/guile-strings.c:3520 ../intl-scm/guile-strings.c:3524 msgid "Display the transaction date?" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3496 +#: ../intl-scm/guile-strings.c:3528 msgid "Display the transaction reference?" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3500 +#: ../intl-scm/guile-strings.c:3532 msgid "Display the transaction type?" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3504 +#: ../intl-scm/guile-strings.c:3536 msgid "Display the transaction description?" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3508 ../intl-scm/guile-strings.c:3536 -#: ../intl-scm/guile-strings.c:3714 ../intl-scm/guile-strings.c:3944 +#: ../intl-scm/guile-strings.c:3540 ../intl-scm/guile-strings.c:3568 +#: ../intl-scm/guile-strings.c:3746 ../intl-scm/guile-strings.c:3976 msgid "Today Date Format" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3510 ../intl-scm/guile-strings.c:3716 -#: ../intl-scm/guile-strings.c:3946 +#: ../intl-scm/guile-strings.c:3542 ../intl-scm/guile-strings.c:3748 +#: ../intl-scm/guile-strings.c:3978 msgid "The format for the date->string conversion for today's date." msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3516 +#: ../intl-scm/guile-strings.c:3548 msgid "Expense Report" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3530 ../intl-scm/guile-strings.c:3532 +#: ../intl-scm/guile-strings.c:3562 ../intl-scm/guile-strings.c:3564 msgid "Report:" msgstr "" #. src/business/business-reports/owner-report.scm #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3534 ../intl-scm/guile-strings.c:3812 +#: ../intl-scm/guile-strings.c:3566 ../intl-scm/guile-strings.c:3844 msgid "" "No valid account selected. Click on the Options button and select the " "account to use." msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3540 +#: ../intl-scm/guile-strings.c:3572 #, c-format msgid "No valid %s selected. Click on the Options button to select a company." msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3542 ../intl-scm/guile-strings.c:3548 +#: ../intl-scm/guile-strings.c:3574 ../intl-scm/guile-strings.c:3580 msgid "Customer Report" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3544 ../intl-scm/guile-strings.c:3550 +#: ../intl-scm/guile-strings.c:3576 ../intl-scm/guile-strings.c:3582 msgid "Vendor Report" msgstr "" #. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3546 ../intl-scm/guile-strings.c:3552 +#: ../intl-scm/guile-strings.c:3578 ../intl-scm/guile-strings.c:3584 msgid "Employee Report" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3634 +#: ../intl-scm/guile-strings.c:3666 msgid "My Company" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3636 +#: ../intl-scm/guile-strings.c:3668 msgid "Display my company name and address?" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3640 +#: ../intl-scm/guile-strings.c:3672 msgid "My Company ID" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3642 +#: ../intl-scm/guile-strings.c:3674 msgid "Display my company ID?" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3648 +#: ../intl-scm/guile-strings.c:3680 msgid "Display due date?" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3666 +#: ../intl-scm/guile-strings.c:3698 msgid "Display the subtotals?" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3700 +#: ../intl-scm/guile-strings.c:3732 msgid "Invoice Width" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3702 +#: ../intl-scm/guile-strings.c:3734 msgid "The minimum width of the invoice." msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3704 ../intl-scm/guile-strings.c:3712 +#: ../intl-scm/guile-strings.c:3736 ../intl-scm/guile-strings.c:3744 msgid "Text" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3708 +#: ../intl-scm/guile-strings.c:3740 msgid "Extra notes to put on the invoice (simple HTML is accepted)" msgstr "" #. src/business/business-reports/easy-invoice.scm #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3710 ../intl-scm/guile-strings.c:3940 +#: ../intl-scm/guile-strings.c:3742 ../intl-scm/guile-strings.c:3972 msgid "Thank you for your patronage" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3736 +#: ../intl-scm/guile-strings.c:3768 #, c-format msgid "Invoice #%d" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3738 +#: ../intl-scm/guile-strings.c:3770 msgid "INVOICE NOT POSTED" msgstr "" #. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3746 ../intl-scm/guile-strings.c:3748 -#: ../intl-scm/guile-strings.c:3750 +#: ../intl-scm/guile-strings.c:3778 ../intl-scm/guile-strings.c:3780 +#: ../intl-scm/guile-strings.c:3782 msgid "Easy Invoice" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3754 +#: ../intl-scm/guile-strings.c:3786 msgid "Sort By" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3756 +#: ../intl-scm/guile-strings.c:3788 msgid "Sort Order" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3762 +#: ../intl-scm/guile-strings.c:3794 msgid "Show Multi-currency Totals?" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3764 +#: ../intl-scm/guile-strings.c:3796 msgid "Show zero balance items?" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3766 +#: ../intl-scm/guile-strings.c:3798 #, c-format msgid "" "Transactions relating to '%s' contain more than one currency. This report " @@ -18964,100 +19037,100 @@ msgid "" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3768 +#: ../intl-scm/guile-strings.c:3800 msgid "Sort companies by" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3772 +#: ../intl-scm/guile-strings.c:3804 msgid "Name of the company" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3774 +#: ../intl-scm/guile-strings.c:3806 msgid "Total Owed" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3776 +#: ../intl-scm/guile-strings.c:3808 msgid "Total amount owed to/from Company" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3778 +#: ../intl-scm/guile-strings.c:3810 msgid "Bracket Total Owed" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3780 +#: ../intl-scm/guile-strings.c:3812 msgid "Amount owed in oldest bracket - if same go to next oldest" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3782 +#: ../intl-scm/guile-strings.c:3814 msgid "Sort order" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3784 +#: ../intl-scm/guile-strings.c:3816 msgid "Increasing" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3786 +#: ../intl-scm/guile-strings.c:3818 msgid "0 -> $999,999.99, A->Z" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3788 +#: ../intl-scm/guile-strings.c:3820 msgid "Decreasing" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3790 +#: ../intl-scm/guile-strings.c:3822 msgid "$999,999.99 -> $0, Z->A" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3792 +#: ../intl-scm/guile-strings.c:3824 msgid "" "Show multi-currency totals. If not selected, convert all totals to report " "currency" msgstr "" #. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3794 +#: ../intl-scm/guile-strings.c:3826 msgid "Show all vendors/customers even if they have a zero balance." msgstr "" #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3966 +#: ../intl-scm/guile-strings.c:3998 msgid "Invoice Date" msgstr "" #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3970 +#: ../intl-scm/guile-strings.c:4002 msgid "Invoice in progress...." msgstr "" #. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3978 ../intl-scm/guile-strings.c:3980 -#: ../intl-scm/guile-strings.c:3982 +#: ../intl-scm/guile-strings.c:4010 ../intl-scm/guile-strings.c:4012 +#: ../intl-scm/guile-strings.c:4014 msgid "Printable Invoice" msgstr "" #. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:3984 +#: ../intl-scm/guile-strings.c:4016 msgid "Receivables Account" msgstr "" #. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:3986 +#: ../intl-scm/guile-strings.c:4018 msgid "The receivables account you wish to examine" msgstr "" #. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:3988 ../intl-scm/guile-strings.c:3990 +#: ../intl-scm/guile-strings.c:4020 ../intl-scm/guile-strings.c:4022 msgid "Receivable Aging" msgstr "" From d45cf59373ebaa008b1e02dcba5a876d4c328479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Thu, 31 Jul 2008 07:53:37 +0000 Subject: [PATCH 112/344] Announce release 2.2.6. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17442 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/080731-2-2-6.news | 90 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 news/080731-2-2-6.news diff --git a/news/080731-2-2-6.news b/news/080731-2-2-6.news new file mode 100644 index 00000000..c2d09c5d --- /dev/null +++ b/news/080731-2-2-6.news @@ -0,0 +1,90 @@ +Announcement: GnuCash 2.2.6 Release +2008-07-31 09:51 + +

      GnuCash 2.2.6 released

      +

      + The GnuCash development team proudly announces GnuCash 2.2.6 aka + "Stay@Home v3", the sixth bug fix release in a series of stable releases + of the GnuCash Free Accounting Software. +

      +

      Getting GnuCash

      +

      + GnuCash 2.2.6 can be downloaded from gnucash.org or sourceforge.net. + It is available as source code. For the Microsoft Windows operating + system there is a self-installing setup program which includes all + necessary additional libraries. +

      +

      + To install GnuCash on other platforms, users will need Gnome 2, guile, + and slib. Neither the currently used swig nor the previously used + g-wrap packages are needed anymore when compiling from tarball or when + installing a binary. +

      + +

      What's New in GnuCash 2.2.6?

      +

      + Fixed Bugs +

      +
        +
      • #129099: Register: Optionally show leaf names instead of full names
      • +
      • #144669: Register: Shortcut to filter accounts by account number
      • +
      • #313660: QIF Import: Can't stop progress on long importing process
      • +
      • #336192: QIF Import: Allow new namespaces when defining new securities
      • +
      • #353880: Reports: Options dialog violates HIG, add borders.
      • +
      • #309359: QIF Import: "unknown Action '..'" shown many times
      • +
      • #452354: Average Balance Report: Translate account type option names
      • +
      • #454305: Trial Balance Report: Wrong after negative Stock Split
      • +
      • #460721: Balance Sheet: Should have a "value at cost" option
      • +
      • #463320: Trial Balance Report: Does not add up correctly
      • +
      • #470656: Preferences, Win32: Crash when setting accounting period
      • +
      • #475980: QIF Import: Forward and Back don't follow same path
      • +
      • #489502: Register: Account autocompletion ignores new separator until restart
      • +
      • #501490: Balance Sheet: Incorrect in presence of stock sale
      • +
      • #502646: Win32: Crash entering dates before 1/1/1970 in dialogs
      • +
      • #506499: Win32: Crash after online banking transfer
      • +
      • #512991: Invoices: Do not allow posting to placeholder accounts
      • +
      • #514210: QIF Import: Allow multiple selections for account mapping
      • +
      • #515163: QIF Import: Eliminate pointless mappings
      • +
      • #521403: Reports: One more option in "Price Source" in Stock Value Reports
      • +
      • #526883: Transaction Report: Question marks instead of month in cyrillic locale
      • +
      • #528835: Crash when creating SKR04 accounts with German locale
      • +
      • #530924: Customer Report: Honor the used column list
      • +
      • #531662: Budget report: Crash on #f in budget->guid
      • +
      • #532405: Win32: Guile crashes on strftime formats containing %e
      • +
      • #535407: QIF Import: Crash on invalid or unsupported date format
      • +
      • #538800: Balance Sheet: Gives wrong results
      • +
      • #539654: Reports: html-table-append-column! in html-table.scm crashes
      • +
      • #539829: Build Process: qofsession.c compile warning
      • +
      • #540207: Reports: Show a table of data beneath barcharts
      • +
      • #542472: Reports: Period does not default to Accounting Period
      • +
      • #542967: Reports: Options dialog title shows GUID
      • +
      +

      Other Changes

      +
        +
      • New Hebrew translation
      • +
      • Add support for aqbanking3
      • +
      • Correct quickfill directions in transfer dialogs
      • +
      • Add QIF importer support for importing to A/R and A/P account types
      • +
      • QIF importer loading speedup and visual feedback, further improvements
      • +
      • Avoid crashing if a report's option generating procedure causes a Scheme exception
      • +
      • Make the new option Average Cost the default for several reports
      • +
      • Make weighted average price source computations ignore zero amount splits
      • +
      • Support calculation of unrealized gains/losses on liabilities in balance sheet
      • +
      • Allow creating new accounts from the general ledger
      • +
      • Fix some compiler warnings, minor build system improvements
      • +
      • Update translations: Catalan, German, Russian, Traditional Chinese
      • +
      From 6861bb4d2e287a0309288a2a6e8f24a5e7271cd4 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Fri, 22 Aug 2008 17:10:38 +0000 Subject: [PATCH 113/344] Update the german wiki link to wiki.gnucash.org git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17478 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/menu.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/menu.phtml b/externals/menu.phtml index 52732df6..19008c82 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -25,7 +25,7 @@ if (ereg("lists.gnucash.org", $self)) {
    •   - [de]
    • + [de]
      • ">
      • From b9cd08e818e0c92999272876094c351e031d4c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Fri, 26 Sep 2008 23:47:26 +0000 Subject: [PATCH 114/344] Announce release 2.2.7. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17599 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/080927-2-2-7.news | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 news/080927-2-2-7.news diff --git a/news/080927-2-2-7.news b/news/080927-2-2-7.news new file mode 100644 index 00000000..b0b8f1e7 --- /dev/null +++ b/news/080927-2-2-7.news @@ -0,0 +1,84 @@ +Announcement: GnuCash 2.2.7 Release +2008-09-27 01:41 + +

        GnuCash 2.2.7 released

        +

        + The GnuCash development team proudly announces GnuCash 2.2.7 aka + "Dates'n'Prices", the seventh bug fix release in a series of stable + releases of the GnuCash Free Accounting Software. +

        +

        Getting GnuCash

        +

        + GnuCash 2.2.7 can be downloaded from gnucash.org or sourceforge.net. + It is available as source code. For the Microsoft Windows operating + system there is a self-installing setup program which includes all + necessary additional libraries. +

        +

        + To install GnuCash on other platforms, users will need Gnome 2, guile, + and slib. Neither the currently used swig nor the previously used + g-wrap packages are needed anymore when compiling from tarball or when + installing a binary. +

        + +

        What's New in GnuCash 2.2.7?

        +

        + Fixed Bugs +

        +
          +
        • #139651: Register: Split transaction with multiple currencies fails
        • +
        • #309863: Balance Sheet: Rounding errors with prices from pricedb
        • +
        • #341362: Price Editor: Price is displayed as fraction instead of decimal
        • +
        • #376298: Price Editor: Window Contents Corrupted After Manually Adding a Price
        • +
        • #378734: Drop down calendar only works once
        • +
        • #430121: Incorrect Sign Symbol for Fractional Commodity/Security Sale
        • +
        • #454340: Security Editor: duplicate rows after editing a security
        • +
        • #454827: Reports: Incorrect share value of stocks in foreign currency
        • +
        • #464771: Investment Portfolio: Report crashes without price data
        • +
        • #483393: Reports: Allow mixed denominators in numeric collectors
        • +
        • #504935: Add currencies XDR and XXX
        • +
        • #506873: Win32: Cannot install online price retrieval with ActivePerl 5.10
        • +
        • #520570: Drop-down calendar for "reconcile information" non-responsive
        • +
        • #522095: Updating stock prices does not update totals shown in windows
        • +
        • #526313: GnuCash does not support the new currency in Venezuela
        • +
        • #529816: Supplement "CUSIP" by "ISIN", to give people outside USA a hint
        • +
        • #539640: Price Editor: Security disappears from price list
        • +
        • #539962: Void function cannot return value with sun cc
        • +
        • #540148: GnuCash cannot be built with libgoffice-0.8
        • +
        • #541970: Balance Sheet: "Nearest in time" exchange rate not correct
        • +
        • #543061: Fractional not working in IDR (rupiah) currency
        • +
        • #543780: Transfer Dialog: CRIT messages in gnucash.trace from exchange rate dialog
        • +
        • #545316: Drop-down calendar is not clickable when posting invoice
        • +
        • #545722: Can't change date in dialog boxes
        • +
        • #546064: gnucash.desktop file does not comply with desktop-file-validate
        • +
        • #548601: AqBanking Import: Obscuring zero balance windows after getting transactions
        • +
        • #548891: QIF Import: GnuCash crashes when .gnucash/qif-accounts-map is readonly
        • +
        • #549115: Popup calendar unresponsive in modal dialogs
        • +
        • #549595: Silently removes main files while trying to save without lock
        • +
        • #549738: Reports: Default date on aging and customer reports is too far in the future
        • +
        • #551038: Reports: Alt-O shortcut in report options dialog crashes app
        • +
        • #552306: Fails to save file when using a network filesystem on Mac
        • +
        +

        Other Changes

        +
          +
        • New Finnish translation
        • +
        • Complete Romanian translation
        • +
        • Usability improvements in the price and the security editor
        • +
        • Lower number of false positives when checking aqbanking results for failures
        • +
        • Correct import of remote names, zero balances from aqbanking3
        • +
        • Update translations: Catalan, Dutch, German, Italian, Polish
        • +
        From 88360b973cedcb85bb802db6414db1f365e43746 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 27 Sep 2008 08:10:14 +0000 Subject: [PATCH 115/344] Remove obsolete gnucash translation template. Currently, the up-to-date template can only be obtained from a working copy of SVN. We do not have any mechanism to offer a ready-made gnucash.pot for download. Sorry for that. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17601 57a11ea4-9604-0410-9ed3-97b8803252fd --- gnucash.pot | 19278 -------------------------------------------------- 1 file changed, 19278 deletions(-) delete mode 100644 gnucash.pot diff --git a/gnucash.pot b/gnucash.pot deleted file mode 100644 index 4690fd91..00000000 --- a/gnucash.pot +++ /dev/null @@ -1,19278 +0,0 @@ -# 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 "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-07-21 20:32+0200\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=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" - -#: ../src/app-utils/gnc-exp-parser.c:633 -msgid "Illegal variable in expression." -msgstr "" - -#: ../src/app-utils/gnc-exp-parser.c:643 -msgid "Unbalanced parenthesis" -msgstr "" - -#: ../src/app-utils/gnc-exp-parser.c:645 -msgid "Stack overflow" -msgstr "" - -#: ../src/app-utils/gnc-exp-parser.c:647 -msgid "Stack underflow" -msgstr "" - -#: ../src/app-utils/gnc-exp-parser.c:649 -msgid "Undefined character" -msgstr "" - -#: ../src/app-utils/gnc-exp-parser.c:651 -msgid "Not a variable" -msgstr "" - -#: ../src/app-utils/gnc-exp-parser.c:653 -msgid "Not a defined function" -msgstr "" - -#: ../src/app-utils/gnc-exp-parser.c:655 -msgid "Out of memory" -msgstr "" - -#: ../src/app-utils/gnc-exp-parser.c:657 -msgid "Numeric error" -msgstr "" - -#. Translators: For the following strings, the single letters -#. after the colon are abbreviations of the word before the -#. colon. You should only translate the letter *after* the colon. -#: ../src/app-utils/gnc-ui-util.c:517 -msgid "not cleared:n" -msgstr "" - -#. Translators: Please only translate the letter *after* the colon. -#: ../src/app-utils/gnc-ui-util.c:519 -msgid "cleared:c" -msgstr "" - -#. Translators: Please only translate the letter *after* the colon. -#: ../src/app-utils/gnc-ui-util.c:521 -msgid "reconciled:y" -msgstr "" - -#. Translators: Please only translate the letter *after* the colon. -#: ../src/app-utils/gnc-ui-util.c:523 -msgid "frozen:f" -msgstr "" - -#. Translators: Please only translate the letter *after* the colon. -#: ../src/app-utils/gnc-ui-util.c:525 -msgid "void:v" -msgstr "" - -#: ../src/app-utils/gnc-ui-util.c:566 ../src/gnome/dialog-chart-export.c:44 -msgid "Opening Balances" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../src/app-utils/gnc-ui-util.c:569 ../intl-scm/guile-strings.c:1898 -#: ../intl-scm/guile-strings.c:3152 ../intl-scm/guile-strings.c:3154 -#: ../intl-scm/guile-strings.c:3174 ../intl-scm/guile-strings.c:3176 -msgid "Retained Earnings" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../src/app-utils/gnc-ui-util.c:641 ../src/engine/Account.c:3677 -#: ../src/register/ledger-core/split-register.c:2055 -#: ../intl-scm/guile-strings.c:1896 -msgid "Equity" -msgstr "" - -#: ../src/app-utils/gnc-ui-util.c:696 ../src/gnome/dialog-chart-export.c:45 -#: ../src/gnome/druid-hierarchy.c:922 ../src/gnome/glade/account.glade.h:41 -#: ../src/gnome-utils/dialog-account.c:273 -msgid "Opening Balance" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../src/app-utils/guile-util.c:1104 -#: ../src/register/ledger-core/split-register.c:1905 -#: ../intl-scm/guile-strings.c:1316 ../intl-scm/guile-strings.c:1502 -#: ../intl-scm/guile-strings.c:2324 ../intl-scm/guile-strings.c:2642 -msgid "Debit" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../src/app-utils/guile-util.c:1139 -#: ../src/register/ledger-core/split-register.c:1928 -#: ../src/register/ledger-core/split-register.c:2003 -#: ../src/register/ledger-core/split-register.c:2019 -#: ../src/register/ledger-core/split-register.c:2037 -#: ../intl-scm/guile-strings.c:1318 ../intl-scm/guile-strings.c:1504 -#: ../intl-scm/guile-strings.c:2326 ../intl-scm/guile-strings.c:2644 -msgid "Credit" -msgstr "" - -#: ../src/app-utils/option-util.c:1699 -#, c-format -msgid "" -"There is a problem with option %s:%s.\n" -"%s" -msgstr "" - -#: ../src/backend/postgres/PostgresBackend.c:1866 -#, c-format -msgid "Unknown database access mode '%s'. Using default mode: multi-user." -msgstr "" - -#: ../src/backend/postgres/PostgresBackend.c:1984 -#: ../src/backend/postgres/putil.c:79 ../src/backend/postgres/putil.c:105 -#: ../src/backend/postgres/putil.c:147 -#, c-format -msgid "From the Postgresql Server: %s" -msgstr "" - -#: ../src/backend/postgres/putil.c:57 ../src/backend/postgres/upgrade.c:398 -msgid "Backend connection is not available" -msgstr "" - -#: ../src/backend/postgres/putil.c:66 -msgid "Query could not be executed" -msgstr "" - -#: ../src/bin/gnucash-bin.c:84 -msgid "This is a development version. It may or may not work.\n" -msgstr "" - -#: ../src/bin/gnucash-bin.c:85 -msgid "Report bugs and other problems to gnucash-devel@gnucash.org.\n" -msgstr "" - -#: ../src/bin/gnucash-bin.c:86 -msgid "You can also lookup and file bug reports at http://bugzilla.gnome.org\n" -msgstr "" - -#: ../src/bin/gnucash-bin.c:87 -msgid "The last stable version was " -msgstr "" - -#: ../src/bin/gnucash-bin.c:88 -msgid "The next stable version will be " -msgstr "" - -#: ../src/bin/gnucash-bin.c:218 -msgid "Show GnuCash version" -msgstr "" - -#: ../src/bin/gnucash-bin.c:221 -msgid "Enable debugging mode: increasing logging to provide deep detail." -msgstr "" - -#: ../src/bin/gnucash-bin.c:224 -msgid "Enable extra/development/debugging features." -msgstr "" - -#: ../src/bin/gnucash-bin.c:227 -msgid "" -"Log level overrides, of the form \"log.ger.path={debug,info,warn,crit,error}" -"\"" -msgstr "" - -#: ../src/bin/gnucash-bin.c:231 -msgid "" -"File to log into; defaults to \"/tmp/gnucash.trace\"; can be \"stderr\" or " -"\"stdout\"." -msgstr "" - -#. Translators: This is the command line option autohelp text; see popt(3) -#: ../src/bin/gnucash-bin.c:237 -msgid "Set the logging level from 0 (least) to 6 (most)" -msgstr "" - -#. Translators: Argument description for autohelp; see -#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html -#: ../src/bin/gnucash-bin.c:240 -msgid "LOGLEVEL" -msgstr "" - -#: ../src/bin/gnucash-bin.c:244 -msgid "Do not load the last file opened" -msgstr "" - -#: ../src/bin/gnucash-bin.c:247 -msgid "Set configuration path" -msgstr "" - -#. Translators: Argument description for autohelp; see -#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html -#: ../src/bin/gnucash-bin.c:250 -msgid "CONFIGPATH" -msgstr "" - -#: ../src/bin/gnucash-bin.c:253 -msgid "Set shared data file search path" -msgstr "" - -#. Translators: Argument description for autohelp; see -#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html -#: ../src/bin/gnucash-bin.c:256 -msgid "SHAREPATH" -msgstr "" - -#. src/scm/command-line.scm -#: ../src/bin/gnucash-bin.c:258 ../intl-scm/guile-strings.c:6 -msgid "Set the search path for documentation files" -msgstr "" - -#. Translators: Argument description for autohelp; see -#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html -#: ../src/bin/gnucash-bin.c:261 -msgid "DOCPATH" -msgstr "" - -#: ../src/bin/gnucash-bin.c:263 -msgid "Set the prefix path for gconf queries" -msgstr "" - -#. Translators: Argument description for autohelp; see -#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html -#: ../src/bin/gnucash-bin.c:266 -msgid "GCONFPATH" -msgstr "" - -#: ../src/bin/gnucash-bin.c:268 -msgid "Add price quotes to given GnuCash datafile" -msgstr "" - -#. Translators: Argument description for autohelp; see -#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html -#: ../src/bin/gnucash-bin.c:271 -msgid "FILE" -msgstr "" - -#: ../src/bin/gnucash-bin.c:273 -msgid "" -"Regular expression determining which namespace commodities will be retrieved" -msgstr "" - -#. Translators: Argument description for autohelp; see -#. http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html -#: ../src/bin/gnucash-bin.c:276 -msgid "REGEXP" -msgstr "" - -#. Translators: %s is the version number -#: ../src/bin/gnucash-bin.c:302 -#, c-format -msgid "GnuCash %s development version" -msgstr "" - -#. Translators: %s is the version number -#: ../src/bin/gnucash-bin.c:307 -#, c-format -msgid "GnuCash %s" -msgstr "" - -#. Translators: 1st %s is the build date; 2nd %s is the SVN -#. revision number -#: ../src/bin/gnucash-bin.c:312 -#, c-format -msgid "Built %s from r%s" -msgstr "" - -#: ../src/bin/gnucash-bin.c:388 -msgid "No quotes retrieved. Finance::Quote isn't installed properly.\n" -msgstr "" - -#. Install Price Quote Sources -#: ../src/bin/gnucash-bin.c:466 -msgid "Checking Finance::Quote..." -msgstr "" - -#: ../src/bin/gnucash-bin.c:473 -msgid "Loading data..." -msgstr "" - -#. src/app-utils/prefs.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-core/gncInvoice.c:622 -#: ../src/business/business-gnome/business-gnome-utils.c:220 -#: ../src/business/business-gnome/dialog-invoice.c:2414 -#: ../src/business/business-gnome/dialog-invoice.c:2496 -#: ../src/business/business-gnome/glade/invoice.glade.h:12 -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:317 -#: ../src/register/ledger-core/split-register.c:2034 -#: ../intl-scm/guile-strings.c:126 ../intl-scm/guile-strings.c:2726 -#: ../intl-scm/guile-strings.c:3446 ../intl-scm/guile-strings.c:3544 -#: ../intl-scm/guile-strings.c:3760 ../intl-scm/guile-strings.c:3990 -msgid "Invoice" -msgstr "" - -#. src/app-utils/prefs.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-core/gncInvoice.c:624 -#: ../src/business/business-gnome/business-gnome-utils.c:214 -#: ../src/business/business-gnome/dialog-invoice.c:2402 -#: ../intl-scm/guile-strings.c:152 ../intl-scm/guile-strings.c:3448 -#: ../intl-scm/guile-strings.c:3546 ../intl-scm/guile-strings.c:3762 -#: ../intl-scm/guile-strings.c:3992 -msgid "Bill" -msgstr "" - -#. src/app-utils/prefs.scm -#. src/report/standard-reports/net-barchart.scm -#: ../src/business/business-core/gncInvoice.c:626 ../src/engine/Account.c:3676 -#: ../intl-scm/guile-strings.c:122 ../intl-scm/guile-strings.c:1290 -msgid "Expense" -msgstr "" - -#. Set memo. action? -#: ../src/business/business-core/gncInvoice.c:1063 -msgid "Extra to Charge Card" -msgstr "" - -#: ../src/business/business-core/gncInvoice.c:1102 -msgid "Generated from an invoice. Try unposting the invoice." -msgstr "" - -#. Translators: This is the memo of an auto-created split -#: ../src/business/business-core/gncInvoice.c:1124 -msgid "Automatic Payment Forward" -msgstr "" - -#: ../src/business/business-core/gncInvoice.c:1125 -msgid "Auto Split" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../src/business/business-core/gncInvoice.c:1320 -#: ../src/business/business-core/gncInvoice.c:1414 -#: ../src/business/business-ledger/gncEntryLedgerModel.c:140 -#: ../src/gnome/druid-loan.c:1795 ../src/gnome/druid-loan.c:2276 -#: ../src/gnome/druid-loan.c:2339 ../src/gnome/druid-loan.c:2353 -#: ../src/register/ledger-core/split-register.c:2030 -#: ../src/register/ledger-core/split-register.c:2035 -#: ../src/register/ledger-core/split-register.c:2044 -#: ../intl-scm/guile-strings.c:108 ../intl-scm/guile-strings.c:124 -#: ../intl-scm/guile-strings.c:154 -msgid "Payment" -msgstr "" - -#: ../src/business/business-core/gncInvoice.c:1441 -msgid "Pre-Payment" -msgstr "" - -#: ../src/business/business-core/gncInvoice.c:1538 -msgid " (posted)" -msgstr "" - -#: ../src/business/business-core/gncOrder.c:416 -msgid " (closed)" -msgstr "" - -#: ../src/business/business-gnome/business-gnome-utils.c:68 -#: ../src/business/business-gnome/business-gnome-utils.c:251 -#: ../src/business/business-gnome/dialog-invoice.c:1015 -#: ../src/business/business-gnome/dialog-invoice.c:1086 -#: ../src/gnome-utils/gnc-general-select.c:217 -msgid "Select..." -msgstr "" - -#: ../src/business/business-gnome/business-gnome-utils.c:71 -#: ../src/gnome-utils/gnc-general-select.c:219 -msgid "Edit..." -msgstr "" - -#: ../src/business/business-gnome/business-gnome-utils.c:217 -msgid "Voucher" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/business/business-gnome/business-gnome-utils.c:454 -#: ../src/engine/Recurrence.c:330 ../src/engine/Recurrence.c:483 -#: ../src/gnome/glade/sched-xact.glade.h:118 ../intl-scm/guile-strings.c:2362 -#: ../intl-scm/guile-strings.c:2388 ../intl-scm/guile-strings.c:2448 -#: ../intl-scm/guile-strings.c:2450 ../intl-scm/guile-strings.c:2562 -#: ../intl-scm/guile-strings.c:2578 -msgid "None" -msgstr "" - -#: ../src/business/business-gnome/business-gnome-utils.c:630 -#: ../src/gnome/druid-hierarchy.c:829 -msgid "Yes" -msgstr "" - -#: ../src/business/business-gnome/business-gnome-utils.c:635 -#: ../src/gnome/druid-hierarchy.c:832 -msgid "No" -msgstr "" - -#: ../src/business/business-gnome/business-gnome-utils.c:640 -msgid "Use Global" -msgstr "" - -#: ../src/business/business-gnome/business-urls.c:67 -#: ../src/business/business-gnome/business-urls.c:199 -#: ../src/gnome/top-level.c:192 -#, c-format -msgid "Badly formed URL %s" -msgstr "" - -#. ============================================================== -#. HTML Handler for reports. -#: ../src/business/business-gnome/business-urls.c:72 -#: ../src/business/business-gnome/business-urls.c:218 -#: ../src/business/business-gnome/business-urls.c:223 -#: ../src/business/business-gnome/business-urls.c:278 -#: ../src/gnome/top-level.c:89 -#, c-format -msgid "Bad URL: %s" -msgstr "" - -#: ../src/business/business-gnome/business-urls.c:81 -#, c-format -msgid "No such entity: %s" -msgstr "" - -#. ================================================================= -#: ../src/business/business-gnome/business-urls.c:171 -#, c-format -msgid "No such owner entity: %s" -msgstr "" - -#: ../src/business/business-gnome/business-urls.c:263 -#, c-format -msgid "Entity type does not match %s: %s" -msgstr "" - -#: ../src/business/business-gnome/business-urls.c:273 -#, c-format -msgid "Bad URL %s" -msgstr "" - -#: ../src/business/business-gnome/business-urls.c:285 -#, c-format -msgid "No such Account entity: %s" -msgstr "" - -#: ../src/business/business-gnome/dialog-billterms.c:262 -#: ../src/business/dialog-tax-table/dialog-tax-table.c:129 -msgid "Negative amounts are not allowed." -msgstr "" - -#: ../src/business/business-gnome/dialog-billterms.c:267 -#: ../src/business/dialog-tax-table/dialog-tax-table.c:136 -msgid "Percentage amount must be between 0 and 100." -msgstr "" - -#: ../src/business/business-gnome/dialog-billterms.c:290 -msgid "You must provide a name for this Billing Term." -msgstr "" - -#: ../src/business/business-gnome/dialog-billterms.c:296 -#, c-format -msgid "" -"You must provide a unique name for this Billing Term. Your choice \"%s\" is " -"already in use." -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../src/business/business-gnome/dialog-billterms.c:465 -#: ../src/business/business-gnome/glade/billterms.glade.h:9 -#: ../src/gnome/glade/sched-xact.glade.h:79 -#: ../src/gnome-utils/gnc-date-delta.c:214 ../intl-scm/guile-strings.c:1216 -msgid "Days" -msgstr "" - -#: ../src/business/business-gnome/dialog-billterms.c:468 -#: ../src/business/business-gnome/glade/billterms.glade.h:21 -msgid "Proximo" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../src/business/business-gnome/dialog-billterms.c:471 -#: ../intl-scm/guile-strings.c:3504 -msgid "Unknown" -msgstr "" - -#: ../src/business/business-gnome/dialog-billterms.c:592 -#, c-format -msgid "Term \"%s\" is in use. You cannot delete it." -msgstr "" - -#: ../src/business/business-gnome/dialog-billterms.c:598 -#: ../src/business/dialog-tax-table/dialog-tax-table.c:542 -#, c-format -msgid "Are you sure you want to delete \"%s\"?" -msgstr "" - -#: ../src/business/business-gnome/dialog-choose-owner.c:72 -msgid "" -"This transaction needs to be assigned to a Customer. Please choose the " -"Customer below." -msgstr "" - -#: ../src/business/business-gnome/dialog-choose-owner.c:77 -msgid "" -"This transaction needs to be assigned to a Vendor. Please choose the Vendor " -"below." -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:268 -msgid "" -"You must enter a company name. If this customer is an individual (and not a " -"company) you should set the \"company name\" and \"contact name\" the same." -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:279 -msgid "You must enter a billing address." -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:289 -msgid "Discount percentage must be between 0-100 or you must leave it blank." -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:294 -msgid "Credit must be a positive amount or you must leave it blank." -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:365 -#: ../src/business/business-gnome/dialog-employee.c:301 -#: ../src/business/business-gnome/dialog-job.c:230 -#: ../src/business/business-gnome/dialog-vendor.c:287 -#: ../src/gnome-utils/dialog-account.c:1291 -msgid "" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:372 -msgid "Edit Customer" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:374 -#: ../src/business/business-gnome/glade/customer.glade.h:15 -msgid "New Customer" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:781 -msgid "View/Edit Customer" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:782 -msgid "Customer's Jobs" -msgstr "" - -#. { N_("Customer's Orders"), order_customer_cb}, -#: ../src/business/business-gnome/dialog-customer.c:784 -msgid "Customer's Invoices" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:785 -#: ../src/business/business-gnome/dialog-employee.c:684 -#: ../src/business/business-gnome/dialog-invoice.c:2206 -#: ../src/business/business-gnome/dialog-invoice.c:2211 -#: ../src/business/business-gnome/dialog-invoice.c:2218 -#: ../src/business/business-gnome/dialog-invoice.c:2464 -#: ../src/business/business-gnome/dialog-job.c:516 -msgid "Process Payment" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:794 -msgid "Shipping Contact" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:796 -#: ../src/business/business-gnome/dialog-vendor.c:659 -msgid "Billing Contact" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:798 -msgid "Customer ID" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../src/business/business-gnome/dialog-customer.c:800 -#: ../src/business/business-gnome/dialog-vendor.c:663 -#: ../intl-scm/guile-strings.c:3244 -msgid "Company Name" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:806 -#: ../src/business/business-gnome/dialog-vendor.c:669 -msgid "Contact" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/aging.scm -#: ../src/business/business-gnome/dialog-customer.c:808 -#: ../src/business/business-gnome/dialog-invoice.c:2327 -#: ../src/business/business-gnome/dialog-invoice.c:2472 -#: ../src/business/business-gnome/dialog-job.c:540 -#: ../src/business/business-gnome/dialog-order.c:826 -#: ../src/business/business-gnome/dialog-vendor.c:671 -#: ../intl-scm/guile-strings.c:3478 ../intl-scm/guile-strings.c:3828 -msgid "Company" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:810 -#: ../src/business/business-gnome/dialog-employee.c:704 -#: ../src/business/business-gnome/dialog-job.c:544 -#: ../src/business/business-gnome/dialog-vendor.c:673 -msgid "ID #" -msgstr "" - -#: ../src/business/business-gnome/dialog-customer.c:832 -msgid "Find Customer" -msgstr "" - -#: ../src/business/business-gnome/dialog-date-close.c:72 -msgid "No Account selected. Please try again." -msgstr "" - -#: ../src/business/business-gnome/dialog-date-close.c:78 -msgid "Placeholder account selected. Please try again." -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:216 -msgid "You must enter a username." -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:221 -msgid "You must enter the employee's name." -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:229 -msgid "You must enter an address." -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:308 -msgid "Edit Employee" -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:310 -#: ../src/business/business-gnome/glade/employee.glade.h:18 -msgid "New Employee" -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:682 -msgid "View/Edit Employee" -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:683 -msgid "Expense Vouchers" -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:692 -msgid "Employee ID" -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:694 -msgid "Employee Username" -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:696 -#: ../src/business/business-gnome/dialog-invoice.c:2308 -msgid "Employee Name" -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:702 -msgid "Username" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../src/business/business-gnome/dialog-employee.c:706 -#: ../src/gnome/dialog-sx-editor.c:1699 -#: ../src/gnome/glade/sched-xact.glade.h:115 -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:9 -#: ../src/gnome-utils/gnc-dense-cal.c:331 -#: ../src/gnome-utils/gnc-tree-model-budget.c:96 -#: ../src/gnome-utils/gnc-tree-view-commodity.c:407 -#: ../src/gnome-utils/gnc-tree-view-sx-list.c:167 -#: ../intl-scm/guile-strings.c:3802 -msgid "Name" -msgstr "" - -#: ../src/business/business-gnome/dialog-employee.c:727 -msgid "Find Employee" -msgstr "" - -#. Translators: In this context, -#. * 'Billing information' maps to the -#. * label in the frame and means -#. * e.g. customer i.e. the company being -#. * invoiced. -#: ../src/business/business-gnome/dialog-invoice.c:349 -#: ../src/business/business-gnome/dialog-order.c:174 -msgid "You need to supply Billing Information." -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:504 -msgid "Are you sure you want to delete the selected entry?" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:506 -msgid "" -"This entry is attached to an order and will be deleted from that as well!" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:614 -msgid "The Invoice must have at least one Entry." -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:621 -msgid "You may not post an invoice with a negative total value." -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:628 -msgid "You may not post an expense voucher with a negative total cash value." -msgstr "" - -#. Ok, we can post this invoice. Ask for verification, set the due date, -#. * post date, and posted account -#. -#: ../src/business/business-gnome/dialog-invoice.c:635 -msgid "Do you really want to post the invoice?" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/dialog-invoice.c:636 -#: ../src/register/ledger-core/split-register-model.c:108 -#: ../intl-scm/guile-strings.c:3482 ../intl-scm/guile-strings.c:3678 -#: ../intl-scm/guile-strings.c:4000 -msgid "Due Date" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:637 -msgid "Post Date" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:638 -msgid "Post to Account" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:639 -msgid "Accumulate Splits?" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:929 -#: ../src/gnome/window-reconcile.c:1052 -msgid "Total:" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:934 -msgid "Subtotal:" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:935 -msgid "Tax:" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:939 -msgid "Total Cash:" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:940 -msgid "Total Charge:" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1556 -#: ../src/business/business-gnome/glade/invoice.glade.h:18 -msgid "New Invoice" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1560 -msgid "Edit Invoice" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1563 -msgid "View Invoice" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1571 -msgid "New Bill" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1575 -msgid "Edit Bill" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1578 -msgid "View Bill" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1586 -msgid "New Expense Voucher" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1590 -msgid "Edit Expense Voucher" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:1593 -msgid "View Expense Voucher" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2205 -msgid "View/Edit Invoice" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2210 -#: ../src/business/business-gnome/dialog-invoice.c:2463 -msgid "View/Edit Bill" -msgstr "" - -#. Translators: The terms 'Voucher' and 'Expense Voucher' are used -#. interchangeably in gnucash and mean the same thing. -#: ../src/business/business-gnome/dialog-invoice.c:2217 -msgid "View/Edit Voucher" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2227 -msgid "Invoice Owner" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/dialog-invoice.c:2230 -#: ../intl-scm/guile-strings.c:3378 ../intl-scm/guile-strings.c:3720 -#: ../intl-scm/guile-strings.c:3956 -msgid "Invoice Notes" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/dialog-invoice.c:2233 -#: ../src/business/business-gnome/dialog-invoice.c:2263 -#: ../src/business/business-gnome/dialog-invoice.c:2293 -#: ../src/business/business-gnome/dialog-invoice.c:2318 -#: ../src/business/business-gnome/dialog-job.c:528 -#: ../src/business/business-gnome/dialog-job.c:538 -#: ../src/business/business-gnome/dialog-order.c:824 -#: ../src/business/business-gnome/glade/invoice.glade.h:4 -#: ../src/business/business-gnome/glade/job.glade.h:2 -#: ../intl-scm/guile-strings.c:3372 ../intl-scm/guile-strings.c:3714 -#: ../intl-scm/guile-strings.c:3772 ../intl-scm/guile-strings.c:3950 -msgid "Billing ID" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2236 -#: ../src/business/business-gnome/dialog-invoice.c:2266 -#: ../src/business/business-gnome/dialog-invoice.c:2296 -msgid "Is Paid?" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2239 -#: ../src/business/business-gnome/dialog-invoice.c:2269 -#: ../src/business/business-gnome/dialog-invoice.c:2299 -#: ../src/business/business-gnome/glade/invoice.glade.h:9 -#: ../src/gnome/dialog-find-transactions.c:117 -msgid "Date Posted" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2242 -#: ../src/business/business-gnome/dialog-invoice.c:2272 -#: ../src/business/business-gnome/dialog-invoice.c:2302 -msgid "Is Posted?" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2245 -#: ../src/business/business-gnome/dialog-invoice.c:2275 -#: ../src/business/business-gnome/dialog-invoice.c:2305 -#: ../src/business/business-gnome/dialog-order.c:814 -#: ../src/business/business-gnome/glade/invoice.glade.h:8 -#: ../src/business/business-gnome/glade/order.glade.h:6 -msgid "Date Opened" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2248 -#: ../src/business/business-gnome/dialog-invoice.c:2278 -msgid "Company Name " -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2252 -#: ../src/business/business-gnome/glade/invoice.glade.h:14 -msgid "Invoice ID" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2257 -msgid "Bill Owner" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2260 -msgid "Bill Notes" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2282 -msgid "Bill ID" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2287 -msgid "Voucher Owner" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2290 -msgid "Voucher Notes" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2312 -msgid "Voucher ID" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#. src/business/business-reports/owner-report.scm -#: ../src/business/business-gnome/dialog-invoice.c:2320 -#: ../src/gnome-utils/gnc-tree-view-account.c:514 -#: ../src/gnome-utils/gnc-tree-view-price.c:459 -#: ../src/register/ledger-core/split-register-model.c:197 -#: ../intl-scm/guile-strings.c:2002 ../intl-scm/guile-strings.c:3486 -msgid "Type" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2322 -#: ../src/register/ledger-core/split-register-model.c:151 -msgid "Paid" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2325 -msgid "Posted" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2330 -#: ../src/business/business-gnome/dialog-order.c:831 -#: ../src/gnome/lot-viewer.c:611 -msgid "Opened" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../src/business/business-gnome/dialog-invoice.c:2332 -#: ../src/business/business-gnome/dialog-order.c:833 -#: ../src/business/business-gnome/glade/payment.glade.h:4 -#: ../src/gnome/glade/lots.glade.h:15 ../src/gnome/reconcile-list.c:223 -#: ../src/register/ledger-core/split-register-model.c:122 -#: ../intl-scm/guile-strings.c:1324 ../intl-scm/guile-strings.c:1526 -#: ../intl-scm/guile-strings.c:2238 ../intl-scm/guile-strings.c:2304 -#: ../intl-scm/guile-strings.c:2500 ../intl-scm/guile-strings.c:2626 -#: ../intl-scm/guile-strings.c:2662 -msgid "Num" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2401 -msgid "Find Bill" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2407 -msgid "Find Expense Voucher" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/dialog-invoice.c:2408 -#: ../intl-scm/guile-strings.c:3450 ../intl-scm/guile-strings.c:3764 -#: ../intl-scm/guile-strings.c:3994 -msgid "Expense Voucher" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2413 -msgid "Find Invoice" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/owner-report.scm -#: ../src/business/business-gnome/dialog-invoice.c:2470 -#: ../src/business/business-gnome/glade/payment.glade.h:1 -#: ../src/gnome/glade/lots.glade.h:6 ../src/gnome/reconcile-list.c:216 -#: ../src/import-export/generic-import.glade.h:10 -#: ../src/import-export/hbci/glade/hbci.glade.h:8 -#: ../src/import-export/import-main-matcher.c:420 -#: ../src/import-export/import-match-picker.c:334 -#: ../src/import-export/import-match-picker.c:374 -#: ../src/import-export/qif-import/druid-qif-import.c:2888 -#: ../src/import-export/qif-import/druid-qif-import.c:2926 -#: ../intl-scm/guile-strings.c:826 ../intl-scm/guile-strings.c:1334 -#: ../intl-scm/guile-strings.c:1548 ../intl-scm/guile-strings.c:2262 -#: ../intl-scm/guile-strings.c:2322 ../intl-scm/guile-strings.c:2424 -#: ../intl-scm/guile-strings.c:2558 ../intl-scm/guile-strings.c:2692 -#: ../intl-scm/guile-strings.c:2730 ../intl-scm/guile-strings.c:3490 -msgid "Amount" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2474 -msgid "Due" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2516 -msgid "Due Bills Reminder" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2518 -msgid "The following bills are due" -msgstr "" - -#: ../src/business/business-gnome/dialog-invoice.c:2519 -msgid "The following bill is due" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:130 -msgid "The Job must be given a name." -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:139 -msgid "You must choose an owner for this job." -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:237 -msgid "Edit Job" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:239 -msgid "New Job" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:514 -msgid "View/Edit Job" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:515 -msgid "View Invoices" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:524 -msgid "Owner's Name" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:526 -msgid "Only Active?" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:530 -#: ../src/business/business-gnome/glade/job.glade.h:7 -msgid "Job Number" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:532 -#: ../src/business/business-gnome/dialog-job.c:542 -#: ../src/business/business-gnome/glade/job.glade.h:6 -msgid "Job Name" -msgstr "" - -#: ../src/business/business-gnome/dialog-job.c:590 -msgid "Find Job" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:165 -msgid "The Order must be given an ID." -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:268 -msgid "The Order must have at least one Entry." -msgstr "" - -#. Damn; yes. Well, ask the user to make sure they REALLY want to -#. * close this order! -#. -#: ../src/business/business-gnome/dialog-order.c:287 -msgid "" -"This order contains entries that have not been invoiced. Are you sure you " -"want to close it out before you invoice all the entries?" -msgstr "" - -#. Ok, we can close this. Ask for verification and set the closed date -#: ../src/business/business-gnome/dialog-order.c:296 -msgid "Do you really want to close the order?" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:297 -msgid "Close Date" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:800 -msgid "View/Edit Order" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:808 -msgid "Order Notes" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:810 -#: ../src/business/business-gnome/glade/order.glade.h:5 -msgid "Date Closed" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:812 -msgid "Is Closed?" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:816 -msgid "Owner Name " -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:818 -#: ../src/business/business-gnome/glade/order.glade.h:12 -msgid "Order ID" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:829 -#: ../src/gnome/lot-viewer.c:616 -msgid "Closed" -msgstr "" - -#: ../src/business/business-gnome/dialog-order.c:884 -msgid "Find Order" -msgstr "" - -#: ../src/business/business-gnome/dialog-payment.c:228 -msgid "" -"You must enter the amount of the payment. The payment amount must be " -"greater than zero." -msgstr "" - -#: ../src/business/business-gnome/dialog-payment.c:237 -msgid "You must select a company for payment processing." -msgstr "" - -#: ../src/business/business-gnome/dialog-payment.c:245 -msgid "You must select a transfer account from the account tree." -msgstr "" - -#: ../src/business/business-gnome/dialog-payment.c:253 -msgid "You must enter an account name for posting." -msgstr "" - -#: ../src/business/business-gnome/dialog-payment.c:262 -#, c-format -msgid "Your selected post account, %s, does not exist" -msgstr "" - -#: ../src/business/business-gnome/dialog-payment.c:463 -#, c-format -msgid "" -"You have no valid \"Post To\" accounts. Please create an account of type \"%" -"s\" before you continue to process this payment. Perhaps you want to create " -"an Invoice or Bill first?" -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:205 -msgid "" -"You must enter a company name. If this vendor is an individual (and not a " -"company) you should set the \"company name\" and \"contact name\" the same." -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:216 -msgid "You must enter a payment address." -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:294 -msgid "Edit Vendor" -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:296 -#: ../src/business/business-gnome/glade/vendor.glade.h:9 -msgid "New Vendor" -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:646 -msgid "View/Edit Vendor" -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:647 -msgid "Vendor's Jobs" -msgstr "" - -#. { N_("Vendor Orders"), order_vendor_cb}, -#: ../src/business/business-gnome/dialog-vendor.c:649 -msgid "Vendor's Bills" -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:650 -msgid "Pay Bill" -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:661 -msgid "Vendor ID" -msgstr "" - -#: ../src/business/business-gnome/dialog-vendor.c:694 -msgid "Find Vendor" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:1 -msgid "New Billing Term" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:2 -msgid "Term Definition" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:3 -msgid "Terms" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:4 -msgid "Cancel your changes" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:5 -msgid "Close this window" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:6 -msgid "Commit this Billing Term" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:7 -msgid "Create a new Billing Term" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:8 -msgid "Cutoff Day: " -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:10 -msgid "" -"Days\n" -"Proximo" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:12 -msgid "De_scription:" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:13 -msgid "Delete the current Billing Term" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:15 -#, no-c-format -msgid "Discount %: " -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:16 -msgid "Discount Day: " -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:17 -msgid "Discount Days: " -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:18 -msgid "Due Day: " -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:19 -msgid "Due Days: " -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:20 -msgid "Edit the current Billing Term" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:22 -msgid "Table" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/glade/billterms.glade.h:23 -#: ../src/business/business-gnome/glade/invoice.glade.h:23 -#: ../intl-scm/guile-strings.c:3464 ../intl-scm/guile-strings.c:3774 -#: ../intl-scm/guile-strings.c:4006 -msgid "Terms" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:24 -msgid "" -"The cutoff day for applying bills to the next month. After the cutoff, " -"bills are applied to the following month. Negative values count backwards " -"from the end of the month." -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:25 -msgid "The day of the month bills are due" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:26 -msgid "The description of the Billing Term, printed on invoices" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:27 -msgid "The discount percentage applied if paid early." -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:28 -msgid "The internal name of the Billing Term." -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:29 -msgid "The last day of the month for the early payment discount." -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:30 -msgid "" -"The number of days after the post date during which a discount will be " -"applied for early payment." -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:31 -msgid "The number of days to pay the bill after the post date." -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:32 -msgid "The percentage discount applied for early payment." -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:33 -#: ../src/report/report-gnome/report.glade.h:18 -msgid "_Name:" -msgstr "" - -#: ../src/business/business-gnome/glade/billterms.glade.h:34 -#: ../src/gnome/glade/price.glade.h:25 -#: ../src/gnome-utils/glade/commodity.glade.h:22 -msgid "_Type:" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:1 -msgid "Bills" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:2 -msgid "Invoices" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:3 -msgid "Default number of register rows to display in Invoices." -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:4 -msgid "How many days in the future to warn about Bills coming due." -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:5 -msgid "" -"If checked, each invoice will be opened in its own top level window. If " -"clear, the invoice will be opened in the current window." -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:6 -#: ../src/gnome-utils/glade/preferences.glade.h:92 -msgid "Number of _rows:" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:7 -#: ../src/gnome/glade/sched-xact.glade.h:141 -#: ../src/import-export/generic-import.glade.h:40 -#: ../src/import-export/hbci/glade/hbciprefs.glade.h:3 -#: ../src/import-export/qif-import/qif.glade.h:59 -msgid "Preferences" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:8 -msgid "Ta_x included" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:9 -msgid "" -"Whether multiple entries in an invoice which transfer to the same account " -"should be accumulated into a single split by default. This setting can be " -"changed in the Post dialog." -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:10 -msgid "" -"Whether tax is included by default in entries on Bills. This setting is " -"inherited by new customers and vendors." -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:11 -msgid "" -"Whether tax is included by default in entries on Invoices. This setting is " -"inherited by new customers and vendors." -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:12 -msgid "Whether to display the list of Bills Due at startup." -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:13 -msgid "_Accumulate splits on post" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:14 -msgid "_Days in advance:" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:15 -msgid "_Notify when due" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:16 -msgid "_Open in new window" -msgstr "" - -#: ../src/business/business-gnome/glade/businessprefs.glade.h:17 -msgid "_Tax included" -msgstr "" - -#: ../src/business/business-gnome/glade/choose-owner.glade.h:1 -msgid "Choose Owner Dialog" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/glade/choose-owner.glade.h:2 -#: ../src/business/business-gnome/glade/date-close.glade.h:1 -#: ../src/business/business-ledger/gncEntryLedgerModel.c:75 -#: ../src/gnome/dialog-find-transactions.c:128 -#: ../src/gnome/dialog-tax-info.c:721 ../src/gnome/glade/lots.glade.h:10 -#: ../src/gnome/reconcile-list.c:220 -#: ../src/gnome-utils/gnc-tree-model-budget.c:102 -#: ../src/gnome-utils/gnc-tree-view-account.c:530 -#: ../src/import-export/generic-import.glade.h:16 -#: ../src/import-export/import-main-matcher.c:421 -#: ../src/import-export/import-match-picker.c:335 -#: ../src/import-export/import-match-picker.c:375 -#: ../src/import-export/qif-import/druid-qif-import.c:2879 -#: ../src/import-export/qif-import/druid-qif-import.c:2917 -#: ../src/register/ledger-core/split-register-model.c:138 -#: ../intl-scm/guile-strings.c:1326 ../intl-scm/guile-strings.c:1528 -#: ../intl-scm/guile-strings.c:2004 ../intl-scm/guile-strings.c:2242 -#: ../intl-scm/guile-strings.c:2306 ../intl-scm/guile-strings.c:2428 -#: ../intl-scm/guile-strings.c:2504 ../intl-scm/guile-strings.c:2628 -#: ../intl-scm/guile-strings.c:2668 ../intl-scm/guile-strings.c:3272 -#: ../intl-scm/guile-strings.c:3300 ../intl-scm/guile-strings.c:3488 -#: ../intl-scm/guile-strings.c:3590 ../intl-scm/guile-strings.c:3618 -#: ../intl-scm/guile-strings.c:3850 ../intl-scm/guile-strings.c:3878 -msgid "Description" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:1 -#: ../src/business/business-gnome/glade/employee.glade.h:3 -#: ../src/business/business-gnome/glade/invoice.glade.h:2 -#: ../src/business/business-gnome/glade/job.glade.h:1 -#: ../src/business/business-gnome/glade/order.glade.h:2 -#: ../src/business/business-gnome/glade/vendor.glade.h:1 -msgid "Active" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:2 -#: ../src/business/business-gnome/glade/employee.glade.h:4 -#: ../src/business/business-gnome/glade/vendor.glade.h:2 -msgid "Address: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:3 -msgid "Billing Address" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:4 -#: ../src/business/business-gnome/glade/invoice.glade.h:5 -#: ../src/business/business-gnome/glade/order.glade.h:3 -msgid "Billing Information" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:5 -#: ../src/business/business-gnome/glade/vendor.glade.h:3 -msgid "Company Name: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:6 -msgid "Credit Limit: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:7 -#: ../src/business/business-gnome/glade/employee.glade.h:7 -#: ../src/business/business-gnome/glade/vendor.glade.h:4 -msgid "Currency: " -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../src/business/business-gnome/glade/customer.glade.h:8 -#: ../src/business/business-gnome/glade/invoice.glade.h:6 -#: ../src/business/business-gnome/search-owner.c:236 -#: ../src/register/ledger-core/split-register-model.c:134 -#: ../intl-scm/guile-strings.c:3554 -msgid "Customer" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:9 -msgid "Customer Number: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:10 -msgid "Discount: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:11 -#: ../src/business/business-gnome/glade/employee.glade.h:10 -#: ../src/business/business-gnome/glade/vendor.glade.h:5 -msgid "Email: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:12 -#: ../src/business/business-gnome/glade/employee.glade.h:13 -#: ../src/business/business-gnome/glade/vendor.glade.h:6 -msgid "Fax: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:13 -#: ../src/business/business-gnome/glade/employee.glade.h:14 -#: ../src/business/business-gnome/glade/vendor.glade.h:7 -msgid "Identification" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:14 -#: ../src/business/business-gnome/glade/employee.glade.h:17 -#: ../src/business/business-gnome/glade/vendor.glade.h:8 -msgid "Name: " -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/transaction.scm -#: ../src/business/business-gnome/glade/customer.glade.h:16 -#: ../src/business/business-gnome/glade/invoice.glade.h:20 -#: ../src/business/business-gnome/glade/order.glade.h:9 -#: ../src/business/business-gnome/glade/vendor.glade.h:10 -#: ../src/gnome/dialog-find-transactions.c:120 -#: ../src/gnome-utils/gnc-tree-view-account.c:632 -#: ../src/register/ledger-core/split-register-model.c:309 -#: ../intl-scm/guile-strings.c:2010 ../intl-scm/guile-strings.c:2298 -#: ../intl-scm/guile-strings.c:2310 ../intl-scm/guile-strings.c:2508 -#: ../intl-scm/guile-strings.c:2556 -msgid "Notes" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:17 -#: ../src/business/business-gnome/glade/vendor.glade.h:11 -msgid "Override the global Tax Table?" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:18 -#: ../src/business/business-gnome/glade/employee.glade.h:20 -#: ../src/business/business-gnome/glade/vendor.glade.h:14 -msgid "Phone: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:19 -msgid "Shipping Address" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:20 -msgid "Shipping Information" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:21 -msgid "Tax Included: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:22 -msgid "Tax Table: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:23 -#: ../src/business/business-gnome/glade/vendor.glade.h:17 -msgid "Terms: " -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:24 -msgid "" -"The customer ID number. If left blank a reasonable number will be chosen " -"for you" -msgstr "" - -#: ../src/business/business-gnome/glade/customer.glade.h:25 -msgid "What Tax Table should be applied to this customer?" -msgstr "" - -#: ../src/business/business-gnome/glade/date-close.glade.h:2 -msgid "Question" -msgstr "" - -#: ../src/business/business-gnome/glade/date-close.glade.h:3 -msgid "acct" -msgstr "" - -#: ../src/business/business-gnome/glade/date-close.glade.h:4 -msgid "duedate" -msgstr "" - -#: ../src/business/business-gnome/glade/date-close.glade.h:5 -msgid "postd" -msgstr "" - -#: ../src/business/business-gnome/glade/date-close.glade.h:6 -msgid "question" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:1 -msgid "Access Control" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:2 -msgid "Access Control List" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:5 -msgid "Billing" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:6 -#: ../src/gnome-utils/dialog-transfer.c:1630 -msgid "Credit Account" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:8 -msgid "Default Hours per Day: " -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:9 -msgid "Default Rate: " -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../src/business/business-gnome/glade/employee.glade.h:11 -#: ../src/business/business-gnome/search-owner.c:238 -#: ../intl-scm/guile-strings.c:3558 -msgid "Employee" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:12 -msgid "Employee Number: " -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:15 -msgid "Interface" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:16 -msgid "Language: " -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:19 -#: ../src/business/business-gnome/glade/vendor.glade.h:12 -msgid "Payment Address" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:21 -msgid "" -"The employee ID number. If left blank a reasonable number will be chosen " -"for you" -msgstr "" - -#: ../src/business/business-gnome/glade/employee.glade.h:22 -msgid "Username: " -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:1 -#: ../src/business/business-gnome/glade/order.glade.h:1 -msgid "(owner)" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:3 -msgid "Additional to Card:" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:7 -msgid "Customer: " -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:10 -msgid "Default Chargeback Project" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:11 -msgid "Extra Payments" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:13 -msgid "Invoice Entries" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:15 -msgid "Invoice Information" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:16 -#: ../src/business/business-gnome/search-owner.c:239 -msgid "Job" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:17 -msgid "Job: " -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:19 -msgid "No, keep them as they are" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:21 -msgid "Posted Account" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:22 -msgid "Reset Tax Tables to present Values?" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:24 -msgid "" -"The invoice ID number. If left blank a reasonable number will be chosen for " -"you." -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:25 -msgid "" -"Unposting this Invoice will delete the posted transaction.\n" -"Are you sure you want to unpost it?" -msgstr "" - -#: ../src/business/business-gnome/glade/invoice.glade.h:27 -msgid "Yes, reset the Tax Tables" -msgstr "" - -#: ../src/business/business-gnome/glade/job.glade.h:3 -msgid "Job Active" -msgstr "" - -#: ../src/business/business-gnome/glade/job.glade.h:4 -msgid "Job Dialog" -msgstr "" - -#: ../src/business/business-gnome/glade/job.glade.h:5 -msgid "Job Information" -msgstr "" - -#: ../src/business/business-gnome/glade/job.glade.h:8 -msgid "Owner Information" -msgstr "" - -#: ../src/business/business-gnome/glade/job.glade.h:9 -msgid "" -"The job ID number. If left blank a reasonable number will be chosen for you" -msgstr "" - -#: ../src/business/business-gnome/glade/order.glade.h:4 -msgid "Close Order" -msgstr "" - -#: ../src/business/business-gnome/glade/order.glade.h:7 -msgid "Invoices" -msgstr "" - -#: ../src/business/business-gnome/glade/order.glade.h:8 -msgid "New Order" -msgstr "" - -#: ../src/business/business-gnome/glade/order.glade.h:10 -msgid "Order Entries" -msgstr "" - -#: ../src/business/business-gnome/glade/order.glade.h:11 -msgid "Order Entry" -msgstr "" - -#: ../src/business/business-gnome/glade/order.glade.h:13 -msgid "Order Information" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/glade/order.glade.h:14 -#: ../intl-scm/guile-strings.c:3462 ../intl-scm/guile-strings.c:3484 -#: ../intl-scm/guile-strings.c:4004 -msgid "Reference" -msgstr "" - -#: ../src/business/business-gnome/glade/order.glade.h:15 -msgid "" -"The order ID number. If left blank a reasonable number will be chosen for " -"you" -msgstr "" - -#. Add the columns -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-gnome/glade/payment.glade.h:2 -#: ../src/business/business-ledger/gncEntryLedgerModel.c:70 -#: ../src/gnome/druid-loan.c:1789 ../src/gnome/glade/lots.glade.h:8 -#: ../src/gnome/glade/register.glade.h:14 ../src/gnome/reconcile-list.c:227 -#: ../src/gnome-utils/gnc-tree-view-price.c:447 -#: ../src/import-export/generic-import.glade.h:15 -#: ../src/import-export/import-main-matcher.c:417 -#: ../src/import-export/import-match-picker.c:333 -#: ../src/import-export/import-match-picker.c:373 -#: ../src/import-export/qif-import/druid-qif-import.c:2871 -#: ../src/import-export/qif-import/druid-qif-import.c:2909 -#: ../src/register/ledger-core/split-register-model.c:101 -#: ../intl-scm/guile-strings.c:1322 ../intl-scm/guile-strings.c:1522 -#: ../intl-scm/guile-strings.c:1772 ../intl-scm/guile-strings.c:1920 -#: ../intl-scm/guile-strings.c:2032 ../intl-scm/guile-strings.c:2230 -#: ../intl-scm/guile-strings.c:2300 ../intl-scm/guile-strings.c:2400 -#: ../intl-scm/guile-strings.c:2492 ../intl-scm/guile-strings.c:2624 -#: ../intl-scm/guile-strings.c:2656 ../intl-scm/guile-strings.c:2724 -#: ../intl-scm/guile-strings.c:3270 ../intl-scm/guile-strings.c:3294 -#: ../intl-scm/guile-strings.c:3480 ../intl-scm/guile-strings.c:3588 -#: ../intl-scm/guile-strings.c:3612 ../intl-scm/guile-strings.c:3848 -#: ../intl-scm/guile-strings.c:3872 -msgid "Date" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../src/business/business-gnome/glade/payment.glade.h:3 -#: ../src/gnome/dialog-find-transactions.c:126 -#: ../src/import-export/import-main-matcher.c:422 -#: ../src/import-export/import-match-picker.c:336 -#: ../src/import-export/import-match-picker.c:376 -#: ../src/register/ledger-core/split-register-model.c:190 -#: ../intl-scm/guile-strings.c:1530 ../intl-scm/guile-strings.c:2274 -#: ../intl-scm/guile-strings.c:2308 ../intl-scm/guile-strings.c:2312 -#: ../intl-scm/guile-strings.c:2436 ../intl-scm/guile-strings.c:2552 -msgid "Memo" -msgstr "" - -#: ../src/business/business-gnome/glade/payment.glade.h:5 -#: ../src/business/business-gnome/glade/vendor.glade.h:13 -#: ../src/gnome/window-reconcile.c:446 -msgid "Payment Information" -msgstr "" - -#: ../src/business/business-gnome/glade/payment.glade.h:6 -msgid "Post To" -msgstr "" - -#: ../src/business/business-gnome/glade/payment.glade.h:7 -msgid "Transfer Account" -msgstr "" - -#: ../src/business/business-gnome/glade/vendor.glade.h:15 -msgid "Tax Included:" -msgstr "" - -#: ../src/business/business-gnome/glade/vendor.glade.h:16 -msgid "Tax Table:" -msgstr "" - -#: ../src/business/business-gnome/glade/vendor.glade.h:18 -msgid "" -"The vendor ID number. If left blank a reasonable number will be chosen for " -"you" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../src/business/business-gnome/glade/vendor.glade.h:19 -#: ../src/business/business-gnome/search-owner.c:237 -#: ../src/register/ledger-core/split-register-model.c:136 -#: ../intl-scm/guile-strings.c:3556 -msgid "Vendor" -msgstr "" - -#: ../src/business/business-gnome/glade/vendor.glade.h:20 -msgid "Vendor Number: " -msgstr "" - -#: ../src/business/business-gnome/glade/vendor.glade.h:21 -msgid "What Tax Table should be applied to this vendor?" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../src/business/business-gnome/gncmod-business-gnome.c:135 -#: ../intl-scm/guile-strings.c:3242 -msgid "Business" -msgstr "" - -#. Toplevel -#. Extensions Menu -#. src/business/business-reports/business-reports.scm -#: ../src/business/business-gnome/gnc-plugin-business.c:148 -#: ../src/business/business-gnome/gnc-plugin-business.c:241 -#: ../intl-scm/guile-strings.c:3474 -msgid "_Business" -msgstr "" - -#. Customer submenu -#: ../src/business/business-gnome/gnc-plugin-business.c:151 -msgid "_Customer" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:152 -msgid "_New Customer..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:153 -msgid "Open the New Customer dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:155 -msgid "_Find Customer..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:156 -msgid "Open the Find Customer dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:158 -msgid "New _Invoice..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:159 -msgid "Open the New Invoice dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:161 -msgid "Find In_voice..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:162 -msgid "Open the Find Invoice dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:164 -#: ../src/business/business-gnome/gnc-plugin-business.c:188 -msgid "New _Job..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:165 -#: ../src/business/business-gnome/gnc-plugin-business.c:189 -msgid "Open the New Job dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:167 -#: ../src/business/business-gnome/gnc-plugin-business.c:191 -msgid "Find Jo_b..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:168 -#: ../src/business/business-gnome/gnc-plugin-business.c:192 -msgid "Open the Find Job dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:170 -#: ../src/business/business-gnome/gnc-plugin-business.c:194 -#: ../src/business/business-gnome/gnc-plugin-business.c:212 -msgid "_Process Payment..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:171 -#: ../src/business/business-gnome/gnc-plugin-business.c:195 -#: ../src/business/business-gnome/gnc-plugin-business.c:213 -msgid "Open the Process Payment dialog" -msgstr "" - -#. Vendor submenu -#: ../src/business/business-gnome/gnc-plugin-business.c:175 -msgid "_Vendor" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:176 -msgid "_New Vendor..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:177 -msgid "Open the New Vendor dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:179 -msgid "_Find Vendor..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:180 -msgid "Open the Find Vendor dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:182 -msgid "New _Bill..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:183 -msgid "Open the New Bill dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:185 -msgid "Find Bi_ll..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:186 -msgid "Open the Find Bill dialog" -msgstr "" - -#. Employee submenu -#: ../src/business/business-gnome/gnc-plugin-business.c:199 -msgid "_Employee" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:200 -msgid "_New Employee..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:201 -msgid "Open the New Employee dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:203 -msgid "_Find Employee..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:204 -msgid "Open the Find Employee dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:206 -msgid "New _Expense Voucher..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:207 -msgid "Open the New Expense Voucher dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:209 -msgid "Find Expense _Voucher..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:210 -msgid "Open the Find Expense Voucher dialog" -msgstr "" - -#. Other menu items -#: ../src/business/business-gnome/gnc-plugin-business.c:217 -msgid "_Tax Table Editor" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:218 -msgid "View and edit the list of Tax Tables" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:220 -msgid "_Billing Terms Editor" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:221 -msgid "View and edit the list of Billing Terms" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:223 -msgid "Bills _Due Reminder" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:224 -msgid "Open the Bills Due Reminder dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:226 -msgid "E_xport" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:227 -msgid "QSF _Invoice..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:228 -msgid "Export one or more invoices to QSF" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:230 -msgid "QSF _Customer..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:231 -msgid "Export one or more customers to QSF" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:233 -msgid "QSF _Vendor..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:234 -msgid "Export one or more vendors to QSF" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:236 -msgid "QSF _Employee..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:237 -msgid "Export one or more employees to QSF" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:242 -#: ../src/business/business-gnome/gnc-plugin-business.c:243 -msgid "Test Search Dialog" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:245 -msgid "Reload invoice report" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:246 -msgid "Reload invoice report scheme file" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:248 -msgid "Reload owner report" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:249 -msgid "Reload owner report scheme file" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:251 -msgid "Reload receivable report" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:252 -msgid "Reload receivable report scheme file" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:254 -#: ../src/business/business-gnome/gnc-plugin-business.c:255 -msgid "Initialize Test Data" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:724 -msgid "Export Invoices to XML" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:759 -msgid "Export Customers to XML" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:791 -msgid "Export Vendors to XML" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-business.c:823 -msgid "Export Employees to XML" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:96 -#: ../src/gnome/glade/register.glade.h:51 -msgid "Sort _Order" -msgstr "" - -#. File menu -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:99 -msgid "New _Invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:100 -msgid "Create a new invoice" -msgstr "" - -#. File menu -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:102 -#: ../src/gnome/gnc-plugin-page-account-tree.c:150 -msgid "New _Account..." -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:103 -msgid "Create a new account" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:105 -msgid "Print Invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:106 -msgid "Make a printable invoice" -msgstr "" - -#. Edit menu -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:110 -msgid "_Cut" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:113 -msgid "Copy" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:116 -#: ../src/gnome/gnc-plugin-page-register.c:181 -#: ../src/gnome-utils/gnc-main-window.c:257 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:962 -msgid "_Paste" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:119 -msgid "_Edit Invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:120 -msgid "Edit this invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:122 -msgid "_Post Invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:123 -msgid "Post this Invoice to your Chart of Accounts" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:125 -msgid "_Unpost Invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:126 -msgid "Unpost this Invoice and make it editable" -msgstr "" - -#. Actions menu -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:130 -#: ../src/gnome/glade/register.glade.h:86 -msgid "_Enter" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:131 -msgid "Record the current entry" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:133 -#: ../src/gnome/glade/register.glade.h:79 ../src/gnome/window-reconcile.c:2044 -msgid "_Cancel" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:134 -msgid "Cancel the current entry" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:136 -#: ../src/gnome/glade/register.glade.h:82 -#: ../src/gnome/gnc-plugin-page-sx-list.c:124 -#: ../src/gnome/window-reconcile.c:2072 -msgid "_Delete" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:137 -msgid "Delete the current entry" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:139 -#: ../src/gnome/glade/register.glade.h:78 -msgid "_Blank" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:140 -msgid "Move to the blank entry at the bottom of the Invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:142 -msgid "Dup_licate Entry" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:143 -msgid "Make a copy of the current entry" -msgstr "" - -#. Business menu -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:147 -msgid "_Pay Invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:148 -msgid "Enter a payment for the owner of this Invoice" -msgstr "" - -#. Reports menu -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:152 -msgid "_Company Report" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:153 -msgid "Open a company report window for the owner of this Invoice" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:160 -#: ../src/gnome/glade/register.glade.h:95 -msgid "_Standard" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:161 -#: ../src/gnome/glade/register.glade.h:80 -msgid "_Date" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:162 -#: ../src/gnome/glade/register.glade.h:15 -msgid "Date of _Entry" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:163 -msgid "_Quantity" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:164 -#: ../src/register/ledger-core/split-register.c:1719 -#: ../src/register/ledger-core/split-register.c:1721 -msgid "_Price" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:165 -#: ../src/gnome/glade/register.glade.h:18 -msgid "Descri_ption" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:194 -#: ../src/gnome/glade/register.glade.h:25 -#: ../src/gnome/gnc-plugin-page-register.c:327 -msgid "Enter" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:195 -#: ../src/gnome/glade/register.glade.h:6 -#: ../src/gnome/gnc-plugin-page-register.c:328 -msgid "Cancel" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:196 -#: ../src/gnome/glade/register.glade.h:16 -#: ../src/gnome/gnc-plugin-page-account-tree.c:224 -#: ../src/gnome/gnc-plugin-page-budget.c:165 -#: ../src/gnome/gnc-plugin-page-register.c:329 -msgid "Delete" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:197 -#: ../src/gnome/glade/register.glade.h:20 -#: ../src/gnome/gnc-plugin-page-register.c:330 -msgid "Duplicate" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:198 -#: ../src/gnome/glade/register.glade.h:3 -#: ../src/gnome/gnc-plugin-page-register.c:333 -msgid "Blank" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:199 -msgid "Post" -msgstr "" - -#: ../src/business/business-gnome/gnc-plugin-page-invoice.c:200 -msgid "Unpost" -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:1 -msgid "Accumulate multiple splits into one" -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:2 -msgid "" -"If active, at startup GnuCash will check to see whether any bills will " -"become due soon. If so, it will present the user with a reminder dialog. The " -"definition of \"soon\" is controlled by the \"Days in Advance\" setting. " -"Otherwise GnuCash does not check for due bills." -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:3 -msgid "" -"If active, each new invoice will be opened in a new window. Otherwise a new " -"invoice will be opened as a tab in the main window." -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:4 -msgid "" -"If active, only the 'active' items in the current class will be searched. " -"Otherwise all items in the current class will be searched." -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:5 -msgid "" -"If set to active then tax is included by default in entries of this type. " -"This setting is inherited by new customers and vendors." -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:6 -msgid "" -"If this field is active then multiple entries in an invoice that transfer to " -"the same account will be accumulated into a single split. This field can be " -"overridden per invoice in the Posting dialog." -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:7 -msgid "Is tax included in this type of business entry?" -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:8 -msgid "Open new invoice in new window" -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:9 -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:7 -msgid "Search only in active items" -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:10 -msgid "Show bills due reminder at startup" -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:11 -msgid "Show bills due within this many days" -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:12 -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:54 -msgid "The number of rows in an invoice" -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:13 -msgid "" -"This field defines the number of days in advance that GnuCash will check for " -"due bills. Its value is only used if the \"Notify when due\" setting is " -"active." -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:14 -msgid "" -"This field sets the number of rows to show in an invoice. It does not " -"actually affect the display of the contents of the window. It is only used " -"to set the size of the window when first opened." -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:15 -msgid "" -"This setting contains the coordinates describing the last location of the " -"window. The numbers are the X and Y coordinates of the top left corner of " -"the window, and the width and height of the window." -msgstr "" - -#: ../src/business/business-gnome/schemas/apps_gnucash_dialog_business_common.schemas.in.h:16 -msgid "Window position and size" -msgstr "" - -#: ../src/business/business-gnome/search-owner.c:163 -msgid "You have not selected an owner" -msgstr "" - -#: ../src/business/business-gnome/search-owner.c:256 -#: ../src/gnome-search/search-boolean.c:177 -#: ../src/gnome-search/search-reconciled.c:185 -msgid "is" -msgstr "" - -#: ../src/business/business-gnome/search-owner.c:257 -#: ../src/gnome-search/search-boolean.c:178 -#: ../src/gnome-search/search-reconciled.c:186 -msgid "is not" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedger.c:81 -#: ../src/gnome-utils/dialog-transfer.c:1267 -#: ../src/register/ledger-core/split-register.c:1498 -#, c-format -msgid "The account %s does not allow transactions." -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedger.c:82 -#: ../src/register/ledger-core/split-register.c:1499 -#, c-format -msgid "The account %s does not exist. Would you like to create it?" -msgstr "" - -#. XXX: change this based on the ledger type -#: ../src/business/business-ledger/gncEntryLedger.c:228 -msgid "Hours" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedger.c:229 -msgid "Project" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedger.c:230 -msgid "Material" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedger.c:805 -#: ../src/business/business-ledger/gncEntryLedgerControl.c:485 -msgid "Save the current entry?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedger.c:807 -msgid "" -"The current transaction has been changed. Would you like to record the " -"changes before duplicating this entry, or cancel the duplication?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedger.c:822 -#: ../src/business/business-ledger/gncEntryLedgerControl.c:504 -#: ../src/gnome/gnc-split-reg.c:726 -#: ../src/register/ledger-core/split-register.c:423 -msgid "_Record" -msgstr "" - -#. Translators: %s is the string "an Account" i.e. its translation. -#: ../src/business/business-ledger/gncEntryLedgerControl.c:140 -#, c-format -msgid "Invalid Entry: You need to supply %s." -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerControl.c:164 -#: ../src/business/business-ledger/gncEntryLedgerControl.c:170 -msgid "an Account" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerControl.c:374 -#, c-format -msgid "The tax table %s does not exist. Would you like to create it?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerControl.c:487 -msgid "" -"The current entry has been changed. However, this entry is part of an " -"existing order. Would you like to record the change and effectively change " -"your order?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerControl.c:502 -#: ../src/gnome/gnc-split-reg.c:724 -msgid "_Don't Record" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerControl.c:589 -msgid "The current entry has been changed. Would you like to save it?" -msgstr "" - -#. Translators: The 'sample:' items are strings which are not -#. displayed, but only used to estimate widths. Please only -#. translate the portion after the ':' and leave the rest -#. ("sample:") as is. -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:72 -msgid "sample:X" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:74 -#: ../src/register/ledger-core/split-register-layout.c:510 -#: ../src/register/ledger-core/split-register-layout.c:518 -msgid "sample:12/12/2000" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:77 -msgid "sample:Description of an Entry" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:79 -msgid "sample:Action" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:81 -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:85 -msgid "sample:9,999.00" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:83 -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:105 -msgid "sample:999,999.00" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:88 -#, no-c-format -msgid "sample(DT):+%" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:91 -#, no-c-format -msgid "sample(DH):+%" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:94 -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:97 -#: ../src/register/ledger-core/split-register-layout.c:579 -#: ../src/register/ledger-core/split-register-layout.c:587 -msgid "sample:Expenses:Automobile:Gasoline" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:99 -msgid "sample:T?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:101 -msgid "sample:TI" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:103 -msgid "sample:Tax Table 1" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:107 -msgid "sample:999.00" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:109 -msgid "sample:BI" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLayout.c:111 -msgid "sample:Payment" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLoad.c:49 -msgid "$" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-ledger/gncEntryLedgerLoad.c:50 -#: ../src/gnome/glade/sched-xact.glade.h:3 ../intl-scm/guile-strings.c:3288 -#: ../intl-scm/guile-strings.c:3606 ../intl-scm/guile-strings.c:3866 -#, no-c-format -msgid "%" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLoad.c:59 -msgid "<" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLoad.c:60 -msgid "=" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerLoad.c:61 -msgid ">" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../src/business/business-ledger/gncEntryLedgerLoad.c:119 -#: ../src/business/business-ledger/gncEntryLedgerModel.c:510 -#: ../src/business/business-ledger/gncEntryLedgerModel.c:1036 -#: ../src/engine/Account.c:3668 ../intl-scm/guile-strings.c:902 -msgid "Cash" -msgstr "" - -#. src/app-utils/prefs.scm -#. src/report/standard-reports/register.scm -#: ../src/business/business-ledger/gncEntryLedgerLoad.c:122 -#: ../src/business/business-ledger/gncEntryLedgerModel.c:512 -#: ../src/business/business-ledger/gncEntryLedgerModel.c:1038 -#: ../intl-scm/guile-strings.c:120 ../intl-scm/guile-strings.c:136 -#: ../intl-scm/guile-strings.c:2728 -msgid "Charge" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:55 -msgid "Income Account" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:60 -msgid "Expense Account" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-ledger/gncEntryLedgerModel.c:65 -#: ../src/gnome/dialog-find-transactions.c:122 -#: ../src/register/ledger-core/split-register-model.c:169 -#: ../intl-scm/guile-strings.c:3306 ../intl-scm/guile-strings.c:3624 -#: ../intl-scm/guile-strings.c:3884 -msgid "Action" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-ledger/gncEntryLedgerModel.c:80 -#: ../intl-scm/guile-strings.c:3280 ../intl-scm/guile-strings.c:3324 -#: ../intl-scm/guile-strings.c:3598 ../intl-scm/guile-strings.c:3642 -#: ../intl-scm/guile-strings.c:3858 ../intl-scm/guile-strings.c:3902 -msgid "Discount" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:85 -msgid "Discount Type" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:90 -msgid "Discount How" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-ledger/gncEntryLedgerModel.c:95 -#: ../intl-scm/guile-strings.c:3278 ../intl-scm/guile-strings.c:3596 -#: ../intl-scm/guile-strings.c:3856 -msgid "Unit Price" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-ledger/gncEntryLedgerModel.c:100 -#: ../intl-scm/guile-strings.c:3276 ../intl-scm/guile-strings.c:3312 -#: ../intl-scm/guile-strings.c:3594 ../intl-scm/guile-strings.c:3630 -#: ../intl-scm/guile-strings.c:3854 ../intl-scm/guile-strings.c:3890 -msgid "Quantity" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:105 -msgid "Tax Table" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:110 -msgid "Taxable?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:115 -msgid "Tax Included?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:120 -msgid "Invoiced?" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-ledger/gncEntryLedgerModel.c:125 -#: ../intl-scm/guile-strings.c:836 ../intl-scm/guile-strings.c:3430 -#: ../intl-scm/guile-strings.c:3696 ../intl-scm/guile-strings.c:3752 -#: ../intl-scm/guile-strings.c:3982 -msgid "Subtotal" -msgstr "" - -#. src/tax/us/de_DE.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/business/business-ledger/gncEntryLedgerModel.c:130 -#: ../intl-scm/guile-strings.c:96 ../intl-scm/guile-strings.c:3432 -#: ../intl-scm/guile-strings.c:3754 ../intl-scm/guile-strings.c:3984 -msgid "Tax" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:135 -msgid "Billable?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:528 -msgid "" -"Enter the income/expense account for the Entry, or choose one from the list" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:541 -msgid "Enter the type of Entry" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:577 -msgid "Enter the Entry Description" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:592 -msgid "Enter the Discount Amount" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:595 -msgid "Enter the Discount Percent" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:598 -msgid "Enter the Discount ... unknown type" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:615 -msgid "Discount Type: Monetary Value" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:618 -msgid "Discount Type: Percent" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:621 -msgid "Select the Discount Type" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:637 -msgid "Tax computed after discount is applied" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:640 -msgid "Discount and tax both applied on pretax value" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:643 -msgid "Discount computed after tax is applied" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:646 -msgid "Select how to compute the Discount and Taxes" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:659 -msgid "Enter the unit-Price for this Entry" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:671 -msgid "Enter the Quantity of units for this Entry" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:683 -msgid "Enter the Tax Table to apply to this entry" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:692 -msgid "Is this entry taxable?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:701 -msgid "Is the tax already included in the price of this entry?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:718 -msgid "Is this entry Invoiced?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:722 -msgid "Include this entry on this invoice?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:725 -msgid "Unknown EntryLedger Type" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:738 -msgid "The subtotal value of this entry " -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:750 -msgid "The total tax of this entry " -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:759 -msgid "Is this entry billable to a customer or job?" -msgstr "" - -#: ../src/business/business-ledger/gncEntryLedgerModel.c:768 -msgid "How did you pay for this item?" -msgstr "" - -#: ../src/business/dialog-tax-table/dialog-tax-table.c:112 -msgid "You must provide a name for this Tax Table." -msgstr "" - -#: ../src/business/dialog-tax-table/dialog-tax-table.c:118 -#, c-format -msgid "" -"You must provide a unique name for this Tax Table. Your choice \"%s\" is " -"already in use." -msgstr "" - -#: ../src/business/dialog-tax-table/dialog-tax-table.c:144 -msgid "You must choose a Tax Account." -msgstr "" - -#: ../src/business/dialog-tax-table/dialog-tax-table.c:534 -#, c-format -msgid "Tax table \"%s\" is in use. You cannot delete it." -msgstr "" - -#: ../src/business/dialog-tax-table/dialog-tax-table.c:580 -msgid "" -"You cannot remove the last entry from the tax table. Try deleting the tax " -"table if you want to do that." -msgstr "" - -#: ../src/business/dialog-tax-table/dialog-tax-table.c:587 -msgid "Are you sure you want to delete this entry?" -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:1 -msgid "Tax Table Entries" -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:2 -msgid "Tax Table Entry" -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:3 -msgid "Tax Table" -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:4 -msgid "Tax Tables" -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:5 -msgid "Tax Tables" -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:7 -#, no-c-format -msgid "" -"Value $\n" -"Percent %" -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:9 -msgid "_Account:" -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:10 -msgid "_Name: " -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:11 -msgid "_Type: " -msgstr "" - -#: ../src/business/dialog-tax-table/tax-tables.glade.h:12 -msgid "_Value: " -msgstr "" - -#: ../src/core-utils/gnc-gkeyfile-utils.c:111 -#, c-format -msgid "Value '%s' cannot be interpreted as a float number." -msgstr "" - -#: ../src/core-utils/gnc-gkeyfile-utils.c:154 -#, c-format -msgid "" -"Key file contains key '%s' in group '%s' which has a value that cannot be " -"interpreted." -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../src/engine/Account.c:3667 ../src/import-export/hbci/gnc-hbci-utils.c:900 -#: ../intl-scm/guile-strings.c:900 -msgid "Bank" -msgstr "" - -#: ../src/engine/Account.c:3669 -msgid "Asset" -msgstr "" - -#: ../src/engine/Account.c:3670 -msgid "Credit Card" -msgstr "" - -#: ../src/engine/Account.c:3671 -msgid "Liability" -msgstr "" - -#: ../src/engine/Account.c:3672 -msgid "Stock" -msgstr "" - -#: ../src/engine/Account.c:3673 -msgid "Mutual Fund" -msgstr "" - -#: ../src/engine/Account.c:3674 ../src/gnome-utils/dialog-commodity.c:756 -#: ../src/gnome-utils/gnc-tree-view-price.c:441 -msgid "Currency" -msgstr "" - -#. src/app-utils/prefs.scm -#. src/report/report-system/report-utilities.scm -#. src/report/standard-reports/net-barchart.scm -#: ../src/engine/Account.c:3675 -#: ../src/register/ledger-core/split-register.c:2071 -#: ../intl-scm/guile-strings.c:148 ../intl-scm/guile-strings.c:916 -#: ../intl-scm/guile-strings.c:1288 -msgid "Income" -msgstr "" - -#: ../src/engine/Account.c:3678 -msgid "A/Receivable" -msgstr "" - -#: ../src/engine/Account.c:3679 -msgid "A/Payable" -msgstr "" - -#: ../src/engine/cap-gains.c:236 -msgid "Orphaned Gains" -msgstr "" - -#: ../src/engine/cap-gains.c:250 ../src/engine/cap-gains.c:975 -#: ../src/engine/cap-gains.c:980 ../src/engine/cap-gains.c:981 -msgid "Realized Gain/Loss" -msgstr "" - -#: ../src/engine/cap-gains.c:252 -msgid "" -"Realized Gains or Losses from Commodity or Trading Accounts that haven't " -"been recorded elsewhere." -msgstr "" - -#: ../src/engine/cap-gains.c:585 -msgid "Lot" -msgstr "" - -#: ../src/engine/gnc-budget.c:132 ../src/gnome/gnc-plugin-page-budget.c:846 -msgid "Unnamed Budget" -msgstr "" - -#: ../src/engine/gnc-filepath-utils.c:323 -#, c-format -msgid "" -"An error occurred while creating the directory:\n" -" %s\n" -"Please correct the problem and restart GnuCash.\n" -"The reported error was '%s' (errno %d).\n" -msgstr "" - -#: ../src/engine/gnc-filepath-utils.c:335 -#, c-format -msgid "" -"The directory\n" -" %s\n" -"exists but cannot be accessed. This program \n" -"must have full access (read/write/execute) to \n" -"the directory in order to function properly.\n" -msgstr "" - -#: ../src/engine/gnc-filepath-utils.c:345 -#: ../src/engine/gnc-filepath-utils.c:366 -#, c-format -msgid "" -"The path\n" -" %s\n" -"exists but it is not a directory. Please delete\n" -"the file and start GnuCash again.\n" -msgstr "" - -#: ../src/engine/gnc-filepath-utils.c:354 -#, c-format -msgid "" -"An unknown error occurred when validating that the\n" -" %s\n" -"directory exists and is usable. Please correct the\n" -"problem and restart GnuCash. The reported error \n" -"was '%s' (errno %d)." -msgstr "" - -#: ../src/engine/gnc-filepath-utils.c:375 -#, c-format -msgid "" -"The permissions are wrong on the directory\n" -" %s\n" -"They must be at least 'rwx' for the user.\n" -msgstr "" - -#. translators: " + " is an separator in a list of string-representations of recurrence frequencies -#: ../src/engine/Recurrence.c:336 -msgid " + " -msgstr "" - -#: ../src/engine/Recurrence.c:430 ../src/gnome/glade/fincalc.glade.h:45 -#: ../src/gnome/glade/sched-xact.glade.h:190 -msgid "Weekly" -msgstr "" - -#. translators: %u is the recurrence multipler, i.e. this -#. event should occur every %u'th week. -#. translators: %u is the recurrence multiplier -#. translators: %u is the recurrence multiplier. -#: ../src/engine/Recurrence.c:435 ../src/engine/Recurrence.c:509 -#: ../src/engine/Recurrence.c:537 ../src/engine/Recurrence.c:550 -#: ../src/engine/Recurrence.c:564 -#, c-format -msgid " (x%u)" -msgstr "" - -#. translators: %s is an already-localized form of the day of the week. -#: ../src/engine/Recurrence.c:467 -#, c-format -msgid "last %s" -msgstr "" - -#: ../src/engine/Recurrence.c:504 ../src/gnome/glade/fincalc.glade.h:42 -msgid "Semi-monthly" -msgstr "" - -#. translators: %d is the number of Recurrences in the list. -#: ../src/engine/Recurrence.c:519 -#, c-format -msgid "Unknown, %d-size list." -msgstr "" - -#: ../src/engine/Recurrence.c:530 ../src/gnome/glade/sched-xact.glade.h:130 -msgid "Once" -msgstr "" - -#: ../src/engine/Recurrence.c:533 ../src/gnome/glade/sched-xact.glade.h:71 -msgid "Daily" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/engine/Recurrence.c:546 ../src/gnome/glade/fincalc.glade.h:33 -#: ../src/gnome/glade/sched-xact.glade.h:111 ../intl-scm/guile-strings.c:2452 -#: ../intl-scm/guile-strings.c:2454 -msgid "Monthly" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/engine/Recurrence.c:560 ../intl-scm/guile-strings.c:2460 -#: ../intl-scm/guile-strings.c:2462 -msgid "Yearly" -msgstr "" - -#: ../src/engine/Scrub.c:85 -msgid "Orphan" -msgstr "" - -#: ../src/engine/Scrub.c:388 -msgid "Imbalance" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../src/engine/Split.c:1240 ../src/engine/Split.c:1257 -#: ../intl-scm/guile-strings.c:2618 ../intl-scm/guile-strings.c:2640 -msgid "-- Split Transaction --" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/engine/Split.c:1273 ../src/gnome/druid-stock-split.c:454 -#: ../src/gnome/glade/register.glade.h:67 -#: ../src/gnome/gnc-plugin-page-register.c:331 -#: ../src/register/ledger-core/split-register.c:2074 -#: ../intl-scm/guile-strings.c:2222 -msgid "Split" -msgstr "" - -#: ../src/engine/Transaction.c:1695 -msgid "Voided transaction" -msgstr "" - -#. Dirtying taken care of by SetReadOnly -#: ../src/engine/Transaction.c:1706 -msgid "Transaction Voided" -msgstr "" - -#: ../src/gnome/dialog-chart-export.c:233 -msgid "Export Chart of Accounts to QSF XML" -msgstr "" - -#: ../src/gnome/dialog-commodities.c:135 -msgid "" -"That commodity is currently used by at least one of your accounts. You may " -"not delete it." -msgstr "" - -#: ../src/gnome/dialog-commodities.c:149 -msgid "" -"This commodity has price quotes. Are you sure you want to delete the " -"selected commodity and its price quotes?" -msgstr "" - -#: ../src/gnome/dialog-commodities.c:154 -msgid "Are you sure you want to delete the selected commodity?" -msgstr "" - -#: ../src/gnome/dialog-commodities.c:163 -msgid "Delete commodity?" -msgstr "" - -#: ../src/gnome/dialog-fincalc.c:308 -msgid "" -"This program can only calculate one value at a time. You must enter values " -"for all but one quantity." -msgstr "" - -#: ../src/gnome/dialog-fincalc.c:310 -msgid "" -"GnuCash cannot determine the value in one of the fields. You must enter a " -"valid expression." -msgstr "" - -#: ../src/gnome/dialog-fincalc.c:349 -msgid "The interest rate cannot be zero." -msgstr "" - -#: ../src/gnome/dialog-fincalc.c:368 -msgid "The number of payments cannot be zero." -msgstr "" - -#: ../src/gnome/dialog-fincalc.c:373 -msgid "The number of payments cannot be negative." -msgstr "" - -#: ../src/gnome/dialog-find-transactions.c:99 -msgid "All Accounts" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/report/standard-reports/budget.scm -#. src/business/business-reports/owner-report.scm -#: ../src/gnome/dialog-find-transactions.c:103 -#: ../src/gnome/druid-stock-split.c:609 ../src/gnome-utils/gnc-icons.c:16 -#: ../src/import-export/hbci/gnc-hbci-utils.c:899 -#: ../src/import-export/import-main-matcher.c:418 -#: ../src/import-export/import-match-picker.c:332 -#: ../src/import-export/qif-import/dialog-account-picker.c:339 -#: ../src/import-export/qif-import/druid-qif-import.c:2833 -#: ../src/register/ledger-core/split-register-model.c:176 -#: ../intl-scm/guile-strings.c:1328 ../intl-scm/guile-strings.c:1350 -#: ../intl-scm/guile-strings.c:1784 ../intl-scm/guile-strings.c:2082 -#: ../intl-scm/guile-strings.c:2314 ../intl-scm/guile-strings.c:2630 -#: ../intl-scm/guile-strings.c:2674 ../intl-scm/guile-strings.c:2740 -#: ../intl-scm/guile-strings.c:3476 -msgid "Account" -msgstr "" - -#: ../src/gnome/dialog-find-transactions.c:106 -#: ../src/import-export/import-match-picker.c:337 -msgid "Balanced" -msgstr "" - -#: ../src/gnome/dialog-find-transactions.c:109 -#: ../src/gnome/gnc-plugin-page-register.c:334 -#: ../src/gnome/window-reconcile.c:1175 -msgid "Reconcile" -msgstr "" - -#: ../src/gnome/dialog-find-transactions.c:111 -msgid "Share Price" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../src/gnome/dialog-find-transactions.c:113 -#: ../src/gnome/druid-stock-split.c:621 -#: ../src/register/ledger-core/split-register-model.c:239 -#: ../intl-scm/guile-strings.c:1330 ../intl-scm/guile-strings.c:1544 -#: ../intl-scm/guile-strings.c:2090 ../intl-scm/guile-strings.c:2254 -#: ../intl-scm/guile-strings.c:2318 ../intl-scm/guile-strings.c:2536 -#: ../intl-scm/guile-strings.c:2634 ../intl-scm/guile-strings.c:2680 -msgid "Shares" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../src/gnome/dialog-find-transactions.c:115 -#: ../src/gnome/dialog-sx-since-last-run.c:966 -#: ../src/gnome/glade/lots.glade.h:18 -#: ../src/gnome/glade/sched-xact.glade.h:185 ../intl-scm/guile-strings.c:1794 -#: ../intl-scm/guile-strings.c:2096 -msgid "Value" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/gnome/dialog-find-transactions.c:124 -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:10 -#: ../intl-scm/guile-strings.c:2432 -msgid "Number" -msgstr "" - -#: ../src/gnome/dialog-find-transactions.c:169 -#: ../src/gnome-search/dialog-search.c:1085 -msgid "Find Transaction" -msgstr "" - -#. Translators: %d is the number of prices. This -#. is a ngettext(3) message. -#: ../src/gnome/dialog-price-edit-db.c:172 -#, c-format -msgid "Are you sure you want to delete the %d selected price?" -msgid_plural "Are you sure you want to delete the %d selected prices?" -msgstr[0] "" -msgstr[1] "" - -#: ../src/gnome/dialog-price-edit-db.c:180 -msgid "Delete prices?" -msgstr "" - -#: ../src/gnome/dialog-price-editor.c:176 -msgid "You must select a commodity." -msgstr "" - -#: ../src/gnome/dialog-price-editor.c:181 -msgid "You must select a currency." -msgstr "" - -#: ../src/gnome/dialog-price-editor.c:190 -#: ../src/gnome-utils/dialog-transfer.c:1293 -msgid "You must enter a valid amount." -msgstr "" - -#: ../src/gnome/dialog-print-check.c:551 -msgid "Cannot save check format file." -msgstr "" - -#: ../src/gnome/dialog-print-check.c:1084 -msgid "There is a duplicate check format file." -msgstr "" - -#. Translators: %1$s is the type of the first check -#. * format (user defined or application defined); %2$s -#. * is the filename of that format; %3$s the type of -#. * the other check format; and %4$s the filename of -#. * that other format. -#: ../src/gnome/dialog-print-check.c:1092 -#, c-format -msgid "" -"The GUIDs in the %s check format file '%s' and the %s check format file '%s' " -"match." -msgstr "" - -#. Translators: This is a directory name. It may be presented to -#. * the user to indicate that some data file was defined by the -#. * gnucash application. -#: ../src/gnome/dialog-print-check.c:1129 -msgid "application" -msgstr "" - -#. Translators: This is a directory name. It may be presented to -#. * the user to indicate that some data file was defined by a -#. * user herself. -#: ../src/gnome/dialog-print-check.c:1137 -msgid "user" -msgstr "" - -#: ../src/gnome/dialog-print-check.c:1160 -#: ../src/gnome/dialog-print-check.c:2080 -msgid "Custom" -msgstr "" - -#: ../src/gnome/dialog-progress.c:331 ../src/gnome/dialog-progress.c:334 -msgid "Complete" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:185 ../src/gnome/glade/price.glade.h:22 -#: ../src/gnome/glade/register.glade.h:85 -#: ../src/gnome/gnc-plugin-page-sx-list.c:122 -#: ../src/gnome-utils/gnc-main-window.c:221 -#: ../src/gnome/window-reconcile.c:2069 -#: ../src/report/report-gnome/report.glade.h:17 -msgid "_Edit" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:186 ../src/gnome/window-reconcile.c:2029 -msgid "_Transaction" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:187 ../src/gnome/glade/register.glade.h:101 -#: ../src/gnome-utils/gnc-main-window.c:222 -msgid "_View" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:188 ../src/gnome/glade/register.glade.h:74 -#: ../src/gnome-utils/gnc-main-window.c:223 -msgid "_Actions" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:218 -msgid "This SX has changed; are you sure you want to cancel?" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:635 -#, c-format -msgid "Couldn't parse credit formula for split \"%s\"." -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:661 -#, c-format -msgid "Couldn't parse debit formula for split \"%s\"." -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:695 ../src/gnome/dialog-sx-from-trans.c:270 -msgid "" -"The Scheduled Transaction Editor cannot automatically balance this " -"transaction. Should it still be entered?" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:714 -msgid "Please name the Scheduled Transaction." -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:740 -#, c-format -msgid "" -"A Scheduled Transaction with the name \"%s\" already exists. Are you sure " -"you want to name this one the same?" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:769 -msgid "Scheduled Transactions with variables cannot be automatically created." -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:778 -msgid "" -"Scheduled Transactions without a template transaction cannot be " -"automatically created." -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:792 -msgid "Please provide a valid end selection." -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:808 -msgid "There must be some number of occurrences." -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:816 -#, c-format -msgid "" -"The number of remaining occurrences (%d) is greater than the number of total " -"occurrences (%d)." -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:847 -msgid "" -"You have attempted to create a Scheduled Transaction which will never run. " -"Do you really want to do this?" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:1336 -msgid "(never)" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:1487 -msgid "" -"The current template transaction has been changed. Would you like to record " -"the changes?" -msgstr "" - -#: ../src/gnome/dialog-sx-editor.c:1720 -#: ../src/gnome/gnc-plugin-page-sx-list.c:197 -msgid "Scheduled Transactions" -msgstr "" - -#: ../src/gnome/dialog-sx-from-trans.c:553 -msgid "" -"The Scheduled Transaction is unbalanced. You are strongly encouraged to " -"correct this situation." -msgstr "" - -#: ../src/gnome/dialog-sx-from-trans.c:771 -msgid "" -"Cannot create a Scheduled Transaction from a Transaction currently being " -"edited. Please Enter the Transaction before Scheduling." -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:379 -msgid "Ignored" -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:380 -msgid "Postponed" -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:381 -msgid "To-Create" -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:382 -msgid "Reminder" -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:383 -msgid "Created" -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:446 -msgid "Never" -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:516 -msgid "(Need Value)" -msgstr "" - -#. Translators: %d is the number of transactions. This is a -#. ngettext(3) message. -#: ../src/gnome/dialog-sx-since-last-run.c:812 -#: ../src/gnome/gnc-plugin-basic-commands.c:490 -#, c-format -msgid "" -"There are no Scheduled Transactions to be entered at this time. (%d " -"transaction automatically created)" -msgid_plural "" -"There are no Scheduled Transactions to be entered at this time. (%d " -"transactions automatically created)" -msgstr[0] "" -msgstr[1] "" - -#: ../src/gnome/dialog-sx-since-last-run.c:931 -msgid "Transaction" -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:947 -#: ../src/gnome/glade/register.glade.h:70 -msgid "Status" -msgstr "" - -#: ../src/gnome/dialog-sx-since-last-run.c:1011 -msgid "Created Transactions" -msgstr "" - -#: ../src/gnome/dialog-tax-info.c:717 -msgid "Form" -msgstr "" - -#: ../src/gnome/druid-acct-period.c:169 -msgid "The book was closed successfully." -msgstr "" - -#: ../src/gnome/druid-acct-period.c:243 -#, c-format -msgid "" -"The earliest transaction date found in this book is %s. Based on the " -"selection made above, this book will be split into %d books. Click on " -"'Forward' to start closing the earliest book." -msgstr "" - -#: ../src/gnome/druid-acct-period.c:290 -#, c-format -msgid "" -"You have asked for a book to be created. This book will contain all " -"transactions up to midnight %s (for a total of %d transactions spread over %" -"d accounts). Click on 'Forward' to create this book. Click on 'Back' to " -"adjust the dates." -msgstr "" - -#: ../src/gnome/druid-acct-period.c:308 -#, c-format -msgid "Period %s - %s" -msgstr "" - -#: ../src/gnome/druid-acct-period.c:361 -msgid "" -"You must select closing date that is greater than the closing date of the " -"previous book." -msgstr "" - -#: ../src/gnome/druid-acct-period.c:372 -msgid "You must select closing date that is not in the future." -msgstr "" - -#. Translation FIXME: Can this %s-containing message please be -#. replaced by one single message? Either this closing went -#. successfully ("success", "congratulations") or something else -#. should be displayed anyway. -#: ../src/gnome/druid-acct-period.c:498 -#, c-format -msgid "" -"%s\n" -"Congratulations! You are done closing books!" -msgstr "" - -#. Change the text so that its more mainingful for this druid -#: ../src/gnome/druid-acct-period.c:556 -msgid "Period:" -msgstr "" - -#: ../src/gnome/druid-acct-period.c:557 -#: ../src/gnome-utils/glade/dialog-book-close.glade.h:2 -msgid "Closing Date:" -msgstr "" - -#: ../src/gnome/druid-hierarchy.c:397 -msgid "Selected" -msgstr "" - -#: ../src/gnome/druid-hierarchy.c:409 -#: ../src/gnome-utils/gnc-tree-view-account.c:1866 -msgid "Account Types" -msgstr "" - -#. Translators: '%s' is the name of the selected account hierarchy template. -#: ../src/gnome/druid-hierarchy.c:486 -#, c-format -msgid "Accounts in '%s'" -msgstr "" - -#: ../src/gnome/druid-hierarchy.c:505 -msgid "Accounts in Category" -msgstr "" - -#: ../src/gnome/druid-hierarchy.c:711 -msgid "zero" -msgstr "" - -#: ../src/gnome/druid-hierarchy.c:722 -msgid "existing account" -msgstr "" - -#: ../src/gnome/druid-hierarchy.c:905 -#: ../src/gnome-utils/gnc-tree-view-account.c:642 -msgid "Placeholder" -msgstr "" - -#: ../src/gnome/druid-hierarchy.c:936 -msgid "Use Existing" -msgstr "" - -#. { name, default txn memo, throughEscrowP, specSrcAcctP } -#: ../src/gnome/druid-loan.c:161 -msgid "Taxes" -msgstr "" - -#: ../src/gnome/druid-loan.c:161 -msgid "Tax Payment" -msgstr "" - -#: ../src/gnome/druid-loan.c:162 -msgid "Insurance" -msgstr "" - -#: ../src/gnome/druid-loan.c:162 -msgid "Insurance Payment" -msgstr "" - -#. Translators: PMI stands for Private Mortgage Insurance. -#: ../src/gnome/druid-loan.c:164 -msgid "PMI" -msgstr "" - -#: ../src/gnome/druid-loan.c:164 -msgid "PMI Payment" -msgstr "" - -#: ../src/gnome/druid-loan.c:165 -msgid "Other Expense" -msgstr "" - -#: ../src/gnome/druid-loan.c:165 -msgid "Miscellaneous Payment" -msgstr "" - -#. Add payment checkbox. -#. Translators: %s is "Taxes", -#. * "Insurance", or similar. -#: ../src/gnome/druid-loan.c:632 -#, c-format -msgid "... pay \"%s\"?" -msgstr "" - -#: ../src/gnome/druid-loan.c:644 -msgid "via Escrow account?" -msgstr "" - -#: ../src/gnome/druid-loan.c:811 -#: ../src/register/ledger-core/split-register.c:2028 -msgid "Loan" -msgstr "" - -#: ../src/gnome/druid-loan.c:1044 -msgid "Are you sure you want to cancel the Mortgage/Loan Setup Druid?" -msgstr "" - -#: ../src/gnome/druid-loan.c:1163 -msgid "Please select a valid loan account." -msgstr "" - -#: ../src/gnome/druid-loan.c:1250 -msgid "Please select a valid Escrow Account." -msgstr "" - -#: ../src/gnome/druid-loan.c:1316 ../src/gnome/druid-loan.c:1535 -msgid "Please select a valid \"from\" account." -msgstr "" - -#: ../src/gnome/druid-loan.c:1323 ../src/gnome/druid-loan.c:1544 -msgid "Please select a valid \"to\" account." -msgstr "" - -#: ../src/gnome/druid-loan.c:1330 -msgid "Please select a valid \"interest\" account." -msgstr "" - -#. Translators: %s is "Taxes", or "Insurance", or similar -#: ../src/gnome/druid-loan.c:1443 -#, c-format -msgid "Payment: \"%s\"" -msgstr "" - -#: ../src/gnome/druid-loan.c:1801 ../src/gnome/druid-loan.c:2374 -msgid "Principal" -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../src/gnome/druid-loan.c:1807 ../src/gnome/druid-loan.c:2395 -#: ../src/register/ledger-core/split-register.c:2036 -#: ../intl-scm/guile-strings.c:3142 ../intl-scm/guile-strings.c:3164 -msgid "Interest" -msgstr "" - -#: ../src/gnome/druid-loan.c:2275 -msgid "Escrow " -msgstr "" - -#: ../src/gnome/druid-merge.c:101 ../src/gnome/druid-merge.c:129 -#: ../src/gnome/druid-merge.c:154 ../src/gnome/druid-merge.c:259 -msgid "No conflicts to be resolved." -msgstr "" - -#: ../src/gnome/druid-merge.c:170 -#, c-format -msgid "" -"Error: Please resolve all %d conflicts before trying to commit the data." -msgstr "" - -#: ../src/gnome/druid-merge.c:225 -#, c-format -msgid "Error: the Commit operation failed, error code %d." -msgstr "" - -#. Translators: %i is the number of conflicts. This is a -#. ngettext(3) message. -#: ../src/gnome/druid-merge.c:336 -#, c-format -msgid "%i conflict needs to be resolved." -msgid_plural "%i conflicts need to be resolved." -msgstr[0] "" -msgstr[1] "" - -#. Translators: %i is the number of values. This is a -#. ngettext(3) message. -#: ../src/gnome/druid-merge.c:342 -#, c-format -msgid "%i parameter value for this \"%s\" object." -msgid_plural "%i parameter values for this \"%s\" object." -msgstr[0] "" -msgstr[1] "" - -#. FIXME: each g_strdup_printf as well as g_strconcat -#. will allocate a new string; all of these need to be -#. freed later. Currently this causes a lot of memory -#. leaks. -#: ../src/gnome/druid-merge.c:355 -#, c-format -msgid "%i: Parameter name: %s " -msgstr "" - -#: ../src/gnome/druid-merge.c:359 -#, c-format -msgid "Import data : %s " -msgstr "" - -#: ../src/gnome/druid-merge.c:362 -#, c-format -msgid "Original data : %s\n" -msgstr "" - -#: ../src/gnome/druid-stock-split.c:274 -#: ../src/gnome-utils/dialog-transfer.c:535 -msgid "Error" -msgstr "" - -#: ../src/gnome/druid-stock-split.c:299 -msgid "You must enter a valid distribution amount." -msgstr "" - -#: ../src/gnome/druid-stock-split.c:308 -msgid "You must enter a distribution amount." -msgstr "" - -#: ../src/gnome/druid-stock-split.c:316 -msgid "You must either enter a valid price or leave it blank." -msgstr "" - -#: ../src/gnome/druid-stock-split.c:325 -msgid "The price must be positive." -msgstr "" - -#: ../src/gnome/druid-stock-split.c:363 -msgid "You must either enter a valid cash amount or leave it blank." -msgstr "" - -#: ../src/gnome/druid-stock-split.c:372 -msgid "The cash distribution must be positive." -msgstr "" - -#: ../src/gnome/druid-stock-split.c:384 -msgid "You must select an income account for the cash distribution." -msgstr "" - -#: ../src/gnome/druid-stock-split.c:393 -msgid "You must select an asset account for the cash distribution." -msgstr "" - -#: ../src/gnome/druid-stock-split.c:485 -msgid "Error adding price." -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../src/gnome/druid-stock-split.c:615 -#: ../src/gnome-utils/gnc-tree-view-commodity.c:401 -#: ../intl-scm/guile-strings.c:1786 ../intl-scm/guile-strings.c:2086 -msgid "Symbol" -msgstr "" - -#: ../src/gnome/druid-stock-split.c:788 -msgid "You don't have any stock accounts with balances!" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:1 -msgid "Acco_unt Type" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:2 -msgid "Balance Information" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:3 -msgid "Categories" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:4 -msgid "Category Description" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:5 -msgid "Contained Accounts" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:6 -msgid "Description" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:7 -msgid "Identification" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:8 -msgid "Initial Balance Transfer" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:9 -msgid "New Account Currency" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:10 -msgid "Sub-account Transactions" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:11 -msgid "Sub-accounts" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:12 -#: ../src/gnome/glade/sched-xact.glade.h:50 -msgid "Transactions" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:13 -msgid "_Parent Account" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../src/gnome/glade/account.glade.h:14 ../intl-scm/guile-strings.c:1962 -msgid "Account Type" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:15 -msgid "Account _name:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:16 -msgid "C_lear All" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:17 -msgid "Choose Currency" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:18 -msgid "Choose accounts to create" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:19 -msgid "Delete Account" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:20 -msgid "Delete all _subaccounts" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:21 -msgid "Delete all _transactions" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:22 -msgid "Examples:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:23 -msgid "Filter By..." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:24 -msgid "Finish Account Setup" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#. src/report/report-system/report.scm -#. src/report/utility-reports/view-column.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/equity-statement.scm -#. src/report/standard-reports/register.scm -#: ../src/gnome/glade/account.glade.h:25 -#: ../src/gnome-utils/glade/preferences.glade.h:78 -#: ../intl-scm/guile-strings.c:238 ../intl-scm/guile-strings.c:244 -#: ../intl-scm/guile-strings.c:250 ../intl-scm/guile-strings.c:256 -#: ../intl-scm/guile-strings.c:364 ../intl-scm/guile-strings.c:368 -#: ../intl-scm/guile-strings.c:372 ../intl-scm/guile-strings.c:376 -#: ../intl-scm/guile-strings.c:450 ../intl-scm/guile-strings.c:456 -#: ../intl-scm/guile-strings.c:462 ../intl-scm/guile-strings.c:468 -#: ../intl-scm/guile-strings.c:576 ../intl-scm/guile-strings.c:580 -#: ../intl-scm/guile-strings.c:584 ../intl-scm/guile-strings.c:588 -#: ../intl-scm/guile-strings.c:662 ../intl-scm/guile-strings.c:668 -#: ../intl-scm/guile-strings.c:674 ../intl-scm/guile-strings.c:868 -#: ../intl-scm/guile-strings.c:978 ../intl-scm/guile-strings.c:984 -#: ../intl-scm/guile-strings.c:1466 ../intl-scm/guile-strings.c:1468 -#: ../intl-scm/guile-strings.c:2166 ../intl-scm/guile-strings.c:2168 -#: ../intl-scm/guile-strings.c:2646 -msgid "General" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:26 -msgid "H_idden" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:27 -msgid "Hide accounts which have a zero total value." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:28 -msgid "" -"If you would like an account to have an opening balance, click on the " -"account and enter the starting balance in the box on the right. All accounts " -"except Equity and placeholder accounts may have an opening balance." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:29 -msgid "" -"If you would like an account to have an opening balance, click on the row " -"containing the account, click again in the opening balances column, and then " -"enter the starting balance. All accounts except Equity and placeholder " -"accounts may have an opening balance.\n" -"\n" -"If you would like an account to be a placeholder account, just click the " -"checkbox for that account.\n" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:33 -msgid "Interval:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:34 -msgid "M_ove to:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:35 -#: ../src/gnome-utils/dialog-account.c:1338 -msgid "New Account" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:36 -msgid "New Account (not implemented)" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:37 -msgid "New Account Hierarchy Setup" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:38 -msgid "No_tes:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:39 -msgid "" -"One or more sub-accounts contain read-only transactions which may not be " -"deleted." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:40 -msgid "" -"One or more sub-accounts contain transactions. What would you like to do " -"with these transactions?" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../src/gnome/glade/account.glade.h:42 -#: ../src/gnome/glade/sched-xact.glade.h:132 ../intl-scm/guile-strings.c:1760 -#: ../intl-scm/guile-strings.c:2956 -msgid "Other" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:43 -msgid "Placeholde_r" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:44 -msgid "Please choose the currency to use for new accounts." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:45 -msgid "Prefix:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:46 -msgid "" -"Press `Apply' to create your new accounts.\n" -"\n" -"Press `Back' to review your selections.\n" -"\n" -"Press `Cancel' to close this dialog without creating any new accounts." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:51 -msgid "Renumber sub-accounts" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:52 -#: ../src/import-export/generic-import.glade.h:44 -#: ../src/import-export/qif-import/qif.glade.h:65 -msgid "Select Account" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:53 -msgid "" -"Select categories that correspond to the ways that you will use GnuCash. " -"Each category you select will cause several accounts to be created. Select " -"the categories that are relevant to you. You can always create additional " -"accounts by hand later." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:54 -msgid "Select or add a GnuCash account" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:55 -msgid "Setup new accounts" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:56 -msgid "Show _hidden accounts" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:57 -msgid "Show _zero total accounts" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:58 -msgid "Smallest _fraction:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:59 -msgid "Smallest fraction of this commodity that can be referenced." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:60 -msgid "Ta_x related" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:61 -msgid "" -"This account (and any sub-accounts) will be hidden in the account tree and " -"will not appear in the popup account list in the register. To reset this " -"option, you will first need to open the \"Filter By...\" dialog for the " -"account tree and check the \"show hidden accounts\" option. Doing so will " -"allow you to select the account and reopen this dialog." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:62 -msgid "This account contains read-only transactions which may not be deleted." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:63 -msgid "" -"This account contains sub-accounts. What would you like to do with these " -"sub-accounts?" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:64 -msgid "" -"This account contains transactions. What would you like to do with these " -"transactions?" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:65 -msgid "" -"This account is present solely as a placeholder in the hierarchy. " -"Transactions may not be posted to this account, only to sub-accounts of this " -"account." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:66 -msgid "" -"This druid will help you create a set of GnuCash accounts for your assets " -"(such as investments, checking or savings accounts), liabilities (such as " -"loans) and different kinds of income and expenses you might have. \n" -"\n" -"Click 'Cancel' if you do not wish to create any new accounts now." -msgstr "" - -#: ../src/gnome/glade/account.glade.h:69 -msgid "" -"Use Commodity Value\n" -"1\n" -"1/10\n" -"1/100\n" -"1/1000\n" -"1/10000\n" -"1/100000\n" -"1/1000000" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:77 -msgid "_Account code:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:78 -msgid "_Balance:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:79 ../src/gnome/glade/price.glade.h:21 -#: ../src/gnome/glade/print.glade.h:27 ../src/gnome/glade/register.glade.h:81 -#: ../src/gnome/glade/stocks.glade.h:17 -#: ../src/gnome-utils/glade/exchange-dialog.glade.h:5 -msgid "_Date:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:80 -msgid "_Default" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:81 -msgid "_Description:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:82 -msgid "_Move to:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:83 -msgid "_Renumber" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:84 -#: ../src/gnome-utils/dialog-commodity.c:270 -msgid "_Security/currency:" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:85 -#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:6 -msgid "_Select All" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:86 -msgid "_Select transfer account" -msgstr "" - -#: ../src/gnome/glade/account.glade.h:87 -msgid "_Use equity 'Opening Balances' account" -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:1 -msgid "Book Closing Dates" -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:2 -#: ../src/gnome-utils/glade/dialog-book-close.glade.h:1 -msgid "Close Book" -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:3 -msgid "Enter a title for this book." -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:4 -msgid "Enter notes that describe this book." -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:5 -msgid "Finish Closing Books" -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:6 -#: ../src/gnome/glade/budget.glade.h:13 -msgid "Notes:" -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:7 -msgid "" -"Select an accounting period and the closing date for the period. Books will " -"be closed on midnight of the selected date." -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:8 -msgid "Setup Accounting Periods" -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:9 -msgid "" -"This druid will help you setup and use accouting periods. \n" -" \n" -"Danger: this feature does not work correctly at this time; it is still under " -"development. It will probably damage your data in such a way that it cannot " -"be repaired!" -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:12 -msgid "Title:" -msgstr "" - -#: ../src/gnome/glade/acctperiod.glade.h:13 -msgid "xxx" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:1 -msgid "Always use the last day (or day of week) in the month?" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:2 -msgid "Budget List" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:3 -msgid "Budget Name:" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:4 -#: ../src/gnome/gnc-plugin-page-budget.c:139 -#: ../src/gnome/gnc-plugin-page-budget.c:825 -msgid "Budget Options" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:5 -msgid "Budget Period:" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:6 -msgid "Close the Budget List" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:7 -msgid "Create a New Budget" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:8 -msgid "Delete the Selected Budget" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:9 -msgid "Estimate Budget Values" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:10 -#: ../src/gnome/glade/sched-xact.glade.h:89 -msgid "Every " -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:11 -msgid "" -"GnuCash will estimate budget values for the selected accounts from past " -"transactions." -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:12 -msgid "" -"Match the \"day of week\" and \"week of month\"? (for example, the \"second " -"Tuesday\" of every month)" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:14 -msgid "Number of Periods:" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:15 -msgid "" -"Number of calendar units in the recurrence: E.g. Biweekly = every 2 weeks; " -"Quarterly = every 3 months" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:16 -msgid "Open the Selected Budget" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:17 ../src/gnome/glade/print.glade.h:12 -#: ../src/gnome/glade/sched-xact.glade.h:131 -#: ../src/gnome/gnc-plugin-page-budget.c:166 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1000 -msgid "Options" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:18 -msgid "Significant Digits:" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:19 -#: ../src/gnome/glade/sched-xact.glade.h:164 -msgid "Start Date:" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:20 -msgid "The number of leading digits to keep when rounding" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:21 -msgid "This is Sample2." -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:22 -msgid "beginning on: " -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:23 -msgid "" -"day(s)\n" -"week(s)\n" -"month(s)\n" -"year(s)" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:27 -msgid "last of month" -msgstr "" - -#: ../src/gnome/glade/budget.glade.h:28 -msgid "same week & day" -msgstr "" - -#: ../src/gnome/glade/chart-export.glade.h:1 -msgid "Click to choose the filename and location." -msgstr "" - -#: ../src/gnome/glade/chart-export.glade.h:2 -msgid "Export Chart of Accounts" -msgstr "" - -#: ../src/gnome/glade/chart-export.glade.h:3 -msgid "Future dates are not supported" -msgstr "" - -#: ../src/gnome/glade/chart-export.glade.h:4 -msgid "" -"Select the date to use and click Export to choose the filename and location." -msgstr "" - -#: ../src/gnome/glade/chart-export.glade.h:5 -msgid "" -"The Chart of Accounts includes the balance for each account, on the date " -"specified. Note that future dates are not supported." -msgstr "" - -#: ../src/gnome/glade/chart-export.glade.h:6 -msgid "" -"You can export the Chart of Accounts to a QSF XML file that can be imported " -"into another GnuCash file or used in other programs." -msgstr "" - -#: ../src/gnome/glade/commodities.glade.h:1 -msgid "Securities" -msgstr "" - -#: ../src/gnome/glade/commodities.glade.h:2 -msgid "Add a new commodity." -msgstr "" - -#: ../src/gnome/glade/commodities.glade.h:3 -#: ../src/gnome/gnc-plugin-page-account-tree.c:222 -#: ../src/import-export/import-main-matcher.c:427 -msgid "Edit" -msgstr "" - -#: ../src/gnome/glade/commodities.glade.h:4 -msgid "Remove the current commodity." -msgstr "" - -#: ../src/gnome/glade/commodities.glade.h:5 -msgid "Securities" -msgstr "" - -#: ../src/gnome/glade/commodities.glade.h:6 -msgid "Show National Currencies" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:1 -msgid "Calculations" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:2 -msgid "Compounding:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:3 -msgid "Payment Options" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:4 -msgid "Period:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:5 -msgid "Account Information" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:6 -msgid "Annual" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:7 -msgid "" -"Annual\n" -"Semi-annual\n" -"Tri-annual\n" -"Quarterly\n" -"Bi-monthly\n" -"Monthly\n" -"Semi-monthly\n" -"Bi-weekly\n" -"Weekly\n" -"Daily (360)\n" -"Daily (365)" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:18 -msgid "Beginning" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:19 -msgid "Bi-monthly" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:20 -msgid "Bi-weekly" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:21 -msgid "Calculate" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:22 -msgid "Clear the entry" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:23 -msgid "Co_mpounding:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:24 -msgid "Continuous" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:25 -msgid "Daily (360)" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:26 -msgid "Daily (365)" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:27 -msgid "Discrete" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:28 -msgid "End" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:29 -msgid "Financial Calculator" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:30 -#: ../src/gnome/glade/sched-xact.glade.h:99 -msgid "Frequency:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:31 -msgid "Future value" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:32 -msgid "Interest rate" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:34 -msgid "Payment Total:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:35 -msgid "Payment periods" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:36 -msgid "Periodic payment" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:37 -msgid "Present value" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/fincalc.glade.h:38 ../intl-scm/guile-strings.c:2456 -#: ../intl-scm/guile-strings.c:2458 -msgid "Quarterly" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:39 -msgid "Recalculate the (single) blank entry in the above fields." -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:40 -#: ../src/gnome/glade/register.glade.h:41 -#: ../src/gnome/gnc-plugin-page-register.c:332 -msgid "Schedule" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:41 -msgid "Semi-annual" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:43 -msgid "Tri-annual" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:44 -#: ../src/gnome/glade/sched-xact.glade.h:181 -msgid "Type:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:46 -msgid "When paid:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:47 -msgid "_Effective Date:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:48 -msgid "_Initial Payment:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:49 -msgid "_Payments:" -msgstr "" - -#: ../src/gnome/glade/fincalc.glade.h:50 -msgid "total" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:1 -msgid "_Lots in This Account" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:2 -msgid "_Mini-Viewer" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:3 -msgid "_Notes" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:4 -msgid "_Title" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:5 -msgid "A summary of all of the transactions in the selected lot" -msgstr "" - -#. src/report/report-system/html-utilities.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/owner-report.scm -#: ../src/gnome/glade/lots.glade.h:7 ../src/gnome/lot-viewer.c:626 -#: ../src/gnome-utils/gnc-tree-view-account.c:553 -#: ../src/register/ledger-core/split-register-model.c:162 -#: ../src/register/ledger-core/split-register-model.c:302 -#: ../intl-scm/guile-strings.c:942 ../intl-scm/guile-strings.c:2008 -#: ../intl-scm/guile-strings.c:2328 ../intl-scm/guile-strings.c:2638 -#: ../intl-scm/guile-strings.c:3500 -msgid "Balance" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:9 -msgid "Delete the highlighted lot" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:11 -msgid "Enter a name for the highlighted lot." -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:12 -msgid "Enter any notes you want to make about this lot." -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../src/gnome/glade/lots.glade.h:13 ../intl-scm/guile-strings.c:2800 -msgid "Gain/Loss" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:14 -msgid "Lot Viewer" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:16 -msgid "Scrub _Account" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:17 -msgid "Scrub the highlighted lot" -msgstr "" - -#: ../src/gnome/glade/lots.glade.h:19 -msgid "_Scrub" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:1 -msgid "1. Update your existing book with the import data" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:2 -msgid "2. Ignore the import data, leave original unchanged" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:3 -msgid "3. Import the data as a NEW object" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:4 -msgid "Add the import as a new object, leave original in place" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:5 -msgid "Commit QSF Import Data to data file" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:6 -msgid "Please resolve any conflicts in the merge" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:7 -msgid "" -"Press `Apply' to merge your QSF data into the current GnuCash file.\n" -"\n" -"Press `Back' to review your selections.\n" -"\n" -"Press `Cancel' to close this dialog without changing your current data " -"file.\n" -"\n" -"REMEMBER: There is no way to undo this final operation! Make sure you have a " -"backup before clicking 'Apply'." -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:14 -msgid "QSF Data Import Setup" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:15 -msgid "Shows how your QSF data conflicts with existing data in your file." -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:16 -msgid "" -"This druid will merge your QSF data into the currently open GnuCash file.\n" -"\n" -"You will be asked how to proceed if some QSF data clashes with the your " -"existing GnuCash data file.\n" -"\n" -"There is NO way to undo this operation! Please ensure you have a backup of " -"your file BEFORE continuing! You will be given the option to cancel the " -"merge at all stages until the final merge operation. Once you click Finish, " -"the new QSF data will be committed to your current data file.\n" -"\n" -"There is currently no currency or price support in the merge operation, the " -"new data will inherit any default currency or you can change the currency " -"after the merge is complete.\n" -"\n" -"Your QSF data is ready to import\n" -"\n" -"Click 'Cancel' if you do not wish to merge your QSF data now." -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:27 -msgid "" -"You have three choices for each collision: \n" -"1. The import object can be allowed to overwrite the target - use this to " -"update your existing book. \n" -"2. The import object can be ignored - use this if the import is a duplicate " -"of an object in the existing book. \n" -"3. The import object can be created as a new object in the existing book." -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:31 -msgid "ignore the import, leave the original untouched" -msgstr "" - -#: ../src/gnome/glade/merge.glade.h:32 -msgid "overwrite the original with the import data" -msgstr "" - -#: ../src/gnome/glade/newuser.glade.h:1 -msgid "Welcome to GnuCash!" -msgstr "" - -#: ../src/gnome/glade/newuser.glade.h:2 -msgid "" -"Display Welcome Dialog Again?" -msgstr "" - -#: ../src/gnome/glade/newuser.glade.h:3 -msgid "C_reate a new set of accounts" -msgstr "" - -#: ../src/gnome/glade/newuser.glade.h:4 -msgid "" -"If you press the Yes button, the Welcome to GnuCash dialog " -"will be displayed again next time you start GnuCash. If you press the No button, it will not be displayed again." -msgstr "" - -#: ../src/gnome/glade/newuser.glade.h:5 -msgid "" -"There are some predefined actions available that most new users prefer to " -"get started with GnuCash. Select one of these actions from below and click " -"the OK button or press the Cancel button if don't want to " -"perform any of them." -msgstr "" - -#: ../src/gnome/glade/newuser.glade.h:6 -msgid "_Import my QIF files" -msgstr "" - -#: ../src/gnome/glade/newuser.glade.h:7 -msgid "_Open the new user tutorial" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:1 -msgid "Add a new price." -msgstr "" - -#: ../src/gnome/glade/price.glade.h:2 -msgid "" -"Bid\n" -"Ask\n" -"Last\n" -"Net Asset Value\n" -"Unknown" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:7 -#: ../src/gnome-utils/dialog-commodity.c:279 -msgid "Cu_rrency:" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:8 -msgid "Delete _last price for a stock" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:9 -msgid "Delete _manually entered prices" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:10 -msgid "Delete all stock prices based upon the critera below:" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:11 -msgid "Edit the current price." -msgstr "" - -#: ../src/gnome/glade/price.glade.h:12 -msgid "Get _Quotes" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:13 -msgid "Get new online quotes for stock accounts." -msgstr "" - -#: ../src/gnome/glade/price.glade.h:14 -msgid "" -"If activated, delete all prices before the specified date. Otherwise the " -"last stock price dated before the date will be kept and all earlier quotes " -"deleted." -msgstr "" - -#: ../src/gnome/glade/price.glade.h:15 -msgid "" -"If activated, delete manually entered stock prices dated earlier than the " -"specified date. Otherwise only stock prices added by Finance::Quote will be " -"deleted." -msgstr "" - -#: ../src/gnome/glade/price.glade.h:16 -msgid "Price Editor" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:17 -msgid "Remove _Old" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:18 -msgid "Remove prices older than a user-entered date" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:19 -msgid "Remove the current price" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:20 -msgid "S_ource:" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:23 -msgid "_Price:" -msgstr "" - -#: ../src/gnome/glade/price.glade.h:24 -#: ../src/gnome-utils/dialog-commodity.c:274 -msgid "_Security:" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:1 -msgid "Amount (_numbers):" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:2 -msgid "Amount (_words):" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:3 -msgid "Check _format:" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:4 -msgid "Check po_sition:" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:5 -msgid "Custom format" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:6 -msgid "Degrees" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:7 -msgid "" -"Enter a title for this custom format. This title will appear in the \"Check " -"format\" selector of the Print Check dialog. Using the title of an existing " -"custom format will cause that format to be overwritten." -msgstr "" - -#: ../src/gnome/glade/print.glade.h:8 -msgid "" -"Inches\n" -"Centimeters\n" -"Millimeters\n" -"Points" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:13 -msgid "Pa_yee:" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:14 -msgid "Print Check" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:15 -msgid "" -"Quicken/QuickBooks (tm) US-Letter\n" -"Deluxe(tm) Personal Checks US-Letter\n" -"Quicken(tm) Wallet Checks w/ side stub\n" -"Custom" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:19 -msgid "Save Custom Check Format" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:20 -msgid "The origin point is the lower left-hand corner of the page." -msgstr "" - -#: ../src/gnome/glade/print.glade.h:21 -msgid "The origin point is the upper left-hand corner of the page." -msgstr "" - -#: ../src/gnome/glade/print.glade.h:22 -msgid "" -"Top\n" -"Middle\n" -"Bottom\n" -"Custom" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:26 -msgid "_Date format:" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:28 -msgid "_Notes:" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:29 -msgid "_Rotation" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:30 -msgid "_Save format" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:31 -msgid "_Translation:" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:32 -msgid "_Units:" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:33 -msgid "x" -msgstr "" - -#: ../src/gnome/glade/print.glade.h:34 -msgid "y" -msgstr "" - -#: ../src/gnome/glade/progress.glade.h:1 -msgid "Heading" -msgstr "" - -#: ../src/gnome/glade/progress.glade.h:2 -msgid "Working..." -msgstr "" - -#: ../src/gnome/glade/reconcile.glade.h:1 -msgid "Reconcile Information" -msgstr "" - -#: ../src/gnome/glade/reconcile.glade.h:2 ../src/gnome/window-reconcile.c:725 -msgid "Enter _Interest Payment..." -msgstr "" - -#: ../src/gnome/glade/reconcile.glade.h:3 -msgid "Include _subaccounts" -msgstr "" - -#. starting balance title/value -#: ../src/gnome/glade/reconcile.glade.h:4 ../src/gnome/window-reconcile.c:1679 -msgid "Starting Balance:" -msgstr "" - -#: ../src/gnome/glade/reconcile.glade.h:5 -msgid "Statement _Date:" -msgstr "" - -#: ../src/gnome/glade/reconcile.glade.h:6 -msgid "_Ending Balance:" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:1 -msgid "New Transaction Information" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:2 -msgid "Amo_unt" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:4 -msgid "C_hoose Date:" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:5 -msgid "C_leared" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:7 -#: ../src/gnome/gnc-plugin-page-register.c:212 -msgid "Cancel the current transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:8 -msgid "Choo_se Date:" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:9 -msgid "Copy Transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:10 -msgid "Copy the selected transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:11 -#: ../src/gnome/gnc-plugin-page-register.c:252 -msgid "" -"Create a Scheduled Transaction with the current transaction as a template" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:12 -msgid "Cut Transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:13 -msgid "Cut the selected transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:17 -#: ../src/gnome/gnc-plugin-page-register.c:203 -msgid "Delete the current transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:19 -msgid "Dup_licate Transaction..." -msgstr "" - -#: ../src/gnome/glade/register.glade.h:21 -#: ../src/import-export/generic-import.glade.h:17 -msgid "Duplicate Transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:22 -msgid "Edit Exchange Rate" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:23 -msgid "Edit the exchange rate for the current split" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:24 -msgid "End:" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:26 -msgid "Erase all splits except the one for this account." -msgstr "" - -#: ../src/gnome/glade/register.glade.h:27 -msgid "Filter register by..." -msgstr "" - -#: ../src/gnome/glade/register.glade.h:28 -msgid "Jump" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:29 -#: ../src/gnome/gnc-plugin-page-register.c:249 -msgid "Jump to the corresponding transaction in the other account" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:30 -msgid "Keep normal account order" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:31 -#: ../src/gnome/gnc-plugin-page-register.c:200 -msgid "Make a copy of the current transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:32 -#: ../src/gnome/gnc-plugin-page-register.c:243 -msgid "Move to the blank transaction at the bottom of the register" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:33 -msgid "Num_ber" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:34 -msgid "Paste Transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:35 -#: ../src/gnome/gnc-plugin-page-register.c:197 -msgid "Paste the transaction from the clipboard" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:36 -msgid "Reason for voiding transaction:" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:37 -#: ../src/gnome/gnc-plugin-page-register.c:209 -msgid "Record the current transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:38 -msgid "Remove Transaction Splits" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:39 -#: ../src/gnome/gnc-plugin-page-register.c:275 -#: ../src/gnome-utils/gnc-icons.c:22 -msgid "S_plit Transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:40 -msgid "S_tatement Date" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:42 -msgid "Schedule..." -msgstr "" - -#: ../src/gnome/glade/register.glade.h:43 -msgid "Select Range:" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:44 -msgid "Select _All" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:45 -msgid "Show _All" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:46 -#: ../src/gnome/gnc-plugin-page-register.c:276 -msgid "Show all splits in the current transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:47 -#: ../src/gnome/gnc-plugin-page-register.c:291 -msgid "Show expanded transactions with all splits" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:48 -#: ../src/gnome/gnc-plugin-page-register.c:285 -msgid "Show transactions on one or two lines" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:49 -#: ../src/gnome/gnc-plugin-page-register.c:288 -msgid "" -"Show transactions on one or two lines and expand the current transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:50 -#: ../src/gnome/gnc-plugin-page-register.c:272 -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:47 -msgid "Show two lines of information for each transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:52 -msgid "Sort by Amount" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:53 -msgid "Sort by Date" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:54 -msgid "Sort by Description" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:55 -msgid "Sort by Memo" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:56 -msgid "Sort by Number" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:57 -msgid "Sort by action field" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/register.glade.h:58 ../intl-scm/guile-strings.c:2426 -msgid "Sort by amount" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/register.glade.h:59 ../intl-scm/guile-strings.c:2402 -msgid "Sort by date" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/register.glade.h:60 ../intl-scm/guile-strings.c:2430 -msgid "Sort by description" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../src/gnome/glade/register.glade.h:61 ../intl-scm/guile-strings.c:2438 -msgid "Sort by memo" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:62 -msgid "Sort by notes field" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:63 -msgid "Sort by number" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:64 -msgid "Sort by the date of entry" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:65 -msgid "Sort by the statement date (unreconciled items last)" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:66 -msgid "Sort register by..." -msgstr "" - -#: ../src/gnome/glade/register.glade.h:68 -msgid "St_yle" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:69 -msgid "Start:" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:71 -msgid "Toda_y" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:72 -msgid "Void Transaction" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:73 -msgid "_Action" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:75 -msgid "_Amount" -msgstr "" - -#. Translators: This is a menu item in the View menu -#: ../src/gnome/glade/register.glade.h:76 -#: ../src/gnome/gnc-plugin-page-register.c:287 -msgid "_Auto-Split Ledger" -msgstr "" - -#. Translators: This is a menu item in the View menu -#: ../src/gnome/glade/register.glade.h:77 -#: ../src/gnome/gnc-plugin-page-register.c:284 -msgid "_Basic Ledger" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:83 -#: ../src/gnome/gnc-plugin-page-register.c:271 -msgid "_Double Line" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:84 -msgid "_Earliest" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:87 -msgid "_Frozen" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:88 -#: ../src/gnome/gnc-plugin-page-register.c:248 -#: ../src/gnome-utils/gnc-icons.c:23 -msgid "_Jump" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:89 -msgid "_Latest" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:90 -msgid "_Memo" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:91 -msgid "_Notes" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:92 -msgid "_Number" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:93 -msgid "_Number:" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:94 -msgid "_Reconciled" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:96 -msgid "_Standard Order" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:97 -msgid "_Statement Date" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:98 -msgid "_Today" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:99 -msgid "_Transaction Journal" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:100 -msgid "_Unreconciled" -msgstr "" - -#: ../src/gnome/glade/register.glade.h:102 -msgid "_Voided" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:1 -msgid " days" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:4 -msgid "... utilize an escrow account for payments?" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:5 -msgid "" -"1st\n" -"2nd\n" -"3rd\n" -"4th\n" -"5th\n" -"6th\n" -"7th\n" -"8th\n" -"9th\n" -"10th\n" -"11th\n" -"12th\n" -"13th\n" -"14th\n" -"15th\n" -"16th\n" -"17th\n" -"18th\n" -"19th\n" -"20th\n" -"21st\n" -"22nd\n" -"23rd\n" -"24th\n" -"25th\n" -"26th\n" -"27th\n" -"28th\n" -"29th\n" -"30th\n" -"31st\n" -"Last day of month\n" -"Last Monday\n" -"Last Tuesday\n" -"Last Wednesday\n" -"Last Thursday\n" -"Last Friday\n" -"Last Saturday\n" -"Last Sunday" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:44 -msgid "End" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:45 -msgid "Name" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:46 -msgid "Occurrences" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:47 -msgid "Options" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:48 -msgid "Since Last Run Dialog" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:49 -msgid "Transaction Editor Defaults" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:51 -msgid "Upcoming" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:52 -msgid "Account Deletion" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:53 -msgid "Advanced..." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:54 -#: ../src/gnome-utils/glade/transfer.glade.h:5 -msgid "Amount:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:55 -msgid "Auto-Created Transactions Notification" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:56 -msgid "Begin notifications this many days before the transaction is created." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:57 -msgid "Conditional on splits not having variables" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:58 -msgid "Crea_te in advance, days:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:59 -msgid "Create" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:60 -msgid "Create as scheduled" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:61 -msgid "Create automatically" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:62 -msgid "Create in advance:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:63 -msgid "Create the transaction this many days before its effective date." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:64 -msgid "Created Transaction Review" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:65 -msgid "Creating transactions..." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:66 -msgid "Creation State" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:67 -msgid "" -"Current Year\n" -"Now + 1 Year\n" -"Whole Loan\n" -"Custom" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:72 -msgid "" -"Daily\n" -"Weekly\n" -"Bi-Weekly\n" -"Monthly\n" -"Quarterly\n" -"Yearly" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../src/gnome/glade/sched-xact.glade.h:78 ../intl-scm/guile-strings.c:3570 -msgid "Date Range" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:80 -msgid "Days Away" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:81 -msgid "Disposition?" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:82 -msgid "Do you..." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:83 -msgid "Edit Scheduled Transaction" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:84 -#: ../src/gnome-utils/gnc-tree-view-sx-list.c:172 -msgid "Enabled" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:85 -msgid "End Date:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:86 -msgid "Ended On" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:87 -msgid "Escrow Account:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:88 -msgid "Every" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:90 -msgid "First on the:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:91 -msgid "" -"Fixed Rate\n" -"3/1 Year ARM\n" -"5/1 Year ARM\n" -"7/1 Year ARM\n" -"10/1 Year ARM" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:96 -msgid "For:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:97 -msgid "Forever" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:98 -#: ../src/gnome-utils/gnc-dense-cal.c:332 -#: ../src/gnome-utils/gnc-tree-view-sx-list.c:181 -msgid "Frequency" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:100 ../intl-scm/guile-strings.c:2892 -msgid "Friday" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:101 -msgid "Ignore" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:102 -msgid "Interest Rate Change Frequency" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:103 -msgid "Interest Rate:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:104 -msgid "Interest To:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:105 -msgid "Last Occurred: " -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:106 -msgid "Length:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:107 -msgid "Loan Account:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:108 -msgid "Loan Information" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:109 -msgid "Make Scheduled Transaction" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:110 ../intl-scm/guile-strings.c:2884 -msgid "Monday" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:112 -msgid "Months Remaining:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:113 -msgid "Mortgage/Loan Druid" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:114 -msgid "Mortgage/Loan Repayment Setup" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:116 -msgid "Name:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:117 -msgid "Never End" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:119 -msgid "" -"None\n" -"Once\n" -"Daily\n" -"Weekly\n" -"Semi-Monthly\n" -"Monthly" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:125 -msgid "Not scheduled" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:126 -msgid "Notify me when created" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:127 -msgid "Number of Occurrences:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:128 -msgid "Obsolete Scheduled Transactions" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:129 -msgid "On the" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:133 -msgid "Overview" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:134 -msgid "Part of Payment Transaction" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:135 -msgid "Payment Frequency" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:136 -msgid "Payment From (Escrow):" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:137 -msgid "Payment From:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:138 -msgid "Payment To (Escrow):" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:139 -msgid "Payment To:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:140 -msgid "Postpone" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:142 -msgid "Press Apply to create these transactions." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:143 -msgid "Press apply to commit these changes." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:144 -msgid "Principal To:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:145 -msgid "R_emind in advance, days:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:146 -msgid "Range: " -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:147 -msgid "Remind in advance:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:148 -msgid "Repayment" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:149 -msgid "Repayment Frequency" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:150 -msgid "Repayment Type" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:151 -msgid "Repeats:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:152 -msgid "Review" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:153 ../intl-scm/guile-strings.c:2894 -msgid "Saturday" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:154 -msgid "Scheduled Transaction" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:155 -#: ../src/gnome-utils/dialog-options.c:880 -#: ../src/gnome-utils/dialog-options.c:1000 -msgid "Select All" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:156 -msgid "Select occurrence date above." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:157 -msgid "Semi-Monthly" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:158 -msgid "Set the 'auto-create' flag on newly created scheduled transactions." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:159 -msgid "Set the 'notify' flag on newly created scheduled transactions." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:160 -msgid "Show the \"since last run\" window when a file is opened." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:161 -msgid "Since Last Run" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:162 -msgid "Since Last Run..." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:163 -msgid "Specify Source Account" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:165 -msgid "Start Date: " -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:166 -msgid "State" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:167 ../intl-scm/guile-strings.c:2882 -msgid "Sunday" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:168 -msgid "Template Transaction" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:169 -msgid "Template Transaction (Read-Only)" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:170 -msgid "" -"The following Scheduled Transactions reference the deleted account, and must " -"now be corrected. Press OK to edit them." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:171 -msgid "" -"The following scheduled transactions have expired. Select those you wish to " -"delete." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:172 -msgid "" -"The listed Scheduled Transactions are to-be created soon. Select any which " -"you would like to create now, and click \"Forward\" to create them." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:173 -msgid "" -"This druid will walk you through any scheduled transactions that should be " -"created." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:174 -msgid "" -"This is a step-by-step method of creating a loan repayment setup within " -"GnuCash. In this Druid, you can input the parameters of your loan and its " -"repayment and give the details of its payback. Using that information, the " -"appropriate Scheduled Transactions will be created.\n" -"\n" -"If you make a mistake or want to make changes later, you can edit the " -"created Scheduled Transactions directly." -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:177 ../intl-scm/guile-strings.c:2890 -msgid "Thursday" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:178 -msgid "To-Create Transaction Preparation" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:179 -msgid "Transaction Reminders" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:180 ../intl-scm/guile-strings.c:2886 -msgid "Tuesday" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:182 -msgid "Unselect All" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:183 -msgid "Until:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:184 -msgid "Use Escrow Account" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:186 -msgid "Value:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:187 -msgid "Variable" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:188 -msgid "Variables" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../src/gnome/glade/sched-xact.glade.h:189 ../intl-scm/guile-strings.c:2888 -msgid "Wednesday" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:191 -msgid "What to do, what to do?" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:192 -msgid "_Auto-create new transactions" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:193 -msgid "_Notify before transactions are created " -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:194 -msgid "_Review created transactions" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:195 -msgid "_Run when data file opened" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:196 -#: ../src/gnome-utils/glade/preferences.glade.h:173 -msgid "days" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:197 -msgid "days." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:198 -msgid "" -"months\n" -"years" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:200 -msgid "months." -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:201 -msgid "occurrences" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:202 -msgid "remaining" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:203 -msgid "then on the:" -msgstr "" - -#: ../src/gnome/glade/sched-xact.glade.h:204 -msgid "weeks." -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:1 -msgid "A_sset Account" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:2 -msgid "_Income Account" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:3 -msgid "Cash In Lieu" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:4 -msgid "Currenc_y:" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:5 -msgid "Desc_ription:" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:6 -msgid "" -"Enter the date and the number of shares you gained or lost from the stock " -"split or merger. For stock mergers (negative splits) use a negative value " -"for the share distribution. You can also enter a description of the " -"transaction, or accept the default one." -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:7 -msgid "" -"If you are finished creating the stock split or merger, press `Apply'. You " -"may also press `Back' to review your choices, or `Cancel' to quit without " -"making any changes." -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:8 -msgid "" -"If you received a cash disbursement as a result of the stock split, enter " -"the details of that payment here. Otherwise, just click `Forward'." -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:9 -msgid "" -"If you want to record a stock price for the split, enter it below. You may " -"safely leave it blank." -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:10 -msgid "New _Price:" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:11 -msgid "" -"Select the account for which you want to record a stock split or merger." -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:12 -msgid "Stock Account" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:13 -msgid "Stock Split" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:14 -msgid "Stock Split Details" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:15 -msgid "This druid will help you record a stock split or stock merger." -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:16 -#: ../src/gnome-utils/glade/exchange-dialog.glade.h:4 -msgid "_Amount:" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:18 -msgid "_Memo:" -msgstr "" - -#: ../src/gnome/glade/stocks.glade.h:19 -msgid "_Shares:" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:1 -msgid "0" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:2 -msgid "Payer Name Source" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:3 -msgid "Tax Information" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:4 -msgid "_Accounts" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:5 -msgid "_TXF Categories" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:6 -msgid "Accounts Selected:" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:7 -msgid "C_urrent Account" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:8 -msgid "Tax Information" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:9 -msgid "Tax _Related" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:10 -msgid "_Expense" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:11 -msgid "_Income" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:12 -msgid "_Parent Account" -msgstr "" - -#: ../src/gnome/glade/tax.glade.h:13 -msgid "_Select Subaccounts" -msgstr "" - -#: ../src/gnome/glade/userpass.glade.h:1 -msgid "Enter your username and password" -msgstr "" - -#: ../src/gnome/glade/userpass.glade.h:2 -msgid "Username and Password" -msgstr "" - -#: ../src/gnome/glade/userpass.glade.h:3 -msgid "_Password:" -msgstr "" - -#: ../src/gnome/glade/userpass.glade.h:4 -msgid "_Username:" -msgstr "" - -#: ../src/gnome/gnc-plugin-account-tree.c:57 -msgid "New Accounts _Page" -msgstr "" - -#: ../src/gnome/gnc-plugin-account-tree.c:58 -msgid "Open a new Account Tree page" -msgstr "" - -#. File menu -#: ../src/gnome/gnc-plugin-basic-commands.c:98 -msgid "New _File" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:99 -msgid "Create a new file" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:101 -msgid "_Open..." -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:102 -msgid "Open an existing GnuCash file" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:104 -msgid "_Save" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:105 -msgid "Save the current file" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:107 -msgid "Save _As..." -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:112 -msgid "_QSF Import" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:113 -msgid "Import a QSF object file" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:117 -msgid "Export _Accounts" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:118 -msgid "Export the account hierarchy to a new GnuCash datafile" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:121 -msgid "Export _Chart of Accounts to QSF" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:122 -msgid "Export the chart of accounts for a date with balances as QSF" -msgstr "" - -#. Edit menu -#: ../src/gnome/gnc-plugin-basic-commands.c:127 -msgid "_Find..." -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:128 -msgid "Find transactions with a search" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:130 -msgid "Ta_x Options" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:131 -msgid "Setup tax information for all income and expense accounts" -msgstr "" - -#. Actions menu -#: ../src/gnome/gnc-plugin-basic-commands.c:136 -msgid "_Scheduled Transactions" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:137 -msgid "_Scheduled Transaction Editor" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:138 -msgid "The list of Scheduled Transactions" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:140 -msgid "Since _Last Run..." -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:141 -msgid "Create Scheduled Transactions since the last time run" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:143 -msgid "_Mortgage & Loan Repayment..." -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:144 -msgid "Setup scheduled transactions for repayment of a loan" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:147 -msgid "Close _Books" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:148 -msgid "Archive old data using accounting periods" -msgstr "" - -#. Tools menu -#: ../src/gnome/gnc-plugin-basic-commands.c:154 -msgid "_Price Editor" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:155 -msgid "View and edit the prices for stocks and mutual funds" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:157 -msgid "_Security Editor" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:158 -msgid "View and edit the commodities for stocks and mutual funds" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:160 -msgid "_Financial Calculator" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:161 -msgid "Use the financial calculator" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:163 -msgid "_Close Book" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:164 -msgid "Close the Book at the end of the Period" -msgstr "" - -#. Help menu -#: ../src/gnome/gnc-plugin-basic-commands.c:169 -msgid "_Tips Of The Day" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:170 -msgid "View the Tips of the Day" -msgstr "" - -#. Translators: %d is the error number; %s is the error message as -#. text. -#: ../src/gnome/gnc-plugin-basic-commands.c:387 -#, c-format -msgid "Error: Loading failed, error code %d - %s." -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:409 -msgid "Select the QSF file to import into GnuCash" -msgstr "" - -#: ../src/gnome/gnc-plugin-basic-commands.c:465 -msgid "There are no Scheduled Transactions to be entered at this time." -msgstr "" - -#: ../src/gnome/gnc-plugin-budget.c:55 -msgid "New Budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-budget.c:56 -msgid "Create a new Budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-budget.c:59 -msgid "Open Budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-budget.c:60 -msgid "Open an existing Budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-budget.c:219 -msgid "Select a Budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:151 -msgid "Create a new Account" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:153 -msgid "New Account _Hierarchy..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:154 -msgid "Extend the current book by merging with new account type categories" -msgstr "" - -#. File menu -#: ../src/gnome/gnc-plugin-page-account-tree.c:156 -#: ../src/gnome/gnc-plugin-page-budget.c:127 -msgid "Open _Account" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:157 -#: ../src/gnome/gnc-plugin-page-budget.c:128 -msgid "Open the selected account" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:159 -#: ../src/gnome/gnc-plugin-page-budget.c:131 -msgid "Open _Subaccounts" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:160 -#: ../src/gnome/gnc-plugin-page-budget.c:132 -msgid "Open the selected account and all its subaccounts" -msgstr "" - -#. Edit menu -#: ../src/gnome/gnc-plugin-page-account-tree.c:164 -#: ../src/gnome/gnc-plugin-page-register.c:184 -msgid "Edit _Account" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:165 -#: ../src/gnome/gnc-plugin-page-register.c:185 -msgid "Edit the selected account" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:167 -msgid "_Delete Account..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:168 -msgid "Delete selected account" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:170 -msgid "_Renumber Subaccounts..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:171 -msgid "Renumber the children of the selected account" -msgstr "" - -#. View menu -#: ../src/gnome/gnc-plugin-page-account-tree.c:175 -#: ../src/gnome/gnc-plugin-page-budget.c:148 -#: ../src/gnome/gnc-plugin-page-register.c:225 -#: ../src/gnome-utils/gnc-main-window.c:268 -msgid "_Filter By..." -msgstr "" - -#. Actions menu -#: ../src/gnome/gnc-plugin-page-account-tree.c:179 -#: ../src/gnome/gnc-plugin-page-register.c:233 -msgid "_Reconcile..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:180 -#: ../src/gnome/gnc-plugin-page-register.c:234 -msgid "Reconcile the selected account" -msgstr "" - -#. Actions menu -#: ../src/gnome/gnc-plugin-page-account-tree.c:182 -#: ../src/gnome/gnc-plugin-page-register.c:230 -#: ../src/gnome-utils/gnc-icons.c:21 ../src/gnome/window-reconcile.c:2056 -msgid "_Transfer..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:183 -#: ../src/gnome/gnc-plugin-page-register.c:231 -#: ../src/gnome/window-reconcile.c:2057 -msgid "Transfer funds from one account to another" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:185 -#: ../src/gnome/gnc-plugin-page-register.c:236 -msgid "Stoc_k Split..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:186 -#: ../src/gnome/gnc-plugin-page-register.c:237 -msgid "Record a stock split or a stock merger" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:188 -#: ../src/gnome/gnc-plugin-page-register.c:239 -msgid "View _Lots..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:189 -#: ../src/gnome/gnc-plugin-page-register.c:240 -msgid "Bring up the lot viewer/editor window" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:191 -msgid "Check & Repair A_ccount" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:192 -#: ../src/gnome/window-reconcile.c:2060 -msgid "" -"Check for and repair unbalanced transactions and orphan splits in this " -"account" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:194 -msgid "Check & Repair Su_baccounts" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:195 -msgid "" -"Check for and repair unbalanced transactions and orphan splits in this " -"account and its subaccounts" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:198 -msgid "Check & Repair A_ll" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:199 -msgid "" -"Check for and repair unbalanced transactions and orphan splits in all " -"accounts" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:221 -#: ../src/gnome/gnc-plugin-page-budget.c:164 ../src/gnome/lot-viewer.c:434 -#: ../src/gnome-utils/gnc-file.c:96 ../src/gnome-utils/gnc-file.c:853 -#: ../src/gnome/window-reconcile.c:1575 -msgid "Open" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:223 -msgid "New" -msgstr "" - -#. src/report/report-system/report.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../src/gnome/gnc-plugin-page-account-tree.c:312 -#: ../src/gnome-utils/glade/preferences.glade.h:35 -#: ../intl-scm/guile-strings.c:870 ../intl-scm/guile-strings.c:1262 -#: ../intl-scm/guile-strings.c:1730 ../intl-scm/guile-strings.c:1778 -#: ../intl-scm/guile-strings.c:2076 ../intl-scm/guile-strings.c:2776 -#: ../intl-scm/guile-strings.c:2824 ../intl-scm/guile-strings.c:2856 -#: ../intl-scm/guile-strings.c:2930 -msgid "Accounts" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:906 -msgid "(no name)" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:927 -#, c-format -msgid "Deleting account %s" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:1019 -#, c-format -msgid "The account %s will be deleted." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:1029 -#, c-format -msgid "All transactions in this account will be moved to the account %s." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:1033 -msgid "All transactions in this account will be deleted." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:1040 -#, c-format -msgid "All of its sub-accounts will be moved to the account %s." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:1044 -msgid "All of its subaccounts will be deleted." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:1048 -#, c-format -msgid "All sub-account transactions will be moved to the account %s." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:1052 -msgid "All sub-account transactions will be deleted." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-account-tree.c:1057 -msgid "Are you sure you want to do this?" -msgstr "" - -#. Edit menu -#: ../src/gnome/gnc-plugin-page-budget.c:136 -msgid "_Delete Budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-budget.c:137 -msgid "Delete this budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-budget.c:140 -msgid "Edit this budget's options" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-budget.c:142 -msgid "Estimate Budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-budget.c:144 -msgid "" -"Estimate a budget value for the selected accounts from past transactions" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-budget.c:167 -msgid "Estimate" -msgstr "" - -#. src/report/standard-reports/budget.scm -#: ../src/gnome/gnc-plugin-page-budget.c:275 ../intl-scm/guile-strings.c:2748 -#: ../intl-scm/guile-strings.c:2750 -msgid "Budget" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-budget.c:770 -msgid "Set the budget options using this dialog." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-budget.c:849 -#, c-format -msgid "Delete %s?" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-budget.c:913 -msgid "You must select at least one account to estimate." -msgstr "" - -#. File menu -#: ../src/gnome/gnc-plugin-page-register.c:170 -msgid "_Print Check..." -msgstr "" - -#. Edit menu -#: ../src/gnome/gnc-plugin-page-register.c:175 -#: ../src/gnome-utils/gnc-main-window.c:251 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:956 -msgid "Cu_t" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:176 -#: ../src/gnome-utils/gnc-main-window.c:252 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:957 -msgid "Cut the current selection and copy it to clipboard" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:178 -#: ../src/gnome-utils/gnc-main-window.c:254 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:959 -msgid "_Copy" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:179 -#: ../src/gnome-utils/gnc-main-window.c:255 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:960 -msgid "Copy the current selection to clipboard" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:182 -#: ../src/gnome-utils/gnc-main-window.c:258 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:963 -msgid "Paste the clipboard content at the cursor position" -msgstr "" - -#. Transaction menu -#: ../src/gnome/gnc-plugin-page-register.c:190 -msgid "Cu_t Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:191 -msgid "Cut the selected transaction into clipboard" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:193 -msgid "_Copy Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:194 -msgid "Copy the selected transaction into clipboard" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:196 -msgid "_Paste Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:199 -msgid "Dup_licate Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:202 -#: ../src/gnome/gnc-split-reg.c:1163 -msgid "_Delete Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:205 -msgid "Remo_ve Transaction Splits" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:206 -msgid "Remove all splits in the current transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:208 -msgid "_Enter Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:211 -msgid "Ca_ncel Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:214 -msgid "_Void Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:216 -msgid "_Unvoid Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:218 -msgid "Add _Reversing Transaction" -msgstr "" - -#. View menu -#: ../src/gnome/gnc-plugin-page-register.c:223 -#: ../src/gnome-utils/gnc-main-window.c:266 -msgid "_Sort By..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:242 -msgid "_Blank Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:245 -msgid "Edit E_xchange Rate" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:246 -msgid "Edit the exchange rate for the current transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:251 -msgid "Sche_dule..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:254 -msgid "_All transactions" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:256 -msgid "_This transaction" -msgstr "" - -#. Reports menu -#: ../src/gnome/gnc-plugin-page-register.c:261 -msgid "Account Report" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:262 -msgid "Open a register report for this Account" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:264 -msgid "Account Transaction Report" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:265 -msgid "Open a register report for the selected Transaction" -msgstr "" - -#. Translators: This is a menu item in the View menu -#: ../src/gnome/gnc-plugin-page-register.c:290 -msgid "Transaction _Journal" -msgstr "" - -#. src/report/standard-reports/register.scm -#: ../src/gnome/gnc-plugin-page-register.c:326 -#: ../src/register/ledger-core/split-register.c:2005 -#: ../src/register/ledger-core/split-register-layout.c:571 -#: ../src/register/ledger-core/split-register-model.c:183 -#: ../intl-scm/guile-strings.c:2632 -msgid "Transfer" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#: ../src/gnome/gnc-plugin-page-register.c:548 -#: ../src/gnome/gnc-plugin-page-register.c:1155 -#: ../src/gnome/gnc-plugin-page-register.c:1747 -#: ../intl-scm/guile-strings.c:1514 -msgid "General Ledger" -msgstr "" - -#. Translators: %s is the name -#. of the tab page -#: ../src/gnome/gnc-plugin-page-register.c:1094 -#, c-format -msgid "Save changes to %s?" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1098 -msgid "" -"This register has pending changes to a transaction. Would you like to save " -"the changes to this transaction, discard the transaction, or cancel the " -"operation?" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1101 -msgid "_Discard Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1105 -msgid "_Save Transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1136 -#: ../src/gnome/gnc-plugin-page-register.c:1168 -#: ../src/gnome/gnc-plugin-page-register.c:1180 -#: ../src/import-export/hbci/gnc-hbci-utils.c:884 -#: ../src/import-export/hbci/gnc-hbci-utils.c:886 -msgid "unknown" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1157 -#: ../src/gnome/gnc-plugin-page-register.c:1753 -msgid "Portfolio" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1159 -#: ../src/gnome/gnc-plugin-page-register.c:1759 -msgid "Search Results" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1749 -msgid "General Ledger Report" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1755 -msgid "Portfolio Report" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1761 -msgid "Search Results Report" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/register.scm -#: ../src/gnome/gnc-plugin-page-register.c:1765 -#: ../src/gnome-utils/glade/preferences.glade.h:104 -#: ../intl-scm/guile-strings.c:1314 ../intl-scm/guile-strings.c:2732 -msgid "Register" -msgstr "" - -#. src/report/standard-reports/register.scm -#: ../src/gnome/gnc-plugin-page-register.c:1767 -#: ../intl-scm/guile-strings.c:2652 -msgid "Register Report" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:1783 -msgid "and subaccounts" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:2037 -msgid "You cannot void a transaction with reconciled or cleared splits." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-register.c:2105 -#: ../src/gnome/gnc-split-reg.c:907 -msgid "A reversing entry has already been created for this transaction." -msgstr "" - -#. Translations: The %s is the name of the plugin page -#: ../src/gnome/gnc-plugin-page-register.c:2153 -#, c-format -msgid "Sort %s by..." -msgstr "" - -#. Translators: The %s is the name of the plugin page -#: ../src/gnome/gnc-plugin-page-register.c:2205 -#: ../src/gnome-utils/gnc-tree-view-account.c:1828 -#, c-format -msgid "Filter %s by..." -msgstr "" - -#: ../src/gnome/gnc-plugin-page-sx-list.c:119 -msgid "_Scheduled" -msgstr "" - -#. File menu -#. Transaction menu -#: ../src/gnome/gnc-plugin-page-sx-list.c:120 -#: ../src/gnome-utils/gnc-main-window.c:233 -#: ../src/gnome/window-reconcile.c:2066 -msgid "_New" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-sx-list.c:121 -msgid "Create a new scheduled transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-sx-list.c:123 -msgid "Edit the selected scheduled transaction" -msgstr "" - -#: ../src/gnome/gnc-plugin-page-sx-list.c:125 -msgid "Delete the selected scheduled transaction" -msgstr "" - -#. FIXME: Does this always refer to only one transaction? Or could -#. multiple SXs be deleted as well? Ideally, the number of -#. to-be-deleted SXs should be mentioned here; see -#. dialog-sx-since-last-run.c:807 -#: ../src/gnome/gnc-plugin-page-sx-list.c:581 -msgid "Do you really want to delete this scheduled transaction?" -msgstr "" - -#: ../src/gnome/gnc-plugin-register.c:48 -msgid "_General Ledger" -msgstr "" - -#: ../src/gnome/gnc-plugin-register.c:49 -msgid "Open a general ledger window" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:609 -msgid "" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:705 -msgid "Save transaction before closing?" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:707 -msgid "" -"The current transaction has been changed. Would you like to record the " -"changes before closing this page, close the page without recording the " -"changes, or cancel the close?" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:934 -msgid "Cannot modify or delete this transaction." -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:936 -#, c-format -msgid "This transaction is marked read-only with the comment: '%s'" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:968 -msgid "Remove the splits from this transaction?" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:969 -msgid "" -"This transaction contains reconciled splits. Modifying it is not a good idea " -"because that will cause your reconciled balance to be off." -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:993 -msgid "_Remove Splits" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1068 -#, c-format -msgid "Delete the split '%s' from the transaction '%s'?" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1069 -msgid "" -"You would be deleting a reconciled split! This is not a good idea as it will " -"cause your reconciled balance to be off." -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1072 -msgid "You cannot delete this split." -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1073 -msgid "" -"This is the split anchoring this transaction to the register. You may not " -"delete it from this register window. You may delete the entire transaction " -"from this window, or you may navigate to a register that shows another side " -"of this same transaction and delete the split from that register." -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1100 -msgid "(no memo)" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1103 -msgid "(no description)" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1126 -msgid "_Delete Split" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1142 -msgid "Delete the current transaction?" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1143 -msgid "" -"You would be deleting a transaction with reconciled splits! This is not a " -"good idea as it will cause your reconciled balance to be off." -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1793 -msgid "Present:" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1794 -msgid "Future:" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1795 -msgid "Cleared:" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1796 -msgid "Reconciled:" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1797 -msgid "Projected Minimum:" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1801 -msgid "Shares:" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1802 -msgid "Current Value:" -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1874 -msgid "This account register is read-only." -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1908 -msgid "" -"This account may not be edited. If you want to edit transactions in this " -"register, please open the account options and turn off the placeholder " -"checkbox." -msgstr "" - -#: ../src/gnome/gnc-split-reg.c:1915 -msgid "" -"One of the sub-accounts selected may not be edited. If you want to edit " -"transactions in this register, please open the sub-account options and turn " -"off the placeholder checkbox. You may also open an individual account " -"instead of a set of accounts." -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/register.scm -#: ../src/gnome/lot-viewer.c:621 ../intl-scm/guile-strings.c:1320 -#: ../intl-scm/guile-strings.c:2648 -msgid "Title" -msgstr "" - -#: ../src/gnome/lot-viewer.c:631 -msgid "Gains" -msgstr "" - -#: ../src/gnome/lot-viewer.c:653 -#, c-format -msgid "Lots in Account %s" -msgstr "" - -#: ../src/gnome/reconcile-list.c:211 -#: ../src/register/ledger-core/split-register-layout.c:555 -#: ../src/register/ledger-core/split-register-model.c:154 -msgid "Reconciled:R" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:1 -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:1 -msgid "Order of columns in the dialog" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:2 -msgid "Show currencies in this dialog" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:3 -msgid "Show the CUSIP Code (Exchange Specific Data) column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:4 -msgid "Show the Full Name column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:5 -msgid "Show the Namespace column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:6 -msgid "Show the Print Name column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:7 -msgid "Show the Quote Flag column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:8 -msgid "Show the Quote Source column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:9 -msgid "Show the Quote Timezone column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:10 -msgid "Show the Unique Name column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:11 -msgid "Show the fraction column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:12 -msgid "Show the name column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:13 -msgid "Show the symbol column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_commodities.schemas.in.h:14 -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:8 -msgid "" -"This setting contains a list of names which controls the order in which the " -"columns are listed in the dialog. Names may be reordered or removed from " -"this list to control which columns appear in the dialog and in what order." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:1 -msgid "Columns used for sorting" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:2 -msgid "Default to 'new search' if fewer than this number of items is returned" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:3 -msgid "" -"If active, the new hierarchy dialog will be shown whenever the \"New File\" " -"menu item is chosen. Otherwise it will not be shown." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:4 -msgid "" -"If active, the new user dialog will be shown. Otherwise it will not be shown." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:5 -msgid "Last pathname used" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:6 -msgid "New hierarchy dialog on \"New File\"" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:8 -msgid "Show the new user dialog" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:9 -msgid "Sort column ascending or descending" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:10 -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:10 -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:10 -msgid "" -"The X,Y coordinates of the top left corner of the dialog when it was last " -"closed." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:11 -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:11 -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:11 -msgid "The width and size of the dialog when it was last closed." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:12 -msgid "" -"This field contains the last pathname used by this dialog. It will be used " -"as the initial filename/pathname the next time this dialog is opened." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:13 -msgid "" -"This setting indicates how the key column is sorted. Possible values for " -"this setting are 'ascending' and 'descending'." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:14 -msgid "" -"This setting indicates whether to search in all items in the current class, " -"or only in 'active' items in the current class." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:15 -msgid "" -"This setting indicates which column in the tree is used for sorting. " -"Possible values for this setting are the name of any column in this dialog " -"(see the column_order key) or the keyword 'none'." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:16 -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:17 -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:17 -msgid "Window geometry" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_common.schemas.in.h:17 -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:18 -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:18 -msgid "Window position" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:2 -msgid "Show the Price column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:3 -msgid "Show the Source column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:4 -msgid "Show the Type column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:5 -msgid "Show the commodity column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:6 -msgid "Show the currency column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:7 -msgid "Show the date column" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:9 -msgid "This setting enables the Price column." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:10 -msgid "This setting enables the Source column." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:11 -msgid "This setting enables the Type column." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:12 -msgid "This setting enables the commodity column." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:13 -msgid "This setting enables the currency column." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_prices.schemas.in.h:14 -msgid "This setting enables the date column." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:1 -msgid "Custom date format" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:2 -msgid "Date format to use" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:3 -msgid "" -"Each time the date is printed, print the date format immediately below in 8 " -"point type using the characters Y, M, and D." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:4 -msgid "" -"If the 'date_format' is set to indicate a custom date format, this value is " -"used as an argument to strftime to produce the date to be printed. It may be " -"any valid strftime string; for more information about this format, read the " -"manual page of strftime by \"man 3 strftime\"." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:5 -msgid "Index of predefined check format to use" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:6 -msgid "" -"On preprinted checks containing multiple checks per page, this setting " -"specifies which check position to print. The possible values are 0, 1 and 2, " -"corresponding to the top, middle and bottom checks on the page." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:7 -msgid "Position of check amount in numbers" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:8 -msgid "Position of check amount in words" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:9 -msgid "Position of check on page" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:10 -msgid "Position of date line" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:11 -msgid "Position of memo line" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:12 -msgid "Position of payee name" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:13 -msgid "Print '***' before and after strings." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:14 -msgid "Print the date format below the date." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:15 -msgid "The default check printing font" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:16 -msgid "" -"The default font to use when printing checks. This value will be overridden " -"by any font specified in a check description file." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:17 -msgid "This is the numerical identifier of the predefined date format to use." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:18 -msgid "" -"This value contains the X,Y coordinates for the start of the date line on " -"the check. Coordinates are from the lower left corner of the specified check " -"position." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:19 -msgid "" -"This value contains the X,Y coordinates for the start of the memo line on " -"the check. Coordinates are from the lower left corner of the specified check " -"position." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:20 -msgid "" -"This value contains the X,Y coordinates for the start of the numerical " -"amount line on the check. Coordinates are from the lower left corner of the " -"specified check position." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:21 -msgid "" -"This value contains the X,Y coordinates for the start of the payee line on " -"the check." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:22 -msgid "" -"This value contains the X,Y coordinates for the start of the written amount " -"line on the check. Coordinates are from the lower left corner of the " -"specified check position." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:23 -msgid "" -"This value contains the Y coordinate for the bottom edge of the check. This " -"coordinate is from the bottom edge of the sheet of paper." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:24 -msgid "" -"This value specifies the predefined check format to use. The number is the 0-" -"based index into the list of known check formats." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_print_checks.schemas.in.h:25 -msgid "Which check position to print" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:1 -msgid "" -"If active, after reconciling a credit card account, prompt the user to enter " -"a credit card payment. Otherwise do not prompt the user for this." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:2 -msgid "" -"If active, all transactions marked as cleared in the register will appear " -"already selected in the reconcile dialog. Otherwise no transactions will be " -"initially selected." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:3 -msgid "Pre-select cleared transactions" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:4 -#: ../src/gnome-utils/glade/preferences.glade.h:101 -msgid "" -"Prior to reconciling an account which charges or pays interest, prompt the " -"user to enter a transaction for the interest charge or payment. Currently " -"only enabled for Bank, Credit, Mutual, Asset, Receivable, Payable, and " -"Liability accounts." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:5 -msgid "Prompt for credit card payment" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_reconcile.schemas.in.h:6 -msgid "Prompt for interest charges" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:1 -msgid "How many days in advance to notify the user." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:2 -msgid "How many days in advance to remind the user." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:3 -msgid "" -"If active, any newly created scheduled transaction will have its 'auto " -"create' flag set active by default. The user can change this flag during " -"transaction creation, or at any later time by editing the scheduled " -"transaction." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:4 -msgid "" -"If active, any newly created scheduled transaction will have its 'notify' " -"flag set by default. The user can change this flag during transaction " -"creation, or at any later time by editing the scheduled transaction. This " -"setting only has meaning if the create_auto setting is active." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:5 -msgid "Set the \"auto create\" flag by default" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:6 -msgid "Set the \"notify\" flag by default" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:7 -msgid "Show \"since last run\" dialog when a file is opened." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_scheduled_transctions.schemas.in.h:8 -msgid "" -"This setting controls whether the scheduled transactions \"since last run\" " -"dialog is shown automatically when a data file is opened. This includes the " -"initial opening of the data file when GnuCash starts. If this setting is " -"active, show the dialog, otherwise it is not shown." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_totd.schemas.in.h:1 -msgid "" -"Enables the \"Tip Of The Day\" when GnuCash starts up. If active, the dialog " -"will be shown. Otherwise it will not be shown." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_totd.schemas.in.h:2 -msgid "Show \"Tip Of The Day\" at GnuCash start" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_dialog_totd.schemas.in.h:3 -msgid "The next tip to show." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:1 -msgid "\"Enter\" key moves to bottom of register" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:2 -msgid "Accounts to reverse the balance" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:3 -msgid "Allow file incompatibility with older versions." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:4 -msgid "Auto-save time interval" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:5 -msgid "Automatically insert a decimal point" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:6 -msgid "Automatically raise the list of accounts or actions during input" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:7 -msgid "Character to use as separator between account names" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:8 -msgid "Closing a tab moves to the most recently visited tab." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:9 -msgid "Color all lines of a transaction the same" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:10 -msgid "Color the register as specified by the system theme" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:11 -msgid "Compress the data file" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:12 -msgid "Create a new window for each new register" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:13 -msgid "Create a new window for each new report" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:14 -msgid "Date format choice" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:15 -msgid "Default currency for new accounts" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:16 -msgid "Default currency for new reports" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:17 -msgid "Default view style for new register" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:18 -msgid "Delete old log/backup files after this many days (0 = never)" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:19 -#: ../src/gnome-utils/glade/preferences.glade.h:62 -msgid "Display negative amounts in red" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:20 -msgid "Enables Euro support" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:21 -msgid "Enables additional support for the European Union EURO currency." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:22 -msgid "Enables file compression when writing the data file." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:23 -msgid "" -"If active all lines that make up a single transaction will use the same " -"color for their background. Otherwise the background colors are alternated " -"on each line." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:24 -msgid "" -"If active, GnuCash shows an explanation of the auto-save feature the first " -"time that feature is started. Otherwise no extra explanation is shown." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:25 -msgid "" -"If active, GnuCash will automatically insert a decimal point into values " -"that are entered without one. Otherwise GnuCash will not modify entered " -"numbers." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:26 -msgid "" -"If active, a \"close\" button will be displayed on any notebook tab that may " -"be closed. Otherwise, no such button will be shown on the tab. Regardless of " -"this setting, pages can always be closed via the \"close\" menu item or the " -"\"close\" button on toolbar." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:27 -msgid "" -"If active, a splash screen will be shown at startup. Otherwise no splash " -"screen will be shown." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:28 -msgid "" -"If active, closing a tab moves to the most recently visited tab. Otherwise " -"closing a tab moves one tab to the left." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:29 -msgid "" -"If active, each new register will be opened in a new window. Otherwise each " -"new register will be opened as a tab in the main window." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:30 -msgid "" -"If active, each new report will be opened in its own window. Otherwise new " -"reports will be opened as tabs in the main window." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:31 -msgid "" -"If active, formal accounting labels \"Credit\" and \"Debit\" will be used " -"when designating fields on screen. Otherwise, informal labels such as " -"Increase/Decrease, \"Funds In\"/\"Funds Out\", etc. will be used." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:32 -msgid "" -"If active, gnucash will be allowed to intentionally break file compatibility " -"with older versions, so that a data file saved in this version cannot be " -"read by an older version again. Otherwise gnucash will write data files only " -"in formats that can be read by older versions as well." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:33 -msgid "" -"If active, pressing the enter key will move to the bottom of the register. " -"Otherwise pressing the enter key will move to the next transaction line." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:34 -msgid "" -"If active, the register will be colored as specified by the system theme. " -"This can be overridden to provide custom colors by editing the gtkrc file in " -"the users home directory. Otherwise the standard register colors will be " -"used that GnuCash has always used." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:35 -msgid "" -"If active, the size and location of each dialog window will be saved when it " -"is closed. The sizes and locations of content windows will be remembered " -"when you quit GnuCash. Otherwise the sizes will not be saved." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:36 -msgid "" -"If active, use a 24 hour time format. Otherwise use a 12 hour time format." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:37 -msgid "Labels on toolbar buttons" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:38 -msgid "Number of automatic decimal places" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:39 -msgid "Position of the notebook tabs" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:40 -msgid "Position of the summary bar" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:41 -msgid "Save window sizes and locations" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:42 -msgid "Show auto-save explanation" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:43 -msgid "Show close buttons on notebook tabs" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:44 -msgid "" -"Show horizontal borders between rows in a register. If active the border " -"between cells will be indicated with a heavy line. Otherwise the border " -"between cells will not be marked." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:45 -msgid "Show horizontal borders in a register" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:46 -msgid "Show splash screen" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:48 -msgid "" -"Show two lines of information for each transaction in a register. This is " -"the default setting for when a register is first opened. The setting can be " -"changed at any time via the \"View->Double Line\" menu item." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:49 -msgid "" -"Show vertical borders between columns in a register. If active the border " -"between cells will be indicated with a heavy line. Otherwise the border " -"between cells will not be marked." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:50 -msgid "Show vertical borders in a register" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:51 -msgid "Source of default account currency" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:52 -msgid "Source of default report currency" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:53 -#: ../src/gnome-utils/glade/preferences.glade.h:125 -msgid "" -"The number of minutes until saving of the data file to harddisk will be " -"started automatically. If zero, no saving will be started automatically." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:55 -msgid "" -"This field sets the number of rows to show in a register. It does not " -"actually affect the display of the contents of the window. It is only used " -"to set the size of the window when first opened." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:56 -msgid "" -"This field specifies the default view style when opening a new register " -"window. Possible values are \"ledger\", \"auto-ledger\" and \"journal\". The " -"\"ledger\" setting says to show each transaction on one or two lines. The " -"\"auto-ledger\" setting does the same, but also expands only the current " -"transaction to show all splits. The \"journal\" setting shows all " -"transactions in expanded form." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:57 -msgid "" -"This field specifies the number of automatic decimal places that will be " -"filled in." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:58 -msgid "" -"This key specifies the maximum width of notebook tabs. If the text in the " -"tab is longer than this value (the test is approximate) then the tab label " -"will have the middle cut and replaced with an ellipsis." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:59 -msgid "" -"This setting allows certain accounts to have their balances reversed in sign " -"from positive to negative, or vice versa. The setting \"income_expense\" is " -"for users who like to see negative expenses and positive income. The setting " -"of \"credit\" is for users who want to see balances reflect the debit/credit " -"status of the account. The setting \"none\" doesn't reverse the sign on any " -"balances." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:60 -msgid "" -"This setting chooses the way dates are displayed in GnuCash. Possible values " -"for this setting are \"locale\" to use the system locale setting, \"ce\" for " -"Continental Europe style dates, \"iso\" for ISO 8601 standard dates , \"uk\" " -"for United Kingdom style dates, and \"us\" for United States style dates." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:61 -msgid "" -"This setting controls how the labels on toolbar buttons are shown. If set to " -"\"system\" then GnuCash will use the desktop setting for how to draw toolbar " -"buttons. If set to \"icon\" then only icons will be show on toolbar " -"buttons.. If set to \"text\" only the labels will be shown. If set to \"both" -"\" then both icons and labels will be shown. If set to \"both-horiz\" then " -"icons will be shown for all buttons with labels added on important buttons." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:62 -msgid "" -"This setting controls the default currency used for reports. If set to " -"\"locale\" then GnuCash will retrieve the default currency from the user's " -"locale setting. If set to \"other\", GnuCash will use the setting specified " -"by the currency_other key." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:63 -msgid "" -"This setting controls the source of the default currency for new accounts. " -"If set to \"locale\" then GnuCash will retrieve the default currency from " -"the user's locale setting. If set to \"other\", GnuCash will use the setting " -"specified by the currency_other key." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:64 -msgid "" -"This setting determines the character that will be used between components " -"of an account name. Possible values are any single non-alphanumeric unicode " -"character, or any of the following strings: \"colon\" \"slash\", \"backslash" -"\", \"dash\" and \"period\"." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:65 -msgid "" -"This setting determines the edge at which the summary bar for various pages " -"is drawn. Possible values are \"top\" and \"bottom\". It defaults to \"bottom" -"\"." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:66 -msgid "" -"This setting determines the edge at which the tabs for switching pages in " -"notebooks are drawn. Possible values are \"top\", \"left\", \"bottom\" and " -"\"right\". It defaults to \"top\"." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:67 -msgid "" -"This setting specifies the default currency used for new accounts if the " -"currency_choice setting is set to \"other\". This field must contain the " -"three letter ISO 4217 code for a currency (e.g. USD, GBP, RUB)." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:68 -msgid "" -"This setting specifies the default currency used for reports if the " -"currency_choice setting is set to \"other\". This field must contain the " -"three letter ISO 4217 code for a currency (e.g. USD, GBP, RUB)." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:69 -msgid "" -"This setting specifies the number of days after which old log/backup files " -"will be deleted (0 = never)." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:70 -msgid "Use 24 hour time format" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:71 -msgid "Use formal account labels" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_general.schemas.in.h:72 -msgid "Width of notebook tabs" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:1 -msgid "Change contents of reconciled split" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:2 -msgid "Commit changes to a invoice_entry" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:3 -msgid "Commit changes to a transaction" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:4 -msgid "Delete a commodity" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:5 -msgid "Delete a commodity and prices" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:6 -msgid "Delete a transaction" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:7 -msgid "Delete multiple price quotes" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:8 -msgid "Duplicating a changed invoice_entry" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:9 -msgid "Duplicating a changed transaction" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:10 -msgid "Mark transaction split as unreconciled" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:11 -msgid "Read only register" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:12 -msgid "Remove a reconciled split from a transaction" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:13 -msgid "Remove a split from a transaction" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:14 -msgid "Remove all the splits from a transaction" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:15 -msgid "" -"This dialog is presented before allowing you to change the contents of a " -"reconciled split. Allowing these changes can make it hard to perform future " -"reconciliations." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:16 -msgid "" -"This dialog is presented before allowing you to delete a commodity that has " -"price quotes attached. Deleting the commodity will delete the quotes as well." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:17 -msgid "This dialog is presented before allowing you to delete a commodity." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:18 -msgid "" -"This dialog is presented before allowing you to delete a transaction that " -"contains reconciled splits. Doing so will throw off the reconciled value of " -"the register and can make it hard to perform future reconciliations." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:19 -msgid "This dialog is presented before allowing you to delete a transaction." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:20 -msgid "" -"This dialog is presented before allowing you to delete multiple price quotes " -"at one time." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:21 -msgid "" -"This dialog is presented before allowing you to mark a transaction split as " -"unreconciled. Doing so will throw off the reconciled value of the register " -"and can make it hard to perform future reconciliations." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:22 -msgid "" -"This dialog is presented before allowing you to remove a reconciled split " -"from a transaction. Doing so will throw off the reconciled value of the " -"register and can make it hard to perform future reconciliations." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:23 -msgid "" -"This dialog is presented before allowing you to remove a split from a " -"transaction." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:24 -msgid "" -"This dialog is presented before allowing you to remove all splits (including " -"some reconciled splits) from a transaction. Doing so will throw off the " -"reconciled value of the register and can make it hard to perform future " -"reconciliations." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:25 -msgid "" -"This dialog is presented before allowing you to remove all splits from a " -"transaction." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:26 -msgid "This dialog is presented when a read-only register is opened." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:27 -msgid "" -"This dialog is presented when you attempt to duplicate a modified invoice " -"entry. The changed data must be saved or the duplication canceled." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:28 -msgid "" -"This dialog is presented when you attempt to duplicate a modified " -"transaction. The changed data must be saved or the duplication canceled." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:29 -msgid "" -"This dialog is presented when you attempt to move out of a modified invoice " -"entry. The changed data must be either saved or discarded." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_warnings.schemas.in.h:30 -msgid "" -"This dialog is presented when you attempt to move out of a modified " -"transaction. The changed data must be either saved or discarded." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:1 -msgid "Ending date (in seconds from Jan 1, 1970)" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:2 -msgid "Ending time period identifier" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:3 -msgid "" -"If active, non currency commodities (stocks) will be shown. Otherwise they " -"will be hidden." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:4 -msgid "Profit/loss ending date type" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:5 -msgid "Profit/loss starting date type" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:6 -msgid "" -"Show a grand total of all accounts converted to the default report currency" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:7 -msgid "Show non currency commodities" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:8 -msgid "Starting date (in seconds from Jan 1, 1970)" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:9 -msgid "Starting time period identifier" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:10 -msgid "" -"This setting controls the ending date set in profit/loss calculations if the " -"end_choice setting is set to \"absolute\". This field should contain a date " -"as represented in seconds from January 1st, 1970." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:11 -msgid "" -"This setting controls the ending date set in profit/loss calculations if the " -"end_choice setting is set to anything other than \"absolute\". This field " -"should contain a value between 0 and 8." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:12 -msgid "" -"This setting controls the starting date set in profit/loss calculations if " -"the start_choice setting is set to \"absolute\". This field should contain a " -"date as represented in seconds from January 1st, 1970." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:13 -msgid "" -"This setting controls the starting date set in profit/loss calculations if " -"the start_choice setting is set to anything other than \"absolute\". This " -"field should contain a value between 0 and 8." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:14 -msgid "" -"This setting controls the type of ending date used in profit/loss " -"calculations. If set to \"absolute\" then GnuCash will retrieve the ending " -"date specified by the end_date key. If set to anything else, GnuCash will " -"retrieve the ending date specified by the end_period key." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_account_tree.schemas.in.h:15 -msgid "" -"This setting controls the type of starting date used in profit/loss " -"calculations. If set to \"absolute\" then GnuCash will retrieve the starting " -"date specified by the start_date key. If set to anything else, GnuCash will " -"retrieve the starting date specified by the start_period key." -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_register.schemas.in.h:1 -msgid "" -"This setting contains the width of the named column in the most recently " -"closed register window. Changing these values will change the sizes of the " -"columns in the next opened register" -msgstr "" - -#: ../src/gnome/schemas/apps_gnucash_window_pages_register.schemas.in.h:2 -msgid "Width of a column in the dialog" -msgstr "" - -#: ../src/gnome-search/dialog-search.c:155 -msgid "You must select an item from the list" -msgstr "" - -#: ../src/gnome-search/dialog-search.c:272 -msgid "Select" -msgstr "" - -#: ../src/gnome-search/dialog-search.c:807 -msgid "all criteria are met" -msgstr "" - -#: ../src/gnome-search/dialog-search.c:808 -msgid "any criteria are met" -msgstr "" - -#. Translators: %s is either "item" or the name of some other -#. * item, e.g. "Customer" or "Invoice". -#: ../src/gnome-search/dialog-search.c:844 -#, c-format -msgid "New %s" -msgstr "" - -#: ../src/gnome-search/dialog-search.c:844 -msgid "item" -msgstr "" - -#: ../src/gnome-search/search-account.c:170 -msgid "You have not selected any accounts" -msgstr "" - -#: ../src/gnome-search/search-account.c:190 -msgid "matches all accounts" -msgstr "" - -#: ../src/gnome-search/search-account.c:193 -msgid "matches any account" -msgstr "" - -#: ../src/gnome-search/search-account.c:194 -msgid "matches no accounts" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#: ../src/gnome-search/search-account.c:211 ../intl-scm/guile-strings.c:1370 -msgid "Selected Accounts" -msgstr "" - -#: ../src/gnome-search/search-account.c:212 -msgid "Choose Accounts" -msgstr "" - -#. Create the label -#: ../src/gnome-search/search-account.c:246 -msgid "Select Accounts to Match" -msgstr "" - -#: ../src/gnome-search/search-account.c:250 -msgid "Select the Accounts to Compare" -msgstr "" - -#. Build and connect the toggle -#: ../src/gnome-search/search-boolean.c:201 -msgid "set true" -msgstr "" - -#: ../src/gnome-search/search-date.c:191 -msgid "is before" -msgstr "" - -#: ../src/gnome-search/search-date.c:192 -msgid "is before or on" -msgstr "" - -#: ../src/gnome-search/search-date.c:193 -msgid "is on" -msgstr "" - -#: ../src/gnome-search/search-date.c:194 -msgid "is not on" -msgstr "" - -#: ../src/gnome-search/search-date.c:195 -msgid "is after" -msgstr "" - -#: ../src/gnome-search/search-date.c:196 -msgid "is on or after" -msgstr "" - -#: ../src/gnome-search/search-double.c:183 -#: ../src/gnome-search/search-int64.c:185 -#: ../src/gnome-search/search-numeric.c:216 -msgid "is less than" -msgstr "" - -#: ../src/gnome-search/search-double.c:184 -#: ../src/gnome-search/search-int64.c:186 -#: ../src/gnome-search/search-numeric.c:220 -msgid "is less than or equal to" -msgstr "" - -#: ../src/gnome-search/search-double.c:185 -#: ../src/gnome-search/search-int64.c:187 -#: ../src/gnome-search/search-numeric.c:223 -msgid "equals" -msgstr "" - -#: ../src/gnome-search/search-double.c:186 -#: ../src/gnome-search/search-int64.c:188 -#: ../src/gnome-search/search-numeric.c:226 -msgid "does not equal" -msgstr "" - -#: ../src/gnome-search/search-double.c:187 -#: ../src/gnome-search/search-int64.c:189 -#: ../src/gnome-search/search-numeric.c:229 -msgid "is greater than" -msgstr "" - -#: ../src/gnome-search/search-double.c:188 -#: ../src/gnome-search/search-int64.c:190 -#: ../src/gnome-search/search-numeric.c:233 -msgid "is greater than or equal to" -msgstr "" - -#: ../src/gnome-search/search.glade.h:1 -msgid " Search " -msgstr "" - -#: ../src/gnome-search/search.glade.h:2 -msgid "()" -msgstr "" - -#: ../src/gnome-search/search.glade.h:3 -msgid "Add results to current search" -msgstr "" - -#: ../src/gnome-search/search.glade.h:4 -msgid "" -"Choose whether to search all your data or only that marked as \"active\"" -msgstr "" - -#: ../src/gnome-search/search.glade.h:5 -msgid "Delete results from current search" -msgstr "" - -#: ../src/gnome-search/search.glade.h:6 -msgid "New search" -msgstr "" - -#: ../src/gnome-search/search.glade.h:7 -msgid "Refine current search" -msgstr "" - -#: ../src/gnome-search/search.glade.h:8 -msgid "Search Criteria" -msgstr "" - -#: ../src/gnome-search/search.glade.h:9 -msgid "Search for items where" -msgstr "" - -#: ../src/gnome-search/search.glade.h:10 -msgid "Search only active data" -msgstr "" - -#: ../src/gnome-search/search.glade.h:11 -msgid "Type of search" -msgstr "" - -#: ../src/gnome-search/search.glade.h:12 -msgid "_New item..." -msgstr "" - -#: ../src/gnome-search/search-numeric.c:216 -msgid "less than" -msgstr "" - -#: ../src/gnome-search/search-numeric.c:219 -msgid "less than or equal to" -msgstr "" - -#: ../src/gnome-search/search-numeric.c:223 -msgid "equal to" -msgstr "" - -#: ../src/gnome-search/search-numeric.c:226 -msgid "not equal to" -msgstr "" - -#: ../src/gnome-search/search-numeric.c:229 -msgid "greater than" -msgstr "" - -#: ../src/gnome-search/search-numeric.c:232 -msgid "greater than or equal to" -msgstr "" - -#: ../src/gnome-search/search-numeric.c:249 -msgid "has credits or debits" -msgstr "" - -#: ../src/gnome-search/search-numeric.c:250 -msgid "has debits" -msgstr "" - -#: ../src/gnome-search/search-numeric.c:251 -msgid "has credits" -msgstr "" - -#. Build and connect the toggles -#: ../src/gnome-search/search-reconciled.c:222 -msgid "Not Cleared" -msgstr "" - -#: ../src/gnome-search/search-reconciled.c:225 -#: ../src/gnome-utils/gnc-tree-view-account.c:573 -msgid "Cleared" -msgstr "" - -#: ../src/gnome-search/search-reconciled.c:228 -#: ../src/gnome-utils/gnc-tree-view-account.c:586 -msgid "Reconciled" -msgstr "" - -#: ../src/gnome-search/search-reconciled.c:231 -msgid "Frozen" -msgstr "" - -#: ../src/gnome-search/search-reconciled.c:234 -msgid "Voided" -msgstr "" - -#: ../src/gnome-search/search-string.c:186 -msgid "You need to enter a string value" -msgstr "" - -#: ../src/gnome-search/search-string.c:213 -#, c-format -msgid "" -"Error in regular expression '%s':\n" -"%s" -msgstr "" - -#: ../src/gnome-search/search-string.c:257 -msgid "contains" -msgstr "" - -#: ../src/gnome-search/search-string.c:258 -msgid "matches regex" -msgstr "" - -#: ../src/gnome-search/search-string.c:260 -msgid "does not match regex" -msgstr "" - -#. Build and connect the toggle button -#: ../src/gnome-search/search-string.c:322 -msgid "Case Insensitive?" -msgstr "" - -#: ../src/gnome/top-level.c:96 -#, c-format -msgid "Entity Not Found: %s" -msgstr "" - -#: ../src/gnome/top-level.c:144 -#, c-format -msgid "Transaction with no Accounts: %s" -msgstr "" - -#: ../src/gnome/top-level.c:155 -#, c-format -msgid "Unsupported entity type: %s" -msgstr "" - -#: ../src/gnome/top-level.c:185 -#, c-format -msgid "No such price: %s" -msgstr "" - -#: ../src/gnome/top-level.c:353 -#, c-format -msgid "" -"Error: Failure saving state file.\n" -" %s" -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:417 -msgid "Could not create opening balance." -msgstr "" - -#. primary label -#: ../src/gnome-utils/dialog-account.c:608 -msgid "Give the children the same type?" -msgstr "" - -#. secondary label -#: ../src/gnome-utils/dialog-account.c:626 -#, c-format -msgid "" -"The children of the edited account have to be changed to type \"%s\" to make " -"them compatible." -msgstr "" - -#. children -#: ../src/gnome-utils/dialog-account.c:637 -msgid "_Show children accounts" -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:709 -msgid "The account must be given a name." -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:731 -msgid "There is already an account with that name." -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:739 -msgid "You must choose a valid parent account." -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:747 -msgid "You must select an account type." -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:755 -msgid "" -"The selected account type is incompatible with the one of the selected " -"parent." -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:766 -msgid "You must choose a commodity." -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:818 -msgid "You must enter a valid opening balance or leave it blank." -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:842 -msgid "" -"You must select a transfer account or choose the opening balances equity " -"account." -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:1325 -msgid "Edit Account" -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:1328 -#, c-format -msgid "(%d) New Accounts" -msgstr "" - -#: ../src/gnome-utils/dialog-account.c:1831 -#, c-format -msgid "" -"Renumber the immediate sub-accounts of %s? This will replace the account " -"code field of each child account with a newly generated code." -msgstr "" - -#: ../src/gnome-utils/dialog-book-close.c:288 -msgid "Please select an Equity account to hold the total Period Income." -msgstr "" - -#: ../src/gnome-utils/dialog-book-close.c:295 -msgid "Please select an Equity account to hold the total Period Expense." -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:166 -msgid "" -"\n" -"Please select a commodity to match:" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:173 -msgid "" -"\n" -"Commodity: " -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:175 -msgid "" -"\n" -"Exchange code (CUSIP or similar): " -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:177 -msgid "" -"\n" -"Mnemonic(Ticker symbol or similar): " -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:269 -msgid "Select security/currency" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:273 -msgid "Select security" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:278 -msgid "Select currency" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:510 -msgid "You must select a commodity. To create a new one, click \"New\"" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:841 -msgid "Use local time" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:955 -msgid "Edit currency" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:956 -msgid "Currency Information" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:959 -msgid "Edit security" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:959 -msgid "New security" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:960 -msgid "Security Information" -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:1206 -msgid "You may not create a new national currency." -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:1218 -msgid "That commodity already exists." -msgstr "" - -#: ../src/gnome-utils/dialog-commodity.c:1261 -msgid "" -"You must enter a non-empty \"Full name\", \"Symbol/abbreviation\", and \"Type" -"\" for the commodity." -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:882 -msgid "Select all accounts." -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:887 -#: ../src/gnome-utils/dialog-options.c:1007 -msgid "Clear All" -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:889 -msgid "Clear the selection and unselect all accounts." -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:895 -#: ../src/gnome-utils/dialog-options.c:1014 -msgid "Select Default" -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:897 -msgid "Select the default account selection." -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:1002 -msgid "Select all entries." -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:1009 -msgid "Clear the selection and unselect all entries." -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:1016 -msgid "Select the default selection." -msgstr "" - -#. The reset button on each option page -#: ../src/gnome-utils/dialog-options.c:1168 -msgid "Defaults" -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:1170 -msgid "Reset all values to their defaults." -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:2034 -msgid "Clear" -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:2035 -msgid "Clear any selected image file." -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:2037 -msgid "Select image" -msgstr "" - -#: ../src/gnome-utils/dialog-options.c:2039 -msgid "Select an image file." -msgstr "" - -#. Translators: Both %s will be the account separator character; the -#. resulting string is a demonstration how the account separator -#. character will look like. You can replace these three account -#. names with other account names that are more suitable for your -#. language - just keep in mind to have exactly two %s in your -#. translation. -#: ../src/gnome-utils/dialog-preferences.c:140 -#, c-format -msgid "Income%sSalary%sTaxable" -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:448 -msgid "Show the income and expense accounts" -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1246 -msgid "" -"You must specify an account to transfer from, or to, or both, for this " -"transaction. Otherwise, it will not be recorded." -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1256 -msgid "You can't transfer from and to the same account!" -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1282 -msgid "" -"You can't transfer from a non-currency account. Try reversing the \"from\" " -"and \"to\" accounts and making the \"amount\" negative." -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1307 -msgid "You must enter an amount to transfer." -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1322 -msgid "You must enter a valid price." -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1334 -msgid "You must enter a valid `to' amount." -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1634 -msgid "Debit Account" -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1651 -msgid "Transfer From" -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1655 -msgid "Transfer To" -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1716 -msgid "Debit Amount:" -msgstr "" - -#: ../src/gnome-utils/dialog-transfer.c:1720 -#: ../src/gnome-utils/glade/transfer.glade.h:13 -msgid "To Amount:" -msgstr "" - -#: ../src/gnome-utils/dialog-utils.c:958 -msgid "Remember and don't _ask me again." -msgstr "" - -#: ../src/gnome-utils/dialog-utils.c:959 -msgid "Don't _tell me again." -msgstr "" - -#: ../src/gnome-utils/dialog-utils.c:962 -msgid "Remember and don't ask me again this _session." -msgstr "" - -#: ../src/gnome-utils/dialog-utils.c:963 -msgid "Don't tell me again this _session." -msgstr "" - -#: ../src/gnome-utils/druid-gconf-setup.c:409 -msgid "" -"When you click Apply, GnuCash will modify your ~/.gconf.path file and " -"restart the gconf backend." -msgstr "" - -#: ../src/gnome-utils/druid-gconf-setup.c:412 -#, c-format -msgid "" -"When you click Apply, GnuCash will install the gconf data into your local ~/." -"gconf file and restart the gconf backend. The %s script must be found in " -"your search path for this to work correctly." -msgstr "" - -#: ../src/gnome-utils/druid-gconf-setup.c:416 -msgid "" -"You have chosen to correct the problem by yourself. When you click Apply, " -"GnuCash will exit. Please correct the problem and restart the gconf backend " -"with the command 'gconftool-2 --shutdown' before restarting GnuCash. If you " -"have not already done so, you can click the Back button and copy the " -"necessary text from the dialog." -msgstr "" - -#: ../src/gnome-utils/druid-gconf-setup.c:422 -#, c-format -msgid "" -"You have chosen to correct the problem by yourself. When you click Apply, " -"GnuCash will exit. Please run the %s script which will install the " -"configuration data and restart the gconf backend." -msgstr "" - -#: ../src/gnome-utils/druid-gconf-setup.c:426 -msgid "" -"You have already corrected the problem and restarted the gconf backend with " -"the command 'gconftool-2 --shutdown'. When you click Apply, GnuCash will " -"continue loading." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:189 -msgid "" -"The file you are trying to load is from an older version of GnuCash. The " -"file format in the older versions was missing the detailed specification of " -"the character encoding being used. This means the text in your data file " -"could be read in multiple ambiguous ways. This ambiguity cannot be resolved " -"automatically, but the new GnuCash 2.0.0 file format will include all " -"necessary specifications so that you do not have to go through this step " -"again.\n" -"\n" -"GnuCash will try to guess the correct character encoding for your data file. " -"On the next page GnuCash will show the resulting texts when using this " -"guess. You have to check whether the words look as expected. Either " -"everything looks fine and you can simply press 'Forward'. Or the words " -"contain unexpected characters, in which case you should select different " -"character encodings to see different results. You may have to edit the list " -"of character encodings by clicking on the respective button.\n" -"\n" -"Press 'Forward' now to select the correct character encoding for your data " -"file." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:209 -msgid "Ambiguous character encoding" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:212 -msgid "" -"The file has been loaded successfully. If you click 'Apply' it will be saved " -"and reloaded into the main application. That way you will have a working " -"file as backup in the same directory.\n" -"\n" -"You can also go back and verify your selections by clicking on 'Back'." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:234 -msgid "Unicode" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:236 -msgid "European" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:237 -msgid "ISO-8859-1 (West European)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:238 -msgid "ISO-8859-2 (East European)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:239 -msgid "ISO-8859-3 (South European)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:240 -msgid "ISO-8859-4 (North European)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:241 -msgid "ISO-8859-5 (Cyrillic)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:242 -msgid "ISO-8859-6 (Arabic)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:243 -msgid "ISO-8859-7 (Greek)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:244 -msgid "ISO-8859-8 (Hebrew)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:245 -msgid "ISO-8859-9 (Turkish)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:246 -msgid "ISO-8859-10 (Nordic)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:247 -msgid "ISO-8859-11 (Thai)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:248 -msgid "ISO-8859-13 (Baltic)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:249 -msgid "ISO-8859-14 (Celtic)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:250 -msgid "ISO-8859-15 (West European, Euro sign)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:251 -msgid "ISO-8859-16 (South-East European)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:252 -msgid "Cyrillic" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:253 -msgid "KOI8-R (Russian)" -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:254 -msgid "KOI8-U (Ukrainian)" -msgstr "" - -#. Translators: Please insert encodings here that are typically used in your -#. * locale, separated by spaces. No need for ASCII or UTF-8, check `locale -m` -#. * for assistance with spelling. -#: ../src/gnome-utils/druid-gnc-xml-import.c:577 -msgid "ISO-8859-1 KOI8-U" -msgstr "" - -#. another error, cannot handle this here -#: ../src/gnome-utils/druid-gnc-xml-import.c:698 -#: ../src/gnome-utils/druid-gnc-xml-import.c:717 -msgid "The file could not be reopened." -msgstr "" - -#. try to load once again -#: ../src/gnome-utils/druid-gnc-xml-import.c:705 -#: ../src/gnome-utils/gnc-file.c:757 ../src/gnome-utils/gnc-file.c:769 -msgid "Reading file..." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:725 -msgid "Parsing file..." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:732 -msgid "There was an error parsing the file." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:755 -#: ../src/gnome-utils/gnc-file.c:984 -msgid "Writing file..." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:833 -#, c-format -msgid "There are %d unassigned and %d undecodable words. Please add encodings." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:839 -#, c-format -msgid "There are %d unassigned words. Please decide on them or add encodings." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:847 -#, c-format -msgid "There are %d undecodable words. Please add encodings." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:1035 -msgid "That GnuCash XML file is already loaded. Please select another file." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:1337 -msgid "This encoding has been added to the list already." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:1347 -msgid "This is an invalid encoding." -msgstr "" - -#: ../src/gnome-utils/druid-gnc-xml-import.c:1482 -msgid "No files to merge. Please add ones by clicking on 'Load another file'." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:1 -msgid "1 /" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:2 -msgid "Quote Source Information" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:3 -msgid "CUSI_P or other code:" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:4 -msgid "" -"Enter a unique code used to identify the commodity. Or, you may safely leave " -"this field blank." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:5 -msgid "" -"Enter the full name of the commodity. Example: Cisco Sytems Inc, or Apple " -"Computer, Inc." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:6 -msgid "" -"Enter the smallest fraction of the commodity which can be traded. For stocks " -"which can only be traded in whole numbers, enter 1." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:7 -msgid "" -"Enter the ticker symbol for the commodity (e.g. CSCO or AAPL). If you are " -"retrieving quotes online, this field must exactly match the ticker symbol " -"used by the quote source (including case). " -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:8 -msgid "F_raction traded:" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:9 -msgid "Select security/currency " -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:10 -msgid "Select user information here..." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:11 -msgid "Si_ngle:" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:12 -msgid "" -"These are F::Q quote sources that retrieve information from a single site on " -"the internet. If that site is unavailable, you will not be able to retrieve " -"quotes." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:13 -msgid "" -"These are F::Q quote sources that retrieve information from multiple sites " -"on the internet. If one of the sites is unavailable, F::Q will attempt to " -"retrieve the information from another site." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:14 -msgid "" -"These are quote sources that were recently added to F::Q. GnuCash does not " -"know if these sources retrieve information from a single site or from " -"multiple sites on the internet." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:15 -msgid "Time_zone:" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:16 -msgid "Type of quote source:" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:17 -msgid "Warning: Finance::Quote not installed properly." -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:18 -msgid "_Full name:" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:19 -msgid "_Get Online Quotes" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:20 -msgid "_Multiple:" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:21 -msgid "_Symbol/abbreviation:" -msgstr "" - -#: ../src/gnome-utils/glade/commodity.glade.h:23 -msgid "_Unknown:" -msgstr "" - -#: ../src/gnome-utils/glade/dialog-book-close.glade.h:3 -#: ../src/gnome-utils/glade/transfer.glade.h:8 -msgid "Description:" -msgstr "" - -#: ../src/gnome-utils/glade/dialog-book-close.glade.h:4 -msgid "Expense Total:" -msgstr "" - -#: ../src/gnome-utils/glade/dialog-book-close.glade.h:5 -msgid "Income Total:" -msgstr "" - -#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:1 -msgid "No warnings to reset." -msgstr "" - -#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:2 -msgid "Permanent Warnings" -msgstr "" - -#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:3 -msgid "Reset Warnings" -msgstr "" - -#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:4 -msgid "Temporary Warnings" -msgstr "" - -#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:5 -msgid "" -"You have requested that the following warning dialogs not be presented. To " -"re-enable any of these dialogs, select the check box next to the dialog, " -"then click OK." -msgstr "" - -#: ../src/gnome-utils/glade/dialog-reset-warnings.glade.h:7 -msgid "_Unselect All" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:1 -msgid "" -"Cannot find default values\n" -"\n" -"The configuration data used to specify default values for GnuCash cannot be " -"found in the default system locations. Without this data GnuCash will still " -"operate properly but it may require some extra time to setup. Do you wish " -"to setup the configuration data?" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:4 -msgid "Choose method" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:5 -msgid "Finish changes" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:6 -msgid "GnuCash will install the data for you." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:7 -msgid "GnuCash will update the system path for you." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:8 -msgid "Install into home directory" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:9 -msgid "Please add the following lines at the end of your ~/.gconf.path file:" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:10 -msgid "Please run the following commands:" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:11 -msgid "S_kip" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:12 -msgid "" -"The configuration data is stored in a non-standard location. There are two " -"methods that can be used to make this data visible to GnuCash. The first is " -"to modify a system search path to include the data location. The second is " -"to copy the data into your home directory." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:13 -msgid "" -"The configuration data used by GnuCash to specify its default values cannot " -"be found in the default system locations. Without this data GnuCash will " -"still operate properly, but it may require some extra time to set up." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:14 -msgid "The data has _already been installed in another window" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:15 -msgid "The search path has _already been updated in another window" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:16 -msgid "" -"This method will install the GnuCash default settings and descriptions into " -"the .gconf directory within your home directory. The disadvantage to this " -"method is that future updates to GnuCash will not update your local settings " -"to add in new keys." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:17 -msgid "" -"This method will modify the file .gconf.path in your home directory. It " -"will add the GnuCash install directory to this path so that GnuCash can find " -"its default settings and their descriptions." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:18 -msgid "Update GnuCash configuration data" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:19 -msgid "Update gconf settings - GnuCash" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:20 -msgid "Update search path" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:21 -msgid "" -"You have chosen to install the configuration data used by GnuCash into the " -"~/.gconf directory. GnuCash can do this for you, or tell you how to do it " -"yourself." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:22 -msgid "" -"You have chosen to update the system search path. GnuCash can do this for " -"you, or it can tell you how to do it yourself." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:23 -msgid "" -"You will then need to restart the gconf backend with the\n" -"command 'gconftool-2 --shutdown'." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:25 -msgid "_GnuCash installs the data" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:26 -msgid "_GnuCash updates the search path" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:27 -msgid "_Install into home directory" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:28 -msgid "_Setup" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:29 -msgid "_Update search path" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:30 -msgid "_You install the data yourself" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gconf-setup.glade.h:31 -msgid "_You update the search path yourself" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:1 -msgid "S_ystem input encodings" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:2 -msgid "_Custom encoding" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:3 -msgid "_Selected encodings" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:4 -msgid "Choose a file to import" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:5 -msgid "" -"Click \"Load another file\" if you have more data to import at this time. Do " -"this if you have saved your accounts to separate GnuCash files.\n" -"\n" -"Click \"Forward\" to finish loading files and move to the next step of the " -"GnuCash Datafile import process." -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:8 -msgid "Convert the file" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:9 -msgid "Default encoding:" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:10 -msgid "Do not merge" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:11 -msgid "Edit the list of encodings" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:12 -msgid "Finish GnuCash Datafile Import" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:13 -msgid "GnuCash Datafile Import Druid" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:14 -msgid "GnuCash data files you have loaded" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:15 -msgid "Load another file" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:16 -msgid "Unload selected file" -msgstr "" - -#: ../src/gnome-utils/glade/druid-gnc-xml-import.glade.h:17 -msgid "_Edit list of encodings" -msgstr "" - -#: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:1 -msgid "Current File List" -msgstr "" - -#: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:2 -msgid "" -"Click \"Load another file\" if you have more data to load at this time.\n" -"\n" -"Click \"Next\" to finish loading files and move to the next step. " -msgstr "" - -#: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:5 -#: ../src/import-export/qif-import/qif.glade.h:83 -msgid "_Load another file" -msgstr "" - -#: ../src/gnome-utils/glade/druid-provider-multifile.glade.h:6 -#: ../src/import-export/qif-import/qif.glade.h:89 -msgid "_Unload selected file" -msgstr "" - -#: ../src/gnome-utils/glade/exchange-dialog.glade.h:1 -msgid "Exchange/Price Information" -msgstr "" - -#: ../src/gnome-utils/glade/exchange-dialog.glade.h:2 -msgid "Split Information" -msgstr "" - -#: ../src/gnome-utils/glade/exchange-dialog.glade.h:3 -msgid "To A_mount:" -msgstr "" - -#: ../src/gnome-utils/glade/exchange-dialog.glade.h:6 -msgid "_Exchange Rate:" -msgstr "" - -#: ../src/gnome-utils/glade/exchange-dialog.glade.h:7 -msgid "_From:" -msgstr "" - -#: ../src/gnome-utils/glade/exchange-dialog.glade.h:8 -msgid "_To:" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:2 -#, no-c-format -msgid "%Y-%m-%d" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:3 -msgid "Abbreviation" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:4 -msgid "Date format:" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:5 -msgid "December 31, 2000" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:6 -#: ../src/import-export/generic-import.glade.h:28 -msgid "Format:" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:7 -msgid "Include Century" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:8 -msgid "Months:" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:11 -#: ../src/gnome-utils/glade/preferences.glade.h:109 -msgid "Sample:" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:12 -msgid "" -"US (12/31/2001)\n" -"UK (31/12/2001)\n" -"Europe (31.12.2001)\n" -"ISO (2001-12-31)\n" -"UTC\n" -"Locale\n" -"Custom\n" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-date-format.glade.h:20 -msgid "Years:" -msgstr "" - -#: ../src/gnome-utils/glade/gnc-gui-query.glade.h:1 -msgid "Don't tell me again this session." -msgstr "" - -#: ../src/gnome-utils/glade/gnc-gui-query.glade.h:2 -msgid "Don't tell me again." -msgstr "" - -#: ../src/gnome-utils/glade/gnc-gui-query.glade.h:3 -msgid "Remember the answer and don't tell me again this session." -msgstr "" - -#: ../src/gnome-utils/glade/gnc-gui-query.glade.h:4 -msgid "Remember the answer and don't tell me again." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:1 -msgid "'_Enter' moves to blank transaction" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:2 -msgid "07/31/2005" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:3 -msgid "2005-07-31" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:4 -msgid "31.07.2005" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:5 -msgid "31/07/2005" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:6 -#: ../src/import-export/generic-import.glade.h:5 -msgid "Actions" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:7 -msgid "Checks" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:8 -msgid "Date Format" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:9 -msgid "Default Currency" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:10 -msgid "Default Report Currency" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:11 -msgid "Default Style" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:12 -msgid "End Date" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:13 -msgid "Fancy Date Format" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:14 -msgid "Files" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:15 -msgid "General" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:16 -msgid "Graphics" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:17 -msgid "Labels" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:18 -msgid "Location" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:19 -msgid "Numbers" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:20 -msgid "Other Defaults" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:21 -msgid "Reconciling" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:22 -msgid "Reverse Balanced Accounts" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:23 -msgid "Search Dialog" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:24 -msgid "Separator Character" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:25 -msgid "Start Date" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:26 -msgid "Summary Bar Position" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:27 -msgid "Summarybar Content" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:28 -msgid "Tab Position" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:29 -msgid "Tabs" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:30 -msgid "Time Format" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:31 -msgid "Toolbar Style" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:32 -msgid "Window Geometry" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:33 -msgid "Ab_solute:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:34 -msgid "Accounting Period" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:36 -msgid "" -"After reconciling a credit card statement, prompt the user to enter a credit " -"card payment." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:37 -msgid "All transactions are expanded to show all splits." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:38 -msgid "" -"Alternate the primary and secondary colors by transaction instead of by " -"alternating by row." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:39 -msgid "Auto-save time _interval:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:40 -msgid "Automatic _interest transfer" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:41 -msgid "Automatic credit card _payment" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:42 -msgid "" -"Automatically expand the current transaction to show all splits. All other " -"transactions are shown on one line. (Two in double line mode.)" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:43 -msgid "" -"Automatically insert a decimal point into values that are entered without " -"one." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:44 -msgid "Automatically raise the list of accounts or actions during input." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:45 -msgid "B_ottom" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:46 -msgid "Below the actual date, print the format of that date in 8 point type." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:47 -msgid "Bottom" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:48 -msgid "Bring the most _recent tab to the front" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:49 -msgid "C_redit accounts" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:50 -msgid "Ch_oose:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:51 -msgid "Character:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:52 -msgid "Check cleared _transactions" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:53 -msgid "Com_press files" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:54 -msgid "Compress the data file with gzip when saving it to disk." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:55 -msgid "Date/Time" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:56 -msgid "Default _font:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:57 -msgid "Default to 'new search' if fewer than this number of items is returned." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:58 -msgid "Delete old log/backup files after this many days (0 = never)." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:59 -msgid "Display \"_tip of the day\" dialog" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:60 -msgid "Display hints for using GnuCash at startup" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:61 -msgid "Display ne_gative amounts in red" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:63 -msgid "Display the notebook tabs at the bottom of the window." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:64 -msgid "Display the notebook tabs at the left of the window." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:65 -msgid "Display the notebook tabs at the right of the window." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:66 -msgid "Display the notebook tabs at the top of the window." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:67 -msgid "Display the summary bar at the bottom of the page." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:68 -msgid "Display the summary bar at the top of the page." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:69 -msgid "Display this many rows when a register is created." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:70 -msgid "Display toolbar items as icons only." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:71 -msgid "Display toolbar items as text only." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:72 -msgid "" -"Display toolbar items with the text label below the icon. Labels are show " -"for all items." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:73 -msgid "" -"Display toolbar items with the text label beside the icon. Labels are only " -"shown for the most important items." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:74 -msgid "Don't sign reverse any accounts." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:75 -msgid "Double _mode colors alternate with transactions" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:76 -msgid "Draw _vertical lines between columns" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:77 -msgid "Draw hori_zontal lines between rows" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:79 -msgid "GnuCash Options" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:80 -msgid "GnuCash Preferences" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:81 -msgid "How many automatic decimal places will be filled in." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:82 -msgid "" -"If active, GnuCash shows a confirmation question each time the auto-save " -"feature is started. Otherwise no extra explanation is shown." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:83 -msgid "" -"If checked, each register will be opened in its own top level window. If " -"clear, the register will be opened in the current window." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:84 -msgid "" -"If checked, each report will be opened in its own top level window. If " -"clear, the report will be opened in the current window." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:85 -msgid "" -"If checked, non-currency commodities will be shown in the summary bar. If " -"clear, only currencies will be shown." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:86 -msgid "" -"If checked, pressing the 'Enter' key will move to the blank transaction at " -"the bottom of the register. If clear, pressing the 'Enter' key will move " -"down one row." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:87 -msgid "" -"If checked, the system color theme will be applied to register windows. If " -"clear, the original GnuCash register colors will be used." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:88 -msgid "Include _grand total" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:89 -msgid "Include _non-currency totals" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:90 -msgid "Loc_ale:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:91 -msgid "New search _limit:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:93 -msgid "Number of _transactions:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:94 -msgid "Perform account list _setup on new file" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:95 -msgid "Pre-check cleared transactions when creating a reconcile dialog." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:96 -msgid "" -"Present the new account list dialog when you choose \"New File\" from the " -"\"File\" menu" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:97 -msgid "Print '***' before and after each text field on the check." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:98 -msgid "Print _blocking chars" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:99 -msgid "Print _date format" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:100 -msgid "Printing" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:102 -msgid "Priority text besi_de icons" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:103 -msgid "Re_lative:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:105 -msgid "Register Defaults" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:106 -msgid "Register opens in a new _window" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:107 -msgid "Report opens in a new _window" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:108 -msgid "Reports" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:110 -msgid "" -"Show a close button on each notebook tab. These function identically to the " -"'Close' menu item." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:111 -msgid "" -"Show a grand total of all accounts converted to the default report currency." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:112 -msgid "Show all transactions on one line. (Two in double line mode.)" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:113 -msgid "Show auto-save confirmation _question" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:114 -msgid "Show close button on _notebook tabs" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:115 -msgid "Show horizontal borders on the cells." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:116 -msgid "Show splash scree_n" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:117 -msgid "Show splash screen at startup." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:118 -msgid "" -"Show this many transactions in a register. A value of zero means show all " -"transactions." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:119 -msgid "" -"Show two lines of information for each transaction instead of one. Does not " -"affect expanded transactions." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:120 -msgid "Show vertical borders on the cells." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:121 -msgid "Sign reverse balances on income and expense accounts." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:122 -msgid "" -"Sign reverse balances on the following: Credit Card, Payable, Liability, " -"Equity, and Income." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:123 -msgid "Text _below icons" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:124 -msgid "" -"The character that will be used between components of an account name. A " -"legal value is any single character except letters and numbers, or any of " -"the following strings: \"colon\" \"slash\", \"backslash\", \"dash\" and " -"\"period\"." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:126 -msgid "To_p" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:127 -msgid "Top" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:128 -msgid "Transaction _journal" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:129 -msgid "US Dollars (USD)" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:130 -msgid "U_K:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:131 -msgid "U_se 24-hour clock" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:132 -msgid "Use _formal accounting labels" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:133 -msgid "Use a 24 hour (instead of a 12 hour) time format." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:134 -msgid "Use only 'debit' and 'credit' instead of informal synonyms" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:135 -msgid "Use s_ystem default" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:136 -msgid "Use the date format common in continental Europe." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:137 -msgid "Use the date format common in the United Kingdom." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:138 -msgid "Use the date format common in the United States." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:139 -msgid "Use the date format specified by the ISO-8601 standard." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:140 -msgid "Use the date format specified by the system locale." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:141 -msgid "" -"Use the specified absolute ending date for profit/loss calculations. Also " -"use this date for net assets calculations." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:142 -msgid "Use the specified absolute starting date for profit/loss calculations." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:143 -msgid "Use the specified currency for all newly created accounts." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:144 -msgid "Use the specified currency for all newly created reports." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:145 -msgid "" -"Use the specified relative ending date for profit/loss calculations. Also " -"use this date for net assets calculations." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:146 -msgid "Use the specified relative starting date for profit/loss calculations." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:147 -msgid "Use the system locale currency for all newly created accounts." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:148 -msgid "Use the system locale currency for all newly created reports." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:149 -msgid "Use the system setting for displaying toolbar items." -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:150 -msgid "Windows" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:151 -msgid "_Absolute:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:152 -msgid "_Auto-raise lists" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:153 -msgid "_Auto-split ledger" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:154 -msgid "_Automatic decimal point" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:155 -msgid "_Basic ledger" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:156 -msgid "_Decimal places:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:157 -msgid "_Double line mode" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:158 -msgid "_Europe:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:159 -msgid "_ISO:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:160 -msgid "_Icons only" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:161 -msgid "_Income & expense" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:162 -msgid "_Left" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:163 -msgid "_None" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:164 -msgid "_Relative:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:165 -msgid "_Retain log files:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:166 -msgid "_Right" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:167 -msgid "_Save window size and position" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:168 -msgid "_Text only" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:169 -msgid "_US:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:170 -msgid "_Use system theme colors" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:171 -msgid "_Width:" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:172 -msgid "characters" -msgstr "" - -#: ../src/gnome-utils/glade/preferences.glade.h:174 -msgid "minutes" -msgstr "" - -#: ../src/gnome-utils/glade/totd.glade.h:1 -msgid "Tip of the Day:" -msgstr "" - -#: ../src/gnome-utils/glade/totd.glade.h:2 -msgid "GnuCash Tip Of The Day" -msgstr "" - -#: ../src/gnome-utils/glade/totd.glade.h:3 -msgid "_Show tips at startup" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:1 -msgid "Basic Information" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:2 -msgid "Currency Transfer" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:3 -msgid "Transfer From" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:4 -msgid "Transfer To" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:6 -msgid "Currency:" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:7 -msgid "Date:" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:9 -msgid "Exchange Rate:" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:10 -msgid "Memo:" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:11 -msgid "Num:" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#: ../src/gnome-utils/glade/transfer.glade.h:12 -#: ../intl-scm/guile-strings.c:1180 ../intl-scm/guile-strings.c:1264 -msgid "Show Income/Expense" -msgstr "" - -#: ../src/gnome-utils/glade/transfer.glade.h:14 -msgid "Transfer Funds" -msgstr "" - -#. create the button. -#: ../src/gnome-utils/gnc-account-sel.c:390 -msgid "New..." -msgstr "" - -#: ../src/gnome-utils/gnc-autosave.c:99 -msgid "Save file automatically?" -msgstr "" - -#: ../src/gnome-utils/gnc-autosave.c:102 -#, c-format -msgid "" -"Your data file needs to be saved to your hard disk to save your changes. " -"GnuCash has a feature to save the file automatically every %d minutes, just " -"as if you had pressed the \"Save\" button each time. \n" -"\n" -"You can change the time interval or turn off this feature under Edit -> " -"Preferences -> General -> Auto-save time interval. \n" -"\n" -"Should your file be saved automatically?" -msgstr "" - -#: ../src/gnome-utils/gnc-autosave.c:107 -msgid "_Yes, this time" -msgstr "" - -#: ../src/gnome-utils/gnc-autosave.c:108 -msgid "Yes, _always" -msgstr "" - -#: ../src/gnome-utils/gnc-autosave.c:109 -msgid "No, n_ever" -msgstr "" - -#: ../src/gnome-utils/gnc-autosave.c:110 -msgid "_No, not this time" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../src/gnome-utils/gnc-date-delta.c:216 ../intl-scm/guile-strings.c:1218 -msgid "Weeks" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../src/gnome-utils/gnc-date-delta.c:218 ../intl-scm/guile-strings.c:1222 -msgid "Months" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../src/gnome-utils/gnc-date-delta.c:220 ../intl-scm/guile-strings.c:1224 -msgid "Years" -msgstr "" - -#: ../src/gnome-utils/gnc-date-delta.c:244 -msgid "Ago" -msgstr "" - -#: ../src/gnome-utils/gnc-date-delta.c:246 -msgid "From Now" -msgstr "" - -#. Calendar label, only shown if the date editor has a time field -#: ../src/gnome-utils/gnc-date-edit.c:663 -msgid "Calendar" -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:244 -msgid "12 months" -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:245 -msgid "6 months" -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:246 -msgid "4 months" -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:247 -msgid "3 months" -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:248 -msgid "2 months" -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:249 -msgid "1 month" -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:282 -msgid "View:" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../src/gnome-utils/gnc-dense-cal.c:320 ../intl-scm/guile-strings.c:444 -#: ../intl-scm/guile-strings.c:656 -msgid "Date: " -msgstr "" - -#: ../src/gnome-utils/gnc-dense-cal.c:1172 -msgid "(unnamed)" -msgstr "" - -#: ../src/gnome-utils/gnc-druid-provider-file-gnome.c:99 -#, c-format -msgid "Failed to process file: %s" -msgstr "" - -#: ../src/gnome-utils/gnc-druid-provider-file-gnome.c:132 -#, c-format -msgid "Failed to open file: %s: %s" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:100 ../src/gnome-utils/gnc-main-window.c:235 -msgid "_Import" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:102 ../src/gnome-utils/gnc-file.c:254 -msgid "Import" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:108 ../src/gnome-utils/gnc-file.c:1032 -msgid "Save" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:112 ../src/gnome-utils/gnc-main-window.c:236 -msgid "_Export" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:115 ../src/gnome-utils/gnc-file.c:270 -#: ../src/gnome-utils/gnc-file.c:890 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:999 -msgid "Export" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:153 -msgid "All files" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:194 -#: ../src/import-export/hbci/druid-hbci-utils.c:153 -#: ../src/import-export/hbci/druid-hbci-utils.c:167 -msgid "(null)" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:203 -#, c-format -msgid "No suitable backend was found for %s." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:208 -#, c-format -msgid "The URL %s is not supported by this version of GnuCash." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:213 -#, c-format -msgid "Can't parse the URL %s." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:218 -#, c-format -msgid "Can't connect to %s. The host, username or password were incorrect." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:224 -#, c-format -msgid "Can't connect to %s. Connection was lost, unable to send data." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:230 -msgid "" -"This file/URL appears to be from a newer version of GnuCash. You must " -"upgrade your version of GnuCash to work with this data." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:237 -#, c-format -msgid "The database %s doesn't seem to exist. Do you want to create it?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:247 -#, c-format -msgid "" -"GnuCash could not obtain the lock for %s. That database may be in use by " -"another user, in which case you should not open the database. Do you want to " -"proceed with opening the database?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:255 -#, c-format -msgid "" -"GnuCash could not obtain the lock for %s. That database may be in use by " -"another user, in which case you should not import the database. Do you want " -"to proceed with importing the database?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:263 -#, c-format -msgid "" -"GnuCash could not obtain the lock for %s. That database may be in use by " -"another user, in which case you should not save the database. Do you want to " -"proceed with saving the database?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:271 -#, c-format -msgid "" -"GnuCash could not obtain the lock for %s. That database may be in use by " -"another user, in which case you should not export the database. Do you want " -"to proceed with exporting the database?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:294 -#, c-format -msgid "" -"GnuCash could not write to %s. That database may be on a read-only file " -"system, or you may not have write permission for the directory." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:301 -#, c-format -msgid "The file/URL %s does not contain GnuCash data or the data is corrupt." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:307 -#, c-format -msgid "" -"The server at URL %s experienced an error or encountered bad or corrupt data." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:313 -#, c-format -msgid "You do not have permission to access %s." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:318 -#: ../src/register/register-core/formulacell.c:117 -#: ../src/register/register-core/pricecell.c:180 -#, c-format -msgid "An error occurred while processing %s." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:324 -#, c-format -msgid "" -"Invalid QSF Object file! The QSF object file %s failed to validate against " -"the QSF object schema. The XML structure of the file is either not well-" -"formed or contains illegal data." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:331 -#, c-format -msgid "" -"Invalid QSF Map file! The QSF map file %s failed to validate against the QSF " -"map schema. The XML structure of the file is either not well-formed or " -"contains illegal data." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:338 -#, c-format -msgid "" -"The QSF Map file %s was written for a different version of QOF. It may need " -"to be modified to work with your current QOF installation." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:345 -#, c-format -msgid "" -"The selected QSF map %s contains unusable data. This is usually because not " -"all the required parameters for the defined objects have calculations " -"described in the map." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:352 -#, c-format -msgid "" -"The selected QSF object file %s contains one or more invalid GUIDs. The file " -"cannot be processed - please check the source of the file and try again." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:359 -#, c-format -msgid "The selected QSF Object file %s requires a map but it was not provided." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:365 -#, c-format -msgid "" -"Wrong QSF map selected. The selected map %s validates but was written for " -"different QOF objects. The list of objects defined in this map does not " -"include all the objects described in the current QSF object file." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:373 -#, c-format -msgid "The selected file %s is a QSF map and cannot be opened as a QSF object." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:379 -#, c-format -msgid "" -"When converting XML strings into numbers, an overflow has been detected. The " -"QSF object file %s contains invalid data in a field that is meant to hold a " -"number." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:386 -#, c-format -msgid "" -"The QSF object file %s is valid and contains GnuCash objects. However, " -"GnuCash cannot open the file directly because the data needs to be merged " -"into an existing GnuCash data book. Please open a GnuCash file or create a " -"new one, then import this QSF object file so that the data can be merged " -"into the main data book." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:396 -msgid "There was an error reading the file. Do you want to continue?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:402 -#, c-format -msgid "There was an error parsing the file %s." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:407 -#, c-format -msgid "The file %s is empty." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:415 -#, c-format -msgid "The file %s could not be found." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:421 -msgid "This file is from an older version of GnuCash. Do you want to continue?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:427 -#, c-format -msgid "The file type of file %s is unknown." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:432 -#, c-format -msgid "Could not make a backup of the file %s" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:437 -#, c-format -msgid "" -"Could not write to file %s. Check that you have permission to write to this " -"file and that there is sufficient space to create it." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:444 -#, c-format -msgid "No read permission to read from file %s." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:449 -msgid "" -"This database is from an older version of GnuCash. Do you want to want to " -"upgrade the database to the current version?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:456 -msgid "" -"The SQL database is in use by other users, and the upgrade cannot be " -"performed until they logoff. If there are currently no other users, consult " -"the documentation to learn how to clear out dangling login sessions." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:466 -#, c-format -msgid "An unknown I/O error (%d) occurred." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:561 -msgid "Save changes to the file?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:564 ../src/gnome-utils/gnc-main-window.c:999 -#, c-format -msgid "If you don't save, changes from the past %d minutes will be discarded." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:578 -msgid "Continue _Without Saving" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:658 -#, c-format -msgid "GnuCash could not obtain the lock for %s." -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:660 -msgid "" -"That database may be in use by another user, in which case you should not " -"open the database. What would you like to do?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:663 -msgid "" -"That database may be on a read-only file system, or you may not have write " -"permission for the directory. If you proceed you may not be able to save any " -"changes. What would you like to do?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:683 -msgid "_Open Anyway" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:685 -msgid "_Create New File" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:925 ../src/gnome-utils/gnc-file.c:1129 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1355 -#, c-format -msgid "The file %s already exists. Are you sure you want to overwrite it?" -msgstr "" - -#: ../src/gnome-utils/gnc-file.c:940 -msgid "Exporting file..." -msgstr "" - -#. %s is the strerror(3) error string of the error that occurred. -#: ../src/gnome-utils/gnc-file.c:953 -#, c-format -msgid "" -"There was an error saving the file.\n" -"\n" -"%s" -msgstr "" - -#: ../src/gnome-utils/gnc-general-select.c:221 -msgid "View..." -msgstr "" - -#: ../src/gnome-utils/gnc-gnome-utils.c:280 -msgid "" -"GnuCash could not find the files for the help documentation. This is likely " -"because the 'gnucash-docs' package is not installed." -msgstr "" - -#: ../src/gnome-utils/gnc-gnome-utils.c:310 -msgid "GnuCash could not find the files for the help documentation." -msgstr "" - -#: ../src/gnome-utils/gnc-html.c:106 -msgid "Not found" -msgstr "" - -#: ../src/gnome-utils/gnc-html.c:108 -msgid "The specified URL could not be loaded." -msgstr "" - -#: ../src/gnome-utils/gnc-html.c:509 ../src/gnome-utils/gnc-html.c:964 -msgid "" -"Secure HTTP access is disabled. You can enable it in the Network section of " -"the Preferences dialog." -msgstr "" - -#: ../src/gnome-utils/gnc-html.c:518 ../src/gnome-utils/gnc-html.c:974 -msgid "" -"Network HTTP access is disabled. You can enable it in the Network section of " -"the Preferences dialog." -msgstr "" - -#. %s is a URL (some location somewhere). -#: ../src/gnome-utils/gnc-html.c:904 -#, c-format -msgid "There was an error accessing %s." -msgstr "" - -#: ../src/gnome-utils/gnc-icons.c:17 -msgid "_Delete Account" -msgstr "" - -#: ../src/gnome-utils/gnc-icons.c:18 ../src/gnome/window-reconcile.c:2053 -msgid "_Edit Account" -msgstr "" - -#: ../src/gnome-utils/gnc-icons.c:19 -msgid "_New Account" -msgstr "" - -#. Account menu -#: ../src/gnome-utils/gnc-icons.c:20 ../src/gnome/window-reconcile.c:2050 -msgid "_Open Account" -msgstr "" - -#. Toplevel -#: ../src/gnome-utils/gnc-main-window.c:220 -msgid "_File" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:224 -msgid "Tra_nsaction" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:225 -msgid "_Reports" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:226 -msgid "_Tools" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:227 -msgid "E_xtensions" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:228 -msgid "_Windows" -msgstr "" - -#. Help menu -#: ../src/gnome-utils/gnc-main-window.c:229 -#: ../src/gnome/window-reconcile.c:2030 ../src/gnome/window-reconcile.c:2078 -msgid "_Help" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:234 -msgid "_Open" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:237 -msgid "_Print..." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:238 -msgid "Print the currently active page" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:239 -msgid "Proper_ties" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:240 -msgid "Edit the properties of the current file" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:242 -msgid "_Close" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:243 -msgid "Close the currently active page" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:245 -msgid "_Quit" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:246 -msgid "Quit this application" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:260 -msgid "Pr_eferences" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:261 -msgid "Edit the global preferences of GnuCash" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:267 -msgid "Select sorting criteria for this page view" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:269 -msgid "Select the account types that should be displayed." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:270 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:965 -msgid "_Refresh" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:271 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:966 -msgid "Refresh this window" -msgstr "" - -#. Actions menu -#: ../src/gnome-utils/gnc-main-window.c:276 -#: ../src/gnome/window-reconcile.c:2059 -msgid "_Check & Repair" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:277 -msgid "Reset _Warnings..." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:278 -msgid "Reset the state of all warning messages so they will be shown again." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:280 -msgid "Re_name Page" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:281 -msgid "Rename this page." -msgstr "" - -#. Windows menu -#: ../src/gnome-utils/gnc-main-window.c:286 -msgid "_New Window" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:287 -msgid "Open a new top-level GnuCash window." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:289 -msgid "New Window with _Page" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:290 -msgid "Move the current page to a new top-level GnuCash window." -msgstr "" - -#. Help menu -#: ../src/gnome-utils/gnc-main-window.c:295 -msgid "Tutorial and Concepts _Guide" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:296 -msgid "Open the GnuCash Tutorial" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:298 -msgid "_Contents" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:299 -msgid "Open the GnuCash Help" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:301 -msgid "_About" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:302 -msgid "About GnuCash" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:312 -msgid "_Toolbar" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:313 -msgid "Show/hide the toolbar on this window" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:315 -msgid "Su_mmary Bar" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:316 -msgid "Show/hide the summary bar on this window" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:318 -msgid "Stat_us Bar" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:319 -msgid "Show/hide the status bar on this window" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:329 -msgid "Window _1" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:330 -msgid "Window _2" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:331 -msgid "Window _3" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:332 -msgid "Window _4" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:333 -msgid "Window _5" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:334 -msgid "Window _6" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:335 -msgid "Window _7" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:336 -msgid "Window _8" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:337 -msgid "Window _9" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:338 -msgid "Window _0" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:996 -#, c-format -msgid "Save changes to file %s before closing?" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:1001 -#, c-format -msgid "" -"If you don't save, changes from the past %d hours and %d minutes will be " -"discarded." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:1003 -#, c-format -msgid "" -"If you don't save, changes from the past %d days and %d hours will be " -"discarded." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:1011 -msgid "" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:1041 -msgid "Close _Without Saving" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:1229 -msgid "" -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:3459 -msgid "The GnuCash personal finance manager. The GNU way to manage your money!" -msgstr "" - -#. Development version -#: ../src/gnome-utils/gnc-main-window.c:3472 -#, c-format -msgid "%s This copy was built from svn r%s on %s." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:3475 -#, c-format -msgid "%s This copy was built from r%s on %s." -msgstr "" - -#: ../src/gnome-utils/gnc-main-window.c:3487 -msgid "translator_credits" -msgstr "" - -#. CY Strings -#. src/app-utils/date-utilities.scm -#: ../src/gnome-utils/gnc-period-select.c:66 -#: ../src/gnome-utils/gnc-period-select.c:81 ../intl-scm/guile-strings.c:214 -msgid "Today" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../src/gnome-utils/gnc-period-select.c:67 ../intl-scm/guile-strings.c:182 -msgid "Start of this month" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../src/gnome-utils/gnc-period-select.c:68 ../intl-scm/guile-strings.c:190 -msgid "Start of previous month" -msgstr "" - -#: ../src/gnome-utils/gnc-period-select.c:69 -msgid "Start of this quarter" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../src/gnome-utils/gnc-period-select.c:70 ../intl-scm/guile-strings.c:206 -msgid "Start of previous quarter" -msgstr "" - -#: ../src/gnome-utils/gnc-period-select.c:71 -msgid "Start of this year" -msgstr "" - -#: ../src/gnome-utils/gnc-period-select.c:72 -msgid "Start of previous year" -msgstr "" - -#. FY Strings -#: ../src/gnome-utils/gnc-period-select.c:75 -msgid "Start of this fiscal year" -msgstr "" - -#: ../src/gnome-utils/gnc-period-select.c:76 -msgid "Start of previous fiscal year" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../src/gnome-utils/gnc-period-select.c:82 ../intl-scm/guile-strings.c:186 -msgid "End of this month" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../src/gnome-utils/gnc-period-select.c:83 ../intl-scm/guile-strings.c:194 -msgid "End of previous month" -msgstr "" - -#: ../src/gnome-utils/gnc-period-select.c:84 -msgid "End of this quarter" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../src/gnome-utils/gnc-period-select.c:85 ../intl-scm/guile-strings.c:210 -msgid "End of previous quarter" -msgstr "" - -#: ../src/gnome-utils/gnc-period-select.c:86 -msgid "End of this year" -msgstr "" - -#: ../src/gnome-utils/gnc-period-select.c:87 -msgid "End of previous year" -msgstr "" - -#. FY Strings -#: ../src/gnome-utils/gnc-period-select.c:90 -msgid "End of this fiscal year" -msgstr "" - -#: ../src/gnome-utils/gnc-period-select.c:91 -msgid "End of previous fiscal year" -msgstr "" - -#. Development version -#: ../src/gnome-utils/gnc-splash.c:98 -#, c-format -msgid "Version: GnuCash-%s svn (r%s built %s)" -msgstr "" - -#. Dist Tarball -#: ../src/gnome-utils/gnc-splash.c:102 -#, c-format -msgid "Version: GnuCash-%s (r%s built %s)" -msgstr "" - -#: ../src/gnome-utils/gnc-splash.c:119 -msgid "Loading..." -msgstr "" - -#: ../src/gnome-utils/gnc-tree-model-account.c:599 -msgid "New top level account" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../src/gnome-utils/gnc-tree-view-account.c:509 -#: ../intl-scm/guile-strings.c:1506 ../intl-scm/guile-strings.c:1532 -#: ../intl-scm/guile-strings.c:2246 ../intl-scm/guile-strings.c:2392 -#: ../intl-scm/guile-strings.c:2512 ../intl-scm/guile-strings.c:3028 -#: ../intl-scm/guile-strings.c:3116 -msgid "Account Name" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:518 -msgid "Commodity" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/transaction.scm -#: ../src/gnome-utils/gnc-tree-view-account.c:524 -#: ../intl-scm/guile-strings.c:818 ../intl-scm/guile-strings.c:1536 -#: ../intl-scm/guile-strings.c:1958 ../intl-scm/guile-strings.c:2278 -#: ../intl-scm/guile-strings.c:2396 ../intl-scm/guile-strings.c:2520 -msgid "Account Code" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:535 -msgid "Last Num" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:540 -msgid "Present" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:547 -msgid "Present (Report)" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:560 -msgid "Balance (Report)" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:567 -msgid "Balance (Period)" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:580 -msgid "Cleared (Report)" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:593 -msgid "Reconciled (Report)" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:599 -msgid "Future Minimum" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:606 -msgid "Future Minimum (Report)" -msgstr "" - -#. src/report/report-system/html-acct-table.scm -#. src/report/report-system/html-utilities.scm -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/aging.scm -#. src/business/business-reports/invoice.scm -#: ../src/gnome-utils/gnc-tree-view-account.c:612 -#: ../intl-scm/guile-strings.c:898 ../intl-scm/guile-strings.c:938 -#: ../intl-scm/guile-strings.c:1796 ../intl-scm/guile-strings.c:2084 -#: ../intl-scm/guile-strings.c:3030 ../intl-scm/guile-strings.c:3118 -#: ../intl-scm/guile-strings.c:3286 ../intl-scm/guile-strings.c:3342 -#: ../intl-scm/guile-strings.c:3604 ../intl-scm/guile-strings.c:3660 -#: ../intl-scm/guile-strings.c:3838 ../intl-scm/guile-strings.c:3842 -#: ../intl-scm/guile-strings.c:3864 ../intl-scm/guile-strings.c:3920 -msgid "Total" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:619 -msgid "Total (Report)" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:625 -msgid "Total (Period)" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-account.c:637 -msgid "Tax Info" -msgstr "" - -#. Translators: This string has a context prefix; the translation -#. must only contain the part after the | character. -#: ../src/gnome-utils/gnc-tree-view-account.c:645 -msgid "Column letter for 'Placeholder'|P" -msgstr "" - -#. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1395 -#, c-format -msgid "Present (%s)" -msgstr "" - -#. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1398 -#, c-format -msgid "Balance (%s)" -msgstr "" - -#. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1401 -#, c-format -msgid "Cleared (%s)" -msgstr "" - -#. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1404 -#, c-format -msgid "Reconciled (%s)" -msgstr "" - -#. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1407 -#, c-format -msgid "Future Minimum (%s)" -msgstr "" - -#. Translators: %s is a currency mnemonic. -#: ../src/gnome-utils/gnc-tree-view-account.c:1410 -#, c-format -msgid "Total (%s)" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-commodity.c:396 -msgid "Namespace" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-commodity.c:413 -msgid "Print Name" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-commodity.c:419 -msgid "Unique Name" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-commodity.c:424 -msgid "CUSIP code" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-commodity.c:430 -msgid "Fraction" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-commodity.c:437 -msgid "Get Quotes" -msgstr "" - -#. Translators: This string has a context prefix; the translation -#. must only contain the part after the | character. -#: ../src/gnome-utils/gnc-tree-view-commodity.c:440 -msgid "Column letter for 'Get Quotes'|Q" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-commodity.c:446 -#: ../src/gnome-utils/gnc-tree-view-price.c:453 -msgid "Source" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-commodity.c:451 -msgid "Timezone" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-price.c:435 -msgid "Security" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../src/gnome-utils/gnc-tree-view-price.c:465 -#: ../src/register/ledger-core/split-register.c:2062 -#: ../src/register/ledger-core/split-register-model.c:227 -#: ../intl-scm/guile-strings.c:1172 ../intl-scm/guile-strings.c:1246 -#: ../intl-scm/guile-strings.c:1332 ../intl-scm/guile-strings.c:1546 -#: ../intl-scm/guile-strings.c:1792 ../intl-scm/guile-strings.c:2092 -#: ../intl-scm/guile-strings.c:2258 ../intl-scm/guile-strings.c:2320 -#: ../intl-scm/guile-strings.c:2540 ../intl-scm/guile-strings.c:2636 -#: ../intl-scm/guile-strings.c:2686 ../intl-scm/guile-strings.c:3318 -#: ../intl-scm/guile-strings.c:3636 ../intl-scm/guile-strings.c:3896 -msgid "Price" -msgstr "" - -#. Translators: This string has a context prefix; the translation -#. must only contain the part after the | character. -#: ../src/gnome-utils/gnc-tree-view-sx-list.c:175 -msgid "Single-character short column-title form of 'Enabled'|E" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-sx-list.c:186 -msgid "Last Occur" -msgstr "" - -#: ../src/gnome-utils/gnc-tree-view-sx-list.c:191 -msgid "Next Occur" -msgstr "" - -#: ../src/gnome-utils/print-session.c:45 -msgid "Print GnuCash Document" -msgstr "" - -#. ********************* END OF FILE *********************************\******************************************************************* -#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:1 -msgid "Most recently opened file" -msgstr "" - -#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:2 -msgid "Next most recently opened file" -msgstr "" - -#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:3 -msgid "Number of files in history" -msgstr "" - -#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:4 -msgid "This field contains the full path of the most recently opened file." -msgstr "" - -#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:5 -msgid "" -"This field contains the full path of the next most recently opened file." -msgstr "" - -#: ../src/gnome-utils/schemas/apps_gnucash_history.schemas.in.h:6 -msgid "" -"This setting contains the number of files to keep in the Recently Opened " -"Files menu. This value may be set to zero to disable the file history. This " -"number has a maximum value of 10." -msgstr "" - -#: ../src/gnome-utils/window-main-summarybar.c:312 -#, c-format -msgid "%s, Total:" -msgstr "" - -#: ../src/gnome-utils/window-main-summarybar.c:315 -#, c-format -msgid "%s, Non Currency Commodities Total:" -msgstr "" - -#: ../src/gnome-utils/window-main-summarybar.c:318 -#, c-format -msgid "%s, Grand Total:" -msgstr "" - -#: ../src/gnome-utils/window-main-summarybar.c:322 -#, c-format -msgid "%s:" -msgstr "" - -#: ../src/gnome-utils/window-main-summarybar.c:427 -msgid "Assets:" -msgstr "" - -#: ../src/gnome-utils/window-main-summarybar.c:429 -msgid "Profits:" -msgstr "" - -#: ../src/gnome/window-reconcile.c:435 -msgid "Interest Payment" -msgstr "" - -#: ../src/gnome/window-reconcile.c:438 -msgid "Interest Charge" -msgstr "" - -#: ../src/gnome/window-reconcile.c:456 -msgid "Payment From" -msgstr "" - -#: ../src/gnome/window-reconcile.c:460 ../src/gnome/window-reconcile.c:470 -msgid "Reconcile Account" -msgstr "" - -#: ../src/gnome/window-reconcile.c:475 -msgid "Payment To" -msgstr "" - -#: ../src/gnome/window-reconcile.c:486 -msgid "No Auto Interest Payments for this Account" -msgstr "" - -#: ../src/gnome/window-reconcile.c:487 -msgid "No Auto Interest Charges for this Account" -msgstr "" - -#: ../src/gnome/window-reconcile.c:727 -msgid "Enter _Interest Charge..." -msgstr "" - -#: ../src/gnome/window-reconcile.c:982 -msgid "Debits" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../src/gnome/window-reconcile.c:992 ../intl-scm/guile-strings.c:904 -msgid "Credits" -msgstr "" - -#: ../src/gnome/window-reconcile.c:1131 -msgid "Are you sure you want to delete the selected transaction?" -msgstr "" - -#. ending balance title/value -#: ../src/gnome/window-reconcile.c:1689 -msgid "Ending Balance:" -msgstr "" - -#. reconciled balance title/value -#: ../src/gnome/window-reconcile.c:1699 -msgid "Reconciled Balance:" -msgstr "" - -#. difference title/value -#: ../src/gnome/window-reconcile.c:1709 -msgid "Difference:" -msgstr "" - -#: ../src/gnome/window-reconcile.c:1822 -msgid "" -"You have made changes to this reconcile window. Are you sure you want to " -"cancel?" -msgstr "" - -#: ../src/gnome/window-reconcile.c:1934 -msgid "The account is not balanced. Are you sure you want to finish?" -msgstr "" - -#: ../src/gnome/window-reconcile.c:1991 -msgid "Do you want to postpone this reconciliation and finish it later?" -msgstr "" - -#. Toplevel -#: ../src/gnome/window-reconcile.c:2027 -msgid "_Reconcile" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2028 -msgid "_Account" -msgstr "" - -#. Reconcile menu -#: ../src/gnome/window-reconcile.c:2034 -msgid "_Reconcile Information..." -msgstr "" - -#: ../src/gnome/window-reconcile.c:2035 -msgid "" -"Change the reconcile information including statement date and ending balance." -msgstr "" - -#: ../src/gnome/window-reconcile.c:2038 -msgid "_Finish" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2039 -msgid "Finish the reconciliation of this account" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2041 -msgid "_Postpone" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2042 -msgid "Postpone the reconciliation of this account" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2045 -msgid "Cancel the reconciliation of this account" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2051 -msgid "Open the account" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2054 -msgid "Edit the main account for this register" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2067 -msgid "Add a new transaction to the account" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2070 -msgid "Edit the current transaction" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2073 -msgid "Delete the selected transaction" -msgstr "" - -#: ../src/gnome/window-reconcile.c:2079 -msgid "Open the GnuCash help window" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:1 -msgid "\"A\"" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:2 -msgid "\"R\"" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:3 -msgid "" -"\"Select Import Action\" allows you to change the matching transaction to " -"reconcile, or the destination account of the auto-balance split (if " -"required)." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:4 -msgid "(none)" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:6 -msgid "Colors" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:7 -msgid "Generic Importer" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:8 -msgid "" -"A transaction whose best match's score is in the green zone (above or equal " -"to the Auto-CLEAR threshold) will be CLEARed by default." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:9 -msgid "" -"A transaction whose best match's score is in the red zone (above the display " -"threshold but below or equal to the Auto-ADD threshold) will be ADDed by " -"default." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:11 -msgid "Auto-_add threshold" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:12 -msgid "Auto-c_lear threshold" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:13 -msgid "Choose a format" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:14 -msgid "Commercial ATM _fees threshold" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:18 -msgid "Enable edit match action" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:19 -msgid "Enable skip transaction action" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:20 -msgid "Enable the EDIT action in the transaction matcher. NOT YET SUPPORTED" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:21 -msgid "" -"Enable the SKIP action in the transaction matcher. If enabled, a " -"transaction whose best match's score is in the yellow zone (above the Auto-" -"ADD threshold but below the Auto-CLEAR threshold) will be SKIPed by default." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:22 -msgid "" -"For a new transaction, click on the \"Other Account\" entry to choose the " -"other (destination) account of this transaction.\n" -"For a transaction that is a duplicate of an existing one, click on the " -"\"Other Account\" or \"Description\" entry to \n" -"check whether GnuCash chose the right existing transaction.\n" -"To switch transactions between both states, click on the checkmark in the " -"\"New\" column.\n" -"When all new transactions have the correct destination account and all " -"duplicates are matched with the right existing transaction, \n" -"click \"OK\"." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:29 -msgid "Generic import transaction matcher" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:30 -msgid "Green" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:31 -msgid "Imported transaction's first split:" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:32 -msgid "" -"In some places commercial ATMs (not belonging to a financial institution) " -"are installed in places like convenience stores. These ATMs add their fee " -"directly to the amount instead of showing up as a separate transaction or in " -"your monthly banking fees. For example, you withdraw $100, and you are " -"charged $101,50 plus Interac fees. If you manually entered that $100, the " -"amounts won't match. You should set this to whatever is the maximum such " -"fee in your area (in units of your local currency), so the transaction will " -"be recognised as a match." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:33 -msgid "List of downloaded transactions (source split shown):" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:34 -msgid "Match _display threshold" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:35 -#: ../src/import-export/hbci/druid-hbci-initial.c:770 -#: ../src/import-export/qif-import/dialog-account-picker.c:349 -#: ../src/import-export/qif-import/druid-qif-import.c:1188 -msgid "New?" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:36 -msgid "Online account ID here..." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:37 -msgid "Other Account" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:38 -msgid "Please select or create an appropriate GnuCash account for:" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:39 -msgid "Potential splits matching the selected transaction: " -msgstr "" - -#: ../src/import-export/generic-import.glade.h:41 -msgid "Red" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:42 -msgid "Select \"A\" to add the transaction as new." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:43 -msgid "Select \"R\" to reconcile a matching transaction." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:45 -msgid "Select matching existing transaction" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:46 -msgid "Select neither to skip the transaction (it won't be imported at all)." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:47 -msgid "" -"The minimum score a potential match must have to be displayed in the match " -"list." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:48 -msgid "" -"This transaction probably requires your intervention or it will be imported " -"unbalanced." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:49 -msgid "This transaction requires your intervention or it will NOT be imported." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:50 -msgid "" -"This transaction will be imported balanced (you may still want to double " -"check the match or destination account)." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:51 -msgid "Transaction List Help" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:52 -msgid "Use _bayesian matching" -msgstr "" - -#: ../src/import-export/generic-import.glade.h:53 -msgid "" -"Use bayesian algorithms to match new transactions with existing accounts." -msgstr "" - -#: ../src/import-export/generic-import.glade.h:54 -msgid "Yellow" -msgstr "" - -#. Numeric formats -#: ../src/import-export/gnc-import-format-gnome.c:106 -msgid "Period-as-decimal (1,000.00)" -msgstr "" - -#: ../src/import-export/gnc-import-format-gnome.c:107 -msgid "Comma-as-decimal (1.000,00)" -msgstr "" - -#. Date formats -#: ../src/import-export/gnc-import-format-gnome.c:110 -msgid "m-d-y" -msgstr "" - -#: ../src/import-export/gnc-import-format-gnome.c:111 -msgid "d-m-y" -msgstr "" - -#: ../src/import-export/gnc-import-format-gnome.c:112 -msgid "y-m-d" -msgstr "" - -#: ../src/import-export/gnc-import-format-gnome.c:113 -msgid "y-d-m" -msgstr "" - -#. Translators: Strings from this file are needed only in -#. * countries that have one of aqbanking's Online Banking -#. * techniques available. This is 'OFX DirectConnect' -#. * (U.S. and others), 'HBCI' (in Germany), or 'YellowNet' -#. * (Switzerland). If none of these techniques are available -#. * in your country, you may safely ignore strings from the -#. * import-export/hbci subdirectory. -#: ../src/import-export/hbci/dialog-hbcitrans.c:368 -msgid "Enter an Online Direct Debit Note" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:371 -msgid "Debited Account Owner" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:373 -msgid "Debited Account Number" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:375 -msgid "Debited Account Bank Code" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:378 -msgid "Credited Account Owner" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:380 -msgid "Credited Account Number" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:382 -msgid "Credited Account Bank Code" -msgstr "" - -#. Conversion was erroneous, so don't use the string -#: ../src/import-export/hbci/dialog-hbcitrans.c:408 -#: ../src/import-export/hbci/dialog-hbcitrans.c:895 -#: ../src/import-export/hbci/dialog-hbcitrans.c:899 -#: ../src/import-export/hbci/dialog-hbcitrans.c:909 -msgid "(unknown)" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:534 -msgid "" -"The amount is zero or the amount field could not be interpreted correctly. " -"You might have mixed up decimal point and comma, compared to your locale " -"settings. This does not result in a valid online transfer job. \n" -"\n" -"Do you want to enter the job again?" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:556 -msgid "" -"You did not enter any transaction purpose. A purpose is required for an " -"online transfer.\n" -"\n" -"Do you want to enter the job again?" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:577 -msgid "" -"You did not enter a recipient name. A recipient name is required for an " -"online transfer.\n" -"\n" -"Do you want to enter the job again?" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:714 -#, c-format -msgid "" -"The internal check of the destination account number '%s' at the specified " -"bank with bank code '%s' failed. This means the account number might contain " -"an error. Should the online transfer job be sent with this account number " -"anyway?" -msgstr "" - -#: ../src/import-export/hbci/dialog-hbcitrans.c:806 -msgid "" -"The job was sent to the bank successfully, but the bank is refusing to " -"execute the job. Please check the log window for the exact error message of " -"the bank. The line with the error message contains a code number that is " -"greater than 9000.\n" -"\n" -"Do you want to enter the job again?" -msgstr "" - -#: ../src/import-export/hbci/dialog-pass.c:145 -msgid "The two passwords didn't match. Please try again." -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:143 -#, c-format -msgid "%s at %s (code %s)" -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:148 -#, c-format -msgid "%s at bank code %s" -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:506 -msgid "Choose AqBanking Backend" -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:507 -msgid "Please choose an AqBanking backend to be configured" -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:508 -msgid "Co_nfigure" -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:661 -msgid "" -"The external program \"AqBanking Setup Wizard\" failed to run successfully " -"because the additional software \"Qt\" was not found. Please install the " -"\"Qt/Windows Open Source Edition\" from Trolltech by downloading it from www." -"trolltech.com\n" -"\n" -"If you have installed Qt already, you will have to adapt the PATH variable " -"of your system appropriately. Contact the GnuCash developers if you need " -"further assistance on how to install Qt correctly.\n" -"\n" -"Online Banking cannot be setup without Qt. Press \"Close\" now, then " -"\"Cancel\" to cancel the Online Banking setup." -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:678 -msgid "" -"The external program \"AqBanking Setup Wizard\" failed to run successfully. " -"Online Banking can only be setup if this wizard has run successfully. " -"Please try running the \"AqBanking Setup Wizard\" again." -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:689 -#, c-format -msgid "" -"The external program \"AqBanking Setup Wizard\" has not been found. \n" -"\n" -"The %s package should include the program \"qt3-wizard\". Please check your " -"installation to ensure this program is present. On some distributions this " -"may require installing additional packages." -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:755 -msgid "Online Banking Account Name" -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-initial.c:762 -msgid "GnuCash Account Name" -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-utils.c:152 -#, c-format -msgid "The file %s does not exist. Would you like to create it now?" -msgstr "" - -#: ../src/import-export/hbci/druid-hbci-utils.c:165 -#, c-format -msgid "" -"The directory for file %s does not exist. Please choose another place for " -"this file." -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:1 -msgid "(filled in automatically)" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:2 -msgid "From" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:3 -msgid "Log Messages" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:4 -msgid "Progress" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:5 -msgid "To" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:6 -msgid "Add current" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:7 -msgid "Add the current online transaction as a new transaction template" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:9 -msgid "Bank Code" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:10 -msgid "Choose an Online Banking Version to use with the selected bank:" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:11 -msgid "" -"Click on the line of an Online Banking account name if you want to match it " -"to a GnuCash account. Click \"Forward\" when all desired accounts are " -"matching." -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:12 -msgid "Close when finished" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:13 -msgid "Current Action" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:14 -msgid "Current Job" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:15 -msgid "Date range of transactions to retrieve:" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:16 -msgid "Delete the currently selected transaction template" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:17 -msgid "E_nter date:" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:18 -msgid "Ente_r date:" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:19 -msgid "Enter an Online Transaction" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:20 -msgid "Enter name for new template:" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:21 -msgid "Execute Now" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:22 -msgid "Execute later (unimpl.)" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:23 -msgid "Execute this online transaction now" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:24 -msgid "Get Transactions Online" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:25 -msgid "Initial Online Banking Setup" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:26 -msgid "Match Online Banking accounts with GnuCash accounts" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:27 -msgid "Move the selected transaction template one row down" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:28 -msgid "Move the selected transaction template one row up" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:29 -msgid "Name for new template" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:30 -msgid "Online Banking Connection Window" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:31 -msgid "Online Banking Setup Finished" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:32 -msgid "Online Banking Version" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:33 -msgid "Online Transaction" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:34 -msgid "Originator Account Number" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:35 -msgid "Originator Name" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:36 -msgid "Payment Purpose (only for recipient)" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:37 -msgid "Payment Purpose continued" -msgstr "" - -#. src/import-export/qif-import/qif-file.scm -#. src/import-export/qif-import/qif-to-gnc.scm -#. src/import-export/qif-import/qif-merge-groups.scm -#: ../src/import-export/hbci/glade/hbci.glade.h:38 -#: ../intl-scm/guile-strings.c:3184 ../intl-scm/guile-strings.c:3202 -#: ../intl-scm/guile-strings.c:3210 -msgid "Progress" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:39 -msgid "Recipient Account Number" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:40 -msgid "Recipient Bank Code" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:41 -msgid "Recipient Name" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:42 -msgid "Sort" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:43 -msgid "Sort the list of transaction templates alphabetically" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:44 -msgid "Start AqBanking Setup Wizard" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:45 -msgid "Start Online Banking Wizard" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:46 -msgid "" -"The Setup of your Online Banking connection is handled by the external " -"program \"AqBanking Setup Wizard\". Please press the button below to start " -"this program." -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:47 -msgid "" -"The setup for matching Online Banking accounts to GnuCash accounts is now " -"finished. You can now invoke Online Banking actions on those accounts.\n" -"\n" -"If you want to add another bank, user, or account, you can start this druid " -"again anytime.\n" -"\n" -"Press \"Apply\" now." -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:52 -msgid "" -"This druid helps you setting up your Online Banking connection with your " -"bank.\n" -"\n" -"You first need to apply for Online Banking access at your bank. If your " -"bank decides to grant you electronic access, they will send you a letter " -"containing \n" -"\n" -"* The bank code of your bank\n" -"* The user ID that identifies you to your bank\n" -"* The Internet address of your bank's Online Banking server\n" -"* For HBCI Online Banking, information about the cryptographic public key of " -"your bank (\"Ini-Letter\").\n" -"\n" -"This information will be needed in the following. Press \"Forward\" now.\n" -"\n" -"NOTE: NO WARRANTIES FOR ANYTHING. Some banks run a poorly implemented Online " -"Banking server. You should not rely on time-critical transfers through " -"Online Banking, because sometimes the bank does not give you correct " -"feedback when a transfer is rejected.\n" -"\n" -"Press \"Cancel\" if you do not wish to setup any Online Banking connection " -"now." -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:66 -msgid "Use Transaction Template" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:67 -msgid "Version" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:68 -msgid "_Earliest possible date" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:69 -msgid "_Last retrieval date" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:70 -msgid "_Now" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:71 -msgid "_Start AqBanking Wizard" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:72 -msgid "at Bank" -msgstr "" - -#: ../src/import-export/hbci/glade/hbci.glade.h:73 -msgid "something" -msgstr "" - -#: ../src/import-export/hbci/glade/hbcipass.glade.h:1 -msgid "Confirm Password:" -msgstr "" - -#: ../src/import-export/hbci/glade/hbcipass.glade.h:2 -msgid "Enter Password" -msgstr "" - -#: ../src/import-export/hbci/glade/hbcipass.glade.h:3 -msgid "Enter and confirm your new password" -msgstr "" - -#: ../src/import-export/hbci/glade/hbcipass.glade.h:4 -msgid "Enter new Password" -msgstr "" - -#: ../src/import-export/hbci/glade/hbcipass.glade.h:5 -msgid "Enter your password" -msgstr "" - -#: ../src/import-export/hbci/glade/hbcipass.glade.h:6 -msgid "Password:" -msgstr "" - -#: ../src/import-export/hbci/glade/hbciprefs.glade.h:1 -msgid "Online Banking" -msgstr "" - -#: ../src/import-export/hbci/glade/hbciprefs.glade.h:2 -msgid "Activate verbose debug messages for Online Banking." -msgstr "" - -#: ../src/import-export/hbci/glade/hbciprefs.glade.h:4 -msgid "Remember _PIN" -msgstr "" - -#: ../src/import-export/hbci/glade/hbciprefs.glade.h:5 -msgid "Remember the Online Banking PIN in memory during a session." -msgstr "" - -#: ../src/import-export/hbci/glade/hbciprefs.glade.h:6 -msgid "_Verbose debug messages" -msgstr "" - -#: ../src/import-export/hbci/gnc-file-aqb-import.c:76 -msgid "Select a file to import" -msgstr "" - -#. Translators: Strings from this file are needed only in -#. * countries that have one of aqbanking's Online Banking -#. * techniques available. This is 'OFX DirectConnect' -#. * (U.S. and others), 'HBCI' (in Germany), or 'YellowNet' -#. * (Switzerland). If none of these techniques are available -#. * in your country, you may safely ignore strings from the -#. * import-export/hbci subdirectory. -#: ../src/import-export/hbci/gnc-hbci-getbalance.c:271 -msgid "" -"The downloaded Online Banking Balance was zero.\n" -"\n" -"Either this is the correct balance, or your bank does not support Balance " -"download in this Online Banking version. In the latter case you should " -"choose a different Online Banking version number in the Online Banking " -"(AqBanking or HBCI) Setup. After that, try again to download the Online " -"Banking Balance." -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-getbalance.c:289 -#, c-format -msgid "" -"Result of Online Banking job: \n" -"Account booked balance is %s" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-getbalance.c:296 -#, c-format -msgid "For your information: This account also has a noted balance of %s\n" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-getbalance.c:301 -msgid "" -"The booked balance is identical to the current reconciled balance of the " -"account." -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-getbalance.c:315 -msgid "Reconcile account now?" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-gettrans.c:208 -msgid "" -"The Online Banking import returned no transactions for the selected time " -"period." -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-transfer.c:136 -#: ../src/import-export/hbci/gnc-hbci-utils.c:711 -msgid "" -"The backend found an error during the preparation of the job. It is not " -"possible to execute this job. \n" -"\n" -"Most probable the bank does not support your chosen job or your Online " -"Banking account does not have the permission to execute this job. More error " -"messages might be visible on your console log.\n" -"\n" -"Do you want to enter the job again?" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-transfer.c:219 -msgid "" -"You have changed the list of online transfer templates, but you cancelled " -"the transfer dialog. Do you nevertheless want to store the changes?" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-transfer.c:250 -msgid "Online Banking Direct Debit Note" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-transfer.c:252 -msgid "Online Banking Bank-Internal Transfer" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-transfer.c:255 -msgid "Online Banking Transaction" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:357 -msgid "" -"The PIN you entered was wrong.\n" -"Do you want to try again?" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:363 -msgid "" -"The PIN you entered was wrong.\n" -"ATTENTION: You have zero further wrong retries left!\n" -"Do you want to try again?" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:370 -msgid "" -"Unfortunately you entered a wrong PIN for too many times. Your chip card is " -"therefore destroyed. Aborting." -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:379 -msgid "" -"No chip card has been found in the chip card reader. Do you want to try " -"again?" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:385 -msgid "" -"Unfortunately this Online Banking job is not supported by your bank or for " -"your account. Aborting." -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:393 -msgid "" -"The server of your bank refused the Online Banking connection. Please try " -"again later. Aborting." -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:544 -msgid "" -"Executing the Online Banking outbox failed. Please check the log window." -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:572 -#, c-format -msgid "" -"A debit note has been refused by the bank. The refused debit note has the " -"following data:\n" -"Remote bank code: \"%s\"\n" -"Remote account number: \"%s\"\n" -"Description and remote name: \"%s\"\n" -"Value: \"%s\"\n" -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:588 -msgid "" -"One of the jobs was sent to the bank successfully, but the bank is refusing " -"to execute the job. Please check the log window for the exact error message " -"of the bank. The line with the error message contains a code number that is " -"greater than 9000.\n" -"\n" -"The job has been removed from the queue." -msgstr "" - -#: ../src/import-export/hbci/gnc-hbci-utils.c:663 -msgid "" -"No Online Banking account found for this gnucash account. These transactions " -"will not be executed by Online Banking." -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../src/import-export/hbci/gnc-hbci-utils.c:811 -#: ../intl-scm/guile-strings.c:3160 ../intl-scm/guile-strings.c:3182 -msgid "Unspecified" -msgstr "" - -#. Menus -#: ../src/import-export/hbci/gnc-plugin-hbci.c:89 -msgid "_Online Actions" -msgstr "" - -#. Menu Items -#: ../src/import-export/hbci/gnc-plugin-hbci.c:92 -msgid "_Online Banking Setup..." -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:93 -msgid "" -"Initial setup of Online Banking access (HBCI, or OFX DirectConnect, using " -"AqBanking)" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:95 -msgid "Get _Balance" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:96 -msgid "Get the account balance online through Online Banking" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:98 -msgid "Get _Transactions..." -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:99 -msgid "Get the transactions online through Online Banking" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:101 -msgid "_Issue Transaction..." -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:102 -msgid "Issue a new transaction online through Online Banking" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:104 -msgid "I_nternal Transaction..." -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:105 -msgid "Issue a new bank-internal transaction online through Online Banking" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:107 -msgid "_Direct Debit..." -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:108 -msgid "Issue a new direct debit note online through Online Banking" -msgstr "" - -#. File -> Import menu item -#: ../src/import-export/hbci/gnc-plugin-hbci.c:112 -msgid "Import _MT940" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:113 -msgid "Import a MT940 file into GnuCash" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:115 -msgid "Import MT94_2" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:116 -msgid "Import a MT942 file into GnuCash" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:118 -msgid "Import _DTAUS" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:119 -msgid "Import a DTAUS file into GnuCash" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:122 -msgid "Import _CSV" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:123 -msgid "Import a CSV file into GnuCash" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:125 -msgid "Import CSV and s_end..." -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:126 -msgid "" -"Import a CSV file into GnuCash and send the transfers online through Online " -"Banking" -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:129 -msgid "Import DTAUS and _send..." -msgstr "" - -#: ../src/import-export/hbci/gnc-plugin-hbci.c:130 -msgid "" -"Import a DTAUS file into GnuCash and send the transfers online through " -"Online Banking" -msgstr "" - -#: ../src/import-export/hbci/hbci-interaction.c:401 -#, c-format -msgid "" -"The PIN needs to be at least %d characters long. Do you want to try again?" -msgstr "" - -#: ../src/import-export/hbci/hbci-interaction.c:414 -#, c-format -msgid "" -"You entered %ld characters, but the PIN must be no longer than %d " -"characters. Do you want to try again?" -msgstr "" - -#: ../src/import-export/hbci/hbci-interaction.c:482 -#, c-format -msgid "" -"This TAN needs to be at least %d characters long. Do you want to try again?" -msgstr "" - -#: ../src/import-export/hbci/hbci-interaction.c:495 -#, c-format -msgid "" -"You entered %ld characters, but the TAN must be no longer than %d " -"characters. Do you want to try again?" -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:1 -msgid "CSV import data format" -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:2 -msgid "Close dialog when finished" -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:3 -msgid "DTAUS import data format" -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:4 -msgid "Enables verbose debug messages for HBCI/AqBanking Online Banking." -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:5 -msgid "" -"If active, the PIN for HBCI/AqBanking actions will be remembered in memory " -"during a session. Otherwise it will have to be entered again each time " -"during a session when it is needed." -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:6 -msgid "" -"If active, the window will be closed automatically when you finish the HBCI/" -"AqBanking import process. Otherwise it will stay open." -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:7 -msgid "Remember the PIN in memory" -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:8 -msgid "SWIFT MT940 import data format" -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:9 -msgid "SWIFT MT942 import data format" -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:12 -msgid "" -"This setting specifies the data format when importing CSV files. The " -"AqBanking library offers various import formats (called \"profiles\") of " -"which you can choose one here." -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:13 -msgid "" -"This setting specifies the data format when importing DTAUS files. The " -"AqBanking library offers various import formats (called \"profiles\") of " -"which you can choose one here." -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:14 -msgid "" -"This setting specifies the data format when importing SWIFT MT940 files. The " -"AqBanking library offers various import formats (called \"profiles\") of " -"which you can choose one here." -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:15 -msgid "" -"This setting specifies the data format when importing SWIFT MT942 files. The " -"AqBanking library offers various import formats (called \"profiles\") of " -"which you can choose one here." -msgstr "" - -#: ../src/import-export/hbci/schemas/apps_gnucash_dialog_hbci.schemas.in.h:16 -msgid "Verbose HBCI debug messages" -msgstr "" - -#: ../src/import-export/import-account-matcher.c:82 -msgid "Account ID" -msgstr "" - -#: ../src/import-export/import-account-matcher.c:212 -msgid "(Full account ID: " -msgstr "" - -#: ../src/import-export/import-account-matcher.c:241 -#, c-format -msgid "" -"The account %s is a placeholder account and does not allow transactions. " -"Please choose a different account." -msgstr "" - -#: ../src/import-export/import-commodity-matcher.c:112 -msgid "" -"Please select a commodity to match the following exchange specific code. " -"Please note that the exchange code of the commodity you select will be " -"overwritten." -msgstr "" - -#: ../src/import-export/import-format-dialog.c:59 -msgid "Period: 123,456.78" -msgstr "" - -#: ../src/import-export/import-format-dialog.c:67 -msgid "Comma: 123.456,78" -msgstr "" - -#: ../src/import-export/import-format-dialog.c:75 -msgid "m/d/y" -msgstr "" - -#: ../src/import-export/import-format-dialog.c:83 -msgid "d/m/y" -msgstr "" - -#: ../src/import-export/import-format-dialog.c:91 -msgid "y/m/d" -msgstr "" - -#: ../src/import-export/import-format-dialog.c:99 -msgid "y/d/m" -msgstr "" - -#: ../src/import-export/import-main-matcher.c:208 -msgid "Destination account for the auto-balance split." -msgstr "" - -#: ../src/import-export/import-main-matcher.c:423 -msgid "A" -msgstr "" - -#: ../src/import-export/import-main-matcher.c:425 -msgid "R" -msgstr "" - -#: ../src/import-export/import-main-matcher.c:435 -msgid "Info" -msgstr "" - -#: ../src/import-export/import-main-matcher.c:586 -msgid "New, already balanced" -msgstr "" - -#. Translators: %1$s is the amount to be -#. transferred. %2$s is the destination account. -#: ../src/import-export/import-main-matcher.c:610 -#, c-format -msgid "New, transfer %s to (manual) \"%s\"" -msgstr "" - -#. Translators: %1$s is the amount to be -#. transferred. %2$s is the destination account. -#: ../src/import-export/import-main-matcher.c:618 -#, c-format -msgid "New, transfer %s to (auto) \"%s\"" -msgstr "" - -#. Translators: %s is the amount to be transferred. -#: ../src/import-export/import-main-matcher.c:629 -#, c-format -msgid "New, UNBALANCED (need acct to transfer %s)!" -msgstr "" - -#: ../src/import-export/import-main-matcher.c:641 -msgid "Reconcile (manual) match" -msgstr "" - -#: ../src/import-export/import-main-matcher.c:645 -msgid "Reconcile (auto) match" -msgstr "" - -#: ../src/import-export/import-main-matcher.c:651 -msgid "Match missing!" -msgstr "" - -#: ../src/import-export/import-main-matcher.c:660 -msgid "Do not import (no action selected)" -msgstr "" - -#: ../src/import-export/import-match-picker.c:363 -msgid "Confidence" -msgstr "" - -#: ../src/import-export/import-provider-format.glade.h:1 -msgid "(no)" -msgstr "" - -#: ../src/import-export/import-provider-format.glade.h:2 -#: ../src/import-export/qif-import/qif.glade.h:14 -msgid "Click \"Back\" to cancel the loading of this file and choose another." -msgstr "" - -#: ../src/import-export/import-provider-format.glade.h:3 -msgid "Sample data:" -msgstr "" - -#: ../src/import-export/import-provider-format.glade.h:4 -#: ../src/import-export/qif-import/qif.glade.h:68 -msgid "Set a date format for this QIF file" -msgstr "" - -#: ../src/import-export/import-provider-format.glade.h:5 -#: ../src/import-export/qif-import/qif.glade.h:71 -msgid "" -"The QIF file format does not specify which order the day, month, and year " -"components of a date are printed. In most cases, it is possible to " -"automatically determine which format is in use in a particular file. " -"However, in the file you have just imported there exist more than one " -"possible format that fits the data. \n" -"\n" -"Please select a date format for the file. QIF files created by European " -"software are likely to be in \"d-m-y\" or day-month-year format, where US " -"QIF files are likely to be \"m-d-y\" or month-day-year. \n" -msgstr "" - -#: ../src/import-export/log-replay/gnc-log-replay.c:522 -msgid "Select a .log file to replay" -msgstr "" - -#. Translators: %s is the file name. -#: ../src/import-export/log-replay/gnc-log-replay.c:541 -#, c-format -msgid "Cannot open the current log file: %s" -msgstr "" - -#. Translation note: -#. * First argument is the filename, -#. * second argument is the error. -#. -#: ../src/import-export/log-replay/gnc-log-replay.c:554 -#, c-format -msgid "Failed to open log file: %s: %s" -msgstr "" - -#: ../src/import-export/log-replay/gnc-log-replay.c:561 -msgid "The log file you selected was empty." -msgstr "" - -#: ../src/import-export/log-replay/gnc-log-replay.c:567 -msgid "" -"The log file you selected cannot be read. The file header was not " -"recognized." -msgstr "" - -#: ../src/import-export/log-replay/gnc-plugin-log-replay.c:45 -msgid "_Replay GnuCash .log file..." -msgstr "" - -#: ../src/import-export/log-replay/gnc-plugin-log-replay.c:46 -msgid "Replay a GnuCash log file after a crash. This cannot be undone." -msgstr "" - -#. This string is a default account -#. name. It MUST NOT contain the -#. character ':' anywhere in it or -#. in any translations. -#: ../src/import-export/ofx/gnc-ofx-import.c:361 -#, c-format -msgid "Stock account for security \"%s\"" -msgstr "" - -#. This string is a default account -#. name. It MUST NOT contain the -#. character ':' anywhere in it or -#. in any translations. -#: ../src/import-export/ofx/gnc-ofx-import.c:427 -#, c-format -msgid "Income account for security \"%s\"" -msgstr "" - -#: ../src/import-export/ofx/gnc-ofx-import.c:582 -msgid "Unknown OFX checking account" -msgstr "" - -#: ../src/import-export/ofx/gnc-ofx-import.c:586 -msgid "Unknown OFX savings account" -msgstr "" - -#: ../src/import-export/ofx/gnc-ofx-import.c:590 -msgid "Unknown OFX money market account" -msgstr "" - -#: ../src/import-export/ofx/gnc-ofx-import.c:594 -msgid "Unknown OFX credit line account" -msgstr "" - -#: ../src/import-export/ofx/gnc-ofx-import.c:598 -msgid "Unknown OFX CMA account" -msgstr "" - -#: ../src/import-export/ofx/gnc-ofx-import.c:602 -msgid "Unknown OFX credit card account" -msgstr "" - -#: ../src/import-export/ofx/gnc-ofx-import.c:606 -msgid "Unknown OFX investment account" -msgstr "" - -#: ../src/import-export/ofx/gnc-ofx-import.c:657 -msgid "Select an OFX/QFX file to process" -msgstr "" - -#: ../src/import-export/ofx/gnc-plugin-ofx.c:44 -msgid "Import _OFX/QFX..." -msgstr "" - -#: ../src/import-export/ofx/gnc-plugin-ofx.c:45 -msgid "Process an OFX/QFX response file" -msgstr "" - -#: ../src/import-export/qif-import/dialog-account-picker.c:205 -msgid "Enter a name for the account" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:593 -msgid "Select QIF File" -msgstr "" - -#. stay here if no file specified -#: ../src/import-export/qif-import/druid-qif-import.c:683 -msgid "Please select a file to load." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:689 -msgid "File not found or read permission denied. Please select another file." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:701 -msgid "That QIF file is already loaded. Please select another file." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:731 -#, c-format -msgid "QIF file load warning: %s" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:738 -msgid "An error occurred while loading the QIF file." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:746 -#, c-format -msgid "QIF file load failed: %s" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:809 -msgid "An error occurred while parsing the QIF file." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:819 -#, c-format -msgid "QIF file parse failed: %s" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:1103 -msgid "You must enter an account name." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:1178 -msgid "GnuCash account name" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:1740 -#: ../src/import-export/qif-import/druid-qif-import.c:2386 -msgid "(split)" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2039 -msgid "You must enter a Type for the commodity." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2046 -msgid "You must enter a name for the commodity." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2052 -msgid "You must enter an abbreviation for the commodity." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2067 -msgid "You must enter an existing national currency or enter a different type." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2129 -#, c-format -msgid "Enter information about \"%s\"" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2144 -msgid "Pick the commodity's exchange or listing (NASDAQ, NYSE, etc)." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2162 -msgid "Enter the full name of the commodity, such as \"Red Hat Stock\"" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2183 -msgid "" -"Enter the ticker symbol (such as \"RHAT\") or other unique abbreviation for " -"the name." -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2204 -msgid "Click \"Forward\" to accept the information and move on." -msgstr "" - -#. Set up the QIF account to GnuCash account matcher. -#: ../src/import-export/qif-import/druid-qif-import.c:2846 -msgid "QIF account name" -msgstr "" - -#. Set up the QIF category to GnuCash account matcher. -#: ../src/import-export/qif-import/druid-qif-import.c:2852 -msgid "QIF category name" -msgstr "" - -#. Set up the QIF payee/memo to GnuCash account matcher. -#: ../src/import-export/qif-import/druid-qif-import.c:2858 -msgid "QIF payee/memo" -msgstr "" - -#: ../src/import-export/qif-import/druid-qif-import.c:2934 -msgid "Dup?" -msgstr "" - -#: ../src/import-export/qif-import/gnc-plugin-qif-import.c:48 -msgid "Import _QIF..." -msgstr "" - -#: ../src/import-export/qif-import/gnc-plugin-qif-import.c:49 -msgid "Import a Quicken QIF file" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:1 -msgid "QIF Import" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:2 -msgid "" -"The QIF import has failed\n" -"\n" -"An error occurred while importing transactions into GnuCash. Your accounts " -"are unchanged." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:5 -msgid "Account name:" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:6 -msgid "Accounts and stock holdings" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:7 -msgid "Cancel import" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:8 -msgid "Change GnuCash _Account..." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:9 -msgid "" -"Click \"Apply\" to import data from the staging area and update your GnuCash " -"accounts. The account and category matching information you have entered " -"will be saved and used for defaults the next time you use the QIF import " -"facility. \n" -"\n" -"Click \"Back\" to review your account and category matchings, to change " -"currency and security settings for new accounts, or to add more files to the " -"staging area.\n" -"\n" -"Click \"Cancel\" to abort the QIF import process." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:15 -msgid "" -"Click \"Load another file\" if you have more data to import at this time. Do " -"this if you have saved your accounts to separate QIF files.\n" -"\n" -"Click \"Forward\" to finish loading files and move to the next step of the " -"QIF import process. " -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:18 -msgid "Enter the QIF file currency" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:19 -msgid "" -"GnuCash can import financial data from QIF (Quicken Interchange Format) " -"files written by Quicken/QuickBooks, MS Money, Moneydance, and many other " -"programs. \n" -"\n" -"The import process has several steps. Your GnuCash accounts will not be " -"changed until you click \"Apply\" at the end of the process. \n" -"\n" -"Click \"Forward\" to start loading your QIF data, or \"Cancel\" to abort the " -"process. " -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:24 -msgid "" -"GnuCash uses separate Income and Expense accounts rather than categories to " -"classify your transactions. Each of the categories in your QIF file will be " -"converted to a GnuCash account. \n" -"\n" -"On the next page, you will have an opportunity to look at the suggested " -"matches between QIF categories and GnuCash accounts. You may change matches " -"that you do not like by double-clicking on the line containing the category " -"name.\n" -"\n" -"If you change your mind later, you can reorganize the account structure " -"safely within GnuCash." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:29 -msgid "" -"If you are importing a QIF file downloaded from a bank or other financial " -"institution, some of the information in the QIF file may duplicate " -"information already in your GnuCash accounts. GnuCash will try to detect " -"duplicates of existing transactions. \n" -"\n" -"On the next page, you will be asked to confirm that an existing transaction " -"matches an imported transaction. Imported transactions are shown on the " -"left side of the page, and possible matches for the selected left-hand " -"transaction are shown to the right. There may be several old transactions " -"that could match an imported transaction; you will be able to select the " -"correct one by double-clicking in the \"Dup?\" column of the correct " -"transaction.\n" -"\n" -"You can control the rules used by GnuCash to find duplicate transactions in " -"the \"QIF Import\" section of the GnuCash Preferences dialog.\n" -"\n" -"Click \"Forward\" to find duplicate transactions. " -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:36 -msgid "Import QIF files" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:37 -msgid "Imported transactions with duplicates" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:38 -msgid "" -"In the next pages, you will be asked to provide information about stocks, " -"mutual funds, and other tradable commodities that appear in the QIF file(s) " -"you are importing. GnuCash requires more information about tradable " -"commodities than the QIF format can represent. \n" -"\n" -"Each stock, mutual fund, or other commodity must have a type, which is the " -"exchange or listing that it is found on (NASDAQ, NYSE, US Mutual Funds, " -"etc), a full name, and an abbreviation.\n" -"\n" -"Check to see if there is an existing Type that is appropriate; if not, you " -"can enter a new Type name by hand in the box. Make sure that the " -"abbreviation you enter matches the ticker symbol used for the commodity on " -"the exchange or listing for its type." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:43 -msgid "Income and Expense categories" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:44 -msgid "Match QIF accounts with GnuCash accounts" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:45 -msgid "Match QIF categories with GnuCash accounts" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:46 -msgid "Match duplicate transactions" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:47 -msgid "Match payees/memos to GnuCash accounts" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:48 -msgid "Matchings selected:" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:49 -msgid "" -"On the next page, the accounts in your QIF files and any stocks or mutual " -"funds you own will be matched with GnuCash accounts. If a GnuCash account " -"already exists with the same name, or a similar name and compatible type, " -"that account will be used as a match; otherwise, GnuCash will create a new " -"account with the same name and type as the QIF account. If you do not like " -"the suggested GnuCash account, double-click to change it.\n" -"\n" -"Note that GnuCash will be creating many accounts that did not exist on your " -"other personal finance program, including a separate account for each stock " -"you own, separate accounts for the brokerage commissions, special \"Equity\" " -"accounts (subaccounts of Retained Earnings, by default) which are the source " -"of your opening balances, etc. All of these accounts will appear on the next " -"page so you can change them if you want to, but it is safe to leave them " -"alone.\n" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:53 -msgid "Payees and memos" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:54 -msgid "" -"Please select a file to load. When you click \"Forward\", the file will be " -"loaded and analyzed. You may need to answer some questions about the account" -"(s) in the file.\n" -"\n" -"You will have the opportunity to load as many files as you wish, so don't " -"worry if your data is in multiple files. \n" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:58 -msgid "Possible duplicates for selected new transaction" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:60 -msgid "QIF Import" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:61 -msgid "" -"QIF files downloaded from banks and other financial institutions may not " -"have information about Accounts and Categories which would allow them to be " -"correctly assigned to GnuCash accounts. \n" -"\n" -"In the following page, you will see the text that appears in the Payee and " -"Memo fields of transactions with no QIF Account or Category. By default " -"these transactions are assigned to the 'Unspecified' account in GnuCash. If " -"you select a different account, it will be remembered for future QIF files. " -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:64 -msgid "QIF files you have loaded" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:66 -msgid "Select a QIF file to load" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:67 -msgid "Select possible duplicates" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:69 -msgid "Set the default QIF account name" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:70 -#: ../src/import-export/qif-import/schemas/apps_gnucash_import_qif.schemas.in.h:2 -msgid "Show some documentation-only pages in QIF Import druid." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:75 -msgid "" -"The QIF file that you just loaded appears to contain transactions for just " -"one account, but the file does not specify a name for that account. \n" -"\n" -"Please enter a name for the account. If the file was exported from another " -"accounting program, you should use the same account name that was used in " -"that program.\n" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:79 -msgid "" -"The QIF importer cannot currently handle multi-currency QIF files. All the " -"accounts you are importing must be denominated in the same currency.\n" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:81 -msgid "Tradable commodities" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:82 -msgid "Update your GnuCash accounts" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:84 -msgid "_Select or add a GnuCash account:" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:85 -msgid "_Select the currency to use for all imported transactions:" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:86 -msgid "_Select the matchings you want to change:" -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:87 -msgid "_Select..." -msgstr "" - -#: ../src/import-export/qif-import/qif.glade.h:88 -msgid "_Show documentation" -msgstr "" - -#: ../src/import-export/qif-import/schemas/apps_gnucash_import_qif.schemas.in.h:1 -msgid "Show documentation" -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:1 -msgid "Add matching transactions below this score" -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:2 -msgid "Clear matching transactions above this score" -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:3 -msgid "Enable EDIT transaction action" -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:4 -msgid "Enable SKIP transaction action" -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:5 -msgid "Enable the EDIT action in the transaction matcher. NOT YET SUPPORTED." -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:6 -msgid "" -"Enable the SKIP action in the transaction matcher. If enabled, a transaction " -"whose best match's score is in the yellow zone (above the Auto-ADD threshold " -"but below the Auto-CLEAR threshold) will be skipped by default." -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:7 -msgid "" -"Enables bayesian matching when matching imported transaction against " -"existing transactions. Otherwise a less sophisticated rule-based matching " -"mechanism will be used." -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:8 -msgid "Maximum ATM fee amount in your area" -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:9 -msgid "Minimum score to be displayed" -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:12 -msgid "" -"This field specifies the extra fee that is taken into account when matching " -"imported transactions. In some places commercial ATMs (not belonging to a " -"financial institution) are installed in places like convenience stores. " -"These ATMs add their fee directly to the amount instead of showing up as a " -"separate transaction or in your monthly banking fees. For example, you " -"withdraw $100, and you are charged $101,50 plus Interac fees. If you " -"manually entered that $100, the amounts won't match. You should set this to " -"whatever is the maximum such fee in your area (in units of your local " -"currency), so the transaction will be recognised as a match." -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:13 -msgid "" -"This field specifies the minimum matching score a potential matching " -"transaction must have to be displayed in the match list." -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:14 -msgid "" -"This field specifies the threshold above which a matching transaction will " -"be cleared by default. A transaction whose best match's score is in the " -"green zone (above or equal to this Clear threshold) will be cleared by " -"default." -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:15 -msgid "" -"This field specifies the threshold below which a matching transaction will " -"be added automatically. A transaction whose best match's score is in the red " -"zone (above the display minimum score but below or equal to the Add match " -"score) will be added to the GnuCash file by default." -msgstr "" - -#: ../src/import-export/schemas/apps_gnucash_import_generic_matcher.schemas.in.h:16 -msgid "Use bayesian matching" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:159 -msgid "" -"This transaction is already being edited in another register. Please finish " -"editing it there first." -msgstr "" - -#: ../src/register/ledger-core/split-register.c:408 -msgid "Save transaction before duplicating?" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:410 -msgid "" -"The current transaction has been changed. Would you like to record the " -"changes before duplicating the transaction, or cancel the duplication?" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:717 -msgid "" -"You are about to overwrite an existing split. Are you sure you want to do " -"that?" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:746 -msgid "" -"You are about to overwrite an existing transaction. Are you sure you want to " -"do that?" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1704 -msgid "Recalculate Transaction" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1705 -msgid "" -"The values entered for this transaction are inconsistent. Which value would " -"you like to have recalculated?" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1712 -#: ../src/register/ledger-core/split-register.c:1714 -msgid "_Shares" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1712 -#: ../src/register/ledger-core/split-register.c:1719 -#: ../src/register/ledger-core/split-register.c:1726 -msgid "Changed" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1726 -#: ../src/register/ledger-core/split-register.c:1728 -msgid "_Value" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1737 -msgid "_Recalculate" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../src/register/ledger-core/split-register.c:1990 -#: ../intl-scm/guile-strings.c:104 -msgid "Deposit" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1991 -msgid "Withdraw" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1992 -msgid "Check" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1993 -#: ../src/register/ledger-core/split-register.c:2021 -#: ../src/register/ledger-core/split-register.c:2029 -#: ../src/register/ledger-core/split-register.c:2043 -#: ../src/register/ledger-core/split-register.c:2066 -msgid "Int" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1994 -#: ../src/register/ledger-core/split-register.c:2017 -msgid "ATM" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1995 -msgid "Teller" -msgstr "" - -#. Action: Point Of Sale -#: ../src/register/ledger-core/split-register.c:1997 -msgid "POS" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1998 -msgid "Phone" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:1999 -#: ../src/register/ledger-core/split-register.c:2022 -msgid "Online" -msgstr "" - -#. Action: Automatic Deposit ?!? -#: ../src/register/ledger-core/split-register.c:2001 -msgid "AutoDep" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:2002 -msgid "Wire" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:2004 -msgid "Direct Debit" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../src/register/ledger-core/split-register.c:2008 -#: ../src/register/ledger-core/split-register.c:2012 -#: ../src/register/ledger-core/split-register.c:2018 -#: ../src/register/ledger-core/split-register.c:2026 -#: ../src/register/ledger-core/split-register.c:2041 -#: ../src/register/ledger-core/split-register.c:2048 -#: ../src/register/ledger-core/split-register.c:2053 -#: ../src/register/ledger-core/split-register.c:2078 -#: ../intl-scm/guile-strings.c:114 ../intl-scm/guile-strings.c:116 -#: ../intl-scm/guile-strings.c:118 -msgid "Buy" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../src/register/ledger-core/split-register.c:2009 -#: ../src/register/ledger-core/split-register.c:2013 -#: ../src/register/ledger-core/split-register.c:2023 -#: ../src/register/ledger-core/split-register.c:2027 -#: ../src/register/ledger-core/split-register.c:2042 -#: ../src/register/ledger-core/split-register.c:2049 -#: ../src/register/ledger-core/split-register.c:2054 -#: ../src/register/ledger-core/split-register.c:2079 -#: ../intl-scm/guile-strings.c:142 ../intl-scm/guile-strings.c:144 -#: ../intl-scm/guile-strings.c:146 -msgid "Sell" -msgstr "" - -#: ../src/register/ledger-core/split-register.c:2014 -#: ../src/register/ledger-core/split-register.c:2020 -#: ../src/register/ledger-core/split-register.c:2063 -msgid "Fee" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../src/register/ledger-core/split-register.c:2045 -#: ../intl-scm/guile-strings.c:150 -msgid "Rebate" -msgstr "" - -#. Action: Dividend -#: ../src/register/ledger-core/split-register.c:2065 -msgid "Div" -msgstr "" - -#. Action: Long Term Capital Gains -#: ../src/register/ledger-core/split-register.c:2068 -msgid "LTCG" -msgstr "" - -#. Action: Short Term Capital Gains -#: ../src/register/ledger-core/split-register.c:2070 -msgid "STCG" -msgstr "" - -#. Action: Distribution -#: ../src/register/ledger-core/split-register.c:2073 -msgid "Dist" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:57 -msgid "Rebalance Transaction" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:58 -msgid "The current transaction is not balanced." -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:106 -msgid "Balance it _manually" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:108 -msgid "Let GnuCash _add an adjusting split" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:113 -msgid "Adjust current account _split total" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:119 -msgid "Adjust _other account split total" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:130 -msgid "_Rebalance" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:1042 -msgid "" -"You need to expand the transaction in order to modify its exchange rates." -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:1165 -msgid "Save the changed transaction?" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:1167 -msgid "" -"The current transaction has been changed. Would you like to record the " -"changes before moving to a new transaction, discard the changes, or return " -"to the changed transaction?" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:1180 -msgid "_Discard Changes" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:1182 -msgid "_Record Changes" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:1463 -msgid "Mark split as unreconciled?" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:1465 -msgid "" -"You are about to mark a reconciled split as unreconciled. Doing so might " -"make future reconciliation difficult! Continue with this change?" -msgstr "" - -#: ../src/register/ledger-core/split-register-control.c:1482 -msgid "_Unreconcile" -msgstr "" - -#. Translators: The 'sample:' items are -#. strings which are not displayed, but only -#. used to estimate widths. Please only -#. translate the portion after the ':' and -#. leave the rest ("sample:") as is. -#: ../src/register/ledger-core/split-register-layout.c:531 -msgid "sample:99999" -msgstr "" - -#: ../src/register/ledger-core/split-register-layout.c:539 -msgid "sample:Description of a transaction" -msgstr "" - -#: ../src/register/ledger-core/split-register-layout.c:563 -#: ../src/register/ledger-core/split-register-layout.c:603 -#: ../src/register/ledger-core/split-register-layout.c:611 -#: ../src/register/ledger-core/split-register-layout.c:619 -#: ../src/register/ledger-core/split-register-layout.c:629 -#: ../src/register/ledger-core/split-register-layout.c:637 -#: ../src/register/ledger-core/split-register-layout.c:645 -#: ../src/register/ledger-core/split-register-layout.c:653 -#: ../src/register/ledger-core/split-register-layout.c:661 -msgid "sample:999,999.000" -msgstr "" - -#: ../src/register/ledger-core/split-register-layout.c:595 -msgid "sample:Memo field sample text string" -msgstr "" - -#: ../src/register/ledger-core/split-register-layout.c:669 -msgid "Type:T" -msgstr "" - -#: ../src/register/ledger-core/split-register-layout.c:677 -msgid "sample:Notes field sample text string" -msgstr "" - -#: ../src/register/ledger-core/split-register-layout.c:685 -msgid "sample:No Particular Reason" -msgstr "" - -#: ../src/register/ledger-core/split-register-layout.c:693 -#: ../src/register/ledger-core/split-register-layout.c:701 -msgid "sample:(x + 0.33 * y + (x+y) )" -msgstr "" - -#: ../src/register/ledger-core/split-register-load.c:252 -msgid "" -"Could not determine the account currency. Using the default currency " -"provided by your system." -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:120 -msgid "Ref" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:256 -#: ../src/register/ledger-core/split-register-model.c:280 -#, c-format -msgid "Tot %s" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:262 -msgid "Tot Credit" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:286 -msgid "Tot Debit" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:295 -msgid "Tot Shares" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:316 -msgid "Debit Formula" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:323 -msgid "Credit Formula" -msgstr "" - -#. This seems to be the one that initially gets used, the InactiveDateCell -#. is set to, and subsequently displayed. -#: ../src/register/ledger-core/split-register-model.c:805 -msgid "Scheduled" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:836 -msgid "Enter the transaction reference, such as the invoice or check number" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:840 -msgid "Enter the transaction number, such as the check number" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:874 -msgid "Enter the name of the Customer" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:877 -msgid "Enter the name of the Vendor" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:880 -msgid "Enter a description of the transaction" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:910 -msgid "Enter notes for the transaction" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:940 -msgid "Reason the transaction was voided" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1032 -msgid "Enter the type of transaction, or choose one from the list" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1060 -msgid "Enter a description of the split" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1135 -msgid "Enter the effective share price" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1171 -msgid "Enter the number of shares bought or sold" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1222 -#: ../src/register/ledger-core/split-register-model.c:1288 -msgid "Enter the account to transfer from, or choose one from the list" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1298 -msgid "" -"This transaction has multiple splits; press the Split button to see them all" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1301 -msgid "" -"This transaction is a stock split; press the Split button to see details" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1618 -#, c-format -msgid "" -"Cannot modify or delete this transaction. This transaction is marked read-" -"only because:\n" -"\n" -"'%s'" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1670 -msgid "Change reconciled split?" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1672 -msgid "" -"You are about to change a reconciled split. Doing so might make future " -"reconciliation difficult! Continue with this change?" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1685 -msgid "Chan_ge Split" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1771 -msgid "Enter debit formula for real transaction" -msgstr "" - -#: ../src/register/ledger-core/split-register-model.c:1801 -msgid "Enter credit formula for real transaction" -msgstr "" - -#: ../src/register/register-gnome/gnucash-item-list.c:480 -msgid "List" -msgstr "" - -#: ../src/report/report-gnome/dialog-column-view.c:332 -msgid "Contents" -msgstr "" - -#. src/report/report-gnome/report-gnome.scm -#. src/business/business-reports/owner-report.scm -#: ../src/report/report-gnome/dialog-column-view.c:361 -#: ../intl-scm/guile-strings.c:970 ../intl-scm/guile-strings.c:3560 -msgid "Report" -msgstr "" - -#: ../src/report/report-gnome/dialog-column-view.c:367 -msgid "Cols" -msgstr "" - -#: ../src/report/report-gnome/dialog-column-view.c:373 -msgid "Rows" -msgstr "" - -#: ../src/report/report-gnome/dialog-style-sheet.c:140 -#, c-format -msgid "HTML Style Sheet Properties: %s" -msgstr "" - -#: ../src/report/report-gnome/dialog-style-sheet.c:373 -msgid "Style Sheet Name" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:275 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:276 -msgid "The numeric ID of the report." -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:953 -msgid "_Print Report..." -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:954 -msgid "Print the current report" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:968 -msgid "Add _Report" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:969 -msgid "" -"Add the current report to the `Custom' menu for later use. The report will " -"be saved in the file ~/.gnucash/saved-reports-2.0. It will be accessible as " -"menu entry in the report menu at the next startup of GnuCash." -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:974 -msgid "Export _Report" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:975 -msgid "Export HTML-formatted report to file" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:977 -msgid "_Report Options" -msgstr "" - -#. src/report/report-system/html-utilities.scm -#: ../src/report/report-gnome/gnc-plugin-page-report.c:978 -#: ../intl-scm/guile-strings.c:950 ../intl-scm/guile-strings.c:956 -#: ../intl-scm/guile-strings.c:962 -msgid "Edit report options" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:981 -msgid "Back" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:982 -msgid "Move back one step in the history" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:984 -msgid "Forward" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:985 -msgid "Move forward one step in the history" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:987 -msgid "Reload" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:988 -msgid "Reload the current page" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:990 -msgid "Stop" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:991 -msgid "Cancel outstanding HTML requests" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:998 -msgid "Print" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1277 -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1314 -msgid "HTML" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1280 -msgid "Choose export format" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1281 -msgid "Choose the export format for this report:" -msgstr "" - -#. %s is the type of what is about to be saved, e.g. "HTML". -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1321 -#, c-format -msgid "Save %s To File" -msgstr "" - -#. %s is the strerror(3) string of the error that occurred. -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1336 -#, c-format -msgid "" -"You cannot save to that filename.\n" -"\n" -"%s" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1346 -msgid "You cannot save to that file." -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1435 -#, c-format -msgid "Could not open the file %s. The error is: %s" -msgstr "" - -#: ../src/report/report-gnome/gnc-plugin-page-report.c:1466 -msgid "There are no options for this report." -msgstr "" - -#. * @} -#. * @} -#: ../src/report/report-gnome/report.glade.h:1 -msgid "<< _Remove" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:2 -msgid "A_vailable reports" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:3 -msgid "Available style sheets" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:4 -msgid "New style sheet info" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:5 -msgid "Style sheet options" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:6 -msgid "_Selected Reports" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:7 -msgid "A_dd >>" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:8 -msgid "Enter report row/column span" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:9 -msgid "HTML Style Sheets" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:10 -msgid "Move _up" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:11 -msgid "Move dow_n" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:12 -msgid "New Style Sheet" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:13 -msgid "Report Size" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:14 -msgid "Select HTML Style Sheet" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:15 -msgid "Si_ze..." -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:16 -msgid "_Column span:" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:19 -msgid "_Row span:" -msgstr "" - -#: ../src/report/report-gnome/report.glade.h:20 -msgid "_Template:" -msgstr "" - -#: ../src/report/report-gnome/window-report.c:101 -msgid "Set the report options you want using this dialog." -msgstr "" - -#. src/report/utility-reports/view-column.scm -#: ../src/report/report-gnome/window-report.c:202 -#: ../intl-scm/guile-strings.c:988 -msgid "Report error" -msgstr "" - -#. src/report/utility-reports/view-column.scm -#: ../src/report/report-gnome/window-report.c:203 -#: ../intl-scm/guile-strings.c:990 -msgid "An error occurred while running the report." -msgstr "" - -#: ../src/report/report-gnome/window-report.c:236 -#: ../src/report/report-gnome/window-report.c:258 -#, c-format -msgid "Badly formed options URL: %s" -msgstr "" - -#: ../src/report/report-gnome/window-report.c:246 -#, c-format -msgid "Badly-formed report id: %s" -msgstr "" - -#. Menu Items -#: ../src/report/stylesheets/gnc-plugin-stylesheets.c:49 -msgid "St_yle Sheets" -msgstr "" - -#: ../src/report/stylesheets/gnc-plugin-stylesheets.c:50 -msgid "Edit report style sheets." -msgstr "" - -#: ../lib/libqof/backend/file/qsf-backend.c:107 -msgid "Level of compression to use: 0 for none, 9 for highest." -msgstr "" - -#: ../lib/libqof/backend/file/qsf-backend.c:108 -msgid "" -"QOF can compress QSF XML files using gzip. Note that compression is not used " -"when outputting to STDOUT." -msgstr "" - -#: ../lib/libqof/backend/file/qsf-backend.c:116 -msgid "List of QSF map files to use for this session." -msgstr "" - -#: ../lib/libqof/backend/file/qsf-backend.c:117 -msgid "" -"QOF can convert objects within QSF XML files using a map of the changes " -"required." -msgstr "" - -#: ../lib/libqof/backend/file/qsf-backend.c:125 -msgid "String encoding to use when writing the XML file." -msgstr "" - -#: ../lib/libqof/backend/file/qsf-backend.c:126 -msgid "" -"QSF defaults to UTF-8. Other encodings are supported by passing the string " -"encoding in this option." -msgstr "" - -#. src/scm/main-window.scm -#: ../intl-scm/guile-strings.c:2 -msgid "Book Options" -msgstr "" - -#. src/scm/command-line.scm -#: ../intl-scm/guile-strings.c:4 -msgid "" -"A list of directories (strings) indicating where to look for html and parsed-" -"html files. Each element must be a string representing a directory or a " -"symbol where 'default expands to the default path, and 'current expands to " -"the current value of the path." -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:8 ../intl-scm/guile-strings.c:10 -#: ../intl-scm/guile-strings.c:52 ../intl-scm/guile-strings.c:54 -msgid "No commodities marked for quote retrieval." -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:12 ../intl-scm/guile-strings.c:14 -#: ../intl-scm/guile-strings.c:30 ../intl-scm/guile-strings.c:32 -#: ../intl-scm/guile-strings.c:56 ../intl-scm/guile-strings.c:58 -#: ../intl-scm/guile-strings.c:74 ../intl-scm/guile-strings.c:76 -msgid "Unable to get quotes or diagnose the problem." -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:16 ../intl-scm/guile-strings.c:19 -#: ../intl-scm/guile-strings.c:60 ../intl-scm/guile-strings.c:63 -msgid "" -"You are missing some needed Perl libraries.\n" -"Run 'gnc-fq-update' as root to install them." -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:22 ../intl-scm/guile-strings.c:24 -#: ../intl-scm/guile-strings.c:66 ../intl-scm/guile-strings.c:68 -msgid "There was a system error while retrieving the price quotes." -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:26 ../intl-scm/guile-strings.c:28 -#: ../intl-scm/guile-strings.c:70 ../intl-scm/guile-strings.c:72 -msgid "There was an unknown error while retrieving the price quotes." -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:34 ../intl-scm/guile-strings.c:38 -#: ../intl-scm/guile-strings.c:40 ../intl-scm/guile-strings.c:78 -#: ../intl-scm/guile-strings.c:82 ../intl-scm/guile-strings.c:84 -msgid "Unable to retrieve quotes for these items:" -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:36 ../intl-scm/guile-strings.c:80 -msgid "Continue using only the good quotes?" -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:42 ../intl-scm/guile-strings.c:86 -msgid "Continuing with good quotes." -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:44 ../intl-scm/guile-strings.c:48 -#: ../intl-scm/guile-strings.c:88 ../intl-scm/guile-strings.c:92 -msgid "Unable to create prices for these items:" -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:46 ../intl-scm/guile-strings.c:90 -msgid "Add remaining good quotes?" -msgstr "" - -#. src/scm/price-quotes.scm -#. src/scm/gnucash/price-quotes.scm -#: ../intl-scm/guile-strings.c:50 ../intl-scm/guile-strings.c:94 -msgid "Adding remaining good quotes." -msgstr "" - -#. src/tax/us/de_DE.scm -#: ../intl-scm/guile-strings.c:98 -msgid "Tax Number" -msgstr "" - -#. src/tax/us/txf-de_DE.scm -#: ../intl-scm/guile-strings.c:100 -msgid "The electronic tax number of your business" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../intl-scm/guile-strings.c:102 -msgid "Funds In" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../intl-scm/guile-strings.c:106 -msgid "Receive" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../intl-scm/guile-strings.c:110 ../intl-scm/guile-strings.c:140 -#: ../intl-scm/guile-strings.c:156 -msgid "Increase" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../intl-scm/guile-strings.c:112 ../intl-scm/guile-strings.c:128 -#: ../intl-scm/guile-strings.c:138 -msgid "Decrease" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../intl-scm/guile-strings.c:130 -msgid "Funds Out" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../intl-scm/guile-strings.c:132 -msgid "Withdrawal" -msgstr "" - -#. src/app-utils/prefs.scm -#: ../intl-scm/guile-strings.c:134 -msgid "Spend" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:158 -msgid "Current Year Start" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:160 -msgid "Start of the current calendar year" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:162 -msgid "Current Year End" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:164 -msgid "End of the current calendar year" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:166 -msgid "Previous Year Start" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:168 -msgid "Beginning of the previous calendar year" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:170 -msgid "Previous Year End" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:172 -msgid "End of the Previous Year" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:174 -msgid "Start of Financial Period" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:176 -msgid "Start of the accounting period, as set in the global preferences" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:178 -msgid "End of Financial Period" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:180 -msgid "End of the accounting period, as set in the global preferences" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:184 -msgid "Start of the current month" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:188 -msgid "End of the current month" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:192 -msgid "The beginning of the previous month" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:196 -msgid "Last day of previous month" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:198 -msgid "Start of current quarter" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:200 -msgid "The start of the latest quarterly accounting period" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:202 -msgid "End of current quarter" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:204 -msgid "The end of the latest quarterly accounting period" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:208 -msgid "The start of the previous quarterly accounting period" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:212 -msgid "End of previous quarterly accounting period" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:216 -msgid "The current date" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:218 ../intl-scm/guile-strings.c:220 -msgid "One Month Ago" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:222 ../intl-scm/guile-strings.c:224 -msgid "One Week Ago" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:226 ../intl-scm/guile-strings.c:228 -msgid "Three Months Ago" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:230 ../intl-scm/guile-strings.c:232 -msgid "Six Months Ago" -msgstr "" - -#. src/app-utils/date-utilities.scm -#: ../intl-scm/guile-strings.c:234 ../intl-scm/guile-strings.c:236 -msgid "One Year Ago" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:240 ../intl-scm/guile-strings.c:366 -#: ../intl-scm/guile-strings.c:452 ../intl-scm/guile-strings.c:578 -msgid "Preparer" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:242 ../intl-scm/guile-strings.c:454 -msgid "Name of person preparing the report" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:246 ../intl-scm/guile-strings.c:370 -#: ../intl-scm/guile-strings.c:458 ../intl-scm/guile-strings.c:582 -msgid "Prepared for" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:248 ../intl-scm/guile-strings.c:460 -msgid "Name of organization or company prepared for" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:252 ../intl-scm/guile-strings.c:374 -#: ../intl-scm/guile-strings.c:464 ../intl-scm/guile-strings.c:586 -msgid "Show preparer info" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:254 ../intl-scm/guile-strings.c:466 -msgid "Name of organization or company" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:258 ../intl-scm/guile-strings.c:378 -#: ../intl-scm/guile-strings.c:470 ../intl-scm/guile-strings.c:590 -#: ../intl-scm/guile-strings.c:676 -msgid "Enable Links" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:260 ../intl-scm/guile-strings.c:472 -msgid "Enable hyperlinks in reports" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:262 ../intl-scm/guile-strings.c:268 -#: ../intl-scm/guile-strings.c:274 ../intl-scm/guile-strings.c:292 -#: ../intl-scm/guile-strings.c:412 ../intl-scm/guile-strings.c:416 -#: ../intl-scm/guile-strings.c:420 ../intl-scm/guile-strings.c:424 -#: ../intl-scm/guile-strings.c:474 ../intl-scm/guile-strings.c:480 -#: ../intl-scm/guile-strings.c:486 ../intl-scm/guile-strings.c:504 -#: ../intl-scm/guile-strings.c:624 ../intl-scm/guile-strings.c:628 -#: ../intl-scm/guile-strings.c:632 ../intl-scm/guile-strings.c:636 -msgid "Images" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:264 ../intl-scm/guile-strings.c:414 -#: ../intl-scm/guile-strings.c:476 ../intl-scm/guile-strings.c:626 -msgid "Background Tile" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:266 ../intl-scm/guile-strings.c:478 -#: ../intl-scm/guile-strings.c:672 -msgid "Background tile for reports." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:270 ../intl-scm/guile-strings.c:418 -#: ../intl-scm/guile-strings.c:482 ../intl-scm/guile-strings.c:630 -msgid "Heading Banner" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:272 ../intl-scm/guile-strings.c:278 -#: ../intl-scm/guile-strings.c:484 ../intl-scm/guile-strings.c:490 -msgid "Banner for top of report." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:276 ../intl-scm/guile-strings.c:426 -#: ../intl-scm/guile-strings.c:488 ../intl-scm/guile-strings.c:638 -msgid "Heading Alignment" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:280 ../intl-scm/guile-strings.c:492 -msgid "Left" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:282 ../intl-scm/guile-strings.c:494 -msgid "Align the banner to the left" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:284 ../intl-scm/guile-strings.c:496 -msgid "Center" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:286 ../intl-scm/guile-strings.c:498 -msgid "Align the banner in the center" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:288 ../intl-scm/guile-strings.c:500 -msgid "Right" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:290 ../intl-scm/guile-strings.c:502 -msgid "Align the banner to the right" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:294 ../intl-scm/guile-strings.c:422 -#: ../intl-scm/guile-strings.c:506 ../intl-scm/guile-strings.c:634 -msgid "Logo" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:296 ../intl-scm/guile-strings.c:508 -msgid "Company logo image." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:298 ../intl-scm/guile-strings.c:304 -#: ../intl-scm/guile-strings.c:310 ../intl-scm/guile-strings.c:316 -#: ../intl-scm/guile-strings.c:322 ../intl-scm/guile-strings.c:328 -#: ../intl-scm/guile-strings.c:334 ../intl-scm/guile-strings.c:340 -#: ../intl-scm/guile-strings.c:380 ../intl-scm/guile-strings.c:384 -#: ../intl-scm/guile-strings.c:388 ../intl-scm/guile-strings.c:392 -#: ../intl-scm/guile-strings.c:396 ../intl-scm/guile-strings.c:400 -#: ../intl-scm/guile-strings.c:404 ../intl-scm/guile-strings.c:408 -#: ../intl-scm/guile-strings.c:510 ../intl-scm/guile-strings.c:516 -#: ../intl-scm/guile-strings.c:522 ../intl-scm/guile-strings.c:528 -#: ../intl-scm/guile-strings.c:534 ../intl-scm/guile-strings.c:540 -#: ../intl-scm/guile-strings.c:546 ../intl-scm/guile-strings.c:552 -#: ../intl-scm/guile-strings.c:592 ../intl-scm/guile-strings.c:596 -#: ../intl-scm/guile-strings.c:600 ../intl-scm/guile-strings.c:604 -#: ../intl-scm/guile-strings.c:608 ../intl-scm/guile-strings.c:612 -#: ../intl-scm/guile-strings.c:616 ../intl-scm/guile-strings.c:620 -#: ../intl-scm/guile-strings.c:2592 ../intl-scm/guile-strings.c:2596 -#: ../intl-scm/guile-strings.c:2600 ../intl-scm/guile-strings.c:2604 -#: ../intl-scm/guile-strings.c:2608 -msgid "Colors" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:300 ../intl-scm/guile-strings.c:382 -#: ../intl-scm/guile-strings.c:512 ../intl-scm/guile-strings.c:594 -#: ../intl-scm/guile-strings.c:664 ../intl-scm/guile-strings.c:1068 -msgid "Background Color" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:302 ../intl-scm/guile-strings.c:514 -msgid "General background color for report." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:306 ../intl-scm/guile-strings.c:386 -#: ../intl-scm/guile-strings.c:518 ../intl-scm/guile-strings.c:598 -#: ../intl-scm/guile-strings.c:1074 -msgid "Text Color" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:308 ../intl-scm/guile-strings.c:520 -msgid "Normal body text color." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:312 ../intl-scm/guile-strings.c:390 -#: ../intl-scm/guile-strings.c:524 ../intl-scm/guile-strings.c:602 -msgid "Link Color" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:314 ../intl-scm/guile-strings.c:526 -msgid "Link text color." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:318 ../intl-scm/guile-strings.c:394 -#: ../intl-scm/guile-strings.c:530 ../intl-scm/guile-strings.c:606 -msgid "Table Cell Color" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:320 ../intl-scm/guile-strings.c:532 -msgid "Default background for table cells." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:324 ../intl-scm/guile-strings.c:398 -#: ../intl-scm/guile-strings.c:536 ../intl-scm/guile-strings.c:610 -msgid "Alternate Table Cell Color" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:326 ../intl-scm/guile-strings.c:538 -msgid "Default alternate background for table cells." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:330 ../intl-scm/guile-strings.c:402 -#: ../intl-scm/guile-strings.c:542 ../intl-scm/guile-strings.c:614 -msgid "Subheading/Subtotal Cell Color" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:332 ../intl-scm/guile-strings.c:544 -msgid "Default color for subtotal rows." -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:336 ../intl-scm/guile-strings.c:406 -#: ../intl-scm/guile-strings.c:548 ../intl-scm/guile-strings.c:618 -msgid "Sub-subheading/total Cell Color" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:338 ../intl-scm/guile-strings.c:550 -msgid "Color for subsubtotals" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:342 ../intl-scm/guile-strings.c:410 -#: ../intl-scm/guile-strings.c:554 ../intl-scm/guile-strings.c:622 -msgid "Grand Total Cell Color" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:344 ../intl-scm/guile-strings.c:556 -msgid "Color for grand totals" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:346 ../intl-scm/guile-strings.c:352 -#: ../intl-scm/guile-strings.c:358 ../intl-scm/guile-strings.c:428 -#: ../intl-scm/guile-strings.c:432 ../intl-scm/guile-strings.c:436 -#: ../intl-scm/guile-strings.c:558 ../intl-scm/guile-strings.c:564 -#: ../intl-scm/guile-strings.c:570 ../intl-scm/guile-strings.c:640 -#: ../intl-scm/guile-strings.c:644 ../intl-scm/guile-strings.c:648 -#: ../intl-scm/guile-strings.c:680 ../intl-scm/guile-strings.c:686 -#: ../intl-scm/guile-strings.c:692 -msgid "Tables" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:348 ../intl-scm/guile-strings.c:430 -#: ../intl-scm/guile-strings.c:560 ../intl-scm/guile-strings.c:642 -#: ../intl-scm/guile-strings.c:682 -msgid "Table cell spacing" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:350 ../intl-scm/guile-strings.c:356 -#: ../intl-scm/guile-strings.c:562 ../intl-scm/guile-strings.c:568 -#: ../intl-scm/guile-strings.c:684 ../intl-scm/guile-strings.c:690 -msgid "Space between table cells" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:354 ../intl-scm/guile-strings.c:434 -#: ../intl-scm/guile-strings.c:566 ../intl-scm/guile-strings.c:646 -#: ../intl-scm/guile-strings.c:688 -msgid "Table cell padding" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:360 ../intl-scm/guile-strings.c:438 -#: ../intl-scm/guile-strings.c:572 ../intl-scm/guile-strings.c:650 -#: ../intl-scm/guile-strings.c:694 -msgid "Table border width" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:362 ../intl-scm/guile-strings.c:574 -#: ../intl-scm/guile-strings.c:696 -msgid "Bevel depth on tables" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:440 ../intl-scm/guile-strings.c:652 -msgid "Prepared by: " -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:442 ../intl-scm/guile-strings.c:654 -msgid "Prepared for: " -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#: ../intl-scm/guile-strings.c:446 -msgid "Fancy" -msgstr "" - -#. src/report/stylesheets/stylesheet-fancy.scm -#: ../intl-scm/guile-strings.c:448 -msgid "Technicolor" -msgstr "" - -#. src/report/stylesheets/stylesheet-easy.scm -#: ../intl-scm/guile-strings.c:658 ../intl-scm/guile-strings.c:660 -msgid "Easy" -msgstr "" - -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:666 -msgid "Background color for reports." -msgstr "" - -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:670 -msgid "Background Pixmap" -msgstr "" - -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:678 -msgid "Enable hyperlinks in reports." -msgstr "" - -#. src/report/stylesheets/stylesheet-plain.scm -#: ../intl-scm/guile-strings.c:698 -msgid "Plain" -msgstr "" - -#. src/report/stylesheets/stylesheet-plain.scm -#. src/report/report-system/report.scm -#. src/report/report-system/html-style-sheet.scm -#: ../intl-scm/guile-strings.c:700 ../intl-scm/guile-strings.c:884 -#: ../intl-scm/guile-strings.c:966 -msgid "Default" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:702 -msgid "Select a date to report on" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:704 -msgid "Start of reporting period" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:706 -msgid "End of reporting period" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:708 -msgid "The amount of time between data points" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:710 ../intl-scm/guile-strings.c:712 -msgid "Day" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:714 ../intl-scm/guile-strings.c:716 -msgid "Week" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:718 -msgid "2Week" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:720 -msgid "Two Weeks" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:722 ../intl-scm/guile-strings.c:724 -msgid "Month" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:726 ../intl-scm/guile-strings.c:728 -msgid "Quarter" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:730 ../intl-scm/guile-strings.c:732 -msgid "Half Year" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:734 ../intl-scm/guile-strings.c:736 -msgid "Year" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:738 -msgid "All" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:740 -msgid "All accounts" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:742 -msgid "Top-level" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:744 -msgid "Second-level" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:746 -msgid "Third-level" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:748 ../intl-scm/guile-strings.c:750 -msgid "Fourth-level" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:752 -msgid "Sixth-level" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:754 -msgid "Show accounts to this depth, overriding any other option." -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:756 -msgid "" -"Override account-selection and show sub-accounts of all selected accounts?" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:758 ../intl-scm/guile-strings.c:1594 -#: ../intl-scm/guile-strings.c:1816 ../intl-scm/guile-strings.c:1924 -msgid "Report on these accounts, if display depth allows." -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:760 -msgid "Include sub-account balances in printed balance?" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:762 -msgid "Group the accounts in main categories?" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:764 -msgid "Select the currency to display the values of this report in." -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:766 -msgid "Display the account's foreign currency amount?" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:768 ../intl-scm/guile-strings.c:1198 -#: ../intl-scm/guile-strings.c:2036 -msgid "The source of price information" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:770 -msgid "Average Cost" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:772 -msgid "The volume-weighted average cost of purchases" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:774 ../intl-scm/guile-strings.c:1200 -msgid "Weighted Average" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:776 ../intl-scm/guile-strings.c:1202 -msgid "The weighted average of all currency transactions of the past" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:778 ../intl-scm/guile-strings.c:2038 -msgid "Most recent" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:780 ../intl-scm/guile-strings.c:2040 -msgid "The most recent recorded price" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:782 ../intl-scm/guile-strings.c:2042 -msgid "Nearest in time" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:784 ../intl-scm/guile-strings.c:2044 -msgid "The price recorded nearest in time to the report date" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:786 -msgid "Width of plot in pixels." -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:788 -msgid "Height of plot in pixels." -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:790 -msgid "Choose the marker for each data point." -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:792 ../intl-scm/guile-strings.c:794 -msgid "Circle" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:796 ../intl-scm/guile-strings.c:798 -msgid "Cross" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:800 ../intl-scm/guile-strings.c:802 -msgid "Square" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:804 ../intl-scm/guile-strings.c:806 -msgid "Asterisk" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:808 -msgid "Filled circle" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:810 -msgid "Circle filled with color" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:812 -msgid "Filled square" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:814 -msgid "Square filled with color" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:816 -msgid "Choose the method for sorting accounts." -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:820 -msgid "Alphabetical by account code" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:822 -msgid "Alphabetical" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:824 -msgid "Alphabetical by account name" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:828 -msgid "By amount, largest to smallest" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:830 -msgid "How to show the balances of parent accounts" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:832 ../intl-scm/guile-strings.c:1954 -msgid "Account Balance" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:834 -msgid "Show only the balance in the parent account, excluding any subaccounts" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:838 -msgid "" -"Calculate the subtotal for this parent account and all of its subaccounts, " -"and show this as the parent account balance" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:840 ../intl-scm/guile-strings.c:850 -msgid "Do not show" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:842 -msgid "Do not show any balances of parent accounts" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:844 -msgid "How to show account subtotals for parent accounts" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:846 -msgid "Show subtotals" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:848 -msgid "Show subtotals for selected parent accounts which have subaccounts" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:852 -msgid "Do not show any subtotals for parent accounts" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:854 -msgid "Text book style (experimental)" -msgstr "" - -#. src/report/report-system/options-utilities.scm -#: ../intl-scm/guile-strings.c:856 -msgid "" -"Show parent account subtotals, indented per accounting text book practice " -"(experimental)" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:858 -msgid "_Assets & Liabilities" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:860 -msgid "_Income & Expense" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:862 -msgid "_Taxes" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:864 -msgid "_Sample & Custom" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:866 -msgid "_Custom" -msgstr "" - -#. src/report/report-system/report.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:872 ../intl-scm/guile-strings.c:2228 -#: ../intl-scm/guile-strings.c:2232 ../intl-scm/guile-strings.c:2236 -#: ../intl-scm/guile-strings.c:2240 ../intl-scm/guile-strings.c:2244 -#: ../intl-scm/guile-strings.c:2248 ../intl-scm/guile-strings.c:2252 -#: ../intl-scm/guile-strings.c:2256 ../intl-scm/guile-strings.c:2260 -#: ../intl-scm/guile-strings.c:2264 ../intl-scm/guile-strings.c:2268 -#: ../intl-scm/guile-strings.c:2272 ../intl-scm/guile-strings.c:2276 -#: ../intl-scm/guile-strings.c:2280 ../intl-scm/guile-strings.c:2284 -#: ../intl-scm/guile-strings.c:2296 ../intl-scm/guile-strings.c:2612 -#: ../intl-scm/guile-strings.c:2654 ../intl-scm/guile-strings.c:2660 -#: ../intl-scm/guile-strings.c:2666 ../intl-scm/guile-strings.c:2672 -#: ../intl-scm/guile-strings.c:2678 ../intl-scm/guile-strings.c:2684 -#: ../intl-scm/guile-strings.c:2690 ../intl-scm/guile-strings.c:2704 -#: ../intl-scm/guile-strings.c:2710 ../intl-scm/guile-strings.c:3346 -#: ../intl-scm/guile-strings.c:3352 ../intl-scm/guile-strings.c:3358 -#: ../intl-scm/guile-strings.c:3364 ../intl-scm/guile-strings.c:3370 -#: ../intl-scm/guile-strings.c:3376 ../intl-scm/guile-strings.c:3382 -#: ../intl-scm/guile-strings.c:3388 ../intl-scm/guile-strings.c:3394 -#: ../intl-scm/guile-strings.c:3400 ../intl-scm/guile-strings.c:3406 -#: ../intl-scm/guile-strings.c:3414 ../intl-scm/guile-strings.c:3420 -#: ../intl-scm/guile-strings.c:3664 ../intl-scm/guile-strings.c:3670 -#: ../intl-scm/guile-strings.c:3676 ../intl-scm/guile-strings.c:3682 -#: ../intl-scm/guile-strings.c:3688 ../intl-scm/guile-strings.c:3694 -#: ../intl-scm/guile-strings.c:3700 ../intl-scm/guile-strings.c:3706 -#: ../intl-scm/guile-strings.c:3712 ../intl-scm/guile-strings.c:3718 -#: ../intl-scm/guile-strings.c:3724 ../intl-scm/guile-strings.c:3730 -#: ../intl-scm/guile-strings.c:3924 ../intl-scm/guile-strings.c:3930 -#: ../intl-scm/guile-strings.c:3936 ../intl-scm/guile-strings.c:3942 -#: ../intl-scm/guile-strings.c:3948 ../intl-scm/guile-strings.c:3954 -#: ../intl-scm/guile-strings.c:3960 ../intl-scm/guile-strings.c:3966 -#: ../intl-scm/guile-strings.c:3974 -msgid "Display" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:874 -msgid "Report name" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:876 -msgid "" -"A custom report with this name already exists. Either rename the report to " -"store it with a different name, or edit your saved-reports file and delete " -"the section with the following name: " -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:878 -msgid "Enter a descriptive name for this report" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:880 ../intl-scm/guile-strings.c:886 -#: ../intl-scm/guile-strings.c:888 ../intl-scm/guile-strings.c:890 -msgid "Stylesheet" -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:882 -msgid "Select a stylesheet for the report." -msgstr "" - -#. src/report/report-system/report.scm -#: ../intl-scm/guile-strings.c:892 -#, c-format -msgid "" -"Your report \"%s\" has been saved into the configuration file \"%s\". The " -"report will be available in the menu Reports -> Custom at the next startup " -"of GnuCash." -msgstr "" - -#. src/report/report-system/html-acct-table.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:894 ../intl-scm/guile-strings.c:1484 -#: ../intl-scm/guile-strings.c:1676 ../intl-scm/guile-strings.c:2170 -msgid "Closing Entries" -msgstr "" - -#. src/report/report-system/html-acct-table.scm -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:896 ../intl-scm/guile-strings.c:1482 -msgid "Adjusting Entries" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:906 ../intl-scm/guile-strings.c:1292 -#: ../intl-scm/guile-strings.c:1888 ../intl-scm/guile-strings.c:2918 -msgid "Assets" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:908 ../intl-scm/guile-strings.c:1294 -#: ../intl-scm/guile-strings.c:1892 ../intl-scm/guile-strings.c:2920 -msgid "Liabilities" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:910 -msgid "Stocks" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:912 -msgid "Mutual Funds" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:914 -msgid "Currencies" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:918 ../intl-scm/guile-strings.c:1688 -msgid "Expenses" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:920 -msgid "Equities" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:922 -msgid "Checking" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:924 -msgid "Savings" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:926 -msgid "Money Market" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:928 -msgid "Accounts Receivable" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:930 -msgid "Accounts Payable" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:932 -msgid "Credit Lines" -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:934 -#, c-format -msgid "Building '%s' report ..." -msgstr "" - -#. src/report/report-system/report-utilities.scm -#: ../intl-scm/guile-strings.c:936 -#, c-format -msgid "Rendering '%s' report ..." -msgstr "" - -#. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:940 -msgid "Account name" -msgstr "" - -#. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:944 -msgid "Exchange rate" -msgstr "" - -#. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:946 -msgid "Exchange rates" -msgstr "" - -#. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:948 -msgid "This report requires you to specify certain report options." -msgstr "" - -#. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:952 -msgid "No accounts selected" -msgstr "" - -#. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:954 -msgid "This report requires accounts to be selected." -msgstr "" - -#. src/report/report-system/html-utilities.scm -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:958 ../intl-scm/guile-strings.c:1238 -msgid "No data" -msgstr "" - -#. src/report/report-system/html-utilities.scm -#: ../intl-scm/guile-strings.c:960 -msgid "" -"The selected accounts contain no data/transactions (or only zeroes) for the " -"selected time period" -msgstr "" - -#. src/report/report-system/html-style-sheet.scm -#: ../intl-scm/guile-strings.c:964 -msgid "Can't save style sheet" -msgstr "" - -#. src/report/report-gnome/report-gnome.scm -#: ../intl-scm/guile-strings.c:968 -msgid "This report has no options." -msgstr "" - -#. src/report/report-gnome/report-gnome.scm -#: ../intl-scm/guile-strings.c:972 -#, c-format -msgid "Display the %s report" -msgstr "" - -#. src/report/report-gnome/report-gnome.scm -#: ../intl-scm/guile-strings.c:974 -msgid "Welcome Sample Report" -msgstr "" - -#. src/report/report-gnome/report-gnome.scm -#: ../intl-scm/guile-strings.c:976 -msgid "Welcome-to-GnuCash report screen" -msgstr "" - -#. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:980 ../intl-scm/guile-strings.c:986 -msgid "Number of columns" -msgstr "" - -#. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:982 -msgid "Number of columns before wrapping to a new row" -msgstr "" - -#. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:992 -msgid "Edit Options" -msgstr "" - -#. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:994 -msgid "Single Report" -msgstr "" - -#. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:996 -msgid "Multicolumn View" -msgstr "" - -#. src/report/utility-reports/view-column.scm -#: ../intl-scm/guile-strings.c:998 -msgid "Custom Multicolumn Report" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1000 ../intl-scm/guile-strings.c:1006 -#: ../intl-scm/guile-strings.c:1028 ../intl-scm/guile-strings.c:1036 -#: ../intl-scm/guile-strings.c:1042 ../intl-scm/guile-strings.c:1048 -#: ../intl-scm/guile-strings.c:1054 ../intl-scm/guile-strings.c:1060 -#: ../intl-scm/guile-strings.c:1066 ../intl-scm/guile-strings.c:1072 -msgid "Hello, World!" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1002 -msgid "Boolean Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1004 -msgid "This is a boolean option." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1008 -msgid "Multi Choice Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1010 -msgid "This is a multi choice option." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1012 -msgid "First Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1014 -msgid "Help for first option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1016 -msgid "Second Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1018 -msgid "Help for second option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1020 -msgid "Third Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1022 -msgid "Help for third option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1024 -msgid "Fourth Options" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1026 -msgid "The fourth option rules!" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1030 -msgid "String Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1032 -msgid "This is a string option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1034 ../intl-scm/guile-strings.c:1108 -#: ../intl-scm/guile-strings.c:1152 -msgid "Hello, World" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1038 -msgid "Just a Date Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1040 -msgid "This is a date option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1044 -msgid "Time and Date Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1046 -msgid "This is a date option with time" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1050 -msgid "Combo Date Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1052 -msgid "This is a combination date option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1056 -msgid "Relative Date Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1058 -msgid "This is a relative date option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1062 -msgid "Number Option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1064 -msgid "This is a number option." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1070 ../intl-scm/guile-strings.c:1076 -msgid "This is a color option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1078 ../intl-scm/guile-strings.c:1084 -msgid "Hello Again" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1080 -msgid "An account list option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1082 -msgid "This is an account list option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1086 -msgid "A list option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1088 -msgid "This is a list option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1090 -msgid "The Good" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1092 -msgid "Good option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1094 -msgid "The Bad" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1096 -msgid "Bad option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1098 -msgid "The Ugly" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1100 -msgid "Ugly option" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1102 -msgid "Testing" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1104 -msgid "Crash the report" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1106 -msgid "" -"This is for testing. Your reports probably shouldn't have an option like " -"this." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1110 -msgid "" -"This is a sample GnuCash report. See the guile (scheme) source code in the " -"scm/report directory for details on writing your own reports, or extending " -"existing reports." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1112 -#, c-format -msgid "" -"For help on writing reports, or to contribute your brand new, totally cool " -"report, consult the mailing list %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1114 -msgid "" -"For details on subscribing to that list, see <http://www.gnucash.org/>." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1116 -msgid "" -"You can learn more about writing scheme at <http://www.scheme.com/tspl2d/" -">." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1118 -#, c-format -msgid "The current time is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1120 -#, c-format -msgid "The boolean option is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1122 -msgid "true" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1124 -msgid "false" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1126 -#, c-format -msgid "The multi-choice option is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1128 -#, c-format -msgid "The string option is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1130 -#, c-format -msgid "The date option is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1132 -#, c-format -msgid "The date and time option is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1134 -#, c-format -msgid "The relative date option is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1136 -#, c-format -msgid "The combination date option is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1138 -#, c-format -msgid "The number option is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1140 -#, c-format -msgid "The number option formatted as currency is %s." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1142 -msgid "Items you selected:" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1144 -msgid "List items selected" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1146 -msgid "(You selected no list items.)" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1148 -msgid "You have selected no accounts." -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1150 -msgid "Have a nice day!" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1154 -msgid "Sample Report with Examples" -msgstr "" - -#. src/report/utility-reports/hello-world.scm -#: ../intl-scm/guile-strings.c:1156 -msgid "A sample report with examples." -msgstr "" - -#. src/report/utility-reports/welcome-to-gnucash.scm -#: ../intl-scm/guile-strings.c:1158 ../intl-scm/guile-strings.c:1164 -msgid "Welcome to GnuCash" -msgstr "" - -#. src/report/utility-reports/welcome-to-gnucash.scm -#: ../intl-scm/guile-strings.c:1160 -msgid "Welcome to GnuCash 2.0!" -msgstr "" - -#. src/report/utility-reports/welcome-to-gnucash.scm -#: ../intl-scm/guile-strings.c:1162 -msgid "GnuCash 2.0 has lots of nice features. Here are a few." -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:1166 ../intl-scm/guile-strings.c:1252 -#: ../intl-scm/guile-strings.c:1342 ../intl-scm/guile-strings.c:1720 -#: ../intl-scm/guile-strings.c:2330 ../intl-scm/guile-strings.c:2762 -#: ../intl-scm/guile-strings.c:2848 ../intl-scm/guile-strings.c:2922 -#: ../intl-scm/guile-strings.c:2966 ../intl-scm/guile-strings.c:3054 -#: ../intl-scm/guile-strings.c:3514 ../intl-scm/guile-strings.c:3550 -msgid "From" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:1168 ../intl-scm/guile-strings.c:1254 -#: ../intl-scm/guile-strings.c:1344 ../intl-scm/guile-strings.c:1722 -#: ../intl-scm/guile-strings.c:2332 ../intl-scm/guile-strings.c:2764 -#: ../intl-scm/guile-strings.c:2850 ../intl-scm/guile-strings.c:2924 -#: ../intl-scm/guile-strings.c:2968 ../intl-scm/guile-strings.c:3056 -#: ../intl-scm/guile-strings.c:3516 ../intl-scm/guile-strings.c:3552 -#: ../intl-scm/guile-strings.c:3784 ../intl-scm/guile-strings.c:3840 -msgid "To" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:1170 ../intl-scm/guile-strings.c:1256 -#: ../intl-scm/guile-strings.c:1724 ../intl-scm/guile-strings.c:2766 -msgid "Step Size" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:1174 ../intl-scm/guile-strings.c:1258 -#: ../intl-scm/guile-strings.c:1352 ../intl-scm/guile-strings.c:1454 -#: ../intl-scm/guile-strings.c:1642 ../intl-scm/guile-strings.c:1726 -#: ../intl-scm/guile-strings.c:1872 ../intl-scm/guile-strings.c:1976 -#: ../intl-scm/guile-strings.c:2140 ../intl-scm/guile-strings.c:2768 -#: ../intl-scm/guile-strings.c:2852 ../intl-scm/guile-strings.c:2926 -#: ../intl-scm/guile-strings.c:3790 -msgid "Report's currency" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1176 -msgid "Price of Commodity" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/standard-reports/equity-statement.scm -#. src/report/standard-reports/budget.scm -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:1178 ../intl-scm/guile-strings.c:1260 -#: ../intl-scm/guile-strings.c:1354 ../intl-scm/guile-strings.c:1456 -#: ../intl-scm/guile-strings.c:1644 ../intl-scm/guile-strings.c:1728 -#: ../intl-scm/guile-strings.c:1766 ../intl-scm/guile-strings.c:1874 -#: ../intl-scm/guile-strings.c:1978 ../intl-scm/guile-strings.c:2014 -#: ../intl-scm/guile-strings.c:2142 ../intl-scm/guile-strings.c:2742 -#: ../intl-scm/guile-strings.c:2770 ../intl-scm/guile-strings.c:2854 -#: ../intl-scm/guile-strings.c:2928 ../intl-scm/guile-strings.c:3792 -msgid "Price Source" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1182 ../intl-scm/guile-strings.c:1266 -msgid "Show Net Profit" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1184 ../intl-scm/guile-strings.c:1268 -msgid "Show Asset & Liability bars" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1186 ../intl-scm/guile-strings.c:1270 -msgid "Show Net Worth bars" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1188 -msgid "Marker" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1190 -msgid "Marker Color" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1192 ../intl-scm/guile-strings.c:1272 -#: ../intl-scm/guile-strings.c:1740 ../intl-scm/guile-strings.c:2804 -#: ../intl-scm/guile-strings.c:2832 ../intl-scm/guile-strings.c:2868 -#: ../intl-scm/guile-strings.c:2940 -msgid "Plot Width" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1194 ../intl-scm/guile-strings.c:1274 -#: ../intl-scm/guile-strings.c:1742 ../intl-scm/guile-strings.c:2806 -#: ../intl-scm/guile-strings.c:2834 ../intl-scm/guile-strings.c:2870 -#: ../intl-scm/guile-strings.c:2942 -msgid "Plot Height" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1196 -msgid "Calculate the price of this commodity." -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1204 -msgid "Actual Transactions" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1206 -msgid "The instantaneous price of actual currency transactions in the past" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1208 -msgid "Price Database" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1210 -msgid "The recorded prices" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1212 -msgid "Color of the marker" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/equity-statement.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1214 ../intl-scm/guile-strings.c:1286 -#: ../intl-scm/guile-strings.c:1364 ../intl-scm/guile-strings.c:1488 -#: ../intl-scm/guile-strings.c:1682 ../intl-scm/guile-strings.c:1756 -#: ../intl-scm/guile-strings.c:2176 ../intl-scm/guile-strings.c:2896 -#: ../intl-scm/guile-strings.c:2958 -#, c-format -msgid "%s to %s" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1220 -msgid "Double-Weeks" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1226 -msgid "All Prices equal" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1228 -msgid "" -"All the prices found are equal. This would result in a plot with one " -"straight line. Unfortunately, the plotting tool can't handle that." -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1230 -msgid "All Prices at the same date" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1232 -msgid "" -"All the prices found are from the same date. This would result in a plot " -"with one straight line. Unfortunately, the plotting tool can't handle that." -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1234 -msgid "Only one price" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1236 -msgid "" -"There was only one single price found for the selected commodities in the " -"selected time period. This doesn't give a useful plot." -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1240 -msgid "" -"There is no price information available for the selected commodities in the " -"selected time period." -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1242 -msgid "Identical commodities" -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1244 -msgid "" -"Your selected commodity and the currency of the report are identical. It " -"doesn't make sense to show prices for identical commodities." -msgstr "" - -#. src/report/standard-reports/price-scatter.scm -#: ../intl-scm/guile-strings.c:1248 -msgid "Price Scatterplot" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1250 -msgid "Income/Expense Chart" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1276 ../intl-scm/guile-strings.c:1746 -#: ../intl-scm/guile-strings.c:2876 ../intl-scm/guile-strings.c:2946 -msgid "Report on these accounts, if chosen account level allows." -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1278 -msgid "Show Income and Expenses?" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1280 -msgid "Show the Asset and the Liability bars?" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1282 -msgid "Show the net profit?" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1284 -msgid "Show a Net Worth bar?" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1296 -msgid "Net Profit" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1298 -msgid "Net Worth" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1300 -msgid "Income Chart" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1302 -msgid "Asset Chart" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1304 -msgid "Expense Chart" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1306 -msgid "Liability Chart" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1308 -msgid "Net Worth Barchart" -msgstr "" - -#. src/report/standard-reports/net-barchart.scm -#: ../intl-scm/guile-strings.c:1310 -msgid "Income & Expense Chart" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#: ../intl-scm/guile-strings.c:1312 -msgid "General Journal" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:1336 ../intl-scm/guile-strings.c:1550 -#: ../intl-scm/guile-strings.c:2266 ../intl-scm/guile-strings.c:2544 -#: ../intl-scm/guile-strings.c:2706 -msgid "Running Balance" -msgstr "" - -#. src/report/standard-reports/general-journal.scm -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:1338 ../intl-scm/guile-strings.c:1552 -#: ../intl-scm/guile-strings.c:2548 ../intl-scm/guile-strings.c:2712 -#: ../intl-scm/guile-strings.c:3354 ../intl-scm/guile-strings.c:3690 -#: ../intl-scm/guile-strings.c:3932 -msgid "Totals" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1340 -msgid "Cash Flow" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1346 ../intl-scm/guile-strings.c:2736 -msgid "Account Display Depth" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1348 ../intl-scm/guile-strings.c:2738 -msgid "Always show sub-accounts" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1356 ../intl-scm/guile-strings.c:1462 -#: ../intl-scm/guile-strings.c:1650 ../intl-scm/guile-strings.c:1880 -#: ../intl-scm/guile-strings.c:1984 ../intl-scm/guile-strings.c:2148 -#: ../intl-scm/guile-strings.c:2744 -msgid "Show Exchange Rates" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1358 ../intl-scm/guile-strings.c:2746 -msgid "Show Full Account Names" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1360 ../intl-scm/guile-strings.c:1464 -#: ../intl-scm/guile-strings.c:1652 ../intl-scm/guile-strings.c:1882 -#: ../intl-scm/guile-strings.c:1986 ../intl-scm/guile-strings.c:2150 -msgid "Show the exchange rates used" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:1362 ../intl-scm/guile-strings.c:2752 -msgid "Show full account names (including parent accounts)" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1366 -#, c-format -msgid "%s and subaccounts" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1368 -#, c-format -msgid "%s and selected subaccounts" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1372 -msgid "Money into selected accounts comes from" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1374 ../intl-scm/guile-strings.c:2098 -msgid "Money In" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1376 -msgid "Money out of selected accounts goes to" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1378 ../intl-scm/guile-strings.c:2100 -msgid "Money Out" -msgstr "" - -#. src/report/standard-reports/cash-flow.scm -#: ../intl-scm/guile-strings.c:1380 -msgid "Difference" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1382 ../intl-scm/guile-strings.c:1492 -msgid "Trial Balance" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1384 ../intl-scm/guile-strings.c:1580 -#: ../intl-scm/guile-strings.c:1800 ../intl-scm/guile-strings.c:1912 -#: ../intl-scm/guile-strings.c:2118 -msgid "Report Title" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1386 ../intl-scm/guile-strings.c:1582 -#: ../intl-scm/guile-strings.c:1802 ../intl-scm/guile-strings.c:1914 -#: ../intl-scm/guile-strings.c:2120 -msgid "Title for this report" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1388 ../intl-scm/guile-strings.c:1584 -#: ../intl-scm/guile-strings.c:1804 ../intl-scm/guile-strings.c:1916 -#: ../intl-scm/guile-strings.c:2122 -msgid "Company name" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1390 ../intl-scm/guile-strings.c:1586 -#: ../intl-scm/guile-strings.c:1806 ../intl-scm/guile-strings.c:1918 -#: ../intl-scm/guile-strings.c:2124 -msgid "Name of company/individual" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1392 -msgid "Start of Adjusting/Closing" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1394 -msgid "Date of Report" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1396 -msgid "Report variation" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1398 -msgid "Kind of trial balance to generate" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1400 ../intl-scm/guile-strings.c:1592 -#: ../intl-scm/guile-strings.c:1814 ../intl-scm/guile-strings.c:1922 -#: ../intl-scm/guile-strings.c:2130 -msgid "Accounts to include" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1402 ../intl-scm/guile-strings.c:2352 -msgid "Report on these accounts" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1404 ../intl-scm/guile-strings.c:1596 -#: ../intl-scm/guile-strings.c:1818 ../intl-scm/guile-strings.c:1926 -msgid "Levels of Subaccounts" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1406 ../intl-scm/guile-strings.c:1598 -#: ../intl-scm/guile-strings.c:1820 ../intl-scm/guile-strings.c:1928 -msgid "Maximum number of levels in the account tree displayed" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1408 -msgid "Merchandising" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1410 -msgid "Gross adjustment accounts" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1412 -msgid "" -"Do not net, but show gross debit/credit adjustments to these accounts. " -"Merchandising businesses will normally select their inventory accounts here." -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1414 -msgid "Income summary accounts" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1416 -msgid "" -"Adjustments made to these accounts are gross adjusted (see above) in the " -"Adjustments, Adjusted Trial Balance, and Income Statement columns. Mostly " -"useful for merchandising businesses." -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1418 ../intl-scm/guile-strings.c:1654 -#: ../intl-scm/guile-strings.c:2152 -msgid "Entries" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1420 -msgid "Adjusting Entries pattern" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1422 -msgid "Any text in the Description column which identifies adjusting entries" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1424 -msgid "Adjusting Entries pattern is case-sensitive" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1426 -msgid "Causes the Adjusting Entries Pattern match to be case-sensitive" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1428 -msgid "Adjusting Entries Pattern is regular expression" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1430 -msgid "" -"Causes the Adjusting Entries Pattern to be treated as a regular expression" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1432 ../intl-scm/guile-strings.c:1656 -#: ../intl-scm/guile-strings.c:2154 -msgid "Closing Entries pattern" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1434 ../intl-scm/guile-strings.c:1658 -#: ../intl-scm/guile-strings.c:2156 -msgid "Any text in the Description column which identifies closing entries" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1436 ../intl-scm/guile-strings.c:1660 -#: ../intl-scm/guile-strings.c:2158 -msgid "Closing Entries pattern is case-sensitive" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1438 ../intl-scm/guile-strings.c:1662 -#: ../intl-scm/guile-strings.c:2160 -msgid "Causes the Closing Entries Pattern match to be case-sensitive" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1440 ../intl-scm/guile-strings.c:1664 -#: ../intl-scm/guile-strings.c:2162 -msgid "Closing Entries Pattern is regular expression" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1442 ../intl-scm/guile-strings.c:1666 -#: ../intl-scm/guile-strings.c:2164 -msgid "" -"Causes the Closing Entries Pattern to be treated as a regular expression" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1444 ../intl-scm/guile-strings.c:1608 -#: ../intl-scm/guile-strings.c:1830 ../intl-scm/guile-strings.c:1938 -msgid "Include accounts with zero total balances" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1446 ../intl-scm/guile-strings.c:1610 -#: ../intl-scm/guile-strings.c:1832 ../intl-scm/guile-strings.c:1940 -msgid "Include accounts with zero total (recursive) balances in this report" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1448 ../intl-scm/guile-strings.c:1620 -#: ../intl-scm/guile-strings.c:1842 ../intl-scm/guile-strings.c:1950 -msgid "Display accounts as hyperlinks" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1450 ../intl-scm/guile-strings.c:1622 -#: ../intl-scm/guile-strings.c:1844 ../intl-scm/guile-strings.c:1952 -msgid "Shows each account in the table as a hyperlink to its register window" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1452 ../intl-scm/guile-strings.c:1640 -#: ../intl-scm/guile-strings.c:1870 ../intl-scm/guile-strings.c:1974 -#: ../intl-scm/guile-strings.c:2138 -msgid "Commodities" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1458 ../intl-scm/guile-strings.c:1646 -#: ../intl-scm/guile-strings.c:1876 ../intl-scm/guile-strings.c:1980 -#: ../intl-scm/guile-strings.c:2144 -msgid "Show Foreign Currencies" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1460 ../intl-scm/guile-strings.c:1648 -#: ../intl-scm/guile-strings.c:1878 ../intl-scm/guile-strings.c:1982 -#: ../intl-scm/guile-strings.c:2146 -msgid "Display any foreign currency amount in an account" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1470 -msgid "Current Trial Balance" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1472 -msgid "Uses the exact balances in the general ledger" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1474 -msgid "Pre-adjustment Trial Balance" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1476 -msgid "Ignores Adjusting/Closing entries" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1478 -msgid "Work Sheet" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1480 -msgid "Creates a complete end-of-period work sheet" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1486 ../intl-scm/guile-strings.c:1680 -#: ../intl-scm/guile-strings.c:2174 -msgid "for Period" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1490 ../intl-scm/guile-strings.c:1678 -#: ../intl-scm/guile-strings.c:2172 -#, c-format -msgid "For Period Covering %s to %s" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1494 -msgid "Adjustments" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1496 -msgid "Adjusted Trial Balance" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1498 ../intl-scm/guile-strings.c:1578 -msgid "Income Statement" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1500 ../intl-scm/guile-strings.c:1798 -msgid "Balance Sheet" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1508 ../intl-scm/guile-strings.c:1902 -#: ../intl-scm/guile-strings.c:2188 -msgid "Unrealized Gains" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1510 -msgid "Net Income" -msgstr "" - -#. src/report/standard-reports/trial-balance.scm -#: ../intl-scm/guile-strings.c:1512 -msgid "Net Loss" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1516 ../intl-scm/guile-strings.c:2200 -#: ../intl-scm/guile-strings.c:2288 ../intl-scm/guile-strings.c:2292 -msgid "Sorting" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1518 ../intl-scm/guile-strings.c:2358 -msgid "Filter Type" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1520 ../intl-scm/guile-strings.c:2214 -msgid "Void Transactions?" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1524 ../intl-scm/guile-strings.c:2234 -#: ../intl-scm/guile-strings.c:2302 ../intl-scm/guile-strings.c:2408 -#: ../intl-scm/guile-strings.c:2496 -msgid "Reconciled Date" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1534 ../intl-scm/guile-strings.c:2270 -#: ../intl-scm/guile-strings.c:2516 -msgid "Use Full Account Name?" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1538 ../intl-scm/guile-strings.c:2250 -#: ../intl-scm/guile-strings.c:2416 ../intl-scm/guile-strings.c:2524 -msgid "Other Account Name" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1540 ../intl-scm/guile-strings.c:2286 -#: ../intl-scm/guile-strings.c:2528 -msgid "Use Full Other Account Name?" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1542 ../intl-scm/guile-strings.c:2282 -#: ../intl-scm/guile-strings.c:2420 ../intl-scm/guile-strings.c:2532 -msgid "Other Account Code" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1554 ../intl-scm/guile-strings.c:2574 -#: ../intl-scm/guile-strings.c:2614 -msgid "Sign Reverses?" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1556 ../intl-scm/guile-strings.c:2334 -#: ../intl-scm/guile-strings.c:2616 -msgid "Style" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1558 ../intl-scm/guile-strings.c:2202 -msgid "Primary Key" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1560 ../intl-scm/guile-strings.c:2294 -#: ../intl-scm/guile-strings.c:2466 -msgid "Show Full Account Name?" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1562 ../intl-scm/guile-strings.c:2290 -#: ../intl-scm/guile-strings.c:2470 -msgid "Show Account Code?" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1564 ../intl-scm/guile-strings.c:2204 -msgid "Primary Subtotal" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1566 ../intl-scm/guile-strings.c:2206 -msgid "Primary Subtotal for Date Key" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1568 ../intl-scm/guile-strings.c:2478 -msgid "Primary Sort Order" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1570 ../intl-scm/guile-strings.c:2208 -msgid "Secondary Key" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1572 ../intl-scm/guile-strings.c:2210 -msgid "Secondary Subtotal" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1574 ../intl-scm/guile-strings.c:2212 -msgid "Secondary Subtotal for Date Key" -msgstr "" - -#. src/report/standard-reports/general-ledger.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1576 ../intl-scm/guile-strings.c:2488 -msgid "Secondary Sort Order" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1588 ../intl-scm/guile-strings.c:2126 -msgid "Start Date" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1590 ../intl-scm/guile-strings.c:2128 -msgid "End Date" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1600 ../intl-scm/guile-strings.c:1822 -msgid "Flatten list to depth limit" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1602 ../intl-scm/guile-strings.c:1824 -msgid "Displays accounts which exceed the depth limit at the depth limit" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1604 ../intl-scm/guile-strings.c:1826 -#: ../intl-scm/guile-strings.c:1934 -msgid "Parent account balances" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1606 ../intl-scm/guile-strings.c:1828 -#: ../intl-scm/guile-strings.c:1936 -msgid "Parent account subtotals" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1612 ../intl-scm/guile-strings.c:1834 -#: ../intl-scm/guile-strings.c:1942 -msgid "Omit zero balance figures" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1614 ../intl-scm/guile-strings.c:1836 -#: ../intl-scm/guile-strings.c:1944 -msgid "Show blank space in place of any zero balances which would be shown" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1616 ../intl-scm/guile-strings.c:1838 -#: ../intl-scm/guile-strings.c:1946 ../intl-scm/guile-strings.c:2134 -msgid "Show accounting-style rules" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/account-summary.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1618 ../intl-scm/guile-strings.c:1840 -#: ../intl-scm/guile-strings.c:1948 ../intl-scm/guile-strings.c:2136 -msgid "Use rules beneath columns of added numbers like accountants do" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1624 -msgid "Label the revenue section" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1626 -msgid "Whether or not to include a label for the revenue section" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1628 -msgid "Include revenue total" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1630 -msgid "Whether or not to include a line indicating total revenue" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1632 -msgid "Label the expense section" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1634 -msgid "Whether or not to include a label for the expense section" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1636 -msgid "Include expense total" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1638 -msgid "Whether or not to include a line indicating total expense" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1668 -msgid "Display as a two column report" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1670 -msgid "Divides the report into an income column and an expense column" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1672 -msgid "Display in standard, income first, order" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1674 -msgid "" -"Causes the report to display in the standard order, placing income before " -"expenses" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1684 -msgid "Revenues" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1686 -msgid "Total Revenue" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#: ../intl-scm/guile-strings.c:1690 -msgid "Total Expenses" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1692 ../intl-scm/guile-strings.c:2180 -msgid "Net income" -msgstr "" - -#. src/report/standard-reports/income-statement.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1694 ../intl-scm/guile-strings.c:2182 -msgid "Net loss" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1696 -msgid "Income Barchart" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1698 -msgid "Expense Barchart" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1700 -msgid "Asset Barchart" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1702 -msgid "Liability Barchart" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1704 -msgid "Shows a barchart with the Income per interval developing over time" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1706 -msgid "Shows a barchart with the Expenses per interval developing over time" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1708 -msgid "Shows a barchart with the Assets developing over time" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1710 -msgid "Shows a barchart with the Liabilities developing over time" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1712 -msgid "Income Over Time" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1714 -msgid "Expense Over Time" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1716 -msgid "Assets Over Time" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1718 -msgid "Liabilities Over Time" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1732 ../intl-scm/guile-strings.c:2858 -#: ../intl-scm/guile-strings.c:2932 -msgid "Show Accounts until level" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1734 ../intl-scm/guile-strings.c:2862 -#: ../intl-scm/guile-strings.c:2934 -msgid "Show long account names" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1736 -msgid "Use Stacked Bars" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1738 -msgid "Maximum Bars" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1744 ../intl-scm/guile-strings.c:2872 -#: ../intl-scm/guile-strings.c:2944 -msgid "Sort Method" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1748 ../intl-scm/guile-strings.c:2878 -#: ../intl-scm/guile-strings.c:2948 -msgid "Show accounts to this depth and not further" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1750 ../intl-scm/guile-strings.c:2950 -msgid "Show the full account name in legend?" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1752 -msgid "Show barchart as stacked barchart? (Guppi>=0.35.4 required)" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1754 -msgid "Maximum number of bars in the chart" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#: ../intl-scm/guile-strings.c:1758 -#, c-format -msgid "Balances %s to %s" -msgstr "" - -#. src/report/standard-reports/category-barchart.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:1762 ../intl-scm/guile-strings.c:2962 -msgid "and" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#: ../intl-scm/guile-strings.c:1764 -msgid "Investment Portfolio" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1768 ../intl-scm/guile-strings.c:2016 -msgid "Share decimal places" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1770 ../intl-scm/guile-strings.c:2018 -msgid "Include accounts with no shares" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:1774 ../intl-scm/guile-strings.c:2034 -#: ../intl-scm/guile-strings.c:2220 -msgid "Report Currency" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1776 ../intl-scm/guile-strings.c:2072 -msgid "The number of decimal places to use for share numbers" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1780 ../intl-scm/guile-strings.c:2078 -msgid "Stock Accounts to report on" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1782 ../intl-scm/guile-strings.c:2080 -msgid "Include accounts that have a zero share balances." -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:1788 ../intl-scm/guile-strings.c:2088 -msgid "Listing" -msgstr "" - -#. src/report/standard-reports/portfolio.scm -#: ../intl-scm/guile-strings.c:1790 -msgid "Units" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1808 -msgid "Balance Sheet Date" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1810 -msgid "Single column Balance Sheet" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1812 -msgid "" -"Print liability/equity section in the same column under the assets section " -"as opposed to a second column right of the assets section" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1846 -msgid "Label the assets section" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1848 -msgid "Whether or not to include a label for the assets section" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1850 -msgid "Include assets total" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1852 -msgid "Whether or not to include a line indicating total assets" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1854 -msgid "Label the liabilities section" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1856 -msgid "Whether or not to include a label for the liabilities section" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1858 -msgid "Include liabilities total" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1860 -msgid "Whether or not to include a line indicating total liabilities" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1862 -msgid "Label the equity section" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1864 -msgid "Whether or not to include a label for the equity section" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1866 -msgid "Include equity total" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1868 -msgid "Whether or not to include a line indicating total equity" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1884 -msgid "Compute unrealized gains and losses" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1886 -msgid "" -"Include unrealized gains and losses in the computation. Will produce " -"incorrect results if the current file uses commodity trading accounts" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1890 -msgid "Total Assets" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1894 -msgid "Total Liabilities" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1900 -msgid "Retained Losses" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:1904 ../intl-scm/guile-strings.c:2190 -msgid "Unrealized Losses" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1906 -msgid "Total Equity" -msgstr "" - -#. src/report/standard-reports/balance-sheet.scm -#: ../intl-scm/guile-strings.c:1908 -msgid "Total Liabilities & Equity" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1910 -msgid "Account Summary" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1930 -msgid "Depth limit behavior" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1932 -msgid "How to treat accounts which exceed the specified depth limit (if any)" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1956 -msgid "Show an account's balance" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1960 -msgid "Show an account's account code" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1964 -msgid "Show an account's account type" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1966 -msgid "Account Description" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1968 -msgid "Show an account's description" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1970 -msgid "Account Notes" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1972 -msgid "Show an account's notes" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1988 -msgid "Recursive Balance" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1990 -msgid "" -"Show the total balance, including balances in subaccounts, of any account at " -"the depth limit" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1992 -msgid "Raise Accounts" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1994 -msgid "Shows accounts deeper than the depth limit at the depth limit" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1996 -msgid "Omit Accounts" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:1998 -msgid "Disregard completely any accounts deeper than the depth limit" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:2000 -msgid "Code" -msgstr "" - -#. src/report/standard-reports/account-summary.scm -#: ../intl-scm/guile-strings.c:2006 -msgid "Account title" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2012 -msgid "Advanced Portfolio" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2020 -msgid "Show ticker symbols" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2022 -msgid "Show listings" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2024 -msgid "Show prices" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2026 -msgid "Show number of shares" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2028 ../intl-scm/guile-strings.c:2050 -msgid "Basis calculation method" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2030 -msgid "Set preference for price list data" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2046 -msgid "Most recent to report" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2048 -msgid "The most recent recorded price before report date" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2052 ../intl-scm/guile-strings.c:2792 -#: ../intl-scm/guile-strings.c:2812 -msgid "Average" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2054 -msgid "Use average cost of all shares for basis" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2056 -msgid "FIFO" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2058 -msgid "Use first-in first-out method for basis" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2060 -msgid "FILO" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2062 -msgid "Use first-in last-out method for basis" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2064 -msgid "Prefer use of price editor pricing over transactions, where applicable." -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2066 -msgid "Display the ticker symbols" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2068 -msgid "Display exchange listings" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2070 -msgid "Display numbers of shares in accounts" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2074 -msgid "Display share prices" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2094 -msgid "Basis" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2102 -msgid "Realized Gain" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2104 -msgid "Unrealized Gain" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2106 -msgid "Total Gain" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2108 -msgid "Total Return" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2110 -msgid "Brokerage Fees" -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2112 -msgid "" -"* this commodity data was built using transaction pricing instead of the " -"price list." -msgstr "" - -#. src/report/standard-reports/advanced-portfolio.scm -#: ../intl-scm/guile-strings.c:2114 -msgid "" -"If you are in a multi-currency situation, the exchanges may not be correct." -msgstr "" - -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2116 -msgid "Equity Statement" -msgstr "" - -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2132 -msgid "Report only on these accounts" -msgstr "" - -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2178 ../intl-scm/guile-strings.c:2196 -msgid "Capital" -msgstr "" - -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2184 -msgid "Investments" -msgstr "" - -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2186 -msgid "Withdrawals" -msgstr "" - -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2192 -msgid "Increase in capital" -msgstr "" - -#. src/report/standard-reports/equity-statement.scm -#: ../intl-scm/guile-strings.c:2194 -msgid "Decrease in capital" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2198 -msgid "Transaction Report" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2216 -msgid "Table for Exporting" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2218 -msgid "Common Currency" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2224 -msgid "Total For " -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2226 ../intl-scm/guile-strings.c:2602 -msgid "Grand Total" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2316 -msgid "Transfer from/to" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2336 -msgid "Report style" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2338 -msgid "Multi-Line" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2340 -msgid "Display N lines" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2342 ../intl-scm/guile-strings.c:2566 -#: ../intl-scm/guile-strings.c:2696 -msgid "Single" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2344 -msgid "Display 1 line" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2346 -msgid "Convert all transactions into a common currency" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2348 -msgid "Formats the table suitable for cut & paste exporting with extra cells" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2350 -msgid "Report Accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2354 -msgid "Filter Accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2356 -msgid "Filter on these accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2360 -msgid "Filter account" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2364 -msgid "Do not do any filtering" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2366 -msgid "Include Transactions to/from Filter Accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2368 -msgid "Include transactions to/from filter accounts only" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2370 -msgid "Exclude Transactions to/from Filter Accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2372 -msgid "Exclude transactions to/from all filter accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2374 -msgid "How to handle void transactions" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2376 -msgid "Non-void only" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2378 -msgid "Show only non-voided transactions" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2380 -msgid "Void only" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2382 -msgid "Show only voided transactions" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2384 -msgid "Both" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2386 -msgid "Show both (and include void transactions in totals)" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2390 -msgid "Do not sort" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2394 -msgid "Sort & subtotal by account name" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2398 -msgid "Sort & subtotal by account code" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2404 -msgid "Exact Time" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2406 -msgid "Sort by exact time" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2410 -msgid "Sort by the Reconciled Date" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2412 -msgid "Register Order" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2414 -msgid "Sort as with the register" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2418 -msgid "Sort by account transferred from/to's name" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2422 -msgid "Sort by account transferred from/to's code" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2434 -msgid "Sort by check/transaction number" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2440 -msgid "Ascending" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2442 -msgid "smallest to largest, earliest to latest" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2444 -msgid "Descending" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2446 -msgid "largest to smallest, latest to earliest" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2464 -msgid "Sort by this criterion first" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2468 -msgid "Show the full account name for subtotals and subtitles?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2472 -msgid "Show the account code for subtotals and subtitles?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2474 -msgid "Subtotal according to the primary key?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2476 ../intl-scm/guile-strings.c:2486 -msgid "Do a date subtotal" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2480 -msgid "Order of primary sorting" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2482 -msgid "Sort by this criterion second" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2484 -msgid "Subtotal according to the secondary key?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2490 -msgid "Order of Secondary sorting" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:2494 ../intl-scm/guile-strings.c:2658 -#: ../intl-scm/guile-strings.c:3296 ../intl-scm/guile-strings.c:3614 -#: ../intl-scm/guile-strings.c:3874 -msgid "Display the date?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2498 -msgid "Display the reconciled date?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2502 ../intl-scm/guile-strings.c:2664 -msgid "Display the check number?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:2506 ../intl-scm/guile-strings.c:2670 -#: ../intl-scm/guile-strings.c:3302 ../intl-scm/guile-strings.c:3620 -#: ../intl-scm/guile-strings.c:3880 -msgid "Display the description?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2510 -msgid "Display the notes if the memo is unavailable?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2514 -msgid "Display the account name?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2518 ../intl-scm/guile-strings.c:2530 -msgid "Display the full account name" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2522 -msgid "Display the account code" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2526 -msgid "" -"Display the other account name? (if this is a split transaction, this " -"parameter is guessed)." -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2534 -msgid "Display the other account code" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2538 ../intl-scm/guile-strings.c:2682 -msgid "Display the number of shares?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2542 ../intl-scm/guile-strings.c:2688 -msgid "Display the shares price?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2546 ../intl-scm/guile-strings.c:2708 -msgid "Display a running balance" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:2550 ../intl-scm/guile-strings.c:2714 -#: ../intl-scm/guile-strings.c:3356 ../intl-scm/guile-strings.c:3692 -#: ../intl-scm/guile-strings.c:3934 -msgid "Display the totals?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2554 -msgid "Display the memo?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2560 ../intl-scm/guile-strings.c:2694 -msgid "Display the amount?" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2564 -msgid "No amount display" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2568 ../intl-scm/guile-strings.c:2698 -msgid "Single Column Display" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2570 ../intl-scm/guile-strings.c:2700 -msgid "Double" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2572 ../intl-scm/guile-strings.c:2702 -msgid "Two Column Display" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2576 -msgid "Reverse amount display for certain account types" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2580 -msgid "Don't change any displayed amounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2582 -msgid "Income and Expense" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2584 -msgid "Reverse amount display for Income and Expense Accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2586 -msgid "Credit Accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2588 -msgid "" -"Reverse amount display for Liability, Payable, Equity, Credit Card, and " -"Income accounts" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2590 -#, c-format -msgid "From %s To %s" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2594 -msgid "Primary Subtotals/headings" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2598 -msgid "Secondary Subtotals/headings" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2606 -msgid "Split Odd" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2610 -msgid "Split Even" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2620 -msgid "No matching transactions found" -msgstr "" - -#. src/report/standard-reports/transaction.scm -#: ../intl-scm/guile-strings.c:2622 -msgid "" -"No transactions were found that match the time interval and account " -"selection specified in the Options panel." -msgstr "" - -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2650 -msgid "The title of the report" -msgstr "" - -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2676 -msgid "Display the account?" -msgstr "" - -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2716 -msgid "Total Debits" -msgstr "" - -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2718 -msgid "Total Credits" -msgstr "" - -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2720 -msgid "Net Change" -msgstr "" - -#. src/report/standard-reports/register.scm -#: ../intl-scm/guile-strings.c:2722 -msgid "Client" -msgstr "" - -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:2734 -msgid "Budget Report" -msgstr "" - -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:2754 -msgid "Bgt" -msgstr "" - -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:2756 -msgid "Act" -msgstr "" - -#. src/report/standard-reports/budget.scm -#: ../intl-scm/guile-strings.c:2758 -#, c-format -msgid "%s: %s" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2760 ../intl-scm/guile-strings.c:2794 -msgid "Average Balance" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2772 ../intl-scm/guile-strings.c:2860 -msgid "Include Sub-Accounts" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2774 ../intl-scm/guile-strings.c:2874 -msgid "Include sub-accounts of all selected accounts" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2778 -msgid "Do transaction report on this account" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2780 ../intl-scm/guile-strings.c:2830 -msgid "Show table" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2782 -msgid "Display a table of the selected data." -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2784 ../intl-scm/guile-strings.c:2828 -msgid "Show plot" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2786 -msgid "Display a graph of the selected data." -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2788 ../intl-scm/guile-strings.c:2826 -msgid "Plot Type" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2790 -msgid "The type of graph to generate" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2796 ../intl-scm/guile-strings.c:2822 -msgid "Profit" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2798 -msgid "Profit (Gain minus Loss)" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2802 -msgid "Gain And Loss" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2808 -msgid "Period start" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2810 -msgid "Period end" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2814 -msgid "Maximum" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2816 -msgid "Minimum" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2818 -msgid "Gain" -msgstr "" - -#. src/report/standard-reports/average-balance.scm -#: ../intl-scm/guile-strings.c:2820 -msgid "Loss" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2836 ../intl-scm/guile-strings.c:2844 -msgid "Income vs. Day of Week" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2838 ../intl-scm/guile-strings.c:2846 -msgid "Expenses vs. Day of Week" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2840 -msgid "Shows a piechart with the total income for each day of the week" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#: ../intl-scm/guile-strings.c:2842 -msgid "Shows a piechart with the total expenses for each day of the week" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2864 ../intl-scm/guile-strings.c:2936 -msgid "Show Totals" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2866 ../intl-scm/guile-strings.c:2938 -msgid "Maximum Slices" -msgstr "" - -#. src/report/standard-reports/daily-reports.scm -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2880 ../intl-scm/guile-strings.c:2952 -msgid "Show the total balance in legend?" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2898 -msgid "Income Piechart" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2900 -msgid "Expense Piechart" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2902 -msgid "Asset Piechart" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2904 -msgid "Liability Piechart" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2906 -msgid "Shows a piechart with the Income per given time interval" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2908 -msgid "Shows a piechart with the Expenses per given time interval" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2910 -msgid "Shows a piechart with the Assets balance at a given time" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2912 -msgid "Shows a piechart with the Liabilities balance at a given time" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2914 -msgid "Income Accounts" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2916 -msgid "Expense Accounts" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2954 -msgid "Maximum number of slices in pie" -msgstr "" - -#. src/report/standard-reports/account-piecharts.scm -#: ../intl-scm/guile-strings.c:2960 -#, c-format -msgid "Balance at %s" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2964 ../intl-scm/guile-strings.c:3052 -msgid "Tax Report / TXF Export" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2970 ../intl-scm/guile-strings.c:3058 -msgid "Alternate Period" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2972 ../intl-scm/guile-strings.c:3060 -msgid "Override or modify From: & To:" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2974 ../intl-scm/guile-strings.c:3062 -msgid "Use From - To" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2976 ../intl-scm/guile-strings.c:3064 -msgid "Use From - To period" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2978 ../intl-scm/guile-strings.c:3066 -msgid "1st Est Tax Quarter" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2980 ../intl-scm/guile-strings.c:3068 -msgid "Jan 1 - Mar 31" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2982 ../intl-scm/guile-strings.c:3070 -msgid "2nd Est Tax Quarter" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2984 ../intl-scm/guile-strings.c:3072 -msgid "Apr 1 - May 31" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2986 ../intl-scm/guile-strings.c:3074 -msgid "3rd Est Tax Quarter" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2988 ../intl-scm/guile-strings.c:3076 -msgid "Jun 1 - Aug 31" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2990 ../intl-scm/guile-strings.c:3078 -msgid "4th Est Tax Quarter" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2992 ../intl-scm/guile-strings.c:3080 -msgid "Sep 1 - Dec 31" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2994 ../intl-scm/guile-strings.c:2996 -#: ../intl-scm/guile-strings.c:3082 ../intl-scm/guile-strings.c:3084 -msgid "Last Year" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:2998 ../intl-scm/guile-strings.c:3086 -msgid "Last Yr 1st Est Tax Qtr" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3000 ../intl-scm/guile-strings.c:3088 -msgid "Jan 1 - Mar 31, Last year" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3002 ../intl-scm/guile-strings.c:3090 -msgid "Last Yr 2nd Est Tax Qtr" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3004 ../intl-scm/guile-strings.c:3092 -msgid "Apr 1 - May 31, Last year" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3006 ../intl-scm/guile-strings.c:3094 -msgid "Last Yr 3rd Est Tax Qtr" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3008 ../intl-scm/guile-strings.c:3096 -msgid "Jun 1 - Aug 31, Last year" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3010 ../intl-scm/guile-strings.c:3098 -msgid "Last Yr 4th Est Tax Qtr" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3012 ../intl-scm/guile-strings.c:3100 -msgid "Sep 1 - Dec 31, Last year" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3014 ../intl-scm/guile-strings.c:3102 -msgid "Select Accounts (none = all)" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3016 ../intl-scm/guile-strings.c:3104 -msgid "Select accounts" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3018 ../intl-scm/guile-strings.c:3106 -msgid "Suppress $0.00 values" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3020 ../intl-scm/guile-strings.c:3108 -msgid "$0.00 valued Accounts won't be printed." -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3022 ../intl-scm/guile-strings.c:3110 -msgid "Print Full account names" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3024 ../intl-scm/guile-strings.c:3112 -msgid "Print all Parent account names" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3026 ../intl-scm/guile-strings.c:3114 -msgid "" -"WARNING: There are duplicate TXF codes assigned to some accounts. Only TXF " -"codes with payer sources may be repeated." -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3032 ../intl-scm/guile-strings.c:3120 -#, c-format -msgid "Period from %s to %s" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#: ../intl-scm/guile-strings.c:3034 -msgid "Blue items are exportable to a .TXF file." -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3036 ../intl-scm/guile-strings.c:3124 -msgid "" -"No Tax Related accounts were found. Go to the Edit->Tax Options dialog to " -"set up tax-related accounts." -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#: ../intl-scm/guile-strings.c:3038 -msgid "Tax Report & TXF Export" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#: ../intl-scm/guile-strings.c:3040 -msgid "Taxable Income / Deductible Expenses / Export to .TXF file" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3042 ../intl-scm/guile-strings.c:3048 -#: ../intl-scm/guile-strings.c:3130 ../intl-scm/guile-strings.c:3136 -msgid "Taxable Income / Deductible Expenses" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3044 ../intl-scm/guile-strings.c:3132 -msgid "This report shows your Taxable Income and Deductible Expenses." -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#: ../intl-scm/guile-strings.c:3046 -msgid "TXF" -msgstr "" - -#. src/report/locale-specific/us/taxtxf.scm -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3050 ../intl-scm/guile-strings.c:3138 -msgid "This page shows your Taxable Income and Deductible Expenses." -msgstr "" - -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3122 -msgid "" -"Blue items are exportable to a German Tax XML file. Press Export to actually " -"export them." -msgstr "" - -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3126 -msgid "Tax Report & XML Export" -msgstr "" - -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3128 -msgid "Taxable Income / Deductible Expenses / Export to .XML file" -msgstr "" - -#. src/report/locale-specific/us/taxtxf-de_DE.scm -#: ../intl-scm/guile-strings.c:3134 -msgid "XML" -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3140 ../intl-scm/guile-strings.c:3162 -msgid "Dividends" -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3144 ../intl-scm/guile-strings.c:3166 -msgid "Cap Return" -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3146 ../intl-scm/guile-strings.c:3168 -msgid "Cap. gain (long)" -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3148 ../intl-scm/guile-strings.c:3170 -msgid "Cap. gain (mid)" -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3150 ../intl-scm/guile-strings.c:3172 -msgid "Cap. gain (short)" -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3156 ../intl-scm/guile-strings.c:3178 -msgid "Commissions" -msgstr "" - -#. src/import-export/qif-io-core/qif-invst-xtn-import.scm -#. src/import-export/qif-import/qif-dialog-utils.scm -#: ../intl-scm/guile-strings.c:3158 ../intl-scm/guile-strings.c:3180 -msgid "Margin Interest" -msgstr "" - -#. src/import-export/qif-import/qif-file.scm -#: ../intl-scm/guile-strings.c:3186 -msgid "Loading QIF file..." -msgstr "" - -#. src/import-export/qif-import/qif-file.scm -#: ../intl-scm/guile-strings.c:3188 ../intl-scm/guile-strings.c:3192 -msgid "This file is not encoded in UTF-8 or ASCII." -msgstr "" - -#. src/import-export/qif-import/qif-file.scm -#: ../intl-scm/guile-strings.c:3190 -msgid "Some characters have been discarded." -msgstr "" - -#. src/import-export/qif-import/qif-file.scm -#: ../intl-scm/guile-strings.c:3194 -msgid "Some characters have been converted according to your locale." -msgstr "" - -#. src/import-export/qif-import/qif-file.scm -#: ../intl-scm/guile-strings.c:3196 -msgid "One or more transactions is missing a date." -msgstr "" - -#. src/import-export/qif-import/qif-file.scm -#. src/import-export/qif-import/qif-parse.scm -#: ../intl-scm/guile-strings.c:3198 ../intl-scm/guile-strings.c:3208 -msgid "Some transactions may be discarded." -msgstr "" - -#. src/import-export/qif-import/qif-to-gnc.scm -#: ../intl-scm/guile-strings.c:3200 -msgid "QIF import: Name conflict with another account." -msgstr "" - -#. src/import-export/qif-import/qif-to-gnc.scm -#: ../intl-scm/guile-strings.c:3204 -msgid "Importing transactions..." -msgstr "" - -#. src/import-export/qif-import/qif-parse.scm -#: ../intl-scm/guile-strings.c:3206 -#, c-format -msgid "The file contains an unknown Action '%s'." -msgstr "" - -#. src/import-export/qif-import/qif-merge-groups.scm -#: ../intl-scm/guile-strings.c:3212 -msgid "Finding duplicate transactions..." -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3214 -msgid "The name of your business" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3216 -msgid "The address of your business" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3218 -msgid "The contact person to print on invoices" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3220 -msgid "The phone number of your business" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3222 -msgid "The fax number of your business" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3224 -msgid "The email address of your business" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3226 -msgid "The URL address of your website" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3228 -msgid "The ID for your company (eg 'Tax-ID: 00-000000)" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3230 -msgid "Default Customer TaxTable" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3232 -msgid "The default tax table to apply to customers." -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3234 -msgid "Default Vendor TaxTable" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3236 -msgid "The default tax table to apply to vendors." -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3238 -msgid "Fancy Date Format" -msgstr "" - -#. src/business/business-utils/business-prefs.scm -#: ../intl-scm/guile-strings.c:3240 -msgid "The default date format used for fancy printed dates" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3246 -msgid "Company Address" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3248 -msgid "Company ID" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3250 -msgid "Company Phone Number" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3252 -msgid "Company Fax Number" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3254 -msgid "Company Website URL" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3256 -msgid "Company Email Address" -msgstr "" - -#. src/business/business-utils/business-utils.scm -#: ../intl-scm/guile-strings.c:3258 -msgid "Company Contact Person" -msgstr "" - -#. src/business/business-reports/payables.scm -#: ../intl-scm/guile-strings.c:3260 -msgid "Payable Account" -msgstr "" - -#. src/business/business-reports/payables.scm -#: ../intl-scm/guile-strings.c:3262 -msgid "The payable account you wish to examine" -msgstr "" - -#. src/business/business-reports/payables.scm -#: ../intl-scm/guile-strings.c:3264 ../intl-scm/guile-strings.c:3266 -msgid "Payable Aging" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3268 ../intl-scm/guile-strings.c:3586 -#: ../intl-scm/guile-strings.c:3846 -msgid "Invoice Number" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3274 ../intl-scm/guile-strings.c:3592 -#: ../intl-scm/guile-strings.c:3852 -msgid "Charge Type" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3282 ../intl-scm/guile-strings.c:3330 -#: ../intl-scm/guile-strings.c:3600 ../intl-scm/guile-strings.c:3648 -#: ../intl-scm/guile-strings.c:3860 ../intl-scm/guile-strings.c:3908 -msgid "Taxable" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3284 ../intl-scm/guile-strings.c:3336 -#: ../intl-scm/guile-strings.c:3602 ../intl-scm/guile-strings.c:3654 -#: ../intl-scm/guile-strings.c:3862 ../intl-scm/guile-strings.c:3914 -msgid "Tax Amount" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3290 ../intl-scm/guile-strings.c:3608 -#: ../intl-scm/guile-strings.c:3868 -msgid "T" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3292 ../intl-scm/guile-strings.c:3298 -#: ../intl-scm/guile-strings.c:3304 ../intl-scm/guile-strings.c:3310 -#: ../intl-scm/guile-strings.c:3316 ../intl-scm/guile-strings.c:3322 -#: ../intl-scm/guile-strings.c:3328 ../intl-scm/guile-strings.c:3334 -#: ../intl-scm/guile-strings.c:3340 ../intl-scm/guile-strings.c:3518 -#: ../intl-scm/guile-strings.c:3522 ../intl-scm/guile-strings.c:3526 -#: ../intl-scm/guile-strings.c:3530 ../intl-scm/guile-strings.c:3534 -#: ../intl-scm/guile-strings.c:3538 ../intl-scm/guile-strings.c:3610 -#: ../intl-scm/guile-strings.c:3616 ../intl-scm/guile-strings.c:3622 -#: ../intl-scm/guile-strings.c:3628 ../intl-scm/guile-strings.c:3634 -#: ../intl-scm/guile-strings.c:3640 ../intl-scm/guile-strings.c:3646 -#: ../intl-scm/guile-strings.c:3652 ../intl-scm/guile-strings.c:3658 -#: ../intl-scm/guile-strings.c:3870 ../intl-scm/guile-strings.c:3876 -#: ../intl-scm/guile-strings.c:3882 ../intl-scm/guile-strings.c:3888 -#: ../intl-scm/guile-strings.c:3894 ../intl-scm/guile-strings.c:3900 -#: ../intl-scm/guile-strings.c:3906 ../intl-scm/guile-strings.c:3912 -#: ../intl-scm/guile-strings.c:3918 -msgid "Display Columns" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3308 ../intl-scm/guile-strings.c:3626 -#: ../intl-scm/guile-strings.c:3886 -msgid "Display the action?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3314 ../intl-scm/guile-strings.c:3632 -#: ../intl-scm/guile-strings.c:3892 -msgid "Display the quantity of items?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3320 ../intl-scm/guile-strings.c:3638 -#: ../intl-scm/guile-strings.c:3898 -msgid "Display the price per item?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3326 ../intl-scm/guile-strings.c:3644 -#: ../intl-scm/guile-strings.c:3904 -msgid "Display the entry's discount" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3332 ../intl-scm/guile-strings.c:3650 -#: ../intl-scm/guile-strings.c:3910 -msgid "Display the entry's taxable status" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3338 ../intl-scm/guile-strings.c:3656 -#: ../intl-scm/guile-strings.c:3916 -msgid "Display each entry's total total tax" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3344 ../intl-scm/guile-strings.c:3662 -#: ../intl-scm/guile-strings.c:3922 -msgid "Display the entry's value" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3348 ../intl-scm/guile-strings.c:3684 -#: ../intl-scm/guile-strings.c:3926 -msgid "Individual Taxes" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3350 ../intl-scm/guile-strings.c:3686 -#: ../intl-scm/guile-strings.c:3928 -msgid "Display all the individual taxes?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3360 ../intl-scm/guile-strings.c:3702 -#: ../intl-scm/guile-strings.c:3938 -msgid "References" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3362 ../intl-scm/guile-strings.c:3704 -#: ../intl-scm/guile-strings.c:3940 -msgid "Display the invoice references?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3366 ../intl-scm/guile-strings.c:3708 -#: ../intl-scm/guile-strings.c:3944 -msgid "Billing Terms" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3368 ../intl-scm/guile-strings.c:3710 -#: ../intl-scm/guile-strings.c:3946 -msgid "Display the invoice billing terms?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3374 ../intl-scm/guile-strings.c:3716 -#: ../intl-scm/guile-strings.c:3952 -msgid "Display the billing id?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3380 ../intl-scm/guile-strings.c:3722 -#: ../intl-scm/guile-strings.c:3958 -msgid "Display the invoice notes?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3384 ../intl-scm/guile-strings.c:3726 -#: ../intl-scm/guile-strings.c:3962 -msgid "Payments" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3386 ../intl-scm/guile-strings.c:3728 -#: ../intl-scm/guile-strings.c:3964 -msgid "Display the payments applied to this invoice?" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3390 -msgid "Minimum # of entries" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3392 -msgid "The minimum number of invoice entries to display. (-1)" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3396 ../intl-scm/guile-strings.c:3738 -#: ../intl-scm/guile-strings.c:3968 -msgid "Extra Notes" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3398 ../intl-scm/guile-strings.c:3970 -msgid "Extra notes to put on the invoice" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3402 -msgid "Payable to" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3404 -msgid "Display the Payable to: information" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3408 -msgid "Payable to string" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3410 -msgid "The phrase for specifying to whom payments should be made" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3412 -msgid "Make all cheques Payable to" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3416 -msgid "Company contact" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3418 -msgid "Display the Company contact information" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3422 -msgid "Company contact string" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3424 -msgid "The phrase used to introduce the company contact" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3426 -msgid "Direct all inquiries to" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3428 ../intl-scm/guile-strings.c:3502 -#: ../intl-scm/guile-strings.c:3750 ../intl-scm/guile-strings.c:3980 -msgid "Payment, thank you" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3434 ../intl-scm/guile-strings.c:3756 -#: ../intl-scm/guile-strings.c:3986 -msgid "Amount Due" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3436 ../intl-scm/guile-strings.c:3758 -#: ../intl-scm/guile-strings.c:3988 -msgid "REF" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3438 -msgid "INVOICE" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3440 -msgid "Phone:" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3442 -msgid "Fax:" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3444 -msgid "Web:" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3452 ../intl-scm/guile-strings.c:3766 -#: ../intl-scm/guile-strings.c:3996 -#, c-format -msgid "%s #%d" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3454 -#, c-format -msgid "Invoice # %d" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3456 -msgid "Invoice Date" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3458 -msgid "Due Date" -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3460 -msgid "
        Invoice in progress...." -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3466 ../intl-scm/guile-strings.c:3776 -#: ../intl-scm/guile-strings.c:4008 -msgid "" -"No valid invoice selected. Click on the Options button and select the " -"invoice to use." -msgstr "" - -#. src/business/business-reports/fancy-invoice.scm -#: ../intl-scm/guile-strings.c:3468 ../intl-scm/guile-strings.c:3470 -#: ../intl-scm/guile-strings.c:3472 -msgid "Fancy Invoice" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3492 ../intl-scm/guile-strings.c:3830 -msgid "0-30 days" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3494 ../intl-scm/guile-strings.c:3832 -msgid "31-60 days" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3496 ../intl-scm/guile-strings.c:3834 -msgid "61-90 days" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3498 ../intl-scm/guile-strings.c:3836 -msgid "91+ days" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3506 -msgid "Total Credit" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3508 -msgid "Total Due" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3510 -msgid "The company for this report" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3512 -msgid "The account to search for transactions" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3520 ../intl-scm/guile-strings.c:3524 -msgid "Display the transaction date?" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3528 -msgid "Display the transaction reference?" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3532 -msgid "Display the transaction type?" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3536 -msgid "Display the transaction description?" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3540 ../intl-scm/guile-strings.c:3568 -#: ../intl-scm/guile-strings.c:3746 ../intl-scm/guile-strings.c:3976 -msgid "Today Date Format" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3542 ../intl-scm/guile-strings.c:3748 -#: ../intl-scm/guile-strings.c:3978 -msgid "The format for the date->string conversion for today's date." -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3548 -msgid "Expense Report" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3562 ../intl-scm/guile-strings.c:3564 -msgid "Report:" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3566 ../intl-scm/guile-strings.c:3844 -msgid "" -"No valid account selected. Click on the Options button and select the " -"account to use." -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3572 -#, c-format -msgid "No valid %s selected. Click on the Options button to select a company." -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3574 ../intl-scm/guile-strings.c:3580 -msgid "Customer Report" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3576 ../intl-scm/guile-strings.c:3582 -msgid "Vendor Report" -msgstr "" - -#. src/business/business-reports/owner-report.scm -#: ../intl-scm/guile-strings.c:3578 ../intl-scm/guile-strings.c:3584 -msgid "Employee Report" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3666 -msgid "My Company" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3668 -msgid "Display my company name and address?" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3672 -msgid "My Company ID" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3674 -msgid "Display my company ID?" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3680 -msgid "Display due date?" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3698 -msgid "Display the subtotals?" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3732 -msgid "Invoice Width" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3734 -msgid "The minimum width of the invoice." -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3736 ../intl-scm/guile-strings.c:3744 -msgid "Text" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3740 -msgid "Extra notes to put on the invoice (simple HTML is accepted)" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3742 ../intl-scm/guile-strings.c:3972 -msgid "Thank you for your patronage" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3768 -#, c-format -msgid "Invoice #%d" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3770 -msgid "INVOICE NOT POSTED" -msgstr "" - -#. src/business/business-reports/easy-invoice.scm -#: ../intl-scm/guile-strings.c:3778 ../intl-scm/guile-strings.c:3780 -#: ../intl-scm/guile-strings.c:3782 -msgid "Easy Invoice" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3786 -msgid "Sort By" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3788 -msgid "Sort Order" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3794 -msgid "Show Multi-currency Totals?" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3796 -msgid "Show zero balance items?" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3798 -#, c-format -msgid "" -"Transactions relating to '%s' contain more than one currency. This report " -"is not designed to cope with this possibility." -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3800 -msgid "Sort companies by" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3804 -msgid "Name of the company" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3806 -msgid "Total Owed" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3808 -msgid "Total amount owed to/from Company" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3810 -msgid "Bracket Total Owed" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3812 -msgid "Amount owed in oldest bracket - if same go to next oldest" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3814 -msgid "Sort order" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3816 -msgid "Increasing" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3818 -msgid "0 -> $999,999.99, A->Z" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3820 -msgid "Decreasing" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3822 -msgid "$999,999.99 -> $0, Z->A" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3824 -msgid "" -"Show multi-currency totals. If not selected, convert all totals to report " -"currency" -msgstr "" - -#. src/business/business-reports/aging.scm -#: ../intl-scm/guile-strings.c:3826 -msgid "Show all vendors/customers even if they have a zero balance." -msgstr "" - -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:3998 -msgid "Invoice Date" -msgstr "" - -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:4002 -msgid "Invoice in progress...." -msgstr "" - -#. src/business/business-reports/invoice.scm -#: ../intl-scm/guile-strings.c:4010 ../intl-scm/guile-strings.c:4012 -#: ../intl-scm/guile-strings.c:4014 -msgid "Printable Invoice" -msgstr "" - -#. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:4016 -msgid "Receivables Account" -msgstr "" - -#. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:4018 -msgid "The receivables account you wish to examine" -msgstr "" - -#. src/business/business-reports/receivables.scm -#: ../intl-scm/guile-strings.c:4020 ../intl-scm/guile-strings.c:4022 -msgid "Receivable Aging" -msgstr "" - -#: ../doc/tip_of_the_day.list.in:1 -msgid "" -"The GnuCash online manual has lots of helpful information. If you are " -"upgrading from earlier versions of GnuCash, the section \"What's new in " -"GnuCash 2.0\" is particularly interesting. You can access the manual under " -"the Help menu." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:6 -msgid "" -"You can easily import your existing financial data from Quicken, MS Money or " -"other programs that export QIF files or OFX files. In the File menu, click " -"on the sub-menu Import and click on QIF or OFX file, respectively. Then, " -"follow the instructions provided." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:11 -msgid "" -"If you are familiar with other financial programs such as Quicken, note that " -"GnuCash uses accounts instead of categories to track income and expenses. " -"For more information on income and expense accounts, please see the GnuCash " -"online manual." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:16 -msgid "" -"Create new accounts by clicking the New button in the main window tool bar. " -"This will bring up a dialog box where you can enter account details. For " -"more information on choosing an account type or setting up a chart of " -"accounts, please see the GnuCash online manual." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:22 -msgid "" -"Click the right mouse button in the main window to bring up the account menu " -"options. Within each register, clicking the right mouse button brings up the " -"transaction menu options." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:26 -msgid "" -"To enter multiple-split transactions such as a paycheck with multiple " -"deductions, click the Split button in the tool bar. Alternatively, in the " -"View menu, you can choose the register style Auto-Split Ledger or " -"Transaction Journal." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:31 -msgid "" -"As you enter amounts in the register, you can use the GnuCash calculator to " -"add, subtract, multiply and divide . Simply type the first value, then " -"select '+', '-','*', or '/'. Type the second value and press Enter to " -"record the calculated amount." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:36 -msgid "" -"Quick-fill makes it easy to enter common transactions. When you type the " -"first letter(s) of a common transaction description, GnuCash will " -"automatically complete the remainder of the transaction as it was last " -"entered." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:41 -msgid "" -"Type the first letter(s) of an existing account name in the Transfer " -"register column, and GnuCash will complete the name from your list of " -"accounts. For subaccounts, type the first letter(s) of the parent account, " -"followed by ':' and the first letter(s) of the subaccount (e.g. A:C for " -"Assets:Cash.)" -msgstr "" - -#: ../doc/tip_of_the_day.list.in:47 -msgid "" -"Want to see all your subaccount transactions in one register? From the main " -"menu, highlight the parent account and select Accounts -> Open Subaccounts " -"from the menu." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:51 -msgid "" -"When entering dates, you can type '+' or '-' to increment or decrement the " -"selected date. You can use '+' and '-' to increment and decrement check " -"numbers as well." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:55 -msgid "" -"To switch between multiple tabs in the main window, press Control+Alt+Page " -"Up/Down." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:58 -msgid "" -"In the reconcile window, you can press the spacebar to mark transactions as " -"reconciled. You can also press Tab and Shift-Tab to move between deposits " -"and withdrawals." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:62 -msgid "" -"To transfer funds between accounts with different currencies, click on the " -"Transfer button in the register toolbar, select the accounts, and the " -"Currency Transfer options for entering the exchange rate or the other " -"currency's amount will be available." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:67 -msgid "" -"You can pack multiple reports into a single window, providing all the " -"financial information you want at a glance. To do so, use the Sample & " -"Custom -> \"Custom Multicolumn Report\" report." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:72 -msgid "" -"Style Sheets affect how reports are displayed. Choose a style sheet for " -"your report as a report option, and use the Edit -> Style Sheets menu to " -"customize style sheets." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:76 -msgid "" -"To raise the accounts menu in the transfer field of a register page, press " -"the Menu key or the Ctrl-Down key combination." -msgstr "" - -#: ../doc/tip_of_the_day.list.in:79 -msgid "" -"The GnuCash developers are easy to contact. As well as several mailing " -"lists, you can chat to them live on IRC! Join them on #gnucash at irc.gnome." -"org" -msgstr "" - -#: ../doc/tip_of_the_day.list.in:83 -msgid "" -"There is a theory that if ever anyone discovers what the Universe is for and " -"why it is here, it will instantly disappear and be replaced with something " -"even more bizarre and inexplicable. There is another theory that this has " -"already happened. Douglas Adams, \"The Restaurant at the End of the Universe" -"\"" -msgstr "" From 2d90a002e2ac4ebc24e5e5aade766e5686203198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sun, 14 Dec 2008 07:41:49 +0000 Subject: [PATCH 116/344] Announce release 2.2.8. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17774 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/081214-2-2-8.news | 78 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 news/081214-2-2-8.news diff --git a/news/081214-2-2-8.news b/news/081214-2-2-8.news new file mode 100644 index 00000000..6891105c --- /dev/null +++ b/news/081214-2-2-8.news @@ -0,0 +1,78 @@ +Announcement: GnuCash 2.2.8 Release +2008-12-14 08:39 + +

        GnuCash 2.2.8 released

        +

        + The GnuCash development team proudly announces GnuCash 2.2.8 aka + "Crisis-Proof", the eighth bug fix release in a series of stable + releases of the GnuCash Free Accounting Software. +

        +

        Getting GnuCash

        +

        + GnuCash 2.2.8 can be downloaded from gnucash.org or sourceforge.net. + It is available as source code. For the Microsoft Windows operating + system there is a self-installing setup program which includes all + necessary additional libraries. +

        +

        + To install GnuCash on other platforms, users will need Gnome 2, guile, + and slib. Neither the currently used swig nor the previously used + g-wrap packages are needed anymore when compiling from tarball or when + installing a binary. +

        + +

        What's New in GnuCash 2.2.8?

        +

        + Fixed Bugs +

        +
          +
        • #115066: "Search For" dialog shows all when criteria is left as default
        • +
        • #128774: "Edit exchange rate" context menu item disfunctional often
        • +
        • #137017: date of transaction change with time zone change
        • +
        • #339433: TiaaCref price quote dates off by one day
        • +
        • #340041: 0 as an amount should be allowed in Exchange Editor
        • +
        • #345980: changing Stylesheet doesn't commit
        • +
        • #347274: to track the difference between budgeted and actual amounts in the budget report
        • +
        • #348860: Error with saved multicolumn reports
        • +
        • #405472: Unable to save changes on files opened over FUSE and sshfs
        • +
        • #432457: Security/stock import should follow tutorial regarding Account Name
        • +
        • #435427: "Generic import transaction matcher" dialog does not sort by date
        • +
        • #436342: Currency exchange druid does not show on changed
        • +
        • #436920: crash on loading OFX data for a commodity that exists without cusip field
        • +
        • #492417: currency mapping of New Israeli Shekel
        • +
        • #529494: Wrong fractional precision in register with multi-currency transactions
        • +
        • #532889: Monthly scheduled payments preview shows wrong dates
        • +
        • #536299: Fix two underlinking issues
        • +
        • #539947: OpenSolaris:__FUNCTION__ not defined in sun cc
        • +
        • #543332: Severe performance regression in Average Balance report
        • +
        • #548218: OpenSolaris: $(expression) cause configure error on solaris
        • +
        • #554042: OpenSolaris: configure fail on checking 'unsigned long is at least as big as guint32'
        • +
        • #557604: date-utilities.scm typos
        • +
        • #557374: MT940 import does not work
        • +
        • #563160: Multicolumn report: Confusing order of "Column span" and "Row span"
        • +
        • #563273: crash in GnuCash Finance Management: Starting GnuCash
        • +
        • #564033: aqbanking plugin: g_module_open failed: WEXITSTATUS undefined
        • +
        +

        Other Changes

        +
          +
        • Fix account defaulting for posting vendor bill
        • +
        • Fix tax-related inconsistency in UI
        • +
        • Fix the average cost price source computation for a certain case
        • +
        • Add account templates: Dutch, Finnish
        • +
        • Update account templates: Italian, Slovak
        • +
        • Update translations: Finnish, German, Hebrew, Italian, Japanese, Russian, Slovak, Simplified Chinese
        • +
        From 29159725d991056da2e7b1ce75df43d22aaa040f Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Thu, 8 Jan 2009 02:47:56 +0000 Subject: [PATCH 117/344] change to a less-high-character way of indiciating this to try to get Atom feed working. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17804 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/080427-2-2-5.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/080427-2-2-5.news b/news/080427-2-2-5.news index 15ceb4e6..f50b3300 100644 --- a/news/080427-2-2-5.news +++ b/news/080427-2-2-5.news @@ -59,7 +59,7 @@
      • #521957: Auto-save not canceled on opening other files
      • #522795: QIF Import: Does not support "ShtSell" or "CvrShrt" transactions
      • #523194: QIF Import: Existing commodities can cause import failure
      • -
      • #523922: GnuCash ships the wrong scalable icon and no small (22², 24²) sizes
      • +
      • #523922: GnuCash ships the wrong scalable icon and no small (22x22, 24x24) sizes
      • #527459: QIF Import: Support voided transactions
      • #527886: QIF Import: Support QIF numeric formats of 12'345.67 as produced by Quicken 4
      • #529232: Average Balance Report: Reversing the starting balance distorts the numbers
      • From 6302b42c2c5214e625a05ea9dbde1ec064869dd7 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 19 Feb 2009 14:49:06 +0000 Subject: [PATCH 118/344] Italian Website Translation (by Cristian Marchi) git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17934 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/it.po | 1201 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1201 insertions(+) create mode 100644 po/it.po diff --git a/po/it.po b/po/it.po new file mode 100644 index 00000000..f61902fe --- /dev/null +++ b/po/it.po @@ -0,0 +1,1201 @@ +# Italian translation of the GC website. +# Copyright (C) 2009 +# This file is distributed under the same license as the GnuCash package. +# Cristian Marchi , 2009. +msgid "" +msgstr "" +"Project-Id-Version: GnuCash ht-docs\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-22 08:17+0100\n" +"PO-Revision-Date: 2009-01-27 11:44+0100\n" +"Last-Translator: Cristian Marchi \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: index.phtml:3 +#: oldnews.phtml:2 +msgid "Free Accounting Software" +msgstr "Programma di contabilità gratuito" + +#: index.phtml:13 +msgid "Welcome to GnuCash.org" +msgstr "Benvenuti su GnuCash.org" + +#: index.phtml:15 +msgid "GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in ambito famigliare o in una piccola impresa, rilasciato gratuitamente con licenza GNU GPL e disponibile per GNU/Linux, BSD, Solaris, Mac OS X e Microsoft Windows." + +#: index.phtml:17 +msgid "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 to ensure balanced books and accurate reports. " +msgstr "Progettato per essere di semplice utilizzo, ma comunque potente e flessibile, GnuCash permette di tenere traccia dei conti bancari, delle azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il registro del libretto degli assegni, si basa sui principi fondamentali della contabilità per garantire il bilancio dei conti e l'accuratezza dei resoconti." + +#: index.phtml:20 +msgid "Feature Highlights" +msgstr "Caratteristiche principali" + +#: index.phtml:23 +msgid "QIF/OFX/HBCI Import, Transaction Matching" +msgstr "Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le transazioni" + +#: index.phtml:24 +#: features.phtml:36 +msgid "Reports, Graphs" +msgstr "Resoconti e grafici" + +#: index.phtml:25 +#: features.phtml:105 +msgid "Scheduled Transactions" +msgstr "Transazioni pianificate" + +#: index.phtml:26 +msgid "Financial Calculations " +msgstr "Calcolatrice finanziaria" + +#: index.phtml:30 +msgid "Double-Entry Accounting" +msgstr "Contibilità a partita doppia" + +#: index.phtml:31 +msgid "Stock/Bond/Mutual Fund Accounts" +msgstr "Conti per azioni, obbligazioni e fondi comuni" + +#: index.phtml:32 +msgid "Small-Business Accounting" +msgstr "Contabilità di piccole imprese" + +#: index.phtml:33 +msgid "Customers, Vendors, Jobs,
        Invoices, A/P, A/R" +msgstr "Clienti, venditori, lavori,
        fatture, conti per debiti e crediti correnti" + +#: index.phtml:39 +msgid "News" +msgstr "Novità" + +#: sizing.phtml:14 +msgid "It can often be quite interesting to study the source code metrics behind a software development project. Not a surprising interest: its accounting afterall. GnuCash has grown, over the years, from a small handy electronic checkbook to a rather large and multi-featured desktop app." +msgstr "Può rivelarsi interessante studiare le statistiche del codice sorgente relativamente a un progetto di sviluppo di un programma. Niente di originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso degli anni, da un piccolo e pratico registro degli assegni elettronico, fino a divenire un'applicazione desktop relativamente estesa e con molte caratteristiche." + +#: sizing.phtml:17 +msgid "GnuCash currently consists of over a third of a million lines of code spread over more than a thousand files. It has been translated into twenty-three languages and credits over 139 authors and contributors." +msgstr "GnuCash attualmente consiste di oltre un terzo di milione di linee di codice distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e hanno contribuito allo sviluppo oltre 139 persone fra autori e collaboratori." + +#: sizing.phtml:23 +msgid "If you've had trouble swimming through that mass of source code, think of it this way: printed out on paper, and bound into volumes, it would amount to several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-width's worth of source code." +msgstr "Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può immaginare in questo modo: stampato su carta, e rilegato in volumi, ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, circa la larghezza di una libreria di codice sorgente!" + +#: sizing.phtml:26 +msgid "Mind you, this is source code (and docs) crafted and debugged by actual humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) can generate gaziilions of lines of code automatically; I'm not counting those. Every last line counted here was typed in, edited, indented, tweaked, multiple times, by human hands." +msgstr "Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e corretto da umani; NON si tratta di codice generato automaticamente. Alcuni strumenti (quali glade o g-wrap) sono in grado di generare un'enorme quantità di di linee di codice automaticamente; queste non sono state conteggiate. Ogni singola linea conteggiata in questa sede, è stata più volte scritta, modificata, ordinata, regolata dal lavoro umano." + +#: sizing.phtml:29 +msgid "Given that we have about 400 outstanding bugs in bugzilla, that works out to about one bug per thousand lines of code, or one bug per 50 pages of printout. This bug count is actually not atypical for software projects; its near the norm." +msgstr "Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che che mediamente è presente un bug per ogni centinaio di linee di codice, o anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che atipico per i progetti di sviluppo di programmi: si può affermare che è nella norma." + +#: sizing.phtml:32 +msgid "The table below shows some historical lines-of-code and number-of-files metrics for the GnuCash development project. Note that not all of the code is counted: for instance, the Makefiles and configure.in and autogen.sh are not counted. Also, files that are automatically generated are not counted, nor are files that have been 'borrowed' from other projects. Also not counted are experimental files, miscellaneous perl scripts, various converters, addons and utilities. Finally, glade files are not counted, although large parts of the overall GUI are described in glade files." +msgstr "La tabella seguente mostra i dati storici relativi al numero di linee di codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono contabilizzate tutte le linee di codice: per esempio, i file Makefiles, configure.in e autogen.sh non sono contati. Anche i file generati automaticamente non sono stati considerati, come anche i file \"presi in prestito\" da altri progetti. Non sono contati neanche i file sperimentali, i vari script di perl, gli addon e le utility. Infine, non sono contabilizzati nemmeno i file glade anche se buona parte dell'interfaccia grafica è descritta nei file di questo tipo." + +#: sizing.phtml:35 +msgid "Note also that KLOC's are not a good metric of programmer productivity, nor even that wc is a good way of counting KLOC's. Much better measures are complexity metrics, which, for example, count the number and size of if-then-else blocks, or the number and size of all blocks, or the number of math operators per statement. Maybe someday we'll run one of those tools on this code. For now, this is what we have. On the other hand, we've attempted to count only those files that contain human-edited code, that is, files that are directly edited by humans. The point of doing this is to avoid artificially inflating the KLOC counts by counting automatically generated code (which is why the glade files are not counted: they are large and automatically generated)." +msgstr "Si noti anche che le KLOC non rappresentano una misura attendibile della produttività di un programmatore, e anche che wc non è il modo più adatto per conteggiare le KLOC. Misurazioni migliori derivano da conteggi complessi che, per esempio, esaminano il numero e la dimensione di tutti i blocchi, o il numero di operatori matematici per espressione. Forse un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; per ora questo è quello che si ha a disposizione. D'altra parte, si è cercato di conteggiare solamente quei file che contengono codice elaborato esclusivamente da umani. Questo è stato fatto per evitare di aumentare il valore delle KLOC includendo anche il codice generato automaticamente (per questo motivo i file di glade non sono computati: sono molto grandi e generati in automatico)." + +#: sizing.phtml:39 +msgid "Table 1. Historical Development Stats" +msgstr "Tabella 1. Statistiche storiche di sviluppo" + +#: sizing.phtml:43 +msgid "Version" +msgstr "Versione" + +#: sizing.phtml:44 +#: sizing.phtml:330 +msgid "engine" +msgstr "motore" + +#: sizing.phtml:45 +#: sizing.phtml:334 +msgid "backend" +msgstr "backend" + +#: sizing.phtml:46 +#: sizing.phtml:338 +msgid "register" +msgstr "registro" + +#: sizing.phtml:47 +msgid "ledger" +msgstr "libro mastro" + +#: sizing.phtml:48 +#: sizing.phtml:346 +msgid "motif" +msgstr "motif" + +#: sizing.phtml:49 +#: sizing.phtml:350 +msgid "gnome" +msgstr "gnome" + +#: sizing.phtml:50 +#: sizing.phtml:355 +msgid "misc app" +msgstr "applicazioni varie" + +#: sizing.phtml:51 +#: sizing.phtml:360 +msgid "import export" +msgstr "importazione ed esportazione" + +#: sizing.phtml:52 +#: sizing.phtml:365 +msgid "reports" +msgstr "resoconti" + +#: sizing.phtml:53 +msgid "scheme (misc)" +msgstr "scheme (vari)" + +#: sizing.phtml:54 +msgid "business" +msgstr "imprese" + +#: sizing.phtml:55 +#: sizing.phtml:380 +msgid "test" +msgstr "test" + +#: sizing.phtml:56 +msgid "user docs" +msgstr "documentazione dell'utente" + +#: sizing.phtml:57 +#: sizing.phtml:390 +msgid "internal txt" +msgstr "txt interni" + +#: sizing.phtml:58 +msgid "Total" +msgstr "Totale" + +#: sizing.phtml:59 +#: sizing.phtml:395 +msgid "Languages" +msgstr "Lingue" + +#: sizing.phtml:60 +#: sizing.phtml:400 +msgid "Author Credits" +msgstr "Ringraziamenti" + +#: sizing.phtml:319 +msgid "Each cell displays the following:" +msgstr "Ogni cella visualizza:" + +#: sizing.phtml:321 +msgid "number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). If there are no *.scm files in the directory, then only (KLOCS in *.c + KLOCS in *.h) are displayed. If there is only one number in the parenthesis, it is the approriate KLOC count for that statistic." +msgstr "numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). Se non sono presenti nella directory dei file di tipo *.scm, allora sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le parentesi è presente un solo numero, questo rappresenta il conteggio KLOC appropriato per quella statistica." + +#: sizing.phtml:324 +msgid "where KLOC == kilo-lines-of-code, as reported by wc. As noted above, wc is not a terribly good code metric, but its what we have handy." +msgstr "dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come riportato da wc. Come messo in evidenza in precedenza, wc non è un perfetto contatore di codice, ma è ciò che si ha a disposizione." + +#: sizing.phtml:327 +msgid "Table Column Legend" +msgstr "Legenda della colonna della tabella" + +#: sizing.phtml:331 +msgid "Contents of the src/engine and the include directories. The engine was split out from the motif code in version 1.1. The data storage backend (file-io, sql) was split out in the course of version 1.5" +msgstr "Contenuto della directory src/engine e delle sue sotto directory. Il motore è stato separato dal codice motif nella versione 1.1. Il backend per l'archiviazione dei dati (file-io, sql) è stato separato nel corso della versione 1.5." + +#: sizing.phtml:335 +msgid "Contents of the src/backend directory (version 1.7 and later) or of src/engine/file, src/engine/sql (version 1.6 and earlier)" +msgstr "Contenuto della directory src/backend (versione 1.7 e successive) o di src/engine/file, src/engine/sql (versione 1.6 e precedenti)" + +#: sizing.phtml:339 +msgid "Contents of the src/register directory (version 1.6 and earlier) or src/register/register-core (version 1.7 and later). The register was split out as a separate component from the motif code in version 1.1. As can be seen from the stats, the register code has been fairly stable. At version 1.7 and later, this cell shows a second count: the number of lines of code in src/register/register-gnome (previously counted as part of gnome)" +msgstr "Contenuto della directory src/register (versione 1.6 e precedenti) o src/register/register-core (versione 1.7 e successive) . Il registro è stato separato dal codice motif della versione 1.1. Come si può notare dalle statistiche, il codice del registro è piuttosto stabile. A partire dalla versione 1.7, questa cella mostra un secondo conteggio: il numero di linee di codice in src/register/register-gnome (prima conteggiate come parte di gnome)" + +#: sizing.phtml:343 +msgid "*.c, *.h files in the src directory only (version 1.6 and earlier) or src/register/ledger-core (version 1.7 and later)" +msgstr "file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/register/ledger-core (versione 1.7 e successive)" + +#: sizing.phtml:347 +msgid "Contents of the src/motif directory (version 1.2 and earlier). The motif version of the code was discontinued after version 1.2, after most of the non-gui code was moved to either the engine, the register or the ledger." +msgstr "Contenuto della directory src/motif (versione 1.2 e precedenti). La versione in motif del codice è stata abbandonata dopo la versione 1.2, allorché la maggior parte del codice non relativo all'interfaccia grafica è stato spostato o al motore,o al registro o al libro mastro." + +#: sizing.phtml:351 +msgid "Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For version 1.7 and later, this consists of src/gnome, src/gnome-search and src/gnome-util" +msgstr "Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/gnome-search e src/gnome-util" + +#: sizing.phtml:356 +msgid "Contents of miscellanous application-related directories (version 1.7 and later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" +msgstr "Contenuto delle directory relative ad applicazioni varie (versione 1.7 e successive): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" + +#: sizing.phtml:361 +msgid "Code to import and export various file formats: contents of the src/import-export directory." +msgstr "Codice per l'importazione e l'esportazione di file in vari formati: contenuto della directory src/import-export" + +#: sizing.phtml:366 +msgid "Code to generate reports and graphs: contents of the src/reports directory." +msgstr "Codice per la generazione di resoconti e grafici: contenuto della directory src/reports" + +#: sizing.phtml:370 +msgid "scheme" +msgstr "scheme" + +#: sizing.phtml:371 +msgid "scheme and guile code in directories src/scm plus src/guile (version 1.6 and earlier). In version 1.7 and later, much of this code went into reports, import/export, and into indiovidual modules; thus only miscellaneous code remains." +msgstr "Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e precedenti). Nella versione 1.7 e successive, la maggior parte di questo codice è stato destinato ai resoconti, all'importazione ed esportazione e ai moduli individuali; di conseguenza rimane solamente del codice vario." + +#: sizing.phtml:376 +msgid "Code to add small-business features: contents of the src/business directory." +msgstr "Codice per l'implementazione di funzioni dedicate alle piccole imprese: contenuto della directory src/business" + +#: sizing.phtml:381 +msgid "Code to peform automated regression tests: contents of the src/*/test directories." +msgstr "Codice per l'esecuzione di test di regressione automatici: contenuto delle directory src/*/test." + +#: sizing.phtml:385 +msgid "docs" +msgstr "documentazione" + +#: sizing.phtml:386 +msgid "English-language-only user documentation, including on-line help and manual (html, sgml or xml). For version 1.8.4 and later, the number below the bar counts the translated, non-english docs (currently de, es, fr, pt_PT). Both of these numbers are somewhat hard to count, because of fairly large format churns, and multiple competing versions." +msgstr "Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero sotto alla barra si riferisce alla documentazione tradotta (attualmente de, es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da calcolare a causa dei vari formati e versioni." + +#: sizing.phtml:391 +msgid "The number of design documents and README files aimed at developers. This includes *.txt files, *.texinfo files and README.* files in all subdirectories. For version 1.7 and later, only those in the src subdirectory are counted (leaving out some half-dozen scattered elsewhere)" +msgstr "Il numero di documenti di progetto e di file README rivolti agli sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le sotto directory. Per la versione 1.7 e successive, sono state contate solamente quelli nella sotto directory src (lasciandone fuori qualche mezza dozzina sparpagliata qua e là)" + +#: sizing.phtml:396 +msgid "The number of languages that the application messages have been translated to (the number of po/*.po files). In parenthesis, the number of messages in the message files (grep msgstr po/*.po |wc), in thousands." +msgstr "Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti (il numero di file po/*.po ). Tra parentesi, è riportato il numero in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" + +#: sizing.phtml:401 +msgid "The number of people credited in the AUTHORS file (version 1.6 and later) or the README file (earlier versions). These include lead developers, patch submitters and national-language translators. This includes additional credits listed in the gnucash-docs/AUTHORS file that are not listed in the main gnucash/AUTHORS file." +msgstr "Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) o nel file README (versioni precedenti). Sono inclusi gli sviluppatori principali, coloro che hanno fornito delle patch e i traduttori i cui nomi sono riportati nel file docs/AUTHORS e non nel file principale gnucash/AUTHORS. " + +#: docs.phtml:11 +msgid "GnuCash Documentation Project" +msgstr "Progetto per la documentazione di GnuCash" + +#: docs.phtml:13 +msgid "This page is the home of the Gnucash Documentation Project, our goal is to maintain a community of people working towards creation of high quality documentation for GnuCash." +msgstr "Questa è la pagina principale del progetto per la documentazione di GnuCash; l'obiettivo che si prefigge è quello di mantenere una comunità di persone che lavorano alla realizzazione di documentazione di elevata qualità per GnuCash" + +#: docs.phtml:15 +msgid "Everything you need concerning GnuCash documentation should be here, if you notice something missing, email gnucash-devel and we will add it." +msgstr "Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe essere qui. Se si nota la mancanza di qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di aggiungerla." + +#: docs.phtml:17 +#: docs.phtml:23 +msgid "Nightly Documentation Builds" +msgstr "Documentazione compilata in notturna" + +#: docs.phtml:18 +msgid "current unstable user documentation and developer documentation" +msgstr "L'attuale documentazione instabile dell'utente e dello sviluppatore" + +#: docs.phtml:20 +msgid "Every night a server builds the documentation from the current contents of the GnuCash subversion repository. This includes the Developer Documentation from Doxygen and User Documentation for the current unstable version of GnuCash." +msgstr "Ogni notte un server compila la documentazione partendo dal contenuto del deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori di Doxygen e la documentazione dell'utente relativa all'attuale versione instabile di GnuCash." + +#: docs.phtml:25 +#: docs.phtml:47 +#: docs.phtml:78 +msgid "Concepts Guide" +msgstr "Guida ai concetti" + +#: docs.phtml:26 +#: docs.phtml:39 +#: docs.phtml:73 +msgid "Help Manual" +msgstr "Manuale di aiuto" + +#: docs.phtml:27 +msgid "Doxygen Developer Documentation" +msgstr "Documentazione di Doxygen per gli sviluppatori" + +#: docs.phtml:32 +msgid "GnuCash v2.0 (current stable release)" +msgstr "GnuCash v2.0 (rilascio stabile attuale)" + +#: docs.phtml:34 +msgid "If you have a question about how to use GnuCash, you are in the right place. The first thing you should do is read the Help Manual and the Concepts Guide, most of your questions can probably be answered by these documents." +msgstr "Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida ai concetti; la maggior parte delle domande potrebbero trovare risposta in questi documenti." + +#: docs.phtml:35 +msgid "The Help Manual is designed to be a quick reference of how to accomplish specific tasks and how to use the features in GnuCash. The Concepts Guide is designed to be an in depth guide to the concepts behind using GnuCash with a tutorial to show how to put those concepts into practice." +msgstr "Il manuale di aiuto è pensato per costituire un rapido riferimento su come compiere delle operazioni specifiche e su come utilizzare le caratteristiche di GnuCash. La guida ai concetti costituisce invece un approfondimento dei concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche un esempio guidato su come mettere in pratica questi concetti." + +#: docs.phtml:41 +#: docs.phtml:43 +#: docs.phtml:49 +#: docs.phtml:50 +#: docs.phtml:74 +#: docs.phtml:76 +#: docs.phtml:79 +#: docs.phtml:80 +#: docs.phtml:84 +msgid "English" +msgstr "Inglese" + +#: docs.phtml:42 +#: docs.phtml:75 +#: docs.phtml:85 +msgid "Deutsch" +msgstr "Tedesco" + +#: docs.phtml:55 +msgid "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We want feedback from you, it is only through your comments that we know how to modify the documentation." +msgstr "Inviare una mail alla mailing list gnucash-user se non si è avuta una risposta soddisfacente al proprio quesito nel manuale di aiuto e nella guida ai concetti. Abbiamo bisogno dei vostri commenti, dato che che solo attraverso di essi possiamo capire come modificare la documentazione." + +#: docs.phtml:56 +msgid "Additionally, you can talk to someone via IRC at irc.gnome.org channel \"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions." +msgstr "In aggiunta, è possibile discutere con qualcuno, relativamente alla propria domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori risorse sono le wiki Inglese o Tedesca di GnuCash. Una wiki è un sito web interattivo in cui gli utenti registrati possono rispondere o proporre delle domande." + +#: docs.phtml:58 +msgid "Some people have written HOWTO guides or tutorials. Note: the information presented in these sources may or may not be updated to the most recent version of GnuCash. If you are interested in doing development work on these documents, you should contact the original authors." +msgstr "Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le informazioni presenti in queste fonti possono o non possono essere aggiornate alla versione più recente di GnuCash. Se si è interessati a sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." + +#: docs.phtml:60 +msgid "Neil Williams GnuCash documentation" +msgstr "Documentazione di GnuCash di Neil Williams (Inglese)" + +#: docs.phtml:61 +msgid "GnuCash for Business Users" +msgstr "GnuCash per le imprese (Inglese)" + +#: docs.phtml:62 +msgid "mirror" +msgstr "alternativamente:" + +#: docs.phtml:64 +msgid "Joe Mack's Tutorial" +msgstr "Guida pratica di Joe Mack (Inglese)" + +#: docs.phtml:66 +msgid "Dave Gilbert's User Guide (PDF)" +msgstr "Guida dell'utente di Dave Gilbert (PDF in Inglese)" + +#: docs.phtml:69 +msgid "Older GnuCash Documentation" +msgstr "Vecchia documentazione di GnuCash" + +#: docs.phtml:70 +msgid "This section contains all the older GnuCash documentation. If you are using one of these old versions of GnuCash, it is highly recommended that you upgrade to the latest stable version." +msgstr "Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda caldamente di aggiornarla all'ultima versione stabile." + +#: docs.phtml:86 +msgid "Espagnol" +msgstr "Spagnolo" + +#: docs.phtml:87 +msgid "Português" +msgstr "Portoghese" + +#: docs.phtml:90 +msgid "Documentation Development" +msgstr "Sviluppo della documentazione" + +#: docs.phtml:92 +msgid "Interesting Links" +msgstr "Collegamenti di interesse" + +#: docs.phtml:93 +msgid "The following links are for further sites that can help with the documentation and review process." +msgstr "I collegamenti seguenti sono relativi ad altri siti che possono essere di aiuto per i processi di creazione e di revisione della documentazione." + +#: docs.phtml:100 +msgid "For both reviewers and documentation writers" +msgstr "Per revisori e autori di documentazione" + +#: docs.phtml:101 +msgid "Please read the following guides. The new docs are based on the GNOME2 XML docbook system. Everyone wishing to help please follow these guides where possible when reviewing and/or writing docs." +msgstr "Leggere le seguenti guide. La nuova documentazione è basata sul sistema docbook GNOME2 XML. Se si desidera contribuire, si consiglia di seguire queste guide, dove possibile, al momento della revisione o della stesura della documentazione. " + +#: docs.phtml:106 +msgid "We suggest also subscribing to " +msgstr "Si consiglia anche l'iscrizione a " + +#: docs.phtml:108 +msgid "Reviewers" +msgstr "Revisori" + +#: docs.phtml:109 +msgid "Please check out the documentation module from the GnuCash svn - gnucash-docs. For those not familiar with svn, the GnuCash wiki has a description. The only change to get the docs is to change the checkout gnucash to checkout gnucash-docs. You can also start from the current docs tarball." +msgstr "Controllare il modulo della documentazione dal deposito svn di GnuCash dedicato: /gnucash-docs. Se non si ha familiarità con il sistema svn, la wiki di GnuCash ne riporta una descrizione. L'unica modifica da effettuare per ottenere la documentazione, consiste nell'utilizzare il comando «checkout gnucash-docs» in luogo di «checkout gnucash». In alternativa si può partire dal file scaricabile del pacchetto della documentazione." + +#: docs.phtml:110 +msgid "The best way of retaining comments about docs in an easy to find way for everyone would be to use bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy." +msgstr "Il miglior modo per sottoporre in maniera semplice le proprie osservazioni relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug indicandolo come relativo alla documentazione. Questo può avvenire anche utilizzando \"bug-buddy\"." + +#: docs.phtml:112 +msgid "Writers" +msgstr "Autori" + +#: docs.phtml:113 +msgid "Also checkout the docs svn as above. The usual procedure for contributors to GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla if you wish." +msgstr "Si consiglia di controllare anche la documentazione nel deposito svn come descritto più sopra. La normale procedura per chi desidera contribuire al progetto GnuCash, consiste dapprima nell'invio di patch alla mailing list gnucash-devel.Qualcuno si occuperà di applicare le patch al deposito svn fino a quando non verrà fornito un account. Le patch possono anche essere aggiunte direttamente nella relativa segnalazione su bugzilla." + +#: docs.phtml:114 +msgid "Please let other writers know which section you wish to tackle. Please forward this to gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'." +msgstr "Si consiglia di rendere noto agli altri autori la sezione su cui si desidera lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone interessate possano dare il via libera o comunicare che quella particolare sezione è già assegnata a qualcun altro." + +#: docs.phtml:115 +msgid "You may also want to retain a local copy of the old documentation to refer to when writing. This still has a lot of useful information in it which hasn't been transferred to the new docs" +msgstr "Può anche risultare utile mantenere una copia locale della vecchia documentazione come riferimento per la scrittura: essa contiene ancora una grande quantità di informazioni utili che non sono ancora state trasferite nella nuova documentazione." + +#: oldnews.phtml:11 +msgid "Older Announcements" +msgstr "Vecchi annunci" + +#: oldnews.phtml:14 +msgid "This is an archive of announcements that once appeared on the GnuCash home page." +msgstr "Questo è un archivio di annunci comparsi in passato nella pagina principale di GnuCash." + +#: features.phtml:22 +msgid "Checkbook-Style Register" +msgstr "Registro in stile libretto degli assegni" + +#: features.phtml:26 +msgid "The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions. The register supports common checking and credit-card transactions, as well as income, stock and currency transactions." +msgstr "Il registro in stile libretto degli assegni fornisce un'interfaccia personalizzata, conveniente e familiare per l'inserimento delle transazioni finanziarie. Il registro supporta le comuni transazioni relative agli assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e trasferimenti in valuta." + +#: features.phtml:30 +msgid "Double Entry" +msgstr "Partita doppia" + +#: features.phtml:32 +msgid "Every transaction must debit one account and credit others by an equal amount. This ensures that the \"books balance\": that the difference between income and outflow exactly equals the sum of all assets and equity." +msgstr "Ogni transazione deve addebitare un conto e accreditarne un altro di uno stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro in entrata e denaro in uscita) sia pari alla somma di attività e capitali." + +#: features.phtml:39 +msgid "GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit & Loss, Portfolio Valuation, and many others." +msgstr "GnuCash possiede un modulo integrato per la realizzazione di grafici e resoconti, ed è fornito completo di una serie completa di resoconti predefiniti e personalizzabili quali fogli di bilancio, profitti e perdite, valutazione del portafoglio e molti altri." + +#: features.phtml:43 +msgid "Income/Expense Account Types" +msgstr "Conti di entrate e uscite" + +#: features.phtml:44 +msgid "Income/Expense Account Types (Categories) allow you to categorize your cash flow. When used properly with the double-entry feature and equity accounts, these enable you to generate reports, such as Profit & Loss, that plain-vanilla systems cannot handle." +msgstr "I conti (categorie) di tipo entrate/uscite permettono di categorizzare i flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e i conti del capitale, essi permettono la generazione di resoconti, per esempio, relativi a profitti e perdite che altri sistemi non sono in grado di elaborare." + +#: features.phtml:48 +msgid "Multiple Currencies" +msgstr "Valute multiple" + +#: features.phtml:49 +msgid "Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled." +msgstr "I diversi conti possono avere valute differenti. I trasferimenti in valuta sono completamente bilanciati quando è abilitata la partita doppia." + +#: features.phtml:53 +msgid "Stock/Mutual Fund Portfolios" +msgstr "Portafogli di azioni e fondi comuni" + +#: features.phtml:54 +msgid "Track stocks individually (one per account) or in portfolio of accounts (a group of accounts that can be displayed together)." +msgstr "Le azioni possono essere tracciate individualmente (una per conto) o in un portafoglio di conti (un gruppo di conti che possono essere visualizzati insieme)." + +#: features.phtml:57 +msgid "Small Business Accounting Features" +msgstr "Funzioni per la contabilità di piccole imprese" + +#: features.phtml:59 +msgid "Simplify managing a small business with Customer and Vendor tracking, Invoicing and Bill Payment, and Tax and Billing Terms." +msgstr "La gestione di una piccola impresa è semplificata grazie alle funzioni di registrazione di clienti e venditori, di fatturazione e pagamento, dei termini di pagamento e delle imposte." + +#: features.phtml:62 +msgid "QIF Import" +msgstr "Importazione QIF" + +#: features.phtml:63 +msgid "Intuit® Quicken® QIF files can be imported, and are automatically merged to eliminate duplicate transactions." +msgstr "I file QIF di Intuit® Quicken® possono essere importati e sono automaticamente uniti per eliminare le transazioni duplicate." + +#: features.phtml:66 +msgid "OFX Import" +msgstr "Importazione OFX" + +#: features.phtml:67 +msgid "GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are starting to use." +msgstr "GnuCash è il primo programma gratuito a fornire il supporto per il protocollo Open Financial Exchange che la maggior parte delle banche e dei servizi finanziari stanno adottando." + +#: features.phtml:70 +msgid "HBCI Support" +msgstr "Supporto al sistema HBCI" + +#: features.phtml:71 +msgid "GnuCash is the first free software application to support the German Home Banking Computer Information protocol, allowing German users to perform statement download and initiate bank transfers and direct debits." +msgstr "GnuCash è il primo programma gratuito a fornire il supporto al protocollo Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di inizializzare i trasferimenti bancari e igli addebiti diretti." + +#: features.phtml:74 +msgid "Improved Import Transaction Matching" +msgstr "Individuazione migliorata delle corrispondenze tra le transazioni in fase di importazione" + +#: features.phtml:75 +msgid "The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately recognizes duplicate transactions during file import." +msgstr "Lo sviluppo del supporto per OFX e HBCI hanno anche comportato un miglioramento del sistema di individuazione delle corrispondenze tra transazioni in grado ora di riconoscere più facilmente le transazioni duplicate durante il processo di importazione." + +#: features.phtml:78 +msgid "Statement Reconciliation" +msgstr "Riconciliazione con l'estratto conto" + +#: features.phtml:79 +msgid "A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy." +msgstr "Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e liquidati, rende molto semplice il bilancio dei conti con i propri estratti conti." + +#: features.phtml:82 +msgid "Localization" +msgstr "Localizzazione" + +#: features.phtml:83 +msgid "Handles internationalized dates and currencies. The Gnucash menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish." +msgstr "GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in Inglese, Francese, Portoghese, Spagnolo e Italiano." + +#: features.phtml:86 +msgid "Transaction Finder" +msgstr "Strumento per la ricerca delle transazioni" + +#: features.phtml:89 +msgid "A powerful transaction query dialogue can help you quickly locate a needle in a haystack." +msgstr "Una potente procedura per la ricerca di transazioni può aiutare a individuare rapidamente un ago in un pagliaio." + +#: features.phtml:92 +msgid "General Ledger" +msgstr "Libro mastro generale" + +#: features.phtml:93 +msgid "Multiple accounts can be displayed in one register window at the same time. This can ease the trouble of tracking down typing/entry errors. It also provides a convenient way of viewing a portfolio of many stocks, by showing all transactions in that portfolio." +msgstr "In una finestra del registro è possibile visualizzare più conti allo stesso tempo. Questo facilita la ricerca degli errori di battitura o inserimento; fornisce anche un metodo conveniente di visualizzare un partafoglio di più azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." + +#: features.phtml:96 +msgid "Online Stock & Mutual Fund Quotes" +msgstr "Quotazioni di azioni e fondi comuni online" + +#: features.phtml:97 +msgid "Get Stock & Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly." +msgstr "Le quotazioni di azioni e fondi comuni possono essere reperite da diversi siti internet, permettendo l'aggiornamento automatico del portafoglio. Per di più, le fonti dei prezzi sono aggiunte regolarmente." + +#: features.phtml:100 +msgid "Check Printing" +msgstr "Stampa degli assegni" + +#: features.phtml:101 +msgid "Checks may be printed in standard formats on common check stocks. A customization GUI allows custom check layouts to be developed." +msgstr "Gli assegni possono essere stampati con un formato predefinito per i comuni gruppi di assegni. Un'interfaccia di personalizzazione permette di definire dei formati personalizzati." + +#: features.phtml:106 +msgid "You can now create recurring transactions, including automatic reminders when a transaction is due, the ability to postpone a scheduled transaction without canceling it, and the ability to specify only a limited number of transactions." +msgstr "È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria automatici relativi alla scadenza di una transazione, posticipare una transazione pianificata senza eliminarla e specificare solo un certo numero di transazioni." + +#: features.phtml:109 +msgid "Mortgage & Loan Repayment Druid" +msgstr "Procedura per il rimborso di mutui e ipoteche" + +#: features.phtml:110 +msgid "A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "Un percorso guidato a finestre per la configurazione dei pagamenti di prestiti come transazioni pianificate." + +#: features.phtml:115 +msgid "New User Manual and Help" +msgstr "Nuovo manuale utente e aiuto" + +#: features.phtml:116 +msgid "A new help subsystem that focuses on how to do tasks is now available, in addition to a Tutorial and Concepts guide that gives the user background information on accounting principles and how they are reflected in GnuCash." +msgstr "È ora disponibile un sotto sistema di aiuto che si concentra su come eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e manuale di GnuCash\" che fornisce all'utente le informazioni di base relative ai principi di contabilità e su come questi vengano applicati da GnuCash." + +#: externals/header.phtml:25 +msgid "Language" +msgstr "Lingua" + +#: externals/header.phtml:35 +msgid "Continent" +msgstr "Continente" + +#: externals/footer.phtml:4 +msgid "Server & email outage reports to: " +msgstr "Segnalare i problemi relativi a server ed email a:" + +#: externals/footer.phtml:5 +#: search/templates/NMZ.foot.php_tmpl:15 +msgid "Translation problems? Contact: gnucash-devel@gnucash.org" +msgstr "Problemi di traduzione? Contattare gnucash-devel@gnucash.org" + +#: externals/menu.phtml:11 +msgid "Information" +msgstr "Informazioni" + +#: externals/menu.phtml:14 +msgid "About / News" +msgstr "Informazioni / Novità" + +#: externals/menu.phtml:16 +msgid "Screenshots, Features" +msgstr "Immagini, caratteristiche" + +#: externals/menu.phtml:17 +msgid "How to help" +msgstr "Come contribuire" + +#: externals/menu.phtml:23 +#: externals/menu.phtml:25 +msgid "Documentation" +msgstr "Documentazione" + +#: externals/menu.phtml:26 +msgid "FAQ" +msgstr "FAQ" + +#: externals/menu.phtml:27 +msgid "Wiki" +msgstr "Wiki" + +#: externals/menu.phtml:29 +msgid "Mailing Lists" +msgstr "Mailing list" + +#: externals/menu.phtml:31 +msgid "Search" +msgstr "Cerca" + +#: externals/menu.phtml:33 +msgid "Bug Reports" +msgstr "Segnalazione problemi" + +#: externals/menu.phtml:34 +msgid "IRC (Chat)" +msgstr "IRC (Chat)" + +#: externals/menu.phtml:35 +msgid "Donations" +msgstr "Donazioni" + +#: externals/menu.phtml:42 +msgid "Downloads" +msgstr "Download" + +#: externals/menu.phtml:45 +msgid "Source code, Windows binary" +msgstr "Codice sorgente, binari per Windows" + +#: externals/menu.phtml:46 +msgid "Source code only (USA)" +msgstr "Solo codice sorgente (USA)" + +#: externals/menu.phtml:47 +msgid "Source code only (Europe)" +msgstr "Solo codice sorgente (Europa)" + +#: externals/menu.phtml:54 +msgid "Developer Information" +msgstr "Informazioni sugli sviluppatori" + +#: externals/menu.phtml:57 +msgid "Source Docs" +msgstr "Documentazione del codice sorgente" + +#: externals/menu.phtml:58 +msgid "Browse Source Code" +msgstr "Sfoglia il codice sorgente" + +#: externals/menu.phtml:59 +msgid "Subversion Access" +msgstr "Accesso al codice" + +#: externals/menu.phtml:60 +msgid "Language Translations" +msgstr "Localizzazioni" + +#: externals/menu.phtml:61 +msgid "Sizing" +msgstr "Dimensioni" + +#: search/templates/NMZ.result.short.php_tmpl:4 +#: search/templates/NMZ.result.normal.php_tmpl:4 +msgid "score" +msgstr "punteggio" + +#: search/templates/NMZ.result.short.php_tmpl:6 +#: search/templates/NMZ.result.normal.php_tmpl:9 +msgid "(${size} bytes)" +msgstr "(${dimensione} byte)" + +#: search/templates/NMZ.body.php_tmpl:4 +#: search/templates/NMZ.head.php_tmpl:27 +msgid "Query" +msgstr "Richiesta" + +#: search/templates/NMZ.body.php_tmpl:6 +msgid "Single term query" +msgstr "Richiesta per un singolo termine" + +#: search/templates/NMZ.body.php_tmpl:8 +msgid "" +"This query specifies only one term for retrieving all of the\n" +"documents which contain that term, for example:" +msgstr "" +"Questa richiesta specifica un unico termine per la ricerca dei\n" +"documenti che lo contengono, per esempio:" + +#: search/templates/NMZ.body.php_tmpl:16 +msgid "AND query" +msgstr "richiesta con E logica" + +#: search/templates/NMZ.body.php_tmpl:19 +msgid "" +"This query specifies two or more terms for retrieving all of the\n" +"documents which contain both terms. Insert the\n" +"and operator between the terms, e.g." +msgstr "" +"Questa richiesta specifica due o più termini per la ricerca dei\n" +"documenti che li contengono tutti. Inserire l'operatore\n" +"and tra i termini, per esempio:" + +#: search/templates/NMZ.body.php_tmpl:29 +msgid "" +"You can omit the and operator. Terms which are\n" +"separated by one or more spaces are assumed to be an AND query." +msgstr "" +"Si può omettere l'operatore and. I termini separati\n" +"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E logico)." + +#: search/templates/NMZ.body.php_tmpl:33 +msgid "OR query" +msgstr "richiesta con O logica" + +#: search/templates/NMZ.body.php_tmpl:35 +msgid "" +"This query specifies two or more terms for retrieving all\n" +"documents which contain any one term. Insert the\n" +"or operator between the terms,\n" +"e.g." +msgstr "" +"Questa richiesta specifica due o più termini per la ricerca dei\n" +"documenti che ne contengono almeno uno. Inserire l'operatore\n" +"or tra i termini, per esempio:" + +#: search/templates/NMZ.body.php_tmpl:45 +msgid "NOT query" +msgstr "richiesta con NON logico" + +#: search/templates/NMZ.body.php_tmpl:47 +msgid "" +"This query specifies two or more terms for retrieving all of the\n" +"documents which contain a first term but do not contain the\n" +"following terms. Insert the not\n" +"operator between the terms, for example:" +msgstr "" +"Questa richiesta specifica due o più termini per la ricerca dei\n" +"documenti che contengono il primo ma non i successivi.\n" +"Inserire l'operatore not\n" +"tra i termini, per esempio:" + +#: search/templates/NMZ.body.php_tmpl:58 +msgid "Grouping" +msgstr "Raggruppamento" + +#: search/templates/NMZ.body.php_tmpl:60 +msgid "" +"You can group queries by surrounding them by\n" +"parentheses. The parentheses should be separated by one or\n" +"more spaces. e.g." +msgstr "" +"Le richieste possono essere raggruppate racchiudendole\n" +"tra parentesi. Le parentesi devono essere separate da uno\n" +"o più spazi. Per esempio:" + +#: search/templates/NMZ.body.php_tmpl:69 +msgid "Phrase searching" +msgstr "Ricerca per frasi" + +#: search/templates/NMZ.body.php_tmpl:71 +msgid "" +"You can search for a phrase that consists of two or more terms\n" +"by surrounding them with double quotation marks or braces such as\n" +"\"...\" and {...}.\n" +"In Namazu, the precision of phrase searching is not 100%,\n" +"so wrong results may occasionally occur. Example:" +msgstr "" +"Permette di ricercare una frase che consiste di due o più termini\n" +"racchiudendola tra apici (\"...\")\n" +"e parentesi graffe ({...}.\n" +"In Namazu, la precisione di ricerca della frase non è esattamente del 100%,\n" +"quindi possono verificarsi degli errori. Esempio:" + +#: search/templates/NMZ.body.php_tmpl:88 +msgid "Substring matching" +msgstr "Ricerca all'interno delle stringhe" + +#: search/templates/NMZ.body.php_tmpl:90 +msgid "There are three types of searching by substring matching." +msgstr "Esistono tre tipologie di ricerca all'interno delle stringhe." + +#: search/templates/NMZ.body.php_tmpl:94 +msgid "Prefix matching" +msgstr "Corrispondenza del prefisso" + +#: search/templates/NMZ.body.php_tmpl:95 +msgid "(terms which begin with inter)" +msgstr "(termini che iniziano con inter)" + +#: search/templates/NMZ.body.php_tmpl:96 +msgid "Inside matching" +msgstr "Corrispondenza della parte centrale" + +#: search/templates/NMZ.body.php_tmpl:97 +msgid "(terms which contain text)" +msgstr "(termini che contengono text)" + +#: search/templates/NMZ.body.php_tmpl:98 +msgid "Suffix matching" +msgstr "Corrispondenza del suffisso" + +#: search/templates/NMZ.body.php_tmpl:100 +msgid "(terms which terminated with net)" +msgstr "(Termini che finiscono con net)" + +#: search/templates/NMZ.body.php_tmpl:104 +msgid "Regular expressions" +msgstr "Espressione regolare" + +#: search/templates/NMZ.body.php_tmpl:107 +msgid "" +"You can use regular expressions for pattern matching. The\n" +"regular expressions must be surrounded by slashes like /.../. Namazu uses Ruby's regular\n" +"regular expressions engine. It generally offers a Perl compatible flavor.\n" +"e.g.," +msgstr "" +"È possibile utilizzare un'espressione regolare. Questa deve\n" +"essere racchiusa tra slash (/.../)\n" +"Namazu si avvale del motore per espressioni regolari fornito da\n" +"Ruby\n" +" Generalmente è\n" +"compatibile con Perl. Per esempio:" + +#: search/templates/NMZ.body.php_tmpl:121 +msgid "Field-specified searching" +msgstr "Ricerca per campi specifici" + +#: search/templates/NMZ.body.php_tmpl:123 +msgid "" +"You can limit your search to specific fields such as\n" +"Subject:, From:,\n" +"Message-Id:. This feature is especially convenient for\n" +"Mail/News documents, for example:" +msgstr "" +"La ricerca può essere limitata a campi specifici quali\n" +"Subject:, From:,\n" +"Message-Id:. Questa funzionalità è\n" +"particolarmente utile per le notizie e le mail, per esempio:" + +#: search/templates/NMZ.body.php_tmpl:131 +msgid "" +"(Retrieves all documents which contain Linux\n" +"in a Subject: field)" +msgstr "" +"(Recupera tutti i documenti che contengono il termine\n" +"Linux nel campo Subject:)" + +#: search/templates/NMZ.body.php_tmpl:136 +msgid "" +"(Retrieves all documents which contain GNU Emacs\n" +"in a Subject: field)" +msgstr "" +"(Recupera tutti i documenti che contengono la frase\n" +"GNU Emacs nel campo Subject:)" + +#: search/templates/NMZ.body.php_tmpl:141 +msgid "" +"(Retrieves all documents which contain foo@bar.jp\n" +"in a From: field)" +msgstr "" +"(Recupera tutti i documenti che contengono la stringa\n" +"foo@bar.jp\n" +" nel campo From:)" + +#: search/templates/NMZ.body.php_tmpl:147 +msgid "" +"(Retrieves a certain document which contains specified\n" +"Message-Id:)" +msgstr "" +"(Recupera un particolare documento che contiene la stringa\n" +" specificata Message-Id:)" + +#: search/templates/NMZ.body.php_tmpl:152 +msgid "Notes" +msgstr "Note" + +#: search/templates/NMZ.body.php_tmpl:155 +msgid "" +"In any queries, Namazu ignores case distinctions of\n" +"alphabet characters; i.e. Namazu does\n" +"case-insensitive pattern matching." +msgstr "" +"In ogni richiesta, Namazu non opera alcuna distinzione\n" +"tra i caratteri MAIUSCOLI e minuscoli." + +#: search/templates/NMZ.body.php_tmpl:160 +msgid "" +"Japanese phrases are automatically segmented into\n" +"morphemes and are handled as phrase searching. This process occasionally\n" +"causes invalid segmentation." +msgstr "" +"Le frasi Giapponesi sono automaticamente spezzate in\n" +"morfemi e sono trattate come \n" +"ricerche per frasi.\n" +"Questo processo occasionalmente crea delle\n" +"segmentazioni non corrette." + +#: search/templates/NMZ.body.php_tmpl:166 +msgid "" +"Letters, numbers or parts of symbols (duplicated in\n" +"ASCII) which are defined in JIS X 0208 (Japanese\n" +"Industrial Standards) are handled as ASCII characters." +msgstr "" +"Le lettere, i numeri o parti di simboli (duplicati in ASCII)\n" +"che sono definiti nel JIS X 0208 (Standard industriale\n" +"Giapponese) vengono trattati come caratteri ASCII." + +#: search/templates/NMZ.body.php_tmpl:171 +msgid "" +"Namazu can handle a term which contains symbols like\n" +"TCP/IP. Since this method of handling isn't complete,\n" +"you can also describe the term as TCP and IP instead of\n" +"TCP/IP, but it may cause noisy results." +msgstr "" +"Namazu in grado di gestire i termini che contengono simboli\n" +"come TCP/IP. Dato che questo metodo non è\n" +"completo, è anche possibile descrivere lo stesso termine come\n" +"TCP and IP, anche se si possono ottenere dei\n" +" risultati indesiderati." + +#: search/templates/NMZ.body.php_tmpl:178 +msgid "" +"Substring matching and field-specified searching takes\n" +"more time than other methods." +msgstr "" +"La ricerca all'interno delle stringhe e la ricerca per campi specifici,\n" +"richiedono più tempo rispetto agli altri metodi." + +#: search/templates/NMZ.body.php_tmpl:182 +#: search/templates/NMZ.tips.php_tmpl:60 +msgid "" +"If you want to use and,\n" +"or or not as ordinary keywords
        \n" +"You can surround them respectively with double quotes like \"...\" or braces like {...}." +msgstr "" +"Se si vogliono ricercare gli operatori and,\n" +"or o not come fossero normali parole chiave
        \n" +"si devono inserire tra apici (\"...\") o tra\n" +"parentesi graffe ({...})." + +#: search/templates/NMZ.foot.php_tmpl:9 +msgid "This search system is powered by:" +msgstr "Il sistema di ricerca è fornito da:" + +#: search/templates/NMZ.tips.php_tmpl:4 +msgid "Tips on searching" +msgstr "Suggerimenti per la ricerca" + +#: search/templates/NMZ.tips.php_tmpl:7 +msgid "If you have trouble with searching, you can check the following tips." +msgstr "Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti seguenti." + +#: search/templates/NMZ.tips.php_tmpl:11 +msgid "" +"Check a spelling of your keyword
        \n" +"Namazu can't find anything with wrong spelling." +msgstr "" +"Controllare l'ortografia della parola chiave
        \n" +"Namazu non è in grado di trovare le richieste che\n" +"hanno l'ortografia non corretta." + +#: search/templates/NMZ.tips.php_tmpl:15 +msgid "Add keywords" +msgstr "Aggiungi parole chiave" + +#: search/templates/NMZ.tips.php_tmpl:17 +msgid "" +"If you gained no results or too few results, you can add one\n" +"or more related keywords with or operator. You should get more results.\n" +"e.g.," +msgstr "" +"Se i risultati ottenuti sono troppo pochi, è possibile aggiungere una\n" +"o più parole chiave con l'operatore or.\n" +"Si dovrebbero ottenere più risultati. Per esempio:" + +#: search/templates/NMZ.tips.php_tmpl:23 +msgid "" +"If you gained too many results, you can add one or more\n" +"related keywords with and\n" +"operator. It makes your search more limited. e.g.," +msgstr "" +"Se i risultati ottenuti sono troppi, si possono aggiungere una o più\n" +"parole chiavi con l'operatore logico and.\n" +"Si otterrà una ricerca più mirata. Per esempio," + +#: search/templates/NMZ.tips.php_tmpl:29 +msgid "Try substring matching" +msgstr "Provare con la ricerca all'interno delle stringhe" + +#: search/templates/NMZ.tips.php_tmpl:31 +msgid "" +"If you gained no results or too few results, you can try\n" +"substring matching." +msgstr "" +"Se si sono ottenuti pochi risultati o addirittura nessuno, è possibile\n" +"riprovare con la ricerca all'interno delle stringhe." + +#: search/templates/NMZ.tips.php_tmpl:34 +msgid "" +"You can specify tex* to\n" +"search for terms which begin with\n" +"tex (e.g., tex,\n" +"texi2html,\n" +"texindex, text)." +msgstr "" +"Si può specificare tex* per\n" +"ricercare i termini che iniziano con tex (per esempio\n" +"tex, texi2html,\n" +"texindex, text)." + +#: search/templates/NMZ.tips.php_tmpl:41 +msgid "" +"You can specify *tex to\n" +"search for terms which terminated with tex (e.g.,\n" +"bibtex,\n" +"jlatex, latex,\n" +"platex, ptex, vertex)." +msgstr "" +"Si può specificare *tex per\n" +"ricercare i termini che finiscono per tex (per esempio\n" +"bibtex,\n" +"jlatex, latex,\n" +"platex, ptex, vertex)." + +#: search/templates/NMZ.tips.php_tmpl:48 +msgid "" +"You can specify *tex* to\n" +"search for terms which contain tex (many)." +msgstr "" +"Si può specificare *tex* per\n" +"ricercare i termini che contengono la stringa tex (molti!)." + +#: search/templates/NMZ.tips.php_tmpl:53 +msgid "" +"You tried phrase searching but it hit documents which\n" +"didn't contain your phrase." +msgstr "" +"Si è scelta la ricerca di una frase ma sono stati presi in esame\n" +"dei documenti che non la contenevano." + +#: search/templates/NMZ.tips.php_tmpl:56 +msgid "" +"It's a defect of Namazu. Precision of phrase searching is\n" +"not 100%, so it cause wrong results occasionally." +msgstr "" +"È un difetto di Namazu. La precisione della ricerca della \n" +"frase non è del 100%, quindi possono occasionalmente \n" +"presentarsi dei risultati errati." + +#: search/templates/NMZ.head.php_tmpl:2 +msgid "Mailing List Search" +msgstr "Cerca nella mailing list" + +#: search/templates/NMZ.head.php_tmpl:29 +msgid "Search!" +msgstr "Cerca!" + +#: search/templates/NMZ.head.php_tmpl:31 +msgid "[How to search]" +msgstr "[Come cercare]" + +#: search/templates/NMZ.head.php_tmpl:34 +msgid "Display" +msgstr "Visualizza" + +#: search/templates/NMZ.head.php_tmpl:42 +msgid "Description" +msgstr "Descrizione" + +#: search/templates/NMZ.head.php_tmpl:44 +msgid "normal" +msgstr "normale" + +#: search/templates/NMZ.head.php_tmpl:45 +msgid "short" +msgstr "corta" + +#: search/templates/NMZ.head.php_tmpl:47 +msgid "Sort" +msgstr "Ordine" + +#: search/templates/NMZ.head.php_tmpl:49 +msgid "by score" +msgstr "per punteggio" + +#: search/templates/NMZ.head.php_tmpl:50 +msgid "by date in late order" +msgstr "per data dalla più recente" + +#: search/templates/NMZ.head.php_tmpl:51 +msgid "by date in early order" +msgstr "per data dalla più vecchia" + +#: search/templates/NMZ.head.php_tmpl:52 +msgid "by title in ascending order" +msgstr "per titolo in ordine crescente" + +#: search/templates/NMZ.head.php_tmpl:53 +msgid "by title in descending order" +msgstr "per titolo in ordine decrescente" + +#: search/templates/NMZ.head.php_tmpl:54 +msgid "by author in ascending order" +msgstr "per autore in ordine crescente" + +#: search/templates/NMZ.head.php_tmpl:55 +msgid "by author in descending order" +msgstr "per autore in ordine decrescente" + +#: search/templates/NMZ.head.php_tmpl:56 +msgid "by size in ascending order" +msgstr "per dimensione in ordine crescente" + +#: search/templates/NMZ.head.php_tmpl:57 +msgid "by size in descending order" +msgstr "per dimensione in ordine decrescente" + +#: search/templates/NMZ.head.php_tmpl:58 +msgid "by URI in ascending order" +msgstr "per URI in ordine crescente" + +#: search/templates/NMZ.head.php_tmpl:59 +msgid "by URI in descending order" +msgstr "per URI in ordine discendente" + +#: search/templates/NMZ.head.php_tmpl:64 +msgid "Lists to Search" +msgstr "Liste in cui ricercare" + +#: search/templates/NMZ.result.normal.php_tmpl:5 +msgid "Author" +msgstr "Autore" + +#: search/templates/NMZ.result.normal.php_tmpl:6 +msgid "Date" +msgstr "Data" + From ad53ff2986e4e990a33e72bb3fb9d1d9072ec800 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 19 Feb 2009 14:59:44 +0000 Subject: [PATCH 119/344] Finish adding the Italian translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17935 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 9 ++++++--- it/LC_MESSAGES/gnucash-htdocs.mo | Bin 0 -> 53308 bytes it/atom.php | 1 + it/docs.phtml | 1 + it/emulate_globals_on.php | 1 + it/features.phtml | 1 + it/index.phtml | 1 + it/info.php | 1 + it/lang.php | 1 + it/local.php | 6 ++++++ it/oldnews.phtml | 1 + it/rss-feed.phtml | 1 + it/sizing.phtml | 1 + 13 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 it/LC_MESSAGES/gnucash-htdocs.mo create mode 120000 it/atom.php create mode 120000 it/docs.phtml create mode 120000 it/emulate_globals_on.php create mode 120000 it/features.phtml create mode 120000 it/index.phtml create mode 120000 it/info.php create mode 120000 it/lang.php create mode 100644 it/local.php create mode 120000 it/oldnews.phtml create mode 120000 it/rss-feed.phtml create mode 120000 it/sizing.phtml diff --git a/Makefile b/Makefile index 0db64d3d..86e7f501 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -.PHONY: pot mos msgmerge de es fr nb nl pl pt_PT nmz nmz.lang nmz nmz.onefile +.PHONY: pot mos msgmerge de es fr it nb nl pl pt_PT nmz nmz.lang nmz nmz.onefile pot: po/POTFILES po/gnucash-htdocs.pot @@ -12,11 +12,11 @@ po/gnucash-htdocs.pot: po/POTFILES xgettext -f po/POTFILES -L PHP -o po/gnucash-htdocs.pot msgmerge: po/gnucash-htdocs.pot - for f in de es fr nb nl pl pt_PT ; do \ + for f in de es fr it nb nl pl pt_PT ; do \ msgmerge -U po/$$f.po po/gnucash-htdocs.pot ; \ done -mos: de es fr nb nl pl pt_PT +mos: de es fr it nb nl pl pt_PT de: po/de.po msgfmt po/de.po -o de/LC_MESSAGES/gnucash-htdocs.mo @@ -27,6 +27,9 @@ es: po/es.po fr: po/fr.po msgfmt po/fr.po -o fr/LC_MESSAGES/gnucash-htdocs.mo +it: po/it.po + msgfmt po/it.po -o it/LC_MESSAGES/gnucash-htdocs.mo + nb: po/nb.po msgfmt po/nb.po -o nb/LC_MESSAGES/gnucash-htdocs.mo diff --git a/it/LC_MESSAGES/gnucash-htdocs.mo b/it/LC_MESSAGES/gnucash-htdocs.mo new file mode 100644 index 0000000000000000000000000000000000000000..765ddcab9896fbba1a3d80a1b75cd81579d5e7c3 GIT binary patch literal 53308 zcmc(o378~VRqulx3Q$B)Rtai=>K>}HdYZu*x_g@Gsa~dr>SelmW?03j%&4lMbE(Ot ztE&MQa0O97Tv0($#1#eHZ~+-{ed2=4lc$K_GKvqy_48Bo{r>0N8xfh6-2^5l055PNwV^p`ZP%{J|aop(g5BJya3z=E(1RX{2=i9&rOo&06+IpNzwt{349Rn zkAV*X{$+sw1U$)j?(^s*$$+;$CQ0tk_iuk}l6(g6oxq0!e+Bqp;2(z1?*^XZ{XYX~ zB3WT_F9YVl72w^#X91u7_#}Bg@JoSbfgc2_-D^HCNq!c1Bk)bYe+Rx4_+3v(l3xO* zDSZL&2ELtfz4wVe{++9mWFMcu9C%;gJAgcr{1i~*`vc&kxc|?9pgQ^YCnX6eOYZ;V zB>8&age*Ovw3X^{hpMU04yq`w{8A|dDpxSvJ@Y(d& z1U``WKQjkzf$s(WF7T~;lH@(WFW(D}fj3|6_*?<1-xmVa&kk@N_!^+_`Ex+w>Gy%J z0RB1fW57Eh0#KNIAvgaf@QZ*fS#o+INqz_Tq5z-SNRs#S{t=5w@~yzTflMWNImpvE zzYnN+z74p}_}>K-{+_bm;eOx@?+*jN54a3m0scMkyMQ-7&FSnTz+=3B&$ZAc?L6@5 zN%C*J-}m`R0_u~6>yqRpz_Y-|0e=H{AMX2Wp!)mU>z)4p4ft8Sf5T^J@20k6kq*3Q1kpPpq~36Q0xA8 zz-8J`Zb%YHCAsCWf8Paad@lov9=_t4+zWg)Q1`w3Mqi)r1&aRO4SXE%y}$>vz#j(Q zkM|#2a{T=RP~-d$p!$E{(Ij~+@Nqz`$MwL60lxrv2mSVdf6n_~0;xX_{Ndw1&aD$Z zpLgEu@K=FapAP^bt>n*u>i093y`M({HUGW92LYb}L^LEzK;i4T!21KYfDZs}10mt$ zi-9izz8R?Xxat1g<>WpZ^!&+j##+&vE{L^>dLqynh=|<843B@&83Y$+0g3YF_t#ev)*7j|2)I zUj`JuUk?->-V{E+3n)B(AbkJFz#ZQI1@OJV>;*~kQQ+JcB+09QpZ!8~1M~S#V2AgA z_=S##Te2j%i}wdWg7nP41K-K}TUy9=;QeyP>m5LiV*~g=U=R3c;6>nLfUgBU4){Yr z$(vsVYW#NtML+)m)N_wq_xnE&sC9lufVTnl{GGsO0>2ih`MnQ#f8hIp_XBApep#@E>0#4~9rYCnNq_0Dc&FHSl39 z#ys#KQ0un|)O{ZY?xEe&5W}6kzu2QK;9miS*H>&g{LTP>68H-4{|(^Xz~}aTUQ0vQ z3%3BZPR{{qJ%+$Xs2$*!0p9@J1ANlR<>pDC={kGHbw*Y^h z_dfu9E3k9X_4?zP%wO{Ujlf4To>yE-l6M2&_+pns8AQLr_ido?`cuIDz@Gy?82E8u zoBKZjd;srX^u1A(srHh|v> z6dr#CsP;buJV$?b19jgGFH4et1Re+e5%AEwL>BY;Cx9vNBVUCK;QRZ2HM9YIz$?&g zz(>8(*X6pe@%BFo)cijCRo?F`@OJJy2z(fyzxHb#z6mHiy#x4e;Jbh?0e%Tcd>8N& zz>fic_SMKa;19kAok=_Qel7d}yzcAWE5~2JkQG=TCsr&%gFP z*era0)%PM#dH;yF_D&X^h!qb-k7l7XrK7T(@^#0Gl9pGbr*zxf?;A46JX5dqS?*Xcvj{&>% z`|!77V*tPOM_fO>_eb3xl<@{hCZ7Nv;`^_Chs%>+`!V>J_doXINz%V}lKd%?yn*}f zcqeu>@Ed?1Rr|nA;0J!%_1V(Tpp$t2??4_+e&uJwJbsSXy#F4c#@Tz9C60tdgqn(+Bc-|KSbUccz~|10n?-~akACCNYW{X-b+2Jk*i<}-ljfui3_0lo~V zdAtJnc;K6Xp9lN}U<&+5`2N1X=J%z*hw}L$pyqK4Q0v

        bchfQ{ayRmw>+wRKK6| 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 TYL(lX#a(ZUk diff --git a/it/oldnews.phtml b/it/oldnews.phtml new file mode 120000 index 00000000..f02a5c4e --- /dev/null +++ b/it/oldnews.phtml @@ -0,0 +1 @@ +../oldnews.phtml \ No newline at end of file diff --git a/it/rss-feed.phtml b/it/rss-feed.phtml new file mode 120000 index 00000000..a1c80d18 --- /dev/null +++ b/it/rss-feed.phtml @@ -0,0 +1 @@ +../rss-feed.phtml \ No newline at end of file diff --git a/it/sizing.phtml b/it/sizing.phtml new file mode 120000 index 00000000..47563826 --- /dev/null +++ b/it/sizing.phtml @@ -0,0 +1 @@ +../sizing.phtml \ No newline at end of file From 905de0bb36ce67388fa40393b1ffb4ad67bcfd13 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 19 Feb 2009 20:35:25 +0000 Subject: [PATCH 120/344] Add "Italiano" language link (even though it doesn't work yet) git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17936 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/header.phtml | 1 + 1 file changed, 1 insertion(+) diff --git a/externals/header.phtml b/externals/header.phtml index 82d4129d..e925a5f0 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -27,6 +27,7 @@ if (isset($homepage)) { ?> | Deutsch | Español | Français +| Italiano | Norsk Bokmål | Nederlands | Polska From 411afe45a3fe4b747b84d270b550006e0d31635e Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 19 Feb 2009 20:47:28 +0000 Subject: [PATCH 121/344] try it_IT as the locale git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17937 57a11ea4-9604-0410-9ed3-97b8803252fd --- it/local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/local.php b/it/local.php index edfce5b6..84c85da5 100644 --- a/it/local.php +++ b/it/local.php @@ -1,6 +1,6 @@ From ae23a1bbd7fa0900a88fc7ceaed3a257bd644790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sun, 22 Feb 2009 15:01:21 +0000 Subject: [PATCH 122/344] Update French translation of the website. Contributed by Fabien . git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17943 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/fr.po | 2933 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1448 insertions(+), 1485 deletions(-) diff --git a/po/fr.po b/po/fr.po index c4acffce..62f0055a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,1485 +1,1448 @@ -# French translation of gnucash-htdocs. -# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# jsled , 2006. -# , fuzzy -# -# -msgid "" -msgstr "" -"Project-Id-Version: gnucash-htdocs\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-11-14 11:47+0100\n" -"PO-Revision-Date: 2007-04-10 13:18-0400\n" -"Last-Translator: jsled \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: docs.phtml:11 -msgid "GnuCash Documentation Project" -msgstr "Projet de documentation de GnuCash" - -#: docs.phtml:13 -msgid "" -"This page is the home of the Gnucash Documentation Project, our goal is to " -"maintain a community of people working towards creation of high quality " -"documentation for GnuCash." -msgstr "" - -#: docs.phtml:15 -msgid "" -"Everything you need concerning GnuCash documentation should be here, if you " -"notice something missing, email gnucash-devel and we will add it." -msgstr "" -"Toute la documentation de GnuCash dont vous pourriez avoir besoin se trouve " -"ici. Si vous remarquez des lacunes, écrivez nous à: gnucash-devel·et nous ajouterons l'information " -"manquante." - -#: docs.phtml:17 docs.phtml:23 -#, fuzzy -msgid "Nightly Documentation Builds" -msgstr "Documentation" - -#: docs.phtml:18 -msgid "current unstable user documentation and developer documentation" -msgstr "" - -#: docs.phtml:20 -msgid "" -"Every night a server builds the documentation from the current contents of " -"the GnuCash subversion repository. This includes the Developer " -"Documentation from Doxygen and User Documentation for the current unstable " -"version of GnuCash." -msgstr "" - -#: docs.phtml:25 docs.phtml:47 docs.phtml:78 -msgid "Concepts Guide" -msgstr "Guide de Concepts" - -#: docs.phtml:26 docs.phtml:39 docs.phtml:73 -msgid "Help Manual" -msgstr "Manuel d'Aide" - -#: docs.phtml:27 -msgid "Doxygen Developer Documentation" -msgstr "Informations pour développeur" - -#: docs.phtml:32 -#, fuzzy -msgid "GnuCash v2.0 (current stable release)" -msgstr "GnuCash v1.8 (dernière version stable)" - -#: docs.phtml:34 -msgid "" -"If you have a question about how to use GnuCash, you are in the right place. " -"The first thing you should do is read the Help Manual and the Concepts " -"Guide, most of your questions can probably be answered by these documents." -msgstr "" -"Si vous avez des questions sur l'utilisation de GnuCash, vous êtes au bon " -"endroit.Vous devriez d'abord lire le Manuel d'Aide et le Guide de Concepts. " -"La majorité de vos questions y-sont probablement répondue." - -#: docs.phtml:35 -msgid "" -"The Help Manual is designed to be a quick reference of how to accomplish " -"specific tasks and how to use the features in GnuCash. The Concepts Guide is " -"designed to be an in depth guide to the concepts behind using GnuCash with a " -"tutorial to show how to put those concepts into practice." -msgstr "" -"Le Manuel d'Aide traite brièvement les fonctionnalités principale de GnuCash " -"et comment les utiliser. Le Guide de Concept est une ressource beaucoup plus " -"approfondie qui offre des leçons sur chacun des concepts de la comptabilité " -"par l'entremise de tutoriels." - -#: docs.phtml:41 docs.phtml:43 docs.phtml:49 docs.phtml:50 docs.phtml:74 -#: docs.phtml:76 docs.phtml:79 docs.phtml:80 docs.phtml:84 -msgid "English" -msgstr "Anglais" - -#: docs.phtml:42 docs.phtml:75 docs.phtml:85 -msgid "Deutsch" -msgstr "Allemand" - -#: docs.phtml:55 -msgid "" -"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " -"to your question within either the Help Manual or the Concepts Guide. We " -"want feedback from you, it is only through your comments that we know " -"how to modify the documentation." -msgstr "" - -#: docs.phtml:56 -msgid "" -"Additionally, you can talk to someone via IRC at irc.gnome.org channel " -"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " -"registered users can ask and answer questions." -msgstr "" - -#: docs.phtml:58 -msgid "" -"Some people have written HOWTO guides or tutorials. Note: the information " -"presented in these sources may or may not be updated to the most recent " -"version of GnuCash. If you are interested in doing development work on these " -"documents, you should contact the original authors." -msgstr "" - -#: docs.phtml:60 -msgid "Neil Williams GnuCash documentation" -msgstr "Documentation GnuCash de Neil Williams" - -#: docs.phtml:61 -msgid "GnuCash for Business Users" -msgstr "GnuCash pour Entreprises" - -#: docs.phtml:62 -msgid "mirror" -msgstr "site miroir" - -#: docs.phtml:64 -msgid "Joe Mack's Tutorial" -msgstr "Tutoriel de Joe Mack" - -#: docs.phtml:66 -msgid "Dave Gilbert's User Guide (PDF)" -msgstr "Guide de l'utilisateur (PDF) par Dave Gilbert" - -#: docs.phtml:69 -msgid "Older GnuCash Documentation" -msgstr "Ancienne documentation GnuCash" - -#: docs.phtml:70 -msgid "" -"This section contains all the older GnuCash documentation. If you are using " -"one of these old versions of GnuCash, it is highly recommended that you " -"upgrade to the latest stable version." -msgstr "" - -#: docs.phtml:86 -msgid "Espagnol" -msgstr "Espagnol" - -#: docs.phtml:87 -msgid "Português" -msgstr "Portuguais" - -#: docs.phtml:90 -msgid "Documentation Development" -msgstr "Developpement de la documentation" - -#: docs.phtml:92 -msgid "Interesting Links" -msgstr "Liens d'intérêt" - -#: docs.phtml:93 -msgid "" -"The following links are for further sites that can help with the " -"documentation and review process." -msgstr "" - -#: docs.phtml:100 -msgid "For both reviewers and documentation writers" -msgstr "" - -#: docs.phtml:101 -msgid "" -"Please read the following guides. The new docs are based on the GNOME2 XML " -"docbook system. Everyone wishing to help please follow these guides where " -"possible when reviewing and/or writing docs." -msgstr "" - -#: docs.phtml:106 -msgid "We suggest also subscribing to " -msgstr "Nous suggérons également l'inscription à " - -#: docs.phtml:108 -msgid "Reviewers" -msgstr "Réviseurs" - -#: docs.phtml:109 -msgid "" -"Please check out the documentation module from the GnuCash svn - gnucash-" -"docs. For those not familiar with svn, the GnuCash wiki has a description. The only " -"change to get the docs is to change the checkout gnucash to checkout gnucash-" -"docs. You can also start from the current docs tarball." -msgstr "" - -#: docs.phtml:110 -msgid "" -"The best way of retaining comments about docs in an easy to find way for " -"everyone would be to use bugzilla.gnome." -"org to file the bugs under documentation. This can also be done using " -"bug-buddy." -msgstr "" - -#: docs.phtml:112 -msgid "Writers" -msgstr "" - -#: docs.phtml:113 -msgid "" -"Also checkout the docs svn as above. The usual procedure for contributors to " -"GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle " -"getting the patches added into svn until you are given an account. You can " -"also add the patch to a bug report in bugzilla if you wish." -msgstr "" - -#: docs.phtml:114 -msgid "" -"Please let other writers know which section you wish to tackle. Please " -"forward this to gnucash-" -"devel so that people can say 'hey I'm doing that already' or 'go ahead " -"and do it'." -msgstr "" - -#: docs.phtml:115 -msgid "" -"You may also want to retain a local copy of the old documentation to refer " -"to when writing. This still has a lot of useful information in it which " -"hasn't been transferred to the new docs" -msgstr "" - -#: features.phtml:22 -msgid "Checkbook-Style Register" -msgstr "" - -#: features.phtml:26 -msgid "" -"The checkbook-style register provides a custom, convenient and familiar " -"interface to entering financial transactions. The register supports common " -"checking and credit-card transactions, as well as income, stock and currency " -"transactions." -msgstr "" - -#: features.phtml:30 -msgid "Double Entry" -msgstr "Comptabilité en partie double" - -#: features.phtml:32 -msgid "" -"Every transaction must debit one account and credit others by an equal " -"amount. This ensures that the \"books balance\": that the difference between " -"income and outflow exactly equals the sum of all assets and equity." -msgstr "" -"Chaque transaction doit débiter un compte et en créditer un autre. Ceci " -"permet de maintenir un équilibre entres les rentrées et sorties d'argent et " -"la somme des actifs et des capitaux propres." - -#: features.phtml:36 index.phtml:24 -msgid "Reports, Graphs" -msgstr "Rapports et graphiques" - -#: features.phtml:39 -msgid "" -"GnuCash has an integrated reporting and graphing module, and comes complete " -"with a full suite of standard and customizeable reports, such as Balance " -"Sheet, Profit & Loss, Portfolio Valuation, and many others." -msgstr "" - -#: features.phtml:43 -msgid "Income/Expense Account Types" -msgstr "Comptes de revenus/dépenses" - -#: features.phtml:44 -msgid "" -"Income/Expense Account Types (Categories) allow you to categorize your cash " -"flow. When used properly with the double-entry feature and equity accounts, " -"these enable you to generate reports, such as Profit & Loss, that plain-" -"vanilla systems cannot handle." -msgstr "" -"Les catégories de compte de Revenus/Dépenses vous permettent de " -"catégoriservos flux financiers. Lorsqu'utilisés correctement avec la " -"fonction de double entrée et les comptes de capitaux propres, ceux-ci vous " -"permettent de produire des rapports sur vos pertes et profits que les " -"systèmes classiques n'auraient pu générer." - -#: features.phtml:48 -msgid "Multiple Currencies" -msgstr "Devises Multiples" - -#: features.phtml:49 -msgid "" -"Different accounts can be denominated in different currencies. Currency " -"movements between accounts are fully balanced when double-entry is enabled." -msgstr "" -"Différents comptes peuvent être dénommés dans différentes devises. Les " -"transferts de devise \n" -"entre les comptes sont entièrement équilibrés quand l'option de comptabilité " -"en partie double est activée." - -#: features.phtml:53 -msgid "Stock/Mutual Fund Portfolios" -msgstr "Portfolios d'actions/fonds mutuels" - -#: features.phtml:54 -msgid "" -"Track stocks individually (one per account) or in portfolio of accounts (a " -"group of accounts that can be displayed together)." -msgstr "" - -#: features.phtml:57 -msgid "Small Business Accounting Features" -msgstr "Fonctionnalités comptables pour petites entreprises" - -#: features.phtml:59 -msgid "" -"Simplify managing a small business with Customer and Vendor tracking, " -"Invoicing and Bill Payment, and Tax and Billing Terms." -msgstr "" - -#: features.phtml:62 -msgid "QIF Import" -msgstr "Importation de fichier QIF" - -#: features.phtml:63 -msgid "" -"Intuit® Quicken® QIF files can be imported, " -"and are automatically merged to eliminate duplicate transactions." -msgstr "" -"Les fichiers Intuit® Quicken®\n" -"QIF peuvent être importés, et sont automatiquement fusionnés \n" -"pour éliminer les transactions doubles. " - -#: features.phtml:66 -msgid "OFX Import" -msgstr "Importation OFX" - -#: features.phtml:67 -msgid "" -"GnuCash is the first free software application to support the Open Financial " -"Exchange protocol that many banks and financial services are starting to use." -msgstr "" - -#: features.phtml:70 -msgid "HBCI Support" -msgstr "Support du protocole HBCI" - -#: features.phtml:71 -msgid "" -"GnuCash is the first free software application to support the German Home " -"Banking Computer Information protocol, allowing German users to perform " -"statement download and initiate bank transfers and direct debits." -msgstr "" -"GnuCash est la première application libre à soutenir le \n" -"protocole allemand HBCI (Home Banking Computer Information) \n" -", permettant ainsi aux utilisateurs allemands de débiter ou de virer \n" -"des sommes directement de leur compte bancaire. " - -#: features.phtml:74 -msgid "Improved Import Transaction Matching" -msgstr "Améliorations de la Réconciliation de Transactions Importées" - -#: features.phtml:75 -msgid "" -"The development of OFX and HBCI support has also resulted in an improved " -"transaction matching system that more accurately recognizes duplicate " -"transactions during file import." -msgstr "" -"Le développement du support OFX et HBCI a permis une amélioration du " -"mécanisme permettant de retrouver des transactions homologues et les " -"doublons." - -#: features.phtml:78 -msgid "Statement Reconciliation" -msgstr "" - -#: features.phtml:79 -msgid "" -"A reconcile window with running reconciled and cleared balances makes " -"balancing against bank statements easy." -msgstr "" - -#: features.phtml:82 -msgid "Localization" -msgstr "Localisation" - -#: features.phtml:83 -msgid "" -"Handles internationalized dates and currencies. The Gnucash menus and " -"popups have been translated to 21 languages, including Chinese, Danish, " -"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " -"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " -"Documentation is available in English, French, Portuguese and Spanish." -msgstr "" -"Support des formats de dates et devises internationalisées. \n" -"Les menus et les dialogues de Gnucash ont été traduits en 21 langues, \n" -"y compris le chinois, le danois, le français, l'allemand, le hongrois, \n" -"l'italien, le japonais, le norvégien, le polonais, le portugais, le russe, \n" -"l'espagnol, le suédois, le turc, l'ukrainiens, et l'anglais britannique. \n" -"La documentation est disponible en anglais, en français, en portugais et " -"en \n" -"espagnol. " - -#: features.phtml:86 -msgid "Transaction Finder" -msgstr "Système de recherche de transaction" - -#: features.phtml:89 -msgid "" -"A powerful transaction query dialogue can help you quickly locate a needle " -"in a haystack." -msgstr "" -"Un puissant dialogue de requêtes sur les transactions peut vous aider à " -"localiser rapidement une aiguille dans une meule de foin." - -#: features.phtml:92 -msgid "General Ledger" -msgstr "Grand livre général" - -#: features.phtml:93 -msgid "" -"Multiple accounts can be displayed in one register window at the same time. " -"This can ease the trouble of tracking down typing/entry errors. It also " -"provides a convenient way of viewing a portfolio of many stocks, by showing " -"all transactions in that portfolio." -msgstr "" -"Des comptes multiples peuvent être affichés en même temps dans une fenêtre " -"de registre. Ceci peut soulager les problèmes de dépistage des erreurs de " -"frappes/saisie. Il fournit également une manière commode de consulter un " -"portefeuille contenant beaucoup d'actions, en montrant toutes les " -"transactions de ce portefeuille. " - -#: features.phtml:96 -msgid "Online Stock & Mutual Fund Quotes" -msgstr "" - -#: features.phtml:97 -msgid "" -"Get Stock & Mutual Fund quotes from various web sites, update portfolio " -"automatically. Additional pricing sources are added regularly." -msgstr "" - -#: features.phtml:100 -msgid "Check Printing" -msgstr "Impression de chèques" - -#: features.phtml:101 -msgid "" -"Checks may be printed in standard formats on common check stocks. A " -"customization GUI allows custom check layouts to be developed." -msgstr "" -"Les chèques peuvent être imprimés dans des formats standards.\n" -"Une personnalisation de l'interface utilisateur permet de développer des " -"modèles de chèques personnalisées." - -#: features.phtml:105 index.phtml:25 -msgid "Scheduled Transactions" -msgstr "Transactions Planifiées" - -#: features.phtml:106 -msgid "" -"You can now create recurring transactions, including automatic reminders " -"when a transaction is due, the ability to postpone a scheduled transaction " -"without canceling it, and the ability to specify only a limited number of " -"transactions." -msgstr "" -"Vous pouvez maintenant créer des transactions se récurrentes, y compris des " -"rappels automatiques quand une transaction est due, reporterune transaction " -"sans l'annuler et spécifier un nombre illimité de transactions." - -#: features.phtml:109 -msgid "Mortgage & Loan Repayment Druid" -msgstr "Assistant d'hypothèque & de remboursement de prêt" - -#: features.phtml:110 -msgid "" -"A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "" -"Un assistant vous guide pour mettre en place des remboursements de prêt " -"automatisés." - -#: features.phtml:115 -msgid "New User Manual and Help" -msgstr "Un nouveau manuel d'utilisateur et une rubrique d'aide" - -#: features.phtml:116 -msgid "" -"A new help subsystem that focuses on how to do tasks is now available, in " -"addition to a Tutorial and Concepts guide that gives the user background " -"information on accounting principles and how they are reflected in GnuCash." -msgstr "" -"Un nouveau sous-système d'aide qui se concentre sur comment exécuter \n" -"différentes actions est maintenant disponible, en plus d'un tutoriel \n" -"et d'un guide de concepts qui fournit à l'utilisateur les informations \n" -"de base sur les règles de comptabilité et comment elles sont gérées par \n" -"GnuCash. " - -#: oldnews.phtml:2 index.phtml:3 -msgid "Open Source Accounting Software" -msgstr "Logiciel Libre de finances personnelles" - -#: oldnews.phtml:11 -msgid "Older Announcements" -msgstr "Anciennes annonces" - -#: oldnews.phtml:14 -msgid "" -"This is an archive of announcements that once appeared on the GnuCash home " -"page." -msgstr "" - -#: sizing.phtml:14 -msgid "" -"It can often be quite interesting to study the source code metrics behind a " -"software development project. Not a surprising interest: its accounting " -"afterall. GnuCash has grown, over the years, from a small handy electronic " -"checkbook to a rather large and multi-featured desktop app." -msgstr "" - -#: sizing.phtml:17 -msgid "" -"GnuCash currently consists of over a third of a million lines of code spread " -"over more than a thousand files. It has been translated into twenty-three " -"languages and credits over 139 authors and contributors." -msgstr "" - -#: sizing.phtml:23 -msgid "" -"If you've had trouble swimming through that mass of source code, think of it " -"this way: printed out on paper, and bound into volumes, it would amount to " -"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" -"width's worth of source code." -msgstr "" - -#: sizing.phtml:26 -msgid "" -"Mind you, this is source code (and docs) crafted and debugged by actual " -"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " -"can generate gaziilions of lines of code automatically; I'm not counting " -"those. Every last line counted here was typed in, edited, indented, " -"tweaked, multiple times, by human hands." -msgstr "" - -#: sizing.phtml:29 -msgid "" -"Given that we have about 400 outstanding bugs in bugzilla, that works out to " -"about one bug per thousand lines of code, or one bug per 50 pages of " -"printout. This bug count is actually not atypical for software projects; " -"its near the norm." -msgstr "" - -#: sizing.phtml:32 -msgid "" -"The table below shows some historical lines-of-code and number-of-files " -"metrics for the GnuCash development project. Note that not all of the code " -"is counted: for instance, the Makefiles and configure.in and autogen.sh are " -"not counted. Also, files that are automatically generated are not counted, " -"nor are files that have been 'borrowed' from other projects. Also not " -"counted are experimental files, miscellaneous perl scripts, various " -"converters, addons and utilities. Finally, glade files are not " -"counted, although large parts of the overall GUI are described in glade files." -msgstr "" - -#: sizing.phtml:35 -msgid "" -"Note also that KLOC's are not a good metric of programmer productivity, nor " -"even that wc is a good way of counting KLOC's. Much better " -"measures are complexity metrics, which, for example, count the number and " -"size of if-then-else blocks, or the number and size of all blocks, or the " -"number of math operators per statement. Maybe someday we'll run one of " -"those tools on this code. For now, this is what we have. On the other hand, " -"we've attempted to count only those files that contain human-edited code, " -"that is, files that are directly edited by humans. The point of doing this " -"is to avoid artificially inflating the KLOC counts by counting automatically " -"generated code (which is why the glade files are not counted: they are large " -"and automatically generated)." -msgstr "" - -#: sizing.phtml:39 -msgid "Table 1. Historical Development Stats" -msgstr "Table 1. Statistiques sur les développements antérieurs" - -#: sizing.phtml:43 -msgid "Version" -msgstr "Version" - -#: sizing.phtml:44 sizing.phtml:330 -msgid "engine" -msgstr "moteur" - -#: sizing.phtml:45 sizing.phtml:334 -msgid "backend" -msgstr "" - -#: sizing.phtml:46 sizing.phtml:338 -msgid "register" -msgstr "livre" - -#: sizing.phtml:47 -msgid "ledger" -msgstr "grand livre" - -#: sizing.phtml:48 sizing.phtml:346 -msgid "motif" -msgstr "" - -#: sizing.phtml:49 sizing.phtml:350 -msgid "gnome" -msgstr "gnome" - -#: sizing.phtml:50 sizing.phtml:355 -msgid "misc app" -msgstr "applications diverses" - -#: sizing.phtml:51 sizing.phtml:360 -msgid "import export" -msgstr "importation exportation" - -#: sizing.phtml:52 sizing.phtml:365 -msgid "reports" -msgstr "rapports" - -#: sizing.phtml:53 -msgid "scheme (misc)" -msgstr "schéma (divers)" - -#: sizing.phtml:54 -msgid "business" -msgstr "commerce" - -#: sizing.phtml:55 sizing.phtml:380 -msgid "test" -msgstr "test" - -#: sizing.phtml:56 -msgid "user docs" -msgstr "docs utilisateurs" - -#: sizing.phtml:57 sizing.phtml:390 -msgid "internal txt" -msgstr "txt interne" - -#: sizing.phtml:58 -msgid "Total" -msgstr "Total" - -#: sizing.phtml:59 sizing.phtml:395 -msgid "Languages" -msgstr "Langues" - -#: sizing.phtml:60 sizing.phtml:400 -msgid "Author Credits" -msgstr "Générique des auteurs" - -#: sizing.phtml:319 -msgid "Each cell displays the following:" -msgstr "Chaque cellule contient l'information suivante:" - -#: sizing.phtml:321 -msgid "" -"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " -"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." -"c + KLOCS in *.h) are displayed. If there is only one number in the " -"parenthesis, it is the approriate KLOC count for that statistic." -msgstr "" - -#: sizing.phtml:324 -msgid "" -"where KLOC == kilo-lines-of-code, as reported by wc. As noted " -"above, wc is not a terribly good code metric, but its what we have handy." -msgstr "" - -#: sizing.phtml:327 -msgid "Table Column Legend" -msgstr "" - -#: sizing.phtml:331 -msgid "" -"Contents of the src/engine and the include directories. The engine was split " -"out from the motif code in version 1.1. The data storage backend (file-io, " -"sql) was split out in the course of version 1.5" -msgstr "" - -#: sizing.phtml:335 -msgid "" -"Contents of the src/backend directory (version 1.7 and later) or of src/" -"engine/file, src/engine/sql (version 1.6 and earlier)" -msgstr "" - -#: sizing.phtml:339 -msgid "" -"Contents of the src/register directory (version 1.6 and earlier) or src/" -"register/register-core (version 1.7 and later). The register was split out " -"as a separate component from the motif code in version 1.1. As can be seen " -"from the stats, the register code has been fairly stable. At version 1.7 and " -"later, this cell shows a second count: the number of lines of code in src/" -"register/register-gnome (previously counted as part of gnome)" -msgstr "" - -#: sizing.phtml:343 -msgid "" -"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" -"register/ledger-core (version 1.7 and later)" -msgstr "" - -#: sizing.phtml:347 -msgid "" -"Contents of the src/motif directory (version 1.2 and earlier). The motif " -"version of the code was discontinued after version 1.2, after most of the " -"non-gui code was moved to either the engine, the register or the ledger." -msgstr "" - -#: sizing.phtml:351 -msgid "" -"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " -"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" -"gnome-util" -msgstr "" - -#: sizing.phtml:356 -msgid "" -"Contents of miscellanous application-related directories (version 1.7 and " -"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" -"gnc-module, src/network-utils, src/tax/us" -msgstr "" - -#: sizing.phtml:361 -msgid "" -"Code to import and export various file formats: contents of the src/import-" -"export directory." -msgstr "" - -#: sizing.phtml:366 -msgid "" -"Code to generate reports and graphs: contents of the src/reports directory." -msgstr "" - -#: sizing.phtml:370 -msgid "scheme" -msgstr "" - -#: sizing.phtml:371 -msgid "" -"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " -"earlier). In version 1.7 and later, much of this code went into reports, " -"import/export, and into indiovidual modules; thus only miscellaneous code " -"remains." -msgstr "" - -#: sizing.phtml:376 -msgid "" -"Code to add small-business features: contents of the src/business directory." -msgstr "" - -#: sizing.phtml:381 -msgid "" -"Code to peform automated regression tests: contents of the src/*/test " -"directories." -msgstr "" - -#: sizing.phtml:385 -msgid "docs" -msgstr "docs" - -#: sizing.phtml:386 -msgid "" -"English-language-only user documentation, including on-line help and manual " -"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " -"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " -"of these numbers are somewhat hard to count, because of fairly large format " -"churns, and multiple competing versions." -msgstr "" - -#: sizing.phtml:391 -msgid "" -"The number of design documents and README files aimed at developers. This " -"includes *.txt files, *.texinfo files and README.* files in all " -"subdirectories. For version 1.7 and later, only those in the src " -"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" -msgstr "" - -#: sizing.phtml:396 -msgid "" -"The number of languages that the application messages have been translated " -"to (the number of po/*.po files). In parenthesis, the number of " -"messages in the message files (grep msgstr po/*.po |wc), in " -"thousands." -msgstr "" - -#: sizing.phtml:401 -msgid "" -"The number of people credited in the AUTHORS file (version 1.6 and later) or " -"the README file (earlier versions). These include lead developers, patch " -"submitters and national-language translators. This includes additional " -"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " -"main gnucash/AUTHORS file." -msgstr "" - -#: index.phtml:13 -msgid "Welcome to GnuCash.org" -msgstr "Bienvenue Sur GnuCash.org" - -#: index.phtml:15 -msgid "" -"GnuCash is personal and small-business financial-accounting software, freely " -"licensed under the GNU GPL and available " -"for GNU/Linux, *BSD, Solaris and Mac OSX." -msgstr "" -"GnuCash est un gestionnaire de finances personnelles pour GNU/Linux, *BSD, " -"Solaris et Mac OSX qui vous est offert gratuitement sous la license GNU." - -#: index.phtml:17 -msgid "" -"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 to ensure balanced books and accurate reports. " -msgstr "" -"Conçu pour sa simplicité d'utilisation, sa puissance et sa flexibilité, GnuCash vous permet\n" -"de suivre l'évolution de vos comptes bancaires, portefeuilles d'actions, revenus et dépenses.\n" -"Aussi rapide et intuitif à utiliser qu'un registre de compte papier, il est basé sur des principes\n" -"de comptabilité professionnelle pour assurer l'équilibre des comptes et des rapports fiables." - -#: index.phtml:20 -msgid "Feature Highlights" -msgstr "Fonctionnalités" - -#: index.phtml:23 -msgid "QIF/OFX/HBCI Import, Transaction Matching" -msgstr "Importation des protocoles QIF/OFX/HBCI" - -#: index.phtml:26 -msgid "Financial Calculations " -msgstr "Calcul financier" - -#: index.phtml:30 -msgid "Double-Entry Accounting" -msgstr "Comptabilité en partie double" - -#: index.phtml:31 -msgid "Stock/Bond/Mutual Fund Accounts" -msgstr "Actions/Obligations/Fonds mutuel" - -#: index.phtml:32 -msgid "Small-Business Accounting" -msgstr "Comptabilité pour petites entreprises" - -#: index.phtml:33 -msgid "Customers, Vendors, Jobs,
        Invoices, A/P, A/R" -msgstr "" -"Clients, Fournisseurs, Tâches,
        Factures, Avis de paiement et de " -"réception, " - -#: index.phtml:39 -msgid "News" -msgstr "Actualités" - -#: externals/footer.phtml:4 -msgid "Server & email outage reports to: " -msgstr "" - -#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 -msgid "" -"Translation problems? Contact: gnucash-devel@gnucash.org" -msgstr "" - -#: externals/header.phtml:25 -msgid "Language" -msgstr "Langue" - -#: externals/header.phtml:35 -msgid "Continent" -msgstr "Continent" - -#: externals/menu.phtml:11 -msgid "Information" -msgstr "Information Générale" - -#: externals/menu.phtml:14 -msgid "About / News" -msgstr "Sommaire / Actualités" - -#: externals/menu.phtml:16 -msgid "Features" -msgstr "Fonctionnalités" - -#: externals/menu.phtml:17 -msgid "How to help" -msgstr "Comment Aider" - -#: externals/menu.phtml:23 externals/menu.phtml:25 -msgid "Documentation" -msgstr "Documentation" - -#: externals/menu.phtml:26 -msgid "FAQ" -msgstr "FAQ" - -#: externals/menu.phtml:27 -msgid "Wiki" -msgstr "Wiki" - -#: externals/menu.phtml:29 -msgid "Mailing Lists" -msgstr "Listes de diffusion" - -#: externals/menu.phtml:31 -msgid "Search" -msgstr "Recherche" - -#: externals/menu.phtml:33 -msgid "Bug Reports" -msgstr "Rapport de bogue" - -#: externals/menu.phtml:34 -msgid "IRC (Chat)" -msgstr "Clavardage IRC" - -#: externals/menu.phtml:35 -msgid "Donations" -msgstr "Dons" - -#: externals/menu.phtml:42 -msgid "Downloads" -msgstr "Téléchargements" - -#: externals/menu.phtml:45 -msgid "USA (master site)" -msgstr "USA (site principal)" - -#: externals/menu.phtml:46 -msgid "SourceForge" -msgstr "Sourceforge" - -#: externals/menu.phtml:47 -msgid "Europe" -msgstr "Europe" - -#: externals/menu.phtml:49 -msgid "Australia" -msgstr "Australie" - -#: externals/menu.phtml:56 -msgid "Developer Information" -msgstr "Informations pour développeur" - -#: externals/menu.phtml:59 -msgid "Source Docs" -msgstr "Docs Source" - -#: externals/menu.phtml:60 -msgid "Browse Source Code" -msgstr "Visualiser le code source" - -#: externals/menu.phtml:61 -msgid "Subversion Access" -msgstr "Accès à Subversion" - -#: externals/menu.phtml:62 -msgid "Language Translations" -msgstr "Transactions planifiées" - -#: externals/menu.phtml:63 -msgid "Sizing" -msgstr "Dimensionnement" - -#: search/templates/NMZ.result.short.php_tmpl:4 -#: search/templates/NMZ.result.normal.php_tmpl:4 -msgid "score" -msgstr "pertinence" - -#: search/templates/NMZ.result.short.php_tmpl:6 -#: search/templates/NMZ.result.normal.php_tmpl:9 -msgid "(${size} bytes)" -msgstr "(${size} octets)" - -#: search/templates/NMZ.head.php_tmpl:2 -msgid "Mailing List Search" -msgstr "Recherche de liste de distribution" - -#: search/templates/NMZ.head.php_tmpl:27 search/templates/NMZ.body.php_tmpl:4 -msgid "Query" -msgstr "Requêtes" - -#: search/templates/NMZ.head.php_tmpl:29 -msgid "Search!" -msgstr "Rechercher!" - -#: search/templates/NMZ.head.php_tmpl:31 -msgid "[How to search]" -msgstr "[Comment faire une recherche]" - -#: search/templates/NMZ.head.php_tmpl:34 -msgid "Display" -msgstr "Affichage" - -#: search/templates/NMZ.head.php_tmpl:42 -msgid "Description" -msgstr "Description" - -#: search/templates/NMZ.head.php_tmpl:44 -msgid "normal" -msgstr "normal" - -#: search/templates/NMZ.head.php_tmpl:45 -msgid "short" -msgstr "courte" - -#: search/templates/NMZ.head.php_tmpl:47 -msgid "Sort" -msgstr "Tri" - -#: search/templates/NMZ.head.php_tmpl:49 -msgid "by score" -msgstr "par pertinence" - -#: search/templates/NMZ.head.php_tmpl:50 -msgid "by date in late order" -msgstr "par date (+ récent en premier)" - -#: search/templates/NMZ.head.php_tmpl:51 -msgid "by date in early order" -msgstr "par date (+ ancien en premier)" - -#: search/templates/NMZ.head.php_tmpl:52 -msgid "by title in ascending order" -msgstr "par titre (ordre ascendant)" - -#: search/templates/NMZ.head.php_tmpl:53 -msgid "by title in descending order" -msgstr "par titre (ordre descendant)" - -#: search/templates/NMZ.head.php_tmpl:54 -msgid "by author in ascending order" -msgstr "par auteur (ordre ascendant)" - -#: search/templates/NMZ.head.php_tmpl:55 -msgid "by author in descending order" -msgstr "par auteur (ordre descendant)" - -#: search/templates/NMZ.head.php_tmpl:56 -msgid "by size in ascending order" -msgstr "par taille (ordre ascendant)" - -#: search/templates/NMZ.head.php_tmpl:57 -msgid "by size in descending order" -msgstr "par taille (ordre descendant)" - -#: search/templates/NMZ.head.php_tmpl:58 -msgid "by URI in ascending order" -msgstr "par URI (ordre ascendant)" - -#: search/templates/NMZ.head.php_tmpl:59 -msgid "by URI in descending order" -msgstr "par URI (ordre descendant)" - -#: search/templates/NMZ.head.php_tmpl:64 -msgid "Lists to Search" -msgstr "Listes à rechercher" - -#: search/templates/NMZ.foot.php_tmpl:9 -msgid "This search system is powered by:" -msgstr "Ce moteur de recherche utilise:" - -#: search/templates/NMZ.tips.php_tmpl:4 -msgid "Tips on searching" -msgstr "Trucs pour la recherche" - -#: search/templates/NMZ.tips.php_tmpl:7 -msgid "If you have trouble with searching, you can check the following tips." -msgstr "" -"Si vous avez des problèmes avec la recherche, vous pouvez essayer les trucs " -"suivants." - -#: search/templates/NMZ.tips.php_tmpl:11 -msgid "" -"Check a spelling of your keyword
        \n" -"Namazu can't find anything with wrong spelling." -msgstr "" -"Vérifiez l'orthographe de votre mot clef
        \n" -"Namazu ne peut rien trouver sans la bonne orthographe." - -#: search/templates/NMZ.tips.php_tmpl:15 -msgid "Add keywords" -msgstr "Ajoutez des mots clefs" - -#: search/templates/NMZ.tips.php_tmpl:17 -msgid "" -"If you gained no results or too few results, you can add one\n" -"or more related keywords with or operator. You should get more results.\n" -"e.g.," -msgstr "" -"Si vous n'obtenez aucun résultat ou trop peu de résultats, vous pouvez " -"ajouter un\n" -"ou plusieurs mots clefs liés avec l'opérateur or. Cela rend votre recherche\n" -"plus susceptible de donner des résultats. Ex.:" - -#: search/templates/NMZ.tips.php_tmpl:23 -msgid "" -"If you gained too many results, you can add one or more\n" -"related keywords with and\n" -"operator. It makes your search more limited. e.g.," -msgstr "" -"Si vous obtenez trop de résultats, vous pouvez ajouter un ou plusieurs\n" -"mots clefs liés avec l'opérateur and\n" -". Cela rend votre recherche plus limitée. Ex.:" - -#: search/templates/NMZ.tips.php_tmpl:29 -msgid "Try substring matching" -msgstr "Essayez la recherche de sous-chaînes" - -#: search/templates/NMZ.tips.php_tmpl:31 -msgid "" -"If you gained no results or too few results, you can try\n" -"substring matching." -msgstr "" -"Si vous n'obtenez aucun résultat ou trop peu de résultats, vous pouvez " -"essayer\n" -"la recherche de sous-chaînes." - -#: search/templates/NMZ.tips.php_tmpl:34 -msgid "" -"You can specify tex* to\n" -"search for terms which begin with\n" -"tex (e.g., tex,\n" -"texi2html,\n" -"texindex, text)." -msgstr "" -"Vous pouvez spécifier·tex*·pour\n" -"rechercher des termes qui débutent en\n" -"tex·(e.g.,·tex,\n" -"texi2html,\n" -"texindex ou text)." - -#: search/templates/NMZ.tips.php_tmpl:41 -msgid "" -"You can specify *tex to\n" -"search for terms which terminated with tex (e.g.,\n" -"bibtex,\n" -"jlatex, latex,\n" -"platex, ptex, vertex)." -msgstr "" -"Vous pouvez spécifier *tex pour\n" -"rechercher les termes qui se terminent en tex (ex.:\n" -"bibtex,\n" -"jlatex, latex,\n" -"platex, ptex, vertex)." - -#: search/templates/NMZ.tips.php_tmpl:48 -msgid "" -"You can specify *tex* to\n" -"search for terms which contain tex (many)." -msgstr "" -"Vous pouvez spécifier *tex* pour\n" -"rechercher les termes qui contiennent tex (ils sont nombreux)." - -#: search/templates/NMZ.tips.php_tmpl:53 -msgid "" -"You tried phrase searching but it hit documents which\n" -"didn't contain your phrase." -msgstr "" -"Vous avez essayé la recherche d'une phrase mais cela donne des documents " -"qui\n" -"ne contiennent pas votre phrase." - -#: search/templates/NMZ.tips.php_tmpl:56 -msgid "" -"It's a defect of Namazu. Precision of phrase searching is\n" -"not 100%, so it cause wrong results occasionally." -msgstr "" -"C'est un défaut de Namazu. La précision de la recherche de phrase n'est\n" -"pas de 100%. Ceci peut parfois conduire à des résultats éronnés." - -#: search/templates/NMZ.tips.php_tmpl:60 -#: search/templates/NMZ.body.php_tmpl:182 -msgid "" -"If you want to use and,\n" -"or or not as ordinary keywords
        \n" -"You can surround them respectively with double quotes like \"...\" or braces like {...}." -msgstr "" -"Vous voulez utiliser and,\n" -"or ou not en tant que mots clefs
        \n" -"Vous pouvez les entourer respectivement avec des guillemets comme \"...\" ou des accolades comme {...}." - -#: search/templates/NMZ.body.php_tmpl:6 -msgid "Single term query" -msgstr "Requête avec un seul terme" - -#: search/templates/NMZ.body.php_tmpl:8 -msgid "" -"This query specifies only one term for retrieving all of the\n" -"documents which contain that term, for example:" -msgstr "" -"La requête spécifie un seul terme pour retrouver tous\n" -"les documents qui contiennent ce terme. Ex.:" - -#: search/templates/NMZ.body.php_tmpl:16 -msgid "AND query" -msgstr "Requête AND" - -#: search/templates/NMZ.body.php_tmpl:19 -msgid "" -"This query specifies two or more terms for retrieving all of the\n" -"documents which contain both terms. Insert the\n" -"and operator between the terms, e.g." -msgstr "" -"La requête spécifie deux termes ou plus pour retrouver tous\n" -"les documents qui contiennent tous les termes à la fois. Vous pouvez \n" -"insérer l'opérateur and entre les termes. " -"Ex.:" - -#: search/templates/NMZ.body.php_tmpl:29 -msgid "" -"You can omit the and operator. Terms which " -"are\n" -"separated by one or more spaces are assumed to be an AND query." -msgstr "" -"Vous pouvez omettre l'opérateur and. Les " -"termes\n" -"séparés par un ou plusieurs espaces sont considérés comme une requête AND." - -#: search/templates/NMZ.body.php_tmpl:33 -msgid "OR query" -msgstr "Requête OR" - -#: search/templates/NMZ.body.php_tmpl:35 -msgid "" -"This query specifies two or more terms for retrieving all\n" -"documents which contain any one term. Insert the\n" -"or operator between the terms,\n" -"e.g." -msgstr "" -"La requête spécifie deux termes ou plus pour retrouver tous\n" -"les documents qui contiennent l'un des termes. Vous pouvez insérer " -"l'opérateur\n" -"or entre les termes.\n" -"Ex.:" - -#: search/templates/NMZ.body.php_tmpl:45 -msgid "NOT query" -msgstr "Requête NOT" - -#: search/templates/NMZ.body.php_tmpl:47 -msgid "" -"This query specifies two or more terms for retrieving all of the\n" -"documents which contain a first term but do not contain the\n" -"following terms. Insert the not\n" -"operator between the terms, for example:" -msgstr "" -"La requête spécifie deux termes ou plus pour retrouver tous\n" -"les documents qui contiennent un premier terme mais qui ne contiennent pas " -"les\n" -"termes suivants. Vous pouvez insérer l'opérateur not\n" -"entre les termes pour faire une requête NOT. Ex.:" - -#: search/templates/NMZ.body.php_tmpl:58 -msgid "Grouping" -msgstr "Regroupement" - -#: search/templates/NMZ.body.php_tmpl:60 -msgid "" -"You can group queries by surrounding them by\n" -"parentheses. The parentheses should be separated by one or\n" -"more spaces. e.g." -msgstr "" -"Vous pouvez regrouper les requêtes en les entourant par\n" -"des parenthèses. Les parenthèses doivent être séparées par un ou\n" -"plusieurs espaces. Ex.:" - -#: search/templates/NMZ.body.php_tmpl:69 -msgid "Phrase searching" -msgstr "Recherche de phrase" - -#: search/templates/NMZ.body.php_tmpl:71 -msgid "" -"You can search for a phrase that consists of two or more terms\n" -"by surrounding them with double quotation marks or braces such as\n" -"\"...\" and {...}.\n" -"In Namazu, the precision of phrase searching is not 100%,\n" -"so wrong results may occasionally occur. Example:" -msgstr "" -"Vous pouvez rechercher une fragemtn de phrase de deux ou plusieurs termes\n" -"en les entourant avec des guillemets, \n" -"\"...\", ou avec des accolades, {...}.\n" -"Dans Namazu, la précision de la recherche de phrase n'est pas de 100%.\n" -"Cela peut donc conduire pafois à des résultats faux. Ex.:" - -#: search/templates/NMZ.body.php_tmpl:88 -msgid "Substring matching" -msgstr "Correspondance de sous-chaîne" - -#: search/templates/NMZ.body.php_tmpl:90 -msgid "There are three types of searching by substring matching." -msgstr "Il existe trois types de recherche de sous-chaînes." - -#: search/templates/NMZ.body.php_tmpl:94 -msgid "Prefix matching" -msgstr "Correspondance préfixée" - -#: search/templates/NMZ.body.php_tmpl:95 -msgid "(terms which begin with inter)" -msgstr "(les termes qui débutent par inter)" - -#: search/templates/NMZ.body.php_tmpl:96 -msgid "Inside matching" -msgstr "Correspondance intérieure" - -#: search/templates/NMZ.body.php_tmpl:97 -msgid "(terms which contain text)" -msgstr "(les termes qui contiennent text)" - -#: search/templates/NMZ.body.php_tmpl:98 -msgid "Suffix matching" -msgstr "Correspondance par suffixe" - -#: search/templates/NMZ.body.php_tmpl:100 -msgid "(terms which terminated with net)" -msgstr "(les termes qui finissent par net)" - -#: search/templates/NMZ.body.php_tmpl:104 -msgid "Regular expressions" -msgstr "Expressions régulières" - -#: search/templates/NMZ.body.php_tmpl:107 -msgid "" -"You can use regular expressions for pattern matching. The\n" -"regular expressions must be surrounded by slashes like /.../. Namazu uses Ruby's regular\n" -"regular expressions engine. It generally offers a Perl compatible flavor.\n" -"e.g.," -msgstr "" -"Vous pouvez utiliser les expressions régulières pour la recherche. Les\n" -"expressions régulières doivent être entourées par des barres obliques, " -"/.../. Namazu utilise le moteur d'expressions " -"régulières de Ruby. Il permet généralement une " -"compatibilité; avec Perl.\n" -"Ex.:" - -#: search/templates/NMZ.body.php_tmpl:121 -msgid "Field-specified searching" -msgstr "Recherche de champ spécifique" - -#: search/templates/NMZ.body.php_tmpl:123 -msgid "" -"You can limit your search to specific fields such as\n" -"Subject:, From:,\n" -"Message-Id:. This feature is especially convenient for\n" -"Mail/News documents, for example:" -msgstr "" -"Vous pouvez limiter votre recherche à des champs spécifiques tel que\n" -"Subject:, From:,\n" -"Message-Id:. Cela est particulièrement utile pour \n" -"les documents de type Courrier électronique/Message de forums de " -"discussions. Ex.:" - -#: search/templates/NMZ.body.php_tmpl:131 -msgid "" -"(Retrieves all documents which contain Linux\n" -"in a Subject: field)" -msgstr "" -"(Retrouve tous les documents qui contiennent Linux\n" -"dans le champ Subject:)" - -#: search/templates/NMZ.body.php_tmpl:136 -msgid "" -"(Retrieves all documents which contain GNU Emacs\n" -"in a Subject: field)" -msgstr "" -"(Retrouve tous les documents qui contiennent GNU Emacs\n" -"dans le champ Subject:)" - -#: search/templates/NMZ.body.php_tmpl:141 -msgid "" -"(Retrieves all documents which contain foo@bar.jp\n" -"in a From: field)" -msgstr "" -"(Retrouve tous les documents qui contiennent foo@bar.jp\n" -"dans le champ From:)" - -#: search/templates/NMZ.body.php_tmpl:147 -msgid "" -"(Retrieves a certain document which contains specified\n" -"Message-Id:)" -msgstr "" -"(Retrouve un document qui contient le \n" -"Message-Id: spécifié)" - -#: search/templates/NMZ.body.php_tmpl:152 -msgid "Notes" -msgstr "Notes" - -#: search/templates/NMZ.body.php_tmpl:155 -msgid "" -"In any queries, Namazu ignores case distinctions of\n" -"alphabet characters; i.e. Namazu does\n" -"case-insensitive pattern matching." -msgstr "" -"Dans toutes les requêtes, Namazu ignore les distinctions de casse des\n" -"caractères de l'alphabet. Autrement dit, Namazu fait\n" -"toujours une recherche indépendante de la casse." - -#: search/templates/NMZ.body.php_tmpl:160 -msgid "" -"Japanese phrases are automatically segmented into\n" -"morphemes and are handled as phrase searching. This process occasionally\n" -"causes invalid segmentation." -msgstr "" -"Les phrases japonaises sont segmentées en\n" -"morphèmes automatiquement et sont gérées comme une recherche de phrase. Ce procédé\n" -"conduit parfois à des segmentations invalides." - -#: search/templates/NMZ.body.php_tmpl:166 -msgid "" -"Letters, numbers or parts of symbols (duplicated in\n" -"ASCII) which are defined in JIS X 0208 (Japanese\n" -"Industrial Standards) are handled as ASCII characters." -msgstr "" -"L'alphabet, les nombres ou une partie des caractères symboles (copiés de l'\n" -"ASCII) qui sont définis dans le JIS X 0208 (Standards \n" -"Industriel Japonais) sont gérés en tant que caractères ASCII." - -#: search/templates/NMZ.body.php_tmpl:171 -msgid "" -"Namazu can handle a term which contains symbols like\n" -"TCP/IP. Since this method of handling isn't complete,\n" -"you can also describe the term as TCP and IP instead of\n" -"TCP/IP, but it may cause noisy results." -msgstr "" -"Namazu peut gérer un terme qui contient des symboles comme \n" -"TCP/IP. Etant donné que cette gestion n'est pas complète,\n" -"vous pouvez utiliser TCP and IP au lieu de \n" -"TCP/IP, mais cela peut conduire à des résultats imprécis." - -#: search/templates/NMZ.body.php_tmpl:178 -msgid "" -"Substring matching and field-specified searching takes\n" -"more time than other methods." -msgstr "" -"La recherche de sous-chaînes et de champs spécifiques prend\n" -"plus de temps que les autres méthodes." - -#: search/templates/NMZ.result.normal.php_tmpl:5 -msgid "Author" -msgstr "Auteur" - -#: search/templates/NMZ.result.normal.php_tmpl:6 -msgid "Date" -msgstr "Date" +# French translation of gnucash-htdocs. +# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# jsled , 2006. +# +# Quelques propositions de traductions : +# - checkbook: livre de compte +# - register: livre +# - transaction: opération (éviter transaction ?) +# - general ledger: grand livre +# +msgid "" +msgstr "" +"Project-Id-Version: gnucash-htdocs\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-02-21 11:53+0100\n" +"PO-Revision-Date: 2009-02-21 13:17+0100\n" +"Last-Translator: jsled \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: features.phtml:22 +msgid "Checkbook-Style Register" +msgstr "Registre livre de compte" + +#: features.phtml:26 +msgid "" +"The checkbook-style register provides a custom, convenient and familiar " +"interface to entering financial transactions. The register supports common " +"checking and credit-card transactions, as well as income, stock and currency " +"transactions." +msgstr "Le registre livre de compte fournit une interface intuitive, pratique et familère pour inscrire des opérations financières. Il supporte des opérations habituelles de compte chèque ou de carte de crédit, de même que des opérations de revenus, de bourse ou de devises." + +#: features.phtml:30 +msgid "Double Entry" +msgstr "Comptabilité en partie double" + +#: features.phtml:32 +msgid "" +"Every transaction must debit one account and credit others by an equal " +"amount. This ensures that the \"books balance\": that the difference between " +"income and outflow exactly equals the sum of all assets and equity." +msgstr "" +"Chaque transaction doit débiter un compte et en créditer un autre. Ceci " +"permet de maintenir un équilibre entres les rentrées et sorties d'argent et " +"la somme des actifs et des capitaux propres." + +#: features.phtml:36 index.phtml:24 +msgid "Reports, Graphs" +msgstr "Rapports et graphiques" + +#: features.phtml:39 +msgid "" +"GnuCash has an integrated reporting and graphing module, and comes complete " +"with a full suite of standard and customizeable reports, such as Balance " +"Sheet, Profit & Loss, Portfolio Valuation, and many others." +msgstr "Gnucash intègre un module de génération de rapports et de graphiques incluant de nombreux rapports prédéfinis standards et adaptables tel qu'un Bilan, un Compte de Résultat, une évaluation de portefeuille, etc." + +#: features.phtml:43 +msgid "Income/Expense Account Types" +msgstr "Comptes de revenus/dépenses" + +#: features.phtml:44 +msgid "" +"Income/Expense Account Types (Categories) allow you to categorize your cash " +"flow. When used properly with the double-entry feature and equity accounts, " +"these enable you to generate reports, such as Profit & Loss, that plain-" +"vanilla systems cannot handle." +msgstr "Les catégories de compte de Revenus/Dépenses vous permettent de catégoriser vos flux financiers. Lorsqu'utilisés correctement avec la fonction de double entrée et les comptes de capitaux propres, ceux-ci vous permettent de produire des rapports sur vos pertes et profits que les systèmes classiques n'auraient pu générer." + +#: features.phtml:48 +msgid "Multiple Currencies" +msgstr "Devises Multiples" + +#: features.phtml:49 +msgid "" +"Different accounts can be denominated in different currencies. Currency " +"movements between accounts are fully balanced when double-entry is enabled." +msgstr "Différents comptes peuvent être dénommés dans différentes devises. Les transferts de devise entre les comptes sont entièrement équilibrés quand l'option de comptabilité en partie double est activée." + +#: features.phtml:53 +msgid "Stock/Mutual Fund Portfolios" +msgstr "Portefeuilles d'actions ou fonds mutuels" + +#: features.phtml:54 +msgid "" +"Track stocks individually (one per account) or in portfolio of accounts (a " +"group of accounts that can be displayed together)." +msgstr "Suivi d'actions individuelles (une par compte) ou dans un portefeuille de compte (un groupe de compte affiché ensemble)." + +#: features.phtml:57 +msgid "Small Business Accounting Features" +msgstr "Fonctionnalités comptables pour petites entreprises" + +#: features.phtml:59 +msgid "" +"Simplify managing a small business with Customer and Vendor tracking, " +"Invoicing and Bill Payment, and Tax and Billing Terms." +msgstr "Simplifie la gestion d'une petite entreprise incluant le suivi des clients et des commerciaux, l'émission et le règlement des factures, et les échéances fiscales et de factures." + +#: features.phtml:62 +msgid "QIF Import" +msgstr "Importation de fichier QIF" + +#: features.phtml:63 +msgid "" +"Intuit® Quicken® QIF files can be imported, " +"and are automatically merged to eliminate duplicate transactions." +msgstr "Les fichiers Intuit® Quicken® QIF peuvent être importés, et sont automatiquement fusionnés pour éliminer les transactions doubles." + +#: features.phtml:66 +msgid "OFX Import" +msgstr "Importation OFX" + +#: features.phtml:67 +msgid "" +"GnuCash is the first free software application to support the Open Financial " +"Exchange protocol that many banks and financial services are starting to use." +msgstr "Gnucash est le premier logiciel libre à supporter le format d'échange ouvert de données financières (OFX) utilisé par de nombreuse banques et institutions financières." + +#: features.phtml:70 +msgid "HBCI Support" +msgstr "Support du protocole HBCI" + +#: features.phtml:71 +msgid "" +"GnuCash is the first free software application to support the German Home " +"Banking Computer Information protocol, allowing German users to perform " +"statement download and initiate bank transfers and direct debits." +msgstr "GnuCash est le premier logiciel libre à supporter le format allemand HBCI (Home Banking Computer Information), permettant à ses utilisateurs de débiter ou de virer des sommes directement de leur compte bancaire." + +#: features.phtml:74 +msgid "Improved Import Transaction Matching" +msgstr "Améliorations de la Réconciliation de Transactions Importées" + +#: features.phtml:75 +msgid "" +"The development of OFX and HBCI support has also resulted in an improved " +"transaction matching system that more accurately recognizes duplicate " +"transactions during file import." +msgstr "Le développement du support OFX et HBCI a permis une amélioration de la précision du mécanisme de détection des doublons dans les opérations financières enregistrées." + +#: features.phtml:78 +msgid "Statement Reconciliation" +msgstr "Réconciliation" + +#: features.phtml:79 +msgid "" +"A reconcile window with running reconciled and cleared balances makes " +"balancing against bank statements easy." +msgstr "Une fenêtre de réconciliation avec les opérations en cours et validées rend l'opération facile." + +#: features.phtml:82 +msgid "Localization" +msgstr "Localisation" + +#: features.phtml:83 +msgid "" +"Handles internationalized dates and currencies. The Gnucash menus and " +"popups have been translated to 21 languages, including Chinese, Danish, " +"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " +"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " +"Documentation is available in English, French, Portuguese and Spanish." +msgstr "Support des formats de dates et devises internationalisées. Les menus et les dialogues de Gnucash ont été traduits en 21 langues, y compris le chinois, le danois, le français, l'allemand, le hongrois, l'italien, le japonais, le norvégien, le polonais, le portugais, le russe, l'espagnol, le suédois, le turc, l'ukrainiens, et l'anglais britannique. La documentation est disponible en anglais, en français, en portugais et en espagnol. " + +#: features.phtml:86 +msgid "Transaction Finder" +msgstr "Recherche de transaction" + +#: features.phtml:89 +msgid "" +"A powerful transaction query dialogue can help you quickly locate a needle " +"in a haystack." +msgstr "Un dialogue de recherche d'opérations vous aide à localiser rapidement une aiguille dans une meule de foin." + +#: features.phtml:92 +msgid "General Ledger" +msgstr "Grand livre" + +#: features.phtml:93 +msgid "" +"Multiple accounts can be displayed in one register window at the same time. " +"This can ease the trouble of tracking down typing/entry errors. It also " +"provides a convenient way of viewing a portfolio of many stocks, by showing " +"all transactions in that portfolio." +msgstr "Plusieurs comptes peuvent être affichés en même temps dans une fenêtre de registre. Ceci peut soulager les problèmes de dépistage des erreurs de frappes/saisie. Il fournit également une manière commode de consulter un portefeuille contenant beaucoup d'actions, en montrant toutes les transactions de ce portefeuille. " + +#: features.phtml:96 +msgid "Online Stock & Mutual Fund Quotes" +msgstr "Récupération en ligne des cours d'actions et de fonds" + +#: features.phtml:97 +msgid "" +"Get Stock & Mutual Fund quotes from various web sites, update portfolio " +"automatically. Additional pricing sources are added regularly." +msgstr "Récupération des cours d'action et de fonds à partir de divers sources en lignes, mise à jour automatique du portefeuille. De nouvelles sources sont ajoutées régulièrement." + +#: features.phtml:100 +msgid "Check Printing" +msgstr "Impression de chèques" + +#: features.phtml:101 +msgid "" +"Checks may be printed in standard formats on common check stocks. A " +"customization GUI allows custom check layouts to be developed." +msgstr "Les chèques peuvent être imprimés dans des formats standards. Une personnalisation de l'interface utilisateur permet de développer des modèles de chèques personnalisées." + +#: features.phtml:105 index.phtml:25 +msgid "Scheduled Transactions" +msgstr "Opérations planifiées" + +#: features.phtml:106 +msgid "" +"You can now create recurring transactions, including automatic reminders " +"when a transaction is due, the ability to postpone a scheduled transaction " +"without canceling it, and the ability to specify only a limited number of " +"transactions." +msgstr "Vous pouvez créer des opérations récurrentes, y compris des rappels automatiques quand une transaction est due, reporter une opération sans l'annuler et préciser un nombre limité d'opérations." + +#: features.phtml:109 +msgid "Mortgage & Loan Repayment Druid" +msgstr "Assistant d'hypothèque & de remboursement de prêt" + +#: features.phtml:110 +msgid "" +"A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "" +"Un assistant vous guide pour mettre en place des remboursements de prêt " +"automatisés." + +#: features.phtml:115 +msgid "New User Manual and Help" +msgstr "Un nouveau manuel d'utilisateur et une rubrique d'aide" + +#: features.phtml:116 +msgid "" +"A new help subsystem that focuses on how to do tasks is now available, in " +"addition to a Tutorial and Concepts guide that gives the user background " +"information on accounting principles and how they are reflected in GnuCash." +msgstr "Un nouveau sous-système d'aide qui se concentre sur comment exécuter différentes actions est disponible, en plus d'un tutoriel et d'un guide de concepts qui fournit à l'utilisateur les informations de base sur les règles de comptabilité et comment elles sont gérées par GnuCash." + +#: sizing.phtml:14 +msgid "" +"It can often be quite interesting to study the source code metrics behind a " +"software development project. Not a surprising interest: its accounting " +"afterall. GnuCash has grown, over the years, from a small handy electronic " +"checkbook to a rather large and multi-featured desktop app." +msgstr "Il est souvent intéressant de mesurer l'évolution du code source d'un projet de développement logiciel... après tout, c'est de la comptabilité. Gnucash s'est largement développé au cours des annèes, partant d'un pratique chéquier électronique pour devenir une grosse application bureautique avec de nombreuses fonctionnalités." + +#: sizing.phtml:17 +msgid "" +"GnuCash currently consists of over a third of a million lines of code spread " +"over more than a thousand files. It has been translated into twenty-three " +"languages and credits over 139 authors and contributors." +msgstr "Gnucash dépasse 300,000 lignes de code et un millier de fichiers. Il est traduit dans 23 langues et mentionne 139 auteurs et contributeurs." + +#: sizing.phtml:23 +msgid "" +"If you've had trouble swimming through that mass of source code, think of it " +"this way: printed out on paper, and bound into volumes, it would amount to " +"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" +"width's worth of source code." +msgstr "Si vous nagez un peu dans les sources, prennez le comme ça : imprimé sur papier et relier, ils représentent plusieurs douzaines d'exemplaires de Guerre et Paix de Tolstoy... une rangée d'étagère pleine." + +#: sizing.phtml:26 +msgid "" +"Mind you, this is source code (and docs) crafted and debugged by actual " +"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " +"can generate gaziilions of lines of code automatically; I'm not counting " +"those. Every last line counted here was typed in, edited, indented, " +"tweaked, multiple times, by human hands." +msgstr "Attention il s'agit bien des sources du code et de la documentation, créées et corrigées par des humains, ce n'est pas du code généré automatiquement." + +#: sizing.phtml:29 +msgid "" +"Given that we have about 400 outstanding bugs in bugzilla, that works out to " +"about one bug per thousand lines of code, or one bug per 50 pages of " +"printout. This bug count is actually not atypical for software projects; " +"its near the norm." +msgstr "Compte tenu qu'il y a environ 400 anomalies en attente listés, cela fait un bogue toutes les 1000 lignes de code, un chiffre tout à fait dans la norme." + +#: sizing.phtml:32 +msgid "" +"The table below shows some historical lines-of-code and number-of-files " +"metrics for the GnuCash development project. Note that not all of the code " +"is counted: for instance, the Makefiles and configure.in and autogen.sh are " +"not counted. Also, files that are automatically generated are not counted, " +"nor are files that have been 'borrowed' from other projects. Also not " +"counted are experimental files, miscellaneous perl scripts, various " +"converters, addons and utilities. Finally, glade files are not " +"counted, although large parts of the overall GUI are described in glade files." +msgstr "La tableau ci-après montre la progression de la taille du code et du nombre de fichiers qui constituent Gnucash. Certains fichiers annexes, empruntés à d'autres projets, ou générés automatiquement, ne sont pas comptés." + +#: sizing.phtml:35 +msgid "" +"Note also that KLOC's are not a good metric of programmer productivity, nor " +"even that wc is a good way of counting KLOC's. Much better " +"measures are complexity metrics, which, for example, count the number and " +"size of if-then-else blocks, or the number and size of all blocks, or the " +"number of math operators per statement. Maybe someday we'll run one of " +"those tools on this code. For now, this is what we have. On the other hand, " +"we've attempted to count only those files that contain human-edited code, " +"that is, files that are directly edited by humans. The point of doing this " +"is to avoid artificially inflating the KLOC counts by counting automatically " +"generated code (which is why the glade files are not counted: they are large " +"and automatically generated)." +msgstr "Attention, le KLOC (kilo de ligne de code:-) n'est pas une bonne mesure de la productivité des développeurs, mais il est facile à mesurer avec wc. Il existe de meilleurs mesures qui seront peut-être, un jour, mises en oeuvre. En cas de désoeuvrement d'un développeur. Sait-on jamais. De plus, ne sont comptées que les lignes éditées manuellement, pas les codes générés automatiquement par certains outils." + +#: sizing.phtml:39 +msgid "Table 1. Historical Development Stats" +msgstr "Table 1. Statistiques sur les développements antérieurs" + +#: sizing.phtml:43 +msgid "Version" +msgstr "Version" + +#: sizing.phtml:44 sizing.phtml:330 +msgid "engine" +msgstr "moteur" + +#: sizing.phtml:45 sizing.phtml:334 +msgid "backend" +msgstr "stockage" + +#: sizing.phtml:46 sizing.phtml:338 +msgid "register" +msgstr "livre" + +#: sizing.phtml:47 +msgid "ledger" +msgstr "grand livre" + +#: sizing.phtml:48 sizing.phtml:346 +msgid "motif" +msgstr "" + +#: sizing.phtml:49 sizing.phtml:350 +msgid "gnome" +msgstr "gnome" + +#: sizing.phtml:50 sizing.phtml:355 +msgid "misc app" +msgstr "divers" + +#: sizing.phtml:51 sizing.phtml:360 +msgid "import export" +msgstr "import export" + +#: sizing.phtml:52 sizing.phtml:365 +msgid "reports" +msgstr "rapports" + +#: sizing.phtml:53 +# attention, scheme désigne le langage de programmation +msgid "scheme (misc)" +msgstr "scheme (divers)" + +#: sizing.phtml:54 +msgid "business" +msgstr "commerce" + +#: sizing.phtml:55 sizing.phtml:380 +msgid "test" +msgstr "test" + +#: sizing.phtml:56 +msgid "user docs" +msgstr "docs utilisateurs" + +#: sizing.phtml:57 sizing.phtml:390 +msgid "internal txt" +msgstr "txt interne" + +#: sizing.phtml:58 +msgid "Total" +msgstr "Total" + +#: sizing.phtml:59 sizing.phtml:395 +msgid "Languages" +msgstr "Langues" + +#: sizing.phtml:60 sizing.phtml:400 +msgid "Author Credits" +msgstr "Auteurs" + +#: sizing.phtml:319 +msgid "Each cell displays the following:" +msgstr "Chaque cellule contient l'information suivante:" + +#: sizing.phtml:321 +msgid "" +"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " +"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." +"c + KLOCS in *.h) are displayed. If there is only one number in the " +"parenthesis, it is the approriate KLOC count for that statistic." +msgstr "Compte des fichiers *.c *.h *.scm." + +#: sizing.phtml:324 +msgid "" +"where KLOC == kilo-lines-of-code, as reported by wc. As noted " +"above, wc is not a terribly good code metric, but its what we have handy." +msgstr "KLOC = Kilo de ligne de code, le kilo étant à 1000. Comme déjà noté, ça vaut ce que ça vaut." + +#: sizing.phtml:327 +msgid "Table Column Legend" +msgstr "Légende des titres des colonnes du tableau" + +#: sizing.phtml:331 +msgid "" +"Contents of the src/engine and the include directories. The engine was split " +"out from the motif code in version 1.1. The data storage backend (file-io, " +"sql) was split out in the course of version 1.5" +msgstr "" + +#: sizing.phtml:335 +msgid "" +"Contents of the src/backend directory (version 1.7 and later) or of src/" +"engine/file, src/engine/sql (version 1.6 and earlier)" +msgstr "" + +#: sizing.phtml:339 +msgid "" +"Contents of the src/register directory (version 1.6 and earlier) or src/" +"register/register-core (version 1.7 and later). The register was split out " +"as a separate component from the motif code in version 1.1. As can be seen " +"from the stats, the register code has been fairly stable. At version 1.7 and " +"later, this cell shows a second count: the number of lines of code in src/" +"register/register-gnome (previously counted as part of gnome)" +msgstr "" + +#: sizing.phtml:343 +msgid "" +"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" +"register/ledger-core (version 1.7 and later)" +msgstr "" + +#: sizing.phtml:347 +msgid "" +"Contents of the src/motif directory (version 1.2 and earlier). The motif " +"version of the code was discontinued after version 1.2, after most of the " +"non-gui code was moved to either the engine, the register or the ledger." +msgstr "" + +#: sizing.phtml:351 +msgid "" +"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " +"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" +"gnome-util" +msgstr "" + +#: sizing.phtml:356 +msgid "" +"Contents of miscellanous application-related directories (version 1.7 and " +"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" +"gnc-module, src/network-utils, src/tax/us" +msgstr "" + +#: sizing.phtml:361 +msgid "" +"Code to import and export various file formats: contents of the src/import-" +"export directory." +msgstr "" + +#: sizing.phtml:366 +msgid "" +"Code to generate reports and graphs: contents of the src/reports directory." +msgstr "" + +#: sizing.phtml:370 +msgid "scheme" +msgstr "scheme" + +#: sizing.phtml:371 +msgid "" +"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " +"earlier). In version 1.7 and later, much of this code went into reports, " +"import/export, and into indiovidual modules; thus only miscellaneous code " +"remains." +msgstr "" + +#: sizing.phtml:376 +msgid "" +"Code to add small-business features: contents of the src/business directory." +msgstr "" + +#: sizing.phtml:381 +msgid "" +"Code to peform automated regression tests: contents of the src/*/test " +"directories." +msgstr "" + +#: sizing.phtml:385 +msgid "docs" +msgstr "docs" + +#: sizing.phtml:386 +msgid "" +"English-language-only user documentation, including on-line help and manual " +"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " +"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " +"of these numbers are somewhat hard to count, because of fairly large format " +"churns, and multiple competing versions." +msgstr "" + +#: sizing.phtml:391 +msgid "" +"The number of design documents and README files aimed at developers. This " +"includes *.txt files, *.texinfo files and README.* files in all " +"subdirectories. For version 1.7 and later, only those in the src " +"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" +msgstr "" + +#: sizing.phtml:396 +msgid "" +"The number of languages that the application messages have been translated " +"to (the number of po/*.po files). In parenthesis, the number of " +"messages in the message files (grep msgstr po/*.po |wc), in " +"thousands." +msgstr "" + +#: sizing.phtml:401 +msgid "" +"The number of people credited in the AUTHORS file (version 1.6 and later) or " +"the README file (earlier versions). These include lead developers, patch " +"submitters and national-language translators. This includes additional " +"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " +"main gnucash/AUTHORS file." +msgstr "" + +#: oldnews.phtml:2 index.phtml:3 +msgid "Free Accounting Software" +msgstr "Logiciel Libre de finances personnelles" + +#: oldnews.phtml:11 +msgid "Older Announcements" +msgstr "Anciennes annonces" + +#: oldnews.phtml:14 +msgid "" +"This is an archive of announcements that once appeared on the GnuCash home " +"page." +msgstr "Archive des annonces apparues sur la page de GnuCash." + +#: docs.phtml:11 +msgid "GnuCash Documentation Project" +msgstr "Projet de documentation de GnuCash" + +#: docs.phtml:13 +msgid "" +"This page is the home of the Gnucash Documentation Project, our goal is to " +"maintain a community of people working towards creation of high quality " +"documentation for GnuCash." +msgstr "Cette page est consacrée au projet ed documentation de GnuCash. Notre objectif est de maintenir une communauté dédiée à la création d'une documentation de qualité sur GnuCash." + +#: docs.phtml:15 +msgid "" +"Everything you need concerning GnuCash documentation should be here, if you " +"notice something missing, email gnucash-devel and we will add it." +msgstr "" +"Toute la documentation de GnuCash dont vous pourriez avoir besoin se trouve " +"ici. Si vous remarquez des lacunes, écrivez nous à: gnucash-devel·et nous ajouterons l'information " +"manquante." + +#: docs.phtml:17 docs.phtml:23 +msgid "Nightly Documentation Builds" +msgstr "Dernière documentation disponible" + +#: docs.phtml:18 +msgid "current unstable user documentation and developer documentation" +msgstr "documentation utilisateur et développeur de la version en cours de développement" + +#: docs.phtml:20 +msgid "" +"Every night a server builds the documentation from the current contents of " +"the GnuCash subversion repository. This includes the Developer " +"Documentation from Doxygen and User Documentation for the current unstable " +"version of GnuCash." +msgstr "Les documentations sont reconstruites quotidiennement à partir des données à jour dans le dépôt des sources." + +#: docs.phtml:25 docs.phtml:47 docs.phtml:78 +msgid "Concepts Guide" +msgstr "Guide des concepts" + +#: docs.phtml:26 docs.phtml:39 docs.phtml:73 +msgid "Help Manual" +msgstr "Manuel d'Aide" + +#: docs.phtml:27 +msgid "Doxygen Developer Documentation" +msgstr "Informations pour développeur" + +#: docs.phtml:32 +msgid "GnuCash v2.0 (current stable release)" +msgstr "GnuCash v2.0 (dernière version stable)" + +#: docs.phtml:34 +msgid "" +"If you have a question about how to use GnuCash, you are in the right place. " +"The first thing you should do is read the Help Manual and the Concepts " +"Guide, most of your questions can probably be answered by these documents." +msgstr "" +"Si vous avez des questions sur l'utilisation de GnuCash, vous êtes au bon " +"endroit.Vous devriez d'abord lire le Manuel d'Aide et le Guide de Concepts. " +"La majorité de vos questions y-sont probablement répondue." + +#: docs.phtml:35 +msgid "" +"The Help Manual is designed to be a quick reference of how to accomplish " +"specific tasks and how to use the features in GnuCash. The Concepts Guide is " +"designed to be an in depth guide to the concepts behind using GnuCash with a " +"tutorial to show how to put those concepts into practice." +msgstr "" +"Le Manuel d'Aide traite brièvement les fonctionnalités principale de GnuCash " +"et comment les utiliser. Le Guide de Concept est une ressource beaucoup plus " +"approfondie qui offre des leçons sur chacun des concepts de la comptabilité " +"par l'entremise de tutoriels." + +#: docs.phtml:41 docs.phtml:43 docs.phtml:49 docs.phtml:50 docs.phtml:74 +#: docs.phtml:76 docs.phtml:79 docs.phtml:80 docs.phtml:84 +msgid "English" +msgstr "Anglais" + +#: docs.phtml:42 docs.phtml:75 docs.phtml:85 +msgid "Deutsch" +msgstr "Allemand" + +#: docs.phtml:55 +msgid "" +"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " +"to your question within either the Help Manual or the Concepts Guide. We " +"want feedback from you, it is only through your comments that we know " +"how to modify the documentation." +msgstr "Merci d'envoyer vos questions à la liste de diffusion gnucash-user, si vous ne parvenez pas à trouver de réponse dans le Manuel, le Guide des concepts, la FAQ, le Wiki... C'est avec vos remarques constructives et vos retours que nous pouvons savoir comment améliorer la documentaiton." + +#: docs.phtml:56 +msgid "" +"Additionally, you can talk to someone via IRC at irc.gnome.org channel " +"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " +"registered users can ask and answer questions." +msgstr "Il existe des flux de discussions et des wikis dédiés pour les anglophones ou germanophones." + +#: docs.phtml:58 +msgid "" +"Some people have written HOWTO guides or tutorials. Note: the information " +"presented in these sources may or may not be updated to the most recent " +"version of GnuCash. If you are interested in doing development work on these " +"documents, you should contact the original authors." +msgstr "Il existe des HOWTO (comment faire) et des tutoriaux, plus ou moins à jour selon la langue. Voir avec l'auteur du document." + +#: docs.phtml:60 +msgid "Neil Williams GnuCash documentation" +msgstr "Documentation GnuCash de Neil Williams" + +#: docs.phtml:61 +msgid "GnuCash for Business Users" +msgstr "GnuCash pour Entreprises" + +#: docs.phtml:62 +msgid "mirror" +msgstr "site miroir" + +#: docs.phtml:64 +msgid "Joe Mack's Tutorial" +msgstr "Tutoriel de Joe Mack" + +#: docs.phtml:66 +msgid "Dave Gilbert's User Guide (PDF)" +msgstr "Guide de l'utilisateur (PDF) par Dave Gilbert" + +#: docs.phtml:69 +msgid "Older GnuCash Documentation" +msgstr "Ancienne documentation GnuCash" + +#: docs.phtml:70 +msgid "" +"This section contains all the older GnuCash documentation. If you are using " +"one of these old versions of GnuCash, it is highly recommended that you " +"upgrade to the latest stable version." +msgstr "Cette partie contient les vieilles documentation, pour les vieilles versions de GnuCash. Nous vous conseillons plutôt de mettre à jour votre version..." + +#: docs.phtml:86 +msgid "Espagnol" +msgstr "Espagnol" + +#: docs.phtml:87 +msgid "Português" +msgstr "Portuguais" + +#: docs.phtml:90 +msgid "Documentation Development" +msgstr "Developpement de la documentation" + +#: docs.phtml:92 +msgid "Interesting Links" +msgstr "Liens d'intérêt" + +#: docs.phtml:93 +msgid "" +"The following links are for further sites that can help with the " +"documentation and review process." +msgstr "Les liens suivants pointent vers des sites qui peuvent aider." + +#: docs.phtml:100 +msgid "For both reviewers and documentation writers" +msgstr "À la fois pour les relecteurs et les rédacteurs de la documentation" + +#: docs.phtml:101 +msgid "" +"Please read the following guides. The new docs are based on the GNOME2 XML " +"docbook system. Everyone wishing to help please follow these guides where " +"possible when reviewing and/or writing docs." +msgstr "Merci de lire ces guides pour savoir comment contribuer à la documentation." + +#: docs.phtml:106 +msgid "We suggest also subscribing to " +msgstr "Nous suggérons également l'inscription à " + +#: docs.phtml:108 +msgid "Reviewers" +msgstr "Relecteurs" + +#: docs.phtml:109 +msgid "" +"Please check out the documentation module from the GnuCash svn - gnucash-" +"docs. For those not familiar with svn, the GnuCash wiki has a description. The only " +"change to get the docs is to change the checkout gnucash to checkout gnucash-" +"docs. You can also start from the current docs tarball." +msgstr "Merci d'extraire le module de documentation à partir du dépôt SVN. Voir les instructions en anglais pour plus de détail." + +#: docs.phtml:110 +msgid "" +"The best way of retaining comments about docs in an easy to find way for " +"everyone would be to use bugzilla.gnome." +"org to file the bugs under documentation. This can also be done using " +"bug-buddy." +msgstr "Le meilleur moyen de conserver des commentaires sur la documentation est de les enregistrer sur bugzilla.gnome.org dans la section documentation." + +#: docs.phtml:112 +msgid "Writers" +msgstr "Rédacteurs" + +#: docs.phtml:113 +msgid "" +"Also checkout the docs svn as above. The usual procedure for contributors to " +"GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle " +"getting the patches added into svn until you are given an account. You can " +"also add the patch to a bug report in bugzilla if you wish." +msgstr "" + +#: docs.phtml:114 +msgid "" +"Please let other writers know which section you wish to tackle. Please " +"forward this to gnucash-" +"devel so that people can say 'hey I'm doing that already' or 'go ahead " +"and do it'." +msgstr "" + +#: docs.phtml:115 +msgid "" +"You may also want to retain a local copy of the old documentation to refer " +"to when writing. This still has a lot of useful information in it which " +"hasn't been transferred to the new docs" +msgstr "" + +#: index.phtml:13 +msgid "Welcome to GnuCash.org" +msgstr "Bienvenue Sur GnuCash.org" + +#: index.phtml:15 +msgid "" +"GnuCash is personal and small-business financial-accounting software, freely " +"licensed under the GNU GPL and available " +"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "GnuCash est un gestionnaire de finances personnelles pour GNU/Linux, *BSD, Solaris et Mac OS X et MS Windows qui vous est offert gratuitement sous la license GNU." + +#: index.phtml:17 +msgid "" +"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 to ensure balanced books and accurate reports. " +msgstr "Conçu pour être simple d'utilisation, puissant et flexible, GnuCash vous permet de suivre l'évolution de vos comptes bancaires, portefeuilles d'actions, revenus et dépenses. Aussi rapide et intuitif à utiliser qu'un registre de compte papier, il est basé sur des principes de comptabilité professionnelle pour assurer l'équilibre des comptes et des rapports fiables." + +#: index.phtml:20 +msgid "Feature Highlights" +msgstr "Fonctionnalités" + +#: index.phtml:23 +msgid "QIF/OFX/HBCI Import, Transaction Matching" +msgstr "Importation des protocoles QIF/OFX/HBCI" + +#: index.phtml:26 +msgid "Financial Calculations " +msgstr "Calcul financier" + +#: index.phtml:30 +msgid "Double-Entry Accounting" +msgstr "Comptabilité en partie double" + +#: index.phtml:31 +msgid "Stock/Bond/Mutual Fund Accounts" +msgstr "Actions/Obligations/Fonds mutuel" + +#: index.phtml:32 +msgid "Small-Business Accounting" +msgstr "Comptabilité pour petites entreprises" + +#: index.phtml:33 +msgid "Customers, Vendors, Jobs,
        Invoices, A/P, A/R" +msgstr "" +"Clients, Fournisseurs, Tâches,
        Factures, Avis de paiement et de " +"réception, " + +#: index.phtml:39 +msgid "News" +msgstr "Actualités" + +#: externals/header.phtml:25 +msgid "Language" +msgstr "Langue" + +#: externals/header.phtml:36 +msgid "Continent" +msgstr "Continent" + +#: externals/menu.phtml:11 +msgid "Information" +msgstr "Information Générale" + +#: externals/menu.phtml:14 +msgid "About / News" +msgstr "Sommaire / Actualités" + +#: externals/menu.phtml:16 +msgid "Screenshots, Features" +msgstr "Copies d'écrans, fonctionnalités" + +#: externals/menu.phtml:17 +msgid "How to help" +msgstr "Comment Aider" + +#: externals/menu.phtml:23 externals/menu.phtml:25 +msgid "Documentation" +msgstr "Documentation" + +#: externals/menu.phtml:26 +msgid "FAQ" +msgstr "FAQ" + +#: externals/menu.phtml:27 +msgid "Wiki" +msgstr "Wiki" + +#: externals/menu.phtml:29 +msgid "Mailing Lists" +msgstr "Listes de diffusion" + +#: externals/menu.phtml:31 +msgid "Search" +msgstr "Recherche" + +#: externals/menu.phtml:33 +msgid "Bug Reports" +msgstr "Rapport d'anomalies" + +#: externals/menu.phtml:34 +msgid "IRC (Chat)" +msgstr "Clavardage IRC" + +#: externals/menu.phtml:35 +msgid "Donations" +msgstr "Dons" + +#: externals/menu.phtml:42 +msgid "Downloads" +msgstr "Téléchargements" + +#: externals/menu.phtml:45 +msgid "Source code, Windows binary" +msgstr "Code source, exécutables windows" + +#: externals/menu.phtml:46 +msgid "Source code only (USA)" +msgstr "Code source seulement (USA)" + +#: externals/menu.phtml:47 +msgid "Source code only (Europe)" +msgstr "Code source seulement (Europe)" + +#: externals/menu.phtml:54 +msgid "Developer Information" +msgstr "Informations pour développeur" + +#: externals/menu.phtml:57 +msgid "Source Docs" +msgstr "Docs Source" + +#: externals/menu.phtml:58 +msgid "Browse Source Code" +msgstr "Visualiser le code source" + +#: externals/menu.phtml:59 +msgid "Subversion Access" +msgstr "Accès à Subversion" + +#: externals/menu.phtml:60 +msgid "Language Translations" +msgstr "Transactions planifiées" + +#: externals/menu.phtml:61 +msgid "Sizing" +msgstr "Dimensionnement" + +#: externals/footer.phtml:4 +msgid "Server & email outage reports to: " +msgstr "Problèmes de serveurs et de messagerie à transmettre à : " + +#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 +msgid "" +"Translation problems? Contact: gnucash-devel@gnucash.org" +msgstr "Problème de traduction ? Voir gnucash-devel@gnucash.org" + +#: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:27 +msgid "Query" +msgstr "Requêtes" + +#: search/templates/NMZ.body.php_tmpl:6 +msgid "Single term query" +msgstr "Requête avec un seul terme" + +#: search/templates/NMZ.body.php_tmpl:8 +msgid "" +"This query specifies only one term for retrieving all of the\n" +"documents which contain that term, for example:" +msgstr "" +"La requête spécifie un seul terme pour retrouver tous\n" +"les documents qui contiennent ce terme. Ex.:" + +#: search/templates/NMZ.body.php_tmpl:16 +msgid "AND query" +msgstr "Requête AND" + +#: search/templates/NMZ.body.php_tmpl:19 +msgid "" +"This query specifies two or more terms for retrieving all of the\n" +"documents which contain both terms. Insert the\n" +"and operator between the terms, e.g." +msgstr "" +"La requête spécifie deux termes ou plus pour retrouver tous\n" +"les documents qui contiennent tous les termes à la fois. Vous pouvez \n" +"insérer l'opérateur and entre les termes. " +"Ex.:" + +#: search/templates/NMZ.body.php_tmpl:29 +msgid "" +"You can omit the and operator. Terms which " +"are\n" +"separated by one or more spaces are assumed to be an AND query." +msgstr "" +"Vous pouvez omettre l'opérateur and. Les " +"termes\n" +"séparés par un ou plusieurs espaces sont considérés comme une requête AND." + +#: search/templates/NMZ.body.php_tmpl:33 +msgid "OR query" +msgstr "Requête OR" + +#: search/templates/NMZ.body.php_tmpl:35 +msgid "" +"This query specifies two or more terms for retrieving all\n" +"documents which contain any one term. Insert the\n" +"or operator between the terms,\n" +"e.g." +msgstr "" +"La requête spécifie deux termes ou plus pour retrouver tous\n" +"les documents qui contiennent l'un des termes. Vous pouvez insérer " +"l'opérateur\n" +"or entre les termes.\n" +"Ex.:" + +#: search/templates/NMZ.body.php_tmpl:45 +msgid "NOT query" +msgstr "Requête NOT" + +#: search/templates/NMZ.body.php_tmpl:47 +msgid "" +"This query specifies two or more terms for retrieving all of the\n" +"documents which contain a first term but do not contain the\n" +"following terms. Insert the not\n" +"operator between the terms, for example:" +msgstr "" +"La requête spécifie deux termes ou plus pour retrouver tous\n" +"les documents qui contiennent un premier terme mais qui ne contiennent pas " +"les\n" +"termes suivants. Vous pouvez insérer l'opérateur not\n" +"entre les termes pour faire une requête NOT. Ex.:" + +#: search/templates/NMZ.body.php_tmpl:58 +msgid "Grouping" +msgstr "Regroupement" + +#: search/templates/NMZ.body.php_tmpl:60 +msgid "" +"You can group queries by surrounding them by\n" +"parentheses. The parentheses should be separated by one or\n" +"more spaces. e.g." +msgstr "" +"Vous pouvez regrouper les requêtes en les entourant par\n" +"des parenthèses. Les parenthèses doivent être séparées par un ou\n" +"plusieurs espaces. Ex.:" + +#: search/templates/NMZ.body.php_tmpl:69 +msgid "Phrase searching" +msgstr "Recherche de phrase" + +#: search/templates/NMZ.body.php_tmpl:71 +msgid "" +"You can search for a phrase that consists of two or more terms\n" +"by surrounding them with double quotation marks or braces such as\n" +"\"...\" and {...}.\n" +"In Namazu, the precision of phrase searching is not 100%,\n" +"so wrong results may occasionally occur. Example:" +msgstr "" +"Vous pouvez rechercher une fragemtn de phrase de deux ou plusieurs termes\n" +"en les entourant avec des guillemets, \n" +"\"...\", ou avec des accolades, {...}.\n" +"Dans Namazu, la précision de la recherche de phrase n'est pas de 100%.\n" +"Cela peut donc conduire pafois à des résultats faux. Ex.:" + +#: search/templates/NMZ.body.php_tmpl:88 +msgid "Substring matching" +msgstr "Correspondance de sous-chaîne" + +#: search/templates/NMZ.body.php_tmpl:90 +msgid "There are three types of searching by substring matching." +msgstr "Il existe trois types de recherche de sous-chaînes." + +#: search/templates/NMZ.body.php_tmpl:94 +msgid "Prefix matching" +msgstr "Correspondance préfixée" + +#: search/templates/NMZ.body.php_tmpl:95 +msgid "(terms which begin with inter)" +msgstr "(les termes qui débutent par inter)" + +#: search/templates/NMZ.body.php_tmpl:96 +msgid "Inside matching" +msgstr "Correspondance intérieure" + +#: search/templates/NMZ.body.php_tmpl:97 +msgid "(terms which contain text)" +msgstr "(les termes qui contiennent text)" + +#: search/templates/NMZ.body.php_tmpl:98 +msgid "Suffix matching" +msgstr "Correspondance par suffixe" + +#: search/templates/NMZ.body.php_tmpl:100 +msgid "(terms which terminated with net)" +msgstr "(les termes qui finissent par net)" + +#: search/templates/NMZ.body.php_tmpl:104 +msgid "Regular expressions" +msgstr "Expressions régulières" + +#: search/templates/NMZ.body.php_tmpl:107 +msgid "" +"You can use regular expressions for pattern matching. The\n" +"regular expressions must be surrounded by slashes like /.../. Namazu uses Ruby's regular\n" +"regular expressions engine. It generally offers a Perl compatible flavor.\n" +"e.g.," +msgstr "" +"Vous pouvez utiliser les expressions régulières pour la recherche. Les\n" +"expressions régulières doivent être entourées par des barres obliques, " +"/.../. Namazu utilise le moteur d'expressions " +"régulières de Ruby. Il permet généralement une " +"compatibilité; avec Perl.\n" +"Ex.:" + +#: search/templates/NMZ.body.php_tmpl:121 +msgid "Field-specified searching" +msgstr "Recherche de champ spécifique" + +#: search/templates/NMZ.body.php_tmpl:123 +msgid "" +"You can limit your search to specific fields such as\n" +"Subject:, From:,\n" +"Message-Id:. This feature is especially convenient for\n" +"Mail/News documents, for example:" +msgstr "" +"Vous pouvez limiter votre recherche à des champs spécifiques tel que\n" +"Subject:, From:,\n" +"Message-Id:. Cela est particulièrement utile pour \n" +"les documents de type Courrier électronique/Message de forums de " +"discussions. Ex.:" + +#: search/templates/NMZ.body.php_tmpl:131 +msgid "" +"(Retrieves all documents which contain Linux\n" +"in a Subject: field)" +msgstr "" +"(Retrouve tous les documents qui contiennent Linux\n" +"dans le champ Subject:)" + +#: search/templates/NMZ.body.php_tmpl:136 +msgid "" +"(Retrieves all documents which contain GNU Emacs\n" +"in a Subject: field)" +msgstr "" +"(Retrouve tous les documents qui contiennent GNU Emacs\n" +"dans le champ Subject:)" + +#: search/templates/NMZ.body.php_tmpl:141 +msgid "" +"(Retrieves all documents which contain foo@bar.jp\n" +"in a From: field)" +msgstr "" +"(Retrouve tous les documents qui contiennent foo@bar.jp\n" +"dans le champ From:)" + +#: search/templates/NMZ.body.php_tmpl:147 +msgid "" +"(Retrieves a certain document which contains specified\n" +"Message-Id:)" +msgstr "" +"(Retrouve un document qui contient le \n" +"Message-Id: spécifié)" + +#: search/templates/NMZ.body.php_tmpl:152 +msgid "Notes" +msgstr "Notes" + +#: search/templates/NMZ.body.php_tmpl:155 +msgid "" +"In any queries, Namazu ignores case distinctions of\n" +"alphabet characters; i.e. Namazu does\n" +"case-insensitive pattern matching." +msgstr "" +"Dans toutes les requêtes, Namazu ignore les distinctions de casse des\n" +"caractères de l'alphabet. Autrement dit, Namazu fait\n" +"toujours une recherche indépendante de la casse." + +#: search/templates/NMZ.body.php_tmpl:160 +msgid "" +"Japanese phrases are automatically segmented into\n" +"morphemes and are handled as phrase searching. This process occasionally\n" +"causes invalid segmentation." +msgstr "" +"Les phrases japonaises sont segmentées en\n" +"morphèmes automatiquement et sont gérées comme une recherche de phrase. Ce procédé\n" +"conduit parfois à des segmentations invalides." + +#: search/templates/NMZ.body.php_tmpl:166 +msgid "" +"Letters, numbers or parts of symbols (duplicated in\n" +"ASCII) which are defined in JIS X 0208 (Japanese\n" +"Industrial Standards) are handled as ASCII characters." +msgstr "" +"L'alphabet, les nombres ou une partie des caractères symboles (copiés de l'\n" +"ASCII) qui sont définis dans le JIS X 0208 (Standards \n" +"Industriel Japonais) sont gérés en tant que caractères ASCII." + +#: search/templates/NMZ.body.php_tmpl:171 +msgid "" +"Namazu can handle a term which contains symbols like\n" +"TCP/IP. Since this method of handling isn't complete,\n" +"you can also describe the term as TCP and IP instead of\n" +"TCP/IP, but it may cause noisy results." +msgstr "" +"Namazu peut gérer un terme qui contient des symboles comme \n" +"TCP/IP. Etant donné que cette gestion n'est pas complète,\n" +"vous pouvez utiliser TCP and IP au lieu de \n" +"TCP/IP, mais cela peut conduire à des résultats imprécis." + +#: search/templates/NMZ.body.php_tmpl:178 +msgid "" +"Substring matching and field-specified searching takes\n" +"more time than other methods." +msgstr "" +"La recherche de sous-chaînes et de champs spécifiques prend\n" +"plus de temps que les autres méthodes." + +#: search/templates/NMZ.body.php_tmpl:182 +#: search/templates/NMZ.tips.php_tmpl:60 +msgid "" +"If you want to use and,\n" +"or or not as ordinary keywords
        \n" +"You can surround them respectively with double quotes like \"...\" or braces like {...}." +msgstr "" +"Vous voulez utiliser and,\n" +"or ou not en tant que mots clefs
        \n" +"Vous pouvez les entourer respectivement avec des guillemets comme \"...\" ou des accolades comme {...}." + +#: search/templates/NMZ.head.php_tmpl:2 +msgid "Mailing List Search" +msgstr "Recherche de liste de distribution" + +#: search/templates/NMZ.head.php_tmpl:29 +msgid "Search!" +msgstr "Rechercher!" + +#: search/templates/NMZ.head.php_tmpl:31 +msgid "[How to search]" +msgstr "[Comment faire une recherche]" + +#: search/templates/NMZ.head.php_tmpl:34 +msgid "Display" +msgstr "Affichage" + +#: search/templates/NMZ.head.php_tmpl:42 +msgid "Description" +msgstr "Description" + +#: search/templates/NMZ.head.php_tmpl:44 +msgid "normal" +msgstr "normal" + +#: search/templates/NMZ.head.php_tmpl:45 +msgid "short" +msgstr "courte" + +#: search/templates/NMZ.head.php_tmpl:47 +msgid "Sort" +msgstr "Tri" + +#: search/templates/NMZ.head.php_tmpl:49 +msgid "by score" +msgstr "par pertinence" + +#: search/templates/NMZ.head.php_tmpl:50 +msgid "by date in late order" +msgstr "par date (+ récent en premier)" + +#: search/templates/NMZ.head.php_tmpl:51 +msgid "by date in early order" +msgstr "par date (+ ancien en premier)" + +#: search/templates/NMZ.head.php_tmpl:52 +msgid "by title in ascending order" +msgstr "par titre (ordre ascendant)" + +#: search/templates/NMZ.head.php_tmpl:53 +msgid "by title in descending order" +msgstr "par titre (ordre descendant)" + +#: search/templates/NMZ.head.php_tmpl:54 +msgid "by author in ascending order" +msgstr "par auteur (ordre ascendant)" + +#: search/templates/NMZ.head.php_tmpl:55 +msgid "by author in descending order" +msgstr "par auteur (ordre descendant)" + +#: search/templates/NMZ.head.php_tmpl:56 +msgid "by size in ascending order" +msgstr "par taille (ordre ascendant)" + +#: search/templates/NMZ.head.php_tmpl:57 +msgid "by size in descending order" +msgstr "par taille (ordre descendant)" + +#: search/templates/NMZ.head.php_tmpl:58 +msgid "by URI in ascending order" +msgstr "par URI (ordre ascendant)" + +#: search/templates/NMZ.head.php_tmpl:59 +msgid "by URI in descending order" +msgstr "par URI (ordre descendant)" + +#: search/templates/NMZ.head.php_tmpl:64 +msgid "Lists to Search" +msgstr "Listes à rechercher" + +#: search/templates/NMZ.result.normal.php_tmpl:4 +#: search/templates/NMZ.result.short.php_tmpl:4 +msgid "score" +msgstr "pertinence" + +#: search/templates/NMZ.result.normal.php_tmpl:5 +msgid "Author" +msgstr "Auteur" + +#: search/templates/NMZ.result.normal.php_tmpl:6 +msgid "Date" +msgstr "Date" + +#: search/templates/NMZ.result.normal.php_tmpl:9 +#: search/templates/NMZ.result.short.php_tmpl:6 +msgid "(${size} bytes)" +msgstr "(${size} octets)" + +#: search/templates/NMZ.tips.php_tmpl:4 +msgid "Tips on searching" +msgstr "Trucs pour la recherche" + +#: search/templates/NMZ.tips.php_tmpl:7 +msgid "If you have trouble with searching, you can check the following tips." +msgstr "" +"Si vous avez des problèmes avec la recherche, vous pouvez essayer les trucs " +"suivants." + +#: search/templates/NMZ.tips.php_tmpl:11 +msgid "" +"Check a spelling of your keyword
        \n" +"Namazu can't find anything with wrong spelling." +msgstr "" +"Vérifiez l'orthographe de votre mot clef
        \n" +"Namazu ne peut rien trouver sans la bonne orthographe." + +#: search/templates/NMZ.tips.php_tmpl:15 +msgid "Add keywords" +msgstr "Ajoutez des mots clefs" + +#: search/templates/NMZ.tips.php_tmpl:17 +msgid "" +"If you gained no results or too few results, you can add one\n" +"or more related keywords with or operator. You should get more results.\n" +"e.g.," +msgstr "" +"Si vous n'obtenez aucun résultat ou trop peu de résultats, vous pouvez " +"ajouter un\n" +"ou plusieurs mots clefs liés avec l'opérateur or. Cela rend votre recherche\n" +"plus susceptible de donner des résultats. Ex.:" + +#: search/templates/NMZ.tips.php_tmpl:23 +msgid "" +"If you gained too many results, you can add one or more\n" +"related keywords with and\n" +"operator. It makes your search more limited. e.g.," +msgstr "" +"Si vous obtenez trop de résultats, vous pouvez ajouter un ou plusieurs\n" +"mots clefs liés avec l'opérateur and\n" +". Cela rend votre recherche plus limitée. Ex.:" + +#: search/templates/NMZ.tips.php_tmpl:29 +msgid "Try substring matching" +msgstr "Essayez la recherche de sous-chaînes" + +#: search/templates/NMZ.tips.php_tmpl:31 +msgid "" +"If you gained no results or too few results, you can try\n" +"substring matching." +msgstr "" +"Si vous n'obtenez aucun résultat ou trop peu de résultats, vous pouvez " +"essayer\n" +"la recherche de sous-chaînes." + +#: search/templates/NMZ.tips.php_tmpl:34 +msgid "" +"You can specify tex* to\n" +"search for terms which begin with\n" +"tex (e.g., tex,\n" +"texi2html,\n" +"texindex, text)." +msgstr "" +"Vous pouvez spécifier·tex*·pour\n" +"rechercher des termes qui débutent en\n" +"tex·(e.g.,·tex,\n" +"texi2html,\n" +"texindex ou text)." + +#: search/templates/NMZ.tips.php_tmpl:41 +msgid "" +"You can specify *tex to\n" +"search for terms which terminated with tex (e.g.,\n" +"bibtex,\n" +"jlatex, latex,\n" +"platex, ptex, vertex)." +msgstr "" +"Vous pouvez spécifier *tex pour\n" +"rechercher les termes qui se terminent en tex (ex.:\n" +"bibtex,\n" +"jlatex, latex,\n" +"platex, ptex, vertex)." + +#: search/templates/NMZ.tips.php_tmpl:48 +msgid "" +"You can specify *tex* to\n" +"search for terms which contain tex (many)." +msgstr "" +"Vous pouvez spécifier *tex* pour\n" +"rechercher les termes qui contiennent tex (ils sont nombreux)." + +#: search/templates/NMZ.tips.php_tmpl:53 +msgid "" +"You tried phrase searching but it hit documents which\n" +"didn't contain your phrase." +msgstr "" +"Vous avez essayé la recherche d'une phrase mais cela donne des documents " +"qui\n" +"ne contiennent pas votre phrase." + +#: search/templates/NMZ.tips.php_tmpl:56 +msgid "" +"It's a defect of Namazu. Precision of phrase searching is\n" +"not 100%, so it cause wrong results occasionally." +msgstr "" +"C'est un défaut de Namazu. La précision de la recherche de phrase n'est\n" +"pas de 100%. Ceci peut parfois conduire à des résultats éronnés." + +#: search/templates/NMZ.foot.php_tmpl:9 +msgid "This search system is powered by:" +msgstr "Ce moteur de recherche utilise:" + +#~ msgid "Features" +#~ msgstr "Fonctionnalités" + +#~ msgid "USA (master site)" +#~ msgstr "USA (site principal)" + +#~ msgid "SourceForge" +#~ msgstr "Sourceforge" + +#~ msgid "Europe" +#~ msgstr "Europe" + +#~ msgid "Australia" +#~ msgstr "Australie" From 03cd1f7dcc1402cff312344c36617e2f9fecc70f Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 23 Feb 2009 16:29:01 +0000 Subject: [PATCH 123/344] Publish the french translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17945 57a11ea4-9604-0410-9ed3-97b8803252fd --- fr/LC_MESSAGES/gnucash-htdocs.mo | Bin 27646 -> 40798 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/fr/LC_MESSAGES/gnucash-htdocs.mo b/fr/LC_MESSAGES/gnucash-htdocs.mo index 8f261f33d7d3744ebe98f08fd211b4bb306b506d..d52a007a014e2100717912035dfef931b02e7ba6 100644 GIT binary patch literal 40798 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☱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 Date: Tue, 24 Feb 2009 00:41:39 +0000 Subject: [PATCH 124/344] Remove bad symlinks to promote.phtml. This file has been removed in r14942. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17954 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/promote.phtml | 1 - es/promote.phtml | 1 - fr/promote.phtml | 1 - nb/promote.phtml | 1 - nl/promote.phtml | 1 - pl/promote.phtml | 1 - pt_PT/promote.phtml | 1 - 7 files changed, 7 deletions(-) delete mode 120000 de/promote.phtml delete mode 120000 es/promote.phtml delete mode 120000 fr/promote.phtml delete mode 120000 nb/promote.phtml delete mode 120000 nl/promote.phtml delete mode 120000 pl/promote.phtml delete mode 120000 pt_PT/promote.phtml diff --git a/de/promote.phtml b/de/promote.phtml deleted file mode 120000 index 07f68ab3..00000000 --- a/de/promote.phtml +++ /dev/null @@ -1 +0,0 @@ -../promote.phtml \ No newline at end of file diff --git a/es/promote.phtml b/es/promote.phtml deleted file mode 120000 index 07f68ab3..00000000 --- a/es/promote.phtml +++ /dev/null @@ -1 +0,0 @@ -../promote.phtml \ No newline at end of file diff --git a/fr/promote.phtml b/fr/promote.phtml deleted file mode 120000 index 07f68ab3..00000000 --- a/fr/promote.phtml +++ /dev/null @@ -1 +0,0 @@ -../promote.phtml \ No newline at end of file diff --git a/nb/promote.phtml b/nb/promote.phtml deleted file mode 120000 index 07f68ab3..00000000 --- a/nb/promote.phtml +++ /dev/null @@ -1 +0,0 @@ -../promote.phtml \ No newline at end of file diff --git a/nl/promote.phtml b/nl/promote.phtml deleted file mode 120000 index 07f68ab3..00000000 --- a/nl/promote.phtml +++ /dev/null @@ -1 +0,0 @@ -../promote.phtml \ No newline at end of file diff --git a/pl/promote.phtml b/pl/promote.phtml deleted file mode 120000 index 07f68ab3..00000000 --- a/pl/promote.phtml +++ /dev/null @@ -1 +0,0 @@ -../promote.phtml \ No newline at end of file diff --git a/pt_PT/promote.phtml b/pt_PT/promote.phtml deleted file mode 120000 index 07f68ab3..00000000 --- a/pt_PT/promote.phtml +++ /dev/null @@ -1 +0,0 @@ -../promote.phtml \ No newline at end of file From a3f9f4149d0f72b8f64daf628cfcb5785be1cb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Tue, 24 Feb 2009 00:43:25 +0000 Subject: [PATCH 125/344] Make the self link in the atom feed an absolute url as recommended by the w3c feed validator. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17955 57a11ea4-9604-0410-9ed3-97b8803252fd --- atom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom.php b/atom.php index 8b01545c..b8002d7c 100644 --- a/atom.php +++ b/atom.php @@ -40,7 +40,7 @@ function date_convert_news_to_atom($news_date) GnuCash htdocs/trunk/atom.php 1.0 <gnucash-devel@gnucash.org> http://www.gnucash.org/images/gnucash_logo.png - + Date: Tue, 24 Feb 2009 00:46:19 +0000 Subject: [PATCH 126/344] Announce release 2.2.9. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17956 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/090224-2-2-9.news | 71 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 news/090224-2-2-9.news diff --git a/news/090224-2-2-9.news b/news/090224-2-2-9.news new file mode 100644 index 00000000..a1acc7bb --- /dev/null +++ b/news/090224-2-2-9.news @@ -0,0 +1,71 @@ +Announcement: GnuCash 2.2.9 Release +2009-02-24 01:21 + +

        GnuCash 2.2.9 released

        +

        + The GnuCash development team proudly announces GnuCash 2.2.9 aka + "Mirror-like", the ninth bug fix release in a series of stable + releases of the GnuCash Free Accounting Software. +

        +

        Getting GnuCash

        +

        + GnuCash 2.2.9 can be downloaded from gnucash.org or sourceforge.net. + It is available as source code. For the Microsoft Windows operating + system there is a self-installing setup program which includes all + necessary additional libraries. +

        +

        + To install GnuCash on other platforms, users will need Gnome 2, guile, + and slib. Neither the currently used swig nor the previously used + g-wrap packages are needed anymore when compiling from tarball or when + installing a binary. +

        + +

        What's New in GnuCash 2.2.9?

        +

        + Fixed Bugs +

        +
          +
        • #339027: Reconcile window should display the date
        • +
        • #435642: Crash editing results of a find
        • +
        • #438132: Warning about commodity being NULL for root account on save
        • +
        • #462148: Report output is vertically inverted and bottom up printed (mirror, reverse, &c.)
        • +
        • #514455: Dutch (Netherlands) translation of account templates
        • +
        • #526775: Win32: Crashes when importing brokerage account data
        • +
        • #542382: Assign GnuCash to file name extension .gnucash
        • +
        • #564209: Improved debuggability for module loading
        • +
        • #564450: HUF currency handling incorrect as 1HUF divided into 100FILLERs
        • +
        • #564928: Segfault when closing a invoice tab
        • +
        • #565421: gnc-date-edit.c did not compile with Gtk < 2.10
        • +
        • #565721: Multicolumn report options: Report names are not translated
        • +
        • #566198: Slovakia joined the Euro
        • +
        • #566352: Crash during OFX import under Win 2000 / SP4
        • +
        • #566567: Scheme modifications are not built on windows
        • +
        • #567174: Files with NIS stocks fail to open
        • +
        • #568327: Using most "budget" reports, without a budget defined crashes gnucash
        • +
        • #568653: Add SKR49 template
        • +
        • #568945: The gnc_pricedb_convert_balance_... methods should look for the reciprocal of the exchange rate
        • +
        • #569734: Give the template root account a name
        • +
        • #570166: Weird text entry box when typing on Account Tree page
        • +
        • #570894: Use of symbol t, which is not defined in all guile versions
        • +
        • #571220: Program won't start if SCHEME_LIBRARY_PATH is set
        • +
        +

        Other Changes

        +
          +
        • Added German account template for a Wohnungswirtschaft business
        • +
        • Fixed french business account templates
        • +
        • Updated translations: Catalan, Chinese, German, Italian
        • +
        From 98e7764ae8737cbb2d645abe7cf22fd8676b469b Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Tue, 24 Feb 2009 14:49:57 +0000 Subject: [PATCH 127/344] Comment out the Polish translation. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@17957 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/header.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/header.phtml b/externals/header.phtml index e925a5f0..0e28c32f 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -30,7 +30,7 @@ if (isset($homepage)) { ?> | Italiano | Norsk Bokmål | Nederlands -| Polska + | Português   \n"); ?> From 2620e6b05bfdda7106cf8e4e09c4cda2be4f2cc6 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 17 Nov 2009 21:18:34 +0000 Subject: [PATCH 146/344] Website update by Geert Janssens git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18421 57a11ea4-9604-0410-9ed3-97b8803252fd --- download.phtml | 61 ++++++++++++++++++++ externals/global_params.php | 23 ++++++++ externals/gnucash.css | 51 +++++++++++++++++ externals/header.phtml | 3 +- externals/menu.phtml | 8 +-- images/icons/gnome-dialog-information.png | Bin 0 -> 2795 bytes images/icons/gnome-dialog-warning.png | Bin 0 -> 2229 bytes images/icons/linux.png | Bin 0 -> 1285 bytes images/icons/macosx.png | Bin 0 -> 4512 bytes images/icons/windows.png | Bin 0 -> 5122 bytes index.phtml | 11 ++++ news/090515-2.3.0.news | 66 +++++++++++----------- news/090607-2.3.1.news | 65 +++++++++++---------- news/090707-2.3.2.news | 42 ++++++++++---- news/090723-2.3.3.news | 42 ++++++++++---- news/090819-2.3.4.news | 42 ++++++++++---- news/090829-2.3.5.news | 42 ++++++++++---- news/090929-2.3.6.news | 42 ++++++++++---- news/091007-2.3.7.news | 46 +++++++++------ osx_readme.phtml | 30 ++++++++++ 20 files changed, 428 insertions(+), 146 deletions(-) create mode 100644 download.phtml create mode 100644 externals/global_params.php create mode 100644 images/icons/gnome-dialog-information.png create mode 100644 images/icons/gnome-dialog-warning.png create mode 100644 images/icons/linux.png create mode 100644 images/icons/macosx.png create mode 100644 images/icons/windows.png create mode 100644 osx_readme.phtml diff --git a/download.phtml b/download.phtml new file mode 100644 index 00000000..98871701 --- /dev/null +++ b/download.phtml @@ -0,0 +1,61 @@ + + +
        + +

        + +

        +

        +

        + +

        + + +

        +

        +

        + +
          +
        • Fedora: Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?>
        • +
        • Mandriva:
        • +
        • Redhat/Centos:
        • +
        • Ubuntu:
        • +
        + +

        + + +

        +

        +

        + + + +

        + +
          +
        • +
        • +
        • +
        + +
        \ No newline at end of file diff --git a/externals/global_params.php b/externals/global_params.php new file mode 100644 index 00000000..0df0eb8a --- /dev/null +++ b/externals/global_params.php @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/externals/gnucash.css b/externals/gnucash.css index 8a1d79b1..c72bc0df 100644 --- a/externals/gnucash.css +++ b/externals/gnucash.css @@ -209,3 +209,54 @@ H1 { border-bottom: solid thin #7F7FAA; } + +#download { + float: right; + margin-left: 1em; + padding: 0.3em; + background-color: #7F7FAA; + border: 1px solid #CACAF7; + color: white; +} + +#download h2 { + margin-top: 0px; +} + +#download img { + vertical-align: middle; +} + +#download ul { + list-style-type:none; + margin: 0; + padding-left: 8px; +} + +#download li { + padding-bottom: 8px; +} + +#download a, #download a:visited { + color: white; + font-weight: bold; + text-decoration: none; +} + +#download a:hover { + text-decoration: underline; +} + +div.dialog { + padding-left: 58px; + border: 1px solid #7F7FAA; + margin: 1em 2em; +} + +div.warning { + background: url('../images/icons/gnome-dialog-warning.png') 5px 5px no-repeat #E6E6F7; +} + +div.note { + background: url('../images/icons/gnome-dialog-information.png') 5px 5px no-repeat #E6E6F7; +} \ No newline at end of file diff --git a/externals/header.phtml b/externals/header.phtml index 0e28c32f..e1f7199c 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -4,7 +4,8 @@ - + + diff --git a/externals/menu.phtml b/externals/menu.phtml index 19008c82..394055e1 100644 --- a/externals/menu.phtml +++ b/externals/menu.phtml @@ -39,13 +39,9 @@ if (ereg("lists.gnucash.org", $self)) { marker - + +
          -
            -
          • -
          • -
          • -
          diff --git a/images/icons/gnome-dialog-information.png b/images/icons/gnome-dialog-information.png new file mode 100644 index 0000000000000000000000000000000000000000..8751dbe75d4e77a7d238f0705d2b9cc58d185bb0 GIT binary patch literal 2795 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 literal 0 HcmV?d00001 diff --git a/images/icons/gnome-dialog-warning.png b/images/icons/gnome-dialog-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..024307fb3af0ea79d891e5a63ee25395624cae9a GIT binary patch literal 2229 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 literal 0 HcmV?d00001 diff --git a/images/icons/macosx.png b/images/icons/macosx.png new file mode 100644 index 0000000000000000000000000000000000000000..4def7a9b4c15b8ad3aedbd280ca62271757782b8 GIT binary patch literal 4512 zcmV;R5nt|!P)KLZ*U+5Lu!Sk^o_Z5E4Meg@_7P6crJiNL9pw)e1;Xm069{HJUZAPk55R%$-RIA z6-eL&AQ0xu!e<4=008gy@A0LT~suv4>S3ILP<0Bm`DLLvaF4FK%)Nj?Pt*r}7;7Xa9z9H|HZjR63e zC`Tj$K)V27Re@400>HumpsYY5E(E}?0f1SyGDiY{y#)Yvj#!WnKwtoXnL;eg03bL5 z07D)V%>y7z1E4U{zu>7~aD})?0RX_umCct+(lZpemCzb@^6=o|A>zVpu|i=NDG+7} zl4`aK{0#b-!z=TL9Wt0BGO&T{GJWpjryhdijfaIQ&2!o}p04JRKYg3k&Tf zVxhe-O!X z{f;To;xw^bEES6JSc$k$B2CA6xl)ltA<32E66t?3@gJ7`36pmX0IY^jz)rRYwaaY4 ze(nJRiw;=Qb^t(r^DT@T3y}a2XEZW-_W%Hszxj_qD**t_m!#tW0KDiJT&R>6OvVTR z07RgHDzHHZ48atvzz&?j9lXF70$~P3Knx_nJP<+#`N z#-MZ2bTkiLfR>_b(HgWKJ%F~Nr_oF3b#wrIijHG|(J>BYjM-sajE6;FiC7vY#};Gd zST$CUHDeuEH+B^pz@B062qXfFfD`NpUW5?BY=V%GM_5c)L#QR}BeW8_2v-S%gfYS= zB9o|3v?Y2H`NVi)In3rTB8+ej^> zQ=~r95NVuDChL%G$=>7$vVg20myx%S50Foi`^m%Pw-h?Xh~i8Mq9jtJloCocWk2Nv zrJpiFnV_ms&8eQ$2&#xWpIS+6pmtC%Q-`S&GF4Q#^mhymh7E(qNMa}%YZ-ePrx>>xFPTiH1=E+A$W$=bG8>s^ zm=Bn5Rah$aDtr}@$`X}2l~$F0mFKEdRdZE8)p@E5RI61Ft6o-prbbn>P~)iy)E2AN zsU20jsWz_8Qg>31P|s0cqrPALg8E|(vWA65poU1JRAaZs8I2(p#xiB`SVGovRs-uS zYnV-9TeA7=Om+qP8+I>yOjAR1s%ETak!GFdam@h^# z)@rS0t$wXH+Irf)+G6c;?H29p+V6F6oj{!|o%K3xI`?%6x;DB|x`n#ibhIR?(H}Q3Gzd138Ei2)WAMz7W9Vy`X}HnwgyEn!VS)>mv$8&{hQn>w4zwy3R}t;BYlZQm5)6pty=DfLrs+A-|>>;~;Q z_F?uV_HFjh9n2gO9o9Q^JA86v({H5aB!kjoO6 zc9$1ZZKsN-Zl8L~mE{`ly3)1N^`o1+o7}D0ZPeY&J;i;i`%NyJ8_8Y6J?}yE@b_5a zam?eLr<8@mESk|3$_SkmS{wQ>%qC18))9_|&j{ZT zes8AvOzF(F2#DZEY>2oYX&IRp`F#{ADl)1r>QS^)ba8a|EY_^#S^HO&t^Rgqwv=MZThqqEWH8 zxJo>d=ABlR_Bh=;eM9Tw|Ih34~oTE|= zX_mAr*D$vzw@+p(E0Yc6dFE}(8oqt`+R{gE3x4zjX+Sb3_cYE^= zgB=w+-tUy`ytONMS8KgRef4hA?t0j zufM;t32jm~jUGrkaOInTZ`zyfns>EuS}G30LFK_G-==(f<51|K&cocp&EJ`SxAh3? zNO>#LI=^+SEu(FqJ)ynt=!~PC9bO$rzPJB=?=j6w@a-(u02P7 zaQ)#(uUl{HW%tYNS3ItC^iAtK(eKlL`f9+{bJzISE?u8_z3;~C8@FyI-5j_jy7l;W z_U#vU3hqqYU3!mrul&B+{ptt$59)uk{;_4iZQ%G|z+lhASr6|H35TBkl>gI*;nGLU zN7W-nBaM%pA0HbH8olyl&XeJ%vZoWz%6?Y=dFykl=imL}`%BMQ{Mhgd`HRoLu6e2R za__6DuR6yg#~-}Tc|Gx_{H@O0eebyMy5GmWADJlpK>kqk(fVV@r_fLLKIeS?{4e)} z^ZO;zpECde00d`2O+f$vv5tKEQIh}w03c&XQcVB=dL;k=fP(-4`Tqa_faw4Lbua(` z>RI+y?e7jKeZ#YO-C2E9o{K~#9!yw_W799J0!@c&%)zO&w0@2QU3INRGk9F)9 z2|3C)HdJd8J*q0QTvuo+Td9+*SoLQz#om29|I4GNW3K{`0N4i~Xgzl^UhWnNbJ(*l&9kb0b7(F$o zl>`-~#^&aG?s7Z>z{z(wU(`emmoB8<0Wbleyup4q3?Kkf>00;zK zfGK^s;dTHBfRv<=^L<9s|`|y=}b(m!o<7#F+H^Q*$WOW_bOcrwuIaz7qh>;NySFl`BGUJUe2V zoUOhe&%xO2@jZ69=O>$u!e#;VgZtaR7SyoUFrD}az?*J{Js+QlAq@-c4)e2L@N=zt z(Q#V<4$;^6ilba!o|s+vH-PuAWR!ny%cQHLsR|5E-gEaC-Oq0(3Y!722fo?)P>81b zt+D(tfJp#h0Fw=(HgaVmjHG5ni?88vb`!a<89;;Ja=z?c5ej27g?9nW>+3!m7nozd z#k6!TR|nVRY2LqY<11pL0K=mX-}S>KsJ*FAB0~Vi0W9nH@^x7q+p4I+@u?URssVw3 z`)L5KTM6LP9CO5yE-c1UwG(>iuNI^dfJnNE zxmk-wK)|4@)#drhF7L1P6V&zB_S%r&yW4Bu*44J}QlWHYn6-bS$IT&@t;5vQ_E5iX zdAh+$oioVV_^A(5)zu&J-EVhwrzPdk49D%>wY3>nRz%2zK=nGGIJnF)quT3t7+1#q&&7z~-hqTehU zEG(_@4l@V{ih?K?6pfM`B9&2URsfc(fOMI7q;fjtqs?eCGi<3K$c+Y?P!t7GmLV?F zbdEwv<7pOvV?BU678TzE&E;eXriz4ewkqp$&aeQ((Y2}&{@;1;TH#rinH9kLCl=^j y7KsSjT2WN}P(qo^HNaXUs1)+r*xG{izXJdm79E)Y0*ycb0000KLZ*U+5Lu!Sk^o_Z5E4Meg@_7P6crJiNL9pw)e1;Xm069{HJUZAPk55R%$-RIA z6-eL&AQ0xu!e<4=008gy@A0LT~suv4>S3ILP<0Bm`DLLvaF4FK%)Nj?Pt*r}7;7Xa9z9H|HZjR63e zC`Tj$K)V27Re@400>HumpsYY5E(E}?0f1SyGDiY{y#)Yvj#!WnKwtoXnL;eg03bL5 z07D)V%>y7z1E4U{zu>7~aD})?0RX_umCct+(lZpemCzb@^6=o|A>zVpu|i=NDG+7} zl4`aK{0#b-!z=TL9Wt0BGO&T{GJWpjryhdijfaIQ&2!o}p04JRKYg3k&Tf zVxhe-O!X z{f;To;xw^bEES6JSc$k$B2CA6xl)ltA<32E66t?3@gJ7`36pmX0IY^jz)rRYwaaY4 ze(nJRiw;=Qb^t(r^DT@T3y}a2XEZW-_W%Hszxj_qD**t_m!#tW0KDiJT&R>6OvVTR z07RgHDzHHZ48atvzz&?j9lXF70$~P3Knx_nJP<+#`N z#-MZ2bTkiLfR>_b(HgWKJ%F~Nr_oF3b#wrIijHG|(J>BYjM-sajE6;FiC7vY#};Gd zST$CUHDeuEH+B^pz@B062qXfFfD`NpUW5?BY=V%GM_5c)L#QR}BeW8_2v-S%gfYS= zB9o|3v?Y2H`NVi)In3rTB8+ej^> zQ=~r95NVuDChL%G$=>7$vVg20myx%S50Foi`^m%Pw-h?Xh~i8Mq9jtJloCocWk2Nv zrJpiFnV_ms&8eQ$2&#xWpIS+6pmtC%Q-`S&GF4Q#^mhymh7E(qNMa}%YZ-ePrx>>xFPTiH1=E+A$W$=bG8>s^ zm=Bn5Rah$aDtr}@$`X}2l~$F0mFKEdRdZE8)p@E5RI61Ft6o-prbbn>P~)iy)E2AN zsU20jsWz_8Qg>31P|s0cqrPALg8E|(vWA65poU1JRAaZs8I2(p#xiB`SVGovRs-uS zYnV-9TeA7=Om+qP8+I>yOjAR1s%ETak!GFdam@h^# z)@rS0t$wXH+Irf)+G6c;?H29p+V6F6oj{!|o%K3xI`?%6x;DB|x`n#ibhIR?(H}Q3Gzd138Ei2)WAMz7W9Vy`X}HnwgyEn!VS)>mv$8&{hQn>w4zwy3R}t;BYlZQm5)6pty=DfLrs+A-|>>;~;Q z_F?uV_HFjh9n2gO9o9Q^JA86v({H5aB!kjoO6 zc9$1ZZKsN-Zl8L~mE{`ly3)1N^`o1+o7}D0ZPeY&J;i;i`%NyJ8_8Y6J?}yE@b_5a zam?eLr<8@mESk|3$_SkmS{wQ>%qC18))9_|&j{ZT zes8AvOzF(F2#DZEY>2oYX&IRp`F#{ADl)1r>QS^)ba8a|EY_^#S^HO&t^Rgqwv=MZThqqEWH8 zxJo>d=ABlR_Bh=;eM9Tw|Ih34~oTE|= zX_mAr*D$vzw@+p(E0Yc6dFE}(8oqt`+R{gE3x4zjX+Sb3_cYE^= zgB=w+-tUy`ytONMS8KgRef4hA?t0j zufM;t32jm~jUGrkaOInTZ`zyfns>EuS}G30LFK_G-==(f<51|K&cocp&EJ`SxAh3? zNO>#LI=^+SEu(FqJ)ynt=!~PC9bO$rzPJB=?=j6w@a-(u02P7 zaQ)#(uUl{HW%tYNS3ItC^iAtK(eKlL`f9+{bJzISE?u8_z3;~C8@FyI-5j_jy7l;W z_U#vU3hqqYU3!mrul&B+{ptt$59)uk{;_4iZQ%G|z+lhASr6|H35TBkl>gI*;nGLU zN7W-nBaM%pA0HbH8olyl&XeJ%vZoWz%6?Y=dFykl=imL}`%BMQ{Mhgd`HRoLu6e2R za__6DuR6yg#~-}Tc|Gx_{H@O0eebyMy5GmWADJlpK>kqk(fVV@r_fLLKIeS?{4e)} z^ZO;zpECde00d`2O+f$vv5tKEQIh}w03c&XQcVB=dL;k=fP(-4`Tqa_faw4Lbua(` z>RI+y?e7jKeZ#YO-C2_H#BK~#9!#FyKTT~~d_Kfkrs-uql<=FG+8u{~qQcCcma z1e_+p1=nEQkbo@EAX-;S8mZ->7an;4UW(`+01qf?Ktk$6Rg(uJnyR1(0wgYR2w{ax$#`+b*q@A?0{}Fx&OJCq`Uz|HVoBh!M4xKua|L4^&J`*imeL9FlbWYGYL5G40 z1f>O0{co)mmyAyT*H80@{_blV#}|KBMa;bh^S(C~5uXf-N`iu53L29Wbfho=VALG| zoL41N|L}FQ?Z7AAbFKqt8ovvKxyRq@54dwjqF!y(3@O5*>I38zCa2ILh!IeL2;v-T zX4mG6^ZRpuf8V#i_0h?%FCBf~KYZ@xvnSq|J3Z_E7lmbN&+}WyE4@FvmjZ=%sD;N( zU?nVRqLRWCHKw3Yc|k`WjOqgb;uM$KyBDU0nmbjldAQ(j1$K1xiN_vWf8pq{zy4+% z%d4GOug6)E>t^ZRX54<%@h>M9lEx$Z%I{pf7r@Ars~(98LReCSLmE?3=pv{*NF*o& z=-U7R=ht>zcyRCX;V`g4+2sjzFX}`KCw-ffUA)h{qvITH@uUF~J5Mnm(yUJ`o3~5z zpt`oZlCJDDMNLpLn3AA|6spMoC=duT0BE-+vLDx`FFbkV;$IjE$p>YW7?gB?3=za= zL1~4KJ;a_Y@oX)XS-Q3L>f03vA2pXx=r}eeuh2z7mp~OkmjsmuodW{y0K8G1Udg;} zjZdcg!my0a0+c93z|+RMjLZs221y2y@${@PVk+6iwW+gj2N;@W(9dpvyQ(Wp}|n_-RkfW?hTS8a^jBrN(N8fw?*qTaG+ zL(~os12@;ETh|*S^QU$!KWTJ`$K!Ei&JyU9z(xcrCNwFb_5>ONEfiGAFV&}B2G;LZ zAU~CF|H+%?!RmLihmy;+>4jF7TLhXw3gm+YzvbZd<-H%RoZWHk=!NL@r5)F1##_0m ziC{8N2JbyyS&RzEbcj{~S_K4JFb0eUt$=jf=H}+;d7ybWfc|px#PeZjd*PVgA5M%+ z-aj$=NTr-Fjg>=JHhSH+T9+@pntSf^*QUnbyLoiqnhRci;Qs2t;bKW!m!iGKDuY%U zCAxoC8YK#?ELxxtMbxUJ*MLQ!XKtq-6SA{fUj0=1X7wx7VLtZKP{E_b-0B-gb->ifB;?f)drw1p4nHf)Wsca#ZHV z#`uqbwYk%??si2FgQ4)_)zCbggho4cj~?awJ3H{sY~MC?{F6@|{7Yc|yRRI4?%A*B zE`9TrYp&7h4B7)Y{9PSSaL&+d6q&!WW4T`2{ym_6cP}WTpa;Y ztYh#DbC(udpFGicLL;nWLLp3ZWvfLNCqyYZun$ zKl9kq$ERlw9RJsU+&DUSz460uycWK2_KkgMJJv(aOI|C-P_FCWIku30V*1UAhbrIQ z|5D@OZ+zwa!}GWOgE@5Sj1I@5!?%)b7^T2EV(VyGN5^_PnWd8|+C4?66(YjYt$M3k zvn#vC)4y?90wxF!-sg@T+OdAj##fWL-PyFgRu=lTTuv<%Roc?7n^EuW%6{veCa)iB^b#Qqz*@YuR5Qm|YAG5;PFn)4P$D=F^EX$o@7op^w~Q4hoQ?4=MO+t1 z2|^bJrZ=i=3uT)~nvgaHm%-KU?)n?+qZwfD1{k*59kD$Jb`YthZY{R_)h-GI)Z?^nG za*}L4```+s+(N5zo$2GkeiC$@WgH6$Y2LJ#7 literal 0 HcmV?d00001 diff --git a/index.phtml b/index.phtml index 98f3eea6..0595d67d 100644 --- a/index.phtml +++ b/index.phtml @@ -12,6 +12,17 @@ include("externals/menu.phtml");

          +
          +

          + + +
          +

          GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?>

          diff --git a/news/090515-2.3.0.news b/news/090515-2.3.0.news index 62323f98..2278e8d3 100644 --- a/news/090515-2.3.0.news +++ b/news/090515-2.3.0.news @@ -1,17 +1,25 @@ -Announcement: GnuCash 2.3.0 Release +Announcement: GnuCash 2.3.0 (Unstable) Release 2009-05-15 20:29 -

          GnuCash 2.3.0 released

          +

          GnuCash 2.3.0 (Unstable) released

          The GnuCash development team proudly announces GnuCash 2.3.0, the first of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, -*BSD, Solaris and Mac OSX. This release is intended for developers -and testers who want to help tracking down all those bugs that are -still in there.

          -

          WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarentee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

          +*BSD, Solaris and Mac OSX.

          + +
          +

          WARNING: This is an *UNSTABLE* version of Gnucash.

          +

          This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

          +

          Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

          +
          + +
          +

          NOTE: The latest stable version is 2.2.9.

          +
          +

          PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

          Major changes in this release include; @@ -21,7 +29,7 @@ Then post any bugs you find to bugzilla

        • Updated to AqBanking 3 on Win32.
        -

        Caveats for Testers

        +

        Caveats for Testers

        Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after @@ -32,30 +40,24 @@ usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

        -

        How can you help?

        -

        Testing: Test it and help us discover all bugs that might show up in there. -Please enter each and every bug into bugzilla.

        -

        Translating: The new release comes with some new translation strings. If -you consider contributing a translation, we invite you to test this release -already. A string freeze will be announced in one of the later 2.3.x releases. -Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on -this.

        +

        How can you help?

        +

        Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

        +

        Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

        -

        We would like to encourage people to test this and any further releases as -much as possible and submit bug reports in order that we can polish GnuCash to -be as stable as possible for the 2.4.0 release in a few weeks. Then post any -bugs you find to bugzilla

        -

        Getting GnuCash

        -

        GnuCash 2.3.0 can be downloaded from sourceforge.net. It is available as -source code.

        +

        We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

        + +

        Getting GnuCash

        +

        Source code for GnuCash 2.3.0 can be downloaded from multiple locations: +

          +
        • The GnuCash website
        • +
        • Sourceforge: bzip2, gzip, all files.
        • +
        • You can also checkout the sources directly from the subversion repository with this command:

          svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
        • +

        +

        To install GnuCash, users will need Gnome 2, guile, slib and swig.

        -

        http://download.sourceforge.net/gnucash

        -

        http://www.gnucash.org

        -

        About the Program

        -

        GnuCash is a free, open source accounting program released under the GNU -General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, -Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in -1998.

        + +

        Win32 binary

        +

        The Gnucash 2.3.0 Win32 setup executable can be downloaded from Sourceforge as well. + +

        About the Program

        +

        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

        diff --git a/news/090607-2.3.1.news b/news/090607-2.3.1.news index 691dc00b..01f6cd14 100644 --- a/news/090607-2.3.1.news +++ b/news/090607-2.3.1.news @@ -1,16 +1,25 @@ -Announcement: GnuCash 2.3.1 Release +Announcement: GnuCash 2.3.1 (Unstable) Release 2009-06-07 16:45 -

        GnuCash 2.3.1 released

        +

        GnuCash 2.3.1 (Unstable) released

        The GnuCash development team proudly announces GnuCash 2.3.1, the second of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, -*BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers -and testers who want to help tracking down all those bugs that are still in there.

        -

        WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarentee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

        +*BSD, Solaris, Microsoft Windows and Mac OSX.

        + +
        +

        WARNING: This is an *UNSTABLE* version of Gnucash.

        +

        This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

        +

        Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

        +
        + +
        +

        NOTE: The latest stable version is 2.2.9.

        +
        +

        PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

        Major changes in the 2.3.x release include; @@ -45,7 +54,7 @@ Then post any bugs you find to bugzilla

      • Add Lithuanian translation by Tadas Masiulionis
      -

      Caveats for Testers

      +

      Caveats for Testers

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after @@ -56,30 +65,24 @@ usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      -

      How can you help?

      -

      Testing: Test it and help us discover all bugs that might show up in there. -Please enter each and every bug into bugzilla.

      -

      Translating: The new release comes with some new translation strings. If -you consider contributing a translation, we invite you to test this release -already. A string freeze will be announced in one of the later 2.3.x releases. -Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on -this.

      +

      How can you help?

      +

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      +

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      -

      We would like to encourage people to test this and any further releases as -much as possible and submit bug reports in order that we can polish GnuCash to -be as stable as possible for the 2.4.0 release in a few weeks. Then post any -bugs you find to bugzilla

      -

      Getting GnuCash

      -

      GnuCash 2.3.1 can be downloaded from sourceforge.net. It is available as -source code.

      +

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.1 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      -

      http://download.sourceforge.net/gnucash

      -

      http://www.gnucash.org

      -

      About the Program

      -

      GnuCash is a free, open source accounting program released under the GNU -General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, -Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in -1998.

      + +

      Win32 binary

      +

      The Gnucash 2.3.1 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      +

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      diff --git a/news/090707-2.3.2.news b/news/090707-2.3.2.news index 8fd6b920..b826b9ad 100644 --- a/news/090707-2.3.2.news +++ b/news/090707-2.3.2.news @@ -1,10 +1,20 @@ -Announcement: GnuCash 2.3.2 Release +Announcement: GnuCash 2.3.2 (Unstable) Release 2009-07-06 -

      GnuCash 2.3.2 released

      +

      GnuCash 2.3.2 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.2, the third of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      -

      The GnuCash development team proudly announces GnuCash 2.3.2, the third of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      -

      WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

      Major changes in the 2.3.x release include; @@ -46,7 +56,7 @@ Then post any bugs you find to bugzilla

    • QIF Import: Documentation .txt file patch by Daniel Convissor.
    • -

      Caveats for Testers

      +

      Caveats for Testers

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after @@ -57,16 +67,24 @@ usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      -

      How can you help?

      +

      How can you help?

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      -

      Getting GnuCash

      -

      GnuCash 2.3.2 can be downloaded from www.gnucash.org. It is available as source code.

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.2 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      -

      http://www.gnucash.org

      -

      Win32 binary

      -

      The Gnucash 2.3.2 Win32 setup executable can be downloaded from http://code.gnucash.org/builds/win32/trunk

      -

      About the Program

      + +

      Win32 binary

      +

      The Gnucash 2.3.2 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      diff --git a/news/090723-2.3.3.news b/news/090723-2.3.3.news index 63bb91af..a5f767db 100644 --- a/news/090723-2.3.3.news +++ b/news/090723-2.3.3.news @@ -1,10 +1,20 @@ -Announcement: GnuCash 2.3.3 Release +Announcement: GnuCash 2.3.3 (Unstable) Release 2009-07-23 -

      GnuCash 2.3.3 released

      +

      GnuCash 2.3.3 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.3, the fourth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      -

      The GnuCash development team proudly announces GnuCash 2.3.3, the fourth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      -

      WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

      Major changes in the 2.3.x release include; @@ -34,7 +44,7 @@ Then post any bugs you find to bugzilla

    • Fix bug 585899 - environment variable GNC_DEFAULT_DATABASE can be used to set the default database name in the Save As dialog
    • -

      Caveats for Testers

      +

      Caveats for Testers

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after @@ -45,16 +55,24 @@ usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      -

      How can you help?

      +

      How can you help?

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      -

      Getting GnuCash

      -

      GnuCash 2.3.3 can be downloaded from www.gnucash.org. It is available as source code.

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.3 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      -

      http://www.gnucash.org

      -

      Win32 binary

      -

      The Gnucash 2.3.3 Win32 setup executable can be downloaded from http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x -

      About the Program

      + +

      Win32 binary

      +

      The Gnucash 2.3.3 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      diff --git a/news/090819-2.3.4.news b/news/090819-2.3.4.news index e0870645..16e7bcde 100644 --- a/news/090819-2.3.4.news +++ b/news/090819-2.3.4.news @@ -1,10 +1,20 @@ -Announcement: GnuCash 2.3.4 Release +Announcement: GnuCash 2.3.4 (Unstable) Release 2009-08-19 -

      GnuCash 2.3.4 released

      +

      GnuCash 2.3.4 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.4, the fifth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      -

      The GnuCash development team proudly announces GnuCash 2.3.4, the fifth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      -

      WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

      Major changes in the 2.3.x release include; @@ -40,20 +50,28 @@ Because of these changes, you will need to delete and recreate your database. I

    • Fixed signed vs unsigned char pointer type conflicts.
    • -

      Caveats for Testers

      +

      Caveats for Testers

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

      The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      -

      How can you help?

      +

      How can you help?

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      -

      Getting GnuCash

      -

      Source code for GnuCash 2.3.4 can be downloaded from www.gnucash.org or https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.4 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      -

      http://www.gnucash.org

      -

      Win32 binary

      -

      The Gnucash 2.3.4 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files. Look under "gnucash (unstable)". -

      About the Program

      + +

      Win32 binary

      +

      The Gnucash 2.3.4 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      diff --git a/news/090829-2.3.5.news b/news/090829-2.3.5.news index d79ff642..f3c7cfcd 100644 --- a/news/090829-2.3.5.news +++ b/news/090829-2.3.5.news @@ -1,10 +1,20 @@ -Announcement: GnuCash 2.3.5 Release +Announcement: GnuCash 2.3.5 (Unstable) Release 2009-08-29 -

      GnuCash 2.3.5 released

      +

      GnuCash 2.3.5 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.5, the sixth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      -

      The GnuCash development team proudly announces GnuCash 2.3.5, the sixth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      -

      WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

      Major changes in the 2.3.x release include; @@ -29,20 +39,28 @@ Then post any bugs you find to bugzilla

    • Fix bug 575778: QIF import: fix crash when a security list omits the "T" (type) line
    • -

      Caveats for Testers

      +

      Caveats for Testers

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

      The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      -

      How can you help?

      +

      How can you help?

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      -

      Getting GnuCash

      -

      Source code for GnuCash 2.3.5 can be downloaded from www.gnucash.org or https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.5 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      -

      http://www.gnucash.org

      -

      Win32 binary

      -

      The Gnucash 2.3.5 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files. Look under "gnucash (unstable)". -

      About the Program

      + +

      Win32 binary

      +

      The Gnucash 2.3.5 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      diff --git a/news/090929-2.3.6.news b/news/090929-2.3.6.news index 6e8c6a48..7e83c57c 100644 --- a/news/090929-2.3.6.news +++ b/news/090929-2.3.6.news @@ -1,10 +1,20 @@ -Announcement: GnuCash 2.3.6 Release +Announcement: GnuCash 2.3.6 (Unstable) Release 2009-09-29 -

      GnuCash 2.3.6 released

      +

      GnuCash 2.3.6 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.6, the seventh of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      -

      The GnuCash development team proudly announces GnuCash 2.3.6, the seventh of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      -

      WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

      Major changes in the 2.3.x release include; @@ -71,20 +81,28 @@ Then post any bugs you find to bugzilla

    • Updated Dutch translation by Erwin Poeze, copied from the Translation Project.
    • -

      Caveats for Testers

      +

      Caveats for Testers

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

      The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      -

      How can you help?

      +

      How can you help?

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      -

      Getting GnuCash

      -

      Source code for GnuCash 2.3.6 can be downloaded from www.gnucash.org or https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.6 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      -

      http://www.gnucash.org

      -

      Win32 binary

      -

      The Gnucash 2.3.6 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files. Look under "gnucash (unstable)". -

      About the Program

      + +

      Win32 binary

      +

      The Gnucash 2.3.6 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      diff --git a/news/091007-2.3.7.news b/news/091007-2.3.7.news index e8de659f..e3f3504f 100644 --- a/news/091007-2.3.7.news +++ b/news/091007-2.3.7.news @@ -1,14 +1,20 @@ -Announcement: GnuCash 2.3.7 Release +Announcement: GnuCash 2.3.7 (Unstable) Release 2009-10-06 -

      GnuCash 2.3.7 released

      +

      GnuCash 2.3.7 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.7, the eighth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      -

      The GnuCash development team proudly announces GnuCash 2.3.7, the eighth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      -

      WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      -

      -NOTE: This is an *UNSTABLE* version of Gnucash. The latest stable version is -2.2.9. -

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

      Major changes in the 2.3.x release include; @@ -28,20 +34,28 @@ Then post any bugs you find to bugzilla

    • Update of Polish translation by Jacek Baszkiewicz
    • -

      Caveats for Testers

      +

      Caveats for Testers

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

      The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      -

      How can you help?

      +

      How can you help?

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      -

      Getting GnuCash

      -

      Source code for GnuCash 2.3.7 can be downloaded from www.gnucash.org or https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.7 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      -

      http://www.gnucash.org

      -

      Win32 binary

      -

      The Gnucash 2.3.7 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files. Look under "gnucash (unstable)". -

      About the Program

      + +

      Win32 binary

      +

      The Gnucash 2.3.7 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      diff --git a/osx_readme.phtml b/osx_readme.phtml new file mode 100644 index 00000000..fbd980ad --- /dev/null +++ b/osx_readme.phtml @@ -0,0 +1,30 @@ + \ No newline at end of file From 4ac9beb04aa2f4bb92e8d77ecd82f67e886427bc Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 18 Nov 2009 18:25:55 +0000 Subject: [PATCH 147/344] Website language fixes by Geert Janssens git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18422 57a11ea4-9604-0410-9ed3-97b8803252fd --- de/download.phtml | 1 + de/osx_readme.phtml | 1 + es/download.phtml | 1 + es/osx_readme.phtml | 1 + externals/header.phtml | 2 +- fr/download.phtml | 1 + fr/osx_readme.phtml | 1 + index.phtml | 6 +++--- it/download.phtml | 1 + it/osx_readme.phtml | 1 + lang.php | 5 ++--- nb/download.phtml | 1 + nb/osx_readme.phtml | 1 + news/nb/index.html | 12 ++++++++++++ news/news-script.php | 10 +++++----- news/nl/index.html | 12 ++++++++++++ news/pl/index.html | 12 ++++++++++++ news/pt_PT/index.html | 12 ++++++++++++ nl/download.phtml | 1 + nl/osx_readme.phtml | 1 + pl/download.phtml | 1 + pl/osx_readme.phtml | 1 + pt_PT/download.phtml | 1 + pt_PT/osx_readme.phtml | 1 + 24 files changed, 75 insertions(+), 12 deletions(-) create mode 120000 de/download.phtml create mode 120000 de/osx_readme.phtml create mode 120000 es/download.phtml create mode 120000 es/osx_readme.phtml create mode 120000 fr/download.phtml create mode 120000 fr/osx_readme.phtml create mode 120000 it/download.phtml create mode 120000 it/osx_readme.phtml create mode 120000 nb/download.phtml create mode 120000 nb/osx_readme.phtml create mode 100644 news/nb/index.html create mode 100644 news/nl/index.html create mode 100644 news/pl/index.html create mode 100644 news/pt_PT/index.html create mode 120000 nl/download.phtml create mode 120000 nl/osx_readme.phtml create mode 120000 pl/download.phtml create mode 120000 pl/osx_readme.phtml create mode 120000 pt_PT/download.phtml create mode 120000 pt_PT/osx_readme.phtml diff --git a/de/download.phtml b/de/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/de/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/de/osx_readme.phtml b/de/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/de/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file diff --git a/es/download.phtml b/es/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/es/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/es/osx_readme.phtml b/es/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/es/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file diff --git a/externals/header.phtml b/externals/header.phtml index e1f7199c..07df62f8 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -5,7 +5,7 @@ - + diff --git a/fr/download.phtml b/fr/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/fr/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/fr/osx_readme.phtml b/fr/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/fr/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file diff --git a/index.phtml b/index.phtml index 0595d67d..fe3c7fcc 100644 --- a/index.phtml +++ b/index.phtml @@ -16,9 +16,9 @@ include("externals/menu.phtml");

      diff --git a/it/download.phtml b/it/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/it/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/it/osx_readme.phtml b/it/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/it/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file diff --git a/lang.php b/lang.php index e95f52f3..b3fcdd05 100644 --- a/lang.php +++ b/lang.php @@ -1,7 +1,6 @@ \n"); +echo ("\n"); ?> diff --git a/nb/download.phtml b/nb/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/nb/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/nb/osx_readme.phtml b/nb/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/nb/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file diff --git a/news/nb/index.html b/news/nb/index.html new file mode 100644 index 00000000..5b112c39 --- /dev/null +++ b/news/nb/index.html @@ -0,0 +1,12 @@ + + + + + + +GnuCash - empty directory + + + + + diff --git a/news/news-script.php b/news/news-script.php index a6de3eda..9768dbe5 100644 --- a/news/news-script.php +++ b/news/news-script.php @@ -32,10 +32,6 @@ function get_news($en_newspath, $lang_newspath) // array of translated news files. Holds filenames of translated news. $lang_files = array(); - // a little debugging - echo("\n"); - echo("\n"); - // ------------------------------------------ // check for the translated articles $hd = dir($lang_newspath); @@ -104,6 +100,10 @@ function emit_news($en_newspath, $lang_newspath, $oldnews) { global $top_dir; + // a little debugging + echo("\n"); + echo("\n"); + # Be sure to define the following path to newsdirs if (!$en_newspath) { exit; } if (!$lang_newspath) { exit; } @@ -130,7 +130,7 @@ function emit_news($en_newspath, $lang_newspath, $oldnews) ?>
      - news panel  + news panel  -
      diff --git a/news/nl/index.html b/news/nl/index.html new file mode 100644 index 00000000..5b112c39 --- /dev/null +++ b/news/nl/index.html @@ -0,0 +1,12 @@ + + + + + + +GnuCash - empty directory + + + + + diff --git a/news/pl/index.html b/news/pl/index.html new file mode 100644 index 00000000..5b112c39 --- /dev/null +++ b/news/pl/index.html @@ -0,0 +1,12 @@ + + + + + + +GnuCash - empty directory + + + + + diff --git a/news/pt_PT/index.html b/news/pt_PT/index.html new file mode 100644 index 00000000..5b112c39 --- /dev/null +++ b/news/pt_PT/index.html @@ -0,0 +1,12 @@ + + + + + + +GnuCash - empty directory + + + + + diff --git a/nl/download.phtml b/nl/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/nl/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/nl/osx_readme.phtml b/nl/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/nl/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file diff --git a/pl/download.phtml b/pl/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/pl/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/pl/osx_readme.phtml b/pl/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/pl/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file diff --git a/pt_PT/download.phtml b/pt_PT/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/pt_PT/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/pt_PT/osx_readme.phtml b/pt_PT/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/pt_PT/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file From 738b768a0880a5915c787fcaea9d04d73d79482f Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sun, 22 Nov 2009 20:17:22 +0000 Subject: [PATCH 148/344] Improve behaviour of language links. Patch by Geert Janssens. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18436 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/header.phtml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/externals/header.phtml b/externals/header.phtml index 07df62f8..cb1d5bfb 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -5,8 +5,9 @@ - @@ -24,15 +25,15 @@ if (isset($homepage)) { ?>
      : - English -| Deutsch -| Español -| Français -| Italiano -| Norsk Bokmål -| Nederlands + English +| Deutsch +| Español +| Français +| Italiano +| Norsk Bokmål +| Nederlands -| Português +| Português   v

      Copyright © 2001-2006 The GnuCash Project

      -

      +

      webmaster@gnucash.org

      gnucash-devel@gnucash.org");?>

      From 77289a3cf158932f4b77c0e7fdf50999947636ca Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 5 Dec 2009 15:08:43 +0000 Subject: [PATCH 155/344] Update website's dutch translation 254 Total, 1 Untranslated, 0 Fuzzy git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18467 57a11ea4-9604-0410-9ed3-97b8803252fd --- nl/LC_MESSAGES/gnucash-htdocs.mo | Bin 44866 -> 54287 bytes po/nl.po | 140 +++++++++++++++++++++++-------- 2 files changed, 105 insertions(+), 35 deletions(-) diff --git a/nl/LC_MESSAGES/gnucash-htdocs.mo b/nl/LC_MESSAGES/gnucash-htdocs.mo index d910021a9caabf0e1c2cb53a4d0fcf8192a4a7de..e0c892ebb6ae9781ba4090ed7abe138a534c2784 100644 GIT binary patch delta 14435 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 diff --git a/po/nl.po b/po/nl.po index cbf3721b..6b8aefd0 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-03 19:06+0100\n" -"PO-Revision-Date: 2009-12-03 19:41+0100\n" +"POT-Creation-Date: 2009-12-05 16:05+0100\n" +"PO-Revision-Date: 2009-12-05 15:15+0100\n" "Last-Translator: Geert Janssens \n" "Language-Team: Nederlands \n" "MIME-Version: 1.0\n" @@ -145,8 +145,8 @@ msgid "" "The latest unstable release of GnuCash is %s. Choose the download for your " "operating system below." msgstr "" -"De recentste instabiele GnuCash uitgave is %s. Kies hieronder de download voor " -"jouw besturingssysteem." +"De recentste instabiele GnuCash uitgave is %s. Kies hieronder de download " +"voor jouw besturingssysteem." #: download.phtml:53 msgid "Other" @@ -414,8 +414,10 @@ msgstr "" "src/import-export map." #: sizing.phtml:366 -msgid "Code to generate reports and graphs: contents of the src/reports directory." -msgstr "Code om rapporten en grafieken te genereren: inhoud van de src/reports map." +msgid "" +"Code to generate reports and graphs: contents of the src/reports directory." +msgstr "" +"Code om rapporten en grafieken te genereren: inhoud van de src/reports map." #: sizing.phtml:371 msgid "" @@ -429,7 +431,8 @@ msgstr "" "export, en in individuele modueles; hierdoor blijft enkel diverse code over." #: sizing.phtml:376 -msgid "Code to add small-business features: contents of the src/business directory." +msgid "" +"Code to add small-business features: contents of the src/business directory." msgstr "" "Code om kleine-ondernemingen functies toe te voegen: inhoud van de src/" "business map;" @@ -823,9 +826,9 @@ msgid "" msgstr "" "Het is een eenvoudig te gebruiken, en tegelijkertijd krachtig en flexibel " "programma dat je helpt om je bankrekeningen, aandelen, inkomsten en uitgaven " -"te beheren. Zo vlot en intuïtief te gebruiken als een kasboek register " -"enerzijds, en anderzijds gebaseerd op professionele boekhoudkundige " -"principes om boeken in balans en nauwkeurige rapporten te verzekeren." +"te beheren. Zo vlot en intuïtief te gebruiken als een dagboek enerzijds, en " +"anderzijds gebaseerd op professionele boekhoudkundige principes om boeken in " +"balans en nauwkeurige rapporten te verzekeren." #: index.phtml:31 msgid "Feature Highlights" @@ -849,11 +852,11 @@ msgstr "Financiële berekeningen" #: index.phtml:41 msgid "Double-Entry Accounting" -msgstr "Dubbel-ingave boekhouding" +msgstr "Dubbel boekhouding" #: index.phtml:42 msgid "Stock/Bond/Mutual Fund Accounts" -msgstr "Aandelen-/obligatierekeningen" +msgstr "Aandelen-/belegginsrekeningen" #: index.phtml:43 msgid "Small-Business Accounting" @@ -875,11 +878,12 @@ msgstr "Oude berichten" msgid "" "This is an archive of announcements that once appeared on the GnuCash home " "page." -msgstr "Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." +msgstr "" +"Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." #: features.phtml:22 msgid "Checkbook-Style Register" -msgstr "" +msgstr "Dagboeken" #: features.phtml:26 msgid "" @@ -888,10 +892,14 @@ msgid "" "checking and credit-card transactions, as well as income, stock and currency " "transactions." msgstr "" +"Het dagboek biedt een aangepaste, comfortabele en vertrouwde interface om " +"financiële transacties in te voeren. Het dagboek ondersteunt zowel gewone " +"geld- en kredietkaarttransacties als inkomsten-, aandelen- en " +"wisselkoerstransacties." #: features.phtml:30 msgid "Double Entry" -msgstr "" +msgstr "Dubbele boekhouding" #: features.phtml:32 msgid "" @@ -899,6 +907,10 @@ msgid "" "amount. This ensures that the \"books balance\": that the difference between " "income and outflow exactly equals the sum of all assets and equity." msgstr "" +"Elke transactie moet één grootboekrekening debiteren en een andere debiteren " +"voor hetzelfde bedrag. Dit verzekert dat de \"boeken in balans zijn\": dat " +"het verschil tussen inkomsten en uitgaven gelijk is aan de som van alle " +"activa en het eigen vermogen." #: features.phtml:39 msgid "" @@ -906,10 +918,13 @@ msgid "" "with a full suite of standard and customizeable reports, such as Balance " "Sheet, Profit & Loss, Portfolio Valuation, and many others." msgstr "" +"GnuCash heeft een geïntegreerde module voor rapporten en grafieken en bevat " +"een volledige set standaard en configureerbare rapporten zoals Balans, Winst " +"& Verlies, Portfolio rapporten en vele andere." #: features.phtml:43 msgid "Income/Expense Account Types" -msgstr "" +msgstr "Inkomsten/Uitgaven rekening types" #: features.phtml:44 msgid "" @@ -918,60 +933,79 @@ msgid "" "these enable you to generate reports, such as Profit & Loss, that plain-" "vanilla systems cannot handle." msgstr "" +"Inkomsten/Uitgaven rekening types (of categorieën) laten je toe om je cash " +"flow in categorieën te verdelen. Correct toegepast samen met het dubbele " +"boekhoudingsconcept en de eigen vermogensrekeningen, biedt dit de " +"mogelijkheid om rapporten zoals Winst & Verlies te genereren die niet " +"mogelijk zijn met doorsnee systemen." #: features.phtml:48 msgid "Multiple Currencies" -msgstr "" +msgstr "Meerdere deviezen" #: features.phtml:49 msgid "" "Different accounts can be denominated in different currencies. Currency " "movements between accounts are fully balanced when double-entry is enabled." msgstr "" +"Verschillende grootboekrekeningen kunnen verschillende deviezen hanteren. " +"Geldbewegingen tussen de grootboekrekeningen zijn volledig in balans als " +"dubbele boekhouding geactiveerd is." #: features.phtml:53 msgid "Stock/Mutual Fund Portfolios" -msgstr "" +msgstr "Portfolios voor aandelen en beleggingsfondsen" #: features.phtml:54 msgid "" "Track stocks individually (one per account) or in portfolio of accounts (a " "group of accounts that can be displayed together)." msgstr "" +"Volg aandelen individueel op (één per grootboekrekening) of in een portfolio " +"(een groep van grootboekrekeningen die samen weergegeven kan worden)." #: features.phtml:57 msgid "Small Business Accounting Features" -msgstr "" +msgstr "Boekhoudfuncties voor kleine ondernemingen" #: features.phtml:59 msgid "" "Simplify managing a small business with Customer and Vendor tracking, " "Invoicing and Bill Payment, and Tax and Billing Terms." msgstr "" +"Vereenvoudig het beheer van een kleine onderneming met opvolging van klanten " +"en leveranciers, facturatie en factuurbetalingen, belastingen en " +"betalingsvoorwaarden." #: features.phtml:62 msgid "QIF Import" -msgstr "" +msgstr "QIF import" #: features.phtml:63 msgid "" "Intuit® Quicken® QIF files can be imported, " "and are automatically merged to eliminate duplicate transactions." msgstr "" +"Intuit® Quicken® QIF bestanden kunnen worden " +"geïmporteerd waarbij bestaande transacties automatisch worden samengevoegd " +"om dubbele transacties te elimineren." #: features.phtml:66 msgid "OFX Import" -msgstr "" +msgstr "OFX import" #: features.phtml:67 msgid "" "GnuCash is the first free software application to support the Open Financial " "Exchange protocol that many banks and financial services are starting to use." msgstr "" +"GnuCash is het eerste vrije software programma met ondersteuning voor het " +"Open Financial Exchange protocol dat veel banken en financiële instellingen " +"beginnen te gebruiken." #: features.phtml:70 msgid "HBCI Support" -msgstr "" +msgstr "HBCI ondersteuning" #: features.phtml:71 msgid "" @@ -979,10 +1013,14 @@ msgid "" "Banking Computer Information protocol, allowing German users to perform " "statement download and initiate bank transfers and direct debits." msgstr "" +"GnuCash is het eerste vrije software programma met ondersteuning voor het " +"Duitse Home Banking Computer Information protocol, hetgeen Duitse gebruikers " +"toelaat om rekeninguittreksels te downloaden en bankverrichtingen uit te " +"voeren rechtstreeks vanuit GnuCash." #: features.phtml:74 msgid "Improved Import Transaction Matching" -msgstr "" +msgstr "Verbeterde transactie vergelijking bij import" #: features.phtml:75 msgid "" @@ -990,20 +1028,25 @@ msgid "" "transaction matching system that more accurately recognizes duplicate " "transactions during file import." msgstr "" +"De ontwikkeling van de OFX en HBCI ondersteuning heeft ook geleid tot een " +"verbeterd transactievergelijkingssysteem. Dit systeem is beter in het juist " +"herkennen van dubbele transacties tijdens het importeren van bestanden." #: features.phtml:78 msgid "Statement Reconciliation" -msgstr "" +msgstr "Rekeninguittreksels verwerken" #: features.phtml:79 msgid "" "A reconcile window with running reconciled and cleared balances makes " "balancing against bank statements easy." msgstr "" +"Een verwerkingsvenster met lopende \"verwerkte\" en \"bevestigde\" balansen " +"maakt het afpunten van bankafschriften kinderspel." #: features.phtml:82 msgid "Localization" -msgstr "" +msgstr "Localisatie" #: features.phtml:83 msgid "" @@ -1013,20 +1056,27 @@ msgid "" "Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " "Documentation is available in English, French, Portuguese and Spanish." msgstr "" +"Kan overweg met internationale datum- en muntformaten. De GnuCash menus en " +"dialogen zijn vertaald in 21 talen, waaronder Chinees, Deens, Frans, Duits, " +"Hongaars, Italiaans, Japanees, Noors, Pools, Portugees, Russisch, Spaans, " +"Zweeds, Turks en Brits-Engels. Documentatie is beschikbaar in het Engels, " +"Frans, Portugees en Spaans." #: features.phtml:86 msgid "Transaction Finder" -msgstr "" +msgstr "Transacties opzoeken" #: features.phtml:89 msgid "" "A powerful transaction query dialogue can help you quickly locate a needle " "in a haystack." msgstr "" +"Een krachtige transactie opzoekingsinterface kan je helpen om snel een naald " +"in een hooiberg te vinden." #: features.phtml:92 msgid "General Ledger" -msgstr "" +msgstr "Algemeen grootboek" #: features.phtml:93 msgid "" @@ -1035,26 +1085,36 @@ msgid "" "provides a convenient way of viewing a portfolio of many stocks, by showing " "all transactions in that portfolio." msgstr "" +"Meerdere grootboekrekeningen kunnen samen weergegeven worden in één dagboek " +"venster. Dit kan helpen bij het omslachtige opsporen van tik- of " +"ingavefouten. Het biedt ook een handige manier om een portfolio van meerdere " +"aandelen te bekijken door alle transacties in die portfolio te tonen." #: features.phtml:96 msgid "Online Stock & Mutual Fund Quotes" -msgstr "" +msgstr "Online aandelen- & beleggingsfondskoersen" #: features.phtml:97 msgid "" "Get Stock & Mutual Fund quotes from various web sites, update portfolio " "automatically. Additional pricing sources are added regularly." msgstr "" +"Haal aandelen- & beleggingsfondskoersen van verschillende websites, " +"update je portfolio automatisch. Regelmatig worden nieuwe bronnen met " +"koersen toegevoegd." #: features.phtml:100 msgid "Check Printing" -msgstr "" +msgstr "Cheques afdrukken" #: features.phtml:101 msgid "" "Checks may be printed in standard formats on common check stocks. A " "customization GUI allows custom check layouts to be developed." msgstr "" +"Cheques kunnen afgedrukt worden in standaard formaat op cheques. Een " +"speciale GUI laat je toe om een gepersonaliseerde layout voor je cheques te " +"ontwerpen." #: features.phtml:106 msgid "" @@ -1063,18 +1123,25 @@ msgid "" "without canceling it, and the ability to specify only a limited number of " "transactions." msgstr "" +"Je kan nu repetitieve transacties creëren, met automatische verwittigingen " +"kort voor de volgende transactie wordt aangemaakt, de mogelijkheid om " +"geplande transacties uit te stellen zonder ze te annuleren, en de " +"mogelijkheid om het aantal herhalingen te beperken." #: features.phtml:109 msgid "Mortgage & Loan Repayment Druid" -msgstr "" +msgstr "Assistent hypotheek & leningen" #: features.phtml:110 -msgid "A guided dialogue for setting up loan payments as scheduled transactions." +msgid "" +"A guided dialogue for setting up loan payments as scheduled transactions." msgstr "" +"Een begeleidend dialoogvenster om hypotheek-/leningsaflossingen te " +"configureren als geplande transacties." #: features.phtml:115 msgid "New User Manual and Help" -msgstr "" +msgstr "Nieuwe gebruikershandleiding en hulp" #: features.phtml:116 msgid "" @@ -1082,6 +1149,9 @@ msgid "" "addition to a Tutorial and Concepts guide that gives the user background " "information on accounting principles and how they are reflected in GnuCash." msgstr "" +"Er is nu een nieuw, taakgericht hulp systeem beschikbaar. Daarnaast is er " +"een Conceptengids die de gebruiker achtergrond informatie biedt over " +"boekhoudkundige principes en hoe die in GnuCash zijn toegepast." #: externals/header.phtml:27 msgid "Language" @@ -1171,7 +1241,7 @@ msgstr "Vertalingen" msgid "Sizing" msgstr "Statistieken" -#: externals/footer.phtml:4 +#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 msgid "Server & email outage reports to: " msgstr "Server & email problemen melden aan: " @@ -1571,7 +1641,8 @@ msgstr "Zoektips" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." +msgstr "" +"Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" @@ -1672,4 +1743,3 @@ msgid "" msgstr "" "Dit is een probleem in Namazu. Op zinnen zoeken is niet\n" "100% accuraat, dus geeft het soms verkeerde resultaten." - From 66341c100b180b281fc732919f1759e6e87eac7f Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 5 Dec 2009 15:26:57 +0000 Subject: [PATCH 156/344] Website dutch translation, minor fixes git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18468 57a11ea4-9604-0410-9ed3-97b8803252fd --- nl/LC_MESSAGES/gnucash-htdocs.mo | Bin 54287 -> 54301 bytes po/nl.po | 31 +++++++++++++------------------ 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/nl/LC_MESSAGES/gnucash-htdocs.mo b/nl/LC_MESSAGES/gnucash-htdocs.mo index e0c892ebb6ae9781ba4090ed7abe138a534c2784..bda2d8c36114f0a62d03e9df4567fa09e6a2db9b 100644 GIT binary patch delta 1120 zcmXZbSx8k;6vpvSuV&eGp3usS0xi-=sL%+a!Llqwg@g(WJc?;45}FNMnqG=9!H9yM zY*3Q44wg+gRa)9C7Dc_7mDNjXzSe(p&co$**4q2*z1Q03);D`DH+$N>USFuB(I)91 zPT&gT6=@NsT$N_vHk^$Gn1)4Yd8B$b|F>BRChylGdC`kz-FS@06imf+7=%?Ai3eNc z(^)_142f?f;%`VlP_5D?^5Zy*aQRIs1XrWkC>zZ|3($<8#_!mO(RifIu>sBaHH^h} zoQwTv3j5mTb58VaydNE4LUF2!Iknu**itSgVkB0gsrWc9!*dvg-ME#FhjA4qbx1$S7v7ORSN8;N1(qdv?-UF$@pO!t8G8hQ$l5%h}KEm^87R>LK*h@V) zgta{q#cM;alz`L7+KT9NIx&c*#lzT$pU_-Q)nk5m3b_iOrg<pj(O@V zkbz;uYjG*&Vj3RB`PhodIE1G4Qy753{m#{fp^rEYyYYg_Q+eS4--8(`dgin=;<;1l z?m<30CJrKpRtM#7=Y_f#(ih@^m(muz{)%dG!ZqNv6UU;dG{todnybrmEkX0m9KslL zvJ>V3FS--jT>CJK{ChMVNPOe`4b#wUoax3n7(`r%NgT8YM~RQUl>*Uv=X9hTTZyZX zX{zIA2ZaAF@~q5Ewke1*ePfgh#JE48tKW;~5Wp#0>Rcu)m j2dtzTtGd*xDBD|ZN7#wp&{{KCxxd(|Hsf|i*GTk#ljPrX delta 1106 zcmXxjOGs2v9LMqBINF#_YNlqIDHIHqj}k0$5fqhTku@#~B1+Lh$_JX+V=;@Uu;@i? zToi;!N|I9-wJcM6SX%a^f}l2vjnc-7R)KvF_qG^5_y0fV+;jf_bLVQC`$C&L==BEX zNE&OAW^fwwj5nku=xdc`;TDX>63oUuSmBn=JNe&jQWSZ$OJ0b^7)-_m=)){rhaRlK zcx-G}K<8Z284?pDl5a^NoWTO}p$=&_@rv7$IcPqbjSA5mv;@s~6Mo0bn1IJSZ7-r3 zZ^b0+#DzG7rm(TjfPJDV63a;ZM4F(qpp=M%Xe#=QW_%peF!l}|;(%EgN$kICy9>>_ zawk6K#3#_KYj*5G(~*w>9^!a#Thca6z<8`cQ}GeZ!BaR7yKyrckKk%d>XN3&Z|#=8 z;+h_*3g_SB5O@;z;S{DafBSvu3vpGiw3Ikd_&~Z8Ce=N(TN>WaeKR2+`|vcH7j7Jo z*h?0^!pcF3;KLJyS}y^w-t#6N7e z)IDNXTKrO)WMUt3Xx*gTtt>b&Dt#mFea&KQek0AramPQ7k#FrvQyg>9T-^r8ooK$9 zgP3Se)?gm+tTW-dV;62BKa8dWaqsNEVFsFwGo5%Xno5f>gM<2UjJW\n" "Language-Team: Nederlands \n" "MIME-Version: 1.0\n" @@ -414,10 +414,8 @@ msgstr "" "src/import-export map." #: sizing.phtml:366 -msgid "" -"Code to generate reports and graphs: contents of the src/reports directory." -msgstr "" -"Code om rapporten en grafieken te genereren: inhoud van de src/reports map." +msgid "Code to generate reports and graphs: contents of the src/reports directory." +msgstr "Code om rapporten en grafieken te genereren: inhoud van de src/reports map." #: sizing.phtml:371 msgid "" @@ -431,8 +429,7 @@ msgstr "" "export, en in individuele modueles; hierdoor blijft enkel diverse code over." #: sizing.phtml:376 -msgid "" -"Code to add small-business features: contents of the src/business directory." +msgid "Code to add small-business features: contents of the src/business directory." msgstr "" "Code om kleine-ondernemingen functies toe te voegen: inhoud van de src/" "business map;" @@ -878,8 +875,7 @@ msgstr "Oude berichten" msgid "" "This is an archive of announcements that once appeared on the GnuCash home " "page." -msgstr "" -"Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." +msgstr "Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." #: features.phtml:22 msgid "Checkbook-Style Register" @@ -1133,8 +1129,7 @@ msgid "Mortgage & Loan Repayment Druid" msgstr "Assistent hypotheek & leningen" #: features.phtml:110 -msgid "" -"A guided dialogue for setting up loan payments as scheduled transactions." +msgid "A guided dialogue for setting up loan payments as scheduled transactions." msgstr "" "Een begeleidend dialoogvenster om hypotheek-/leningsaflossingen te " "configureren als geplande transacties." @@ -1243,7 +1238,7 @@ msgstr "Statistieken" #: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 msgid "Server & email outage reports to: " -msgstr "Server & email problemen melden aan: " +msgstr "Server & email problemen melden via: " #: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 msgid "" @@ -1310,7 +1305,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:33 msgid "OR query" -msgstr "OR opzoeking" +msgstr "OF opzoeking" #: search/templates/NMZ.body.php_tmpl:35 msgid "" @@ -1325,7 +1320,7 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:45 msgid "NOT query" -msgstr "NOT opzoeking" +msgstr "NIET opzoeking" #: search/templates/NMZ.body.php_tmpl:47 msgid "" @@ -1375,11 +1370,11 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:88 msgid "Substring matching" -msgstr "Substring vinden" +msgstr "Woordgedeelte vergelijken" #: search/templates/NMZ.body.php_tmpl:90 msgid "There are three types of searching by substring matching." -msgstr "Er zijn drie manieren om toe zoeken op een substring." +msgstr "Er zijn drie manieren om toe zoeken op een woordonderdeel" #: search/templates/NMZ.body.php_tmpl:94 msgid "Prefix matching" @@ -1641,8 +1636,7 @@ msgstr "Zoektips" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "" -"Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." +msgstr "Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" @@ -1743,3 +1737,4 @@ msgid "" msgstr "" "Dit is een probleem in Namazu. Op zinnen zoeken is niet\n" "100% accuraat, dus geeft het soms verkeerde resultaten." + From eb11d1ec549202fb98aaee0e22a9dc641a6bcb29 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sun, 6 Dec 2009 10:53:20 +0000 Subject: [PATCH 157/344] Website translation, translate Ubuntu install string in dutch. Thanks go to Mark Haanen for providing the proper Ubuntu terms. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18469 57a11ea4-9604-0410-9ed3-97b8803252fd --- download.phtml | 4 ++-- nl/LC_MESSAGES/gnucash-htdocs.mo | Bin 54301 -> 54681 bytes po/nl.po | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/download.phtml b/download.phtml index 4b38ba8a..c6897c0f 100644 --- a/download.phtml +++ b/download.phtml @@ -30,7 +30,7 @@ include("externals/menu.phtml");

    • Fedora: Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?>
    • Mandriva:
    • Redhat/Centos:
    • -
    • Ubuntu:
    • +
    • Ubuntu:
    • @@ -58,4 +58,4 @@ include("externals/menu.phtml");
    • -
      \ No newline at end of file + diff --git a/nl/LC_MESSAGES/gnucash-htdocs.mo b/nl/LC_MESSAGES/gnucash-htdocs.mo index bda2d8c36114f0a62d03e9df4567fa09e6a2db9b..5ac1a8a448a3885efef8436107e0b25e15d42210 100644 GIT binary patch delta 4916 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 delta 4598 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 E4V^E@<^TWy diff --git a/po/nl.po b/po/nl.po index 67fde1dc..f92ac6b4 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-05 16:05+0100\n" -"PO-Revision-Date: 2009-12-05 16:25+0100\n" +"POT-Creation-Date: 2009-12-06 11:48+0100\n" +"PO-Revision-Date: 2009-12-06 11:48+0100\n" "Last-Translator: Geert Janssens \n" "Language-Team: Nederlands \n" "MIME-Version: 1.0\n" @@ -102,9 +102,13 @@ msgstr "de Epel wiki pagina" #: download.phtml:33 msgid "" -"Ubuntu 9.10 users can install GnuCash through the Software Center under the " -"Office category." +"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " +"Applications menu). This will install GnuCash under the Office category in " +"the Applications menu." msgstr "" +"Ubuntu 9.10 gebruikers kunnen GnuCash installeren via het Softwarecentrum " +"(onderaan het Toepassingen menu). Gnucash wordt dan geïnstalleerd in de " +"Kantoor categorie van het Toepassingen menu." #: download.phtml:36 msgid "Source code" From 0cea0183d342829404b06aef3d78f907bc50cc3b Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Wed, 9 Dec 2009 18:02:39 +0000 Subject: [PATCH 158/344] 2.3.8 release notes git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18475 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/091208-2.3.8.news | 108 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 news/091208-2.3.8.news diff --git a/news/091208-2.3.8.news b/news/091208-2.3.8.news new file mode 100644 index 00000000..87e3c8da --- /dev/null +++ b/news/091208-2.3.8.news @@ -0,0 +1,108 @@ +Announcement: GnuCash 2.3.8 Release +2009-12-08 + +

      GnuCash 2.3.8 released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.8, the ninth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +

      +NOTE: This is an *UNSTABLE* version of Gnucash. The latest stable version is 2.2.9. +

      +

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

      +

      Major changes in the 2.3.x release include; +

        +
      • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
      • +
      • In addition to the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
      • +
      • Updated to AqBanking 3 on Win32.
      • +
      + +

      Changes between 2.3.7 and 2.3.8 include: +

        +
      • Disable it_IT help in the win32 binary
      • +
      • Recreate index after updating table
      • +
      • Temporarily disable currency trading accounts so that 'make check' will pass
      • +
      • Fix test-resolve-file-path - results have changed
      • +
      • Fix compilation problem in test
      • +
      • Add src/gnome-utils/gnc-tree-model-account-drag.c to po/POTFILES.in
      • +
      • Set debug level for gnc.backend.dbi automatically to DEBUG.
      • +
      • Fix memory leak: Let the pixbuf renderer for goffice plots be unreferenced
      • +
      • Add libguile CFLAGS and LIBADD to libqof build
      • +
      • Fix too-new gtk_dialog_get_content_area function of r18413: Patch by J. …
      • +
      • Transaction post date also needs to allow NULL values.
      • +
      • Temporary workaround for crash at startup after r18429.
      • +
      • Decrease verbosity of aqbanking plugin: Debug output only if preference …
      • +
      • In the "Save As" dialog, set XML as default, not sqlite3.
      • +
      • Fix compile error on current ubuntu by clashing symbol declarations in …
      • +
      • When creating an account selector and a commodity list if provider, just …
      • +
      • Remove forgotten printf in r18402 which shouldn't have been committed to …
      • +
      • Fix amount sign of imported bank transfers (e.g. from DTAUS …
      • +
      • Fix GCC pointer strictness compiler errors/warnings and remove duplicate …
      • +
      • Fix compile error related to uninitialized value. Patch by Matt Lavin …
      • +
      • Introduce disambiguation prefix for "Deposit" action to distinguish it …
      • +
      • Make one register function more const correct to avoid compiler warnings …
      • +
      • Fix typo: scm_catch_body_t -> scm_t_catch_body
      • +
      • gnc-module doesn't need to compile/link with guile
      • +
      • Add new option in register "Tab order includes Transfer field". Patch by Colin Law
      • +
      • Partly fix broken data file backward compatibility with SX recurrence
      • +
      • Win32: Allow m4 1.4.11 and 1.4.13 as well as 1.4.7.
      • +
      • Win32: Assert there is only one aqbanking plugin directory
      • +
      • Win32: Minor version update of aqbanking.
      • + +
      • Bug #603186: Fix crash with txf.scm on win32 Patch by J. Alex …
      • +
      • Bug #537476: Fix currency trading account preference lookup Patch by Mike …
      • +
      • Fix the bug described in comment 19 of bug 537476, balance sheet wrong …
      • +
      • Bug #310567: Disable newly introduced "shift txn forward" feature again …
      • +
      • Fix bug 600486 - Unable to open sqllite file on Win7 64 bit Unposted …
      • +
      • Fix Bug 591573 - "File|Save As" with xml option and no file name …
      • +
      • Fix bug 602603 - State file cannot be saved with MySQL because of colon …
      • +
      • Bug #570895: Allow reporting for single budget periods in budget income …
      • +
      • Bug #602744: Fix broken tip_of_the_day list creation. Patch in r18417 …
      • +
      • Fix bug 591098 - when starting Gnucash, "Present" and all other collumns …
      • +
      • Bug #537476: Implement currency trading accounts optionally, to be enabled …
      • +
      • Bug #554394: Income Tax Enhancements Patch by J. Alex Aycinena. Patch …
      • +
      • Bug #600374: Add editable transaction field in the register for bank …
      • +
      • Bug #310567: Add menu item to shift transaction forward in sorting …
      • +
      • Bug #121695: Support account reparenting through drag and drop in the …
      • +
      • Fix bug 492865 - Add Last Reconcile Date as an Option in the Chart of …
      • +
      • Fix bug 593581 - 2.3.5: Save to MySQL still fails with date error After …
      • +
      • Bug #601861: Fix mis-captioning in button labels The keyboard shortcut …
      • +
      • Bug #602070: Fix return value in void function Patch by Halton Huo.
      • +
      • Bug #602062: Fix hard-coded gcc program name Patch by Halton Huo.
      • +
      • Bug #540452: Remove inline from function declaration/definition because it …
      • +
      • Bug #602069: Fix build on Solaris for different gmp header …
      • +
      • Revert r18396, "Bug #593906: Fix crash at account report" This change …
      • +
      • Fix bug 598213 - Selecting "Account Report" causes gnucash to …
      • +
      • Bug 600947 - Gnucash-2.3.7 crashes when doing reports with …
      • +
      • Bug 599324 - Patch: Add double click behaviour to account list in payment …
      • +
      • Bug 599322 - Patch: Minor gui tweak for invoice window Fix widget …
      • +
      • Bug #599953: Let gnc:make-[complex|simple]-boolean-option store its value …
      • +
      • Bug #593906: Fix crash at account report Patch by Mike Alexander. This …
      • +
      • Bug #582985, #585022: Add missing currencies Armenian Dram (AMD) and …
      • +
      • Bug #593070: Budget Report: Omit accounts with no budget and zero …
      • +
      • Fix 598491: Remove use of guile's deprecated GH interface
      • +
      • Bug #567090: Fix erroneous password length comparison.
      • + +
      • Updated Dutch translation by Mark Haanen, copied from Translation Project.
      • +
      • Add Latvian translation by Valdis Vitolins
      • +
      • Update of Japanese translation by KUSANO Takayuki
      • +
      • Add polish account templates, contributed by Jacek Baszkiewicz …
      • +
      • Update German translation.
      • +
      + +

      Caveats for Testers

      +

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

      +

      The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      + +

      How can you help?

      +

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      +

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      +

      +

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.8 can be downloaded from https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".

      +

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      http://www.gnucash.org

      +

      Win32 binary

      +

      The Gnucash 2.3.8 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files. Look under "gnucash (unstable)". +

      About the Program

      +

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      From f8b67d1155ac017483ee15981a921b10b466923b Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Wed, 9 Dec 2009 18:09:25 +0000 Subject: [PATCH 159/344] Fix unstable version warning git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18476 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/091208-2.3.8.news | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/news/091208-2.3.8.news b/news/091208-2.3.8.news index 87e3c8da..b1124893 100644 --- a/news/091208-2.3.8.news +++ b/news/091208-2.3.8.news @@ -4,10 +4,17 @@

      GnuCash 2.3.8 released

      The GnuCash development team proudly announces GnuCash 2.3.8, the ninth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      -

      WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      -

      -NOTE: This is an *UNSTABLE* version of Gnucash. The latest stable version is 2.2.9. -

      + +

      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      +

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

      Major changes in the 2.3.x release include;

        From a8c103182e7a8817a52930372732d3dfa1c3de51 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 10 Dec 2009 17:19:48 +0000 Subject: [PATCH 160/344] Modify 2.3.8 news file to match the same overall structure of the other news files git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18480 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/091208-2.3.8.news | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/news/091208-2.3.8.news b/news/091208-2.3.8.news index b1124893..f08b9992 100644 --- a/news/091208-2.3.8.news +++ b/news/091208-2.3.8.news @@ -1,9 +1,9 @@ -Announcement: GnuCash 2.3.8 Release +Announcement: GnuCash 2.3.8 (Unstable) Release 2009-12-08 -

        GnuCash 2.3.8 released

        +

        GnuCash 2.3.8 (Unstable) released

        -

        The GnuCash development team proudly announces GnuCash 2.3.8, the ninth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

        +

        The GnuCash development team proudly announces GnuCash 2.3.8, the eighth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

        WARNING: This is an *UNSTABLE* version of Gnucash.

        @@ -15,7 +15,8 @@

        NOTE: The latest stable version is 2.2.9.

        -

        PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla

        +

        PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla

        Major changes in the 2.3.x release include;

        • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
        • @@ -96,20 +97,28 @@
        • Update German translation.
        -

        Caveats for Testers

        +

        Caveats for Testers

        Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

        The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

        -

        How can you help?

        +

        How can you help?

        Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

        Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

        We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

        -

        Getting GnuCash

        -

        Source code for GnuCash 2.3.8 can be downloaded from https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".

        + +

        Getting GnuCash

        +

        Source code for GnuCash 2.3.8 can be downloaded from multiple locations: +

          +
        • The GnuCash website
        • +
        • Sourceforge: bzip2, gzip, all files.
        • +
        • You can also checkout the sources directly from the subversion repository with this command:

          svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
        • +

        +

        To install GnuCash, users will need Gnome 2, guile, slib and swig.

        -

        http://www.gnucash.org

        -

        Win32 binary

        -

        The Gnucash 2.3.8 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files. Look under "gnucash (unstable)". -

        About the Program

        + +

        Win32 binary

        +

        The Gnucash 2.3.8 Win32 setup executable can be downloaded from Sourceforge as well. + +

        About the Program

        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

        From 3ec42a32ac42dadd244134b87091713b76e76054 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 10 Dec 2009 18:32:56 +0000 Subject: [PATCH 161/344] 2.3.8 is the 9th release not the 8th. Also clarify that swig is only needed to compile from svn git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18481 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/090515-2.3.0.news | 2 +- news/090607-2.3.1.news | 2 +- news/090707-2.3.2.news | 2 +- news/090723-2.3.3.news | 2 +- news/090819-2.3.4.news | 2 +- news/090829-2.3.5.news | 2 +- news/090929-2.3.6.news | 2 +- news/091007-2.3.7.news | 2 +- news/091208-2.3.8.news | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/news/090515-2.3.0.news b/news/090515-2.3.0.news index 2278e8d3..2fdc0ffc 100644 --- a/news/090515-2.3.0.news +++ b/news/090515-2.3.0.news @@ -54,7 +54,7 @@ involved.

      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash

      -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.0 Win32 setup executable can be downloaded from Sourceforge as well. diff --git a/news/090607-2.3.1.news b/news/090607-2.3.1.news index 01f6cd14..878860f1 100644 --- a/news/090607-2.3.1.news +++ b/news/090607-2.3.1.news @@ -79,7 +79,7 @@ involved.

    • You can also checkout the sources directly from the subversion repository with this command:

      svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
    • -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.1 Win32 setup executable can be downloaded from Sourceforge as well. diff --git a/news/090707-2.3.2.news b/news/090707-2.3.2.news index b826b9ad..d089d653 100644 --- a/news/090707-2.3.2.news +++ b/news/090707-2.3.2.news @@ -81,7 +81,7 @@ involved.

    • You can also checkout the sources directly from the subversion repository with this command:

      svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
    • -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.2 Win32 setup executable can be downloaded from Sourceforge as well. diff --git a/news/090723-2.3.3.news b/news/090723-2.3.3.news index a5f767db..590c4e40 100644 --- a/news/090723-2.3.3.news +++ b/news/090723-2.3.3.news @@ -69,7 +69,7 @@ involved.

    • You can also checkout the sources directly from the subversion repository with this command:

      svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
    • -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.3 Win32 setup executable can be downloaded from Sourceforge as well. diff --git a/news/090819-2.3.4.news b/news/090819-2.3.4.news index 16e7bcde..17e95a29 100644 --- a/news/090819-2.3.4.news +++ b/news/090819-2.3.4.news @@ -68,7 +68,7 @@ Because of these changes, you will need to delete and recreate your database. I

    • You can also checkout the sources directly from the subversion repository with this command:

      svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
    • -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.4 Win32 setup executable can be downloaded from Sourceforge as well. diff --git a/news/090829-2.3.5.news b/news/090829-2.3.5.news index f3c7cfcd..5f495c20 100644 --- a/news/090829-2.3.5.news +++ b/news/090829-2.3.5.news @@ -57,7 +57,7 @@ Then post any bugs you find to bugzilla

    • You can also checkout the sources directly from the subversion repository with this command:

      svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
    • -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.5 Win32 setup executable can be downloaded from Sourceforge as well. diff --git a/news/090929-2.3.6.news b/news/090929-2.3.6.news index 7e83c57c..7b569565 100644 --- a/news/090929-2.3.6.news +++ b/news/090929-2.3.6.news @@ -99,7 +99,7 @@ Then post any bugs you find to bugzilla

    • You can also checkout the sources directly from the subversion repository with this command:

      svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
    • -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.6 Win32 setup executable can be downloaded from Sourceforge as well. diff --git a/news/091007-2.3.7.news b/news/091007-2.3.7.news index e3f3504f..2b30a3b3 100644 --- a/news/091007-2.3.7.news +++ b/news/091007-2.3.7.news @@ -52,7 +52,7 @@ Then post any bugs you find to bugzilla

    • You can also checkout the sources directly from the subversion repository with this command:

      svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
    • -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.7 Win32 setup executable can be downloaded from Sourceforge as well. diff --git a/news/091208-2.3.8.news b/news/091208-2.3.8.news index f08b9992..8054ea05 100644 --- a/news/091208-2.3.8.news +++ b/news/091208-2.3.8.news @@ -3,7 +3,7 @@

      GnuCash 2.3.8 (Unstable) released

      -

      The GnuCash development team proudly announces GnuCash 2.3.8, the eighth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      +

      The GnuCash development team proudly announces GnuCash 2.3.8, the ninth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      WARNING: This is an *UNSTABLE* version of Gnucash.

      @@ -115,7 +115,7 @@ Then post any bugs you find to bugzilla

    • You can also checkout the sources directly from the subversion repository with this command:

      svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
    • -

      To install GnuCash, users will need Gnome 2, guile, slib and swig.

      +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      Win32 binary

      The Gnucash 2.3.8 Win32 setup executable can be downloaded from Sourceforge as well. From e83479886ff208854af4ac91a626ef93857d2aba Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 11 Dec 2009 08:54:06 +0000 Subject: [PATCH 162/344] Bump parameter to 2.3.8 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18484 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/global_params.php b/externals/global_params.php index 0df0eb8a..7e3b8c33 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> From b0fe5e8dc5acc2fa9cbecdb4035be2201683ba80 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 18 Dec 2009 09:44:06 +0000 Subject: [PATCH 163/344] Update version for stable Mac OS X PPC build git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18525 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 7e3b8c33..03198e59 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -7,7 +7,7 @@ $latest_stable_win="gnucash-".$latest_stable."-setup.exe"; $latest_stable_mac_intel="Gnucash-Intel-".$latest_stable.".4.dmg"; - $latest_stable_mac_ppc="Gnucash-PPC-".$latest_stable.".3.dmg"; + $latest_stable_mac_ppc="Gnucash-PPC-".$latest_stable.".4.dmg"; $latest_stable_source="gnucash-".$latest_stable.".tar.bz2"; $unstable_path="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/"; From bb833bb741eb7513e8847863e71558b722e96e73 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 12 Jan 2010 15:13:54 +0000 Subject: [PATCH 164/344] Add Windows 7 to the download references to make it clear this is supported as well git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18562 57a11ea4-9604-0410-9ed3-97b8803252fd --- download.phtml | 4 ++-- index.phtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/download.phtml b/download.phtml index c6897c0f..8d2844b0 100644 --- a/download.phtml +++ b/download.phtml @@ -18,7 +18,7 @@ include("externals/menu.phtml");

      @@ -45,7 +45,7 @@ include("externals/menu.phtml");

      diff --git a/index.phtml b/index.phtml index 5c088f20..5011b8fb 100644 --- a/index.phtml +++ b/index.phtml @@ -17,7 +17,7 @@ include("externals/menu.phtml"); From 6d37b41f022d21a62e7ee9a153a076a81c8ff73c Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 26 Jan 2010 18:33:45 +0000 Subject: [PATCH 165/344] Bug #607958 Add japanese translation to website git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18583 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 9 +- externals/header.phtml | 3 +- ja/.htaccess | 1 + ja/LC_MESSAGES/gnucash-htdocs.mo | Bin 0 -> 7116 bytes ja/atom.php | 1 + ja/docs.phtml | 1 + ja/download.phtml | 1 + ja/features.phtml | 1 + ja/index.phtml | 1 + ja/local.php | 6 + ja/oldnews.phtml | 1 + ja/osx_readme.phtml | 1 + ja/rss-feed.phtml | 1 + ja/sizing.phtml | 1 + po/ja.po | 1384 ++++++++++++++++++++++++++++++ 15 files changed, 1408 insertions(+), 4 deletions(-) create mode 100644 ja/.htaccess create mode 100644 ja/LC_MESSAGES/gnucash-htdocs.mo create mode 120000 ja/atom.php create mode 120000 ja/docs.phtml create mode 120000 ja/download.phtml create mode 120000 ja/features.phtml create mode 120000 ja/index.phtml create mode 100644 ja/local.php create mode 120000 ja/oldnews.phtml create mode 120000 ja/osx_readme.phtml create mode 120000 ja/rss-feed.phtml create mode 120000 ja/sizing.phtml create mode 100644 po/ja.po diff --git a/Makefile b/Makefile index 2af655a3..e283b80c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -.PHONY: pot mos msgmerge de es fr it nb nl pl pt_PT nmz nmz.lang nmz nmz.onefile +.PHONY: pot mos msgmerge de es fr it ja nb nl pl pt_PT nmz nmz.lang nmz nmz.onefile pot: po/POTFILES po/gnucash-htdocs.pot @@ -12,11 +12,11 @@ po/gnucash-htdocs.pot: po/POTFILES xgettext -f po/POTFILES -L PHP -o po/gnucash-htdocs.pot msgmerge: po/gnucash-htdocs.pot - for f in de es fr it nb nl pl pt_PT ; do \ + for f in de es fr it ja nb nl pl pt_PT ; do \ msgmerge -U po/$$f.po po/gnucash-htdocs.pot ; \ done -mos: de es fr it nb nl pl pt_PT +mos: de es fr it ja nb nl pl pt_PT de: po/de.po msgfmt po/de.po -o de/LC_MESSAGES/gnucash-htdocs.mo @@ -30,6 +30,9 @@ fr: po/fr.po it: po/it.po msgfmt po/it.po -o it/LC_MESSAGES/gnucash-htdocs.mo +ja: po/ja.po + msgfmt po/ja.po -o ja/LC_MESSAGES/gnucash-htdocs.mo + nb: po/nb.po msgfmt po/nb.po -o nb/LC_MESSAGES/gnucash-htdocs.mo diff --git a/externals/header.phtml b/externals/header.phtml index cb1d5bfb..4384172c 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -30,8 +30,9 @@ if (isset($homepage)) { ?> | Español | Français | Italiano -| Norsk Bokmål +| 日本語 | Nederlands +| Norsk Bokmål | Português diff --git a/ja/.htaccess b/ja/.htaccess new file mode 100644 index 00000000..939c9285 --- /dev/null +++ b/ja/.htaccess @@ -0,0 +1 @@ +Options FollowSymLinks diff --git a/ja/LC_MESSAGES/gnucash-htdocs.mo b/ja/LC_MESSAGES/gnucash-htdocs.mo new file mode 100644 index 0000000000000000000000000000000000000000..d056fa0cdaea50ae2be5877948716674502a5037 GIT binary patch literal 7116 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 bx?MxoCsZoz{Pa&3xhOc{;W)U@{~zqXREd6N literal 0 HcmV?d00001 diff --git a/ja/atom.php b/ja/atom.php new file mode 120000 index 00000000..bfb47786 --- /dev/null +++ b/ja/atom.php @@ -0,0 +1 @@ +../atom.php \ No newline at end of file diff --git a/ja/docs.phtml b/ja/docs.phtml new file mode 120000 index 00000000..b471e83d --- /dev/null +++ b/ja/docs.phtml @@ -0,0 +1 @@ +../docs.phtml \ No newline at end of file diff --git a/ja/download.phtml b/ja/download.phtml new file mode 120000 index 00000000..094ff6ab --- /dev/null +++ b/ja/download.phtml @@ -0,0 +1 @@ +../download.phtml \ No newline at end of file diff --git a/ja/features.phtml b/ja/features.phtml new file mode 120000 index 00000000..03bc0b23 --- /dev/null +++ b/ja/features.phtml @@ -0,0 +1 @@ +../features.phtml \ No newline at end of file diff --git a/ja/index.phtml b/ja/index.phtml new file mode 120000 index 00000000..1487eb06 --- /dev/null +++ b/ja/index.phtml @@ -0,0 +1 @@ +../index.phtml \ No newline at end of file diff --git a/ja/local.php b/ja/local.php new file mode 100644 index 00000000..6117d45c --- /dev/null +++ b/ja/local.php @@ -0,0 +1,6 @@ + diff --git a/ja/oldnews.phtml b/ja/oldnews.phtml new file mode 120000 index 00000000..f02a5c4e --- /dev/null +++ b/ja/oldnews.phtml @@ -0,0 +1 @@ +../oldnews.phtml \ No newline at end of file diff --git a/ja/osx_readme.phtml b/ja/osx_readme.phtml new file mode 120000 index 00000000..ae87bf1d --- /dev/null +++ b/ja/osx_readme.phtml @@ -0,0 +1 @@ +../osx_readme.phtml \ No newline at end of file diff --git a/ja/rss-feed.phtml b/ja/rss-feed.phtml new file mode 120000 index 00000000..a1c80d18 --- /dev/null +++ b/ja/rss-feed.phtml @@ -0,0 +1 @@ +../rss-feed.phtml \ No newline at end of file diff --git a/ja/sizing.phtml b/ja/sizing.phtml new file mode 120000 index 00000000..47563826 --- /dev/null +++ b/ja/sizing.phtml @@ -0,0 +1 @@ +../sizing.phtml \ No newline at end of file diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 00000000..b8523245 --- /dev/null +++ b/po/ja.po @@ -0,0 +1,1384 @@ +# translation of gnucash-hdtocs to Japanese +# Copyright (C) 2010 The GnuCash Project +# This file is distributed under the same license as the gnucash-htdocs package. +# Yasuaki Taniguchi , 2010. +msgid "" +msgstr "" +"Project-Id-Version: gnucash-htdocs r18581\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-01-21 20:27+0900\n" +"PO-Revision-Date: 2010-01-25 03:15+0900\n" +"Last-Translator: Yasuaki Taniguchi \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: oldnews.phtml:2 index.phtml:3 +msgid "Free Accounting Software" +msgstr "フリーã®è²¡å‹™ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢" + +#: oldnews.phtml:11 +msgid "Older Announcements" +msgstr "éŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹" + +#: oldnews.phtml:14 +msgid "" +"This is an archive of announcements that once appeared on the GnuCash home " +"page." +msgstr "GnuCash ホームページã«æŽ²è¼‰ã•ã‚ŒãŸéŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹ã®ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã§ã™ã€‚" + +#: index.phtml:13 +msgid "Welcome to GnuCash.org" +msgstr "GnuCash.orgã«ã‚ˆã†ã“ã" + +#: index.phtml:16 +#, php-format +msgid "Download GnuCash %s" +msgstr "GnuCash %s ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" + +#: index.phtml:19 +msgid "Source" +msgstr "ソース" + +#: index.phtml:19 +msgid "Via distribution" +msgstr "" + +#: index.phtml:22 +msgid "More downloads (Source, Development,...)" +msgstr "ä»–ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ (ソースã€é–‹ç™ºç‰ˆã€â€¦)" + +#: index.phtml:26 +msgid "" +"GnuCash is personal and small-business financial-accounting software, freely " +"licensed under the GNU GPL and available " +"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "GnuCash ã¯å€‹äººã¾ãŸã¯å°è¦æ¨¡ãƒ“ジãƒã‚¹å‘ã‘ã®è²¡å‹™ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚GNU GPL ライセンスã«åŸºã¥ãフリーã§æä¾›ã•ã‚Œã¦ã„ã¾ã™ã€‚GNU/Linux〠BSD〠Solaris〠Mac OS X ãŠã‚ˆã³ Microsoft Windows ã§åˆ©ç”¨ã§ãã¾ã™ã€‚" + +#: index.phtml:28 +msgid "" +"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 to ensure balanced books and accurate reports. " +msgstr "ç°¡å˜ã«ä½¿ãˆã‚‹ã‚ˆã†ã«è¨­è¨ˆã•ã‚Œã¦ã„ã¾ã™ãŒã€å¼·åŠ›ã§é«˜ã„柔軟性ãŒã‚ã‚Šã¾ã™ã€‚GnuCash ã«ã‚ˆã£ã¦éŠ€è¡Œå£åº§ã€æ ªå¼ã€åŽç›ŠãŠã‚ˆã³è²»ç”¨ã‚’追跡ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚å°åˆ‡æ‰‹å¸³ã®ã‚ˆã†ã«ç´ æ—©ãã€ç›´æ„Ÿçš„ã«åˆ©ç”¨ã§ãる一方ã€ãƒ—ロã®ä¼šè¨ˆåŽŸç†ã«åŸºã¥ã„ã¦ã„ã‚‹ãŸã‚確実ã«å¸³ç°¿ã®é‡£ã‚Šåˆã‚’ä¿ã¡ã€æ­£ç¢ºãªå¸³ç¥¨ã‚’作æˆã§ãã¾ã™ã€‚" + +#: index.phtml:31 +msgid "Feature Highlights" +msgstr "主ãªæ©Ÿèƒ½" + +#: index.phtml:34 +msgid "QIF/OFX/HBCI Import, Transaction Matching" +msgstr "QIF/OFX/HBCI å½¢å¼ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã€å–引を一致ã•ã›ã‚‹å‡¦ç†" + +#: index.phtml:35 features.phtml:36 +msgid "Reports, Graphs" +msgstr "帳票ã€ã‚°ãƒ©ãƒ•" + +#: index.phtml:36 features.phtml:105 +msgid "Scheduled Transactions" +msgstr "予定å–引" + +#: index.phtml:37 +msgid "Financial Calculations " +msgstr "財務計算" + +#: index.phtml:41 +msgid "Double-Entry Accounting" +msgstr "複å¼è¨˜å¸³æ³•ä¼šè¨ˆå‡¦ç†" + +#: index.phtml:42 +msgid "Stock/Bond/Mutual Fund Accounts" +msgstr "æ ªå¼/債券/投資信託勘定科目" + +#: index.phtml:43 +msgid "Small-Business Accounting" +msgstr "å°è¦æ¨¡ãƒ“ジãƒã‚¹ã®ä¼šè¨ˆå‡¦ç†" + +#: index.phtml:44 +msgid "Customers, Vendors, Jobs,
      Invoices, A/P, A/R" +msgstr "å¾—æ„å…ˆã€ä»•å…¥å…ˆã€è«‹æ±‚ã®ã¾ã¨ã‚
      請求書ã€è²·æŽ›é‡‘ã€å£²æŽ›é‡‘" + +#: index.phtml:50 +msgid "News" +msgstr "ニュース" + +#: download.phtml:3 +msgid "Download" +msgstr "ダウンロード" + +#: download.phtml:13 +msgid "Download GnuCash" +msgstr "GnuCashã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" + +#: download.phtml:15 +#, php-format +msgid "Stable release (%s)" +msgstr "安定版 (%s)" + +#: download.phtml:16 +msgid "" +"A stable release is a version of GnuCash that is well tested and considered " +"appropriate for every day use." +msgstr "GnuCash 安定版ã¯å分ã«ãƒ†ã‚¹ãƒˆã•ã‚Œã€é€šå¸¸ã®åˆ©ç”¨ã«é©ã—ãŸãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã™ã€‚" + +#: download.phtml:17 +#, php-format +msgid "" +"The latest stable release of GnuCash is %s. Choose the download for your " +"operating system below." +msgstr "最新㮠GnuCash 安定版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ã‚¡ã‚¤ãƒ«ã‚’下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" + +#: download.phtml:19 +msgid "Installers" +msgstr "インストーラー" + +#: download.phtml:21 download.phtml:22 download.phtml:48 download.phtml:49 +#, php-format +msgid "GnuCash %s for" +msgstr "GnuCash %s for" + +#: download.phtml:26 +msgid "" +"Most linux distributions come bundled with a version of GnuCash, though it's " +"not always the most recent version and it may not have been installed by " +"default. Still it is recommended to use the GnuCash version that comes with " +"your distribution." +msgstr "" + +#: download.phtml:30 +msgid "" +"Fedora users can install GnuCash through System->Administration->Add/Remove " +"Software (Gnome) or Applications->System->Software Management (KDE)." +msgstr "" + +#: download.phtml:31 +msgid "" +"Mandriva users can install GnuCash through the Software Management in the " +"Mandriva Linux Control Center." +msgstr "" + +#: download.phtml:32 +msgid "" +"Redhat and CentOS don't have GnuCash in their repositories by default. It " +"can be installed however from the third-party Epel repository. For more " +"details on configuring this additional software repository for your setup, " +"see " +msgstr "" + +#: download.phtml:32 +msgid "Epel's wiki page" +msgstr "" + +#: download.phtml:33 +msgid "" +"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " +"Applications menu). This will install GnuCash under the Office category in " +"the Applications menu." +msgstr "" + +#: download.phtml:36 +msgid "Source code" +msgstr "ソースコード" + +#: download.phtml:38 download.phtml:50 +#, php-format +msgid "for GnuCash %s" +msgstr "" + +#: download.phtml:39 +msgid "USA Mirror" +msgstr "米国ã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" + +#: download.phtml:40 +msgid "European Mirror" +msgstr "ヨーロッパã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" + +#: download.phtml:43 +#, php-format +msgid "Unstable/Development release (%s)" +msgstr "開発版 (%s)" + +#: download.phtml:44 +msgid "" +"Unstable (development) releases are for testing purposes only. They contain " +"the newest features and improvements, but may also contain serious bugs " +"still. Don't install these releases for everyday use." +msgstr "開発版ã¯ãƒ†ã‚¹ãƒˆã®ã¿ã‚’目的ã¨ã—ãŸãƒªãƒªãƒ¼ã‚¹ã§ã™ã€‚最新ã®æ©Ÿèƒ½ã‚„強化点ãŒã‚ã‚Šã¾ã™ãŒé‡å¤§ãªãƒã‚°ãŒå«ã¾ã‚Œã¦ã„ã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。通常ã®åˆ©ç”¨ã®ãŸã‚ã«ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãªã„ã§ãã ã•ã„。" + +#: download.phtml:45 +#, php-format +msgid "" +"The latest unstable release of GnuCash is %s. Choose the download for your " +"operating system below." +msgstr "最新㮠GnuCash 開発版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ã‚¡ã‚¤ãƒ«ã‚’下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" + +#: download.phtml:53 +msgid "Other" +msgstr "" + +#: download.phtml:56 +#, php-format +msgid "View all GnuCash %s downloads (stable)" +msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (安定版)" + +#: download.phtml:57 +#, php-format +msgid "View all GnuCash %s downloads (unstable)" +msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (開発版)" + +#: download.phtml:58 +msgid "View all GnuCash downloads" +msgstr "ã™ã¹ã¦ã® GnuCash ダウンロードファイルを見る" + +#: sizing.phtml:14 +msgid "" +"It can often be quite interesting to study the source code metrics behind a " +"software development project. Not a surprising interest: its accounting " +"afterall. GnuCash has grown, over the years, from a small handy electronic " +"checkbook to a rather large and multi-featured desktop app." +msgstr "" + +#: sizing.phtml:17 +msgid "" +"GnuCash currently consists of over a third of a million lines of code spread " +"over more than a thousand files. It has been translated into twenty-three " +"languages and credits over 139 authors and contributors." +msgstr "" + +#: sizing.phtml:23 +msgid "" +"If you've had trouble swimming through that mass of source code, think of it " +"this way: printed out on paper, and bound into volumes, it would amount to " +"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" +"width's worth of source code." +msgstr "" + +#: sizing.phtml:26 +msgid "" +"Mind you, this is source code (and docs) crafted and debugged by actual " +"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " +"can generate gaziilions of lines of code automatically; I'm not counting " +"those. Every last line counted here was typed in, edited, indented, " +"tweaked, multiple times, by human hands." +msgstr "" + +#: sizing.phtml:29 +msgid "" +"Given that we have about 400 outstanding bugs in bugzilla, that works out to " +"about one bug per thousand lines of code, or one bug per 50 pages of " +"printout. This bug count is actually not atypical for software projects; " +"its near the norm." +msgstr "" + +#: sizing.phtml:32 +msgid "" +"The table below shows some historical lines-of-code and number-of-files " +"metrics for the GnuCash development project. Note that not all of the code " +"is counted: for instance, the Makefiles and configure.in and autogen.sh are " +"not counted. Also, files that are automatically generated are not counted, " +"nor are files that have been 'borrowed' from other projects. Also not " +"counted are experimental files, miscellaneous perl scripts, various " +"converters, addons and utilities. Finally, glade files are not " +"counted, although large parts of the overall GUI are described in glade files." +msgstr "" + +#: sizing.phtml:35 +msgid "" +"Note also that KLOC's are not a good metric of programmer productivity, nor " +"even that wc is a good way of counting KLOC's. Much better " +"measures are complexity metrics, which, for example, count the number and " +"size of if-then-else blocks, or the number and size of all blocks, or the " +"number of math operators per statement. Maybe someday we'll run one of " +"those tools on this code. For now, this is what we have. On the other hand, " +"we've attempted to count only those files that contain human-edited code, " +"that is, files that are directly edited by humans. The point of doing this " +"is to avoid artificially inflating the KLOC counts by counting automatically " +"generated code (which is why the glade files are not counted: they are large " +"and automatically generated)." +msgstr "" + +#: sizing.phtml:39 +msgid "Table 1. Historical Development Stats" +msgstr "" + +#: sizing.phtml:43 +msgid "Version" +msgstr "" + +#: sizing.phtml:50 sizing.phtml:355 +msgid "misc app" +msgstr "" + +#: sizing.phtml:57 sizing.phtml:390 +msgid "internal txt" +msgstr "" + +#: sizing.phtml:58 +msgid "Total" +msgstr "" + +#: sizing.phtml:59 sizing.phtml:395 +msgid "Languages" +msgstr "" + +#: sizing.phtml:60 sizing.phtml:400 +msgid "Author Credits" +msgstr "" + +#: sizing.phtml:319 +msgid "Each cell displays the following:" +msgstr "" + +#: sizing.phtml:321 +msgid "" +"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " +"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." +"c + KLOCS in *.h) are displayed. If there is only one number in the " +"parenthesis, it is the approriate KLOC count for that statistic." +msgstr "" + +#: sizing.phtml:324 +msgid "" +"where KLOC == kilo-lines-of-code, as reported by wc. As noted " +"above, wc is not a terribly good code metric, but its what we have handy." +msgstr "" + +#: sizing.phtml:327 +msgid "Table Column Legend" +msgstr "" + +#: sizing.phtml:331 +msgid "" +"Contents of the src/engine and the include directories. The engine was split " +"out from the motif code in version 1.1. The data storage backend (file-io, " +"sql) was split out in the course of version 1.5" +msgstr "" + +#: sizing.phtml:335 +msgid "" +"Contents of the src/backend directory (version 1.7 and later) or of src/" +"engine/file, src/engine/sql (version 1.6 and earlier)" +msgstr "" + +#: sizing.phtml:339 +msgid "" +"Contents of the src/register directory (version 1.6 and earlier) or src/" +"register/register-core (version 1.7 and later). The register was split out " +"as a separate component from the motif code in version 1.1. As can be seen " +"from the stats, the register code has been fairly stable. At version 1.7 and " +"later, this cell shows a second count: the number of lines of code in src/" +"register/register-gnome (previously counted as part of gnome)" +msgstr "" + +#: sizing.phtml:343 +msgid "" +"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" +"register/ledger-core (version 1.7 and later)" +msgstr "" + +#: sizing.phtml:347 +msgid "" +"Contents of the src/motif directory (version 1.2 and earlier). The motif " +"version of the code was discontinued after version 1.2, after most of the " +"non-gui code was moved to either the engine, the register or the ledger." +msgstr "" + +#: sizing.phtml:351 +msgid "" +"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " +"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" +"gnome-util" +msgstr "" + +#: sizing.phtml:356 +msgid "" +"Contents of miscellanous application-related directories (version 1.7 and " +"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" +"gnc-module, src/network-utils, src/tax/us" +msgstr "" + +#: sizing.phtml:361 +msgid "" +"Code to import and export various file formats: contents of the src/import-" +"export directory." +msgstr "" + +#: sizing.phtml:366 +msgid "" +"Code to generate reports and graphs: contents of the src/reports directory." +msgstr "" + +#: sizing.phtml:371 +msgid "" +"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " +"earlier). In version 1.7 and later, much of this code went into reports, " +"import/export, and into indiovidual modules; thus only miscellaneous code " +"remains." +msgstr "" + +#: sizing.phtml:376 +msgid "" +"Code to add small-business features: contents of the src/business directory." +msgstr "" + +#: sizing.phtml:381 +msgid "" +"Code to peform automated regression tests: contents of the src/*/test " +"directories." +msgstr "" + +#: sizing.phtml:386 +msgid "" +"English-language-only user documentation, including on-line help and manual " +"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " +"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " +"of these numbers are somewhat hard to count, because of fairly large format " +"churns, and multiple competing versions." +msgstr "" + +#: sizing.phtml:391 +msgid "" +"The number of design documents and README files aimed at developers. This " +"includes *.txt files, *.texinfo files and README.* files in all " +"subdirectories. For version 1.7 and later, only those in the src " +"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" +msgstr "" + +#: sizing.phtml:396 +msgid "" +"The number of languages that the application messages have been translated " +"to (the number of po/*.po files). In parenthesis, the number of " +"messages in the message files (grep msgstr po/*.po |wc), in " +"thousands." +msgstr "" + +#: sizing.phtml:401 +msgid "" +"The number of people credited in the AUTHORS file (version 1.6 and later) or " +"the README file (earlier versions). These include lead developers, patch " +"submitters and national-language translators. This includes additional " +"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " +"main gnucash/AUTHORS file." +msgstr "" + +#: features.phtml:22 +msgid "Checkbook-Style Register" +msgstr "å°åˆ‡æ‰‹å¸³ã‚¹ã‚¿ã‚¤ãƒ«ã®è¨˜éŒ²ç°¿" + +#: features.phtml:26 +msgid "" +"The checkbook-style register provides a custom, convenient and familiar " +"interface to entering financial transactions. The register supports common " +"checking and credit-card transactions, as well as income, stock and currency " +"transactions." +msgstr "" + +#: features.phtml:30 +msgid "Double Entry" +msgstr "複å¼è¨˜å¸³æ³•" + +#: features.phtml:32 +msgid "" +"Every transaction must debit one account and credit others by an equal " +"amount. This ensures that the \"books balance\": that the difference between " +"income and outflow exactly equals the sum of all assets and equity." +msgstr "" + +#: features.phtml:39 +msgid "" +"GnuCash has an integrated reporting and graphing module, and comes complete " +"with a full suite of standard and customizeable reports, such as Balance " +"Sheet, Profit & Loss, Portfolio Valuation, and many others." +msgstr "" + +#: features.phtml:43 +msgid "Income/Expense Account Types" +msgstr "" + +#: features.phtml:44 +msgid "" +"Income/Expense Account Types (Categories) allow you to categorize your cash " +"flow. When used properly with the double-entry feature and equity accounts, " +"these enable you to generate reports, such as Profit & Loss, that plain-" +"vanilla systems cannot handle." +msgstr "" + +#: features.phtml:48 +msgid "Multiple Currencies" +msgstr "複数通貨" + +#: features.phtml:49 +msgid "" +"Different accounts can be denominated in different currencies. Currency " +"movements between accounts are fully balanced when double-entry is enabled." +msgstr "" + +#: features.phtml:53 +msgid "Stock/Mutual Fund Portfolios" +msgstr "æ ªå¼ / 投資信託ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª" + +#: features.phtml:54 +msgid "" +"Track stocks individually (one per account) or in portfolio of accounts (a " +"group of accounts that can be displayed together)." +msgstr "" + +#: features.phtml:57 +msgid "Small Business Accounting Features" +msgstr "" + +#: features.phtml:59 +msgid "" +"Simplify managing a small business with Customer and Vendor tracking, " +"Invoicing and Bill Payment, and Tax and Billing Terms." +msgstr "" + +#: features.phtml:62 +msgid "QIF Import" +msgstr "QIFã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" + +#: features.phtml:63 +msgid "" +"Intuit® Quicken® QIF files can be imported, " +"and are automatically merged to eliminate duplicate transactions." +msgstr "" + +#: features.phtml:66 +msgid "OFX Import" +msgstr "OFXã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" + +#: features.phtml:67 +msgid "" +"GnuCash is the first free software application to support the Open Financial " +"Exchange protocol that many banks and financial services are starting to use." +msgstr "" + +#: features.phtml:70 +msgid "HBCI Support" +msgstr "" + +#: features.phtml:71 +msgid "" +"GnuCash is the first free software application to support the German Home " +"Banking Computer Information protocol, allowing German users to perform " +"statement download and initiate bank transfers and direct debits." +msgstr "" + +#: features.phtml:74 +msgid "Improved Import Transaction Matching" +msgstr "" + +#: features.phtml:75 +msgid "" +"The development of OFX and HBCI support has also resulted in an improved " +"transaction matching system that more accurately recognizes duplicate " +"transactions during file import." +msgstr "" + +#: features.phtml:78 +msgid "Statement Reconciliation" +msgstr "" + +#: features.phtml:79 +msgid "" +"A reconcile window with running reconciled and cleared balances makes " +"balancing against bank statements easy." +msgstr "" + +#: features.phtml:82 +msgid "Localization" +msgstr "" + +#: features.phtml:83 +msgid "" +"Handles internationalized dates and currencies. The Gnucash menus and " +"popups have been translated to 21 languages, including Chinese, Danish, " +"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " +"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " +"Documentation is available in English, French, Portuguese and Spanish." +msgstr "" + +#: features.phtml:86 +msgid "Transaction Finder" +msgstr "" + +#: features.phtml:89 +msgid "" +"A powerful transaction query dialogue can help you quickly locate a needle " +"in a haystack." +msgstr "" + +#: features.phtml:92 +msgid "General Ledger" +msgstr "" + +#: features.phtml:93 +msgid "" +"Multiple accounts can be displayed in one register window at the same time. " +"This can ease the trouble of tracking down typing/entry errors. It also " +"provides a convenient way of viewing a portfolio of many stocks, by showing " +"all transactions in that portfolio." +msgstr "" + +#: features.phtml:96 +msgid "Online Stock & Mutual Fund Quotes" +msgstr "" + +#: features.phtml:97 +msgid "" +"Get Stock & Mutual Fund quotes from various web sites, update portfolio " +"automatically. Additional pricing sources are added regularly." +msgstr "" + +#: features.phtml:100 +msgid "Check Printing" +msgstr "" + +#: features.phtml:101 +msgid "" +"Checks may be printed in standard formats on common check stocks. A " +"customization GUI allows custom check layouts to be developed." +msgstr "" + +#: features.phtml:106 +msgid "" +"You can now create recurring transactions, including automatic reminders " +"when a transaction is due, the ability to postpone a scheduled transaction " +"without canceling it, and the ability to specify only a limited number of " +"transactions." +msgstr "" + +#: features.phtml:109 +msgid "Mortgage & Loan Repayment Druid" +msgstr "" + +#: features.phtml:110 +msgid "" +"A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "" + +#: features.phtml:115 +msgid "New User Manual and Help" +msgstr "" + +#: features.phtml:116 +msgid "" +"A new help subsystem that focuses on how to do tasks is now available, in " +"addition to a Tutorial and Concepts guide that gives the user background " +"information on accounting principles and how they are reflected in GnuCash." +msgstr "" + +#: docs.phtml:11 +msgid "GnuCash Documentation Project" +msgstr "" + +#: docs.phtml:13 +msgid "" +"This page is the home of the Gnucash Documentation Project, our goal is to " +"maintain a community of people working towards creation of high quality " +"documentation for GnuCash." +msgstr "" + +#: docs.phtml:15 +msgid "" +"Everything you need concerning GnuCash documentation should be here, if you " +"notice something missing, email gnucash-devel and we will add it." +msgstr "" + +#: docs.phtml:17 docs.phtml:23 +msgid "Nightly Documentation Builds" +msgstr "" + +#: docs.phtml:18 +msgid "current unstable user documentation and developer documentation" +msgstr "" + +#: docs.phtml:20 +msgid "" +"Every night a server builds the documentation from the current contents of " +"the GnuCash subversion repository. This includes the Developer " +"Documentation from Doxygen and User Documentation for the current unstable " +"version of GnuCash." +msgstr "" + +#: docs.phtml:25 docs.phtml:47 docs.phtml:78 +msgid "Concepts Guide" +msgstr "" + +#: docs.phtml:26 docs.phtml:39 docs.phtml:73 +msgid "Help Manual" +msgstr "" + +#: docs.phtml:27 +msgid "Doxygen Developer Documentation" +msgstr "" + +#: docs.phtml:32 +msgid "GnuCash v2.0 (current stable release)" +msgstr "" + +#: docs.phtml:34 +msgid "" +"If you have a question about how to use GnuCash, you are in the right place. " +"The first thing you should do is read the Help Manual and the Concepts " +"Guide, most of your questions can probably be answered by these documents." +msgstr "" + +#: docs.phtml:35 +msgid "" +"The Help Manual is designed to be a quick reference of how to accomplish " +"specific tasks and how to use the features in GnuCash. The Concepts Guide is " +"designed to be an in depth guide to the concepts behind using GnuCash with a " +"tutorial to show how to put those concepts into practice." +msgstr "" + +#: docs.phtml:41 docs.phtml:43 docs.phtml:49 docs.phtml:50 docs.phtml:74 +#: docs.phtml:76 docs.phtml:79 docs.phtml:80 docs.phtml:84 +msgid "English" +msgstr "" + +#: docs.phtml:42 docs.phtml:75 docs.phtml:85 +msgid "Deutsch" +msgstr "" + +#: docs.phtml:55 +msgid "" +"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " +"to your question within either the Help Manual or the Concepts Guide. We " +"want feedback from you, it is only through your comments that we know " +"how to modify the documentation." +msgstr "" + +#: docs.phtml:56 +msgid "" +"Additionally, you can talk to someone via IRC at irc.gnome.org channel " +"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " +"registered users can ask and answer questions." +msgstr "" + +#: docs.phtml:58 +msgid "" +"Some people have written HOWTO guides or tutorials. Note: the information " +"presented in these sources may or may not be updated to the most recent " +"version of GnuCash. If you are interested in doing development work on these " +"documents, you should contact the original authors." +msgstr "" + +#: docs.phtml:60 +msgid "Neil Williams GnuCash documentation" +msgstr "" + +#: docs.phtml:61 +msgid "GnuCash for Business Users" +msgstr "" + +#: docs.phtml:62 +msgid "mirror" +msgstr "" + +#: docs.phtml:64 +msgid "Joe Mack's Tutorial" +msgstr "" + +#: docs.phtml:66 +msgid "Dave Gilbert's User Guide (PDF)" +msgstr "" + +#: docs.phtml:69 +msgid "Older GnuCash Documentation" +msgstr "" + +#: docs.phtml:70 +msgid "" +"This section contains all the older GnuCash documentation. If you are using " +"one of these old versions of GnuCash, it is highly recommended that you " +"upgrade to the latest stable version." +msgstr "" + +#: docs.phtml:86 +msgid "Espagnol" +msgstr "" + +#: docs.phtml:87 +msgid "Português" +msgstr "" + +#: docs.phtml:90 +msgid "Documentation Development" +msgstr "" + +#: docs.phtml:92 +msgid "Interesting Links" +msgstr "" + +#: docs.phtml:93 +msgid "" +"The following links are for further sites that can help with the " +"documentation and review process." +msgstr "" + +#: docs.phtml:100 +msgid "For both reviewers and documentation writers" +msgstr "" + +#: docs.phtml:101 +msgid "" +"Please read the following guides. The new docs are based on the GNOME2 XML " +"docbook system. Everyone wishing to help please follow these guides where " +"possible when reviewing and/or writing docs." +msgstr "" + +#: docs.phtml:106 +msgid "We suggest also subscribing to " +msgstr "" + +#: docs.phtml:108 +msgid "Reviewers" +msgstr "" + +#: docs.phtml:109 +msgid "" +"Please check out the documentation module from the GnuCash svn - gnucash-" +"docs. For those not familiar with svn, the GnuCash wiki has a description. The only " +"change to get the docs is to change the checkout gnucash to checkout gnucash-" +"docs. You can also start from the current docs tarball." +msgstr "" + +#: docs.phtml:110 +msgid "" +"The best way of retaining comments about docs in an easy to find way for " +"everyone would be to use bugzilla.gnome." +"org to file the bugs under documentation. This can also be done using " +"bug-buddy." +msgstr "" + +#: docs.phtml:112 +msgid "Writers" +msgstr "" + +#: docs.phtml:113 +msgid "" +"Also checkout the docs svn as above. The usual procedure for contributors to " +"GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle " +"getting the patches added into svn until you are given an account. You can " +"also add the patch to a bug report in bugzilla if you wish." +msgstr "" + +#: docs.phtml:114 +msgid "" +"Please let other writers know which section you wish to tackle. Please " +"forward this to gnucash-" +"devel so that people can say 'hey I'm doing that already' or 'go ahead " +"and do it'." +msgstr "" + +#: docs.phtml:115 +msgid "" +"You may also want to retain a local copy of the old documentation to refer " +"to when writing. This still has a lot of useful information in it which " +"hasn't been transferred to the new docs" +msgstr "" + +#: externals/header.phtml:27 +msgid "Language" +msgstr "言語" + +#: externals/header.phtml:38 +msgid "Continent" +msgstr "" + +#: externals/menu.phtml:11 +msgid "Information" +msgstr "情報" + +#: externals/menu.phtml:14 +msgid "About / News" +msgstr "GnuCashã«ã¤ã„㦠/ ニュース" + +#: externals/menu.phtml:15 +msgid "News Feed" +msgstr "ニュースフィード" + +#: externals/menu.phtml:16 +msgid "Screenshots, Features" +msgstr "スクリーンショットã€æ©Ÿèƒ½" + +#: externals/menu.phtml:17 +msgid "How to help" +msgstr "貢献ã®æ–¹æ³•" + +#: externals/menu.phtml:23 externals/menu.phtml:25 +msgid "Documentation" +msgstr "文書" + +#: externals/menu.phtml:26 +msgid "FAQ" +msgstr "FAQ" + +#: externals/menu.phtml:27 +msgid "Wiki" +msgstr "Wiki" + +#: externals/menu.phtml:29 +msgid "Mailing Lists" +msgstr "メーリングリスト" + +#: externals/menu.phtml:31 +msgid "Search" +msgstr "検索" + +#: externals/menu.phtml:33 +msgid "Bug Reports" +msgstr "ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆ" + +#: externals/menu.phtml:34 +msgid "IRC (Chat)" +msgstr "IRC (ãƒãƒ£ãƒƒãƒˆ)" + +#: externals/menu.phtml:35 +msgid "Donations" +msgstr "寄付" + +#: externals/menu.phtml:42 +msgid "Downloads" +msgstr "ダウンロード" + +#: externals/menu.phtml:50 +msgid "Developer Information" +msgstr "開発情報" + +#: externals/menu.phtml:53 +msgid "Source Docs" +msgstr "ソースコードã®æ–‡æ›¸" + +#: externals/menu.phtml:54 +msgid "Browse Source Code" +msgstr "ソースコード閲覧" + +#: externals/menu.phtml:55 +msgid "Subversion Access" +msgstr "Subversion アクセス" + +#: externals/menu.phtml:56 +msgid "Language Translations" +msgstr "言語ã®ç¿»è¨³" + +#: externals/menu.phtml:57 +msgid "Sizing" +msgstr "" + +#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 +msgid "Server & email outage reports to: " +msgstr "サーãƒãƒ¼ãŠã‚ˆã³ email ã®ä¸å…·åˆã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: " + +#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 +msgid "" +"Translation problems? Contact: gnucash-devel@gnucash.org" +msgstr "翻訳ã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: gnucash-devel@gnucash.org" + +#: search/templates/NMZ.tips.php_tmpl:4 +msgid "Tips on searching" +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:7 +msgid "If you have trouble with searching, you can check the following tips." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:11 +msgid "" +"Check a spelling of your keyword
      \n" +"Namazu can't find anything with wrong spelling." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:15 +msgid "Add keywords" +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:17 +msgid "" +"If you gained no results or too few results, you can add one\n" +"or more related keywords with or operator. You should get more results.\n" +"e.g.," +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:23 +msgid "" +"If you gained too many results, you can add one or more\n" +"related keywords with and\n" +"operator. It makes your search more limited. e.g.," +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:29 +msgid "Try substring matching" +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:31 +msgid "" +"If you gained no results or too few results, you can try\n" +"substring matching." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:34 +msgid "" +"You can specify tex* to\n" +"search for terms which begin with\n" +"tex (e.g., tex,\n" +"texi2html,\n" +"texindex, text)." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:41 +msgid "" +"You can specify *tex to\n" +"search for terms which terminated with tex (e.g.,\n" +"bibtex,\n" +"jlatex, latex,\n" +"platex, ptex, vertex)." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:48 +msgid "" +"You can specify *tex* to\n" +"search for terms which contain tex (many)." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:53 +msgid "" +"You tried phrase searching but it hit documents which\n" +"didn't contain your phrase." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:56 +msgid "" +"It's a defect of Namazu. Precision of phrase searching is\n" +"not 100%, so it cause wrong results occasionally." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:60 +#: search/templates/NMZ.body.php_tmpl:182 +msgid "" +"If you want to use and,\n" +"or or not as ordinary keywords
      \n" +"You can surround them respectively with double quotes like \"...\" or braces like {...}." +msgstr "" + +#: search/templates/NMZ.foot.php_tmpl:9 +msgid "This search system is powered by:" +msgstr "" + +#: search/templates/NMZ.result.short.php_tmpl:4 +#: search/templates/NMZ.result.normal.php_tmpl:4 +msgid "score" +msgstr "" + +#: search/templates/NMZ.result.short.php_tmpl:6 +#: search/templates/NMZ.result.normal.php_tmpl:9 +msgid "(${size} bytes)" +msgstr "" + +#: search/templates/NMZ.result.normal.php_tmpl:5 +msgid "Author" +msgstr "" + +#: search/templates/NMZ.result.normal.php_tmpl:6 +msgid "Date" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:27 +msgid "Query" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:6 +msgid "Single term query" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:8 +msgid "" +"This query specifies only one term for retrieving all of the\n" +"documents which contain that term, for example:" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:16 +msgid "AND query" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:19 +msgid "" +"This query specifies two or more terms for retrieving all of the\n" +"documents which contain both terms. Insert the\n" +"and operator between the terms, e.g." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:29 +msgid "" +"You can omit the and operator. Terms which " +"are\n" +"separated by one or more spaces are assumed to be an AND query." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:33 +msgid "OR query" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:35 +msgid "" +"This query specifies two or more terms for retrieving all\n" +"documents which contain any one term. Insert the\n" +"or operator between the terms,\n" +"e.g." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:45 +msgid "NOT query" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:47 +msgid "" +"This query specifies two or more terms for retrieving all of the\n" +"documents which contain a first term but do not contain the\n" +"following terms. Insert the not\n" +"operator between the terms, for example:" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:58 +msgid "Grouping" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:60 +msgid "" +"You can group queries by surrounding them by\n" +"parentheses. The parentheses should be separated by one or\n" +"more spaces. e.g." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:69 +msgid "Phrase searching" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:71 +msgid "" +"You can search for a phrase that consists of two or more terms\n" +"by surrounding them with double quotation marks or braces such as\n" +"\"...\" and {...}.\n" +"In Namazu, the precision of phrase searching is not 100%,\n" +"so wrong results may occasionally occur. Example:" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:88 +msgid "Substring matching" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:90 +msgid "There are three types of searching by substring matching." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:94 +msgid "Prefix matching" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:95 +msgid "(terms which begin with inter)" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:96 +msgid "Inside matching" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:97 +msgid "(terms which contain text)" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:98 +msgid "Suffix matching" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:100 +msgid "(terms which terminated with net)" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:104 +msgid "Regular expressions" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:107 +msgid "" +"You can use regular expressions for pattern matching. The\n" +"regular expressions must be surrounded by slashes like /.../. Namazu uses Ruby's regular\n" +"regular expressions engine. It generally offers a Perl compatible flavor.\n" +"e.g.," +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:121 +msgid "Field-specified searching" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:123 +msgid "" +"You can limit your search to specific fields such as\n" +"Subject:, From:,\n" +"Message-Id:. This feature is especially convenient for\n" +"Mail/News documents, for example:" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:131 +msgid "" +"(Retrieves all documents which contain Linux\n" +"in a Subject: field)" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:136 +msgid "" +"(Retrieves all documents which contain GNU Emacs\n" +"in a Subject: field)" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:141 +msgid "" +"(Retrieves all documents which contain foo@bar.jp\n" +"in a From: field)" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:147 +msgid "" +"(Retrieves a certain document which contains specified\n" +"Message-Id:)" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:152 +msgid "Notes" +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:155 +msgid "" +"In any queries, Namazu ignores case distinctions of\n" +"alphabet characters; i.e. Namazu does\n" +"case-insensitive pattern matching." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:160 +msgid "" +"Japanese phrases are automatically segmented into\n" +"morphemes and are handled as phrase searching. This process occasionally\n" +"causes invalid segmentation." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:166 +msgid "" +"Letters, numbers or parts of symbols (duplicated in\n" +"ASCII) which are defined in JIS X 0208 (Japanese\n" +"Industrial Standards) are handled as ASCII characters." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:171 +msgid "" +"Namazu can handle a term which contains symbols like\n" +"TCP/IP. Since this method of handling isn't complete,\n" +"you can also describe the term as TCP and IP instead of\n" +"TCP/IP, but it may cause noisy results." +msgstr "" + +#: search/templates/NMZ.body.php_tmpl:178 +msgid "" +"Substring matching and field-specified searching takes\n" +"more time than other methods." +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:2 +msgid "Mailing List Search" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:29 +msgid "Search!" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:31 +msgid "[How to search]" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:34 +msgid "Display" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:42 +msgid "Description" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:44 +msgid "normal" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:45 +msgid "short" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:47 +msgid "Sort" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:49 +msgid "by score" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:50 +msgid "by date in late order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:51 +msgid "by date in early order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:52 +msgid "by title in ascending order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:53 +msgid "by title in descending order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:54 +msgid "by author in ascending order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:55 +msgid "by author in descending order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:56 +msgid "by size in ascending order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:57 +msgid "by size in descending order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:58 +msgid "by URI in ascending order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:59 +msgid "by URI in descending order" +msgstr "" + +#: search/templates/NMZ.head.php_tmpl:64 +msgid "Lists to Search" +msgstr "" From b2d0d75489431de1b33046e5580e61bb78864598 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 27 Jan 2010 08:21:13 +0000 Subject: [PATCH 166/344] Fix news section for Japanese translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18586 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/ja/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 news/ja/index.html diff --git a/news/ja/index.html b/news/ja/index.html new file mode 100644 index 00000000..5b112c39 --- /dev/null +++ b/news/ja/index.html @@ -0,0 +1,12 @@ + + + + + + +GnuCash - empty directory + + + + + From e9fb2c31be156df472e733605c4fee80d160933b Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Mon, 15 Feb 2010 19:09:14 +0000 Subject: [PATCH 167/344] Add news item for 2.3.9 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18657 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100215-2.3.9.news | 531 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 531 insertions(+) create mode 100644 news/100215-2.3.9.news diff --git a/news/100215-2.3.9.news b/news/100215-2.3.9.news new file mode 100644 index 00000000..aa88b850 --- /dev/null +++ b/news/100215-2.3.9.news @@ -0,0 +1,531 @@ +Announcement: GnuCash 2.3.9 (Unstable) Release +2010-02-15 + +

      GnuCash 2.3.9 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.9, the tenth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      + +

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla

      +

      Major changes in the 2.3.x release include; +

        +
      • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
      • +
      • In addition to the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area. Note that there are serious bugs when using webkit on win32, so it is advised that win32 builds continue to use gtkhtml
      • +
      • Updated to AqBanking 3 on Win32.
      • +
      + +

      Changes between 2.3.8 and 2.3.9 include: +

        + +
      • Bugs fixed
      • +
          +
        • Bug #608436: Add auto-clear feature + +Patch by Cristian KLEIN: + += Usage scenario = +John keeps his personal accounting in GnuCash and writes all credit card +expenses therein. On weekends, we checks his Internet Banking and sees that +some transactions have been recorded. He would like to clear those transactions +in GnuCash, but it is tiresome to go through each Internet Banking transaction +and do manual comparison with GnuCash records, especially since Internet +Banking transactions might be in a different order than in GnuCash. + +John would prefer having an "auto-clear" feature. Given the "current amount" +from the Internet Banking, he would like GnuCash to clear the transactions for +him, if and only if, there is a unique combination of transactions that could +achieve this. If there is no solution, or if the solution is not unique, +GnuCash should warn him and John must manually clear the transactions.
        • +
        • Bug #590332: New eguile-based Tax Invoice report + +Patch by Chris Dennis.
        • +
        • Bug #606053: Add stylesheet with footer + +Patch by edodd@billiau.net and Frank H. Ellenberger.
        • +
        • Bug 586122 - The AqBanking Wizard can't be loaded: plugins\20 folder to be renamed into plugins\16 + +The patch evaluates and configures the proper paths at build time, retrieving +the required info directly from the aqbanking source
        • +
        • Bug #608329: Add Color to Account tabs + +Patch by "Bob": +I wanted a way to select an account easily when I have several accounts open in +the main window. I decided to add a color option to the account so that the tab +can be set to a specific color and so easily identifiable. This could also be +used to link like minded accounts together. + +This patch also fixes the account tooltip not being +updated when the name changes.
        • +
        • Bug #534210: Add individual check item types. + +Patch by Thomas Troesch: The proposed patch does: + +1. Changes the chk file key to Blocking_Chars as described in 607522 ( this +had been dropped by mistake ). + +2. Add several fields to the Custom tab in the print check dialog. + + Locations for: + a. split memos fields. + b. split accounts ( e.g. Expenses:Auto ) + c. split amounts ( e.g. GBP 21.40 ) + + The splits do not include the last split in the transaction. + The keys in the chk format file are: + SPLITS_AMOUNT + SPLITS_MEMO + SPLITS_ACCOUNTS + +3. Memo was added to the custom tab. This is the memo from the split that +matches the account from the register.
        • +
        • Bug #608306: check amount_word should print the fraction correctly. + +Patch by Thomas Troesch: + +Checks printed the wrong string for the amount_words. The utility +number_to_words had produced e.g. from 100.04 -> One Hundred and 4/100. The +word string should be One Hundred and 04/100.
        • +
        • Bug #608874: Spelling fix for Emoluments + +Patch by Adrian Bridgett.
        • +
        • Bug #589320 Price Editor - Currency Namespace does not show up + +This bug was introduced by r18062 (applying a patch from bug #580281 Entering multiple pices with price editor is tedious) +For some unknown reason, r18062 assumed exchange rates are not supposed to be edited via the Price Editor dialog.
        • +
        • Bug #105669: Improve error handling in gz_thread_func. + +Honor errors when reading/writing from/to a compressed file or the pipe +to the main thread.
        • +
        • Bug #606728: Catch errors when opening saved-reports-2.4 for write.
        • +
        • Bug #105669: Add checks to detect errors on write, especially if there no space left on the disk. + +Check the return value of fprintf and use ferror where libraries as +libxml do the write. + +The change may not be perfect yet and a review would be nice. Still, it +detects quite a few errors that, without it, slip through and may +destroy valuable data.
        • +
        • Bug #607522: Add ADDRESS to check printing + +Patch by Thomas Troesch: The patch does three things: + +1. Adds the ability to print an address on checks. The Print Check dialog is +changed to have 5 address lines. +The first field is filled in with the same data as the PAYEE check item. The +other lines are blank. The check format keys +have a new check-item type 'ADDRESS'. It behaves like other text check-item +types. The address fields on the dialog are set 'not-sensitive' +if the current format does not have an ADDRESS check item defined. The Custom +Field tab has a new line for the address +location. + +2. Added new check format key - Blocking_Chars. This is to put the blocking +character feature into the check format file. It is currently +only in the preferences dialog in the printing tab, and therefore currently +applies (or not) to all text fields in th_e check format. By +adding the key Blocking_Chars_n to the check format, the blocking characters +can be applied to text type check-items individually. Its +really useful when printing stubs and so on. (NOTE: blocking characters are +printed around a field to protect against alteration +e.g. ***$100.00*** vs $100.00) + +3. Included a Voucher check template. This is a full page check with the check +on top and which has two stubs below. There +are other voucher formats ( middle and bottom ) , but the check printing +functionality would require separate templates for +the different formats. Also changed the Quicken/Quickbooks US-Letter check +format to include the ADDRESS check item and blocking +around the AMOUNT_NUMBER field. I made a change to the Quicken-wallet check to +add blocking characters around the +AMOUNT_NUMBER field, and I added a clipping rectangle definition to the NOTES +and PAYEE fields the were placed in the +check stub area ( if the fields were too long, they would print into the check +area ).
        • +
        • Bug #607517: Migrate print.glade from glade-2 to glade-3 format. + +Patch by Thomas Troesch.
        • +
        • Bug #607246: In qof_string_number_compare_func, use base 10 and do not allow octals to sneak in. + +Otherwise, transaction number 0108 (octal 010=8) will sort before 0107 (octal 0107=71).
        • +
        • Bug #607255: Repair Hungarian report main menu, by Attila Nagy.
        • +
        • Bug #607185: Add f-q workaround for missing date. + +Patch by "meo": + +If for whatever reason finance-quote is unable to get a date for a quote or to +convert it to the standardized form, gnucash is unable to use the otherwise +correct quote. With web pages being updated definitively more frequently than +finance-quote, this is quite a nuisance. +Up to now, gnc-fq-helper emits an error message + the quote, a combination +gnucash is unable to process. This patch presents a workaround. + +I would prefer using the current date + 12 hours rather than current date + +time, but this is open for discussion.
        • +
        • Bug #606077: Fix uncommon configure option --program-suffix. + +Patch by Peter Selinger: + +OK, the attached patch fixes part of this problem. Specifically, it applies the +specified transform (from ./configure option --program-suffix, +--program-prefix, or --program-transform-name) to the files + +src/bin/gnucash-valgrind +src/bin/gnucash-gdb +src/bin/gnucash + +This is done in the Makefile at compile time. + +In the end, I am not sure why the GnuCash configure.in provides the +--program-suffix mechanism at all, since apparently it hasn't been used in 10 +years. According to info autoconf, these are supposed to be enabled by the +macro AC_ARG_PROGRAM, but I don't see this in configure.in. So perhaps it has +been enabled by accident and shouldn't really be there.
        • +
        • Bug #511606: Fix ipmt() and ppmt() functions in scheduled transactions. + +Patch by Jean-Baptiste: " The instance counter is now incremented into increment_sx_state function."
        • +
        • Bug #538902: Moves the "New Accounts Page" menu option to the "View" menu + +Patch by Steven N. Severinghaus.
        • +
        • Bug #348701 Wrong currency symbol when currency is set to DKK +This fix reverts changeset r7200, which caused some currency symbols to be replaced with the EURO sign. +This replacement was a workaround for gtkhtml1 and no longer needed.
        • +
        • Bug #606626: Change wording from Druid to Assistant
        • +
        • Bug #589032: Replace some strcmp() by safe_strcmp() to fix crashes on NULL strings.
        • +
        • Bug #602051: Replace the word "string" in GUI messages by non-developer wordings. + +Same for dialog -> window.
        • +
        • Bug #602091: Fix broken Due Bill Reminder in all non-C locales + +The Due Bill Reminder used the translated form of "Invoice" as +query string predicate, which can't work because the untranslated +string must be searched for.
        • +
        • Bug #582325: Refactor some deprecated guile functions: +SCM_BOOLP -> scm_is_bool +SCM_NULLP -> scm_is_null +SCM_FALSEP -> scm_is_false +SCM_NFALSEP -> scm_is_true +SCM_VECTORP -> scm_is_vector +SCM_NUMBERP -> scm_is_number +SCM_CONSP -> scm_is_pair +SCM_STRING_CHARS -> scm_to_locale_string + +Specifically the replacement of SCM_STRING_CHARS with scm_to_locale_string fixes Bug #582325 + +Additionally, I have renamed these internal functions for global consistency: +SCM_PROCEDUREP -> scm_is_procedure +SCM_LISTP -> scm_is_list +SCM_EXACTP -> scm_is_exact +SCM_EQUALP -> scm_is_equal
        • +
        • Bug #605414: Clarify Quick-fill tip of the day + +Patch by James Raehl: + +Patch adds Tab key step to the Quick Fill tip. New users do not know about +this step.
        • +
        • Bug #605415: Relax limit on scheduled days in the future + +Patch by James Raehl: Expand scheduled transaction date limit by 366 days + +Usually, scheduled transactions are limited to 365 days in the future. This +patch doubles that limit plus adds a day for leap years. The patch supports a +method for separating transactions that are not yet posted at the bank, by +assigning an initial date one year in the future. Under this method, scheduled +transactions and their reminders are one year in the future, since they have +not happened yet.
        • +
        • Fix bug #603215 - Custom report from Budget Report does not save selected Budget + +Problem was how budget option tried to create the lambda function to restore the value.
        • +
        • Bug #479581 gnucash --nofile hasn't application name in window title + +When no file is selected, the title now becomes "Unsaved Book - GnuCash". +The first part is following Gnome HIG guidelines, the latter part is +a preference of several GnuCash developers. +Furthermore, the "- GnuCash" suffix will always be appended, not only +when no file is open.
        • +
        • Fix #586122 (follow-up to r18488) by using aqbanking/version.h from its installation path. + +Also look up the gwenhywfar so-name accordingly.
        • +
        • Bug #609402 Add Japanese resource to Windows (inno) setup
        • +
        +
      • Updated translations or translation-related changes
      • +
          +
        • Updated Dutch translation, by Mark Haanen and Jos, copied from the Translation Project.
        • +
        • Updated Japanese translation, by Yasuaki Taniguchi, copied from the Translation Project.
        • +
        • I18n fix of concatenated expression. + +We must not concatenate a word expression from different strings. +Instead, we must translate each expression separately. + +Pointed out by Mark Haanen.
        • +
        • I18n improvement: Translate plural-dependent string correctly by ngettext().
        • +
        • Minor updates to British English translation by Mike Evans. + +Copied from bug#602051.
        • +
        • Fix translation issues caused by r18474.
        • +
        • Update Chinese (simplified) translation, copied from the Translation Project.
        • +
        • Update British English translation by Mike E.
        • +
        • Remove de_CH translation because it ceased to be maintained. The normal German translation will appear for de_CH locales, just as in 2.2.x.
        • +
        • Fix typo: accouting -> accounting
        • +
        • Update German translation
        • +
        • Add initial Persian translation (Farsi) by Mehdi Alidoost.
        • +
        • Fix translation error in r18550, bug#602051.
        • +
        • Update Japanese translation, copied from the Translation Project.
        • +
        • Fix missing header information about Farsi plural forms in fa.po, according to what has been explained to me.
        • +
        • Add disambiguation prefix to the word Split where it is the action of a Stock Split.
        • +
        • Add new source files to POTFILES.in +
        • +
        • Updated Dutch translation, copied from the Translation Project.
        • +
        • Update German translation.
        • +
        • Update the translations with the latest string template.
        • +
        • I18n improvement: The account name of the other account in multi-split transaction is extended to conform to the name in the register. + +Otherwise, the string Split from here has the ambiguity with the button +labeles Split, which is the verb, whereas here we need the noun.
        • +
        • I18n improvement: Add disambiguation prefix to the account code of the other account in a multi-split txn. + +Without the disambiguation, the string here is identical to the button +labeled Split, but that one is for sure something different from here, +namely the old verb vs. noun issue.
        • +
        +
      • Other user-visible changes
      • +
          +
        • Small UI string corrections related to the recent tax enhancements. + +Patch by J. Alex Aycinena.
        • +
        • Payment dialog layout improvements + +- Rearrange the frames so that the Transfer Account frame gets + more space +- Add tooltips to (owner), (invoice) and amount related widgets. +- Properly align the invoice_label widget
        • +
        • Watch out for a missing pricing transaction when looking for price data.
        • +
        • Add a comment about GNC_COMMODITY_NS_ISO and GNC_COMMODITY_NS_CURRENCY.
        • +
        • Add new columns for the name of the lot each split is part of and for +the value of the split. Both are optional and default to off.
        • +
        • Call gnc_{suspend|resume}_gui_refresh while closing accounts and scrubbing lots +to make them go much faster and avoid flicker.
        • +
        • Watch out for a null account in render-corresponding-account-subheading, it +happened to me once.
        • +
        • Pass the correct report name to income-statement-renderer-internal when rendering +a profit and loss report.
        • +
        • Don't leak a file port when saving reports.
        • +
        • Reset found_trans_split when the transaction being considered in gnc_split_register_find_split +turns out to be the wrong one.
        • +
        • Fix an off by one error in gnc_ui_sx_loan_druid_create.
        • +
        • Increase the size of the Guile stack to avoid stack overflow errors.
        • +
        • Some usability improvements to the Save As.../Open dialog (part 2) + +Forgot to add the changes in c code...
        • +
        • Some usability improvements to the Save As.../Open dialog + +* The dialog gets a proper title +* Only show the File frame or the Database frame, + as relevant to the chosen data format +* Set a minimum width. Without it the dialog comes up too narrow. +* Some minor layout changes (spacing, justification,...) to harmonize with + other GnuCash dialogs.
        • +
        • Don't show hidden accounts in the transfer dialog. This should be connected to the UI, +but my ubuntu has glade 3 which mucks up the .glade files.
        • +
        • Add a Select Children button to the widget used for account selection in +report options dialogs.
        • +
        • Load gnc-build-url from the correct file so the accounts list +option works again.
        • +
        • Speed up the balance sheet report by a factor of 5 or so by using C functions instead +of Scheme functions to get account commodity balances. This idea is borrowed +from the EGuile version of the balance sheet report.
        • +
        • Avoid a bunch of assertion failures when the general ledger is open. The general ledger has no +account so attempts to get the balance of the register's account pass a null account pointer +to functions that won't accept that. Also stop leaking a GList in the functions that get account +balances.
        • +
        • Remove the "Compute unrealized gains and losses" option from the balance sheet +report. Instead compute unrealized gains and losses only if the current book +does not use trading accounts.
        • +
        • Change 'Int' to 'Interest' and 'Div' to 'Dividend' in action strings
        • +
        • Use string saved-reports-2.4 in the description of the save report action.
        • +
        • Use gtkhtml as html render in the Windows build
        • +
        • [Patch] Corrections to taxtxf.scm + +Patch by J. Alex Aycinena: + +I attach a patchfile that corrects two problems with taxtxf.scm: the +report would not gracefully handle the cases where, 1, a datafile from +an earlier version of gnucash might have tax codes assigned to +accounts and no tax-entity-type code assigned to the file, and, 2, +some cases where accounts had no tax code assigned and the tax-related +flag not set.
        • +
        • Have the Post date widget grab the focus by default when opening the post invoice dialog.
        • +
        • Updated txf.scm for 2009 US tax form changes by J. Alex Aycinena.
        • +
        • Fix crash when copying a currently edited transaction in the register.
        • +
        +
      • Other code/build changes
      • +
          +
        • Remove gnucash.lsm from EXTRA_DIST +
        • Fix doxygen markup
        • +
        • Small documentation improvements for better doxygen docs
        • +
        • Move splint-defs.h to src/debug. + +It's only used for debugging. Note that the current splint-defs.h causes compilation errors due to redefinition of function declarations. These should be fixed when splint is to be run again.
        • +
        • Win32: Fix building of libgoffice. + +Required libgsf to not remove the build directory, hence part +of r18559 need to be reverted.
        • +
        • Fix null-pointer dereference from r18612
        • +
        • Remove Linux Software Map description. + +It's unmaintained for years now.
        • +
        • Move count.* to util + +Also I made a first attempt at improving the line count. +The old script missed a number of files in the directories +it counted. + +The script is still not in line with the current code base +though. A number of directories are still not counted (like +gnome, engine, ledger, ...)
        • +
        • Moved svnlog2ul from contrib to util + +It makes more sense in util as it is by and for the devs, not +contributed by an external user for external use.
        • +
        • Add svnlog2ul.sh, and accompanying xslt sheets. + +svnlog2ul.sh is a script to extract the commit messages from svn +between two releases and converts them into a simple html unordered +list. This is a useful aid to create the news pages on the website.
        • +
        • Move valgrind suppression rules to debug subdirectory +This will require a new run of configure as some makefiles have changed
        • +
        • Set svn:ignore on pl accounts like the other account directories + +(Meaning: ignore Makefile and Makefile.in)
        • +
        • Remove the old, obsolete postgres backend and its tools + +I also changed some of the documentation that referred to it, but there are still some +references left in the (unmaintained ?) design documents.
        • +
        • Win32: Hopefully fix goffice installation.
        • +
        • Free sort_keys as allocated by g_utf8_collate_key in ExtensionInfos.
        • +
        • Fix script to check for > 2.8 entries to remove + +The minimal Gtk+ requirement has been set to 2.8 recently. This script still removed glade +parameters that are valid in 2.8. This patch fixes that.
        • +
        • Corrections to r18610 to permit compiling against older versions of glib
        • +
        • Remove more executable bits from data files
        • +
        • Remove executable flag from data files
        • +
        • Fix URL of ActivePerl.
        • +
        • Minor changes to global project files + +1. Fix spelling errors in HACKING +- appearenet -> apparent (patch by Tom Van Braeckel) +- supressions -> suppressions + +2. Keep the contributer list sorted alphabetically in AUTHORS
        • +
        • Fix "make distcheck". Patch by Jan Arne Petersen +
        • +
        • Reverse r18597 +
        • +
        • Create routines qof_book_get_string_option() and qof_book_set_string_option() to get/set a kvp string, respectively. +qof_book_set_string_option() also handles saving the book so that the kvp is updated in the db. + +In the future, qof_book_set_<type>_option() and qof_book_get_<type>_option() should be created, where type is +boolean, int, double, ... In addition, other places which handle options in the book should use these routines. +
        • +
        • Create qof_book_begin_edit()/qof_book_commit_edit() routines. These need to be added around lines which set kvp +values for the book, and the dirty flag does *not* need to be set. +
        • +
        • Revert 18490/18491/18527 - I'm not sure it's actually deleting the objects without affecting the database. +
        • +
        • Add ChangeLog.2009 for the last year.
        • +
        • Use correct routine to add a newly loaded entry to the correct bill. r18302 fixed the entry +loading problem for invoices, this extends it to bills. +
        • +
        • Remove build directories of dependencies after their successful installation.
        • +
        • Remove a couple of unused local variables left over from a previous iteration of +the trading account changes.
        • +
        • Fix guile-1.6 compatibility of r18541 (bug#582325). + +We still suppport guile-1.6, hence we can use the functions +introduced in guile-1.8 only by providing our own backward compatibility +macro definitions in guile-mappings.h.
        • +
        • Update gwenhywfar/aqbanking version numbers for win32 build.
        • +
        • Fix gwenhywfar version lookup by tightening the RE used
        • +
        • Need to export the variables for glib to see them
        • +
        • temporarily disable the gwenhywfar version lookup - there are multiple lines matching GWENHYWFAR_SO_EFFECTIVE
        • +
        • Really fix r18495 (#586122) to look up the so-name of gwenhywfar correctly.
        • +
        • Require gtk+ >= 2.8
        • +
        • Remove unneeded information lines about "qof" - we're using our internal code always anyway.
        • +
        • Re-indentation of source code, next batch. + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.23 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper + +Discussed at http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html
        • +
        • Allow digits in Gtk action names created in gnc_create_extension_info. +This should fix bug 447339 as long as all report names are unique +considering only alphanumeric characters.
        • +
        • Free accounts/lots/splits/transactions when closing a book
        • +
        • Fix a couple of echo commands and set warnings=no-portability when running automake.
        • +
        • Make xaccSplitDump and xaccTransDump work for debugging.
        • +
        • Teach xaccSplitConvertAmount that 0*x = 0. Avoids looking up non-existant exchange rate.
        • +
        • Add some missing Leave() calls.
        • +
        • Symlink the reports to the build directory to make it easier to use them when +running in place after a build without installing GnuCash.
        • +
        • Use resolve-interface instead of resolve-module when loading reports fo only the +exported interface gets imported instead of everything defined in the file.
        • +
        • Make the dbi backend tests work correctly if dbd is installed in a nonstandard location. +Supply a GNC_DBD_DIR environment variable to the tests so it knows where to find the +database modules. This is needed if libdbi is installed via MacPorts on OS X.
        • +
        • Add flags to help with valgrind on glib
        • +
        • Free prices so that they can be deleted when the book is closed
        • +
        • Free budgets when closing a book
        • +
        • When closing the book, destroy all lots (found by valgrind)
        • +
        • Free memory leaks
        • +
        • Add qof_backend_module_finalize() routine to call dbi_shutdown() to free allocated resources.
        • +
        • Add qof_finalize_backend_libraries() which is called during shutdown. This routine checks each backend +library for an exported qof_backend_module_finalize() routine, and if it exists, calls it so that the +backend can free any resources which have been allocated.
        • +
        • Fix some memory leaks found by valgrinding tests
        • +
        • Remove erroneous use lib from gnc-fq-*, along with PERLINC setup in configure.in
        • +
        • Decrease verbosity during win32 packaging: Inno, gconftool-2, htmlhelp compiler (hhc) with less output.
        • +
        • Fix some incorrect ENTER() and LEAVE() calls.
        • +
        • Fix up some gnc:debug calls (and one comment).
        • +
        • Fix a couple of initialized variable warnings.
        • +
        • Add missing PORTFOLIO_LEDGER register type to switch statement in +gnc_split_register_get_debcred_entry.
        • +
        +
      + +

      Caveats for Testers

      +

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

      +

      The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      + +

      How can you help?

      +

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      +

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      +

      +

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.9 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      + +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      + +

      Win32 binary

      +

      The Gnucash 2.3.9 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      +

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      From 7df55b806529141a6eea561bcdf92dd8f427871f Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 17 Feb 2010 08:53:13 +0000 Subject: [PATCH 168/344] Update release info to 2.3.9 Also simplify the file structure and add some documentation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18665 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/externals/global_params.php b/externals/global_params.php index 03198e59..803cb6f1 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -1,21 +1,35 @@ Date: Wed, 17 Feb 2010 13:30:15 +0000 Subject: [PATCH 169/344] The server is going down... git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18667 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100217-server-down.news | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 news/100217-server-down.news diff --git a/news/100217-server-down.news b/news/100217-server-down.news new file mode 100644 index 00000000..eadfaf3e --- /dev/null +++ b/news/100217-server-down.news @@ -0,0 +1,10 @@ +Maintainance Announcement: Scheduled GnuCash Server Downtime Feb 17 +2010-02-17 + +

      Scheduled GnuCash Server Downtime

      + +

      The GnuCash "everything" server will be down on Wednesday, February 17th, 2010, in order to move the hardware to a new location. The shutdown will start around 8am on Feb 17 and will hopefully last only 12 hours. It may last longer in the event that the network move does not happen on schedule.

      + +

      This outage will affect all GnuCash services except for www.gnucash.org. Affected services include Email, Email Archives, Subversion, Wiki, Trac, GNCbot, IRC Logs, and all Build Services run on lists, code, and svn.gnucash.org.

      + +

      Please stay tuned to this location for further updates.

      From 45fc7554e63767b12772f03300e3054d975a9e55 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 17 Feb 2010 13:31:45 +0000 Subject: [PATCH 170/344] Put in timezone info git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18668 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100217-server-down.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/100217-server-down.news b/news/100217-server-down.news index eadfaf3e..9c6020e9 100644 --- a/news/100217-server-down.news +++ b/news/100217-server-down.news @@ -3,7 +3,7 @@

      Scheduled GnuCash Server Downtime

      -

      The GnuCash "everything" server will be down on Wednesday, February 17th, 2010, in order to move the hardware to a new location. The shutdown will start around 8am on Feb 17 and will hopefully last only 12 hours. It may last longer in the event that the network move does not happen on schedule.

      +

      The GnuCash "everything" server will be down on Wednesday, February 17th, 2010, in order to move the hardware to a new location. The shutdown will start around 8am US/EST on Feb 17 and will hopefully last only 12 hours. It may last longer in the event that the network move does not happen on schedule.

      This outage will affect all GnuCash services except for www.gnucash.org. Affected services include Email, Email Archives, Subversion, Wiki, Trac, GNCbot, IRC Logs, and all Build Services run on lists, code, and svn.gnucash.org.

      From 75cad586b2dfe9d54936572e27d8c026fc295db5 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 18 Feb 2010 06:58:22 +0000 Subject: [PATCH 171/344] The server is now back online. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18676 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100218-server-back.news | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 news/100218-server-back.news diff --git a/news/100218-server-back.news b/news/100218-server-back.news new file mode 100644 index 00000000..4a9ea400 --- /dev/null +++ b/news/100218-server-back.news @@ -0,0 +1,8 @@ +Maintainance Announcement: GnuCash Services Back Online +2010-02-18 + +

      GnuCash Services Back Online

      + +

      As of 2am EST on Thursday, February 18 all GnuCash services should be up and running normally. Over the next few days there may be brief outages as equipment is rearranged or routing preferences are fixed. But the services themselves (Email, Subversion, Wiki, etc) should be accessible.

      + +

      Thank you for your patience

      From 4a010e27fb7b4bd7e370f07c8303513fd4c0290f Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 18 Feb 2010 08:06:51 +0000 Subject: [PATCH 172/344] Fix validation errors for newsfeed git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18677 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/090707-2.3.2.news | 8 ++--- news/090723-2.3.3.news | 6 ++-- news/090829-2.3.5.news | 2 +- news/091208-2.3.8.news | 82 +++++++++++++++++++++--------------------- 4 files changed, 49 insertions(+), 49 deletions(-) diff --git a/news/090707-2.3.2.news b/news/090707-2.3.2.news index d089d653..9bf375b4 100644 --- a/news/090707-2.3.2.news +++ b/news/090707-2.3.2.news @@ -30,17 +30,17 @@ Then post any bugs you find to bugzilla

    • Win32 builds now include mysql and postgresql client libraries and libdbi drivers
    • Bug #567709: Register: Don't assume that cells outside the cursor are valid
    • Bug 563598: QSF XML Export: Remove the tooltip from the GtkCalendar?.
    • -
    • Fix bug 586558 – When a scheduled transaction is deleted, the objects aren't cleaned up properly
    • +
    • Fix bug 586558 - When a scheduled transaction is deleted, the objects aren't cleaned up properly
    • Fix bug 586901: Price editor creates price before all information is available
    • Bug #582048: Fix missing GUI callbacks for online transfer.
    • Bug #580968: Register: Keep track of the account when an exchange rate is set
    • -
    • Fix bug 339726 – Cannot set fractional discount rates in Billing Terms
    • -
    • Fix bug 586296/586419/585785 – Fix win32 install script problems
    • +
    • Fix bug 339726 - Cannot set fractional discount rates in Billing Terms
    • +
    • Fix bug 586296/586419/585785 - Fix win32 install script problems
    • Fix bug 586425 - update version of gnutls for win32
    • Fix bug #586295 - when building win32 version, use those versions of executables, not installed ones
    • Fix bug #415127 - updating address doesn't mark object as dirty
    • Fix bug 585789/586121: Files not opened correctly
    • -
    • Bug 587913 – "Edit exchange rate" marks account cell as changed
    • +
    • Bug 587913 - "Edit exchange rate" marks account cell as changed
    • Add initial support for eguile template-based reports
    • Rework split queries to improve performance
    • When opening a file, "sqlite3" and "xml" dropdown list items are replaced by "file"
    • diff --git a/news/090723-2.3.3.news b/news/090723-2.3.3.news index 590c4e40..5d176a56 100644 --- a/news/090723-2.3.3.news +++ b/news/090723-2.3.3.news @@ -36,9 +36,9 @@ Then post any bugs you find to bugzilla

    • Patch by John Ralls. Provides (and installs when appropriate) a special gnucash-setup-env for OSX.
    • Patch by John Ralls. Permits binreloc to work from inside a MacOSX application bundle
    • Patch by John Ralls. Integrates the gnucash menus into the MacOSX menubar.
    • -
    • Fix bug 588212 – PgSql: Pop-up dialog for overwriting db contents even for new database
    • -
    • Fix bug 587436 – Make Bayesian Matching ON by default
    • -
    • Fix bug 363339 – Exclude hidden accounts from reports. New check box added
    • +
    • Fix bug 588212 - PgSql: Pop-up dialog for overwriting db contents even for new database
    • +
    • Fix bug 587436 - Make Bayesian Matching ON by default
    • +
    • Fix bug 363339 - Exclude hidden accounts from reports. New check box added
    • Fix up some more reports to use cell tags which allow CSS style font usage
    • Add Korean translation of account charts by Jin-Hwan Jeong.
    • Fix bug 585899 - environment variable GNC_DEFAULT_DATABASE can be used to set the default database name in the Save As dialog
    • diff --git a/news/090829-2.3.5.news b/news/090829-2.3.5.news index 5f495c20..035b596e 100644 --- a/news/090829-2.3.5.news +++ b/news/090829-2.3.5.news @@ -29,7 +29,7 @@ Then post any bugs you find to bugzilla

    • Partly revert r18246: disable writing of "hidden" and "placeholder" so that XML files written by 2.3.5 can be read by 2.2.9
    • Avoid CRIT messages when loading root account which has NULL commodity
    • Fix compilation problem - add GPOINTER_TO_UINT() cast
    • -
    • Fix bug 592357: Cannot specify port for database connection. You can now add a port number using ":" (e.g. ":100") to the end of the host specification in the Open and Save As dialog for databases.
    • +
    • Fix bug 592357: Cannot specify port for database connection. You can now add a port number using ":<port>" (e.g. ":100") to the end of the host specification in the Open and Save As dialog for databases.
    • Fix bug 592021: Budget Report: Options to show actual, budgeted and diff don't work
    • Fix minor i18n issues. 1) Don't translate gtk stock button labels. 2) Don't split sentences when translating. 3) Exclude formatting from translatable messages when possible
    • Updated German translation
    • diff --git a/news/091208-2.3.8.news b/news/091208-2.3.8.news index 8054ea05..c2df76a9 100644 --- a/news/091208-2.3.8.news +++ b/news/091208-2.3.8.news @@ -35,19 +35,19 @@ Then post any bugs you find to bugzilla

    • Set debug level for gnc.backend.dbi automatically to DEBUG.
    • Fix memory leak: Let the pixbuf renderer for goffice plots be unreferenced
    • Add libguile CFLAGS and LIBADD to libqof build
    • -
    • Fix too-new gtk_dialog_get_content_area function of r18413: Patch by J. …
    • +
    • Fix too-new gtk_dialog_get_content_area function of r18413: Patch by J. ...
    • Transaction post date also needs to allow NULL values.
    • Temporary workaround for crash at startup after r18429.
    • -
    • Decrease verbosity of aqbanking plugin: Debug output only if preference …
    • +
    • Decrease verbosity of aqbanking plugin: Debug output only if preference ...
    • In the "Save As" dialog, set XML as default, not sqlite3.
    • -
    • Fix compile error on current ubuntu by clashing symbol declarations in …
    • -
    • When creating an account selector and a commodity list if provider, just …
    • -
    • Remove forgotten printf in r18402 which shouldn't have been committed to …
    • -
    • Fix amount sign of imported bank transfers (e.g. from DTAUS …
    • -
    • Fix GCC pointer strictness compiler errors/warnings and remove duplicate …
    • -
    • Fix compile error related to uninitialized value. Patch by Matt Lavin …
    • -
    • Introduce disambiguation prefix for "Deposit" action to distinguish it …
    • -
    • Make one register function more const correct to avoid compiler warnings …
    • +
    • Fix compile error on current ubuntu by clashing symbol declarations in ...
    • +
    • When creating an account selector and a commodity list if provider, just ...
    • +
    • Remove forgotten printf in r18402 which shouldn't have been committed to ...
    • +
    • Fix amount sign of imported bank transfers (e.g. from DTAUS ...
    • +
    • Fix GCC pointer strictness compiler errors/warnings and remove duplicate ...
    • +
    • Fix compile error related to uninitialized value. Patch by Matt Lavin ...
    • +
    • Introduce disambiguation prefix for "Deposit" action to distinguish it ...
    • +
    • Make one register function more const correct to avoid compiler warnings ...
    • Fix typo: scm_catch_body_t -> scm_t_catch_body
    • gnc-module doesn't need to compile/link with guile
    • Add new option in register "Tab order includes Transfer field". Patch by Colin Law
    • @@ -56,44 +56,44 @@ Then post any bugs you find to bugzilla

    • Win32: Assert there is only one aqbanking plugin directory
    • Win32: Minor version update of aqbanking.
    • -
    • Bug #603186: Fix crash with txf.scm on win32 Patch by J. Alex …
    • -
    • Bug #537476: Fix currency trading account preference lookup Patch by Mike …
    • -
    • Fix the bug described in comment 19 of bug 537476, balance sheet wrong …
    • -
    • Bug #310567: Disable newly introduced "shift txn forward" feature again …
    • -
    • Fix bug 600486 - Unable to open sqllite file on Win7 64 bit Unposted …
    • -
    • Fix Bug 591573 - "File|Save As" with xml option and no file name …
    • -
    • Fix bug 602603 - State file cannot be saved with MySQL because of colon …
    • -
    • Bug #570895: Allow reporting for single budget periods in budget income …
    • -
    • Bug #602744: Fix broken tip_of_the_day list creation. Patch in r18417 …
    • -
    • Fix bug 591098 - when starting Gnucash, "Present" and all other collumns …
    • -
    • Bug #537476: Implement currency trading accounts optionally, to be enabled …
    • -
    • Bug #554394: Income Tax Enhancements Patch by J. Alex Aycinena. Patch …
    • -
    • Bug #600374: Add editable transaction field in the register for bank …
    • -
    • Bug #310567: Add menu item to shift transaction forward in sorting …
    • -
    • Bug #121695: Support account reparenting through drag and drop in the …
    • -
    • Fix bug 492865 - Add Last Reconcile Date as an Option in the Chart of …
    • -
    • Fix bug 593581 - 2.3.5: Save to MySQL still fails with date error After …
    • -
    • Bug #601861: Fix mis-captioning in button labels The keyboard shortcut …
    • +
    • Bug #603186: Fix crash with txf.scm on win32 Patch by J. Alex ...
    • +
    • Bug #537476: Fix currency trading account preference lookup Patch by Mike ...
    • +
    • Fix the bug described in comment 19 of bug 537476, balance sheet wrong ...
    • +
    • Bug #310567: Disable newly introduced "shift txn forward" feature again ...
    • +
    • Fix bug 600486 - Unable to open sqllite file on Win7 64 bit Unposted ...
    • +
    • Fix Bug 591573 - "File|Save As" with xml option and no file name ...
    • +
    • Fix bug 602603 - State file cannot be saved with MySQL because of colon ...
    • +
    • Bug #570895: Allow reporting for single budget periods in budget income ...
    • +
    • Bug #602744: Fix broken tip_of_the_day list creation. Patch in r18417 ...
    • +
    • Fix bug 591098 - when starting Gnucash, "Present" and all other collumns ...
    • +
    • Bug #537476: Implement currency trading accounts optionally, to be enabled ...
    • +
    • Bug #554394: Income Tax Enhancements Patch by J. Alex Aycinena. Patch ...
    • +
    • Bug #600374: Add editable transaction field in the register for bank ...
    • +
    • Bug #310567: Add menu item to shift transaction forward in sorting ...
    • +
    • Bug #121695: Support account reparenting through drag and drop in the ...
    • +
    • Fix bug 492865 - Add Last Reconcile Date as an Option in the Chart of ...
    • +
    • Fix bug 593581 - 2.3.5: Save to MySQL still fails with date error After ...
    • +
    • Bug #601861: Fix mis-captioning in button labels The keyboard shortcut ...
    • Bug #602070: Fix return value in void function Patch by Halton Huo.
    • Bug #602062: Fix hard-coded gcc program name Patch by Halton Huo.
    • -
    • Bug #540452: Remove inline from function declaration/definition because it …
    • -
    • Bug #602069: Fix build on Solaris for different gmp header …
    • -
    • Revert r18396, "Bug #593906: Fix crash at account report" This change …
    • -
    • Fix bug 598213 - Selecting "Account Report" causes gnucash to …
    • -
    • Bug 600947 - Gnucash-2.3.7 crashes when doing reports with …
    • -
    • Bug 599324 - Patch: Add double click behaviour to account list in payment …
    • -
    • Bug 599322 - Patch: Minor gui tweak for invoice window Fix widget …
    • -
    • Bug #599953: Let gnc:make-[complex|simple]-boolean-option store its value …
    • -
    • Bug #593906: Fix crash at account report Patch by Mike Alexander. This …
    • -
    • Bug #582985, #585022: Add missing currencies Armenian Dram (AMD) and …
    • -
    • Bug #593070: Budget Report: Omit accounts with no budget and zero …
    • +
    • Bug #540452: Remove inline from function declaration/definition because it ...
    • +
    • Bug #602069: Fix build on Solaris for different gmp header ...
    • +
    • Revert r18396, "Bug #593906: Fix crash at account report" This change ...
    • +
    • Fix bug 598213 - Selecting "Account Report" causes gnucash to ...
    • +
    • Bug 600947 - Gnucash-2.3.7 crashes when doing reports with ...
    • +
    • Bug 599324 - Patch: Add double click behaviour to account list in payment ...
    • +
    • Bug 599322 - Patch: Minor gui tweak for invoice window Fix widget ...
    • +
    • Bug #599953: Let gnc:make-[complex|simple]-boolean-option store its value ...
    • +
    • Bug #593906: Fix crash at account report Patch by Mike Alexander. This ...
    • +
    • Bug #582985, #585022: Add missing currencies Armenian Dram (AMD) and ...
    • +
    • Bug #593070: Budget Report: Omit accounts with no budget and zero ...
    • Fix 598491: Remove use of guile's deprecated GH interface
    • Bug #567090: Fix erroneous password length comparison.
    • Updated Dutch translation by Mark Haanen, copied from Translation Project.
    • -
    • Add Latvian translation by Valdis Vitolins
    • +
    • Add Latvian translation by Valdis Vitolins <valdis.Vitolins@odo.lv>
    • Update of Japanese translation by KUSANO Takayuki
    • -
    • Add polish account templates, contributed by Jacek Baszkiewicz …
    • +
    • Add polish account templates, contributed by Jacek Baszkiewicz ...
    • Update German translation.
    • From eec83927812dc6ff6dd8007e05f9e95b0bd886e5 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 18 Feb 2010 08:26:13 +0000 Subject: [PATCH 173/344] Fix validation errors for newsfeed git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18678 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/090819-2.3.4.news | 2 +- news/090929-2.3.6.news | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/news/090819-2.3.4.news b/news/090819-2.3.4.news index 17e95a29..6ab3b01a 100644 --- a/news/090819-2.3.4.news +++ b/news/090819-2.3.4.news @@ -29,7 +29,7 @@ Then post any bugs you find to bugzilla

    • Changes in database schema. The "helper" tables (slots, recurrences, taxtable_entries) which can have multiple entries per object now have a unique, auto-increment integer primary key. Dates and date/times stored in the database are now stored in DATE and TIMESTAMP columns (mysql and pgsql). The "hidden" and "placeholder" account flags are now stored in individual fields in the accounts table. A new budget_amounts table contains 1 record per budget per account per period and contains the budget amount for that account/period. The scheduled transaction end date is now being stored. The versions table now has the table name as the primary key, and NULL values are disallowed for all fields.

      Because of these changes, you will need to delete and recreate your database. If you want to save your data, save it to XML before upgrading to 2.3.4, upgrade, then load the XML file and save to a new database or over your existing database.
    • -
    • The standard report .scm files are now in /share/gnucash/guile-modules/gnucash/report/standard-reports. When gnucash is started, it will scan this directory and load each .scm file into the report menu system. This means that if you want to add a new report to gnucash, you only need to copy it into this directory.
    • +
    • The standard report .scm files are now in <install-location>/share/gnucash/guile-modules/gnucash/report/standard-reports. When gnucash is started, it will scan this directory and load each .scm file into the report menu system. This means that if you want to add a new report to gnucash, you only need to copy it into this directory.
    • Updated Japanese translation
    • Updated Dutch translation
    • Updated Danish translation
    • diff --git a/news/090929-2.3.6.news b/news/090929-2.3.6.news index 7b569565..627631d4 100644 --- a/news/090929-2.3.6.news +++ b/news/090929-2.3.6.news @@ -41,7 +41,7 @@ Then post any bugs you find to bugzilla

    • Add "file://" URL type to images in invoices.
    • Latest pot template merged into all .po translation files
    • Bug #589804: Additions to register transactions Action pulldown list. Patch by James Raehl.
    • -
    • Bug #572938: Fix OFX Mutual fund buys that are imported as sells. Patch by Matt Lavin, signed-off by Benoit Grégoire.
    • +
    • Bug #572938: Fix OFX Mutual fund buys that are imported as sells. Patch by Matt Lavin, signed-off by Benoit Grégoire.
    • Bug #585784: Fix wrong fractional precision in stock/mutual fund registers. Patch by Daniel Harding.
    • Source of src/libqof/qof run through astyle to be re-indented
    • Add GNC_DBD_DIR definition for libdbi on mac
    • From 906df804c9d786efb2ddbd2343804b58b687a08d Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 18 Feb 2010 09:02:57 +0000 Subject: [PATCH 174/344] Announce release 2.3.10 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18679 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- news/100217-2.3.10.news | 64 +++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 news/100217-2.3.10.news diff --git a/externals/global_params.php b/externals/global_params.php index 803cb6f1..fba3901e 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -7,7 +7,7 @@ $latest_stable_mac_ppc = $latest_stable.".4"; $latest_stable_mac_intel = $latest_stable.".4"; - $latest_unstable = "2.3.9"; + $latest_unstable = "2.3.10"; $latest_unstable_win = $latest_unstable; $latest_unstable_mac_ppc = "2.3.9"; $latest_unstable_mac_intel = "2.3.9"; diff --git a/news/100217-2.3.10.news b/news/100217-2.3.10.news new file mode 100644 index 00000000..822bd88d --- /dev/null +++ b/news/100217-2.3.10.news @@ -0,0 +1,64 @@ +Announcement: GnuCash 2.3.10 (Unstable) Release +2010-02-15 + +

      GnuCash 2.3.10 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.10, the tenth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      + +

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla

      +

      Major changes in the 2.3.x release include; +

        +
      • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
      • +
      • In addition to the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area. Note that there are serious bugs when using webkit on win32, so it is advised that win32 builds continue to use gtkhtml
      • +
      • Updated to AqBanking 3 on Win32.
      • +
      + +

      Changes between 2.3.9 and 2.3.10 include: +

        +
      • Revert r18654. + +Current GtkHtml implementation crashes the windows build whenever a report is opened.
      • +
      • Better fix for segfault at startup caused by bug 608329's patch and a renamed Accounts tab. + +Patch by Tom Van Braeckel
      • +
      • Fix crash at startup on renamed Accounts tab, bug#608329. + +Patch by Tom Van Braeckel.
      • +
      + +

      Caveats for Testers

      +

      Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

      +

      The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

      + +

      How can you help?

      +

      Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

      +

      Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

      +

      +

      We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

      + +

      Getting GnuCash

      +

      Source code for GnuCash 2.3.10 can be downloaded from multiple locations: +

        +
      • The GnuCash website
      • +
      • Sourceforge: bzip2, gzip, all files.
      • +
      • You can also checkout the sources directly from the subversion repository with this command:

        svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
      • +

      + +

      To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

      + +

      Win32 binary

      +

      The Gnucash 2.3.10 Win32 setup executable can be downloaded from Sourceforge as well. + +

      About the Program

      +

      GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

      From 039c24944ffb448d00bf4aac1c35d490257257dc Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 18 Feb 2010 09:05:43 +0000 Subject: [PATCH 175/344] Retry 2.3.10 release announcement git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18680 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/{100217-2.3.10.news => 100218-2.3.10.news} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename news/{100217-2.3.10.news => 100218-2.3.10.news} (99%) diff --git a/news/100217-2.3.10.news b/news/100218-2.3.10.news similarity index 99% rename from news/100217-2.3.10.news rename to news/100218-2.3.10.news index 822bd88d..01cbab61 100644 --- a/news/100217-2.3.10.news +++ b/news/100218-2.3.10.news @@ -1,5 +1,5 @@ Announcement: GnuCash 2.3.10 (Unstable) Release -2010-02-15 +2010-02-18

      GnuCash 2.3.10 (Unstable) released

      From 40d38c3fbb76829f0e4161edfc85a62b1b10c43d Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 18 Feb 2010 09:22:25 +0000 Subject: [PATCH 176/344] Fix double date atom warning git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18681 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100218-2.3.10.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/100218-2.3.10.news b/news/100218-2.3.10.news index 01cbab61..9009d7d0 100644 --- a/news/100218-2.3.10.news +++ b/news/100218-2.3.10.news @@ -1,5 +1,5 @@ Announcement: GnuCash 2.3.10 (Unstable) Release -2010-02-18 +2010-02-18T01:00:00-06:00

      GnuCash 2.3.10 (Unstable) released

      From 9bebe2e2d04aeb1ec56a003b8be8f6c764a97d9f Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 18 Feb 2010 09:29:23 +0000 Subject: [PATCH 177/344] Fix double date atom warning - second attempt git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18682 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100218-2.3.10.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/100218-2.3.10.news b/news/100218-2.3.10.news index 9009d7d0..ffccc347 100644 --- a/news/100218-2.3.10.news +++ b/news/100218-2.3.10.news @@ -1,5 +1,5 @@ Announcement: GnuCash 2.3.10 (Unstable) Release -2010-02-18T01:00:00-06:00 +2010-02-18 01:00:00

      GnuCash 2.3.10 (Unstable) released

      From d3d53bef44623464d3127f4b5c9e37b4eaeba59a Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 22 Feb 2010 18:38:32 +0000 Subject: [PATCH 178/344] Update dutch translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18708 57a11ea4-9604-0410-9ed3-97b8803252fd --- nl/LC_MESSAGES/gnucash-htdocs.mo | Bin 54681 -> 54681 bytes po/nl.po | 23 ++++++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/nl/LC_MESSAGES/gnucash-htdocs.mo b/nl/LC_MESSAGES/gnucash-htdocs.mo index 5ac1a8a448a3885efef8436107e0b25e15d42210..ac2fb139b9261ec8e6469b3456ff9c0c77bbf14e 100644 GIT binary patch delta 29 kcmbQantA4G<_%Sae1-nq~I|>C;0Fn<00{{R3 delta 18 acmbQantA4G<_%SalNS|=Z0;-MP5}T=4G0AQ diff --git a/po/nl.po b/po/nl.po index f92ac6b4..90358c98 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-12-06 11:48+0100\n" +"POT-Creation-Date: 2010-02-22 19:32+0100\n" "PO-Revision-Date: 2009-12-06 11:48+0100\n" "Last-Translator: Geert Janssens \n" "Language-Team: Nederlands \n" @@ -418,8 +418,10 @@ msgstr "" "src/import-export map." #: sizing.phtml:366 -msgid "Code to generate reports and graphs: contents of the src/reports directory." -msgstr "Code om rapporten en grafieken te genereren: inhoud van de src/reports map." +msgid "" +"Code to generate reports and graphs: contents of the src/reports directory." +msgstr "" +"Code om rapporten en grafieken te genereren: inhoud van de src/reports map." #: sizing.phtml:371 msgid "" @@ -433,7 +435,8 @@ msgstr "" "export, en in individuele modueles; hierdoor blijft enkel diverse code over." #: sizing.phtml:376 -msgid "Code to add small-business features: contents of the src/business directory." +msgid "" +"Code to add small-business features: contents of the src/business directory." msgstr "" "Code om kleine-ondernemingen functies toe te voegen: inhoud van de src/" "business map;" @@ -879,7 +882,8 @@ msgstr "Oude berichten" msgid "" "This is an archive of announcements that once appeared on the GnuCash home " "page." -msgstr "Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." +msgstr "" +"Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." #: features.phtml:22 msgid "Checkbook-Style Register" @@ -1133,7 +1137,8 @@ msgid "Mortgage & Loan Repayment Druid" msgstr "Assistent hypotheek & leningen" #: features.phtml:110 -msgid "A guided dialogue for setting up loan payments as scheduled transactions." +msgid "" +"A guided dialogue for setting up loan payments as scheduled transactions." msgstr "" "Een begeleidend dialoogvenster om hypotheek-/leningsaflossingen te " "configureren als geplande transacties." @@ -1156,7 +1161,7 @@ msgstr "" msgid "Language" msgstr "Taal" -#: externals/header.phtml:38 +#: externals/header.phtml:39 msgid "Continent" msgstr "Continent" @@ -1640,7 +1645,8 @@ msgstr "Zoektips" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." +msgstr "" +"Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" @@ -1741,4 +1747,3 @@ msgid "" msgstr "" "Dit is een probleem in Namazu. Op zinnen zoeken is niet\n" "100% accuraat, dus geeft het soms verkeerde resultaten." - From 0ef661fba4a08c1f05e934da9a19571f3faf7f25 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 23 Feb 2010 16:33:04 +0000 Subject: [PATCH 179/344] Update Japanese website translation. Patch by Yasuaki Taniguchi. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18709 57a11ea4-9604-0410-9ed3-97b8803252fd --- ja/LC_MESSAGES/gnucash-htdocs.mo | Bin 7116 -> 17808 bytes po/ja.po | 100 +++++++++++++++---------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/ja/LC_MESSAGES/gnucash-htdocs.mo b/ja/LC_MESSAGES/gnucash-htdocs.mo index d056fa0cdaea50ae2be5877948716674502a5037..cd4e30d75faaa5b1c7dada187e8a55ad44bd59c4 100644 GIT binary patch literal 17808 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 NzehH9Chlsb{yS%>INSgL delta 1844 zcmZY9e@xV69KiACfRvvSKLkBg?m&=Vhx`cSr;>m{g$rA4YO4Uh1$Erfan#UFpj*MF zPTVtCb`AZI95tax4dgA7Ba}KQMsXnxKcLi0ID+x`J0|1b7>Duel-h)wumnq` zZc(ZeH&Q>gUa15;gE4pxrJoNlU8y1UF@dZ(}dY1ozTOEbd3CA2jO*Ml-(ZqaZUKM49Pn%)=>^iQGU5#&^h1{m4Z+ zTtT^i$E-)wm`^WEzj+gNa@7+VjRO37(E1xpGfD)lg$;3Z{!aNQ9)FKyI z;jd`J^(pktA~Qc#L@pppvXdVQmz3IRDv^`z zm95P*+k|)-Usf%lmvD1n!{0vt9pNNfBhmOT*(gZ(B=OONKi6%zo6P@|;#`HdMGkQ> zSyBnPK3rOhsC>Gd%kY;}$|tM%Ck-dv89SBI>2|;Dc+xxQG;9Zq7km1>hR5%ZYqQv2 zHJt7~!((f8z2Nrrc6fW-F4g4j8t64#-f&GXCUhq@4|sU0!)0sh@p#-G{dnS|I?|D* ztCPNVw76fhdEK^d!`Y`=4>a2H8oN8Z`Re`-TV4I$4yV)b^lNLnO+S)el|10|_Vh8E z#sQDVaCP+<{rcwSoqD&mS)Z~#qsKG$>(z{Qe`sr(#eX`}u;{1kiMrOlL1)>!_3^CN zV@e%m6}FP{no@sEc7#RO=gjN4+%5iu9ZQy!mB|y!Z+{x}z46QW4^?n-G\n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" @@ -44,7 +44,7 @@ msgstr "ソース" #: index.phtml:19 msgid "Via distribution" -msgstr "" +msgstr "ディストリビューションã§ã®å…¥æ‰‹" #: index.phtml:22 msgid "More downloads (Source, Development,...)" @@ -67,7 +67,7 @@ msgstr "ç°¡å˜ã«ä½¿ãˆã‚‹ã‚ˆã†ã«è¨­è¨ˆã•ã‚Œã¦ã„ã¾ã™ãŒã€å¼·åŠ›ã§é«˜ã„ #: index.phtml:31 msgid "Feature Highlights" -msgstr "主ãªæ©Ÿèƒ½" +msgstr "主è¦æ©Ÿèƒ½" #: index.phtml:34 msgid "QIF/OFX/HBCI Import, Transaction Matching" @@ -146,7 +146,7 @@ msgid "" "not always the most recent version and it may not have been installed by " "default. Still it is recommended to use the GnuCash version that comes with " "your distribution." -msgstr "" +msgstr "ã»ã¨ã‚“ã©ã® Linux ディストリビューションã«ã¯ GnuCash ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚最新版ã§ã¯ç„¡ã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ã—ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。ã§ã™ãŒã€ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§æä¾›ã•ã‚Œã¦ã„ã‚‹ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’利用ã™ã‚‹ã“ã¨ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚" #: download.phtml:30 msgid "" @@ -217,7 +217,7 @@ msgstr "最新㮠GnuCash 開発版㯠%s ã§ã™ã€‚オペレーティングシ #: download.phtml:53 msgid "Other" -msgstr "" +msgstr "ãã®ä»–" #: download.phtml:56 #, php-format @@ -475,7 +475,7 @@ msgid "" "interface to entering financial transactions. The register supports common " "checking and credit-card transactions, as well as income, stock and currency " "transactions." -msgstr "" +msgstr "財務å–引を入力ã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã¯ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ã§ã€ä¾¿åˆ©ã‹ã¤è¦ªã—ã¿ã‚„ã™ã„ã€å°åˆ‡æ‰‹å¸³ã‚¹ã‚¿ã‚¤ãƒ«ã®è¨˜éŒ²ç°¿ã«ãªã£ã¦ã„ã¾ã™ã€‚記録簿ã¯é€šå¸¸ã®å°åˆ‡æ‰‹ã‚„クレジットカードå–引ã«åŠ ãˆã¦åŽç›Šã€æ ªå¼ã€é€šè²¨å–引をサãƒãƒ¼ãƒˆã—ã¾ã™ã€‚" #: features.phtml:30 msgid "Double Entry" @@ -486,18 +486,18 @@ msgid "" "Every transaction must debit one account and credit others by an equal " "amount. This ensures that the \"books balance\": that the difference between " "income and outflow exactly equals the sum of all assets and equity." -msgstr "" +msgstr "ã™ã¹ã¦ã®å–引ã¯ã‚る勘定科目ã®å€Ÿæ–¹ã¨ãªã‚Šã€ä»–ã®å‹˜å®šç§‘ç›®ã§ç­‰é‡ã®è²¸æ–¹ã¨ãªã‚Šã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã£ã¦ã€Œå¸³ç°¿ã®é‡£ã‚Šåˆã„ã€ãŒç¢ºå®Ÿã«ä¿ãŸã‚Œã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚ŠåŽç›Šã¨è²»ç”¨ã®å·®ãŒåŽ³å¯†ã«ç´”資産ã®åˆè¨ˆã¨ä¸€è‡´ã—ã¾ã™ã€‚" #: features.phtml:39 msgid "" "GnuCash has an integrated reporting and graphing module, and comes complete " "with a full suite of standard and customizeable reports, such as Balance " "Sheet, Profit & Loss, Portfolio Valuation, and many others." -msgstr "" +msgstr "GnuCash ã«ã¯çµ±åˆã•ã‚ŒãŸå¸³ç¥¨ãƒ»ã‚°ãƒ©ãƒ•ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ãŒã‚ã‚Šã€è²¸å€Ÿå¯¾ç…§è¡¨ã€æ益計算書ã€ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªè©•ä¾¡ãªã©ã®æ¨™æº–ãŠã‚ˆã³ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ãªå¸³ç¥¨ã®ä¸€å¼ã‚’作æˆã™ã‚‹ã“ã¨ãŒå‡ºæ¥ã¾ã™ã€‚" #: features.phtml:43 msgid "Income/Expense Account Types" -msgstr "" +msgstr "åŽç›Š/費用勘定科目タイプ" #: features.phtml:44 msgid "" @@ -505,7 +505,7 @@ msgid "" "flow. When used properly with the double-entry feature and equity accounts, " "these enable you to generate reports, such as Profit & Loss, that plain-" "vanilla systems cannot handle." -msgstr "" +msgstr "åŽç›Š/費用勘定科目タイプ (カテゴリ) ã«ã‚ˆã£ã¦ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãƒ•ãƒ­ãƒ¼ã‚’分類ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚複å¼è¨˜å¸³æ³•ã¨ç´”資産勘定科目をé©åˆ‡ã«ä½¿ç”¨ã™ã‚‹ã“ã¨ã§ã€ã”ã普通ã®ã‚·ã‚¹ãƒ†ãƒ ã§ã¯å–り扱ã†ã“ã¨ãŒã§ããªã„よã†ãªæ益計算書ãªã©ã®å¸³ç¥¨ã‚’作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:48 msgid "Multiple Currencies" @@ -515,7 +515,7 @@ msgstr "複数通貨" msgid "" "Different accounts can be denominated in different currencies. Currency " "movements between accounts are fully balanced when double-entry is enabled." -msgstr "" +msgstr "ç•°ãªã‚‹å‹˜å®šç§‘ç›®ã«å¯¾ã—ã¦ã¯ç•°ãªã‚‹é€šè²¨å˜ä½ã§è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚勘定科目間ã§ã®é€šè²¨ã®ç§»å‹•ã¯è¤‡å¼è¨˜å¸³æ³•ã‚’利用ã™ã‚‹ã“ã¨ã§é‡£ã‚Šåˆã„ãŒå®Œå…¨ã«ä¿ãŸã‚Œã¾ã™ã€‚" #: features.phtml:53 msgid "Stock/Mutual Fund Portfolios" @@ -525,17 +525,17 @@ msgstr "æ ªå¼ / 投資信託ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª" msgid "" "Track stocks individually (one per account) or in portfolio of accounts (a " "group of accounts that can be displayed together)." -msgstr "" +msgstr "æ ªå¼ã‚’個別 (勘定科目å˜ä½) ã¾ãŸã¯å‹˜å®šç§‘ç›®ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª (一緒ã«è¡¨ç¤ºå¯èƒ½ãªå‹˜å®šç§‘目グループ) ã¨ã—ã¦è¿½è·¡ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:57 msgid "Small Business Accounting Features" -msgstr "" +msgstr "å°è¦æ¨¡ãƒ“ジãƒã‚¹å‘ã‘会計機能" #: features.phtml:59 msgid "" "Simplify managing a small business with Customer and Vendor tracking, " "Invoicing and Bill Payment, and Tax and Billing Terms." -msgstr "" +msgstr "å¾—æ„å…ˆã¨ä»•å…¥å…ˆã®è¿½è·¡ã€å¾—æ„先請求書ã¨ä»•å…¥å…ˆè«‹æ±‚書ã®æ”¯æ‰•ã€ç¨Žé‡‘ã¨æ”¯æ‰•æ¡ä»¶ã®ç®¡ç†ãªã©å°è¦æ¨¡ãƒ“ジãƒã‚¹ã®ç®¡ç†ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚" #: features.phtml:62 msgid "QIF Import" @@ -545,7 +545,7 @@ msgstr "QIFã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" msgid "" "Intuit® Quicken® QIF files can be imported, " "and are automatically merged to eliminate duplicate transactions." -msgstr "" +msgstr "Intuit® Quicken® QIF ファイルをインãƒãƒ¼ãƒˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ä½µåˆæ™‚ã«ã¯è‡ªå‹•çš„ã«é‡è¤‡ã—ãŸå–引ãŒå‰Šé™¤ã•ã‚Œã¾ã™ã€‚" #: features.phtml:66 msgid "OFX Import" @@ -555,43 +555,43 @@ msgstr "OFXã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" msgid "" "GnuCash is the first free software application to support the Open Financial " "Exchange protocol that many banks and financial services are starting to use." -msgstr "" +msgstr "GnuCash 㯠Open Financial Exchange プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²ä¸Šåˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚ã“ã®ãƒ—ロトコルã¯å¤šãã®éŠ€è¡Œã‚„財務サービスã§åˆ©ç”¨ã•ã‚Œå§‹ã‚ã¦ã„ã¾ã™ã€‚" #: features.phtml:70 msgid "HBCI Support" -msgstr "" +msgstr "HBCI サãƒãƒ¼ãƒˆ" #: features.phtml:71 msgid "" "GnuCash is the first free software application to support the German Home " "Banking Computer Information protocol, allowing German users to perform " "statement download and initiate bank transfers and direct debits." -msgstr "" +msgstr "GnuCash㯠German Home Banking Computer Information プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²ä¸Šåˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚ドイツã®åˆ©ç”¨è€…ã¯æ˜Žç´°æ›¸ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã€å£åº§æŒ¯æ›¿ã€ç›´æŽ¥å…¥é‡‘ã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:74 msgid "Improved Import Transaction Matching" -msgstr "" +msgstr "インãƒãƒ¼ãƒˆã—ãŸå–引ã«å¯¾ã™ã‚‹ä¸€è‡´å‡¦ç†ã®å¼·åŒ–" #: features.phtml:75 msgid "" "The development of OFX and HBCI support has also resulted in an improved " "transaction matching system that more accurately recognizes duplicate " "transactions during file import." -msgstr "" +msgstr "OFX 㨠HBCI サãƒãƒ¼ãƒˆã‚’開発ã—ãŸçµæžœã¨ã—ã¦å–引一致処ç†ãŒå¼·åŒ–ã•ã‚Œã€ãƒ•ã‚¡ã‚¤ãƒ«ã‚¤ãƒ³ãƒãƒ¼ãƒˆæ™‚ã«ã‚ˆã‚Šæ­£ç¢ºã«é‡è¤‡ã—ãŸå–引を検出ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã—ãŸã€‚" #: features.phtml:78 msgid "Statement Reconciliation" -msgstr "" +msgstr "明細書ã®ç…§åˆ" #: features.phtml:79 msgid "" "A reconcile window with running reconciled and cleared balances makes " "balancing against bank statements easy." -msgstr "" +msgstr "ç…§åˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«ã‚ˆã‚ŠéŠ€è¡Œã®æ˜Žç´°æ›¸ã«å¯¾ã™ã‚‹ç…§åˆãƒ»æ¸…算処ç†ãŒå®¹æ˜“ã«ãªã‚Šã¾ã™ã€‚" #: features.phtml:82 msgid "Localization" -msgstr "" +msgstr "地域化対応" #: features.phtml:83 msgid "" @@ -600,21 +600,21 @@ msgid "" "French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " "Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " "Documentation is available in English, French, Portuguese and Spanish." -msgstr "" +msgstr "国際化ã•ã‚ŒãŸæ—¥ä»˜æ›¸å¼ã¨é€šè²¨ã‚’å–り扱ã†ã“ã¨ãŒã§ãã¾ã™ã€‚GnuCash ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãŠã‚ˆã³ãƒãƒƒãƒ—アップã¯21言語ã«ç¿»è¨³ã•ã‚Œã¦ã„ã¾ã™ã€‚中国語ã€ãƒ‡ãƒ³ãƒžãƒ¼ã‚¯èªžã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒ‰ã‚¤ãƒ„語ã€ãƒãƒ³ã‚¬ãƒªãƒ¼èªžã€ã‚¤ã‚¿ãƒªã‚¢èªžã€æ—¥æœ¬èªžã€ãƒŽãƒ«ã‚¦ã‚§ãƒ¼èªžã€ãƒãƒ¼ãƒ©ãƒ³ãƒ‰èªžã€ãƒãƒ«ãƒˆã‚¬ãƒ«èªžã€ãƒ­ã‚·ã‚¢èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã€ã‚¹ã‚¦ã‚§ãƒ¼ãƒ‡ãƒ³èªžã€ãƒˆãƒ«ã‚³èªžã€ã‚¦ã‚¯ãƒ©ã‚¤ãƒŠèªžã€ãŠã‚ˆã³è‹±å›½è‹±èªžã§ã™ã€‚英語ã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒãƒ«ãƒˆã‚¬ãƒ«èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã®æ–‡æ›¸ã‚‚存在ã—ã¾ã™ã€‚" #: features.phtml:86 msgid "Transaction Finder" -msgstr "" +msgstr "å–引検索" #: features.phtml:89 msgid "" "A powerful transaction query dialogue can help you quickly locate a needle " "in a haystack." -msgstr "" +msgstr "強力ãªå–引検索ダイアログã§ç´ æ—©ãå–引を検索ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:92 msgid "General Ledger" -msgstr "" +msgstr "ç·å‹˜å®šå…ƒå¸³" #: features.phtml:93 msgid "" @@ -622,27 +622,27 @@ msgid "" "This can ease the trouble of tracking down typing/entry errors. It also " "provides a convenient way of viewing a portfolio of many stocks, by showing " "all transactions in that portfolio." -msgstr "" +msgstr "複数ã®å‹˜å®šç§‘目をåŒæ™‚ã«ä¸€ã¤ã®è¨˜éŒ²ç°¿ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚Šã‚¿ã‚¤ãƒ”ング/入力エラーを見ã¤ã‘出ã™ã“ã¨ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚ã¾ãŸè¤‡æ•°æ ªå¼ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã‚’å‚ç…§ã™ã‚‹ã“ã¨ãŒã€ã™ã¹ã¦ã®å–引をãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã«å«ã‚ã‚‹ã“ã¨ãŒã§ãã‚‹ãŸã‚便利ã«ãªã‚Šã¾ã™ã€‚" #: features.phtml:96 msgid "Online Stock & Mutual Fund Quotes" -msgstr "" +msgstr "オンライン株å¼ãƒ»æŠ•è³‡ä¿¡è¨—相場表å–å¾—" #: features.phtml:97 msgid "" "Get Stock & Mutual Fund quotes from various web sites, update portfolio " "automatically. Additional pricing sources are added regularly." -msgstr "" +msgstr "æ ªå¼ãƒ»æŠ•è³‡ä¿¡è¨—ã®ç›¸å ´è¡¨ã‚’様々ãªã‚¦ã‚§ãƒ–サイトã‹ã‚‰å–å¾—ã—ã¦ã€è‡ªå‹•çš„ã«ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã‚’アップデートã—ã¾ã™ã€‚相場情報æºã¯å®šæœŸçš„ã«è¿½åŠ ã•ã‚Œã¾ã™ã€‚" #: features.phtml:100 msgid "Check Printing" -msgstr "" +msgstr "å°åˆ‡æ‰‹ã®å°åˆ·" #: features.phtml:101 msgid "" "Checks may be printed in standard formats on common check stocks. A " "customization GUI allows custom check layouts to be developed." -msgstr "" +msgstr "一般的ãªå°åˆ‡æ‰‹ãƒ†ãƒ³ãƒ—レートã«ã‚ˆã‚Šå°åˆ‡æ‰‹ã‚’標準形å¼ã§å°åˆ·ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚GUIを利用ã—ã¦å°åˆ‡æ‰‹ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã‚’カスタマイズã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" #: features.phtml:106 msgid "" @@ -650,20 +650,20 @@ msgid "" "when a transaction is due, the ability to postpone a scheduled transaction " "without canceling it, and the ability to specify only a limited number of " "transactions." -msgstr "" +msgstr "å–引期日ã«è‡ªå‹•çš„ã«é€šçŸ¥ã™ã‚‹æ©Ÿèƒ½ã€äºˆå®šå–引を中止ã›ãšã«å»¶æœŸã™ã‚‹æ©Ÿèƒ½ã‚„å–引回数を指定ã™ã‚‹æ©Ÿèƒ½ãªã©ãŒå«ã¾ã‚Œã‚‹ç¹°ã‚Šè¿”ã—å–引を作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:109 msgid "Mortgage & Loan Repayment Druid" -msgstr "" +msgstr "æ‹…ä¿ä»˜ãローン・ローン支払ã„ウィザード" #: features.phtml:110 msgid "" "A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "" +msgstr "ウィザードを利用ã—ã¦ãƒ­ãƒ¼ãƒ³æ”¯æ‰•ã„ã®äºˆå®šå–引を作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:115 msgid "New User Manual and Help" -msgstr "" +msgstr "æ–°ã—ã„ユーザーマニュアルã¨ãƒ˜ãƒ«ãƒ—" #: features.phtml:116 msgid "" @@ -674,7 +674,7 @@ msgstr "" #: docs.phtml:11 msgid "GnuCash Documentation Project" -msgstr "" +msgstr "GnuCash 文書プロジェクト" #: docs.phtml:13 msgid "" @@ -708,19 +708,19 @@ msgstr "" #: docs.phtml:25 docs.phtml:47 docs.phtml:78 msgid "Concepts Guide" -msgstr "" +msgstr "コンセプトガイド" #: docs.phtml:26 docs.phtml:39 docs.phtml:73 msgid "Help Manual" -msgstr "" +msgstr "ヘルプマニュアル" #: docs.phtml:27 msgid "Doxygen Developer Documentation" -msgstr "" +msgstr "Doxygen 開発文書" #: docs.phtml:32 msgid "GnuCash v2.0 (current stable release)" -msgstr "" +msgstr "GnuCash v2.0 (ç¾åœ¨ã®å®‰å®šç‰ˆ)" #: docs.phtml:34 msgid "" @@ -740,11 +740,11 @@ msgstr "" #: docs.phtml:41 docs.phtml:43 docs.phtml:49 docs.phtml:50 docs.phtml:74 #: docs.phtml:76 docs.phtml:79 docs.phtml:80 docs.phtml:84 msgid "English" -msgstr "" +msgstr "英語" #: docs.phtml:42 docs.phtml:75 docs.phtml:85 msgid "Deutsch" -msgstr "" +msgstr "ドイツ語" #: docs.phtml:55 msgid "" @@ -794,7 +794,7 @@ msgstr "" #: docs.phtml:69 msgid "Older GnuCash Documentation" -msgstr "" +msgstr "éŽåŽ»ã® GnuCash 文書" #: docs.phtml:70 msgid "" @@ -813,7 +813,7 @@ msgstr "" #: docs.phtml:90 msgid "Documentation Development" -msgstr "" +msgstr "文書作æˆ" #: docs.phtml:92 msgid "Interesting Links" @@ -842,7 +842,7 @@ msgstr "" #: docs.phtml:108 msgid "Reviewers" -msgstr "" +msgstr "査読者" #: docs.phtml:109 msgid "" @@ -863,7 +863,7 @@ msgstr "" #: docs.phtml:112 msgid "Writers" -msgstr "" +msgstr "著者" #: docs.phtml:113 msgid "" @@ -915,7 +915,7 @@ msgstr "スクリーンショットã€æ©Ÿèƒ½" #: externals/menu.phtml:17 msgid "How to help" -msgstr "貢献ã®æ–¹æ³•" +msgstr "貢献方法" #: externals/menu.phtml:23 externals/menu.phtml:25 msgid "Documentation" @@ -959,7 +959,7 @@ msgstr "開発情報" #: externals/menu.phtml:53 msgid "Source Docs" -msgstr "ソースコードã®æ–‡æ›¸" +msgstr "ソースコード関連文書" #: externals/menu.phtml:54 msgid "Browse Source Code" @@ -975,7 +975,7 @@ msgstr "言語ã®ç¿»è¨³" #: externals/menu.phtml:57 msgid "Sizing" -msgstr "" +msgstr "開発è¦æ¨¡" #: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 msgid "Server & email outage reports to: " From dbd50e51142211a3c4eaff5bc1a69df29c3bb66b Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Fri, 19 Mar 2010 11:48:52 +0000 Subject: [PATCH 180/344] Add news item for 2.3.11 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18930 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100319-2.3.11.news | 785 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 785 insertions(+) create mode 100644 news/100319-2.3.11.news diff --git a/news/100319-2.3.11.news b/news/100319-2.3.11.news new file mode 100644 index 00000000..8c87e29f --- /dev/null +++ b/news/100319-2.3.11.news @@ -0,0 +1,785 @@ +Announcement: GnuCash 2.3.13 (Unstable) Release +2010-03-19 + +

      GnuCash 2.3.11 (Unstable) released

      + +

      The GnuCash development team proudly announces GnuCash 2.3.11, the twelfth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

      + +
      +

      WARNING: This is an *UNSTABLE* version of Gnucash.

      +

      This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

      +

      Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

      +
      + +
      +

      NOTE: The latest stable version is 2.2.9.

      +
      + +

      PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla

      +

      Major changes in the 2.3.x release include; +

        +
      • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
      • +
      • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
      • +
      • Updated to AqBanking 3 on Win32.
      • +
      + +

      Changes between 2.3.10 and 2.3.11 include: + +

        +
      • Bugs fixed
      • +
          +
        • Partial fix for #611014 - CSV import crashes + +Bug #611014 mentions a problem where after setting the columns, clicking OK and selecting a target account, the Date column is lost. This is because of a difference in behaviour on windows and linux. The code attaches to the "edited" signal of the renderer. On linux, this signal is emitted when a new combo box item is selected. On windows, the combo box needs to be selected and focus lost before the signal is emitted. This is changed to the "changed" signal of the renderer which acts as expected on both platforms. +
        • +
        • Bug #140400 - Crash when deleting an account that is still in use by the business features + +Add a dialog which contains a list of objects referring to the account and an explanation that these need to be deleted or have the account reference modified. + +Note: I'm no UI designer. This is functional, but if anybody wants to pretty it up, go ahead. +
        • +
        • Bug #536108 - After cancelling "save as", user is not prompted 2nd time
        • +
        • Bug #507351 Terms not defined prior to use + +This commit changes the text in the accounts druid to explain what a placeholder account is, together with some additional improvements in the wording of that page. + +Since this increases the amount of text, the width of the label has been modified as well.
        • +
        • Fix Bug 590570 - When deleting more than one report in sequence the program crashes + +Delete the custom report backup file before renaming the current custom report file. +
        • +
        • Fix Bug 611346 - Crash in Saved Reports dialog if you select Delete button with no report selected + +Test for no report selected before trying to use the selected report guid. +
        • +
        • Bug #364358 - Import dialog unreadable with dark colored gtk theme (with solution)
        • +
        • Bug #525821 new or edited account names should be checked for reserved chars like ":"
        • +
        • Bug #610675 Register Tabs Do Not Display Since Nightly Build r18685 +Apply Bob's patch after fixing the whitespace. This patch may cause issues on Windows +(a previous version of the patch did). If the next Windows nightly build exhibits +the missing register tab names again, it will have to be reverted again +and improved upon.
        • +
        • Bug #611645 gnc-svnversion returns "too long" a string for git users, patch by Jeff Kletsky
        • +
        • Bug#325436 creating income account for invoice doesn't restrict account type
        • +
        • Fix Bug 611810 - GC crashes when I click on File -> Properties + +SCM files still refered to gnc-book-get-slots which had been removed. gnc-book-get-slots was replaced everywhere by qof-book-get-slots. +
        • +
        • Fix bug 611885 - Crash when opening postgresql file + +Previous work setting Timespec values via gobject properties missed the case where the timespec loaded from the database was NULL. +
        • +
        • Bug #611140: Fix crash on Open Subaccounts (hopefully).
        • +
        • Bug #610321 - Compile errors with gtk-2.10.4: GTK_BUTTONBOX_CENTER undeclared + +This commit applies a reworked version of the patch to remove the use of GHashTableIter +by Cristian Klein. Cristian's patch didn't apply cleanly to the current trunk. +I have made the necessary changes to make it apply (and hopefully do what +Cristian intended).
        • +
        • Bug #611470 Add Japanese concepts guide into GnuCash installer, patch by Yasuaki Taniguchi
        • +
        • Bug 605802: Can't input Japanese characters at an account register window on windows with SCIM, IIIMF and XIM + +Latest patch by Yasuaki Taniguchi to fix two problems 1) Can't use account separator char when entering account name in a split, and 2) Can't use <SHIFT>+ and <SHIFT>- to go forward/backward a week. +
        • +
        • Fix bug 591177: Printer font is too small to read with webkit as html renderer. + +From comment 23: +"The PDF in comment 2 is about 8 times smaller than it should be. One possible cause of this bug is if gtk_print_operation_set_unit (op, GTK_UNIT_POINTS) is not called. gtkprint defaults to GTK_UNIT_PIXEL - a useless unit to be using with printers. + +On Linux GTK_UNIT_PIXEL units are 1 unit = 1/72 inch (the same as GTK_UNIT_POINTS as well as PostScript and PDF units). On Windows GTK_UNIT_PIXEL units are the GDI device units which for printers is the dpi resolution. So for a 600dpi printer 1 unit is 1/600". + +If the application was developed on Linux and assumes the default gtkprint units are always 1/72" inch the output on Windows using a 600dpi printer will be 72/600 = 0.12 of the size (or approximately 1/8 of the size)." + +Solution was to use webkit_web_frame_print_full() which allows us to provide our own GtkPrintOperation object with units set to GTK_UNIT_POINTS. Tested on both Linux and Windows. +
        • +
        • Bug #610675: Revert the gnc-main-window parts of r18637 because it makes the tab names disappear under Windows. + +This disables the enhancement of bug#608329 again, but +the disappearing of the tab names is a rather major bug. + +Note that we either need to fix the enhancement again, +or revert the rest of r18637 as well so that the account +properties don't show the color chooser without any effects.
        • +
        • Bug #605802: Fix input of Japanese characters in register with SCIM, IIIMF and XIM + +Patch by Yasuaki Taniguchi. Revised and extended version of r18638. + +The main functions are as follows: +(1) synchronization of preedit string between the register window and +sheet->entry, +(2) application to pango attributes to preedit string in the register window, +(3) include scroll offset patch (id=153514), +(4) include preedit string rollback patch (id=153518), +(5) fix formula and account cells input problem which Christian pointed out, +(6) surpress quick-fill when preedit string exists, +(7) fix Windows IME problem. +(8) Fix quick-fill problem.
        • +
        • Redo of the dot-gnucash fix (so that GNC_DOT_DIR actually works) fixing bug 610707, adding Doxygen comments for all functions in gnc-filepath-utils, and adding testing for xaccResolveURI and more tests for xaccResolveFilePath.
        • +
        • Revert r18713 (reopen 605802 "Input of Japanese characters". + +This commit had 2 problems: +1) when entering an account name, the account separator would no longer accept at the current level of the account tree and move to the next level +2) <SHIFT>+ and <SHIFT>- in a date field would not change the field by 1 week. +
        • +
        • Bug #610348: Add compiling our own binary of libbonoboui because the ftp.gnome.org binary still depends on the obsolete libxml2.dll. + +However, we still download the erroneous binary and unpack it into $GNOME_DIR +because libgnomeui depends on libbonoboui which in turn depends on libgnome. +Hence, libbonoboui cannot be compiled before libgnome-dev is unpacked, but +libgnomeui won't report to be installed correctly before libbonoboui is +available as well. Theoretically, we would have to split the inst_gnome step +so that it first unpacks libgnome et al., then we run the inst_libbonoboui +step, then we run the second part of inst_gnome which would be something like +inst_gnomeui. I'm lazy, so I silently overwrite the libbonoboui DLL with +our hand-compiled version and that's it.
        • +
        • Bug #608032 - MySQL timeout and no attempt reconnect, second version + +This version builds on Phil's implementation of the dbi error callback +functions to test for a timeout and to do the reconnect. + +The same error handling is equally implemented for postgres and sqlite. +Unlike MySQL these two database types don't actually generate timeouts, but the +functionality can be used later on for other error types as well.
        • +
        • Bug #610051 - Crash when using GktHtml whenever a report is opened
        • +
        • Bug #610348 missing dependencies in windows build +Update gnome-vfs to 2.24.1 +Note that this means Windows 2000 is no longer supported.
        • +
        • Partial fix for bug #610321 Compile errors with gtk-2.10.4: GTK_BUTTONBOX_CENTER undeclared +GTK_BUTTONBOX_CENTER is replaced with GTK_BUTTONBOX_START
        • +
        • Fix bug #564380 additionally for easy invoice and fancy invoice. +Patch by Mike Evans.
        • +
        • Bug #610047 - Dutch accounts template doesn't work +Add missing closing brackets
        • +
        • Bug #609044: Improve UI strings for tax report options + +Patch by Frank H. Ellenberger: + +As we currently have a nice US income and a partial german VAT tax report, I +feel uncomfortable with the change of r18413, which renamed Edit->Tax options +to Income Tax options. So here is another approach, to clarify the tax report +and business tax menu points.
        • +
        • Bug #609043: Improve (mostly german) translation of txf + +Patch by Frank H. Ellenberger: + +This patch is a first extract of so an approach, which I have here, which will +probably lead to a german income tax declaration ESt-A1. But this extract is +more general and based on r18413 changes. + +Changes: +1. Header Comments: adding Contributors +2. Most strings in de_DE translated to german.
        • +
        • Bug #608032: Handle MySQL connection timeouts with reconnect + +Patch by Tom van Braeckel: + +For the full discussion, see the mailing list: +https://lists.gnucash.org/pipermail/gnucash-devel/2010-February/027323.html + +Rationale: When we try to open a database transaction, and the database reports +that the "server has gone away", we try to reconnect before failing hard.
        • +
        • Bug #609005: Add recipient name on invoices + +Patch by Mike E: + +Having set up a client/customer including the name of a recipient when I print +an invoice the recipients name ("Account Dept" say) is not printed in the +invoice. I think this is a bug rather than a feature. I have attached a patch +to fix. + +It still prints the company name above the recipient name however. I could +submit an additional patch to provide an invoice option to toggle printing of +the company name if users/developers feel they want this option, as I do.
        • +
        • Bug #609603: Windows packing/win32/install.sh PATH fix + +Patch by Yasuaki Taniguchi: + +When I run /c/soft/gnucash/inst/bin/gnucash or gnucash.cmd after I finish +building win32 binary, DLL missing dialog boxes pop up. + +Missing DLLs are + - libgcrypto.dll, + - libPQ.dll, + - mysql.dll, and + - ssleay32.dll. + +This patch add search path to them to fix this problem.
        • +
        • Bug #564380 Payment on bills doubles bill + +Patch by Mike Evans
        • +
        + +
      • Updated translations or translation-related changes
      • +
          +
        • Updated Japanese translation, copied from the Translation Project.
        • +
        • Updated Persian (Farsi) translation by Mehdi Alidoost.
        • +
        • Add dutch translation to the Windows installer.
        • +
        • Updated Slovak translation, copied from the Translation Project.
        • +
        • Updated Dutch translation, copied from the Translation Project.
        • +
        • Update German translation.
        • +
        • Add implementation of Gregorian - Jalali converter code. + +Copied from http://www.farsiweb.ir/wiki/Iranian_calendar
        • +
        + +
      • Other user-visible changes
      • +
          +
        • Change file loading message to "Loading user data..." + +Reading file is technically only correct for files not for databases.
        • +
        • Display the SX variables in the "Since Last Run..." dialog in ASCII order +rather than ordering by hashvalue (i.e. no order at all) as was done previously. +Patch by Jesse Weinstein.
        • +
        • Add bzr support to gnc-svnversion. Patch by Jesse Weinstein
        • +
        • Fix crash on opening the tax report, introduced by r18673. + +Patch by Alex Aycinena.
        • +
        • Revert r18881/18884/18885 (bug #610675 - Register Tabs Do Not Display Since Nightly Build r18685)
        • +
        • Fix missing color in qif-import account copy, patch by Tom Van Braeckel
        • +
        • Replace Income Tax Options with Tax Report Options. Patch by J. Alex Aycinena.
        • + +
        • Patch my patch in r18884. Spotted by Herbert Thoma.
        • +
        • Regression fix: patch for colored tabs segfault in trunk, patch by Tom Van Braeckel
        • +
        + +
      • Other code/build changes
      • +
          + +
        • Remove test-load-module from tests +
        • +
        • Fix Makefile.am handling of gncla-dir.h so that it will be removed so that 'make distcheck' will pass +
        • +
        • Fix guint32 vs gint32 in gnc-uri-utils test.
        • +
        • Update POTFILES.in based on new source files +
        • +
        • Complete unit tests for gnc-uri-utils api and fix bug found by running the tests.
        • +
        • More doxygen.log-prompted typo fixes, patch by Jesse Weinstein
        • +
        • Fix typo in previous commit
        • +
        • Add first test for the gnc-uri-utils api. +This test verifies gnc_uri_get_components.
        • +
        • Implement the object reference infrastructure routines to allow a list of business objects referring to a specific other object (e.g. an account) to be determined. This will help fix bug 140400 because the account delete code can now determine a list of business (or other) objects which have references to that account, and prevent the account from being deleted while references still exist. +
        • +
        • Add some new gobject-related infrastructure so that when deleting an object, it can be determined if there are other objects with references to that object (bug 140400). + +Some routines are normal routines, and some routines use the gobject structure to allow different implementations by different object types. + +Per-instance routine: gboolean qof_instance_refers_to_object(QofInstance* A, QofInstance* B) - returns TRUE/FALSE whether object A contains a reference to object B. +Normal routine: GList* qof_instance_get_referring_object_list_from_collection(QofCollection* c, QofInstance* B) - Calls qof_instance_refers_to_object() for each object in the collection, and returns a list of the objects which contain a reference to B. +Per-instance routine: GList* qof_instance_get_typed_referring_object_list(QofInstance* A, QofInstance* B) - returns a list of all objects of the same type as A which contain a reference to B. Being per-instance allows an object to use knowledge to avoid scanning cases where there are no references (e.g. billterms do not contain references to splits), or a scan is not needed (references from splits to an account can be determined using xaccAccountGetSplitList()). This routine can do a scan by calling qof_instnace_get_referring_object_list_from_collection(). +Normal routine: qof_instance_get_referring_object_list(QofInstance* A) - For all collections in the book, gets an instance and calls its qof_instance_get_typed_referring_object_list() routine, concatenating all of the returned lists. This is the routine that external code can call to get a list of all objects with references to an object A. The list must be freed by the caller but the contents must not. +Per-instance routine: gchar* qof_instance_get_display_name(QofInstance* A) - returns a string which can identify object A to the user. This could be used to display a list of the objects returned by qof_instance_get_referring_object_list() ("Invoice 0004 for customer C") so that the user can modify those objects to remove the references. Note that this is going to require internationalization, which has not been implemented yet. If not overridden by the object class, the default string is "Object <type> <address>" e.g. "Object gncCustomer 0x12345678". +
        • +
        • Add event registration and handling from the qof_event_handlers. + +This way, the split view is updated correctly even on undo/redo.
        • +
        • Revert r18869, "Move gnc-ui-util.[hc] and gnc-euro.[hc] from app-utils to engine" + +Those files indeed belong better into app-utils; the app-utils defines +several not-yet-GUI parts of gnucash, like many conversions from and to +strings (more than those in these two files), so these files are well +suited in here.
        • +
        • MSVC compatiblity: Fix include files in MSVC. Replace QSTRCMP by g_strcmp0 on MSVC.
        • +
        • Improve non-gnome UI compatiblity: app-utils can compile without gtk as well.
        • +
        • Add src/calculation and src/app-utils to cmake build system. + +app-utils is needed for the conversion from and to string +for gnc_numeric, date, and other values.
        • +
        • Fix failing core-utils tests +I simply removed the obsolete test cases. More work is still needed to add new valid tests.
        • +
        • Remove some unused variables.
        • +
        • Win32/MSVC compatiblity + +- Replace trunc() by floor() + - Provide a round() workaround implementation for MSVC + - Use g_strcasecmp instead of the libc one + - Add include for libc replacements
        • +
        • Some more const-correctness in engine functions.
        • +
        • Update POTFILES.in for the moved dialog-userpass.c and the newely added gnc-jalali.c
        • +
        • Move gnc-ui-util.[hc] and gnc-euro.[hc] from app-utils to engine because they don't depend on gtk but are important additions for the engine types. + +In particular, the formatting of a gnc_numeric is defined there.
        • +
        • Fix circular dependency between gnome and gnome-utils introduced in r18842
        • +
        • MSVC compatiblity: snprintf is required to have a prefixing underscore. + +Also, more symbols of libguile/gc.h need explicit declspec on MSVC.
        • +
        • Add variant of gnc_engine_init which is suitable for statically the linked-in library.
        • +
        • Only use long long format specifiers if available - avoids error message when compiler thinks they're not available. +
        • +
        • Fix parent/child relationships in billterms in case the parent hasn't been loaded yet. + +Remove child column from billterm table because it duplicates info in the parent column and just complicates loading objects. +
        • +
        • Fix parent/child links for tax tables. If a tax table's parent table has not been loaded yet, remember the relationship, and after all tables have been loaded, fix up the rest of the parent/child links. +
        • +
        • Handle NULL string pointer as a NULL guid
        • +
        • Add a mechanism so that the business sql backend module can provide the main sql backend with the order in which objects should be loaded. This will allow billterms and taxtables to be loaded before objects which contain references to those objects.
        • +
        • MSVC compatiblity: Replace QOF_BOOK_LOOKUP_ENTITY macro by a RETURN_ENTITY macro and add inline functions for lookup. + +MSVC doesn't accept the syntax with an inlined block, +x = ({ foo; bar; value;}). Hence, this is being replaced +by actual function definitions, and the body of those functions +is defined by the new macro.
        • +
        • Delete unused variables.
        • +
        • Use a normalized uri format internally to refer to data stores. + +Data stores for GC can be a file (xml or sqlite3) or a database +one some server (mysql or postgres). +Wherever it makes sense internally, data stores will be referred to +via a normalized uri: +protocol://user:password@host:port/path +Depending on the context and story type some of these parts are optional or unused. + +To achieve this, a new utility interface has been setup: +gnc_uri_<xxx>_<yyy> +that can be used to manipulate the uris or convert from non-normalized +formats to normalized and back. +For example, when the user selects a file in the Open or Save As dialog, +gnc_uri_get_normalized_uri will convert the file into a normalized uri. +Or when the actual filename is needed this can be extracted with +gnc_uri_get_path. +You can also test if a uri defines a file or something else with +gnc_uri_is_file_uri. + +For the complete documentation, see src/core-utils/gnc-uri-uitls.h + +This commit installs gnc-uri-utils and modifies the source where it makes +sense to use its convenience functions. This concerns all functions that +had to deal with file access in some way or another, the history module +and the functions that generate the history menu list and the window titles. + +Note that gnc-uri-utils replaces xaccResolveFilePath and xaccResolveUrl in all cases. +xaccResolveUrl has been removed, because gnc-uri-utils fully replaces its functionality. +xaccResolveFilePath is used internally in gnc-uri-utils to ensure an absolute path +is always returned (in case of a file uri, not for db uris). But it has been renamed to +gnc_resolve_file_path to be more consistent with the other functions. + +Lastly, this commit also adds a first implementation to work with a keyring to +store and retrieve passwords, althoug
        • +
        • Make business backend initialization functions accessible when statically linking
        • +
        • MSVC compatibility: Disable "C99 designated initializers" by a compiler-dependent macro + +Same as r18755.
        • +
        • Make the backend initialization functions accessible when statically linking
        • +
        • Change the definition of QOF_STDOUT +The old definition file: conflicts with normal uris that can +start with file: as well. +I have chosen > instead, which is never a valid filename and +on unixlike systems associated with standard out operations.
        • +
        • Use proper qof CFLAGS/LDFLAGS since core-utils now uses qof +
        • +
        • The webkit used on win32 has webkit_web_frame_print_full() defined in include files, so we don't need a potentially conflicting extern declaration. +
        • +
        • If gmtime_r is defined as a macro, undef it +
        • +
        • Add svn:ignore to src/core-utils/test
        • +
        • Remove invalid target (got copied from src/engine/test)
        • +
        • Build test-core before core-utils
        • +
        • Add the core-utils tests in the automake system
        • +
        • Move filepath related tests to core-utils/test
        • +
        • Undefine localtime_r as a macro (new mingw pthreads package defines it) +
        • +
        • Add braces to make if-if-then-else structure clear and avoid GCC 4.4.0 error message +
        • +
        • Remove gncmod-test from test-core +It's not used and prevents test-core from being included in core-utils tests
        • +
        • Add missing NULL sentinel at end of g_strconcat() function call
        • +
        • Removed erroneously re-created src/engine/gnc-filepath-utils.c
        • +
        • Move binreloc library include
        • +
        • Note the moved files in POTFILES.in.
        • +
        • Remove C executable from cmake as it is no longer necessary.
        • +
        • Add missing link library after r18811.
        • +
        • Adapt cmake to the file move in r18811.
        • +
        • Add src/engine/test/test-resolve-url
        • +
        • Win32: Add download of cmake, disabled by default.
        • +
        • MSVC compatibility: strftime() doesn't know "%T" here. Also, g_fopen doesn't work, but fopen does.
        • +
        • Move gnc-filepath-utils and dependencies from engine to core-utils
        • +
        • Typo fixes, as found by doxygen.log, patch by Jesse Weinstein
        • +
        • Tweak to gnc-svnversion's bzr section, patch by Jesse Weinstein
        • +
        • Use "template-account" property to get/set template account.
        • +
        • Add "template-account" to schedxaction as a gobject property.
        • +
        • Simplify handling of sx template_acct column.
        • +
        • Rename GNCBook into QofBook everywhere and remove separate header gnc-book.h. + +The former was already #define'd on the latter, so its removal gets +rid of one level of indirection which makes function lookup easier. +Also, the macro (!) qof_book_get_slots was turned into a normal +function again because that's what functions are for (and otherwise +the additional declaration in engine.i would break).
        • +
        • Decrease compiler warnings by removing unused variables.
        • +
        • Reduce compiler warnings by replacing strerror() with g_strerror() and similar glib replacements.
        • +
        • Win32: Add more header includes where necessary to avoid using undeclared functions.
        • +
        • Comment out unimplemented function. Improve const-correctness.
        • +
        • Include gtk/gtk.h instead of gtk/gtkclist.h as recommended by Gtk
        • +
        • Fix make dist +r18765 introduced test target test-resolve-url, but no source file test-resolve-url.c +Removed the target.
        • +
        • Re-indentation of source code, next batch: src/gnome-utils/* + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
        • +
        • Re-indentation of source code, next batch: src/register/* + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
        • +
        • Re-indentation of source code, next batch: src/business/* + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
        • +
        • Re-indentation of source code, next batch: src/engine/* + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
        • +
        • Re-indentation of source code, next batch. + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
        • +
        • Replace and-let* in scheme script so that srfi-2 isn't needed.
        • +
        • Replace one more g_list_append by g_list_prepend.
        • +
        • MSVC compatibility: Somehow fdopen() doesn't work during the trace file initialization. Use fopen() instead.
        • +
        • Win32 build: libguile needs minor tweaking for MSVC compatibility.
        • +
        • MSVC compatibility: Fix r18748, r18761 by replacing strncasecmp() with strnicmp().
        • +
        • MSVC C++ compatibility: Rename the internal name of union _GUID because _GUID is a builtin keyword here. + +This does not concern the typedef name, only the internal union name, +so it doesn't harm us.
        • +
        • C++ compatibility: namespace is a keyword, so don't use it as variable name.
        • +
        • C++ compatibility: export is a keyword, so don't use it as a member name.
        • +
        • Add support for passing a Timespec as a boxed GValue
        • +
        • Fix test makefiles. Many tests now need to include other libraries because files have changed directories. +
        • +
        • Add more gobject property definitions to GNCPrice, Transaction, SchedXaction and Split.
        • +
        • Win32: Create the MSVC import library for libguile during install.sh.
        • +
        • Remove static current_session variable of libqof - we keep one in gnc-session.c already.
        • +
        • Doxygen improvements, patch by Jesse Weinstein
        • +
        • More changes where SQL backend uses gobject properties to load/save objects.
        • +
        • More conversion to read/write objects from sql backend using gobject parameters
        • +
        • Start to add properties to business objects. Currently only 1 property per object, but this infrastructure will allow more generic importing of objects.
        • +
        • Take advantage of the initial property definition for Transaction, Split, GNCPrice and SchedXaction by replacing custom access routines with gobject properties.
        • +
        • Add a few gobject properties to some engine object types. This adds more of the gobject infrastructure to Transaction, Split, SchedXaction and GNCPrice. Gobject properties provides a standardized interface to the engine objects which should allow standard and simplified read/write mechanisms. For the sql backend, for example, db columns can be mapped to properties. In a generalized csv importer, csv columns can be mapped to properties. +
        • +
        • Partly revert r18748, "Win32 compatibility": lib/libc directory doesn't have glib available.
        • +
        • Add a "make indent" target, but watch out with using its result. + +The "astyle" indent tool unfortunately behaves significantly different +in its different versions (1.22, 1.23, 1.24) even with identical +options. That is, the basic indentation is the same, but in a large +project such as ours, there are just too many special cases which +astyle doesn't get identical due to its bugfixes and new features. +Hence, please use the result of this target with great care, and +if in doubt, just use it for your own amusement but don't commit the +resulting changes. Thanks!
        • +
        • Fix up some doxygen comments
        • +
        • Don't include gnc-lot-p.h where not needed
        • +
        • Win32: Fix libbonoboui compiling.
        • +
        • MSVC compatibility: Microsoft doesn't have C99 "designated initializers". + +Those were introduced in r17724, bug#539957, but apparently this +C99 is not supported by MSVC and won't be for some time to come. +Hence, for MSVC we need the workaround to define a macro that will +shadow the member names. However, the initialization itself works +fine and non-MSVC code is unchanged, so I think we can live with that.
        • +
        • MSVC compatiblity: Struct initialization doesn't work as expected. + +Somehow, the struct initialization containing a gnc_numeric +doesn't work. As an exception, we hand-initialize that member +afterwards.
        • +
        • MSVC compatiblity: open() flags and S_ISDIR doesn't exist on MSVC.
        • +
        • MSVC compatiblity: Use a char* pointer for the memcpy() input argument. + +This is required by MSVC because we do some pointer arithmetic +in the memcpy() argument, but in order to do this, MSVC wants to +know the pointed-to type of the pointer because pointer arithmetic +increases the pointer not by a number a bytes but a number of +sizeof(type). MSVC thinks for void* it doesn't count bytes. We +achieve the desired effect by using a char* pointer so that bytes +are counted.
        • +
        • MSVC compatiblity: Add defines for functions/types which are available under different names in MSVC.
        • +
        • MSVC compatiblity: Array initialization in MSVC requires a constant, not a variable. + +That is, gcc accepts a constant variable in many cases now, but +MSVC doesn't accept it. So it must be turned into an old preprocessor +define.
        • +
        • MSVC compatibility: Remove forward declaration of static array by reordering the function that uses it.
        • +
        • Win32 compatibility: Use glib wrappers of non-usual POSIX functions.
        • +
        • More header include compatibility: Watch out for HAVE_UNISTD_H.
        • +
        • Re-indentation of source code, next batch. + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
        • +
        • Convert GNCLot to use more gobject features. Removes all direct access to lot object fields, which are now accessed through functions or property names (for backend sql load). +
        • +
        • Modify POTFILES.in to handle source files moved to a new directory +
        • +
        • Also build backend/xml in cmake.
        • +
        • Reverted 18699
        • +
        • Clarify required steps to setup windows build environment. +The mingw website has changed quite a lot since the README +was written and some of the url's used in it were confusing. +I have changed the url's to point to the actual packages +on sourceforge (current at the time of this writing) +and added some extra details where I had trouble understanding +the actions to perform.
        • +
        • Doxygen fixes +- Have this file show up under module "Utility Functions" +- Normalize the function descriptions (some were not in doxygen format) +- Add a global file description +- rename parameter 'file' to 'filename' for better consistency (note + this required an internal parameter to be renamed from filename to + new_filename)
        • +
        • More minor MSVC code fixes. + +However, this code doesn't compile with MSVC9.0 for a few reasons: + +1. libguile.h comes with its own scmconfig.h which contains HAVE_STDINT_H +whereas MSVC doesn't have that. This is stupid guile which doesn't accept +the fact that the user uses a different compiler than how they compiled guile. + +2. Some initializations are not supported: Account.c:3312 etc. + +3. The C99 "designated initializers" of e.g. Account.c:4661 ff. (r17724, +bug#539957) are not supported by MSVC9.0 - this is the hardest problem +of these all.
        • +
        • Make CMake system more complete so that it builds on win32/mingw. + +Also, add a test executable to check that we got all the +library dependencies.
        • +
        • More CMake work: Build swig wrappers correctly. Build gnc-module.
        • +
        • Cosmetic: Remove duplicate include of gnc-engine.h
        • +
        • Remove trailing whitespace
        • +
        • Minor doxygen change and lots or trailing whitespace removed
        • +
        • Remove GNOME_PRINT_{CFLAGS,LIBS} from the Makefile templates
        • +
        • Spelling errors and trailing whitespace removal
        • +
        • Remove reference to gnome print in the comments + +GnuCash no longer uses gnome print. It has been replaced with gtk print.
        • +
        • Remove two more popt references in support files.
        • +
        • Remove popt requirement from configure +GnuCash doesn't use it. +At the same time, I removed a check that has been commented out +since the beginning of the revision history (somewhere in 2007). +This check tested for the presence of popt.h to then run some +libtool changes. As I said this whole block has been commented +out since the beginning of time, so I considered it to be obsolete, +more even so now that the popt requirement has been removed.
        • +
        • Remove popt references + +- popt has been replaced with the GOption infrastructure. +So there's no need to include the popt.h file. +- Also rewritten the comment that was elaborating on popt +vs GOption +- Finally removed the loglevel option (which was excluded from +the compile anyway) that still referred to popt.
        • +
        • Fix minor spelling errors
        • +
        • When creating lists of database objects, use g_list_prepend() rather than g_list_append(). There may be cases where the list order is significant and thus needs to be reversed, but that is not true in these cases. This provides a large improvement in database loading performance. + +Analysis and basis patch supplied by Donald Allen. +
        • +
        • Update documentation references to Active Perl (5.8->5.10)
        • +
        • Remove redundant entries in EXTRA_DIST
        • +
        • More experimental cmake building. + +Except for the scheme wrappers this seems to work until +at least the engine module. However, I didn't tackle the issue +with the generated headers which contain some installation +paths - but those we should get rid of anyway.
        • +
        • Move two gtk-dependent files from src/core-utils to src/gnome-utils. + +core-utils depends on glib and additionally guile and gconf, but +not (yet) gtk. Those two files which do are moved to the next +module which already depends on gtk, which is gnome-utils.
        • +
        • Add some experimental CMakeLists.txt which can compile the libqof part, on Linux, Windows/mingw and (no joke) Windows/MSVC. + +I'm interested in some tests with the cmake build system, but +if it doesn't prove useful I will remove it again within a +few weeks.
        • +
        • Make libqof compatible for MSVC9.0 compiler (no joke). + +The main change is that the syntax for variadic macros is +slightly different in MSVC compared to gcc. But they exist, so +offering the log macros in the different syntax is sufficient.
        • +
        • Make more header inclusions conditional on whether they exist.
        • +
        • Update .gitignore, proposed by Jeff Kletsky
        • +
        • Make sure file urls actually contain path information or are NULL
        • +
        • Remove redundant GLIB check.
        • +
        • Bump minimum required versions of gtk+, goffice and gtkhtml +gtk+: 2.10 +goffice: 0.5.1 +gtkhtml: 3.14
        • +
        • Add a starter script for gnucash under ddd (a gui frontend for gdb)
        • +
        • Build fixes for EL5 after glib 2.12 requirement
        • +
        • Ensure that GNC_DOT_PATH and other gnc_dotgnucash_dir() logic is + used for all cases, remove hard-coded references to /usr/etc, + /usr/share, /usr/local/etc, and /usr/local/share while providing + for xaccResolveFilePath to actually search the data and sysconfdir + directories used in the build. + + (gnc_build_data_path): New function, just a copy of + gnc_build_book_path. Needed for rewrite of xaccResolveFilePath. + (xaccResolveFilePath): Cleaned out the hard-coded paths and weird + file path contruction functions and rewrote the function to use + gnc_path_get_foo and gnc_build_data_path without all of the silly + indirection. Removed superfluous URI checks (which are correctly + perfomed by xaccResolveURL()). + (MakeHomeDir, xaccPathGenerator, xaccDataPathGenerator) + (xaccUserPathGenerator): Deleted; their functionality is replaced + as noted above. + + (check_file_return_if_true): Renamed check_file_return_if_valid, a + more descriptive name. + +
        • +
        • Bump glib2 minimum requirement to 2.12. +At the same time, remove all the conditional code and workarounds +that were in the code to cater for glib < 2.12. + +Note: this commit will require a rerun of autogen.sh and configure.
        • +
        • README referred to a non-existent file +So per a suggestion on IRC, I took the reference out. Patch by Jesse Weinstein.
        • +
        • Win32: Update libxslt version, but it needs its own copy of libxml2.dll. + +Apparently the gnome-provided libxml2 has the DLL filename libxml2-2.dll, +but the binary from xmlsoft.org still has the filename libxml2.dll.
        • +
        • Win32: And one more dependency upgrade (causes missing libxml2.dll complaints otherwise)
        • +
        • More win32 dependency version updates.
        • +
        • Update libpng package dependency for win32 to 1.4.0
        • +
        • Small spelling fixes in the comments
        • +
        • Re-indentation of source code, next batch. + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header + +Discussed at http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html
        • +
        • Update gnome package versions.
        • +
        • GDate values weren't being properly fetched from objects to be saved in a database column if they were fetched as a gobject property.
        • +
        • Clean up account column in the lot table to specify that the guid is an account reference. Simplifies the code a bit, and makes future use of foreign keys easier.
        • +
        • If building for WIN32, use webkit_web_frame_print_full() so that a GtkPrintOperation object with the correct units can be used to prevent font size problems (see bug 591177). On other platforms, use webkit_web_frame_print() because some distros seem not to have webkit_web_frame_print_full() (and also don't have the font size problem so on those distros, we don't need to create our own GtkPrintOperation object).
        • + +
        +
      • Cutecash
      • + +Some of the GnuCash developers have decided to rewrite the UI for the cross-platform Qt toolkit from TrollTech. The goal is a simpler UI which is more powerful and easier to develop. This project has gotten the name "Cutecash". It uses the same back-ends and engine as gnucash. Only the UI is different. The source for the Cutecash UI is in the same tree (and therefore, the tarballs) as GnuCash, but at this point, no MAC or Win32 builds are being produced. +
          +
        • Cutecash: Add Commodity wrapper. Use gnc-exp-parser for numbers. + + - Allow amounts to be edited. + - Let the date column be handled by the QDate delegate with a QDateEdit widget
        • +
        • Cutecash: Enable entering of more cells in register. Some code cleanup. Add class documentation.
        • +
        • Enable editing of the "Description" column in the split list view - WITH UNDO! + +The Qt Undo framework is almost like magic. We just have to create a +command object instead of directly manipulating the value, and suddenly +the undo/redo just works. This is fun!
        • +
        • Cutecash: Add QUndoStack to implement all editing through the Command pattern and make it undoable.
        • +
        • Cutecash: Enable closing and re-opening the different tab views. + +Also, change many main window slots to make use of the auto-connection +feature because it makes the slot intention much easier to read. + +Also, note how we store the Tab position, title, isEnabled state +in dynamically allocated properties in the Tab widget itself - +this is a rather cool feature of QObject here (see reallyRemoveTab() +and viewOrHideTab()).
        • +
        • Cutecash: Add Recent-File menu.
        • +
        • Cutecash: Enable tab moving and other UI features of Qt.
        • +
        • Cutecash: Add Timespec conversion to QDateTime. Add display of transaction date in register tabs.
        • +
        • Cutecash: Display account balance in tree and split amount in account register.
        • +
        • Cutecash: Add gnc::Numeric wrapper for gnc_numeric.
        • +
        • Implement a table widget with the list of the splits of one account, and open this if an account in the tree is double-clicked. + +Date and values/amounts can follow next, once those types are suitably +wrapped into C++ as well.
        • +
        • Cutecash: Add progress bar during loading the file.
        • +
        • Implement the account list data model as a specialization of the account tree model. + +This is helpful in order to understand Qt's Model/View structure, so both +(list and tree) are still available.
        • +
        • Cutecash: Fix guile version number query. Patch by Herbert Thoma.
        • +
        • Cutecash: Add a tree view of the accounts.
        • +
        • Cutecash: Fix CMakeLists for change in guile lookup, r18846
        • +
        • Cutecash: Remove QSharedPointer because manual delete is sufficient. + +Also, the QSharedPointer cannot be used for bookkeeping of a C pointer +to any gnucash object because it refuses to work if it doesn't know the +actual struct definition, which in gnucash is always private. The +boost::shared_ptr would work without (by the custom deleter argument in the +constructor), but QSharedPointer doesn't (the custom deleter is accepted +only in addition to the known storage size, not alternatively), so it is +pointless here.
        • +
        • Cutecash: Add version check for guile and define HAVE_GUILE18 if appropriate.
        • +
        • Adapt cutecash to r18842.
        • +
        • Cutecash: Fix extern "C" usage: Must not enclose system includes, supposedly.
        • +
        • Cutecash: Allow older glib versions as well.
        • +
        • Cutecash: Add business-core including business-core/xml into the executable.
        • +
        • Add copyright notices in cutecash source code files.
        • +
        • Cutecash: Copy some more icons into the program. Add a clickable hyperlink.
        • +
        • More C++/Qt4 frontend work.
        • +
        • Add example main window in C++ and Qt that links against gnucash-engine. + +The example was based on Qt4's "application" example, but +the main window layout is done through the .ui file already.
        • +
        • Finish cmake build system for the C++ experiment. + +To build this: + +mkdir build-cpp +cd build-cpp +cmake .. +make +./src/gnc/cutecash
        • +
        • C++ experiment: Extend the AccountModel into a table with name and description. + +Use QString everywhere as well.
        • +
        • C++ experiment: Add first simple model/view widget for the loaded account list.
        • +
        • Some more C++ work. Opening an existing file works, even though nothing is visible so far. + +The implementation of a scoped_ptr wrapper around a C object +uses the boost library, though, because writing our own +implementation of a scoped_ptr with custom deletion function +is too non-trivial and I rather re-use the boost::shared_ptr +here instead of making our own mistakes.
        • + +
        + + + + +

        Caveats for Testers

        +

        Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

        +

        The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

        + +

        How can you help?

        +

        Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

        +

        Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

        +

        +

        We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

        + +

        Getting GnuCash

        +

        Source code for GnuCash 2.3.11 can be downloaded from multiple locations: +

          +
        • The GnuCash website
        • +
        • Sourceforge: bzip2, gzip, all files.
        • +
        • You can also checkout the sources directly from the subversion repository with this command:

          svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
        • +

        + +

        To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

        + +

        Win32 binary

        +

        The Gnucash 2.3.11 Win32 setup executable can be downloaded from Sourceforge as well. + +

        About the Program

        +

        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

        From 3f3c6e778783ae326edf80dc9005c99e5f1ccb78 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 20 Mar 2010 13:45:33 +0000 Subject: [PATCH 181/344] Bug #613342 - add some gettext(string) to htdocs, patch by Yasuaki Taniguchi git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18936 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 2 +- download.phtml | 2 +- features.phtml | 2 +- sizing.phtml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.phtml b/docs.phtml index a4dff23f..53e4f5a1 100644 --- a/docs.phtml +++ b/docs.phtml @@ -1,5 +1,5 @@

        Linux

        -

        +

        • Fedora: Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?>
        • diff --git a/features.phtml b/features.phtml index f7ea2e45..dfb62f3c 100644 --- a/features.phtml +++ b/features.phtml @@ -1,5 +1,5 @@ Date: Sat, 20 Mar 2010 13:52:59 +0000 Subject: [PATCH 182/344] Bug #613395 - Update ja.po for GnuCash web page, patch by Yasuaki Taniguchi git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18937 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/ja.po | 1238 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 679 insertions(+), 559 deletions(-) diff --git a/po/ja.po b/po/ja.po index 3b5c83ea..da2e2574 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs r18581\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-01-21 20:27+0900\n" -"PO-Revision-Date: 2010-02-23 14:05+0900\n" +"POT-Creation-Date: 2010-03-20 02:07+0900\n" +"PO-Revision-Date: 2010-03-20 19:52+0900\n" "Last-Translator: Yasuaki Taniguchi \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" @@ -15,223 +15,265 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: oldnews.phtml:2 index.phtml:3 -msgid "Free Accounting Software" -msgstr "フリーã®è²¡å‹™ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢" +#: docs.phtml:2 +msgid "Documentation Project" +msgstr "文書プロジェクト" -#: oldnews.phtml:11 -msgid "Older Announcements" -msgstr "éŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹" +#: docs.phtml:11 +msgid "GnuCash Documentation Project" +msgstr "GnuCash 文書プロジェクト" -#: oldnews.phtml:14 +#: docs.phtml:13 msgid "" -"This is an archive of announcements that once appeared on the GnuCash home " -"page." -msgstr "GnuCash ホームページã«æŽ²è¼‰ã•ã‚ŒãŸéŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹ã®ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã§ã™ã€‚" - -#: index.phtml:13 -msgid "Welcome to GnuCash.org" -msgstr "GnuCash.orgã«ã‚ˆã†ã“ã" - -#: index.phtml:16 -#, php-format -msgid "Download GnuCash %s" -msgstr "GnuCash %s ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" - -#: index.phtml:19 -msgid "Source" -msgstr "ソース" +"This page is the home of the Gnucash Documentation Project, our goal is to " +"maintain a community of people working towards creation of high quality " +"documentation for GnuCash." +msgstr "" +"ã“ã“㯠GnuCash 文書プロジェクトã®ãƒ›ãƒ¼ãƒ ãƒšãƒ¼ã‚¸ã§ã™ã€‚ã“ã®ãƒšãƒ¼ã‚¸ã®ç›®çš„㯠" +"GnuCash ã«é–¢ã™ã‚‹é«˜å“質ãªæ–‡æ›¸ã‚’作æˆã™ã‚‹ãŸã‚ã«ä½œæ¥­ã‚’ã—ã¦ã„る人々ã®ã‚³ãƒŸãƒ¥ãƒ‹" +"ティーを維æŒã™ã‚‹ã“ã¨ã§ã™ã€‚" -#: index.phtml:19 -msgid "Via distribution" -msgstr "ディストリビューションã§ã®å…¥æ‰‹" +#: docs.phtml:15 +msgid "" +"Everything you need concerning GnuCash documentation should be here, if you " +"notice something missing, email gnucash-devel and we will add it." +msgstr "" +"ã‚ãªãŸãŒå¿…è¦ã¨ã™ã‚‹GnuCashã«é–¢ä¿‚ã—ãŸæƒ…å ±ã¯ã™ã¹ã¦ã“ã“ã«ã‚ã‚Šã¾ã™ã€‚ã‚‚ã—ã“ã“ã«å­˜åœ¨" +"ã—ãªã„物ãŒã‚ã‚Œã°ã€gnucash-" +"devel ã«ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。ãã†ã™ã‚‹ã¨ç§ãŸã¡ãŒè¿½åŠ ã—ã¾ã™ã€‚" -#: index.phtml:22 -msgid "More downloads (Source, Development,...)" -msgstr "ä»–ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ (ソースã€é–‹ç™ºç‰ˆã€â€¦)" +#: docs.phtml:17 docs.phtml:23 +msgid "Nightly Documentation Builds" +msgstr "日次夜間文書ビルド" -#: index.phtml:26 -msgid "" -"GnuCash is personal and small-business financial-accounting software, freely " -"licensed under the GNU GPL and available " -"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." -msgstr "GnuCash ã¯å€‹äººã¾ãŸã¯å°è¦æ¨¡ãƒ“ジãƒã‚¹å‘ã‘ã®è²¡å‹™ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚GNU GPL ライセンスã«åŸºã¥ãフリーã§æä¾›ã•ã‚Œã¦ã„ã¾ã™ã€‚GNU/Linux〠BSD〠Solaris〠Mac OS X ãŠã‚ˆã³ Microsoft Windows ã§åˆ©ç”¨ã§ãã¾ã™ã€‚" +#: docs.phtml:18 +msgid "current unstable user documentation and developer documentation" +msgstr "ç¾åœ¨ã®é–‹ç™ºç‰ˆãƒ¦ãƒ¼ã‚¶ãƒ¼æ–‡æ›¸ãŠã‚ˆã³é–‹ç™ºæ–‡æ›¸" -#: index.phtml:28 +#: docs.phtml:20 msgid "" -"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 to ensure balanced books and accurate reports. " -msgstr "ç°¡å˜ã«ä½¿ãˆã‚‹ã‚ˆã†ã«è¨­è¨ˆã•ã‚Œã¦ã„ã¾ã™ãŒã€å¼·åŠ›ã§é«˜ã„柔軟性ãŒã‚ã‚Šã¾ã™ã€‚GnuCash ã«ã‚ˆã£ã¦éŠ€è¡Œå£åº§ã€æ ªå¼ã€åŽç›ŠãŠã‚ˆã³è²»ç”¨ã‚’追跡ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚å°åˆ‡æ‰‹å¸³ã®ã‚ˆã†ã«ç´ æ—©ãã€ç›´æ„Ÿçš„ã«åˆ©ç”¨ã§ãる一方ã€ãƒ—ロã®ä¼šè¨ˆåŽŸç†ã«åŸºã¥ã„ã¦ã„ã‚‹ãŸã‚確実ã«å¸³ç°¿ã®é‡£ã‚Šåˆã‚’ä¿ã¡ã€æ­£ç¢ºãªå¸³ç¥¨ã‚’作æˆã§ãã¾ã™ã€‚" - -#: index.phtml:31 -msgid "Feature Highlights" -msgstr "主è¦æ©Ÿèƒ½" +"Every night a server builds the documentation from the current contents of " +"the GnuCash subversion repository. This includes the Developer " +"Documentation from Doxygen and User Documentation for the current unstable " +"version of GnuCash." +msgstr "" +"毎晩ã€GnuCash subversion リãƒã‚¸ãƒˆãƒªã®ç¾åœ¨ã®å†…容ã‹ã‚‰æ–‡æ›¸ãŒä½œæˆã•ã‚Œã¾ã™ã€‚ã“れら" +"ã«ã¯ Doxygen ã«ã‚ˆã‚‹é–‹ç™ºè€…å‘ã‘文書ãŠã‚ˆã³ç¾åœ¨ã®GnuCash開発版ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼æ–‡æ›¸ãŒå«" +"ã¾ã‚Œã¾ã™ã€‚" -#: index.phtml:34 -msgid "QIF/OFX/HBCI Import, Transaction Matching" -msgstr "QIF/OFX/HBCI å½¢å¼ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã€å–引を一致ã•ã›ã‚‹å‡¦ç†" +#: docs.phtml:25 docs.phtml:47 docs.phtml:78 +msgid "Concepts Guide" +msgstr "コンセプトガイド" -#: index.phtml:35 features.phtml:36 -msgid "Reports, Graphs" -msgstr "帳票ã€ã‚°ãƒ©ãƒ•" +#: docs.phtml:26 docs.phtml:39 docs.phtml:73 +msgid "Help Manual" +msgstr "ヘルプマニュアル" -#: index.phtml:36 features.phtml:105 -msgid "Scheduled Transactions" -msgstr "予定å–引" +#: docs.phtml:27 +msgid "Doxygen Developer Documentation" +msgstr "Doxygen 開発文書" -#: index.phtml:37 -msgid "Financial Calculations " -msgstr "財務計算" +#: docs.phtml:32 +msgid "GnuCash v2.0 (current stable release)" +msgstr "GnuCash v2.0 (ç¾åœ¨ã®å®‰å®šç‰ˆ)" -#: index.phtml:41 -msgid "Double-Entry Accounting" -msgstr "複å¼è¨˜å¸³æ³•ä¼šè¨ˆå‡¦ç†" +#: docs.phtml:34 +msgid "" +"If you have a question about how to use GnuCash, you are in the right place. " +"The first thing you should do is read the Help Manual and the Concepts " +"Guide, most of your questions can probably be answered by these documents." +msgstr "" +"GnuCash ã®ä½¿ç”¨æ–¹æ³•ã«é–¢ã—ã¦åˆ†ã‹ã‚‰ãªã„ã“ã¨ãŒã‚ã‚‹ãªã‚‰ã°ã€ã‚ãªãŸã¯ä»Šæ­£ã—ã„場所ã«" +"ã„ã¾ã™ã€‚最åˆã«èª­ã‚€ã¹ã文書ã¯ãƒ˜ãƒ«ãƒ—マニュアルãŠã‚ˆã³ã‚³ãƒ³ã‚»ãƒ—トガイドã§ã™ã€‚ã‚ãª" +"ãŸã®ç–‘å•ã«å¯¾ã™ã‚‹ã»ã¨ã‚“ã©ã®è§£æ±ºæ–¹æ³•ã¯ã“れらã®æ–‡æ›¸ã«æ›¸ã„ã¦ã‚ã‚Šã¾ã™ã€‚" -#: index.phtml:42 -msgid "Stock/Bond/Mutual Fund Accounts" -msgstr "æ ªå¼/債券/投資信託勘定科目" +#: docs.phtml:35 +msgid "" +"The Help Manual is designed to be a quick reference of how to accomplish " +"specific tasks and how to use the features in GnuCash. The Concepts Guide is " +"designed to be an in depth guide to the concepts behind using GnuCash with a " +"tutorial to show how to put those concepts into practice." +msgstr "" +"ヘルプマニュアル㯠GnuCash ã§ç‰¹å®šã®ä½œæ¥­ã‚’é”æˆã‚’é”æˆã™ã‚‹æ–¹æ³•ã€ãŠã‚ˆã³ã€æ©Ÿèƒ½ã‚’使" +"用ã™ã‚‹æ–¹æ³•ã«é–¢ã—ã¦èª¬æ˜Žã™ã‚‹ã‚¯ã‚¤ãƒƒã‚¯ãƒªãƒ•ã‚¡ãƒ¬ãƒ³ã‚¹ã¨ã—ã¦è¨­è¨ˆã•ã‚Œã¦ã„ã¾ã™ã€‚コンセ" +"プトガイド㯠GnuCash を使用ã™ã‚‹éš›ã®èƒŒæ™¯ã¨ãªã‚‹æ¦‚念をより深ã説明ã™ã‚‹ã‚¬ã‚¤ãƒ‰ã¨ã—" +"ã¦è¨­è¨ˆã•ã‚Œã€ã“れらã®æ¦‚念を利用ã™ã‚‹æ–¹æ³•ã«é–¢ã™ã‚‹ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã‚’æä¾›ã—ã¦ã„ã¾" +"ã™ã€‚" -#: index.phtml:43 -msgid "Small-Business Accounting" -msgstr "å°è¦æ¨¡ãƒ“ジãƒã‚¹ã®ä¼šè¨ˆå‡¦ç†" +#: docs.phtml:41 docs.phtml:43 docs.phtml:49 docs.phtml:50 docs.phtml:74 +#: docs.phtml:76 docs.phtml:79 docs.phtml:80 docs.phtml:84 +msgid "English" +msgstr "英語" -#: index.phtml:44 -msgid "Customers, Vendors, Jobs,
          Invoices, A/P, A/R" -msgstr "å¾—æ„å…ˆã€ä»•å…¥å…ˆã€è«‹æ±‚ã®ã¾ã¨ã‚
          請求書ã€è²·æŽ›é‡‘ã€å£²æŽ›é‡‘" +#: docs.phtml:42 docs.phtml:75 docs.phtml:85 +msgid "Deutsch" +msgstr "ドイツ語" -#: index.phtml:50 -msgid "News" -msgstr "ニュース" +#: docs.phtml:55 +msgid "" +"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " +"to your question within either the Help Manual or the Concepts Guide. We " +"want feedback from you, it is only through your comments that we know " +"how to modify the documentation." +msgstr "" +"ã‚‚ã—ヘルプマニュアルã¨ã‚³ãƒ³ã‚»ãƒ—トガイドã§ç–‘å•ã«å¯¾ã™ã‚‹å分ãªå›žç­”を得られãªã‹ã£" +"ãŸå ´åˆã¯ gnucash-user " +"メーリングリストã«è‹±èªžã§ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。ç§ãŸã¡ã¯ã‚ãªãŸãŸã¡ã®" +"フィードãƒãƒƒã‚¯ã‚’求ã‚ã¦ã„ã¾ã™ã€‚ã‚ãªãŸã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’通ã—ã¦ã®ã¿ç§ãŸã¡ã¯ã©ã®" +"よã†ã«æ–‡æ›¸ã‚’変更ã™ã‚‹ã¹ãã‹çŸ¥ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: download.phtml:3 -msgid "Download" -msgstr "ダウンロード" +#: docs.phtml:56 +msgid "" +"Additionally, you can talk to someone via IRC at irc.gnome.org channel " +"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " +"registered users can ask and answer questions." +msgstr "" +"ã“ã‚Œã«åŠ ãˆã¦ã€IRC を使用ã—ã¦è‹±èªžã§ä»–ã®èª°ã‹ã«è³ªå•ã‚’ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ irc." +"gnome.org サーãƒãƒ¼ã® \"#gnucash\" ãƒãƒ£ãƒ³ãƒãƒ«ã‚’使用ã—ã¦ãã ã•ã„。他ã®ãƒªã‚½ãƒ¼ã‚¹" +"ã¨ã—㦠英語 ãŠã‚ˆã³ ドイツ語 ã® GnuCash wiki ãŒã‚ã‚Šã¾ã™ã€‚" +"wiki ã¯ç™»éŒ²ã•ã‚ŒãŸåˆ©ç”¨è€…ãŒè³ªå•ã‚„回答を登録ã™ã‚‹ã“ã¨ãŒå¯èƒ½ãªå¯¾è©±çš„㪠Web サイト" +"ã§ã™ã€‚" -#: download.phtml:13 -msgid "Download GnuCash" -msgstr "GnuCashã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" +#: docs.phtml:58 +msgid "" +"Some people have written HOWTO guides or tutorials. Note: the information " +"presented in these sources may or may not be updated to the most recent " +"version of GnuCash. If you are interested in doing development work on these " +"documents, you should contact the original authors." +msgstr "" +"何åã‹ã®äººã€…㌠HOWTO ガイドやãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã‚’書ã„ã¦ã„ã¾ã™ã€‚注æ„: ã“れらã®æƒ…å ±" +"ã¯æœ€æ–°ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® GnuCash ã«å¯¾å¿œã—ã¦ã‚¢ãƒƒãƒ—デートã—ã¦ã„ã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ã—ã€" +"アップデートã—ã¦ã„ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。もã—ã“れらã®æ–‡æ›¸ã®é–‹ç™ºã«èˆˆå‘³ãŒã‚ã‚‹ãª" +"らã€å…ƒã®ä½œè€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。" -#: download.phtml:15 -#, php-format -msgid "Stable release (%s)" -msgstr "安定版 (%s)" +#: docs.phtml:60 +msgid "Neil Williams GnuCash documentation" +msgstr "Neil Williams æ°ã«ã‚ˆã‚‹ GnuCash 文書" -#: download.phtml:16 -msgid "" -"A stable release is a version of GnuCash that is well tested and considered " -"appropriate for every day use." -msgstr "GnuCash 安定版ã¯å分ã«ãƒ†ã‚¹ãƒˆã•ã‚Œã€é€šå¸¸ã®åˆ©ç”¨ã«é©ã—ãŸãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã™ã€‚" +#: docs.phtml:61 +msgid "GnuCash for Business Users" +msgstr "ビジãƒã‚¹åˆ©ç”¨è€…å‘ã‘ GnuCash 文書" -#: download.phtml:17 -#, php-format -msgid "" -"The latest stable release of GnuCash is %s. Choose the download for your " -"operating system below." -msgstr "最新㮠GnuCash 安定版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ã‚¡ã‚¤ãƒ«ã‚’下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" +#: docs.phtml:62 +msgid "mirror" +msgstr "ミラー" -#: download.phtml:19 -msgid "Installers" -msgstr "インストーラー" +#: docs.phtml:64 +msgid "Joe Mack's Tutorial" +msgstr "Joe Mack æ°ã«ã‚ˆã‚‹ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«" -#: download.phtml:21 download.phtml:22 download.phtml:48 download.phtml:49 -#, php-format -msgid "GnuCash %s for" -msgstr "GnuCash %s for" +#: docs.phtml:66 +msgid "Dave Gilbert's User Guide (PDF)" +msgstr "Dave Gilbert æ°ã«ã‚ˆã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚ºã‚¬ã‚¤ãƒ‰ (PDF)" -#: download.phtml:26 -msgid "" -"Most linux distributions come bundled with a version of GnuCash, though it's " -"not always the most recent version and it may not have been installed by " -"default. Still it is recommended to use the GnuCash version that comes with " -"your distribution." -msgstr "ã»ã¨ã‚“ã©ã® Linux ディストリビューションã«ã¯ GnuCash ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚最新版ã§ã¯ç„¡ã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ã—ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。ã§ã™ãŒã€ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§æä¾›ã•ã‚Œã¦ã„ã‚‹ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’利用ã™ã‚‹ã“ã¨ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚" +#: docs.phtml:69 +msgid "Older GnuCash Documentation" +msgstr "éŽåŽ»ã® GnuCash 文書" -#: download.phtml:30 +#: docs.phtml:70 msgid "" -"Fedora users can install GnuCash through System->Administration->Add/Remove " -"Software (Gnome) or Applications->System->Software Management (KDE)." +"This section contains all the older GnuCash documentation. If you are using " +"one of these old versions of GnuCash, it is highly recommended that you " +"upgrade to the latest stable version." msgstr "" +"ã“ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã«å«ã¾ã‚Œã¦ã„ã‚‹ã®ã¯ã™ã¹ã¦å¤ã„ GnuCash ã«é–¢ã™ã‚‹æ–‡æ›¸ã§ã™ã€‚ã‚‚ã—ã“ã‚Œ" +"らå¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® GnuCash を使用ã—ã¦ã„ã‚‹å ´åˆã¯ã€æœ€æ–°ã®å®‰å®šãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã‚¢ãƒƒãƒ—" +"グレードã™ã‚‹ã“ã¨ã‚’推奨ã—ã¾ã™ã€‚" -#: download.phtml:31 -msgid "" -"Mandriva users can install GnuCash through the Software Management in the " -"Mandriva Linux Control Center." -msgstr "" +#: docs.phtml:86 +msgid "Espagnol" +msgstr "スペイン語" -#: download.phtml:32 -msgid "" -"Redhat and CentOS don't have GnuCash in their repositories by default. It " -"can be installed however from the third-party Epel repository. For more " -"details on configuring this additional software repository for your setup, " -"see " -msgstr "" +#: docs.phtml:87 +msgid "Português" +msgstr "ãƒãƒ«ãƒˆã‚¬ãƒ«èªž" -#: download.phtml:32 -msgid "Epel's wiki page" -msgstr "" +#: docs.phtml:90 +msgid "Documentation Development" +msgstr "文書作æˆ" -#: download.phtml:33 -msgid "" -"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " -"Applications menu). This will install GnuCash under the Office category in " -"the Applications menu." -msgstr "" +#: docs.phtml:92 +msgid "Interesting Links" +msgstr "関連リンク" -#: download.phtml:36 -msgid "Source code" -msgstr "ソースコード" +#: docs.phtml:93 +msgid "" +"The following links are for further sites that can help with the " +"documentation and review process." +msgstr "次ã®ãƒªãƒ³ã‚¯ã¯æ–‡æ›¸åŒ–ãŠã‚ˆã³æŸ»èª­éŽç¨‹ã§éžå¸¸ã«å½¹ã«ç«‹ã¤ã‚µã‚¤ãƒˆã§ã™ã€‚" -#: download.phtml:38 download.phtml:50 -#, php-format -msgid "for GnuCash %s" -msgstr "" +#: docs.phtml:100 +msgid "For both reviewers and documentation writers" +msgstr "文書ã®è‘—者ãŠã‚ˆã³æŸ»èª­è€…ã®ãŸã‚ã®æ–‡æ›¸" -#: download.phtml:39 -msgid "USA Mirror" -msgstr "米国ã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" +#: docs.phtml:101 +msgid "" +"Please read the following guides. The new docs are based on the GNOME2 XML " +"docbook system. Everyone wishing to help please follow these guides where " +"possible when reviewing and/or writing docs." +msgstr "次ã«è¨˜è¼‰ã—ã¦ã„るガイドを読んã§ãã ã•ã„。新è¦ã®æ–‡æ›¸ã¯ GNOME2 XML docbook システムã«åŸºã¥ã„ã¦ã„ã¾ã™ã€‚査読や文書作æˆã‚’è¡ŒãªãŠã†ã¨æ€ã£ã¦ã„ã‚‹æ–¹ã¯ã€å¯èƒ½ãªé™ã‚Šã“れらã®ã‚¬ã‚¤ãƒ‰ã«å¾“ã£ã¦ãã ã•ã‚‹ã‚ˆã†ãŠé¡˜ã„ã—ã¾ã™ã€‚" -#: download.phtml:40 -msgid "European Mirror" -msgstr "ヨーロッパã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" +#: docs.phtml:106 +msgid "We suggest also subscribing to " +msgstr "次ã®ãƒ¡ãƒ¼ãƒªãƒ³ã‚°ãƒªã‚¹ãƒˆã‚’購読ã™ã‚‹ã“ã¨ã‚’æ案ã—ã¾ã™" -#: download.phtml:43 -#, php-format -msgid "Unstable/Development release (%s)" -msgstr "開発版 (%s)" +#: docs.phtml:108 +msgid "Reviewers" +msgstr "査読者" -#: download.phtml:44 +#: docs.phtml:109 msgid "" -"Unstable (development) releases are for testing purposes only. They contain " -"the newest features and improvements, but may also contain serious bugs " -"still. Don't install these releases for everyday use." -msgstr "開発版ã¯ãƒ†ã‚¹ãƒˆã®ã¿ã‚’目的ã¨ã—ãŸãƒªãƒªãƒ¼ã‚¹ã§ã™ã€‚最新ã®æ©Ÿèƒ½ã‚„強化点ãŒã‚ã‚Šã¾ã™ãŒé‡å¤§ãªãƒã‚°ãŒå«ã¾ã‚Œã¦ã„ã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。通常ã®åˆ©ç”¨ã®ãŸã‚ã«ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãªã„ã§ãã ã•ã„。" +"Please check out the documentation module from the GnuCash svn - gnucash-" +"docs. For those not familiar with svn, the GnuCash wiki has a description. The only " +"change to get the docs is to change the checkout gnucash to checkout gnucash-" +"docs. You can also start from the current docs tarball." +msgstr "GnuCash ã® svn リãƒã‚¸ãƒˆãƒª gnucash-docs ã‹ã‚‰æ–‡æ›¸ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆã—ã¦ãã ã•ã„。も㗠svn ã«ã‚ã¾ã‚Šãªã˜ã¿ãŒãªã„ãªã‚‰ã€ GnuCash wiki 㫠説明ãŒã‚ã‚Šã¾ã™ã€‚ 文書を得るãŸã‚ã«ã¯ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆå¯¾è±¡ã‚’ gnucash ã‹ã‚‰ gnucash-docs ã«å˜ã«å¤‰æ›´ã™ã‚‹ã ã‘ã§ã™ã€‚ ç¾åœ¨ã®æ–‡æ›¸ã® tar アーカイブã‹ã‚‰å§‹ã‚ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" -#: download.phtml:45 -#, php-format +#: docs.phtml:110 msgid "" -"The latest unstable release of GnuCash is %s. Choose the download for your " -"operating system below." -msgstr "最新㮠GnuCash 開発版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ãƒ•ã‚¡ã‚¤ãƒ«ã‚’下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" +"The best way of retaining comments about docs in an easy to find way for " +"everyone would be to use bugzilla.gnome." +"org to file the bugs under documentation. This can also be done using " +"bug-buddy." +msgstr "" -#: download.phtml:53 -msgid "Other" -msgstr "ãã®ä»–" +#: docs.phtml:112 +msgid "Writers" +msgstr "著者" + +#: docs.phtml:113 +msgid "" +"Also checkout the docs svn as above. The usual procedure for contributors to " +"GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle " +"getting the patches added into svn until you are given an account. You can " +"also add the patch to a bug report in bugzilla if you wish." +msgstr "上記ã¨åŒæ§˜ã«æ–‡æ›¸ã® svn ã‚’ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆã—ã¦ãã ã•ã„。GnuCash ã¸ã®è²¢çŒ®è€…ãŒé€šå¸¸è¡Œã†æ‰‹ç¶šãã¯ã€æœ€åˆã« (英語ã§) gnucash-devel メーリングリストã¸ãƒ‘ッãƒã‚’é€ã‚‹ã“ã¨ã§ã™ã€‚ã‚ãªãŸã«ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒä¸Žãˆã‚‰ã‚Œã‚‹ã¾ã§ã¯ç§ãŸã¡ãŒãƒ‘ッãƒã‚’ svn ã«è¿½åŠ ã—ã¾ã™ã€‚ã‚ãªãŸãŒæœ›ã‚€ãªã‚‰ bugzilla ã§ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã¨ã—ã¦ãƒ‘ッãƒã‚’加ãˆã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" -#: download.phtml:56 -#, php-format -msgid "View all GnuCash %s downloads (stable)" -msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (安定版)" +#: docs.phtml:114 +msgid "" +"Please let other writers know which section you wish to tackle. Please " +"forward this to gnucash-" +"devel so that people can say 'hey I'm doing that already' or 'go ahead " +"and do it'." +msgstr "ã‚ãªãŸãŒã©ã®é …を変更ã—よã†ã¨ã—ã¦ã„ã‚‹ã‹ä»–ã®è‘—者ãŒåˆ†ã‹ã‚‹ã‚ˆã†ã«ã—ã¦ãã ã•ã„。他ã®äººãŒã€Œãã‚Œã¯ã™ã§ã«è¡Œã£ã¦ã„ã¾ã™ã€ã¾ãŸã¯ã€Œã§ã¯è¡Œã£ã¦ãã ã•ã„ã€ã¨è¨€ã†ã“ã¨ãŒã§ãるよã†ã« gnucash-devel ã¸ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。\n" -#: download.phtml:57 -#, php-format -msgid "View all GnuCash %s downloads (unstable)" -msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (開発版)" +#: docs.phtml:115 +msgid "" +"You may also want to retain a local copy of the old documentation to refer " +"to when writing. This still has a lot of useful information in it which " +"hasn't been transferred to the new docs" +msgstr "書ã„ã¦ã„る時ã«ã€å‚照用ã¨ã—ã¦å¤ã„文書をローカルã«ä¿å­˜ã—ã¦ãŠããŸã„ã¨æ€ã†ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。ã“ã‚Œã¯å¤ã„文書内ã«æ–°ã—ã„文書ã«ç§»è¡Œã•ã‚Œã¦ã„ãªã„多ãã®å½¹ã«ç«‹ã¤æƒ…å ±ãŒã‚ã‚‹å ´åˆã§ã™ã€‚" -#: download.phtml:58 -msgid "View all GnuCash downloads" -msgstr "ã™ã¹ã¦ã® GnuCash ダウンロードファイルを見る" +#: sizing.phtml:1 externals/menu.phtml:57 +msgid "Sizing" +msgstr "開発è¦æ¨¡" #: sizing.phtml:14 msgid "" @@ -307,7 +349,7 @@ msgstr "" #: sizing.phtml:43 msgid "Version" -msgstr "" +msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³" #: sizing.phtml:50 sizing.phtml:355 msgid "misc app" @@ -315,15 +357,15 @@ msgstr "" #: sizing.phtml:57 sizing.phtml:390 msgid "internal txt" -msgstr "" +msgstr "内部テキスト" #: sizing.phtml:58 msgid "Total" -msgstr "" +msgstr "åˆè¨ˆ" #: sizing.phtml:59 sizing.phtml:395 msgid "Languages" -msgstr "" +msgstr "言語" #: sizing.phtml:60 sizing.phtml:400 msgid "Author Credits" @@ -448,22 +490,268 @@ msgid "" "subdirectory are counted (leaving out some half-dozen scattered elsewhere)" msgstr "" -#: sizing.phtml:396 -msgid "" -"The number of languages that the application messages have been translated " -"to (the number of po/*.po files). In parenthesis, the number of " -"messages in the message files (grep msgstr po/*.po |wc), in " -"thousands." -msgstr "" +#: sizing.phtml:396 +msgid "" +"The number of languages that the application messages have been translated " +"to (the number of po/*.po files). In parenthesis, the number of " +"messages in the message files (grep msgstr po/*.po |wc), in " +"thousands." +msgstr "" + +#: sizing.phtml:401 +msgid "" +"The number of people credited in the AUTHORS file (version 1.6 and later) or " +"the README file (earlier versions). These include lead developers, patch " +"submitters and national-language translators. This includes additional " +"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " +"main gnucash/AUTHORS file." +msgstr "" + +#: oldnews.phtml:2 index.phtml:3 +msgid "Free Accounting Software" +msgstr "フリーã®è²¡å‹™ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢" + +#: oldnews.phtml:11 +msgid "Older Announcements" +msgstr "éŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹" + +#: oldnews.phtml:14 +msgid "" +"This is an archive of announcements that once appeared on the GnuCash home " +"page." +msgstr "GnuCash ホームページã«æŽ²è¼‰ã•ã‚ŒãŸéŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹ã®ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã§ã™ã€‚" + +#: download.phtml:3 +msgid "Download" +msgstr "ダウンロード" + +#: download.phtml:13 +msgid "Download GnuCash" +msgstr "GnuCashã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" + +#: download.phtml:15 +#, php-format +msgid "Stable release (%s)" +msgstr "安定版 (%s)" + +#: download.phtml:16 +msgid "" +"A stable release is a version of GnuCash that is well tested and considered " +"appropriate for every day use." +msgstr "GnuCash 安定版ã¯å分ã«ãƒ†ã‚¹ãƒˆã•ã‚Œã€é€šå¸¸ã®åˆ©ç”¨ã«é©ã—ãŸãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã™ã€‚" + +#: download.phtml:17 +#, php-format +msgid "" +"The latest stable release of GnuCash is %s. Choose the download for your " +"operating system below." +msgstr "" +"最新㮠GnuCash 安定版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" +"ファイルを下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" + +#: download.phtml:19 +msgid "Installers" +msgstr "インストーラー" + +#: download.phtml:21 download.phtml:22 download.phtml:48 download.phtml:49 +#, php-format +msgid "GnuCash %s for" +msgstr "GnuCash %s for" + +#: download.phtml:26 +msgid "" +"Most linux distributions come bundled with a version of GnuCash, though it's " +"not always the most recent version and it may not have been installed by " +"default. Still it is recommended to use the GnuCash version that comes with " +"your distribution." +msgstr "" +"ã»ã¨ã‚“ã©ã® Linux ディストリビューションã«ã¯ GnuCash ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚最新版" +"ã§ã¯ç„¡ã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ã—ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›" +"ん。ã§ã™ãŒã€ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§æä¾›ã•ã‚Œã¦ã„ã‚‹ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’利用ã™ã‚‹ã“ã¨ã‚’" +"ãŠå‹§ã‚ã—ã¾ã™ã€‚" + +#: download.phtml:27 +msgid "" +"Below are ways to install GnuCash on some of the more popular distributions:" +msgstr "ã„ãã¤ã‹ã®æœ‰åãªãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューション㧠GnuCash をインストールã™ã‚‹æ–¹æ³•ã¯æ¬¡ã®é€šã‚Šã§ã™ã€‚" + +#: download.phtml:30 +msgid "" +"Fedora users can install GnuCash through System->Administration->Add/Remove " +"Software (Gnome) or Applications->System->Software Management (KDE)." +msgstr "" + +#: download.phtml:31 +msgid "" +"Mandriva users can install GnuCash through the Software Management in the " +"Mandriva Linux Control Center." +msgstr "" + +#: download.phtml:32 +msgid "" +"Redhat and CentOS don't have GnuCash in their repositories by default. It " +"can be installed however from the third-party Epel repository. For more " +"details on configuring this additional software repository for your setup, " +"see " +msgstr "" + +#: download.phtml:32 +msgid "Epel's wiki page" +msgstr "Epelæ°ã«ã‚ˆã‚‹ wiki ページ" + +#: download.phtml:33 +msgid "" +"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " +"Applications menu). This will install GnuCash under the Office category in " +"the Applications menu." +msgstr "" + +#: download.phtml:36 +msgid "Source code" +msgstr "ソースコード" + +#: download.phtml:38 download.phtml:50 +#, php-format +msgid "for GnuCash %s" +msgstr "" + +#: download.phtml:39 +msgid "USA Mirror" +msgstr "米国ã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" + +#: download.phtml:40 +msgid "European Mirror" +msgstr "ヨーロッパã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" + +#: download.phtml:43 +#, php-format +msgid "Unstable/Development release (%s)" +msgstr "開発版 (%s)" + +#: download.phtml:44 +msgid "" +"Unstable (development) releases are for testing purposes only. They contain " +"the newest features and improvements, but may also contain serious bugs " +"still. Don't install these releases for everyday use." +msgstr "" +"開発版ã¯ãƒ†ã‚¹ãƒˆã®ã¿ã‚’目的ã¨ã—ãŸãƒªãƒªãƒ¼ã‚¹ã§ã™ã€‚最新ã®æ©Ÿèƒ½ã‚„強化点ãŒã‚ã‚Šã¾ã™ãŒé‡" +"大ãªãƒã‚°ãŒå«ã¾ã‚Œã¦ã„ã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。通常ã®åˆ©ç”¨ã®ãŸã‚ã«ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãªã„" +"ã§ãã ã•ã„。" + +#: download.phtml:45 +#, php-format +msgid "" +"The latest unstable release of GnuCash is %s. Choose the download for your " +"operating system below." +msgstr "" +"最新㮠GnuCash 開発版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" +"ファイルを下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" + +#: download.phtml:53 +msgid "Other" +msgstr "ãã®ä»–" + +#: download.phtml:56 +#, php-format +msgid "View all GnuCash %s downloads (stable)" +msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (安定版)" + +#: download.phtml:57 +#, php-format +msgid "View all GnuCash %s downloads (unstable)" +msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (開発版)" + +#: download.phtml:58 +msgid "View all GnuCash downloads" +msgstr "ã™ã¹ã¦ã® GnuCash ダウンロードファイルを見る" + +#: index.phtml:13 +msgid "Welcome to GnuCash.org" +msgstr "GnuCash.orgã«ã‚ˆã†ã“ã" + +#: index.phtml:16 +#, php-format +msgid "Download GnuCash %s" +msgstr "GnuCash %s ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" + +#: index.phtml:19 +msgid "Source" +msgstr "ソース" + +#: index.phtml:19 +msgid "Via distribution" +msgstr "ディストリビューションã§ã®å…¥æ‰‹" + +#: index.phtml:22 +msgid "More downloads (Source, Development,...)" +msgstr "ä»–ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ (ソースã€é–‹ç™ºç‰ˆã€â€¦)" + +#: index.phtml:26 +msgid "" +"GnuCash is personal and small-business financial-accounting software, freely " +"licensed under the GNU GPL and available " +"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "" +"GnuCash ã¯å€‹äººã¾ãŸã¯å°è¦æ¨¡ãƒ“ジãƒã‚¹å‘ã‘ã®è²¡å‹™ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚GNU GPL ライセンスã«åŸºã¥ãフリーã§æä¾›ã•ã‚Œã¦ã„ã¾" +"ã™ã€‚GNU/Linux〠BSD〠Solaris〠Mac OS X ãŠã‚ˆã³ Microsoft Windows ã§åˆ©ç”¨ã§ã" +"ã¾ã™ã€‚" + +#: index.phtml:28 +msgid "" +"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 to ensure balanced books and accurate reports. " +msgstr "" +"ç°¡å˜ã«ä½¿ãˆã‚‹ã‚ˆã†ã«è¨­è¨ˆã•ã‚Œã¦ã„ã¾ã™ãŒã€å¼·åŠ›ã§é«˜ã„柔軟性ãŒã‚ã‚Šã¾ã™ã€‚GnuCash ã«" +"よã£ã¦éŠ€è¡Œå£åº§ã€æ ªå¼ã€åŽç›ŠãŠã‚ˆã³è²»ç”¨ã‚’追跡ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚å°åˆ‡æ‰‹å¸³ã®ã‚ˆã†" +"ã«ç´ æ—©ãã€ç›´æ„Ÿçš„ã«åˆ©ç”¨ã§ãる一方ã€ãƒ—ロã®ä¼šè¨ˆåŽŸç†ã«åŸºã¥ã„ã¦ã„ã‚‹ãŸã‚確実ã«å¸³ç°¿" +"ã®é‡£ã‚Šåˆã‚’ä¿ã¡ã€æ­£ç¢ºãªå¸³ç¥¨ã‚’作æˆã§ãã¾ã™ã€‚" + +#: index.phtml:31 +msgid "Feature Highlights" +msgstr "主ãªç‰¹å¾´" + +#: index.phtml:34 +msgid "QIF/OFX/HBCI Import, Transaction Matching" +msgstr "QIF/OFX/HBCI å½¢å¼ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã€å–引を一致ã•ã›ã‚‹å‡¦ç†" + +#: index.phtml:35 features.phtml:36 +msgid "Reports, Graphs" +msgstr "帳票ã€ã‚°ãƒ©ãƒ•" + +#: index.phtml:36 features.phtml:105 +msgid "Scheduled Transactions" +msgstr "予定å–引" + +#: index.phtml:37 +msgid "Financial Calculations " +msgstr "財務計算" + +#: index.phtml:41 +msgid "Double-Entry Accounting" +msgstr "複å¼è¨˜å¸³æ³•ä¼šè¨ˆå‡¦ç†" + +#: index.phtml:42 +msgid "Stock/Bond/Mutual Fund Accounts" +msgstr "æ ªå¼/債券/投資信託勘定科目" + +#: index.phtml:43 +msgid "Small-Business Accounting" +msgstr "å°è¦æ¨¡ãƒ“ジãƒã‚¹ã®ä¼šè¨ˆå‡¦ç†" + +#: index.phtml:44 +msgid "Customers, Vendors, Jobs,
          Invoices, A/P, A/R" +msgstr "å¾—æ„å…ˆã€ä»•å…¥å…ˆã€è«‹æ±‚ã®ã¾ã¨ã‚
          請求書ã€è²·æŽ›é‡‘ã€å£²æŽ›é‡‘" -#: sizing.phtml:401 -msgid "" -"The number of people credited in the AUTHORS file (version 1.6 and later) or " -"the README file (earlier versions). These include lead developers, patch " -"submitters and national-language translators. This includes additional " -"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " -"main gnucash/AUTHORS file." -msgstr "" +#: index.phtml:50 +msgid "News" +msgstr "ニュース" + +#: features.phtml:2 +msgid "Features" +msgstr "特徴" #: features.phtml:22 msgid "Checkbook-Style Register" @@ -475,7 +763,10 @@ msgid "" "interface to entering financial transactions. The register supports common " "checking and credit-card transactions, as well as income, stock and currency " "transactions." -msgstr "財務å–引を入力ã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã¯ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ã§ã€ä¾¿åˆ©ã‹ã¤è¦ªã—ã¿ã‚„ã™ã„ã€å°åˆ‡æ‰‹å¸³ã‚¹ã‚¿ã‚¤ãƒ«ã®è¨˜éŒ²ç°¿ã«ãªã£ã¦ã„ã¾ã™ã€‚記録簿ã¯é€šå¸¸ã®å°åˆ‡æ‰‹ã‚„クレジットカードå–引ã«åŠ ãˆã¦åŽç›Šã€æ ªå¼ã€é€šè²¨å–引をサãƒãƒ¼ãƒˆã—ã¾ã™ã€‚" +msgstr "" +"財務å–引を入力ã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã¯ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ã§ã€ä¾¿åˆ©ã‹ã¤è¦ªã—ã¿ã‚„ã™" +"ã„ã€å°åˆ‡æ‰‹å¸³ã‚¹ã‚¿ã‚¤ãƒ«ã®è¨˜éŒ²ç°¿ã«ãªã£ã¦ã„ã¾ã™ã€‚記録簿ã¯é€šå¸¸ã®å°åˆ‡æ‰‹ã‚„クレジット" +"カードå–引ã«åŠ ãˆã¦åŽç›Šã€æ ªå¼ã€é€šè²¨å–引をサãƒãƒ¼ãƒˆã—ã¾ã™ã€‚" #: features.phtml:30 msgid "Double Entry" @@ -486,14 +777,20 @@ msgid "" "Every transaction must debit one account and credit others by an equal " "amount. This ensures that the \"books balance\": that the difference between " "income and outflow exactly equals the sum of all assets and equity." -msgstr "ã™ã¹ã¦ã®å–引ã¯ã‚る勘定科目ã®å€Ÿæ–¹ã¨ãªã‚Šã€ä»–ã®å‹˜å®šç§‘ç›®ã§ç­‰é‡ã®è²¸æ–¹ã¨ãªã‚Šã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã£ã¦ã€Œå¸³ç°¿ã®é‡£ã‚Šåˆã„ã€ãŒç¢ºå®Ÿã«ä¿ãŸã‚Œã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚ŠåŽç›Šã¨è²»ç”¨ã®å·®ãŒåŽ³å¯†ã«ç´”資産ã®åˆè¨ˆã¨ä¸€è‡´ã—ã¾ã™ã€‚" +msgstr "" +"ã™ã¹ã¦ã®å–引ã¯ã‚る勘定科目ã®å€Ÿæ–¹ã¨ãªã‚Šã€ä»–ã®å‹˜å®šç§‘ç›®ã§ç­‰é‡ã®è²¸æ–¹ã¨ãªã‚Šã¾ã™ã€‚" +"ã“ã‚Œã«ã‚ˆã£ã¦ã€Œå¸³ç°¿ã®é‡£ã‚Šåˆã„ã€ãŒç¢ºå®Ÿã«ä¿ãŸã‚Œã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚ŠåŽç›Šã¨è²»ç”¨ã®å·®ãŒ" +"厳密ã«ç´”資産ã®åˆè¨ˆã¨ä¸€è‡´ã—ã¾ã™ã€‚" #: features.phtml:39 msgid "" "GnuCash has an integrated reporting and graphing module, and comes complete " "with a full suite of standard and customizeable reports, such as Balance " "Sheet, Profit & Loss, Portfolio Valuation, and many others." -msgstr "GnuCash ã«ã¯çµ±åˆã•ã‚ŒãŸå¸³ç¥¨ãƒ»ã‚°ãƒ©ãƒ•ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ãŒã‚ã‚Šã€è²¸å€Ÿå¯¾ç…§è¡¨ã€æ益計算書ã€ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªè©•ä¾¡ãªã©ã®æ¨™æº–ãŠã‚ˆã³ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ãªå¸³ç¥¨ã®ä¸€å¼ã‚’作æˆã™ã‚‹ã“ã¨ãŒå‡ºæ¥ã¾ã™ã€‚" +msgstr "" +"GnuCash ã«ã¯çµ±åˆã•ã‚ŒãŸå¸³ç¥¨ãƒ»ã‚°ãƒ©ãƒ•ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ãŒã‚ã‚Šã€è²¸å€Ÿå¯¾ç…§è¡¨ã€æ益計算書ã€" +"ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªè©•ä¾¡ãªã©ã®æ¨™æº–ãŠã‚ˆã³ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ãªå¸³ç¥¨ã®ä¸€å¼ã‚’作æˆã™ã‚‹ã“ã¨" +"ãŒå‡ºæ¥ã¾ã™ã€‚" #: features.phtml:43 msgid "Income/Expense Account Types" @@ -505,7 +802,11 @@ msgid "" "flow. When used properly with the double-entry feature and equity accounts, " "these enable you to generate reports, such as Profit & Loss, that plain-" "vanilla systems cannot handle." -msgstr "åŽç›Š/費用勘定科目タイプ (カテゴリ) ã«ã‚ˆã£ã¦ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãƒ•ãƒ­ãƒ¼ã‚’分類ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚複å¼è¨˜å¸³æ³•ã¨ç´”資産勘定科目をé©åˆ‡ã«ä½¿ç”¨ã™ã‚‹ã“ã¨ã§ã€ã”ã普通ã®ã‚·ã‚¹ãƒ†ãƒ ã§ã¯å–り扱ã†ã“ã¨ãŒã§ããªã„よã†ãªæ益計算書ãªã©ã®å¸³ç¥¨ã‚’作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" +msgstr "" +"åŽç›Š/費用勘定科目タイプ (カテゴリ) ã«ã‚ˆã£ã¦ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãƒ•ãƒ­ãƒ¼ã‚’分類ã™ã‚‹ã“ã¨ãŒã§" +"ãã¾ã™ã€‚複å¼è¨˜å¸³æ³•ã¨ç´”資産勘定科目をé©åˆ‡ã«ä½¿ç”¨ã™ã‚‹ã“ã¨ã§ã€ã”ã普通ã®ã‚·ã‚¹ãƒ†ãƒ " +"ã§ã¯å–り扱ã†ã“ã¨ãŒã§ããªã„よã†ãªæ益計算書ãªã©ã®å¸³ç¥¨ã‚’作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾" +"ã™ã€‚" #: features.phtml:48 msgid "Multiple Currencies" @@ -515,7 +816,9 @@ msgstr "複数通貨" msgid "" "Different accounts can be denominated in different currencies. Currency " "movements between accounts are fully balanced when double-entry is enabled." -msgstr "ç•°ãªã‚‹å‹˜å®šç§‘ç›®ã«å¯¾ã—ã¦ã¯ç•°ãªã‚‹é€šè²¨å˜ä½ã§è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚勘定科目間ã§ã®é€šè²¨ã®ç§»å‹•ã¯è¤‡å¼è¨˜å¸³æ³•ã‚’利用ã™ã‚‹ã“ã¨ã§é‡£ã‚Šåˆã„ãŒå®Œå…¨ã«ä¿ãŸã‚Œã¾ã™ã€‚" +msgstr "" +"ç•°ãªã‚‹å‹˜å®šç§‘ç›®ã«å¯¾ã—ã¦ã¯ç•°ãªã‚‹é€šè²¨å˜ä½ã§è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚勘定科目間ã§" +"ã®é€šè²¨ã®ç§»å‹•ã¯è¤‡å¼è¨˜å¸³æ³•ã‚’利用ã™ã‚‹ã“ã¨ã§é‡£ã‚Šåˆã„ãŒå®Œå…¨ã«ä¿ãŸã‚Œã¾ã™ã€‚" #: features.phtml:53 msgid "Stock/Mutual Fund Portfolios" @@ -525,7 +828,9 @@ msgstr "æ ªå¼ / 投資信託ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª" msgid "" "Track stocks individually (one per account) or in portfolio of accounts (a " "group of accounts that can be displayed together)." -msgstr "æ ªå¼ã‚’個別 (勘定科目å˜ä½) ã¾ãŸã¯å‹˜å®šç§‘ç›®ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª (一緒ã«è¡¨ç¤ºå¯èƒ½ãªå‹˜å®šç§‘目グループ) ã¨ã—ã¦è¿½è·¡ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" +msgstr "" +"æ ªå¼ã‚’個別 (勘定科目å˜ä½) ã¾ãŸã¯å‹˜å®šç§‘ç›®ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª (一緒ã«è¡¨ç¤ºå¯èƒ½ãªå‹˜" +"定科目グループ) ã¨ã—ã¦è¿½è·¡ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:57 msgid "Small Business Accounting Features" @@ -535,7 +840,9 @@ msgstr "å°è¦æ¨¡ãƒ“ジãƒã‚¹å‘ã‘会計機能" msgid "" "Simplify managing a small business with Customer and Vendor tracking, " "Invoicing and Bill Payment, and Tax and Billing Terms." -msgstr "å¾—æ„å…ˆã¨ä»•å…¥å…ˆã®è¿½è·¡ã€å¾—æ„先請求書ã¨ä»•å…¥å…ˆè«‹æ±‚書ã®æ”¯æ‰•ã€ç¨Žé‡‘ã¨æ”¯æ‰•æ¡ä»¶ã®ç®¡ç†ãªã©å°è¦æ¨¡ãƒ“ジãƒã‚¹ã®ç®¡ç†ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚" +msgstr "" +"å¾—æ„å…ˆã¨ä»•å…¥å…ˆã®è¿½è·¡ã€å¾—æ„先請求書ã¨ä»•å…¥å…ˆè«‹æ±‚書ã®æ”¯æ‰•ã€ç¨Žé‡‘ã¨æ”¯æ‰•æ¡ä»¶ã®ç®¡ç†" +"ãªã©å°è¦æ¨¡ãƒ“ジãƒã‚¹ã®ç®¡ç†ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚" #: features.phtml:62 msgid "QIF Import" @@ -545,7 +852,9 @@ msgstr "QIFã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" msgid "" "Intuit® Quicken® QIF files can be imported, " "and are automatically merged to eliminate duplicate transactions." -msgstr "Intuit® Quicken® QIF ファイルをインãƒãƒ¼ãƒˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ä½µåˆæ™‚ã«ã¯è‡ªå‹•çš„ã«é‡è¤‡ã—ãŸå–引ãŒå‰Šé™¤ã•ã‚Œã¾ã™ã€‚" +msgstr "" +"Intuit® Quicken® QIF ファイルをインãƒãƒ¼ãƒˆã™ã‚‹ã“" +"ã¨ãŒã§ãã¾ã™ã€‚ä½µåˆæ™‚ã«ã¯è‡ªå‹•çš„ã«é‡è¤‡ã—ãŸå–引ãŒå‰Šé™¤ã•ã‚Œã¾ã™ã€‚" #: features.phtml:66 msgid "OFX Import" @@ -555,7 +864,10 @@ msgstr "OFXã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" msgid "" "GnuCash is the first free software application to support the Open Financial " "Exchange protocol that many banks and financial services are starting to use." -msgstr "GnuCash 㯠Open Financial Exchange プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²ä¸Šåˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚ã“ã®ãƒ—ロトコルã¯å¤šãã®éŠ€è¡Œã‚„財務サービスã§åˆ©ç”¨ã•ã‚Œå§‹ã‚ã¦ã„ã¾ã™ã€‚" +msgstr "" +"GnuCash 㯠Open Financial Exchange プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²ä¸Šåˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•" +"トウェアã§ã™ã€‚ã“ã®ãƒ—ロトコルã¯å¤šãã®éŠ€è¡Œã‚„財務サービスã§åˆ©ç”¨ã•ã‚Œå§‹ã‚ã¦ã„ã¾" +"ã™ã€‚" #: features.phtml:70 msgid "HBCI Support" @@ -566,7 +878,10 @@ msgid "" "GnuCash is the first free software application to support the German Home " "Banking Computer Information protocol, allowing German users to perform " "statement download and initiate bank transfers and direct debits." -msgstr "GnuCash㯠German Home Banking Computer Information プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²ä¸Šåˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚ドイツã®åˆ©ç”¨è€…ã¯æ˜Žç´°æ›¸ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã€å£åº§æŒ¯æ›¿ã€ç›´æŽ¥å…¥é‡‘ã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚" +msgstr "" +"GnuCash㯠German Home Banking Computer Information プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²" +"上åˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚ドイツã®åˆ©ç”¨è€…ã¯æ˜Žç´°æ›¸ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã€å£åº§æŒ¯" +"替ã€ç›´æŽ¥å…¥é‡‘ã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:74 msgid "Improved Import Transaction Matching" @@ -577,7 +892,9 @@ msgid "" "The development of OFX and HBCI support has also resulted in an improved " "transaction matching system that more accurately recognizes duplicate " "transactions during file import." -msgstr "OFX 㨠HBCI サãƒãƒ¼ãƒˆã‚’開発ã—ãŸçµæžœã¨ã—ã¦å–引一致処ç†ãŒå¼·åŒ–ã•ã‚Œã€ãƒ•ã‚¡ã‚¤ãƒ«ã‚¤ãƒ³ãƒãƒ¼ãƒˆæ™‚ã«ã‚ˆã‚Šæ­£ç¢ºã«é‡è¤‡ã—ãŸå–引を検出ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã—ãŸã€‚" +msgstr "" +"OFX 㨠HBCI サãƒãƒ¼ãƒˆã‚’開発ã—ãŸçµæžœã¨ã—ã¦å–引一致処ç†ãŒå¼·åŒ–ã•ã‚Œã€ãƒ•ã‚¡ã‚¤ãƒ«ã‚¤ãƒ³" +"ãƒãƒ¼ãƒˆæ™‚ã«ã‚ˆã‚Šæ­£ç¢ºã«é‡è¤‡ã—ãŸå–引を検出ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã—ãŸã€‚" #: features.phtml:78 msgid "Statement Reconciliation" @@ -587,7 +904,8 @@ msgstr "明細書ã®ç…§åˆ" msgid "" "A reconcile window with running reconciled and cleared balances makes " "balancing against bank statements easy." -msgstr "ç…§åˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«ã‚ˆã‚ŠéŠ€è¡Œã®æ˜Žç´°æ›¸ã«å¯¾ã™ã‚‹ç…§åˆãƒ»æ¸…算処ç†ãŒå®¹æ˜“ã«ãªã‚Šã¾ã™ã€‚" +msgstr "" +"ç…§åˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«ã‚ˆã‚ŠéŠ€è¡Œã®æ˜Žç´°æ›¸ã«å¯¾ã™ã‚‹ç…§åˆãƒ»æ¸…算処ç†ãŒå®¹æ˜“ã«ãªã‚Šã¾ã™ã€‚" #: features.phtml:82 msgid "Localization" @@ -600,7 +918,12 @@ msgid "" "French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " "Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " "Documentation is available in English, French, Portuguese and Spanish." -msgstr "国際化ã•ã‚ŒãŸæ—¥ä»˜æ›¸å¼ã¨é€šè²¨ã‚’å–り扱ã†ã“ã¨ãŒã§ãã¾ã™ã€‚GnuCash ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãŠã‚ˆã³ãƒãƒƒãƒ—アップã¯21言語ã«ç¿»è¨³ã•ã‚Œã¦ã„ã¾ã™ã€‚中国語ã€ãƒ‡ãƒ³ãƒžãƒ¼ã‚¯èªžã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒ‰ã‚¤ãƒ„語ã€ãƒãƒ³ã‚¬ãƒªãƒ¼èªžã€ã‚¤ã‚¿ãƒªã‚¢èªžã€æ—¥æœ¬èªžã€ãƒŽãƒ«ã‚¦ã‚§ãƒ¼èªžã€ãƒãƒ¼ãƒ©ãƒ³ãƒ‰èªžã€ãƒãƒ«ãƒˆã‚¬ãƒ«èªžã€ãƒ­ã‚·ã‚¢èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã€ã‚¹ã‚¦ã‚§ãƒ¼ãƒ‡ãƒ³èªžã€ãƒˆãƒ«ã‚³èªžã€ã‚¦ã‚¯ãƒ©ã‚¤ãƒŠèªžã€ãŠã‚ˆã³è‹±å›½è‹±èªžã§ã™ã€‚英語ã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒãƒ«ãƒˆã‚¬ãƒ«èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã®æ–‡æ›¸ã‚‚存在ã—ã¾ã™ã€‚" +msgstr "" +"国際化ã•ã‚ŒãŸæ—¥ä»˜æ›¸å¼ã¨é€šè²¨ã‚’å–り扱ã†ã“ã¨ãŒã§ãã¾ã™ã€‚GnuCash ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãŠã‚ˆã³" +"ãƒãƒƒãƒ—アップã¯21言語ã«ç¿»è¨³ã•ã‚Œã¦ã„ã¾ã™ã€‚中国語ã€ãƒ‡ãƒ³ãƒžãƒ¼ã‚¯èªžã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒ‰" +"イツ語ã€ãƒãƒ³ã‚¬ãƒªãƒ¼èªžã€ã‚¤ã‚¿ãƒªã‚¢èªžã€æ—¥æœ¬èªžã€ãƒŽãƒ«ã‚¦ã‚§ãƒ¼èªžã€ãƒãƒ¼ãƒ©ãƒ³ãƒ‰èªžã€ãƒãƒ«ãƒˆ" +"ガル語ã€ãƒ­ã‚·ã‚¢èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã€ã‚¹ã‚¦ã‚§ãƒ¼ãƒ‡ãƒ³èªžã€ãƒˆãƒ«ã‚³èªžã€ã‚¦ã‚¯ãƒ©ã‚¤ãƒŠèªžã€ãŠã‚ˆã³" +"英国英語ã§ã™ã€‚英語ã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒãƒ«ãƒˆã‚¬ãƒ«èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã®æ–‡æ›¸ã‚‚存在ã—ã¾ã™ã€‚" #: features.phtml:86 msgid "Transaction Finder" @@ -622,7 +945,11 @@ msgid "" "This can ease the trouble of tracking down typing/entry errors. It also " "provides a convenient way of viewing a portfolio of many stocks, by showing " "all transactions in that portfolio." -msgstr "複数ã®å‹˜å®šç§‘目をåŒæ™‚ã«ä¸€ã¤ã®è¨˜éŒ²ç°¿ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚Šã‚¿ã‚¤ãƒ”ング/入力エラーを見ã¤ã‘出ã™ã“ã¨ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚ã¾ãŸè¤‡æ•°æ ªå¼ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã‚’å‚ç…§ã™ã‚‹ã“ã¨ãŒã€ã™ã¹ã¦ã®å–引をãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã«å«ã‚ã‚‹ã“ã¨ãŒã§ãã‚‹ãŸã‚便利ã«ãªã‚Šã¾ã™ã€‚" +msgstr "" +"複数ã®å‹˜å®šç§‘目をåŒæ™‚ã«ä¸€ã¤ã®è¨˜éŒ²ç°¿ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã“ã‚Œã«" +"よりタイピング/入力エラーを見ã¤ã‘出ã™ã“ã¨ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚ã¾ãŸè¤‡æ•°æ ªå¼ã®ãƒãƒ¼" +"トフォリオをå‚ç…§ã™ã‚‹ã“ã¨ãŒã€ã™ã¹ã¦ã®å–引をãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã«å«ã‚ã‚‹ã“ã¨ãŒã§ãã‚‹" +"ãŸã‚便利ã«ãªã‚Šã¾ã™ã€‚" #: features.phtml:96 msgid "Online Stock & Mutual Fund Quotes" @@ -632,7 +959,9 @@ msgstr "オンライン株å¼ãƒ»æŠ•è³‡ä¿¡è¨—相場表å–å¾—" msgid "" "Get Stock & Mutual Fund quotes from various web sites, update portfolio " "automatically. Additional pricing sources are added regularly." -msgstr "æ ªå¼ãƒ»æŠ•è³‡ä¿¡è¨—ã®ç›¸å ´è¡¨ã‚’様々ãªã‚¦ã‚§ãƒ–サイトã‹ã‚‰å–å¾—ã—ã¦ã€è‡ªå‹•çš„ã«ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã‚’アップデートã—ã¾ã™ã€‚相場情報æºã¯å®šæœŸçš„ã«è¿½åŠ ã•ã‚Œã¾ã™ã€‚" +msgstr "" +"æ ªå¼ãƒ»æŠ•è³‡ä¿¡è¨—ã®ç›¸å ´è¡¨ã‚’様々ãªã‚¦ã‚§ãƒ–サイトã‹ã‚‰å–å¾—ã—ã¦ã€è‡ªå‹•çš„ã«ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒª" +"オをアップデートã—ã¾ã™ã€‚相場情報æºã¯å®šæœŸçš„ã«è¿½åŠ ã•ã‚Œã¾ã™ã€‚" #: features.phtml:100 msgid "Check Printing" @@ -642,7 +971,9 @@ msgstr "å°åˆ‡æ‰‹ã®å°åˆ·" msgid "" "Checks may be printed in standard formats on common check stocks. A " "customization GUI allows custom check layouts to be developed." -msgstr "一般的ãªå°åˆ‡æ‰‹ãƒ†ãƒ³ãƒ—レートã«ã‚ˆã‚Šå°åˆ‡æ‰‹ã‚’標準形å¼ã§å°åˆ·ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚GUIを利用ã—ã¦å°åˆ‡æ‰‹ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã‚’カスタマイズã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" +msgstr "" +"一般的ãªå°åˆ‡æ‰‹ãƒ†ãƒ³ãƒ—レートã«ã‚ˆã‚Šå°åˆ‡æ‰‹ã‚’標準形å¼ã§å°åˆ·ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚GUI" +"を利用ã—ã¦å°åˆ‡æ‰‹ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã‚’カスタマイズã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" #: features.phtml:106 msgid "" @@ -650,7 +981,9 @@ msgid "" "when a transaction is due, the ability to postpone a scheduled transaction " "without canceling it, and the ability to specify only a limited number of " "transactions." -msgstr "å–引期日ã«è‡ªå‹•çš„ã«é€šçŸ¥ã™ã‚‹æ©Ÿèƒ½ã€äºˆå®šå–引を中止ã›ãšã«å»¶æœŸã™ã‚‹æ©Ÿèƒ½ã‚„å–引回数を指定ã™ã‚‹æ©Ÿèƒ½ãªã©ãŒå«ã¾ã‚Œã‚‹ç¹°ã‚Šè¿”ã—å–引を作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" +msgstr "" +"å–引期日ã«è‡ªå‹•çš„ã«é€šçŸ¥ã™ã‚‹æ©Ÿèƒ½ã€äºˆå®šå–引を中止ã›ãšã«å»¶æœŸã™ã‚‹æ©Ÿèƒ½ã‚„å–引回数を" +"指定ã™ã‚‹æ©Ÿèƒ½ãªã©ãŒå«ã¾ã‚Œã‚‹ç¹°ã‚Šè¿”ã—å–引を作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" #: features.phtml:109 msgid "Mortgage & Loan Repayment Druid" @@ -665,237 +998,27 @@ msgstr "ウィザードを利用ã—ã¦ãƒ­ãƒ¼ãƒ³æ”¯æ‰•ã„ã®äºˆå®šå–å¼•ã‚’ä½œæˆ msgid "New User Manual and Help" msgstr "æ–°ã—ã„ユーザーマニュアルã¨ãƒ˜ãƒ«ãƒ—" -#: features.phtml:116 -msgid "" -"A new help subsystem that focuses on how to do tasks is now available, in " -"addition to a Tutorial and Concepts guide that gives the user background " -"information on accounting principles and how they are reflected in GnuCash." -msgstr "" - -#: docs.phtml:11 -msgid "GnuCash Documentation Project" -msgstr "GnuCash 文書プロジェクト" - -#: docs.phtml:13 -msgid "" -"This page is the home of the Gnucash Documentation Project, our goal is to " -"maintain a community of people working towards creation of high quality " -"documentation for GnuCash." -msgstr "" - -#: docs.phtml:15 -msgid "" -"Everything you need concerning GnuCash documentation should be here, if you " -"notice something missing, email gnucash-devel and we will add it." -msgstr "" - -#: docs.phtml:17 docs.phtml:23 -msgid "Nightly Documentation Builds" -msgstr "" - -#: docs.phtml:18 -msgid "current unstable user documentation and developer documentation" -msgstr "" - -#: docs.phtml:20 -msgid "" -"Every night a server builds the documentation from the current contents of " -"the GnuCash subversion repository. This includes the Developer " -"Documentation from Doxygen and User Documentation for the current unstable " -"version of GnuCash." -msgstr "" - -#: docs.phtml:25 docs.phtml:47 docs.phtml:78 -msgid "Concepts Guide" -msgstr "コンセプトガイド" - -#: docs.phtml:26 docs.phtml:39 docs.phtml:73 -msgid "Help Manual" -msgstr "ヘルプマニュアル" - -#: docs.phtml:27 -msgid "Doxygen Developer Documentation" -msgstr "Doxygen 開発文書" - -#: docs.phtml:32 -msgid "GnuCash v2.0 (current stable release)" -msgstr "GnuCash v2.0 (ç¾åœ¨ã®å®‰å®šç‰ˆ)" - -#: docs.phtml:34 -msgid "" -"If you have a question about how to use GnuCash, you are in the right place. " -"The first thing you should do is read the Help Manual and the Concepts " -"Guide, most of your questions can probably be answered by these documents." -msgstr "" - -#: docs.phtml:35 -msgid "" -"The Help Manual is designed to be a quick reference of how to accomplish " -"specific tasks and how to use the features in GnuCash. The Concepts Guide is " -"designed to be an in depth guide to the concepts behind using GnuCash with a " -"tutorial to show how to put those concepts into practice." -msgstr "" - -#: docs.phtml:41 docs.phtml:43 docs.phtml:49 docs.phtml:50 docs.phtml:74 -#: docs.phtml:76 docs.phtml:79 docs.phtml:80 docs.phtml:84 -msgid "English" -msgstr "英語" - -#: docs.phtml:42 docs.phtml:75 docs.phtml:85 -msgid "Deutsch" -msgstr "ドイツ語" - -#: docs.phtml:55 -msgid "" -"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " -"to your question within either the Help Manual or the Concepts Guide. We " -"want feedback from you, it is only through your comments that we know " -"how to modify the documentation." -msgstr "" - -#: docs.phtml:56 -msgid "" -"Additionally, you can talk to someone via IRC at irc.gnome.org channel " -"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " -"registered users can ask and answer questions." -msgstr "" - -#: docs.phtml:58 -msgid "" -"Some people have written HOWTO guides or tutorials. Note: the information " -"presented in these sources may or may not be updated to the most recent " -"version of GnuCash. If you are interested in doing development work on these " -"documents, you should contact the original authors." -msgstr "" - -#: docs.phtml:60 -msgid "Neil Williams GnuCash documentation" -msgstr "" - -#: docs.phtml:61 -msgid "GnuCash for Business Users" -msgstr "" - -#: docs.phtml:62 -msgid "mirror" -msgstr "" - -#: docs.phtml:64 -msgid "Joe Mack's Tutorial" -msgstr "" - -#: docs.phtml:66 -msgid "Dave Gilbert's User Guide (PDF)" -msgstr "" - -#: docs.phtml:69 -msgid "Older GnuCash Documentation" -msgstr "éŽåŽ»ã® GnuCash 文書" - -#: docs.phtml:70 -msgid "" -"This section contains all the older GnuCash documentation. If you are using " -"one of these old versions of GnuCash, it is highly recommended that you " -"upgrade to the latest stable version." -msgstr "" - -#: docs.phtml:86 -msgid "Espagnol" -msgstr "" - -#: docs.phtml:87 -msgid "Português" -msgstr "" - -#: docs.phtml:90 -msgid "Documentation Development" -msgstr "文書作æˆ" - -#: docs.phtml:92 -msgid "Interesting Links" -msgstr "" - -#: docs.phtml:93 -msgid "" -"The following links are for further sites that can help with the " -"documentation and review process." -msgstr "" - -#: docs.phtml:100 -msgid "For both reviewers and documentation writers" -msgstr "" - -#: docs.phtml:101 -msgid "" -"Please read the following guides. The new docs are based on the GNOME2 XML " -"docbook system. Everyone wishing to help please follow these guides where " -"possible when reviewing and/or writing docs." -msgstr "" - -#: docs.phtml:106 -msgid "We suggest also subscribing to " -msgstr "" - -#: docs.phtml:108 -msgid "Reviewers" -msgstr "査読者" - -#: docs.phtml:109 -msgid "" -"Please check out the documentation module from the GnuCash svn - gnucash-" -"docs. For those not familiar with svn, the GnuCash wiki has a description. The only " -"change to get the docs is to change the checkout gnucash to checkout gnucash-" -"docs. You can also start from the current docs tarball." -msgstr "" - -#: docs.phtml:110 -msgid "" -"The best way of retaining comments about docs in an easy to find way for " -"everyone would be to use bugzilla.gnome." -"org to file the bugs under documentation. This can also be done using " -"bug-buddy." -msgstr "" - -#: docs.phtml:112 -msgid "Writers" -msgstr "著者" - -#: docs.phtml:113 -msgid "" -"Also checkout the docs svn as above. The usual procedure for contributors to " -"GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle " -"getting the patches added into svn until you are given an account. You can " -"also add the patch to a bug report in bugzilla if you wish." -msgstr "" - -#: docs.phtml:114 -msgid "" -"Please let other writers know which section you wish to tackle. Please " -"forward this to gnucash-" -"devel so that people can say 'hey I'm doing that already' or 'go ahead " -"and do it'." -msgstr "" - -#: docs.phtml:115 +#: features.phtml:116 msgid "" -"You may also want to retain a local copy of the old documentation to refer " -"to when writing. This still has a lot of useful information in it which " -"hasn't been transferred to the new docs" +"A new help subsystem that focuses on how to do tasks is now available, in " +"addition to a Tutorial and Concepts guide that gives the user background " +"information on accounting principles and how they are reflected in GnuCash." msgstr "" +"会計原則ã«é–¢ã™ã‚‹èƒŒæ™¯æƒ…å ±ãŠã‚ˆã³ãã‚ŒãŒã©ã®ã‚ˆã†ã« GnuCash ã«å映ã•ã‚Œã¦ã„ã‚‹ã‹ã‚’説" +"明ã™ã‚‹ GnuCash ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ãƒ»ã‚³ãƒ³ã‚»ãƒ—トガイドã«åŠ ãˆã¦ã€ä½œæ¥­ã‚’ã©ã®ã‚ˆã†ã«è¡Œã†" +"ã‹ã«é–¢ã—ã¦é›†ä¸­ã—ã¦è¨˜è¿°ã—ãŸæ–°ã—ã„ヘルプサブシステムãŒä½¿ç”¨å¯èƒ½ã«ãªã‚Šã¾ã—ãŸã€‚" -#: externals/header.phtml:27 -msgid "Language" -msgstr "言語" +#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 +msgid "Server & email outage reports to: " +msgstr "サーãƒãƒ¼ãŠã‚ˆã³ email ã®ä¸å…·åˆã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: " -#: externals/header.phtml:38 -msgid "Continent" +#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 +msgid "" +"Translation problems? Contact: gnucash-devel@gnucash.org" msgstr "" +"翻訳ã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: gnucash-" +"devel@gnucash.org" #: externals/menu.phtml:11 msgid "Information" @@ -973,132 +1096,17 @@ msgstr "Subversion アクセス" msgid "Language Translations" msgstr "言語ã®ç¿»è¨³" -#: externals/menu.phtml:57 -msgid "Sizing" -msgstr "開発è¦æ¨¡" - -#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 -msgid "Server & email outage reports to: " -msgstr "サーãƒãƒ¼ãŠã‚ˆã³ email ã®ä¸å…·åˆã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: " - -#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 -msgid "" -"Translation problems? Contact: gnucash-devel@gnucash.org" -msgstr "翻訳ã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: gnucash-devel@gnucash.org" - -#: search/templates/NMZ.tips.php_tmpl:4 -msgid "Tips on searching" -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:7 -msgid "If you have trouble with searching, you can check the following tips." -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:11 -msgid "" -"Check a spelling of your keyword
          \n" -"Namazu can't find anything with wrong spelling." -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:15 -msgid "Add keywords" -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:17 -msgid "" -"If you gained no results or too few results, you can add one\n" -"or more related keywords with or operator. You should get more results.\n" -"e.g.," -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:23 -msgid "" -"If you gained too many results, you can add one or more\n" -"related keywords with and\n" -"operator. It makes your search more limited. e.g.," -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:29 -msgid "Try substring matching" -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:31 -msgid "" -"If you gained no results or too few results, you can try\n" -"substring matching." -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:34 -msgid "" -"You can specify tex* to\n" -"search for terms which begin with\n" -"tex (e.g., tex,\n" -"texi2html,\n" -"texindex, text)." -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:41 -msgid "" -"You can specify *tex to\n" -"search for terms which terminated with tex (e.g.,\n" -"bibtex,\n" -"jlatex, latex,\n" -"platex, ptex, vertex)." -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:48 -msgid "" -"You can specify *tex* to\n" -"search for terms which contain tex (many)." -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:53 -msgid "" -"You tried phrase searching but it hit documents which\n" -"didn't contain your phrase." -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:56 -msgid "" -"It's a defect of Namazu. Precision of phrase searching is\n" -"not 100%, so it cause wrong results occasionally." -msgstr "" - -#: search/templates/NMZ.tips.php_tmpl:60 -#: search/templates/NMZ.body.php_tmpl:182 -msgid "" -"If you want to use and,\n" -"or or not as ordinary keywords
          \n" -"You can surround them respectively with double quotes like \"...\" or braces like {...}." -msgstr "" - -#: search/templates/NMZ.foot.php_tmpl:9 -msgid "This search system is powered by:" -msgstr "" - -#: search/templates/NMZ.result.short.php_tmpl:4 -#: search/templates/NMZ.result.normal.php_tmpl:4 -msgid "score" -msgstr "" - -#: search/templates/NMZ.result.short.php_tmpl:6 -#: search/templates/NMZ.result.normal.php_tmpl:9 -msgid "(${size} bytes)" -msgstr "" - -#: search/templates/NMZ.result.normal.php_tmpl:5 -msgid "Author" -msgstr "" +#: externals/header.phtml:27 +msgid "Language" +msgstr "言語" -#: search/templates/NMZ.result.normal.php_tmpl:6 -msgid "Date" +#: externals/header.phtml:39 +msgid "Continent" msgstr "" +# Namazu 検索関係ã®æ–‡å­—列 (search é…下) ã¯å…ƒã€…日本語化ã•ã‚Œã¦ã„ã‚‹ãŸã‚訳ã™å¿…è¦ã¯ã‚ã‚Šã¾ã›ã‚“。 +# 以下åŒæ§˜ã§ã™ã€‚ +# Comment by Yasuaki Taniguchi #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:27 msgid "Query" msgstr "" @@ -1303,6 +1311,17 @@ msgid "" "more time than other methods." msgstr "" +#: search/templates/NMZ.body.php_tmpl:182 +#: search/templates/NMZ.tips.php_tmpl:60 +msgid "" +"If you want to use and,\n" +"or or not as ordinary keywords
          \n" +"You can surround them respectively with double quotes like \"...\" or braces like {...}." +msgstr "" + #: search/templates/NMZ.head.php_tmpl:2 msgid "Mailing List Search" msgstr "" @@ -1382,3 +1401,104 @@ msgstr "" #: search/templates/NMZ.head.php_tmpl:64 msgid "Lists to Search" msgstr "" + +#: search/templates/NMZ.result.normal.php_tmpl:4 +#: search/templates/NMZ.result.short.php_tmpl:4 +msgid "score" +msgstr "" + +#: search/templates/NMZ.result.normal.php_tmpl:5 +msgid "Author" +msgstr "" + +#: search/templates/NMZ.result.normal.php_tmpl:6 +msgid "Date" +msgstr "" + +#: search/templates/NMZ.result.normal.php_tmpl:9 +#: search/templates/NMZ.result.short.php_tmpl:6 +msgid "(${size} bytes)" +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:4 +msgid "Tips on searching" +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:7 +msgid "If you have trouble with searching, you can check the following tips." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:11 +msgid "" +"Check a spelling of your keyword
          \n" +"Namazu can't find anything with wrong spelling." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:15 +msgid "Add keywords" +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:17 +msgid "" +"If you gained no results or too few results, you can add one\n" +"or more related keywords with or operator. You should get more results.\n" +"e.g.," +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:23 +msgid "" +"If you gained too many results, you can add one or more\n" +"related keywords with and\n" +"operator. It makes your search more limited. e.g.," +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:29 +msgid "Try substring matching" +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:31 +msgid "" +"If you gained no results or too few results, you can try\n" +"substring matching." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:34 +msgid "" +"You can specify tex* to\n" +"search for terms which begin with\n" +"tex (e.g., tex,\n" +"texi2html,\n" +"texindex, text)." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:41 +msgid "" +"You can specify *tex to\n" +"search for terms which terminated with tex (e.g.,\n" +"bibtex,\n" +"jlatex, latex,\n" +"platex, ptex, vertex)." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:48 +msgid "" +"You can specify *tex* to\n" +"search for terms which contain tex (many)." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:53 +msgid "" +"You tried phrase searching but it hit documents which\n" +"didn't contain your phrase." +msgstr "" + +#: search/templates/NMZ.tips.php_tmpl:56 +msgid "" +"It's a defect of Namazu. Precision of phrase searching is\n" +"not 100%, so it cause wrong results occasionally." +msgstr "" + +#: search/templates/NMZ.foot.php_tmpl:9 +msgid "This search system is powered by:" +msgstr "" From 4d626ec3f70289e280ba9dcf4c00bb5a064ea55a Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 20 Mar 2010 14:08:26 +0000 Subject: [PATCH 183/344] Update Dutch website translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18938 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/nl.po | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/po/nl.po b/po/nl.po index 90358c98..7c7caab3 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2,13 +2,13 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # -# Geert Janssens , 2009. +# Geert Janssens , 2009, 2010. msgid "" msgstr "" "Project-Id-Version: nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-02-22 19:32+0100\n" -"PO-Revision-Date: 2009-12-06 11:48+0100\n" +"POT-Creation-Date: 2010-03-20 14:46+0100\n" +"PO-Revision-Date: 2010-03-20 15:07+0100\n" "Last-Translator: Geert Janssens \n" "Language-Team: Nederlands \n" "MIME-Version: 1.0\n" @@ -68,6 +68,10 @@ msgstr "" "geïnstalleerd is. Toch is het aanbevolen om de GnuCash versie te gebruiken " "die via je distributie meegeleverd wordt." +#: download.phtml:27 +msgid "Below are ways to install GnuCash on some of the more popular distributions:" +msgstr "Hier zijn enkele manieren om GnuCash op een aantal van de meest populaire distributies te installeren:" + #: download.phtml:30 msgid "" "Fedora users can install GnuCash through System->Administration->Add/Remove " @@ -170,6 +174,10 @@ msgstr "Alle GnuCash %s downloads bekijken (instabiel)" msgid "View all GnuCash downloads" msgstr "Alle GnuCash downloads bekijken" +#: sizing.phtml:1 externals/menu.phtml:57 +msgid "Sizing" +msgstr "Statistieken" + #: sizing.phtml:14 msgid "" "It can often be quite interesting to study the source code metrics behind a " @@ -418,10 +426,8 @@ msgstr "" "src/import-export map." #: sizing.phtml:366 -msgid "" -"Code to generate reports and graphs: contents of the src/reports directory." -msgstr "" -"Code om rapporten en grafieken te genereren: inhoud van de src/reports map." +msgid "Code to generate reports and graphs: contents of the src/reports directory." +msgstr "Code om rapporten en grafieken te genereren: inhoud van de src/reports map." #: sizing.phtml:371 msgid "" @@ -435,8 +441,7 @@ msgstr "" "export, en in individuele modueles; hierdoor blijft enkel diverse code over." #: sizing.phtml:376 -msgid "" -"Code to add small-business features: contents of the src/business directory." +msgid "Code to add small-business features: contents of the src/business directory." msgstr "" "Code om kleine-ondernemingen functies toe te voegen: inhoud van de src/" "business map;" @@ -499,6 +504,10 @@ msgstr "" "verzenders en vertalers. Dit omvat extra vermeldingen uit het gnucash-docs/" "AUTHORS bestand die niet vermeld zijn in het gnucash/AUTHORS hoofdbestand." +#: docs.phtml:2 +msgid "Documentation Project" +msgstr "Documentatie project" + #: docs.phtml:11 msgid "GnuCash Documentation Project" msgstr "GnuCash documentatie project" @@ -882,8 +891,11 @@ msgstr "Oude berichten" msgid "" "This is an archive of announcements that once appeared on the GnuCash home " "page." -msgstr "" -"Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." +msgstr "Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." + +#: features.phtml:2 +msgid "Features" +msgstr "Functie overzicht" #: features.phtml:22 msgid "Checkbook-Style Register" @@ -1137,8 +1149,7 @@ msgid "Mortgage & Loan Repayment Druid" msgstr "Assistent hypotheek & leningen" #: features.phtml:110 -msgid "" -"A guided dialogue for setting up loan payments as scheduled transactions." +msgid "A guided dialogue for setting up loan payments as scheduled transactions." msgstr "" "Een begeleidend dialoogvenster om hypotheek-/leningsaflossingen te " "configureren als geplande transacties." @@ -1241,10 +1252,6 @@ msgstr "Subversion toegang" msgid "Language Translations" msgstr "Vertalingen" -#: externals/menu.phtml:57 -msgid "Sizing" -msgstr "Statistieken" - #: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 msgid "Server & email outage reports to: " msgstr "Server & email problemen melden via: " @@ -1645,8 +1652,7 @@ msgstr "Zoektips" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "" -"Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." +msgstr "Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" @@ -1747,3 +1753,4 @@ msgid "" msgstr "" "Dit is een probleem in Namazu. Op zinnen zoeken is niet\n" "100% accuraat, dus geeft het soms verkeerde resultaten." + From e0df22b031d9c990498b876448fb001d67768260 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 22 Mar 2010 09:32:12 +0000 Subject: [PATCH 184/344] Complete Japanese translation update git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18948 57a11ea4-9604-0410-9ed3-97b8803252fd --- ja/LC_MESSAGES/gnucash-htdocs.mo | Bin 17808 -> 29065 bytes po/ja.po | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ja/LC_MESSAGES/gnucash-htdocs.mo b/ja/LC_MESSAGES/gnucash-htdocs.mo index cd4e30d75faaa5b1c7dada187e8a55ad44bd59c4..a1bc02b13f758547d760aafcae43dfc10887490a 100644 GIT binary patch literal 29065 zcmd6v3zVGaS>HcMxS2p80UBt4FABD#M7xrm7#!JFV#$^*BiXVg$1#DF+1=6ZM6)xS zxo9mDn%!B+y6oy=$ChPFwk%tgWUaL;TXrN%mUT+YIc+JY6ex!t3KV8%c9(Ka&!MzH zIlcV;&-=dLe6zc947BHTj=p{7ySFw*$Dj>p4f?hEh%J+~dI_x3_R4E-i_7Wy*u-$VEPSQPylw3|*o0KI|9G34k|P`!6MRQ<1o zE`xpr%D-roKjOy;=w9e~f4+*z{3Pcapg#fK3jJN^%0Ue-R2Rq5-J*Fb4fD=o`?7zaxq+LYtib&<*Gm z^sk`nxc>HHC(jQob?to=%D?ER_#-*r1N}bem!OC^>Vj&X+o9hLJpiSt=n(Yl&@2A> z%1@zNoZkUOWKj?FBlP!Ap?dF$Pdok|_Vff)^Ee09y#EDMdiaM>&G&yo#s8l`c|J}% z%b@>-^K~6jGztA&Cu4)oLNn0y%h5&X1au?xBN)|LXgBn2=nvoM`12dkU*-JYL8Y(v z-xNg!XczQ4U5EZF=zoNM0($Z@&My8XRCe)OP|g2Oppx(Re%9&hjZlq$Jyd+lLq7-| zfy%CSL;o}MAoLRS>o-Ty=b=CMvrcaYq2kjH=os@Ig>K>eW4Ab*`3CftIRDMh(Khtc zE8YALL&f*Mg--L{Pu&_te-8cb+u=Re|LZEp-x8gDg!55PUx1<_(d*EE1N}Xy9cC-Qgea`;^s&W6u8h8D-p=#%kp}PLp&<{iZH&pui z;XBGuM4ViJ_>ykx*Mu--M-m9*9X=8qCfwJKYtvm{trP>sb~_43Pnw5 zH~qv9xpD3IBD~=I3FuPpf6tekU%C;had$!0P7x|O?uH5%PWbDWJpCQ$XSn|7(C>rB zk6<&j`zh#Gpnv-d$P@YtzZgY-3VjTv7C(OJpSbo0polPf9IETT2~|7)3951Y8B}un zE2!l9@n3d!^hxOJoOeU@+>d6W2&jt|LG}E-(8uVn2vvK3)`hJ={}QTxKHBZ%egjnJ zH$!iL-UID`7NPQI&qIHmcHV;C4E>dC6#WOTzrKYzK}UPBA!yUny?s%{P@~Qqwg}x1 z{eIr7ebtSB|5kh;*Pn)J-0SkrzP|_+pZ_`ZzeE2RD!u%@ekbP!RO9+@P*gDbBp@bQ zgi4<-Lotcyuc1EyT~%~=^axaZ`wH~8p;_qPKyMjvdU4a&-2C%U@#z~-hHIa7{QW_W zG6&PO&!DH$1@Y|@9H@P?lOufY=F1%%8#q23Ej zo_-SgW&iy{Q1M+d{uPdG9LqTF=eUtWA5=Q(Ne_n$kV*6k+(VZNqmdRH7`y(7%Ibx3Q;`n}!k8*sS<0cN&%sy-R`vAv&jt|-u z_h&Igaz?%Ev)9u=?&ZtP97{Pq&T)`KenFohj_=VIJ~>CCD)jRl4|7Nle}Lmj4%xse zjuOYuay-V-!LgoWgaa6eR&$`P$!7`QM*Z1xC{P)Var_tuW@R|`4XE_{07v?BJttq` z_>8~!%g{$SZs&M{<5L{^08`Ot?HiZ|y@vy6w9nW0d!PTl1Nt$JT^zEX=#IFzn(N8- z#67u8zSvvM##@S|xSXw2a)sWwIuPfJnL<2}+1{TmRLXIt9GAQMvOU#2uT)BzLOIi2 z$rTIbPFgBt2jjkMejqMayUN?km27`p>C04TvAbH%mg8a}?kf()m15jej4PS))^eOH z#|18BwqBkcQ==9VgsdIp*uH_=S4MZ!|Ka!k29rgT*_|A zXS*v*kg?odsIJMB`!v0Q;$XJ4rJ7IAJN{ZVTiV`YUN_7#7Hlt8xtHtSn%@o!yEBz6 zQz>M#J^8FnG49L2A%?1!OWAJbmE+c6uFwNN26L6ZxKu3^B!uK{kBzlEpJkLi%rl>X z8RfV?vz5Q@RL^I6Gr2;!!j;0-m_Cq$$u65IZ&z=Cajnfz9Xxm@he77N*UTP_o?dvHyR*5pdvoxKIFcNR;%ad%&)P{`)vMW5^~ zRJ)PLqBvvC(^5%NC`-znaePOih$@trUYR@HHb3dcZJD?a$=<%WuTmLUxqSIxZflPA ztu6In7nUzxbyuM`pDXv>wmh>cW=eBk%jXK!NA2C7>~gOhi&x#5tyZuLd&yr!hFf#x z&iD@dVq7jD`AW7Vi`j;#vt8vJj2mRMl16V17K^LW;<9lE6ETrvW~g2=OBq|fT!bgt z?yX|6=GRl~#x}R1<;b(ExGmcmZ#I*tVmgSa8>6Kki3w$^lyY6NE9|D2NE~5vmMdU< zl9J50KUcx{EA(Xd+8Ei7%~pylJr6s2kbeFP@UBu$^L6p6wg-$wdQ+OJhdbkkrS|9; z5|(xJdhAhOp=%HU#=t!^g(=F2^QJ?xSJ^+)PVBoge#C26MqJ`uW01AwAf>A+s~RYl z(6U0z*<T4ipEf`Ai8w zC_5Gl8&^iFOT|GH~ZG=?S#gUgH@rekkgvSlHv{MLeQhZgBmCh373M5j&Xk9eh8 z5~?~aWneJIAO?z=A&XMHuI1gLJ9AsM03L-(=*bf zi~THgd(NGWrQ%odzFcL@vL3#vgZM6W;7>a2B)%izEY}AMgepDBmtdyzF2vWXN%yqA zJ-WS@S+v;NK5Xv}qPqsNdGuAF4l4C#qr1wGLNOoRRmBHpfu9YzQmI&q?lLD>$o2Li z3?iu#=U_}O--9_hpl-1x-cl+mO3Gq>5=X_r8Hx!zSP7a97zZaUrNDI*OWRS{&3*73 zUCvi~gweEgjj6bnna`N%|Y)@~t#AzkoB=-~Fkm(<|HQrFINa|}9pnt7e zB(ijxxh+%56|0IjyJ7`KKy`JXM<6Iiy``AX;me6x6wh}fJCwf_Q_2~3OJpwSb7MBwL(9LAZ$%}o8wOmx!E4c3Qc&&j*E?gWi zMd~jqV_N160j~o(7yHRR6#gmH&ls{2a48@}H4}fXR)WXQ`mkN>kRPjd^I|z(?ec(l zQ(rb)Sw<95+=87sUav2fd2(aIzb|I;RTH)wN`I!X-CJafIT#_{rR-c6-Ix1ec1Ks> zz?Psp9p1Vf*PZN_AlJw~i&t;Da~ZmZL~~4SL#8{ve^dM=duKzgyHqTrhVjFeMiD0mAu=g} z$(CFRfYKOI6gOlgF^tx@A~#>I4p?BQ$M4P(O%>vM6ep}Eo6=O*Ah;?9kaoZF_h@)A z4_g&X={f(d3+8DTo+>z#Xk9{v<8)5Q#_pnSq;JuRVJZ&Y+h2|p(BtYqcuw~d>clMo zxa(16R=tWQ-4q! z4{a@xuG>?Z$7;}(>qI-2hIYp7;DjExEQ8#|Kh_#|t9xUM@3=F%M|GJEnF7!o-Gf_% zC#q9KO177*!Pzd2);XVLEX*Xyrcbkd;Rbb%y-m3!UQr?AkhPR7m8DS}A3ohc2Q)#f}$mnesz-Sqf%af5f;RVew*5JA@ zn|1v>x{aHBK}PZBR`m+Tkm8~b(K<^Cmfz(Pg5cib&D#gE<@dY^6VbI^DplF?QilQ- zKEP)ce{|!qtQ)^+u3{6Sw}%x$!&DSlQ6yfLZ97SUEm#h zC8)&<11LU)XgQ3H^F4$`TSzWf=-7s)Dj9YKJWC^pVtjHA7gI^cIt7RMyn=ysvR>6- zKt6zat6jmH-3FYlx&aq_>ut;RHGV)fv20=f^>u4OX90oALc~!ylTx>Zdx6B+#{#{iyzOzIw%`@n@ zm6zJ92MQIyG#sgFu0C9tAC5~4iq+me0zjrIk!A9(a)BzD{oq8DV1!qtNdyWiCO82H zos-f@V$^DXY2^&cV8Y zr@)k#skiD+yq4r8x=*+au(W%U)s~S)_pkku2gK<9yh61*3I)=!ZdV2H*MeZ%T8Qp1 zpsf_Ot`XZmV6lC4KTI!08(pp06{Aum%Tx;GVq}*KNKm0u75qBlUgz;U0CdEnLU_bXg{2k7V)+2DUF&y?t>nSze!F1L2cGh05Y&nn}!nmH05* z)`8FniKT!+7<=R`l3JYU(tY=Dxa+3)OB>ef0ju3P|JE5>x-T#hYivj^GKv|smPcGy zk}oH&H(#=+2vb(|QKtp4D1m`O&vIrWNvJ)ID49VS&}3#l{g)sZ_qDjK+~K_n>bgI# zo*qgMFx+edWKwJic%&PTJ!!VuofhK5>+hS3i7}$ad zIOziH8?xQ35Zzji9w2gXA)UT12hf&Vg5jRdTDv8_ zOBCBdPERX1iwBFPt*Y0%5d=j;!YHWxwQ73!d(hG$JW)JyQ_Zr9`yoJpC0bav~o26G*l;shQqouZZK&28sdIQW*TbH`xFUkYh+Lm0mU$Yl5r_w=* z#AheU;#+c1|LuvKoa5XfsC>r70pdeLSMyH13ESODe^(Y*)~cwK*$dfu`b?r{dP(6` z7#9^9WUBZeX$DnL7^lTo@>64ud1g6-j^UEy^Lpdq>*`hqu6}!9KjtnjRP{{L$aTW1mpv30RKyg?=m&=}0&0?c2ZT88c19DpjMSE-k zi#SQiLT`cW7uheEpK;kU4PQz>=(Lkh%gX~~szhPYKnS(c5=zG|6;+8{rwT7r&v1$% zl?=x0@J91=9$KNi%)@n|0ugB!v6dWp*b>n~6KU-Apjf=7uPAkLE&IBi#$ujKnLGU; zIKSA@)_U6x{d0DCvu5aAkBlfJ6{V#6(3N)te%t(i7I z;lM>vpqnR>=GBlY+ghA&B!n{>pI7cA6IK`_$59=i@ZV#IAfC1Bm`{%3bCE1NBFF%M zU6zP7_vA=3nKex>(Qr_#Q0G}HuLv(?ABOoR=de1vB*SV$k^Nc{ez@ooa5O{fz)A94 zDUz^YKT8=y3s+PVCjWDn7_u@3Oa-&(FMnP*E+@D$iB%UZm>Kl8_R}m{MOf(1{oat& zUB!wDU89FK-4PZ}9|~)YOHx3!G#F*e{AICHn}KSH5F7+hXlWS$Ntwn8lf-w@0oiuq zn}h)###EUBNZA5oafSh2c$J{q)}h!I!iE}EJye7(EY@BTaKdR83gQjfmXh4gr)1+( zn91@~At*c_TMY0;ie_^8Uu3^ix+1~_k{EU3^$qkv{rzfnyu<<3(r@=zK$`^~Od5;W zcT=wRQV{nw4px|z>vlPljJcmz@kWO12cxx`=wWi^=wZJI_=wL~m2H~&iZ4o4t&x^? z!R%JiJt^ezER{R74u_^33Wwf$MHtdkrHU?DX1d7mK?3=3>SP154YHafR!_gD7+U!@ zKB1f1Aexc`nk4->ExEV`L{d7Rq4vgZCmdd(+RyG3LxR?5@E4k^qEgcqB|I8UDeD1F zoBZUdJ=-PL5_Q#P)lEI!ahfo@-kafHs^uaGiU{GQatTAOoz^BH)T7Q+T*RI zn5_j58rK#w+V>Wq5tO4)JP3MWd(7qxP7Lyf#|Ya79$A#5xVQ3XCF*zk96acEtn2CU z+PpH9I6C?&>NYOjc+1VV+<2W!wmLSHdviSXER(z)8rWNsun^vy)xlgb7+=>-E*rEJP1~dP;8$Y-5=9}De>oes_hd~PG zU(NV@+$Ae`B0OdxTUmA8hIJe6YVqO5&K1`QGJ%;6tsRg6Wgo39w+j2MDh`#{c5wSc zo7Z;S(t1wHhWyyuLh69pu8ePCBgJ(a^F&hljLYvVwI>_9U!8vHbba`l`tZs6$XUC7zWLN-bI;TD;T`qiiK$Dw z8xzkp4jgK{^EA&-T{+s^eXu_KY`r#GAO2>2n0LqO!>8)Q`|88*>iSSEntJECnbW%) z`;RsD?5Yos&mMZoy)ZK})_iudIkL0y;_LO{z4hAe`tbSs@bmQ=P4Mqk`m>9V^HxBU znD31P`o_=b`tZ!vbN2mM^N{PdlX0&^al{9`#+-$sap|SS}H=GcfCyq|P$$W-1bWMzb($lHwH(zW%0|yTz zvhq*9x2&djo@yL~6Q&sOMp^-b$0di_-r2oFHt7j?JpJam=8=nH)uai!HtOFUx!k2gjPH_%hx+w98a@ z!uAJCf^fcu0*%yblQJe$A6Rf`*v|H#y7gfx#bE^OtF(e7rt3brCSd^nrmfdly^h#mVVY!}iK?i8s}S<0M9L z^@>3#dg$Fis-Lmu(IfTRkb&DC;%UE=S}kJ_z}LuY^^xa2UdyFOo725`bWY|{V+xEa z<#Wu`F%)c`2~RYS?r9w4HVoQTm&-Hm;0i{*8GztI0v(C|N+aYDa1ri#>=h7`3N{bD z-8_#8PBveI1rrF}G(6~9y%vm7E=JCE_Rt$MCr?H5Cm1!(9cb*{g{sg_W8b;P?hCC; zjf>WI?W&D~z9&#&jAr`W)oAMC(9G`FoX)q}05v5${24r?V}$6zyY)=%$>!;2o0kqX zuDsNE2PU0z-MX0t^#BpuSjwhv_z|F25@|I^U(WkDgAv>4^zAz19(loTU21E50eM}+ z6-SMCpK0zm(Ac?Kj`;G^jh(N!?=$10&DRn8gelnRdTrP?kH_x1%z9{e=8X%@{YPeZ zJ;C?J%Wt^vZJWvC<~io?7=%ke$#5bT4%IFt;eg*{K7H{cfBFcafsdPJ-ncAJMFe#9%FG3HvJEKb$TE?f^eYu)B|!u2Pak=+x#O6r z*LaY+DMW1)%|rir#`KI}XCevl%;S$Yjv?n z?zNEP$*HSg<8hj8o_(1ou~t3yiY67}%r=e0n1Chke4^Pyqtnk`a?xZo{WQ**&}pwsVAn7peZg^F*E_f!ZR4}%p0eX?bH<@;?&IX)6*x~^;Lpu>pI=+>>==!y8;2) z;mh=?%Z*Wi!_0|Y2n&;CB7%#S{iLOHs>K8;4)M}hV<+v58$;k5y?YRioXhgWamAl_ zSr7u@!Ej$AyQ9YBj;YIsqdB9Pd+udt(Hblr3h?iu|2>gcO6GO#n<_Xg{J;Y5gx%y` zV&;S+=MZhjeA*@{&60}MN1ijwycii0gSA3sLJr1z+F*{s;^dyNF&wLpylRj85Flz! z?r%Q(DvA~CE43|Nz7k)f$kB2Gq<7%m#!-o}@%Tm&qsX-0sy(;n0q+Xbw5tg-)mV^X=n^qWu3oZmJ56!qfTwNkgKt9TM%;aEsU;atK_tebx@ybY@B@?pH< z?>5dJHl^VTvDA*~JtQU$-T8YC)w|Ymy%kU1YrWnc@S!zHkqh)tD~skF+uK7^Wzb4X z9mJeYM{4tsAAc7&craajg8lAd?d*&9A#3Z52%*g}I)7V9dfrhg0p?K!7 zm5Tu5Hl6zQY^BVoM6I7IV9kuy9CLn~fRjDd7L3j1ki5_P{sDpy8Dx;848jyyQY-V4NE!#;AaS;|6<-wQ zsq}{LElW-qn#5#qKha}Gm8uvm5Jxb77vVO?CYwjDa;oriKe7HR3g3xpkE6AK8gL7M z^Svz`OUz5tzt(RR{-4ZN17bdA&IupU$`j97oo2#U%xXIvo*IA2%1~82a3V@6OXC#S z1%9@vOfoU|+lVAkNGfLjcM)m1MU5j@W}iFK7{jSMEj-qI<`n`#?Ag-2(>_oo8a)7Z z?rrX&{CZ8^woH$CVr8Ln77`EB7lY0OLx(4Cx^d?8kX6gZr>|a~Iek71rEPW;N*Svj zQz`-QqJ=M5DqGVv03@%)0h5Yu`0lQ1COBnZ#e@13X<_WOB!9JVTUj zpfa-8Ukpqo8Wv|l#Zk_DsOC?_tNCnMXsD`Mv|?r9v@3YkYN>D~Kx}>Fu+0`#Mg}Hj z33NPi#VuFxaKHReHAw|Zq`rG;qN23#>XhzLypvV><%O-HE7$Czqm&sFQ;nJ{=a#~x zRKzwpb$KtDpgH0lc>m@eDn_`kkXsMcl6o3Jh}Dy@seOKq1i#mqPy(-pdZ^a?@;~4r zhNlKIF@5L>Re601>6{f&69EYbARjn$>gDF^m%`i$AhB^uX3Q(For0qZ=8PXJXbUDI zm(Zl37p@%(VSKB??n2y9Sf5Z~VeC-k!sX>ISZ<5reckAp_wh))L|%L3@p|n|EN3Z> z23;krPzj=5BfTP(RBKmCrstd;EnEY%Yw>bMjA^mc;MvqkWQkKBX|a4h8RY zP@w8ZefTMGwfU?S+*G(oFPU?)cv@z%5kSvw2s1(#*lDSKEZTtWRFxdlvP;`vU-n_wlKeOG&495IO?`AfhFazQ99G90PhrYA$Dp;L#%UKZLAfr_|@_o!}p(qxdc8gWYB`DOR(MdHpWv1xp@ZQEK*&W6TiUl=7-I`CI zbCHKCP@JG4bL?L$Gp4Qpoz?DJ_is7iLZ3d3GI-Z*iTlBsvoGAdMjkA6~wK6o7u zQ;%kc_c!)qoZKK5L4F1Z^pV_1%+C*9`Mi|G#Z~7QEGQ(^1Xn4*{;8Nu06Xbe#;s%t zyIa-4WUES#HmbB$2InN%k{?3CPDZ}%TB1XNuySTW2emx}heZQsl*!3=_zq$q&^?%N zGHJh*I^J4DeBZxOayundShDup;*r=(2Mec=5){k1kp<_a_1D*NQ%?pCdFF&u`vn%) z#@z}^#_YA|YS!#@I^>bYNT;3tjO))UpN~0|~1m{2%^GeU92FOskK_WrWxYGH*xM~ma zl9~(5Yxl5LiLBRlxW;^y-q#JV9jr-0ZVqATf&I3MYh0)J;5OWxnSGW8XdZ3_@5wTt zwD(=+;a(3@X)%89>~XA>fu+2jcklrx7l2SzUT~!g;zYz;cFgHen7i`pZ38{AFO1keuUsAQ`$&_WH`UFI{O~M)PD=gM< z(D@`iX{lEMMN8(^YkP`j`5a0MM@iXHT52#(B`Ho{ZSPx1kXTF$?b>ij*(69Xee9J5 zylo3%XQxm{sA`<6X*P=7-e!vElqxlCQ$ z*VuW%w8~}mLT+-K>9>xv9M7-RTFdmqr(4VPWW{bZnpuT){MG_}>dDl_3BTQt65#3m zD*j=$wgIvE{PC&F-(oP+6US|t8MA(M!SZkFnXzjHZhpPk)sD5{;#yT?w>;{(wcvB& zkK5wt)=;OeJZ+mzFh}-FUb4lCG5>3~7Mj#{)QJ%0B~d7Ds!EXfh+6afY4$;^jMLDR ztX8@FVs3nn=L~V3u*D+?rB+e|62jj&N%}Z*qQ+F|i zs{!>VTp}mmxO;cwiSr>EfqOpMVQom9ymHhQn#P^l1=9{VOxJ9VOcKP_H$w%5pDr7B z-7auDN@}WZvwgZ??RGZ$)v4u;+FOm?7ni4(sM2|ie~fL0=_i=Mf)RcCCwStnHlDF| zqbPdedK?ZbCDv0~uA2bp#2>dyb$0kE?a2iI-4~0pd|gVp22nI2%=rWYcrsmX2^FkX z^)9`q*2V{}88i!7tUNIS@_{b^rVpd8xgkcHa4nCQnpgXfsAe-kw_Vt}Kru#}Cu@zX zZ!vgHha&a`ir5F*hnj5XU1(HdMa#=4t%cPU0bDyPELgpk$@*2F5CJ9L!Ik|JNcRb+ z3w(V(Po*05gpXje@+UgiK8C$nQW1ioFyhn$lXy_S;Wjj=UR1S)vjm7E=JoJ>GA}Zkzw0YXtmXSY|_W3-#XZQ;b@|DuHp6~>6j~$ z`l=Q}cN**X;Uo||w6Byob@E$~#uuoRfzT(8`uYIj-~2Q@MB;{E1d~jQ$=U90w_VVD zGNK^}nsk6 zpXZOURmS`OWsHf>964g_c`@021oxZ!->_5%b0y|JmXsj`-KqM7&|X*432Ts(DGYf; z3+}ut9I;hI3=1TXks(`r#{5A9AxiOhz;BJ>JA2%0n?tK*Mr?~P7OssSZhUi?oz`kwsYApjbi{(L0E!~k$qg7WWZP#)&_L%K!f-FXS4hS-hGoyJ;0ns5CQY7wdi7YrZe~@DT=>|I()8IxF&Hjq8)rC^T&}d`#EAf(a4B<8- zY83|Tux$=)`xqAvCE_JO-}D6vu)a1LoCf<}QoA5EScloqr~@~+lkaESD9cFt-H%Th z!oqG#BB_KR*;lb(4Wjq&{EN@&*Uz&cYWj}qxniwHKp)AwpO2VATE$*^gjakr7=@cB zFB7y_MkG(`^)nH*3-j@E&TCBT8FZ7N#lbjQIfh4QoZv+ovCZo9%l^{hg~Q;MNA*9n zO14dnOY5CKqEl>N$jn7_6NAOK(_?$An;@r)SLf(w^nS|xQtq9vu=PAj430~QwaI0S z4EdsKScRE`{3@8&M$z8z8=j^A@V1hfU8Ak{IVe}1!d6@%3wfE3L;8-xREN&9{(p9^ z$sRb^JP!84dBr1<_XqkJE0z_C24L^=?pLj@Mi^}4s5V>30#m!rkh+Qph74ZAh~nn_ zlJ4T!=Gm8&=?@dlk2fxViw$ONub`A>eiVPScmlSJ?Xu8cfa9B$u29-YEkyCNthaf1 z@61(JPM=9aFJB-_gOwB=C3DqC7g4m9t5p^C@sTPNTF0;-MtSsbXq$MIusjURpu*b6 z%!UKwC@7C5(Fb!wsa-+t@oSljkI=QOD>vZUXIn09CQB5-4UDtv+RCQRHMdgIWG_xS xehR6xGw#uV`^?{Fo)n=IRa|Hvu8-H;Gj1FaqnjOJWrU!LvZpK=OZ1Qx{U1Vv-E{x} delta 2754 zcmX}sc~DhV9Ki8&0Z~LiR#6Zhh`T870WPSZu?Qx`0~g$)2O^^IFqT$|Tt@|^x?_$p zl^PZ5)c>`}paPUm;_wGbjU}$9{MXdtp!B z-WU5~D8`}mPsLcwKpCe5gBV{`Q2B)iFCdFo`9bDNoG33|gtCH0q>I{&8?fDKk72Zd zwA1ltTwrMrR_Z6(zNF-Dm$n!2epM|$^g4jR=k&d z``}TO6dp&J*lCph=P?Rzp{y)qfKokhJW9WG9FBQNvQ!<)dsZQHRT~G8f0=1J59GXk zfkUtp8?oDZUd|}-w5yP@R4YpVohX^uXZa<{#EzmY;2g@H-$cn^I6v%)a^N-0ie~@! zQb}P0UD$7OU_imf~dcEg9K{veF|c6Fg^m4e6@9 zn8o)v6s6w{bYj3zrQT$mrV=W0Nd9G-;zK-x{%o8tcA-4KVzuv}?BydQt14)OIq*o7 z6sMyN=UdMkF^qOA%KO?;CbnCiYwZ6?Dst^Ejx-0lYA09Qa6D8U%717>8R#42La1+12Dpr}CHJki|77#@#~{0+vXM`Ws>4(k z+Kj)^?o22DA5dvybTMNJ-(|dj24+q*CvqFBX!|^29=hl77VV8F1Fz0B2h#CL+MSjG zS>{&G#Q{8j8+~v;%ECX(BLAnT9OeNNQ{X8qM2#b)bH3+^`6K5+N-*Ks5|oVeAQli( zmJku1no`WqQ>OF#v{j#tqlhADGrp%tdX^H4%%*zAQnDc{47J*V>}?!DQapvlDle=4 zm})BW;mIR1h(cltA*DCrCZ-WhoDt9Un~$>R4&reswJNgLl0F;ZPe|&Di8+LPj%N|6 zL^Saf@wjkdJSSh;+(wm6%phbd69{g;x&FB{dJ=rJJfGiOlp=>uKBrQK6VDQIrDhUb z62&?4luCY=S@jB(Ll|GY$s(YsUGI8=C%4*rvdS+M4C%F1Ibe zvbMISR&R+oJvwKqQ{|Mq>KkgyZMl^dOR9+aI+auDcDc(cT~)SBS5;X-FhzHlsf7c`rRMVTkTbs4zl@S8KXH@?9f8ahqloj0w|> zQ})}M{$uj1hC3xt)0@Z6^Rp*9>^4VInnS-jHnz7T(UEMkr=%sN8vVvC(Tw903N`&^ zX{fO_W1VK?Ox^0G-^n!evsr_UuIzAapiH{!^F!Sqt@vx_``xP!tL{&?Uu@pm-LdY{ zo-IawZjxr4$ZPdAb~u04^j)@O{ZP@$i0+QpyLY{(OfIb0bLs0t-5rLpX68z7-CjIL sZ!cbJEH8Pa>3^4gXS`A#>}6c4_*gSGFDvxY`_7Kn`@8?t(`)Yj2PH0bZ2$lO diff --git a/po/ja.po b/po/ja.po index da2e2574..925c637f 100644 --- a/po/ja.po +++ b/po/ja.po @@ -262,7 +262,7 @@ msgid "" "forward this to gnucash-" "devel so that people can say 'hey I'm doing that already' or 'go ahead " "and do it'." -msgstr "ã‚ãªãŸãŒã©ã®é …を変更ã—よã†ã¨ã—ã¦ã„ã‚‹ã‹ä»–ã®è‘—者ãŒåˆ†ã‹ã‚‹ã‚ˆã†ã«ã—ã¦ãã ã•ã„。他ã®äººãŒã€Œãã‚Œã¯ã™ã§ã«è¡Œã£ã¦ã„ã¾ã™ã€ã¾ãŸã¯ã€Œã§ã¯è¡Œã£ã¦ãã ã•ã„ã€ã¨è¨€ã†ã“ã¨ãŒã§ãるよã†ã« gnucash-devel ã¸ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。\n" +msgstr "ã‚ãªãŸãŒã©ã®é …を変更ã—よã†ã¨ã—ã¦ã„ã‚‹ã‹ä»–ã®è‘—者ãŒåˆ†ã‹ã‚‹ã‚ˆã†ã«ã—ã¦ãã ã•ã„。他ã®äººãŒã€Œãã‚Œã¯ã™ã§ã«è¡Œã£ã¦ã„ã¾ã™ã€ã¾ãŸã¯ã€Œã§ã¯è¡Œã£ã¦ãã ã•ã„ã€ã¨è¨€ã†ã“ã¨ãŒã§ãるよã†ã« gnucash-devel ã¸ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。" #: docs.phtml:115 msgid "" From a8bcf7b1319478956439d8a36ff97c151545a06b Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 22 Mar 2010 09:33:28 +0000 Subject: [PATCH 185/344] Complete Dutch website translation update git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@18949 57a11ea4-9604-0410-9ed3-97b8803252fd --- nl/LC_MESSAGES/gnucash-htdocs.mo | Bin 54681 -> 54979 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/nl/LC_MESSAGES/gnucash-htdocs.mo b/nl/LC_MESSAGES/gnucash-htdocs.mo index ac2fb139b9261ec8e6469b3456ff9c0c77bbf14e..4088d4d235d86a80116764294279f6be2c650eba 100644 GIT binary patch delta 5912 zcmZA52Xs_b9>?)N>7)S(p$0O5kOT;X5=x|(00I(00!Yh122*E3GJ#OyASxV(c0w1a^5{s$W3X5?H zmf-+wSV!a{X5uIjkMyf6l1IZD%*JZ(1w=^*~Vs9#vNP7*3vhXX#rKOhc ziHp&X@znNZ7>28n!IG`0`yEFev5Tl9b`2SA`5Bo_35yfa*{p?;7>m09!|2hT^rgT} zhyw%hc^pZH7NQ<_E#92y4(eL)X)badBk(i4i-+(G3&0nbwlq_)9D}HD#znXrwc{xX zri1ATj6ZEsOoPtJo2WzmKF-BY@FtFIW!n3-W_qZn;VE<@%R%}kik!oA%cM3UXQ>Cb z6f(Y6b5uRa~qAXP;Z7hWrtAj_zXtkB@9E)PZTmKRO!L<$%V2p zj{2^i^dA3>x3Nkub6_Rv9R&9_7Ygqqa*NOFpza^SaOhOFMqTawu__M6XdHndzDynZ z>+?UWzq#`{7{m^xs6AYPJmRtyo8pJa0rCS@$4VSQM*;^hjMT?J!jpt41I>*DF<*M; zLkAltppI|>#$yTk>+@em;W7aMm zGtoB0OyO&&`)$L<_!jEwKaUY~{3rC|`V#P%*)arlQAAiaMD0*>)FJJLF*pKsD5qis zEv|$EL#G_b? z1DlT!xkA0?NRd9&n~vgZ*M~Lpga`{>4vaCs5x?OU>I27$s&9x5?qN97)|e-*cx?8R-(@7Zrp?i@C4@4Ydvp=3^PR| zQP)g5>Qqg}I9!&&_}8OwkOm#v3#cc)i+&jCFej*k)2Q3<2(G|yF@2KA0vz@)ZQ7G^UVeBLofWRJEpEX)Ar)Q(l> z_H_})Vi0yk-9H8OX|Y?DpdP;*yW?9Jj+GdS{w}lTJP{Q1M0Kr(#u!6SA|nO}U5Dane*Xw3kuuU`Vl9)nl+W^?aO0hhD&)=)*z!`0buyrf@GZTXGm{ zV2hbLlFWZs3feFXwWkiOsypHhxP@)UQCxu_#>2oK_ET#k!5H-jSy zvlxC{WtsLgPXiqco6U9DNA^6!aN=R~N8e{f+G17IJMDtwIbZt%lz)ih9`d=CNvmji|T6XiUWb%)?wd z~deU5xtJrRyc|WK>-;8+7e8yjgz6}lk#NMbU_{#D& z>PUnwFsr-=YR^aG8g!x`7pne}d5WSInvOQbkNLb8cEW0lOuau|ryf;me#GvVGX7g= z@Lg1W1v0&MMKf0(l zU1e@)DaKOoz1n<{<)Gd`KI&STiCfV#n?e+YHfzid{ZPM%hG8|#!%Qqe{kg5cR@A$# zHNR?ks8g^Abt;#>!HrNa!*J>+-W0iyUtp5D&b%3gmwDHWN7_-)o+YE6I0YTPB1KmF zR~yYpT*Xj6zlD0@`=}ia-(-d|4g;yDp-$a6TtG)AV}iI zyUoZ9$1v)d=xI%13I$zM>rj8C_FzX0c-y=vbbE*QKt7Lu*L(#B?%{i$dJ#^-FR?!R z_k52s^|7qXcjU!R-U)ExOe~^Dn6x2O0l74(NP{?`bSUeQw8oU>>99 zhs|?;0lBvPfYd(08yyWeXWr#vKQmt_A)lKO zsezl>uNJbK_l+35+YkKJX@0O>F@whI5iO0a)?ct4=}TU)+E(GWG zFRzhnMAyYdqT8EfjJL#pWT37Q-3E~#NnLI5B@sjy*sCOg+#>vTc;9we8uBao`!?Td zn1Gp9c>w;OWLxz|@gHOs*+O(nBI)D_;?Wlm)}TC1bgNG$lc}VfOebZ8M_9fl!^k&e zFnO?bvI@^&Dp_OIb^XjGi^zARJE=`{%O@_K_1C>sehMuIVg`vOkCFJrgClBtmQ&L0 zck-~eWWJK_P`+%{mC=M}&ifW|7#ooXTNZ^pGKW-8%yEDAJmoBZtUew_a41{iWf1%3qLA$VT!Jd4uS7!28#{ zZ>Lb+VAb{d-v99#Wi{-u48#|$@)E4VysgJ4$vD!H+#tFI7-XbnDApq5NguM5^dl|E zQL=&rkv%&9$0%$iyU53+KhbR;Y3nVSA8{=XCp}3rSx7=iF}Y84J5A1bOT3I@XYww& zNq#0rh;G{q{H<+%uO8IfScOaFMNtO=2Rd?HQ*HJFhi$5TTA|JDvSm37-S*sETR&$} zZ+l^;&E>Qey7C-0*Cd-e(_zbVv2VUBzbMyUV9UrVbQfezC~{}HoQ28d?Hbezj+j`K z=Wx31+GI;DaAi9tmJf(MlL_Df1m>{z~ia&c8p|13v=ZF*L=)8=sIICANX-AR+fX>;ZM z+24GdgBH7;PUPCA*qycvc62xj-B!1=xPd=A?%<{!4{ln|l`OpqT+WFuj+)@e$;!@g jI3>kZ9rum*Zy7`kE` zt34LGQIAKCDf@8-Uc`@Cqi?6*-2@m~aOy8fb>z2^UfKLG9=^)Q;sN|Kt`gIt4C4W@M`dG5+&t z2%+IQ=2~xTXXP+Gau6@#b!6IQYkiT+m~XivSmZnE$sr;uv1KUh0B@s?ghK-}LM1Vg z6ZAnH`e|Xt`C&GZ5;S~4!&cmY9kEkGk@dI|b+tBWB+?oyHD-0Qqj-ExeO@^8iE|=E zQZW-NVVy`0&gY_057_<#Gmdr*{+-}qnIE1baOdS@Z{-BLH^CzfN^Ab6ZP2N(d zNP|aPGk5h+zt9bJG4{ru^msTvq<*}eNFHu$Z_Z>y2Xp58m^U4Plc+;{73<(#)cv`3 zqKsuwPw+Q%*X!T8v+21Pa`TcZs6!l%PS_cpu{&}_NJd16)S6;M}y z6ZD|tJ<*Z+uo&~XQK)MoMdkQ1gM#*GA?oF^9{unT>QH`<9{4AAL)VYYf#cAf`dHMC z%|PAHR;Ci1r!Eh-5!hpUtEaysc-7ZU5fhL zUYvbV7R|>ZEO4pb*Zdar#~swOa0K@2$2!0>sNbK^pPLQ#8DMTWZgC<9s0U*id=kg_ z>)gDiVG0(dH+rViFd5TPr=%#|)j9RS?N}X8<3+53E9t#XQ7)FoeAE%Sg0=BA>iwg} zU^BAKQTH1+nDN)SnLvZ?AQdO!EIfg4@hRpfh%CTeiTvUf5otQa{Af)YYKHa^9_RgQ zN!*rsf7LKYbD1m~ZCs5Rw6DkM ze6aBtv*QC}MY_;lfN|(O&iralLZ(};VjwmgZ=M6 zG2I+!{|wd(@8_W|c9|&>3Qky(???oN0em4E^#hw{nKR8q-Elr@`{d8eh)hSlPb@^8 z(=DhYv$w$3fu37bas3Y;xYImJ&uA1^_)5Q}`L5HwAj-VrbQFnNHj%mM*dcX&$ zi{=f!q3%1E6^<3>ndbn9G&A(hxSVz$)bH)KJcD}X_fZ#f`T2~$_BdodD;%THkpnzL zyEy=VLBj#{|BxbTvP*)L(sR&S>~o=8SySm>X6L z)H8_2V%QaTVlULWc3x}V_eCG-bV7L>f&*8U)xLYH8HvMKQm_943cBMf zs6BmvI+SnG83VVOxeLPubfgVF)X#4>H?G`F+GyXj!%XGRJIxc%AE-lKEX#DXG`dia zMqRWqSXQt9@LgKq5exML@mL;5pk5s_(Fxb0c4!OM#Vlk{Am@{sQ^{ID6 zPfSJqFMUk7vo>(hqVjL z)zr3t@z)_AO@kxOMrTYz-jZ}Yik_!wX9O-I(=E5on4w*8)|~MTPV+JCZO)tLfRGDZ z^L+j#-l09}B7Xy5wQtQ;m25f9W)+s8p7BP@1E_O&!SWs!r~W%?hu>M2yJS8WVA%|# zc|R6)1XiNnC$?c3+-KDbP*2o$nSwt(y@mH_c=MgPq1?S}M&uD@(*6wjnEmMp?Ay=0 zW?Ndm6z);ePd}g(AZ?ivhRMSCzMP(2Pv)+84->BqR4cuYv+Y??twaUFM z^|F0KMv!q>*_j`1aJxpqo!G2~vX&`&}kEJ@0fzN95tLRyo$a`6EV)T}d+%PUaI=@(FoObh|*lv6sxBkc}ztBTvb%399$x%OHkK@l%#P_nHGfYj+Fa`I-6DV7s8-`4(b|JWOL From 7e7b1332db68645d2d1cb0ffe139bb692177c14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Wed, 7 Apr 2010 19:14:08 +0000 Subject: [PATCH 186/344] Fix version in announcement of GnuCash 2.3.11. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19005 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100319-2.3.11.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/100319-2.3.11.news b/news/100319-2.3.11.news index 8c87e29f..e19ba84e 100644 --- a/news/100319-2.3.11.news +++ b/news/100319-2.3.11.news @@ -1,4 +1,4 @@ -Announcement: GnuCash 2.3.13 (Unstable) Release +Announcement: GnuCash 2.3.11 (Unstable) Release 2010-03-19

          GnuCash 2.3.11 (Unstable) released

          From 650b5688bc3b3f82adeba3ac2b82349cfb40dd76 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 14 Apr 2010 15:01:13 +0000 Subject: [PATCH 187/344] =?UTF-8?q?Update=20austrian=20mirror=20as=20repor?= =?UTF-8?q?ted=20by=20Anton=C3=ADn=20Sprinzl.=20Patch=20by=20Frank=20H.=20?= =?UTF-8?q?Ellenberger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19022 57a11ea4-9604-0410-9ed3-97b8803252fd --- download.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.phtml b/download.phtml index 695ff9e3..05ce1a26 100644 --- a/download.phtml +++ b/download.phtml @@ -37,7 +37,7 @@ include("externals/menu.phtml");

          From 3c82c0b06ecf79c05d31a2d9ea88388c75e24189 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Wed, 21 Apr 2010 22:52:27 +0000 Subject: [PATCH 188/344] Add 2.3.12 announcement git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19046 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100421-2.3.12.news | 357 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 news/100421-2.3.12.news diff --git a/news/100421-2.3.12.news b/news/100421-2.3.12.news new file mode 100644 index 00000000..47f7e063 --- /dev/null +++ b/news/100421-2.3.12.news @@ -0,0 +1,357 @@ +Announcement: GnuCash 2.3.12 (Unstable) Release +2010-04-21 + +

          GnuCash 2.3.12 (Unstable) released

          + +

          The GnuCash development team proudly announces GnuCash 2.3.12, the thirteenth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

          + +
          +

          WARNING: This is an *UNSTABLE* version of Gnucash.

          +

          This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

          +

          Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

          +
          + +
          +

          NOTE: The latest stable version is 2.2.9.

          +
          + +

          PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla

          +

          Major changes in the 2.3.x release include; +

            +
          • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
          • +
          • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
          • +
          • Updated to AqBanking 3 on Win32.
          • +
          + +

          Strings are frozen. This means no new changes will be introduced which change any text displayed by Gnucash. Therefore, final translations for 2.4.0 release may begin.

          + +

          Changes between 2.3.11 and 2.3.12 include: + +

            +
          • Bugs fixed
          • +
              +
            • Fix #588816 - Heading Banner Image does not display or print on invoice reports + +Along with a new version of webkit which properly handles local image files, a change was needed so that instead of creating an html string and feeding it directly to webkit, it is exported to a temp file which is then loaded as a file:// URI. On Linux, if this is not done, any embedded images do not appear, and there is a console message that local resources can't be loaded. On Windows, the embedded images don't appear, possibly for the same reason, but I'm not sure where the console messages go.
            • +
            • Bug #525821 - new or edited account names should be checked for reserved chars like ":" +Addendum: Fix compatibility with older Gtk versions.
            • +
            • Bug #525821 - new or edited account names should be checked for reserved chars like ":" +This patch checks if the separator character is used in account names when loading +a data file, or when changing the separator character in the preferences. +If the separator character is incompatible with some account names, a warning +dialog box is popped up explaining the situation. This dialog also lists the +violating account names. +Additionally, the preferences dialog will show a warning sign as long as the separator +clashes with some account names. The tooltip for this sign will also display the +violating account names.
            • +
            • Bug #613963 - GnuCash opens empty window when no state file is found
            • +
            • Bug #612566 - Build failure with glib 2.10 - undefined gdk_color_to_string - part 2 +Create the necessary HAVE_GTK_2_12 check in configure.in
            • +
            • Bug #612566 - Build failure with glib 2.10 - undefined gdk_color_to_string +From modified patch by Bob
            • +
            • Bug #605802 - Can't input Japanese characters at an account register window on windows with SCIM, IIIMF and XIM +This patch by Yasuaki Taniguchi fixes the business register.
            • +
            • Bug #613655 - Cannot load MYsql data, fix invalid state file name
            • +
            • Fix #613574 - Cannot create/save new employees using MySQL backend + +Wrong gobject property name used when creating "username" property - sql backend couldn't read it.
            • +
            • Fix bug #613375 + +Odd that this affected only OSX, as the fix is clearly consistent with the GtkLabel "ellipsize" property documentation. (I.e., the packing "expand" property must be TRUE on notebook labels.)
            • +
            • Bug #610675: Re-apply r18918, and now with the account color.
            • +
            • Bug #610675: Re-apply r18918, but only the tooltip fixing.
            • +
            • Bug #610675: Re-apply r18918 but with the relevant event_box not visible on Windows. + +This patch contains only the changed widget order (no color yet).
            • +
            • Make sure we include glade headers (#613326)
            • +
            + +
          • Updated translations or translation-related changes
          • +
              +
            • Update Japanese names of accounts. And remove empty ja_JP.EUC directory. + +Patch by Yasuaki Taniguchi.
            • +
            • Update of Brazilian Portuguese translation by Miguel Rozsas
            • +
            • Updated Dutch translation, copied from the Translation Project.
            • +
            • Update German translation.
            • +
            • Updated Danish translation, copied from the Translation Project.
            • +
            • Merge po templates with latest string changes (mostly the removal of taxtxf.scm from translation)
            • +
            • I18n: Remove strings of the US tax report from translation because this report makes sense only in English.
            • +
            • I18n: Mark forgotten string for translation. Pointed out by Yasuaki Taniguch.
            • +
            • Updated Japanese translation, copied from the Translation Project.
            • +
            + +
          • Other user-visible changes
          • +
              +
            • Enable the use of gnome-keyring during loading and saving of data. +- The database passwords will no longer be stored in history +- During save as, the user-entered password will be stored in gnome-keyring +- During open, the user-entered password will be stored in gnome-keyring +- When a file is opened from history (no file specified at startup or + user selects an entry in the File menu's history) the password is + fetched from the gnome-keyring. + +This currently works on linux. On Mac OS X or Windows no passwords are stored +and the user is asked for a password when a file is loaded from history. +Adding keyring/keychain capability on these systems is tbd.
            • +
            • When printing WebKit based reports respect the Page Setup settings. +If webkit_web_frame_print_full exists in the version of WebKit being used then +use it with a GtkPrintOperation which has been initialized from the Page +Setup data.
            • +
            • Make the calculations more nearly the same as the older balance sheet report + +Calculate retained earnings or loss from income and expense accounts and +label the amount needed to balance the books as the imbalance amount +instead of retained earnings or loss.
            • +
            • Update eguile based balance sheet report to work with current GnuCash.
            • +
            • Add the eguile based balance sheet report. + +This version is directly from the wiki at +<http://wiki.gnucash.org/wiki/Custom_Reports_Using_Eguile> +and won't work in the current version of GnuCash. It is included for +reference purposes.
            • +
            • Can't add or update currencies in 2.3.11 +Reported by Markus Scheffler on Apr 2 via gnucash-user ML
            • +
            • Open/Save As...: configure enter/double click to run the default action.
            • +
            + +
          • Other code/build changes
          • +
              +
            • Add functions to compare 2 business objects for equality, and use them in 'make check' tests. + +Adds functions to compare 2 business objects for equality. The 'make check' tests can then use these functions to store and reload objects and compare them for equality. This allows the sql backend to be tested.
            • +
            • Check for webkit_web_view_load_uri() function, and if not available, fall back to webkit_web_view_load_html_string(). + +This change also changes the config #define name from HAVE_WEBKIT_PRINT_FULL to HAVE_WEBKIT_WEB_FRAME_PRINT_FULL to be a bit more descriptive.
            • +
            • Change default from --disable-dbi to --enable-dbi. + +This is needed so that 'make distcheck' will work with the business sql backend tests.
            • +
            • Disable transaction log in backend test so that there aren't log files left lying around to make 'distcheck' fail.
            • +
            • Add .h files to EXTRA_DIST to ensure they are put into tarball
            • +
            • Fix test dependencies
            • +
            • Ensure necessary .h files are included in EXTRA_DIST
            • +
            • Remove reference to GNC_TEST_SRFI_LOAD_CMD since we no longer support local srfi's.
            • +
            • Assume webkit functions exist on win32
            • +
            • Small corrections in the comments of gnc-commodity.h + +1 typo +1 moved file +1 complement + +Patch by Frank H. Ellenberger
            • +
            • When updating book counters for business objects (in book slots), ensure they're saved. +
            • +
            • Allow QTDIR to be defined either in pure windows format (c:\xyz\def) or unix format (/c/xyz/def) without ISS bailing out. +Previously, only unix format worked.
            • +
            • pexports is only available if MSVC is installed. Encapsulate it in a conditional.
            • +
            • Move one more MSVC-only line inside the MSVC test
            • +
            • Fix gnucash-gdb.in to use gdb from the right place
            • +
            • Change the iso-4217 generator script to accept the srcdir as cmdline argument instead of an env variable.
            • +
            • Insert missing "format:" - otherwise it didn't build for me. +Additional simplifying git expressions. +Patch by Frank H. Ellenberger
            • +
            • Remove unneeded path conversion on Windows
            • +
            • Add note about required Qt for dist.sh + some typo fixes
            • +
            • Fix crash when trying to unset a parameter via the environment config file
            • +
            • Fix Windows build after introduction of the environment config file.
            • +
            • Revive gnucash-setup-env on OSX/Quartz. +This fixes the OSX issues caused by the introduction of +the environment config file.
            • +
            • Fix MacOSX keyring test in configure to work and make gnc-keyring.c compile if it does.
            • +
            • Initialize new_val in environment_override to avoid a compiler warning.
            • +
            • G_PATH_SEPARATOR is not used in the environment config file. Remove it from the make script.
            • +
            • Make sure only the quartz build uses environment-osx.in
            • +
            • Remove local srfi's and require guile 1.6.7 or better. +All now supported versions of guile come bundled with these +srfi's, so there's no need to keep our own copies.
            • +
            • Have the gnucash binary setup its required environment by itself + +- New "environment" config file that holds the environment modifications to make +- Added a parser for this file that does the actual modification + of the environment (in gnucash-bin.c) +- Eliminate the old gnucash-setup-env script
            • +
            • Configure: fix password store test
            • +
            • Upgrade win32 version of webkit from 1.1.5 to 1.1.90. + +This version contains changes required to fix #588816 (Heading Banner Image does not display or print +on invoice reports). Note that this bug won't be fixed until some gnucash changes are checked in as well.
            • +
            • Configure: group platform dependent tests
            • +
            • Fix missing printf format string
            • +
            • Fix indentation with astyle +The indentation was mixed up due to the unusual IF_TYPE macro, now removed.
            • +
            • Replace IF_TYPE macro with a validation function +The macro is quite ugly: it's not a complete if condition (missing closing bracket) +which makes the code using it difficult to read and error-prone. +Even astyle got confused by it. +The replacement code is slightly longer (two lines per replaced IF_TYPE invocation) +but clean and readable.
            • +
            • Remove redundant page tab setting code. +The tab is set again some time later in the gnc_main_window_connect function.
            • +
            • Add svn:ignore properties
            • +
            • Code cleanup in binreloc: Remove unused init_lib function. Add possibility to set the looked-up exe path from somewhere else. + +Remove symbol mangling because r18940 already added the gnc_* prefix, +hence the symbol names are unique to gnucash anyway.
            • +
            • Re-indentation of source code (sql parts). + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix
            • +
            • Re-indentation of source code. + +This also strips trailing whitespaces from lines where they existed. +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
            • +
            • Rename the type GUID into GncGUID because on Windows, the system headers have a type GUID which clashes with ours. + +Note that only the type was renamed, but not any enums or function names. +Hence, the scheme wrappers should be unchanged completely (hopefully). + +Discussed at http://lists.gnucash.org/pipermail/gnucash-devel/2010-March/027679.html
            • +
            • Add business backend sql test infrastructure. + +At this point, the test creates a customer, saves it to an sqlite3 db, loads it and compares the original and the loaded customer. Will be expanded to test other business objects.
            • +
            • Add deep comparison routines for test purposes + +1) Add routine gncCustomerEqual() which will do a deep comparison between two customers +2) Add routine gncAddressEqual() which will do a deep comparison between two addresses +3) Add more GncAddress gobject parameters for the remaining data items
            • +
            • Changes in dbi test infrastructure + +1) Now that the various objects .c files can compare objects in different books, remove the duplicate copies. +2) Create a .la so that the business sql test code can use some common test infrastructure.
            • +
            • Extend xaccXXXXXEqual() routines so that they can compare objects in different books to see if they have the same contents.
            • +
            • Set some more line-ending style properties.
            • +
            • Set the desired line-ending style to the correct value on the server side. + +Without the svn:eol-style property, SVN checkouts on windows tend to appear +with varying line endings. The only possible way around this in svn is to +set the expected line endings as svn properties.
            • +
            • Update dbi tests - more object types are now saved and loaded
            • +
            • Add new CPP macros which make it cleaner to have conditional compilation based on compiler/system and options selected during config + +Examples: + +#if COMPILER(MSVC) +#if COMPILER(GCC) + +#if ENABLE(NLS) +#if HAVE(PUTENV) + +This platform.h file includes config.h, so that doesn't need to be included any more. + +PLATFORM(X) is based on the definition of GNC_PLATFORM_X +COMPILER(X) is based on the definition of GNC_COMPILER_X. At this point, only COMPILER(GCC), COMPILER(MSVC), COMPILER(MSVC7) and COMPILER(MINGW) are determined. +HAVE(X) is based on HAVE_X from config.h +ENABLE(X) is based on ENABLE_X from config.h +USE(X) is based on GNC_USE_X from config.h + +Having these determinations at a central point makes it easier to add new platforms and easier to conditionally compile based on them.
            • +
            • Create splits->accounts sql index and tx->post_date index when creating new databases
            • +
            • Cleanup cruft and an error from r18945
            • +
            • Whitespace cleanup
            • +
            • Forgot to delete a diagnostic in 18941
            • +
            • Fixup binreloc, which wasn't working correctly on OSX + +Most changes are to rename the functions named gbr_* to gnc_gbr_*, so +that our modified binreloc (to provide mac bundle support) doesn't +collide with binreloc implementations in other libraries. (The instant +case was in libenchant.) + +Also moved the IGE_MAC_CFLAGS and IGE_MAC_LIBS lines from +engine/Makefile.am to core-utils/Makefile.am. This was missed when +binreloc was moved. + +And last, there was a minor error in the original OSX binreloc patch: +At line 68, #elif MAC_INTEGRATION should be (and now is) #elif defined +MAC_INTEGRATION.
            • +
            • Add getter/setter for transaction posted-date as a GDate. + +In addition to the known timespec, the date is also stored +as a kvp_value of TYPE_GDATE so that we know afterwards this +date has really been set as a date.
            • +
            • Add a GDate kvp_value type including conversions from and to all sorts of thingys. + +Also, removed the default: switch clauses when handling a +kvp_value so that the compiler will already complain about +unhandled enum values.
            • +
            • Fix Windows installer doc to have perl >= 5.8 instead of 5.10
            • +
            + +
          • Cutecash
          • + +Some of the GnuCash developers have decided to rewrite the UI for the cross-platform Qt toolkit from TrollTech. The goal is a simpler UI which is more powerful and easier to develop. This project has gotten the name "Cutecash". It uses the same back-ends and engine as gnucash. Only the UI is different. The source for the Cutecash UI is in the same tree (and therefore, the tarballs) as GnuCash, but at this point, no MAC or Win32 builds are being produced. +
              +
            • Cutecash: Add install and packaging rules. + +Running "make package" will produce a binary package. +Running "make package_source" will produce a source package.
            • +
            • Win/MSVC compatibility: Replace g_* file operations by the direct calls into the MSVC runtime. + +This tries to avoid a collision between glib's C runtime vs. +the one that is used by MSVC (and hence also Qt) by using +file access only through MSVC's one.
            • +
            • Win32: Add mingw cutecash build to the install.sh script, enabled by WITH_CUTECASH=yes.
            • +
            • Cutecash: Slightly decrease debug output verbosity.
            • +
            • MSVC: Add creation of MSVC import library of libdbi.
            • +
            • Fix CMake for building the dbi backend.
            • +
            • Cutecash: Fix missing #ifdefs for dbi calls.
            • +
            • Cutecash: Compile & link SQL backend as well (but there is no GUI for this yet)
            • +
            • Cutecash: Fix memory leak of missing cleanup of RecentFileMenu object.
            • +
            • MSVC compatibility: MSVC must not use g_fopen because it uses a different C runtime than the rest of (MSVC) file-handling functions.
            • +
            • MSVC compatibility: Always initialize all members of the QofObject struct.
            • +
            • Cutecash: Add more event handler to the account windows so that they will be deleted upon book closing.
            • +
            • Cutecash: Code cleanup. Avoid crashes when undoing adding of new transactions by not deleting the tmp transaction object. + +Also, correctly set the document state to "clean" after saving.
            • +
            • Cutecash: Implement account selection in new transaction correctly.
            • +
            • Cutecash: Implement entering new transactions in the register. + +Only the account selection is still missing.
            • +
            • Cutecash: Add empty line for entering a new transaction in the register. Doesn't yet store data, though.
            • +
            • Cutecash: Introduce separate base class GncInstance for QofInstance methods. + +This is the base class for Account, Book, Commodity, Split, Transaction.
            • +
            • Cutecash: Add deletion of rows/transactions (through "Cut"). With Undo. Hee Hee.
            • +
            • Cutecash: Fix file loading, saving, and save-as. Works fine now. + +Also, use the new GDate setter/getter for the transaction time.
            • +
            • Cutecash: Add separate Cmd class for setting the amount/value. + +Setting the amount in the register now works.
            • +
            • Enable editing of the "other" account of a transaction. + +Register Account and our other types in the QMetaType system +so that QVariant can hold it and pass it between the model, +view, and delegate. Implement AccountSelectionDelegate that +presents a QComboBox editor widget for account selection.
            • +
            + +

            Caveats for Testers

            +

            Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

            +

            The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

            + +

            How can you help?

            +

            Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

            +

            Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

            +

            +

            We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

            + +

            Getting GnuCash

            +

            Source code for GnuCash 2.3.12 can be downloaded from multiple locations: +

              +
            • The GnuCash website
            • +
            • Sourceforge: bzip2, gzip, all files.
            • +
            • You can also checkout the sources directly from the subversion repository with this command:

              svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
            • +

            + +

            To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

            + +

            Win32 binary

            +

            The Gnucash 2.3.12 Win32 setup executable can be downloaded from Sourceforge as well. + +

            About the Program

            +

            GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

            From 18c2b7f19f8c68f621a9554c0d6e64b5a8d1f1b8 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 1 May 2010 22:19:51 +0000 Subject: [PATCH 189/344] Add zh_CN translation for website, provided by Tao Wang git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19089 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 7 +- externals/header.phtml | 1 + po/zh_CN.po | 1193 +++++++++++++++++++++++++++ zh_CN/.htaccess | 1 + zh_CN/LC_MESSAGES/gnucash-htdocs.mo | Bin 0 -> 54979 bytes zh_CN/atom.php | 1 + zh_CN/docs.phtml | 1 + zh_CN/download.phtml | 1 + zh_CN/features.phtml | 1 + zh_CN/index.phtml | 1 + zh_CN/local.php | 6 + zh_CN/oldnews.phtml | 1 + zh_CN/osx_readme.phtml | 1 + zh_CN/rss-feed.phtml | 1 + zh_CN/sizing.phtml | 1 + 15 files changed, 1215 insertions(+), 2 deletions(-) create mode 100644 po/zh_CN.po create mode 100644 zh_CN/.htaccess create mode 100644 zh_CN/LC_MESSAGES/gnucash-htdocs.mo create mode 120000 zh_CN/atom.php create mode 120000 zh_CN/docs.phtml create mode 120000 zh_CN/download.phtml create mode 120000 zh_CN/features.phtml create mode 120000 zh_CN/index.phtml create mode 100644 zh_CN/local.php create mode 120000 zh_CN/oldnews.phtml create mode 120000 zh_CN/osx_readme.phtml create mode 120000 zh_CN/rss-feed.phtml create mode 120000 zh_CN/sizing.phtml diff --git a/Makefile b/Makefile index e283b80c..bf64a4f4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -.PHONY: pot mos msgmerge de es fr it ja nb nl pl pt_PT nmz nmz.lang nmz nmz.onefile +.PHONY: pot mos msgmerge de es fr it ja nb nl pl pt_PT zh_CN nmz nmz.lang nmz nmz.onefile pot: po/POTFILES po/gnucash-htdocs.pot @@ -12,7 +12,7 @@ po/gnucash-htdocs.pot: po/POTFILES xgettext -f po/POTFILES -L PHP -o po/gnucash-htdocs.pot msgmerge: po/gnucash-htdocs.pot - for f in de es fr it ja nb nl pl pt_PT ; do \ + for f in de es fr it ja nb nl pl pt_PT zh_CN ; do \ msgmerge -U po/$$f.po po/gnucash-htdocs.pot ; \ done @@ -45,6 +45,9 @@ pl: po/pl.po pt_PT: po/pt_PT.po msgfmt po/pt_PT.po -o pt_PT/LC_MESSAGES/gnucash-htdocs.mo +zh_CN: po/pt_PT.po + msgfmt po/zh_CN.po -o zh_CN/LC_MESSAGES/gnucash-htdocs.mo + #################################################################### # diff --git a/externals/header.phtml b/externals/header.phtml index 4384172c..0f9949e6 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -35,6 +35,7 @@ if (isset($homepage)) { ?> | Norsk Bokmål | Português +| Simplified Chinese   | Português -| Simplified Chinese +| 中文   \n"); +echo ("\n"); + # key: locale, value: lang_dir $supported_languages = array( From 700f0e4ceb77a8ce05dc2d2dcbfbd0e34bfebe0d Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 7 May 2010 16:27:36 +0000 Subject: [PATCH 208/344] More debugging stuff git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19138 57a11ea4-9604-0410-9ed3-97b8803252fd --- lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang.php b/lang.php index ca88bee7..a6345d92 100644 --- a/lang.php +++ b/lang.php @@ -4,7 +4,7 @@ # choose a default language based on the client browser's preferred # language list -echo ("\n"); +echo ("\n"); echo ("\n"); From 61c17ce08a0f0b4efd4705b24d6b9e464f25479d Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 7 May 2010 16:37:31 +0000 Subject: [PATCH 209/344] Don't set current page if it's set to /- by namazu git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19139 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/header.phtml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/externals/header.phtml b/externals/header.phtml index 3623f0af..741da241 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -13,7 +13,8 @@ if ($can_utf) @@ -31,17 +32,17 @@ if (isset($homepage)) { ?>
            : - English -| Deutsch -| Español -| Français -| Italiano -| 日本語 -| Nederlands -| Norsk Bokmål + English +| Deutsch +| Español +| Français +| Italiano +| 日本語 +| Nederlands +| Norsk Bokmål -| Português -| 中文 +| Português +| 中文   -| Nederlands -| Norsk Bokmål + English +| Deutsch +| Español +| Français +| Italiano +| 日本語 +| Nederlands +| Norsk Bokmål -| Português -| 中文 +| Português +| 中文   \n"); +echo ("\n"); $top_dir = ".."; $home = "."; $locale = "en_US"; diff --git a/lang.php b/lang.php index a6345d92..c5c82d00 100644 --- a/lang.php +++ b/lang.php @@ -5,7 +5,7 @@ # choose a default language based on the client browser's preferred # language list echo ("\n"); -echo ("\n"); +echo ("\n"); # key: locale, value: lang_dir diff --git a/local.php b/local.php index 453df189..196d5d76 100644 --- a/local.php +++ b/local.php @@ -1,4 +1,6 @@ \n"); +echo ("\n"); $top_dir = "."; $home = $top_dir; $locale = ""; diff --git a/nl/local.php b/nl/local.php index 73763a29..2244609b 100644 --- a/nl/local.php +++ b/nl/local.php @@ -1,4 +1,6 @@ \n"); +echo ("\n"); $top_dir = ".."; $home = "."; $locale = "nl_NL"; From 312d1955f4dc44b1a8236703b52c9aa5060e3131 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 8 May 2010 15:15:40 +0000 Subject: [PATCH 212/344] Add missing languages for namazu, and simplify new language addition git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19142 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index dbb30367..bb9221c2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ +languages = de es fr it ja nb nl pl pt_PT zh_CN -.PHONY: pot mos msgmerge de es fr it ja nb nl pl pt_PT zh_CN nmz nmz.lang nmz nmz.onefile +.PHONY: pot mos msgmerge ${languages} nmz nmz.lang nmz nmz.onefile pot: po/POTFILES po/gnucash-htdocs.pot @@ -12,12 +13,11 @@ po/gnucash-htdocs.pot: po/POTFILES xgettext -f po/POTFILES -L PHP -o po/gnucash-htdocs.pot msgmerge: po/gnucash-htdocs.pot - for f in de es fr it ja nb nl pl pt_PT zh_CN ; do \ + for f in ${languages} ; do \ msgmerge -U po/$$f.po po/gnucash-htdocs.pot ; \ done -mos: de es fr it ja nb nl pl pt_PT zh_CN - +mos: ${languages} de: po/de.po msgfmt po/de.po -o de/LC_MESSAGES/gnucash-htdocs.mo @@ -79,6 +79,6 @@ nmz: $(MAKE) nmz.lang # other NMZ langs not merged into po system: ja # note: PL is only "mostly" translated. it diff's differently - for l in de es fr nb nl pl pt_PT ; do \ + for l in en ${languages} ; do \ $(MAKE) nmz.lang LOCALFILE=$$l/local.php FILETAIL=.$$l ; \ done From acf52a39057f2bfe5a7d6e4905785edd9ca55d53 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 8 May 2010 15:32:27 +0000 Subject: [PATCH 213/344] Don't overwrite custom templates git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19143 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index bb9221c2..54028a3d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ -languages = de es fr it ja nb nl pl pt_PT zh_CN +languages = de es fr it nb nl pl pt_PT zh_CN +languages_with_template = ja +all_languages = ${languages} ${languages_with_template} -.PHONY: pot mos msgmerge ${languages} nmz nmz.lang nmz nmz.onefile +.PHONY: pot mos msgmerge ${all_languages} nmz nmz.lang nmz nmz.onefile pot: po/POTFILES po/gnucash-htdocs.pot @@ -13,11 +15,11 @@ po/gnucash-htdocs.pot: po/POTFILES xgettext -f po/POTFILES -L PHP -o po/gnucash-htdocs.pot msgmerge: po/gnucash-htdocs.pot - for f in ${languages} ; do \ + for f in ${all_languages} ; do \ msgmerge -U po/$$f.po po/gnucash-htdocs.pot ; \ done -mos: ${languages} +mos: ${all_languages} de: po/de.po msgfmt po/de.po -o de/LC_MESSAGES/gnucash-htdocs.mo From c01654314de03266f7f9aaec72463084f89824fb Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 8 May 2010 15:36:41 +0000 Subject: [PATCH 214/344] Disable debuggin information git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19144 57a11ea4-9604-0410-9ed3-97b8803252fd --- en/local.php | 3 +-- lang.php | 3 +-- local.php | 3 +-- nl/local.php | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/en/local.php b/en/local.php index c82f3452..c026d625 100644 --- a/en/local.php +++ b/en/local.php @@ -1,6 +1,5 @@ \n"); -echo ("\n"); +#echo ("\n"); $top_dir = ".."; $home = "."; $locale = "en_US"; diff --git a/lang.php b/lang.php index c5c82d00..a98a7c6c 100644 --- a/lang.php +++ b/lang.php @@ -4,8 +4,7 @@ # choose a default language based on the client browser's preferred # language list -echo ("\n"); -echo ("\n"); +#echo ("\n"); # key: locale, value: lang_dir diff --git a/local.php b/local.php index 196d5d76..8ab43a55 100644 --- a/local.php +++ b/local.php @@ -1,6 +1,5 @@ \n"); -echo ("\n"); +#echo ("\n"); $top_dir = "."; $home = $top_dir; $locale = ""; diff --git a/nl/local.php b/nl/local.php index 2244609b..d1737c22 100644 --- a/nl/local.php +++ b/nl/local.php @@ -1,6 +1,5 @@ \n"); -echo ("\n"); +#echo ("\n"); $top_dir = ".."; $home = "."; $locale = "nl_NL"; From 19280ba7b66eb1e8bca21e441aa298678125fba7 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 15 May 2010 14:23:16 +0000 Subject: [PATCH 215/344] Update website's icon, patch by Tao Wang git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19170 57a11ea4-9604-0410-9ed3-97b8803252fd --- favicon.ico | Bin 1406 -> 175657 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/favicon.ico b/favicon.ico index 8235b518001d734283a83fd1bb23727c34542010..613260263e3bc382f78d06b92bf8dc025c2abc9e 100644 GIT binary patch literal 175657 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 jfT{fM!4 zXSa9d#rPPX9YD9Q*NT^MvXggUtp`54bs+ieF3eRr6LHBo7j%W*r;gbAotY!QT+BQn z&`T6p|yQk%fCthH2$tR|CYO!Lt{e9S1R zQY%tQuV@|6_V;s|$ZyBjk;jqK{F&t~&HHD3tg^IuPmYiNi5oMGu46uPj$!IE&i{!s zjn3;ojWTV<0>{9rT}Ib2SCX~^?HmWhq7&l%4fyJur&U6NrQaL<)Dq?yEz!Ax+}ZWL zfKsCKJ30pL#&wR%heyWB{fX7(u?ZN@I1g1SHjI+`jT_3;Szl?1sud$|e-a(CZSebU zZ&6+zY4whecG@^}T$CaaTdI!)yY;~Fxg6=BbdAQV1+9E>`i*f2-&IaZZMc&r2 zr~W2wH}8?(5BW;4UgkLW>jvsR&KWC!MK8=HEfPBV=*I!_6DQo#^iTh0Zs?o)zo%oe z5Xa`n&q?^CD!#m_%%2)QrV{3YS5?j@el^7>=WbnhcMIhA9Q=+%%n8iB?QQdtPk-Fl zuDp~@?xYw_TeCQTX18t2pjDgXCXD|PC;qB2S{bXDIkTgXL;FLN8Ys1q$Cf#?6aRcp zv3YUw*G6aBed1{7eLEL)7iIoFr z_qIj<9lpO6U0M1K8W2FgPuInm+{@H$;Zv&m-!UD!a^(A39$E0QJUhRIzAtt6);#HN zGcQSAn7UH=-57MAFPAm3819tU;LSKnp>JV z)muRx+T%O{yr2BHb29AMpXJv*$4MC1|CZ;}eH;VShr{MESB+2q`EaON^0%Pvr>CcW zET!f*lW?vHum&Ivg$KMX%+1VFWDH~i`RgBR_@+eHsTn|jr*2)OY)!~cr*cwc@Vj#T zoM?UKy2;r41ii29n$GgT;7GZx{vS2RQ;$A*=NW#vV;|LRzw19)>aWU_UVDzqh@)p@ z!gqg{(Z~NR1NNVi7HPZX6~t373_8QO4q)C|JO6VW_~!qC0rQ`aejJ3=EIH@aR3!=irgMw;k@Op z4)3UbuZ^{BhpwF^u2Tm+f4t>;=Y7uo-omw>mRdvN0&-k3H{cf1kGO*LFVWn7^lw4D z9p+g{PEV5|OIAqVr73b-XY6Tug4fI?M_RjK&Brz37_5OOVLcQ)|1(!a(EJ}jKTZlo zm+TE)I3ql!)ZBZb{wS|>swI{BeX6D8C+|x+oLA`8Sl;g0SSmJ-k&2B_8b-@|^&|DT zLf3}4_mQu>+NG|PN3qx5!aZB~t|1F1DgBnuq&E}(-i+g|c`8A(q21(t(>U%K>6&xn zrGeNJa39G19eJCEe1^=M$Mqrif?V_2`JZ#2=86oh|AKMA{!sIBu3EF&r<<9NGYPSo zO->4vhlu%!w(i=l@oMP<6P$mOv3J&`rTTI`2IqOq$jNeeZ1O?~}*+g7?h9LVCIXb?=E?<3e?xd;Sle|AL9fc_{jO_US1T6T6xm zDERvp2Os_DyUqD$b6_&=3ge$Ce;r=hW5({yKs*?GZutC-WFmIMO5EeQrJFfcSV%kl z`uVpX>jV024kqq*Cao0DqAezGF6AM=^M5|+@71@L^s4u!q^wwAVmD-(I1c17W8rGN z0m!DtTLRsT`NQkU_!dk($rxC+ti>_otTQeyudUyVdo1axvKDh6^9g8dM7(<=-pNAV zYb?do4U(F*SzbuMzAz5@je8*G@|>~O>;(oOFA2X5lIPR`90wWSo_GEah9DIGDgOgo z#mb1L?;wT+Vk%^Te)L1>L<~sAc+pr#sLA&Yh#8rT_?(PWu5>$b2W<>U#_wmmLK6=X zbH0NQ^QkfhI^(vP_wZdt?ioXpg)tr;_yXTV_zi&cTG?-jwJ*Q*P#047+i}2ogL7bB z^M4QkdC|Xc-VEvW-b1ot+Axy~1#-9*zOszPNLlsgt1-EPC<}}|=g(tiIJS;Cz|1pmr_jQzg<|@lMZSrEJ9l_rJlvx9C98eB) z|DX5#?}i{0{S)vVllnJla-xiHQ3-KzcWO*4`t^|~yAg+;^xK?C%u_}Fk>CEjN&Xy4 z%kW*8^atMCkJtx06r0`1KW6B*@7=F)JT^fV7|Z^JMC8KmgTnl5%wq^0sA~YrbJSs6 z19Gp-ee(uLzDOrFm=Qk$w|(e;gJ+ierWQzufEJAQ1AR zpRr>ZKQnt%k}%eIPO6Fj&3KuI5MRi|)v`Ibjz}7=8~VXR$V1YsFC{Vd1?lzfLo&3< zJJA22A2=Dgq3nSFm`_b!r`&mk7{`Tk0CQ0MY0zZd8`NEuCF8LFor?88_dkQN7Z`}b zy}~%`8Fb%pX?3H~y?|gCKHqo#sV9`EO%Ie?7W~%;?fUa|0Ou`{}p&;TZ3O zG0M_cFP0IF-;lnQACmT9YFaK_mA;+z*G^A4X$;+zorAsee5y4-K1j*3+VITrPrxF62f3TEu(gm}Pvn z^z@A~sZDiRIx$gWTxdL7jVWyNzHFA&$xCHs-xkQ*_P)&Q-&U3`nJ1d-1^He^cc>?W z8@wt@lD;~{tUa)E&^z&N* z>7Rmjj|`jj7L!Eg=8TQ z%bxwvef#%n91_NyTC{Y&45?pUmQERFVo+h+XMy(|Go1ezgNJhqi^jY{OaPq^p;Nc* z*(sgoel6kH8-KJG7&!7j5;8vsvOfT22#%T8hVnlQ@?U=HvU6cA6MjU_h=+sNo$E9& z{%c%Z#A`5dG)(;Tc?qp$R-fh?-;MdOR?irT+(1=@IZxIvpR05P=NO=_B#nzF43tUj zYie!*$}~$3Vk9uP74vE^wywR-Iu-K8F~IALd)aQ@3Mqp9PtmwUd2#eSiC(%%8bcl77S^XB=ydE98@blRDphJ$bP5e9g>}atM5~bTZxx zb)Y?GZDoOUaKDq5vP9+%jFVlvwo|cz1jm9&3!WAo?v9jElv*GDi>>F=^UR zS-*Ii(#2SJ%wH9lSAgq^!;+3z;?xhCN8qT*n_*+_+V7^^v+~<>z6i~uQAqm1|1``! z26x2L*D;8A%!seR`G9#qbgZ(bemroy@$J(uC;jU-Z48JdsB!q6`H=IXiNBAU zao-^m9IrO+KJ$MB#@)B^_f5?A<%_0+!_8@Gft#~{}@ly~=a9@`i}CdQH(Ga3U3V}}@#_xAkAvBQ#+u}-#b&(d51 z9QRhXZG7)7(3hJL8`;J?_QyK*$1lEo{I~Smc&Lmwd=mQs(2sbX%st|xAJ<7Uzu{4z z`>x}fJxZzf+Xni{Z;ms6Tx}CmTjdMS8M>V~!Ra>a9;UrmhT9RYDX?V9s))6aOEhJJtS zG{&ssdS2t&VJ>iE!~S!9%YCnnndz=6Gt}?yYdofIBQ|{A{XWL0p==NXOS7%HhWI7u z&jSB_amx_1j4{O+Qn<1lR=%$G`WpQ|fB%oq0%3>=_SgT$ zm{c?8%$91=k!SMww2|-2pg*y}M-6{W-JJek5gU#3S|GuN%VQkgRFvH4x z{S9+sbzH96#sVqg{GHBDZDX`t@!I+DFTOgSz=h?CBEdKjrBG_~uIGOIkAL`OaK}xi zm<;c*QinB7WlW{3g7PASa=K{ zcls;egi`dq$jBQi)vk0MeEjK?ZR0=`xF7lLJNzN(3meYA%YHzQ-hqCVz_nk)2m9`- zHLBA0{$9jGybs6sqrM+;BOk!=1FTti4Q+V;Ubg3RD0ku7op{%;@Xp)e!+$fe!2A@> zznS0u1-G+y*cYnvnzJwT9Ph*b?lH`Jzr~#QFzN>#+DO-3prr)qAurznJ&1)-D7cTI z&K|9w-S|MS*#{NC5L8rgoTC+to`u8iuizp6X z_8ZH^mkZzr)^ZWNr+kB4^6v*@7V4aRO~&tu?!s%K+PbeP?KP^t+AXVshU*c38o0Wg<>p~;{^lPTgY6^Td z=({!o{(PV*tV!21?^cVvf$|@KKlngj-P=38CC|f;rtshj;%)M*6dqDRuA5s!OOeU& zQ|VS--fmD$zM41N*Z=8rXUUrl;D>~JY{T|^&OTo{skPh%f4|a^ud5BgbuHj~V)3Va zF>Q@~@=tqXjEgwfSO()ynQAle%xg_rGV~pM%-}EQ!k@=p_}i9E?jS|yMd$K|^)@y! zAfAqXT@r^6@%2ApNTNI$^{UDq+gSfu*4M*7tz1ecDcax#*?w@ZehB(Te{l_&vKyp-*3s-%V~P_b+W6fFUup_}|~; zHEGelt*`$dw`nH7X^OZK4*qWJf3vuul$zO8e%tmv?K{7--O&a8viQ@+HCX>B{;+dy z4c`|l|D=^Zv27Ez|LFVe^kr5akPohMNBrC8mE|{Px0RY7)tAjVuw_7rtQ#Y*E^eRa zGY|ByE^*Ta`ubm@D{M|3`7Z?h9}fJ(S`E~?5Pj3B|E>Hd?KH6)hC`>CG5v!N|2n0H zKQ^@He_n-unk|1?)=s=N1L<+o#^dnllJWt3a;rvG*HY2tpBCKKp0C}W;qO1>C%pY& zskm?he9-pGz$0g5;+Y?{{yb~HRD`{4IBkrB<)1e9Z4>?dk9q2z>l-}xk3S`K6#9mF zo0O4oj63>Ns$V7ivNb7VGP? z`}^!~x{a20yN;_pY!mno#=sV|@<~(koOXikcb||VUBIU#_zu&5e7Mm+pvl*N9m92= zp85F5+GihG_NlMmw*RDu_?3=%QwEP5=9Bk?!2{)~XyZf6HnzR3AI7^L9v&+VM#qQj z|3f{;=CA)655%SasefGfJ38oz>l-}(kC#_$`4BHH^vE?>D6U2tVJ+@IFKs-ZQ`0P_FTgkm&d?1zD)(`2&SGRj_xiM~_RGqgr zr2JG`xL(2;uVqQ5@!50ff4BZ&{~aDAKl)|upXfgrs=PV}VKy8ReNMj&Nk_>I7uoDn<5YP90MQh{)k~PTDz^R~59{TtSLM1!-!9rZ z_?{&m8`dckjsxYwGji&p9nf|D3P? zl%Mf!BW3ZJUh3OHe*nb`yil3q@92;#(m+h<8(@8k7+;Be;JNjsp>4IEL8_Mh)4 zLHW55{?wu34k-4#cV{=QDGdIFApg3ifc%GJ9C*3MRQ=;${{;6v zRR70KnxMZ$Z&)}<77cC>o1$ZCziI8vXm3l~R^m#G*{@Bj7Ru;P-j(UYzfd}~ueeTn zIVMOi{dD#oMnRptVU6Cq6ZnU>ACkwK;(%0Igf&Hng6SXIf7+bS?)8amfxk%xY-J9^ zHpBYlu-=rBE?c+2Z=-!J84llzWfKQV|Hv}PPq)kT)#)$kBt6=Hy>?K?6VLBK{K0lR zkDYf-(cv4cDcTK&?YUV$2lF6!{IdVF2c!+{`qj&1O8Zzzho76VpQW8_hHTilM&=Li zDpTTOWZ{HCI&LXDqubSy$phM}94({&2*v~bXDDkNFVv;U>oI;YcB#|u?>;Jj{ck_` zSV8(vy9H~Hk^+0~Mey-Ddh)pXi>;acCHw+nW%2m__znMn+RU&$Z9Eq*nJ?p7S5y0U z$`}j#&3Zq^kFD8v9#7e@S#IexRH{Qxa<54bNacm={~7Ul;$P7Bw}NrE=b`YY-HGi# zZE>e|tRrjSuQjb>O<6InkL-tiJ8hULN7ja)HT#t`bCj%vPbB-tLd$E8+9XXrfXS{R<`g}y^4%>I@BSE`y z9@FNE_SBcU|C+lUzT2#6zsdg7EeN0+kyloQ%SS^I3-5HgRMwJT=-$Pe0%`RKwm>Rmo- zuN{G0)Bc)r?zXR|@0r>oLvLA|+)LSi+H$GQBW!?42W>u;A2_FNC66gr?5Epim^9_O z20Ja&SL2Jy{<8o29hLeE=PZ}B|L7NOz|__gwu_qU8hvKIWos{<4Vq4pC%A75ZF|4< z@eTH&IL^j3=3P}gZ}gXQ1?O%(hyG$NYnDsdf7)=;?o9JP!~RZvmtdnwTTEkjim}b{ zjd2lB&{y_1;F`9f-ExlOvje|f`0i5I(ubMz2=&0F>_26~*a{l^%N@uetGEMe!)%Id@{DRxomB5&)T2rb9gVuM;i1MW#%|=xAV!R>_7Xec7w3sk zbuGZ2*4R2SzKV`}j5D?S1YVc2|EJi0%|B@DDrvWE?Jg}{HjlH~Y{LGM{GuJJ(#dns zz(Tuy;%=W~&Hb>x5A9AlZ7)^-?R&0NUC{Lpb0>TlS^YoM$5*P)_V3aLmwm}=t(MpI z*jhCg4jMY-+@T}>b)bFcFI69e{|x&OU90Aty!x5fb^NyXKy>Zc*`WQb{oeLV*NBaJ zHl}v$EcPX@eqOs?aQmA}iWzdzl!Y;oNowWssGU_=k4NpUig`RKH0nThfq2&Wwgz+B x;}Lz1&pQ9&gX$FL+|~!3b6eZAIX|mLzx8?0Vd?v&YEAV6JZ%l$k$oOp|34+;Cx8F| literal 1406 zcmeH_c~BH|6vsb5@xTfNB~X%6JW|Umi8K#D0l5N1Q9v+UJkq?tgu(+@VF>}1Wd&Va z4^{-0GcB)>nMgT?Y%<2FnQXEd(ek269oSvAAO7J#{ny{UH{W;7yf^OxA=%cJ7qnpr zI7n-<#6ZYRLSQW=ED|r&zl6nNA?Z7NwCdB$*)W2Q+ZA+P|AFMHAR>bk;LfTX=%R3?H{{Q9^b~MQ@%ts z*pQSH#FBCdOPx+e_HNc+bD^vCS5DNa@!9D_aDfvEO^(ddL2Y9-%at=pJ(R?=9wU1+ zn+ZKOiVIEW=0bDjLeRW)t7HbrIiUM@REbLiEFlyF7-d zQdeRNXQNPt;#(o-FK{MKxq!r+03QAE7a=uPMCZ)LTVq9_eh_Qh?FrABNJQQQ)Or;a zwWkP4oyKa_e6lrZgy(ypGZfQ(=TH2rAg~TXRc<78II_OY8H>q6X4w{=JvP(dZ^ozC z3O~(Y5}TY^l|PGpN4D{_rh|Zb%XNl$B**e8Mi{_ z>% Date: Sat, 15 May 2010 15:33:27 +0000 Subject: [PATCH 216/344] Simplify language rules to avoid mistakes when languages are added/deleted git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19174 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 33 ++++----------------------------- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/Makefile b/Makefile index 54028a3d..1222eb9e 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ languages = de es fr it nb nl pl pt_PT zh_CN languages_with_template = ja all_languages = ${languages} ${languages_with_template} +.SECONDEXPANSION: + .PHONY: pot mos msgmerge ${all_languages} nmz nmz.lang nmz nmz.onefile pot: po/POTFILES po/gnucash-htdocs.pot @@ -20,36 +22,9 @@ msgmerge: po/gnucash-htdocs.pot done mos: ${all_languages} -de: po/de.po - msgfmt po/de.po -o de/LC_MESSAGES/gnucash-htdocs.mo - -es: po/es.po - msgfmt po/es.po -o es/LC_MESSAGES/gnucash-htdocs.mo - -fr: po/fr.po - msgfmt po/fr.po -o fr/LC_MESSAGES/gnucash-htdocs.mo - -it: po/it.po - msgfmt po/it.po -o it/LC_MESSAGES/gnucash-htdocs.mo - -ja: po/ja.po - msgfmt po/ja.po -o ja/LC_MESSAGES/gnucash-htdocs.mo - -nb: po/nb.po - msgfmt po/nb.po -o nb/LC_MESSAGES/gnucash-htdocs.mo - -nl: po/nl.po - msgfmt po/nl.po -o nl/LC_MESSAGES/gnucash-htdocs.mo - -pl: po/pl.po - msgfmt po/pl.po -o pl/LC_MESSAGES/gnucash-htdocs.mo - -pt_PT: po/pt_PT.po - msgfmt po/pt_PT.po -o pt_PT/LC_MESSAGES/gnucash-htdocs.mo - -zh_CN: po/zh_CN.po - msgfmt po/zh_CN.po -o zh_CN/LC_MESSAGES/gnucash-htdocs.mo +${all_languages}: po/$$@.po + msgfmt $< -o $@/LC_MESSAGES/gnucash-htdocs.mo #################################################################### # From b88180d76b8ca95e07216b290d098c288030c37c Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 15 May 2010 15:42:20 +0000 Subject: [PATCH 217/344] Use http GET variable and cookie to handle language selection Patch by Tao Wang, with some additional tweaks for search git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19175 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 11 +- atom.php | 2 +- de/.htaccess | 3 - de/atom.php | 1 - de/docs.phtml | 1 - de/download.phtml | 1 - de/features.phtml | 1 - de/index.phtml | 1 - de/local.php | 6 - de/mtsbwy.jpg | Bin 8243 -> 0 bytes de/oldnews.phtml | 1 - de/osx_readme.phtml | 1 - de/rss-feed.phtml | 1 - de/sizing.phtml | 1 - docs.phtml | 111 +++-- download.phtml | 57 ++- en/.htaccess | 1 - en/atom.php | 1 - en/components/table_bottom.phtml | 1 - en/components/table_middle.phtml | 2 - en/components/table_top.phtml | 8 - en/docs.phtml | 1 - en/download.phtml | 1 - en/features.phtml | 1 - en/gettext.phtml | 23 - en/htdig.sh | 5 - en/index.phtml | 1 - en/local.php | 7 - en/oldnews.phtml | 1 - en/osx_readme.phtml | 1 - en/rss-feed.phtml | 1 - en/sizing.phtml | 1 - es/atom.php | 1 - es/docs.phtml | 1 - es/download.phtml | 1 - es/features.phtml | 1 - es/index.phtml | 1 - es/local.php | 6 - es/oldnews.phtml | 1 - es/osx_readme.phtml | 1 - es/rss-feed.phtml | 1 - es/sizing.phtml | 1 - externals/footer.phtml | 4 +- externals/gettext.inc | 374 ++++++++++++++++ externals/gettext.php | 398 ++++++++++++++++++ externals/header.phtml | 24 +- externals/menu.phtml | 42 +- externals/streams.php | 167 ++++++++ features.phtml | 85 ++-- fr/.htaccess | 0 fr/atom.php | 1 - fr/docs.phtml | 1 - fr/download.phtml | 1 - fr/features.phtml | 1 - fr/index.phtml | 1 - fr/local.php | 6 - fr/oldnews.phtml | 1 - fr/osx_readme.phtml | 1 - fr/rss-feed.phtml | 1 - fr/sizing.phtml | 1 - index.phtml | 35 +- it/.htaccess | 1 - it/atom.php | 1 - it/docs.phtml | 1 - it/download.phtml | 1 - it/features.phtml | 1 - it/index.phtml | 1 - it/local.php | 6 - it/oldnews.phtml | 1 - it/osx_readme.phtml | 1 - it/rss-feed.phtml | 1 - it/sizing.phtml | 1 - ja/.htaccess | 1 - ja/atom.php | 1 - ja/docs.phtml | 1 - ja/download.phtml | 1 - ja/features.phtml | 1 - ja/index.phtml | 1 - ja/local.php | 6 - ja/oldnews.phtml | 1 - ja/osx_readme.phtml | 1 - ja/rss-feed.phtml | 1 - ja/sizing.phtml | 1 - lang.php | 26 +- local.php | 6 - .../de}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../en_GB}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../es}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../fr}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../it}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../ja}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../nb}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../nl}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../pl}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../pt_PT}/LC_MESSAGES/gnucash-htdocs.mo | Bin .../zh_CN}/LC_MESSAGES/gnucash-htdocs.mo | Bin nb/atom.php | 1 - nb/docs.phtml | 1 - nb/download.phtml | 1 - nb/features.phtml | 1 - nb/index.phtml | 1 - nb/local.php | 6 - nb/oldnews.phtml | 1 - nb/osx_readme.phtml | 1 - nb/rss-feed.phtml | 1 - nb/sizing.phtml | 1 - nl/.htaccess | 1 - nl/atom.php | 1 - nl/docs.phtml | 1 - nl/download.phtml | 1 - nl/features.phtml | 1 - nl/index.phtml | 1 - nl/local.php | 7 - nl/oldnews.phtml | 1 - nl/osx_readme.phtml | 1 - nl/rss-feed.phtml | 1 - nl/sizing.phtml | 1 - oldnews.phtml | 7 +- pl/atom.php | 1 - pl/docs.phtml | 1 - pl/download.phtml | 1 - pl/features.phtml | 1 - pl/index.phtml | 1 - pl/local.php | 6 - pl/oldnews.phtml | 1 - pl/osx_readme.phtml | 1 - pl/rss-feed.phtml | 1 - pl/sizing.phtml | 1 - pt_PT/.htaccess | 1 - pt_PT/atom.php | 1 - pt_PT/docs.phtml | 1 - pt_PT/download.phtml | 1 - pt_PT/features.phtml | 1 - pt_PT/index.phtml | 1 - pt_PT/local.php | 6 - pt_PT/oldnews.phtml | 1 - pt_PT/osx_readme.phtml | 1 - pt_PT/rss-feed.phtml | 1 - pt_PT/sizing.phtml | 1 - search/templates/NMZ.body.php_tmpl | 74 ++-- search/templates/NMZ.foot.php_tmpl | 6 +- search/templates/NMZ.head.php_tmpl | 44 +- search/templates/NMZ.result.normal.php_tmpl | 8 +- search/templates/NMZ.result.short.php_tmpl | 4 +- search/templates/NMZ.tips.php_tmpl | 28 +- sizing.phtml | 82 ++-- zh_CN/.htaccess | 1 - zh_CN/atom.php | 1 - zh_CN/docs.phtml | 1 - zh_CN/download.phtml | 1 - zh_CN/features.phtml | 1 - zh_CN/index.phtml | 1 - zh_CN/local.php | 6 - zh_CN/oldnews.phtml | 1 - zh_CN/osx_readme.phtml | 1 - zh_CN/rss-feed.phtml | 1 - zh_CN/sizing.phtml | 1 - 157 files changed, 1265 insertions(+), 545 deletions(-) delete mode 100644 de/.htaccess delete mode 120000 de/atom.php delete mode 120000 de/docs.phtml delete mode 120000 de/download.phtml delete mode 120000 de/features.phtml delete mode 120000 de/index.phtml delete mode 100644 de/local.php delete mode 100644 de/mtsbwy.jpg delete mode 120000 de/oldnews.phtml delete mode 120000 de/osx_readme.phtml delete mode 120000 de/rss-feed.phtml delete mode 120000 de/sizing.phtml delete mode 100644 en/.htaccess delete mode 120000 en/atom.php delete mode 100644 en/components/table_bottom.phtml delete mode 100644 en/components/table_middle.phtml delete mode 100644 en/components/table_top.phtml delete mode 120000 en/docs.phtml delete mode 120000 en/download.phtml delete mode 120000 en/features.phtml delete mode 100644 en/gettext.phtml delete mode 100755 en/htdig.sh delete mode 120000 en/index.phtml delete mode 100644 en/local.php delete mode 120000 en/oldnews.phtml delete mode 120000 en/osx_readme.phtml delete mode 120000 en/rss-feed.phtml delete mode 120000 en/sizing.phtml delete mode 120000 es/atom.php delete mode 120000 es/docs.phtml delete mode 120000 es/download.phtml delete mode 120000 es/features.phtml delete mode 120000 es/index.phtml delete mode 100644 es/local.php delete mode 120000 es/oldnews.phtml delete mode 120000 es/osx_readme.phtml delete mode 120000 es/rss-feed.phtml delete mode 120000 es/sizing.phtml create mode 100644 externals/gettext.inc create mode 100644 externals/gettext.php create mode 100644 externals/streams.php delete mode 100644 fr/.htaccess delete mode 120000 fr/atom.php delete mode 120000 fr/docs.phtml delete mode 120000 fr/download.phtml delete mode 120000 fr/features.phtml delete mode 120000 fr/index.phtml delete mode 100644 fr/local.php delete mode 120000 fr/oldnews.phtml delete mode 120000 fr/osx_readme.phtml delete mode 120000 fr/rss-feed.phtml delete mode 120000 fr/sizing.phtml delete mode 100644 it/.htaccess delete mode 120000 it/atom.php delete mode 120000 it/docs.phtml delete mode 120000 it/download.phtml delete mode 120000 it/features.phtml delete mode 120000 it/index.phtml delete mode 100644 it/local.php delete mode 120000 it/oldnews.phtml delete mode 120000 it/osx_readme.phtml delete mode 120000 it/rss-feed.phtml delete mode 120000 it/sizing.phtml delete mode 100644 ja/.htaccess delete mode 120000 ja/atom.php delete mode 120000 ja/docs.phtml delete mode 120000 ja/download.phtml delete mode 120000 ja/features.phtml delete mode 120000 ja/index.phtml delete mode 100644 ja/local.php delete mode 120000 ja/oldnews.phtml delete mode 120000 ja/osx_readme.phtml delete mode 120000 ja/rss-feed.phtml delete mode 120000 ja/sizing.phtml delete mode 100644 local.php rename {de => locale/de}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {en_GB => locale/en_GB}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {es => locale/es}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {fr => locale/fr}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {it => locale/it}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {ja => locale/ja}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {nb => locale/nb}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {nl => locale/nl}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {pl => locale/pl}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {pt_PT => locale/pt_PT}/LC_MESSAGES/gnucash-htdocs.mo (100%) rename {zh_CN => locale/zh_CN}/LC_MESSAGES/gnucash-htdocs.mo (100%) delete mode 120000 nb/atom.php delete mode 120000 nb/docs.phtml delete mode 120000 nb/download.phtml delete mode 120000 nb/features.phtml delete mode 120000 nb/index.phtml delete mode 100644 nb/local.php delete mode 120000 nb/oldnews.phtml delete mode 120000 nb/osx_readme.phtml delete mode 120000 nb/rss-feed.phtml delete mode 120000 nb/sizing.phtml delete mode 100644 nl/.htaccess delete mode 120000 nl/atom.php delete mode 120000 nl/docs.phtml delete mode 120000 nl/download.phtml delete mode 120000 nl/features.phtml delete mode 120000 nl/index.phtml delete mode 100644 nl/local.php delete mode 120000 nl/oldnews.phtml delete mode 120000 nl/osx_readme.phtml delete mode 120000 nl/rss-feed.phtml delete mode 120000 nl/sizing.phtml delete mode 120000 pl/atom.php delete mode 120000 pl/docs.phtml delete mode 120000 pl/download.phtml delete mode 120000 pl/features.phtml delete mode 120000 pl/index.phtml delete mode 100644 pl/local.php delete mode 120000 pl/oldnews.phtml delete mode 120000 pl/osx_readme.phtml delete mode 120000 pl/rss-feed.phtml delete mode 120000 pl/sizing.phtml delete mode 100644 pt_PT/.htaccess delete mode 120000 pt_PT/atom.php delete mode 120000 pt_PT/docs.phtml delete mode 120000 pt_PT/download.phtml delete mode 120000 pt_PT/features.phtml delete mode 120000 pt_PT/index.phtml delete mode 100644 pt_PT/local.php delete mode 120000 pt_PT/oldnews.phtml delete mode 120000 pt_PT/osx_readme.phtml delete mode 120000 pt_PT/rss-feed.phtml delete mode 120000 pt_PT/sizing.phtml delete mode 100644 zh_CN/.htaccess delete mode 120000 zh_CN/atom.php delete mode 120000 zh_CN/docs.phtml delete mode 120000 zh_CN/download.phtml delete mode 120000 zh_CN/features.phtml delete mode 120000 zh_CN/index.phtml delete mode 100644 zh_CN/local.php delete mode 120000 zh_CN/oldnews.phtml delete mode 120000 zh_CN/osx_readme.phtml delete mode 120000 zh_CN/rss-feed.phtml delete mode 120000 zh_CN/sizing.phtml diff --git a/Makefile b/Makefile index 1222eb9e..4a5f96d9 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ msgmerge: po/gnucash-htdocs.pot msgmerge -U po/$$f.po po/gnucash-htdocs.pot ; \ done -mos: ${all_languages} +mos: ${all_languages} ${all_languages}: po/$$@.po msgfmt $< -o $@/LC_MESSAGES/gnucash-htdocs.mo @@ -40,15 +40,12 @@ TMPLBASE=search/templates/NMZ. # add when we have utf-8 translations: iconv -f UTF-8 -t ISO8859-1 nmz.onefile: - ( echo ''; \ + ( echo '$$text_dir = "."; ?>'; \ cat $(TMPLBASE)$(FILE).php_tmpl ) | php -q > \ $(TMPLBASE)$(FILE)$(FILETAIL) nmz.lang: - $(MAKE) nmz.onefile FILE=head - for f in body foot result.normal result.short tips ; do \ + for f in head body foot result.normal result.short tips ; do \ $(MAKE) nmz.onefile FILE="$$f"; \ done @@ -57,5 +54,5 @@ nmz: # other NMZ langs not merged into po system: ja # note: PL is only "mostly" translated. it diff's differently for l in en ${languages} ; do \ - $(MAKE) nmz.lang LOCALFILE=$$l/local.php FILETAIL=.$$l ; \ + $(MAKE) nmz.lang FILETAIL=.$$l ; \ done diff --git a/atom.php b/atom.php index b8002d7c..da45cff5 100644 --- a/atom.php +++ b/atom.php @@ -1,7 +1,7 @@ diff --git a/de/mtsbwy.jpg b/de/mtsbwy.jpg deleted file mode 100644 index 6bf76f99c3c8de5aed19546438b321eae9dbde35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8243 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
            I=3E}+0ivoC=*ZE(wW9$C{nC_+d)$s=9F__f~ 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 fpn|8!U
            -

            +

            -

            +

            -

            gnucash-devel and we will add it.");?>

            +

            gnucash-devel and we will add it.");?>

            -

            -

            +

            +

            -

            +

              -
            • : +
            • :
                -
              • -
              • -
              • +
              • +
              • +
            -

            +

            -

            -

            +

            +

            -

            gnucash-user mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We want feedback from you, it is only through your comments that we know how to modify the documentation.");?>

            -

            English or Deutsch GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions.");?>

            +

            gnucash-user mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We want feedback from you, it is only through your comments that we know how to modify the documentation.");?>

            +

            English or Deutsch GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions.");?>

            -

            +

              -
            • -
            • - ()
            • +
            • +
            • + ()
            • + echo T_("Joe Mack's Tutorial");?>
            • + echo T_("Dave Gilbert's User Guide (PDF)");?>
            -

            -

            +

            +

            • GnuCash v1.8: -
                : - (HTML) - (HTML) - (PDF) + - -

                +

                -

                - +

                + -

                -

                +

                +

                -

                gnucash-devel.

                +

                gnucash-devel.

                -

                -

                description. The only change to get the docs is to change the checkout gnucash to checkout gnucash-docs. You can also start from the current docs tarball.");?>

                -

                bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy.");?>

                +

                +

                description. The only change to get the docs is to change the checkout gnucash to checkout gnucash-docs. You can also start from the current docs tarball.");?>

                +

                bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy.");?>

                -

                -

                gnucash-devel mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla if you wish.");?>

                -

                gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?>

                -

                +

                +

                gnucash-devel mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla if you wish.");?>

                +

                gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?>

                +

            diff --git a/download.phtml b/download.phtml index 05ce1a26..7f7bb007 100644 --- a/download.phtml +++ b/download.phtml @@ -1,61 +1,60 @@
            -

            +

            -

            -

            -

            +

            +

            +

            -

            +

            Linux

            -

            -

            +

            +

              -
            • Fedora: Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?>
            • -
            • Mandriva:
            • -
            • Redhat/Centos:
            • -
            • Ubuntu:
            • +
            • Fedora: Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?>
            • +
            • Mandriva:
            • +
            • Redhat/Centos:
            • +
            • Ubuntu:
            -

            +

            -

            -

            -

            +

            +

            +

            -

            +

              -
            • -
            • -
            • +
            • +
            • +
            diff --git a/en/.htaccess b/en/.htaccess deleted file mode 100644 index 939c9285..00000000 --- a/en/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options FollowSymLinks diff --git a/en/atom.php b/en/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/en/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/en/components/table_bottom.phtml b/en/components/table_bottom.phtml deleted file mode 100644 index 6ee8e756..00000000 --- a/en/components/table_bottom.phtml +++ /dev/null @@ -1 +0,0 @@ -

            diff --git a/en/components/table_middle.phtml b/en/components/table_middle.phtml deleted file mode 100644 index 150fbb92..00000000 --- a/en/components/table_middle.phtml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/en/components/table_top.phtml b/en/components/table_top.phtml deleted file mode 100644 index df7685fd..00000000 --- a/en/components/table_top.phtml +++ /dev/null @@ -1,8 +0,0 @@ - -
            - -
            - - - -
              diff --git a/en/docs.phtml b/en/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/en/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/en/download.phtml b/en/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/en/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/en/features.phtml b/en/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/en/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/en/gettext.phtml b/en/gettext.phtml deleted file mode 100644 index 65e58636..00000000 --- a/en/gettext.phtml +++ /dev/null @@ -1,23 +0,0 @@ -"; -echo gettext("This should all be translated. If you see this message in the -language you entered, it works"); -?> - diff --git a/en/htdig.sh b/en/htdig.sh deleted file mode 100755 index d48faa1f..00000000 --- a/en/htdig.sh +++ /dev/null @@ -1,5 +0,0 @@ -HTBINDIR=/usr/lib/cgi-bin -QUERY_STRING="$@" -REQUEST_METHOD=GET -export QUERY_STRING REQUEST_METHOD -$HTBINDIR/htsearch diff --git a/en/index.phtml b/en/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/en/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/en/local.php b/en/local.php deleted file mode 100644 index c026d625..00000000 --- a/en/local.php +++ /dev/null @@ -1,7 +0,0 @@ -\n"); -$top_dir = ".."; -$home = "."; -$locale = "en_US"; -$lang_dir = "en"; -?> diff --git a/en/oldnews.phtml b/en/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/en/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/en/osx_readme.phtml b/en/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/en/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/en/rss-feed.phtml b/en/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/en/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/en/sizing.phtml b/en/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/en/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/es/atom.php b/es/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/es/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/es/docs.phtml b/es/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/es/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/es/download.phtml b/es/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/es/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/es/features.phtml b/es/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/es/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/es/index.phtml b/es/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/es/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/es/local.php b/es/local.php deleted file mode 100644 index 91dbe1d7..00000000 --- a/es/local.php +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/es/oldnews.phtml b/es/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/es/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/es/osx_readme.phtml b/es/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/es/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/es/rss-feed.phtml b/es/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/es/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/es/sizing.phtml b/es/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/es/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/externals/footer.phtml b/externals/footer.phtml index 74216066..6fbd5afe 100644 --- a/externals/footer.phtml +++ b/externals/footer.phtml @@ -1,8 +1,8 @@

            [atom syndication feed]

            Copyright © 2001-2009 The GnuCash Project

            -

            gnucash-devel@gnucash.org

            -

            gnucash-devel@gnucash.org");?>

            +

            gnucash-devel@gnucash.org

            +

            gnucash-devel@gnucash.org");?>

            diff --git a/externals/gettext.inc b/externals/gettext.inc new file mode 100644 index 00000000..0911a05a --- /dev/null +++ b/externals/gettext.inc @@ -0,0 +1,374 @@ + + Copyright (c) 2009 Danilo Segan + + Drop in replacement for native gettext. + + This file is part of PHP-gettext. + + PHP-gettext 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. + + PHP-gettext 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 PHP-gettext; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ +/* +LC_CTYPE 0 +LC_NUMERIC 1 +LC_TIME 2 +LC_COLLATE 3 +LC_MONETARY 4 +LC_MESSAGES 5 +LC_ALL 6 +*/ + + +// LC_MESSAGES is not available if php-gettext is not loaded +// while the other constants are already available from session extension. +if (!defined('LC_MESSAGES')) { + define('LC_MESSAGES', 5); +} + +require('streams.php'); +require('gettext.php'); + + +// Variables + +global $text_domains, $default_domain, $LC_CATEGORIES, $EMULATEGETTEXT, $CURRENTLOCALE; +$text_domains = array(); +$default_domain = 'messages'; +$LC_CATEGORIES = array('LC_CTYPE', 'LC_NUMERIC', 'LC_TIME', 'LC_COLLATE', 'LC_MONETARY', 'LC_MESSAGES', 'LC_ALL'); +$EMULATEGETTEXT = 0; +$CURRENTLOCALE = ''; + +/* Class to hold a single domain included in $text_domains. */ +class domain { + var $l10n; + var $path; + var $codeset; +} + +// Utility functions + +/** + * Utility function to get a StreamReader for the given text domain. + */ +function _get_reader($domain=null, $category=5, $enable_cache=true) { + global $text_domains, $default_domain, $LC_CATEGORIES; + if (!isset($domain)) $domain = $default_domain; + if (!isset($text_domains[$domain]->l10n)) { + // get the current locale + $locale = _setlocale(LC_MESSAGES, 0); + $bound_path = isset($text_domains[$domain]->path) ? + $text_domains[$domain]->path : './'; + $subpath = $LC_CATEGORIES[$category] ."/$domain.mo"; + /* Figure out all possible locale names and start with the most + specific ones. I.e. for sr_CS.UTF-8@latin, look through all of + sr_CS.UTF-8@latin, sr_CS@latin, sr@latin, sr_CS.UTF-8, sr_CS, sr. + */ + $locale_names = array(); + if (preg_match("/([a-z]{2,3})" // language code + ."(_([A-Z]{2}))?" // country code + ."(\.([-A-Za-z0-9_]))?" // charset + ."(@([-A-Za-z0-9_]+))?/", // @ modifier + $locale, $matches)) { + list(,$lang,,$country,,$charset,,$modifier) = $matches; + if ($modifier) { + $locale_names = array("${lang}_$country.$charset@$modifier", + "${lang}_$country@$modifier", + "$lang@$modifier"); + } + array_push($locale_names, + "${lang}_$country.$charset", "${lang}_$country", "$lang"); + } + array_push($locale_names, $locale); + + $input = null; + foreach ($locale_names as $locale) { + $full_path = $bound_path . $locale . "/" . $subpath; + if (file_exists($full_path)) { + $input = new FileReader($full_path); + break; + } + } + + if (!array_key_exists($domain, $text_domains)) { + // Initialize an empty domain object. + $text_domains[$domain] = new domain(); + } + $text_domains[$domain]->l10n = new gettext_reader($input, + $enable_cache); + } + return $text_domains[$domain]->l10n; +} + +/** + * Returns whether we are using our emulated gettext API or PHP built-in one. + */ +function locale_emulation() { + global $EMULATEGETTEXT; + return $EMULATEGETTEXT; +} + +/** + * Checks if the current locale is supported on this system. + */ +function _check_locale() { + global $EMULATEGETTEXT; + return !$EMULATEGETTEXT; +} + +/** + * Get the codeset for the given domain. + */ +function _get_codeset($domain=null) { + global $text_domains, $default_domain, $LC_CATEGORIES; + if (!isset($domain)) $domain = $default_domain; + return (isset($text_domains[$domain]->codeset))? $text_domains[$domain]->codeset : ini_get('mbstring.internal_encoding'); +} + +/** + * Convert the given string to the encoding set by bind_textdomain_codeset. + */ +function _encode($text) { + $source_encoding = mb_detect_encoding($text); + $target_encoding = _get_codeset(); + if ($source_encoding != $target_encoding) { + return mb_convert_encoding($text, $target_encoding, $source_encoding); + } + else { + return $text; + } +} + + + + +// Custom implementation of the standard gettext related functions + +/** + * Sets a requested locale, if needed emulates it. + */ +function _setlocale($category, $locale) { + global $CURRENTLOCALE, $EMULATEGETTEXT; + if ($locale === 0) { // use === to differentiate between string "0" + if ($CURRENTLOCALE != '') + return $CURRENTLOCALE; + else + // obey LANG variable, maybe extend to support all of LC_* vars + // even if we tried to read locale without setting it first + return _setlocale($category, $CURRENTLOCALE); + } else { + $ret = 0; + if (function_exists('setlocale')) // I don't know if this ever happens ;) + $ret = setlocale($category, $locale); + if (($ret and $locale == '') or ($ret == $locale)) { + $EMULATEGETTEXT = 0; + $CURRENTLOCALE = $ret; + } else { + if ($locale == '') // emulate variable support + $CURRENTLOCALE = getenv('LANG'); + else + $CURRENTLOCALE = $locale; + $EMULATEGETTEXT = 1; + } + // Allow locale to be changed on the go for one translation domain. + global $text_domains, $default_domain; + unset($text_domains[$default_domain]->l10n); + return $CURRENTLOCALE; + } +} + +/** + * Sets the path for a domain. + */ +function _bindtextdomain($domain, $path) { + global $text_domains; + // ensure $path ends with a slash ('/' should work for both, but lets still play nice) + if (substr(php_uname(), 0, 7) == "Windows") { + if ($path[strlen($path)-1] != '\\' and $path[strlen($path)-1] != '/') + $path .= '\\'; + } else { + if ($path[strlen($path)-1] != '/') + $path .= '/'; + } + if (!array_key_exists($domain, $text_domains)) { + // Initialize an empty domain object. + $text_domains[$domain] = new domain(); + } + $text_domains[$domain]->path = $path; +} + +/** + * Specify the character encoding in which the messages from the DOMAIN message catalog will be returned. + */ +function _bind_textdomain_codeset($domain, $codeset) { + global $text_domains; + $text_domains[$domain]->codeset = $codeset; +} + +/** + * Sets the default domain. + */ +function _textdomain($domain) { + global $default_domain; + $default_domain = $domain; +} + +/** + * Lookup a message in the current domain. + */ +function _gettext($msgid) { + $l10n = _get_reader(); + //return $l10n->translate($msgid); + return _encode($l10n->translate($msgid)); +} +/** + * Alias for gettext. + */ +function __($msgid) { + return _gettext($msgid); +} +/** + * Plural version of gettext. + */ +function _ngettext($single, $plural, $number) { + $l10n = _get_reader(); + //return $l10n->ngettext($single, $plural, $number); + return _encode($l10n->ngettext($single, $plural, $number)); +} + +/** + * Override the current domain. + */ +function _dgettext($domain, $msgid) { + $l10n = _get_reader($domain); + //return $l10n->translate($msgid); + return _encode($l10n->translate($msgid)); +} +/** + * Plural version of dgettext. + */ +function _dngettext($domain, $single, $plural, $number) { + $l10n = _get_reader($domain); + //return $l10n->ngettext($single, $plural, $number); + return _encode($l10n->ngettext($single, $plural, $number)); +} + +/** + * Overrides the domain and category for a single lookup. + */ +function _dcgettext($domain, $msgid, $category) { + $l10n = _get_reader($domain, $category); + //return $l10n->translate($msgid); + return _encode($l10n->translate($msgid)); +} +/** + * Plural version of dcgettext. + */ +function _dcngettext($domain, $single, $plural, $number, $category) { + $l10n = _get_reader($domain, $category); + //return $l10n->ngettext($single, $plural, $number); + return _encode($l10n->ngettext($single, $plural, $number)); +} + + + +// Wrappers to use if the standard gettext functions are available, but the current locale is not supported by the system. +// Use the standard impl if the current locale is supported, use the custom impl otherwise. + +function T_setlocale($category, $locale) { + return _setlocale($category, $locale); +} + +function T_bindtextdomain($domain, $path) { + if (_check_locale()) return bindtextdomain($domain, $path); + else return _bindtextdomain($domain, $path); +} +function T_bind_textdomain_codeset($domain, $codeset) { + // bind_textdomain_codeset is available only in PHP 4.2.0+ + if (_check_locale() and function_exists('bind_textdomain_codeset')) return bind_textdomain_codeset($domain, $codeset); + else return _bind_textdomain_codeset($domain, $codeset); +} +function T_textdomain($domain) { + if (_check_locale()) return textdomain($domain); + else return _textdomain($domain); +} +function T_gettext($msgid) { + if (_check_locale()) return gettext($msgid); + else return _gettext($msgid); +} +function T_($msgid) { + if (_check_locale()) return _($msgid); + return __($msgid); +} +function T_ngettext($single, $plural, $number) { + if (_check_locale()) return ngettext($single, $plural, $number); + else return _ngettext($single, $plural, $number); +} +function T_dgettext($domain, $msgid) { + if (_check_locale()) return dgettext($domain, $msgid); + else return _dgettext($domain, $msgid); +} +function T_dngettext($domain, $single, $plural, $number) { + if (_check_locale()) return dngettext($domain, $single, $plural, $number); + else return _dngettext($domain, $single, $plural, $number); +} +function T_dcgettext($domain, $msgid, $category) { + if (_check_locale()) return dcgettext($domain, $msgid, $category); + else return _dcgettext($domain, $msgid, $category); +} +function T_dcngettext($domain, $single, $plural, $number, $category) { + if (_check_locale()) return dcngettext($domain, $single, $plural, $number, $category); + else return _dcngettext($domain, $single, $plural, $number, $category); +} + + + +// Wrappers used as a drop in replacement for the standard gettext functions + +if (!function_exists('gettext')) { + function bindtextdomain($domain, $path) { + return _bindtextdomain($domain, $path); + } + function bind_textdomain_codeset($domain, $codeset) { + return _bind_textdomain_codeset($domain, $codeset); + } + function textdomain($domain) { + return _textdomain($domain); + } + function gettext($msgid) { + return _gettext($msgid); + } + function _($msgid) { + return __($msgid); + } + function ngettext($single, $plural, $number) { + return _ngettext($single, $plural, $number); + } + function dgettext($domain, $msgid) { + return _dgettext($domain, $msgid); + } + function dngettext($domain, $single, $plural, $number) { + return _dngettext($domain, $single, $plural, $number); + } + function dcgettext($domain, $msgid, $category) { + return _dcgettext($domain, $msgid, $category); + } + function dcngettext($domain, $single, $plural, $number, $category) { + return _dcngettext($domain, $single, $plural, $number, $category); + } +} + +?> diff --git a/externals/gettext.php b/externals/gettext.php new file mode 100644 index 00000000..8865d781 --- /dev/null +++ b/externals/gettext.php @@ -0,0 +1,398 @@ +. + Copyright (c) 2005 Nico Kaiser + + This file is part of PHP-gettext. + + PHP-gettext 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. + + PHP-gettext 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 PHP-gettext; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ + +/** + * Provides a simple gettext replacement that works independently from + * the system's gettext abilities. + * It can read MO files and use them for translating strings. + * The files are passed to gettext_reader as a Stream (see streams.php) + * + * This version has the ability to cache all strings and translations to + * speed up the string lookup. + * While the cache is enabled by default, it can be switched off with the + * second parameter in the constructor (e.g. whenusing very large MO files + * that you don't want to keep in memory) + */ +class gettext_reader { + //public: + var $error = 0; // public variable that holds error code (0 if no error) + + //private: + var $BYTEORDER = 0; // 0: low endian, 1: big endian + var $STREAM = NULL; + var $short_circuit = false; + var $enable_cache = false; + var $originals = NULL; // offset of original table + var $translations = NULL; // offset of translation table + var $pluralheader = NULL; // cache header field for plural forms + var $total = 0; // total string count + var $table_originals = NULL; // table for original strings (offsets) + var $table_translations = NULL; // table for translated strings (offsets) + var $cache_translations = NULL; // original -> translation mapping + + + /* Methods */ + + + /** + * Reads a 32bit Integer from the Stream + * + * @access private + * @return Integer from the Stream + */ + function readint() { + if ($this->BYTEORDER == 0) { + // low endian + $input=unpack('V', $this->STREAM->read(4)); + return array_shift($input); + } else { + // big endian + $input=unpack('N', $this->STREAM->read(4)); + return array_shift($input); + } + } + + function read($bytes) { + return $this->STREAM->read($bytes); + } + + /** + * Reads an array of Integers from the Stream + * + * @param int count How many elements should be read + * @return Array of Integers + */ + function readintarray($count) { + if ($this->BYTEORDER == 0) { + // low endian + return unpack('V'.$count, $this->STREAM->read(4 * $count)); + } else { + // big endian + return unpack('N'.$count, $this->STREAM->read(4 * $count)); + } + } + + /** + * Constructor + * + * @param object Reader the StreamReader object + * @param boolean enable_cache Enable or disable caching of strings (default on) + */ + function gettext_reader($Reader, $enable_cache = true) { + // If there isn't a StreamReader, turn on short circuit mode. + if (! $Reader || isset($Reader->error) ) { + $this->short_circuit = true; + return; + } + + // Caching can be turned off + $this->enable_cache = $enable_cache; + + $MAGIC1 = "\x95\x04\x12\xde"; + $MAGIC2 = "\xde\x12\x04\x95"; + + $this->STREAM = $Reader; + $magic = $this->read(4); + if ($magic == $MAGIC1) { + $this->BYTEORDER = 1; + } elseif ($magic == $MAGIC2) { + $this->BYTEORDER = 0; + } else { + $this->error = 1; // not MO file + return false; + } + + // FIXME: Do we care about revision? We should. + $revision = $this->readint(); + + $this->total = $this->readint(); + $this->originals = $this->readint(); + $this->translations = $this->readint(); + } + + /** + * Loads the translation tables from the MO file into the cache + * If caching is enabled, also loads all strings into a cache + * to speed up translation lookups + * + * @access private + */ + function load_tables() { + if (is_array($this->cache_translations) && + is_array($this->table_originals) && + is_array($this->table_translations)) + return; + + /* get original and translations tables */ + $this->STREAM->seekto($this->originals); + $this->table_originals = $this->readintarray($this->total * 2); + $this->STREAM->seekto($this->translations); + $this->table_translations = $this->readintarray($this->total * 2); + + if ($this->enable_cache) { + $this->cache_translations = array (); + /* read all strings in the cache */ + for ($i = 0; $i < $this->total; $i++) { + $this->STREAM->seekto($this->table_originals[$i * 2 + 2]); + $original = $this->STREAM->read($this->table_originals[$i * 2 + 1]); + $this->STREAM->seekto($this->table_translations[$i * 2 + 2]); + $translation = $this->STREAM->read($this->table_translations[$i * 2 + 1]); + $this->cache_translations[$original] = $translation; + } + } + } + + /** + * Returns a string from the "originals" table + * + * @access private + * @param int num Offset number of original string + * @return string Requested string if found, otherwise '' + */ + function get_original_string($num) { + $length = $this->table_originals[$num * 2 + 1]; + $offset = $this->table_originals[$num * 2 + 2]; + if (! $length) + return ''; + $this->STREAM->seekto($offset); + $data = $this->STREAM->read($length); + return (string)$data; + } + + /** + * Returns a string from the "translations" table + * + * @access private + * @param int num Offset number of original string + * @return string Requested string if found, otherwise '' + */ + function get_translation_string($num) { + $length = $this->table_translations[$num * 2 + 1]; + $offset = $this->table_translations[$num * 2 + 2]; + if (! $length) + return ''; + $this->STREAM->seekto($offset); + $data = $this->STREAM->read($length); + return (string)$data; + } + + /** + * Binary search for string + * + * @access private + * @param string string + * @param int start (internally used in recursive function) + * @param int end (internally used in recursive function) + * @return int string number (offset in originals table) + */ + function find_string($string, $start = -1, $end = -1) { + if (($start == -1) or ($end == -1)) { + // find_string is called with only one parameter, set start end end + $start = 0; + $end = $this->total; + } + if (abs($start - $end) <= 1) { + // We're done, now we either found the string, or it doesn't exist + $txt = $this->get_original_string($start); + if ($string == $txt) + return $start; + else + return -1; + } else if ($start > $end) { + // start > end -> turn around and start over + return $this->find_string($string, $end, $start); + } else { + // Divide table in two parts + $half = (int)(($start + $end) / 2); + $cmp = strcmp($string, $this->get_original_string($half)); + if ($cmp == 0) + // string is exactly in the middle => return it + return $half; + else if ($cmp < 0) + // The string is in the upper half + return $this->find_string($string, $start, $half); + else + // The string is in the lower half + return $this->find_string($string, $half, $end); + } + } + + /** + * Translates a string + * + * @access public + * @param string string to be translated + * @return string translated string (or original, if not found) + */ + function translate($string) { + if ($this->short_circuit) + return $string; + $this->load_tables(); + + if ($this->enable_cache) { + // Caching enabled, get translated string from cache + if (array_key_exists($string, $this->cache_translations)) + return $this->cache_translations[$string]; + else + return $string; + } else { + // Caching not enabled, try to find string + $num = $this->find_string($string); + if ($num == -1) + return $string; + else + return $this->get_translation_string($num); + } + } + + /** + * Sanitize plural form expression for use in PHP eval call. + * + * @access private + * @return string sanitized plural form expression + */ + function sanitize_plural_expression($expr) { + // Get rid of disallowed characters. + $expr = preg_replace('@[^a-zA-Z0-9_:;\(\)\?\|\&=!<>+*/\%-]@', '', $expr); + + // Add parenthesis for tertiary '?' operator. + $expr .= ';'; + $res = ''; + $p = 0; + for ($i = 0; $i < strlen($expr); $i++) { + $ch = $expr[$i]; + switch ($ch) { + case '?': + $res .= ' ? ('; + $p++; + break; + case ':': + $res .= ') : ('; + break; + case ';': + $res .= str_repeat( ')', $p) . ';'; + $p = 0; + break; + default: + $res .= $ch; + } + } + return $res; + } + + /** + * Get possible plural forms from MO header + * + * @access private + * @return string plural form header + */ + function get_plural_forms() { + // lets assume message number 0 is header + // this is true, right? + $this->load_tables(); + + // cache header field for plural forms + if (! is_string($this->pluralheader)) { + if ($this->enable_cache) { + $header = $this->cache_translations[""]; + } else { + $header = $this->get_translation_string(0); + } + if (eregi("plural-forms: ([^\n]*)\n", $header, $regs)) + $expr = $regs[1]; + else + $expr = "nplurals=2; plural=n == 1 ? 0 : 1;"; + + $this->pluralheader = $this->sanitize_plural_expression($expr); + } + return $this->pluralheader; + } + + /** + * Detects which plural form to take + * + * @access private + * @param n count + * @return int array index of the right plural form + */ + function select_string($n) { + $string = $this->get_plural_forms(); + $string = str_replace('nplurals',"\$total",$string); + $string = str_replace("n",$n,$string); + $string = str_replace('plural',"\$plural",$string); + + $total = 0; + $plural = 0; + + eval("$string"); + if ($plural >= $total) $plural = $total - 1; + return $plural; + } + + /** + * Plural version of gettext + * + * @access public + * @param string single + * @param string plural + * @param string number + * @return translated plural form + */ + function ngettext($single, $plural, $number) { + if ($this->short_circuit) { + if ($number != 1) + return $plural; + else + return $single; + } + + // find out the appropriate form + $select = $this->select_string($number); + + // this should contains all strings separated by NULLs + $key = $single.chr(0).$plural; + + + if ($this->enable_cache) { + if (! array_key_exists($key, $this->cache_translations)) { + return ($number != 1) ? $plural : $single; + } else { + $result = $this->cache_translations[$key]; + $list = explode(chr(0), $result); + return $list[$select]; + } + } else { + $num = $this->find_string($key); + if ($num == -1) { + return ($number != 1) ? $plural : $single; + } else { + $result = $this->get_translation_string($num); + $list = explode(chr(0), $result); + return $list[$select]; + } + } + } + +} + +?> diff --git a/externals/header.phtml b/externals/header.phtml index 3623f0af..ff40689f 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -19,7 +19,7 @@ if (isset($homepage)) { ?> -<?= _($title); ?> | GnuCash +<?= T_($title); ?> | GnuCash @@ -30,18 +30,18 @@ if (isset($homepage)) { ?>
            -: - English -| Deutsch -| Español -| Français -| Italiano -| 日本語 -| Nederlands -| Norsk Bokmål +: + English +| Deutsch +| Español +| Français +| Italiano +| 日本語 +| Nederlands +| Norsk Bokmål -| Português -| 中文 +| Português +| 中文   marker - +
              @@ -47,14 +47,14 @@ if (ereg("lists.gnucash.org", $self)) { marker - +
                -
              • -
              • -
              • -
              • -
              • +
              • +
              • +
              • +
              • +
              diff --git a/externals/streams.php b/externals/streams.php new file mode 100644 index 00000000..3cdc1584 --- /dev/null +++ b/externals/streams.php @@ -0,0 +1,167 @@ +. + + This file is part of PHP-gettext. + + PHP-gettext 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. + + PHP-gettext 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 PHP-gettext; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ + + + // Simple class to wrap file streams, string streams, etc. + // seek is essential, and it should be byte stream +class StreamReader { + // should return a string [FIXME: perhaps return array of bytes?] + function read($bytes) { + return false; + } + + // should return new position + function seekto($position) { + return false; + } + + // returns current position + function currentpos() { + return false; + } + + // returns length of entire stream (limit for seekto()s) + function length() { + return false; + } +}; + +class StringReader { + var $_pos; + var $_str; + + function StringReader($str='') { + $this->_str = $str; + $this->_pos = 0; + } + + function read($bytes) { + $data = substr($this->_str, $this->_pos, $bytes); + $this->_pos += $bytes; + if (strlen($this->_str)<$this->_pos) + $this->_pos = strlen($this->_str); + + return $data; + } + + function seekto($pos) { + $this->_pos = $pos; + if (strlen($this->_str)<$this->_pos) + $this->_pos = strlen($this->_str); + return $this->_pos; + } + + function currentpos() { + return $this->_pos; + } + + function length() { + return strlen($this->_str); + } + +}; + + +class FileReader { + var $_pos; + var $_fd; + var $_length; + + function FileReader($filename) { + if (file_exists($filename)) { + + $this->_length=filesize($filename); + $this->_pos = 0; + $this->_fd = fopen($filename,'rb'); + if (!$this->_fd) { + $this->error = 3; // Cannot read file, probably permissions + return false; + } + } else { + $this->error = 2; // File doesn't exist + return false; + } + } + + function read($bytes) { + if ($bytes) { + fseek($this->_fd, $this->_pos); + + // PHP 5.1.1 does not read more than 8192 bytes in one fread() + // the discussions at PHP Bugs suggest it's the intended behaviour + $data = ''; + while ($bytes > 0) { + $chunk = fread($this->_fd, $bytes); + $data .= $chunk; + $bytes -= strlen($chunk); + } + $this->_pos = ftell($this->_fd); + + return $data; + } else return ''; + } + + function seekto($pos) { + fseek($this->_fd, $pos); + $this->_pos = ftell($this->_fd); + return $this->_pos; + } + + function currentpos() { + return $this->_pos; + } + + function length() { + return $this->_length; + } + + function close() { + fclose($this->_fd); + } + +}; + +// Preloads entire file in memory first, then creates a StringReader +// over it (it assumes knowledge of StringReader internals) +class CachedFileReader extends StringReader { + function CachedFileReader($filename) { + if (file_exists($filename)) { + + $length=filesize($filename); + $fd = fopen($filename,'rb'); + + if (!$fd) { + $this->error = 3; // Cannot read file, probably permissions + return false; + } + $this->_str = fread($fd, $length); + fclose($fd); + + } else { + $this->error = 2; // File doesn't exist + return false; + } + } +}; + + +?> diff --git a/features.phtml b/features.phtml index dfb62f3c..7f5f81e9 100644 --- a/features.phtml +++ b/features.phtml @@ -1,14 +1,13 @@
              -

              +

              -

              +

              [Register] - +


              -

              +

              - +


              -

              +

              [Graphs] - +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              +

              -

              +


              -

              -

              ® Quicken® QIF files can be imported, and are automatically merged to eliminate duplicate transactions.");?>

              +

              +

              ® Quicken® QIF files can be imported, and are automatically merged to eliminate duplicate transactions.");?>


              -

              -

              +

              +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              +

              [Transaction Finder] -

              +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              -

              +

              +


              -

              -

              +

              +


              diff --git a/fr/.htaccess b/fr/.htaccess deleted file mode 100644 index e69de29b..00000000 diff --git a/fr/atom.php b/fr/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/fr/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/fr/docs.phtml b/fr/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/fr/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/fr/download.phtml b/fr/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/fr/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/fr/features.phtml b/fr/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/fr/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/fr/index.phtml b/fr/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/fr/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/fr/local.php b/fr/local.php deleted file mode 100644 index b10707b8..00000000 --- a/fr/local.php +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/fr/oldnews.phtml b/fr/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/fr/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/fr/osx_readme.phtml b/fr/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/fr/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/fr/rss-feed.phtml b/fr/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/fr/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/fr/sizing.phtml b/fr/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/fr/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/index.phtml b/index.phtml index 5011b8fb..c2f29c6e 100644 --- a/index.phtml +++ b/index.phtml @@ -1,53 +1,52 @@
              -

              +

              -

              +

              -

              GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?>

              +

              GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?>

              -

              +

              -

              +

                -
              • -
              • -
              • -
              • +
              • +
              • +
              • +
                -
              • -
              • -
              • -
              • Invoices, A/P, A/R");?>
              • +
              • +
              • +
              • +
              • Invoices, A/P, A/R");?>
              -

              +

              \n"); diff --git a/it/.htaccess b/it/.htaccess deleted file mode 100644 index 939c9285..00000000 --- a/it/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options FollowSymLinks diff --git a/it/atom.php b/it/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/it/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/it/docs.phtml b/it/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/it/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/it/download.phtml b/it/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/it/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/it/features.phtml b/it/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/it/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/it/index.phtml b/it/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/it/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/it/local.php b/it/local.php deleted file mode 100644 index 84c85da5..00000000 --- a/it/local.php +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/it/oldnews.phtml b/it/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/it/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/it/osx_readme.phtml b/it/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/it/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/it/rss-feed.phtml b/it/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/it/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/it/sizing.phtml b/it/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/it/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/ja/.htaccess b/ja/.htaccess deleted file mode 100644 index 939c9285..00000000 --- a/ja/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options FollowSymLinks diff --git a/ja/atom.php b/ja/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/ja/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/ja/docs.phtml b/ja/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/ja/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/ja/download.phtml b/ja/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/ja/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/ja/features.phtml b/ja/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/ja/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/ja/index.phtml b/ja/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/ja/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/ja/local.php b/ja/local.php deleted file mode 100644 index 6117d45c..00000000 --- a/ja/local.php +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/ja/oldnews.phtml b/ja/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/ja/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/ja/osx_readme.phtml b/ja/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/ja/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/ja/rss-feed.phtml b/ja/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/ja/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/ja/sizing.phtml b/ja/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/ja/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/lang.php b/lang.php index a98a7c6c..43e6fe62 100644 --- a/lang.php +++ b/lang.php @@ -1,4 +1,11 @@ \n"); +T_textdomain($domain); +echo ("\n"); ?> diff --git a/local.php b/local.php deleted file mode 100644 index 8ab43a55..00000000 --- a/local.php +++ /dev/null @@ -1,6 +0,0 @@ -\n"); -$top_dir = "."; -$home = $top_dir; -$locale = ""; -?> diff --git a/de/LC_MESSAGES/gnucash-htdocs.mo b/locale/de/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from de/LC_MESSAGES/gnucash-htdocs.mo rename to locale/de/LC_MESSAGES/gnucash-htdocs.mo diff --git a/en_GB/LC_MESSAGES/gnucash-htdocs.mo b/locale/en_GB/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from en_GB/LC_MESSAGES/gnucash-htdocs.mo rename to locale/en_GB/LC_MESSAGES/gnucash-htdocs.mo diff --git a/es/LC_MESSAGES/gnucash-htdocs.mo b/locale/es/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from es/LC_MESSAGES/gnucash-htdocs.mo rename to locale/es/LC_MESSAGES/gnucash-htdocs.mo diff --git a/fr/LC_MESSAGES/gnucash-htdocs.mo b/locale/fr/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from fr/LC_MESSAGES/gnucash-htdocs.mo rename to locale/fr/LC_MESSAGES/gnucash-htdocs.mo diff --git a/it/LC_MESSAGES/gnucash-htdocs.mo b/locale/it/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from it/LC_MESSAGES/gnucash-htdocs.mo rename to locale/it/LC_MESSAGES/gnucash-htdocs.mo diff --git a/ja/LC_MESSAGES/gnucash-htdocs.mo b/locale/ja/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from ja/LC_MESSAGES/gnucash-htdocs.mo rename to locale/ja/LC_MESSAGES/gnucash-htdocs.mo diff --git a/nb/LC_MESSAGES/gnucash-htdocs.mo b/locale/nb/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from nb/LC_MESSAGES/gnucash-htdocs.mo rename to locale/nb/LC_MESSAGES/gnucash-htdocs.mo diff --git a/nl/LC_MESSAGES/gnucash-htdocs.mo b/locale/nl/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from nl/LC_MESSAGES/gnucash-htdocs.mo rename to locale/nl/LC_MESSAGES/gnucash-htdocs.mo diff --git a/pl/LC_MESSAGES/gnucash-htdocs.mo b/locale/pl/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from pl/LC_MESSAGES/gnucash-htdocs.mo rename to locale/pl/LC_MESSAGES/gnucash-htdocs.mo diff --git a/pt_PT/LC_MESSAGES/gnucash-htdocs.mo b/locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from pt_PT/LC_MESSAGES/gnucash-htdocs.mo rename to locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo diff --git a/zh_CN/LC_MESSAGES/gnucash-htdocs.mo b/locale/zh_CN/LC_MESSAGES/gnucash-htdocs.mo similarity index 100% rename from zh_CN/LC_MESSAGES/gnucash-htdocs.mo rename to locale/zh_CN/LC_MESSAGES/gnucash-htdocs.mo diff --git a/nb/atom.php b/nb/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/nb/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/nb/docs.phtml b/nb/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/nb/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/nb/download.phtml b/nb/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/nb/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/nb/features.phtml b/nb/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/nb/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/nb/index.phtml b/nb/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/nb/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/nb/local.php b/nb/local.php deleted file mode 100644 index 5267d4e5..00000000 --- a/nb/local.php +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/nb/oldnews.phtml b/nb/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/nb/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/nb/osx_readme.phtml b/nb/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/nb/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/nb/rss-feed.phtml b/nb/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/nb/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/nb/sizing.phtml b/nb/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/nb/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/nl/.htaccess b/nl/.htaccess deleted file mode 100644 index 939c9285..00000000 --- a/nl/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options FollowSymLinks diff --git a/nl/atom.php b/nl/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/nl/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/nl/docs.phtml b/nl/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/nl/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/nl/download.phtml b/nl/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/nl/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/nl/features.phtml b/nl/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/nl/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/nl/index.phtml b/nl/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/nl/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/nl/local.php b/nl/local.php deleted file mode 100644 index d1737c22..00000000 --- a/nl/local.php +++ /dev/null @@ -1,7 +0,0 @@ -\n"); -$top_dir = ".."; -$home = "."; -$locale = "nl_NL"; -$lang_dir = "nl"; -?> diff --git a/nl/oldnews.phtml b/nl/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/nl/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/nl/osx_readme.phtml b/nl/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/nl/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/nl/rss-feed.phtml b/nl/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/nl/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/nl/sizing.phtml b/nl/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/nl/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/oldnews.phtml b/oldnews.phtml index a30570bd..1b3b036c 100644 --- a/oldnews.phtml +++ b/oldnews.phtml @@ -1,17 +1,16 @@
              -

              +

              - +

              diff --git a/pl/oldnews.phtml b/pl/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/pl/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/pl/osx_readme.phtml b/pl/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/pl/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/pl/rss-feed.phtml b/pl/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/pl/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/pl/sizing.phtml b/pl/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/pl/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/pt_PT/.htaccess b/pt_PT/.htaccess deleted file mode 100644 index 939c9285..00000000 --- a/pt_PT/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options FollowSymLinks diff --git a/pt_PT/atom.php b/pt_PT/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/pt_PT/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/pt_PT/docs.phtml b/pt_PT/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/pt_PT/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/pt_PT/download.phtml b/pt_PT/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/pt_PT/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/pt_PT/features.phtml b/pt_PT/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/pt_PT/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/pt_PT/index.phtml b/pt_PT/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/pt_PT/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/pt_PT/local.php b/pt_PT/local.php deleted file mode 100644 index 6474cb32..00000000 --- a/pt_PT/local.php +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/pt_PT/oldnews.phtml b/pt_PT/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/pt_PT/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/pt_PT/osx_readme.phtml b/pt_PT/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/pt_PT/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/pt_PT/rss-feed.phtml b/pt_PT/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/pt_PT/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/pt_PT/sizing.phtml b/pt_PT/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/pt_PT/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file diff --git a/search/templates/NMZ.body.php_tmpl b/search/templates/NMZ.body.php_tmpl index 83e895f9..668f3e3b 100644 --- a/search/templates/NMZ.body.php_tmpl +++ b/search/templates/NMZ.body.php_tmpl @@ -1,11 +1,11 @@ -

              +

              -

              +

              -

              @@ -13,10 +13,10 @@ documents which contain that term, for example:")?> namazu

              -

              +

              -and operator between the terms, e.g.")?>

              @@ -26,13 +26,13 @@ Linux and Netscape

              -and operator. Terms which are +and operator. Terms which are separated by one or more spaces are assumed to be an AND query.")?>

              -

              +

              -or operator between the terms, e.g.")?> @@ -42,9 +42,9 @@ e.g.")?> Linux or FreeBSD

              -

              +

              -not operator between the terms, for example:")?> @@ -55,9 +55,9 @@ Linux not UNIX

              -

              +

              -

              @@ -66,9 +66,9 @@ more spaces. e.g.")?> ( Linux or FreeBSD ) and Netscape not Windows

              -

              +

              -\"...\" and {...}. In Namazu, the precision of phrase searching is not 100%, @@ -85,26 +85,26 @@ You must choose the latter with Tkanamzu or namazu.el.

              --> -

              +

              - +

              -
              -
              inter* inter)")?>
              -
              -
              *text* text)")?>
              -
              +
              +
              inter* inter)")?>
              +
              +
              *text* text)")?>
              +
              *net -net)")?>
              +net)")?>
              -

              +

              -/.../. Namazu uses Ruby's regular @@ -118,9 +118,9 @@ e.g.,")?>

              -

              +

              -Subject:, From:, Message-Id:. This feature is especially convenient for Mail/News documents, for example:")?> @@ -128,58 +128,58 @@ Mail/News documents, for example:")?>

              • +subject:Linux
                -Linux +Linux in a Subject: field)")?>
              • +subject:"GNU Emacs"
                -GNU Emacs +GNU Emacs in a Subject: field)")?>
              • +from:foo@bar.jp
                -foo@bar.jp +foo@bar.jp in a From: field)")?>
              • +message-id:<199801240555.OAA18737@foo.bar.jp>
                -Message-Id:)")?>
              -

              +

                -
              • -
              • phrase searching. This process occasionally causes invalid segmentation.")?>
              • -
              • -
              • TCP/IP. Since this method of handling isn't complete, you can also describe the term as TCP and IP instead of TCP/IP, but it may cause noisy results.")?>
              • -
              • -
              • and, +
              • and, or or not as ordinary keywords
                You can surround them respectively with double quotes like

                - + Namazu v

                Copyright © 2001-2006 The GnuCash Project

                -

                +

                webmaster@gnucash.org

                -

                gnucash-devel@gnucash.org");?>

                +

                gnucash-devel@gnucash.org");?>

              diff --git a/search/templates/NMZ.head.php_tmpl b/search/templates/NMZ.head.php_tmpl index 2d2f4575..f266942b 100644 --- a/search/templates/NMZ.head.php_tmpl +++ b/search/templates/NMZ.head.php_tmpl @@ -1,7 +1,7 @@ @@ -21,18 +21,18 @@ include("externals/menu.phtml"); font-weight: bold; } -->
              -

              +

              -: +: -"> +"> - +

              -: +: -: +: -: +:

              -: +:

                -
                ${namazu::counter}. ${title} (: ${namazu::score})
                -
                : ${author}
                -
                : ${date}
                +
                ${namazu::counter}. ${title} (: ${namazu::score})
                +
                : ${author}
                +
                : ${date}
                ${summary}
                -
                ${uri}

                +
                ${uri}

                diff --git a/search/templates/NMZ.result.short.php_tmpl b/search/templates/NMZ.result.short.php_tmpl index 3e98e380..cba38a51 100644 --- a/search/templates/NMZ.result.short.php_tmpl +++ b/search/templates/NMZ.result.short.php_tmpl @@ -1,6 +1,6 @@ -
                ${namazu::counter}. ${title} (: ${namazu::score})
                +
                ${namazu::counter}. ${title} (: ${namazu::score})
                -
                ${uri}

                +
                ${uri}

                diff --git a/search/templates/NMZ.tips.php_tmpl b/search/templates/NMZ.tips.php_tmpl index 7a3a5e5a..be42d99b 100644 --- a/search/templates/NMZ.tips.php_tmpl +++ b/search/templates/NMZ.tips.php_tmpl @@ -1,63 +1,63 @@ -

                +

                - +

                  -
                • +
                • Namazu can't find anything with wrong spelling.")?>
                • -

                • +

                • -or
                  operator. You should get more results. e.g.,")?>
                  tex or ptex or latex or latex2e
                  -and operator. It makes your search more limited. e.g.,")?>
                  latex and dvi2ps and eps
                • -

                • +

                • - -tex* to +tex* to search for terms which begin with tex (e.g., tex, texi2html, texindex, text).")?>
                  -*tex to +*tex to search for terms which terminated with tex (e.g., bibtex, jlatex, latex, platex, ptex, vertex).")?>
                  -*tex* to +*tex* to search for terms which contain tex (many).")?>
                • -

                • -
                • -
                • and, +
                • and, or or not as ordinary keywords
                  You can surround them respectively with double quotes like -

                  +

                  - +

                  - +

                  [code size graph]

                  - +

                  - +

                  - +

                  -glade files are not counted, although large parts of the overall GUI are described in glade files.");?> +glade files are not counted, although large parts of the overall GUI are described in glade files.");?>

                  -wc is a good way of counting KLOC's. Much better measures are complexity metrics, which, for example, count the number and size of if-then-else blocks, or the number and size of all blocks, or the number of math operators per statement. Maybe someday we'll run one of those tools on this code. For now, this is what we have. On the other hand, we've attempted to count only those files that contain human-edited code, that is, files that are directly edited by humans. The point of doing this is to avoid artificially inflating the KLOC counts by counting automatically generated code (which is why the glade files are not counted: they are large and automatically generated).");?> +wc is a good way of counting KLOC's. Much better measures are complexity metrics, which, for example, count the number and size of if-then-else blocks, or the number and size of all blocks, or the number of math operators per statement. Maybe someday we'll run one of those tools on this code. For now, this is what we have. On the other hand, we've attempted to count only those files that contain human-edited code, that is, files that are directly edited by humans. The point of doing this is to avoid artificially inflating the KLOC counts by counting automatically generated code (which is why the glade files are not counted: they are large and automatically generated).");?>

                  -

                  +

                  - - +> + + @@ -316,89 +316,89 @@ include("externals/menu.phtml");
                  enginebackendregisterledgermotifgnomeimport-exportreportsschemebusinesstestdocs

                  - +echo T_("number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). If there are no *.scm files in the directory, then only (KLOCS in *.c + KLOCS in *.h) are displayed. If there is only one number in the parenthesis, it is the approriate KLOC count for that statistic.");?>

                  -wc. As noted above, wc is not a terribly good code metric, but its what we have handy.");?> +wc. As noted above, wc is not a terribly good code metric, but its what we have handy.");?>

                  -

                  +

                  engine
                  -
                  +

                  backend
                  -
                  +

                  register
                  -
                  +

                  ledger
                  -
                  +

                  motif
                  -
                  +

                  gnome
                  -
                  +

                  -
                  -
                  +
                  +

                  import-export
                  -
                  +

                  reports
                  -
                  +

                  scheme
                  -
                  +

                  business
                  -
                  +

                  test
                  -
                  +

                  docs
                  -
                  +

                  -
                  -
                  +
                  +

                  -
                  -
                  po/*.po files). In parenthesis, the number of messages in the message files (grep msgstr po/*.po |wc), in thousands.");?> +
                  +
                  po/*.po files). In parenthesis, the number of messages in the message files (grep msgstr po/*.po |wc), in thousands.");?>

                  -
                  -
                  +
                  +

                  diff --git a/zh_CN/.htaccess b/zh_CN/.htaccess deleted file mode 100644 index 939c9285..00000000 --- a/zh_CN/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options FollowSymLinks diff --git a/zh_CN/atom.php b/zh_CN/atom.php deleted file mode 120000 index bfb47786..00000000 --- a/zh_CN/atom.php +++ /dev/null @@ -1 +0,0 @@ -../atom.php \ No newline at end of file diff --git a/zh_CN/docs.phtml b/zh_CN/docs.phtml deleted file mode 120000 index b471e83d..00000000 --- a/zh_CN/docs.phtml +++ /dev/null @@ -1 +0,0 @@ -../docs.phtml \ No newline at end of file diff --git a/zh_CN/download.phtml b/zh_CN/download.phtml deleted file mode 120000 index 094ff6ab..00000000 --- a/zh_CN/download.phtml +++ /dev/null @@ -1 +0,0 @@ -../download.phtml \ No newline at end of file diff --git a/zh_CN/features.phtml b/zh_CN/features.phtml deleted file mode 120000 index 03bc0b23..00000000 --- a/zh_CN/features.phtml +++ /dev/null @@ -1 +0,0 @@ -../features.phtml \ No newline at end of file diff --git a/zh_CN/index.phtml b/zh_CN/index.phtml deleted file mode 120000 index 1487eb06..00000000 --- a/zh_CN/index.phtml +++ /dev/null @@ -1 +0,0 @@ -../index.phtml \ No newline at end of file diff --git a/zh_CN/local.php b/zh_CN/local.php deleted file mode 100644 index cd95a49e..00000000 --- a/zh_CN/local.php +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/zh_CN/oldnews.phtml b/zh_CN/oldnews.phtml deleted file mode 120000 index f02a5c4e..00000000 --- a/zh_CN/oldnews.phtml +++ /dev/null @@ -1 +0,0 @@ -../oldnews.phtml \ No newline at end of file diff --git a/zh_CN/osx_readme.phtml b/zh_CN/osx_readme.phtml deleted file mode 120000 index ae87bf1d..00000000 --- a/zh_CN/osx_readme.phtml +++ /dev/null @@ -1 +0,0 @@ -../osx_readme.phtml \ No newline at end of file diff --git a/zh_CN/rss-feed.phtml b/zh_CN/rss-feed.phtml deleted file mode 120000 index a1c80d18..00000000 --- a/zh_CN/rss-feed.phtml +++ /dev/null @@ -1 +0,0 @@ -../rss-feed.phtml \ No newline at end of file diff --git a/zh_CN/sizing.phtml b/zh_CN/sizing.phtml deleted file mode 120000 index 47563826..00000000 --- a/zh_CN/sizing.phtml +++ /dev/null @@ -1 +0,0 @@ -../sizing.phtml \ No newline at end of file From d9ba46f69483589b364a106786dc890ccb960ca3 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 15 May 2010 15:47:32 +0000 Subject: [PATCH 218/344] Write mo files to proper location git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19176 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a5f96d9..b3369247 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ msgmerge: po/gnucash-htdocs.pot mos: ${all_languages} ${all_languages}: po/$$@.po - msgfmt $< -o $@/LC_MESSAGES/gnucash-htdocs.mo + msgfmt $< -o locale/$@/LC_MESSAGES/gnucash-htdocs.mo #################################################################### # From 1a86e000069da29bb26484d37b3dfef652cdff91 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 17 May 2010 13:25:09 +0000 Subject: [PATCH 219/344] Fix bug in lang.php and cleanup Makefile, patch by Tao Wang git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19178 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 3 +-- lang.php | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3369247..ac6562ff 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,7 @@ TMPLBASE=search/templates/NMZ. # add when we have utf-8 translations: iconv -f UTF-8 -t ISO8859-1 nmz.onefile: - ( echo '$$text_dir = "."; ?>'; \ - cat $(TMPLBASE)$(FILE).php_tmpl ) | php -q > \ + ( cat $(TMPLBASE)$(FILE).php_tmpl ) | php -q > \ $(TMPLBASE)$(FILE)$(FILETAIL) nmz.lang: diff --git a/lang.php b/lang.php index 43e6fe62..20905e64 100644 --- a/lang.php +++ b/lang.php @@ -65,5 +65,7 @@ T_bind_textdomain_codeset($domain, 'UTF-8'); T_textdomain($domain); + +$lang_cookie = $_COOKIE['lang_cookie']; echo ("\n"); ?> From 025a3ba9f52043a62fa3b115dc4d594bcf1ccb08 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 17 May 2010 13:28:28 +0000 Subject: [PATCH 220/344] Let search use cookie to get language, patch by Tao Wang git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19179 57a11ea4-9604-0410-9ed3-97b8803252fd --- search/namazu-cgi.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/search/namazu-cgi.sh b/search/namazu-cgi.sh index cf78f80b..fdc743f1 100755 --- a/search/namazu-cgi.sh +++ b/search/namazu-cgi.sh @@ -3,15 +3,17 @@ # Namazu CGI wrapper. Deal with LANG # -# compute the langinfo from the PATH_INFO -langinfo=`echo $PATH_INFO | grep '^/\w*' | sed -e 's#^/\(\w*\).*$#\1#'` +# compute the langinfo from the $QUERY_STRING +langinfo=`echo "$QUERY_STRING" | grep -oE '(^|[?&])lang=([a-zA-Z_]+)' | cut -f 2 -d "="` +if [ -z "$langinfo" ]; then + # if cannot get langinfo from $QUERY_STRING, then get it from COOKIE + langinfo=`echo "$HTTP_COOKIE" | grep -oE '(^|[?&])lang_cookie=([a-zA-Z_]+)' | cut -f 2 -d "="` +fi if [ -n "$langinfo" ] ; then LANG="$langinfo" - SCRIPT_NAME="$SCRIPT_NAME/$langinfo" export LANG + echo "Set-Cookie: lang_cookie=$langinfo" fi -#SCRIPT_NAME="$SCRIPT_NAME/" -export SCRIPT_NAME exec /var/www/cgi-bin/namazu.cgi From 2d6ff4bc4e3947500aacc857ef4457e7e1e1b675 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 20 May 2010 18:10:14 +0000 Subject: [PATCH 221/344] Fix multi-language search, patch by Tao Wang git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19187 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 6 ++++-- externals/header.phtml | 36 ++++++++++++++++++------------------ externals/menu.phtml | 18 ++++++------------ lang.php | 33 ++++++++++++++++++++++++++++++--- 4 files changed, 58 insertions(+), 35 deletions(-) diff --git a/Makefile b/Makefile index ac6562ff..3144024e 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ ${all_languages}: po/$$@.po LOCALFILE=local.php URLBASE= FILETAIL= +LOCALE= FILE= HOME=http://www.gnucash.org$(URLBASE) TMPLBASE=search/templates/NMZ. @@ -40,7 +41,8 @@ TMPLBASE=search/templates/NMZ. # add when we have utf-8 translations: iconv -f UTF-8 -t ISO8859-1 nmz.onefile: - ( cat $(TMPLBASE)$(FILE).php_tmpl ) | php -q > \ + ( echo '' ; \ + cat $(TMPLBASE)$(FILE).php_tmpl ) | php -q > \ $(TMPLBASE)$(FILE)$(FILETAIL) nmz.lang: @@ -53,5 +55,5 @@ nmz: # other NMZ langs not merged into po system: ja # note: PL is only "mostly" translated. it diff's differently for l in en ${languages} ; do \ - $(MAKE) nmz.lang FILETAIL=.$$l ; \ + $(MAKE) nmz.lang FILETAIL=.$$l LOCALE=$$l; \ done diff --git a/externals/header.phtml b/externals/header.phtml index ff40689f..6a6fe7fc 100644 --- a/externals/header.phtml +++ b/externals/header.phtml @@ -7,16 +7,16 @@ if ($can_utf) { ?> - - - + + + - + <?= T_($title); ?> | GnuCash @@ -25,23 +25,23 @@ if (isset($homepage)) { ?>
                • DocBook: The Definitive Guide.
                • DocBook XSL: The Complete Guide.
                • GNOME Human Interface Guidelines
                • +
                • How_to_translate_the_GnuCash_guide_and/or_help_files

                gnucash-devel.

                From 6151423ebbad430fd69991b9c18cebbb9c5ceedf Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 7 Jul 2010 13:31:18 +0000 Subject: [PATCH 237/344] Correct link info git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19345 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.phtml b/docs.phtml index c544f8d0..584465d5 100644 --- a/docs.phtml +++ b/docs.phtml @@ -96,7 +96,7 @@ include("externals/menu.phtml");
              • DocBook: The Definitive Guide.
              • DocBook XSL: The Complete Guide.
              • GNOME Human Interface Guidelines
              • -
              • How_to_translate_the_GnuCash_guide_and/or_help_files
              • +
              • How_to_translate_the_GnuCash_guide_and/or_help_files:

              gnucash-devel.

              From 96b938fc5693a35b5602ba7c0467945d4539214e Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 7 Jul 2010 13:35:22 +0000 Subject: [PATCH 238/344] Update website po files and Dutch translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19346 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/de.po | 36 ++++++++++++++++++-------------- po/es.po | 36 ++++++++++++++++++-------------- po/fr.po | 36 ++++++++++++++++++-------------- po/it.po | 36 ++++++++++++++++++-------------- po/ja.po | 36 ++++++++++++++++++-------------- po/nb.po | 36 ++++++++++++++++++-------------- po/nl.po | 60 +++++++++++++++++++++++++++++++++-------------------- po/pl.po | 36 ++++++++++++++++++-------------- po/pt_PT.po | 36 ++++++++++++++++++-------------- po/zh_CN.po | 36 ++++++++++++++++++-------------- 10 files changed, 226 insertions(+), 158 deletions(-) diff --git a/po/de.po b/po/de.po index f17feac1..0d3e5b5b 100644 --- a/po/de.po +++ b/po/de.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2010-05-06 01:06+0200\n" "Last-Translator: Frank H. Ellenberger \n" "Language-Team: deutsch \n" @@ -742,16 +742,22 @@ msgstr "" "Die folgenden Links führen zu weiteren Websites, welche beim Dokumentieren " "und Redigieren hilfreich sein können." -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "Wir empfehlen, auch die Entwickler-Mailingliste zu abonnieren" -#: docs.phtml:102 +#: docs.phtml:103 #, fuzzy msgid "Gnome Documentation guidelines" msgstr "Täglich automatisch erstellte Dokumentation" -#: docs.phtml:103 +#: docs.phtml:104 #, fuzzy msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " @@ -762,11 +768,11 @@ msgstr "" "dem GNOME2-XML-docbook-System. Alle, die helfen möchten, mögen, wo immer " "möglich, beim Schreiben und Redigieren diese Richtlinien beachten." -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -774,7 +780,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 #, fuzzy msgid "" "For those not familiar with svn, the GnuCash wiki has a gnucash-" @@ -832,7 +838,7 @@ msgstr "" "könne, ob sie bereits daran arbeiten oder ob diese Aufgabe momentan vakant " "ist." -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -843,17 +849,17 @@ msgstr "" "Menge nützlicher Informationen, welche noch nicht in die neue übertragen " "wurden." -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "Redakteure/Reviewer" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/es.po b/po/es.po index 2854b3b4..4567a3c4 100644 --- a/po/es.po +++ b/po/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2006-05-28 23:44-0400\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -556,26 +556,32 @@ msgid "" "documentation and review process." msgstr "" -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "" -#: docs.phtml:102 +#: docs.phtml:103 msgid "Gnome Documentation guidelines" msgstr "" -#: docs.phtml:103 +#: docs.phtml:104 msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " "Everyone wishing to help please follow these guides where possible when " "reviewing and/or writing docs." msgstr "" -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -583,7 +589,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -591,11 +597,11 @@ msgid "" "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" -#: docs.phtml:114 +#: docs.phtml:115 msgid "Writers" msgstr "" -#: docs.phtml:115 +#: docs.phtml:116 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -603,7 +609,7 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:117 +#: docs.phtml:118 msgid "" "The usual procedure for contributors to GnuCash is to initially submit " "patches to the gnucash-" @@ -612,7 +618,7 @@ msgid "" "in bugzilla.gnome.org if you wish." msgstr "" -#: docs.phtml:118 +#: docs.phtml:119 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -620,24 +626,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/fr.po b/po/fr.po index fcfd9d06..41248100 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2009-02-21 13:17+0100\n" "Last-Translator: jsled \n" "Language-Team: French \n" @@ -621,16 +621,22 @@ msgid "" "documentation and review process." msgstr "Les liens suivants pointent vers des sites qui peuvent aider." -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "Nous suggérons également l'inscription à " -#: docs.phtml:102 +#: docs.phtml:103 #, fuzzy msgid "Gnome Documentation guidelines" msgstr "Dernière documentation disponible" -#: docs.phtml:103 +#: docs.phtml:104 #, fuzzy msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " @@ -639,11 +645,11 @@ msgid "" msgstr "" "Merci de lire ces guides pour savoir comment contribuer à la documentation." -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -651,7 +657,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 #, fuzzy msgid "" "For those not familiar with svn, the GnuCash wiki has a gnucash-" @@ -683,7 +689,7 @@ msgid "" "in bugzilla.gnome.org if you wish." msgstr "" -#: docs.phtml:118 +#: docs.phtml:119 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -691,24 +697,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "Relecteurs" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/it.po b/po/it.po index 105b3424..a9b89de5 100644 --- a/po/it.po +++ b/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GnuCash ht-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2009-01-27 11:44+0100\n" "Last-Translator: Cristian Marchi \n" "Language-Team: \n" @@ -710,16 +710,22 @@ msgstr "" "I collegamenti seguenti sono relativi ad altri siti che possono essere di " "aiuto per i processi di creazione e di revisione della documentazione." -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "Si consiglia anche l'iscrizione a " -#: docs.phtml:102 +#: docs.phtml:103 #, fuzzy msgid "Gnome Documentation guidelines" msgstr "Documentazione compilata in notturna" -#: docs.phtml:103 +#: docs.phtml:104 #, fuzzy msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " @@ -731,11 +737,11 @@ msgstr "" "queste guide, dove possibile, al momento della revisione o della stesura " "della documentazione. " -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -743,7 +749,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 #, fuzzy msgid "" "For those not familiar with svn, the GnuCash wiki has a gnucash-" @@ -801,7 +807,7 @@ msgstr "" "interessate possano dare il via libera o comunicare che quella particolare " "sezione è già assegnata a qualcun altro." -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -812,17 +818,17 @@ msgstr "" "grande quantità di informazioni utili che non sono ancora state trasferite " "nella nuova documentazione." -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "Revisori" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/ja.po b/po/ja.po index 840e8205..ca05ed64 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs r18581\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2010-05-19 04:53+1000\n" "Last-Translator: Yasuaki Taniguchi \n" "Language-Team: Japanese \n" @@ -604,16 +604,22 @@ msgid "" "documentation and review process." msgstr "次ã®ãƒªãƒ³ã‚¯ã¯æ–‡æ›¸åŒ–ãŠã‚ˆã³æŸ»èª­éŽç¨‹ã§éžå¸¸ã«å½¹ã«ç«‹ã¤ã‚µã‚¤ãƒˆã§ã™ã€‚" -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "次ã®ãƒ¡ãƒ¼ãƒªãƒ³ã‚°ãƒªã‚¹ãƒˆã‚’購読ã™ã‚‹ã“ã¨ã‚’æ案ã—ã¾ã™" -#: docs.phtml:102 +#: docs.phtml:103 #, fuzzy msgid "Gnome Documentation guidelines" msgstr "日次夜間文書ビルド" -#: docs.phtml:103 +#: docs.phtml:104 #, fuzzy msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " @@ -624,11 +630,11 @@ msgstr "" "テムã«åŸºã¥ã„ã¦ã„ã¾ã™ã€‚査読や文書作æˆã‚’è¡ŒãªãŠã†ã¨æ€ã£ã¦ã„ã‚‹æ–¹ã¯ã€å¯èƒ½ãªé™ã‚Šã“" "れらã®ã‚¬ã‚¤ãƒ‰ã«å¾“ã£ã¦ãã ã•ã‚‹ã‚ˆã†ãŠé¡˜ã„ã—ã¾ã™ã€‚" -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -636,7 +642,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 #, fuzzy msgid "" "For those not familiar with svn, the GnuCash wiki has a gnucash-" @@ -689,7 +695,7 @@ msgstr "" "ãるよã†ã« gnucash-devel ã¸ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。" -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -699,17 +705,17 @@ msgstr "" "ã‚Œã¾ã›ã‚“。ã“ã‚Œã¯å¤ã„文書内ã«æ–°ã—ã„文書ã«ç§»è¡Œã•ã‚Œã¦ã„ãªã„多ãã®å½¹ã«ç«‹ã¤æƒ…å ±ãŒ" "ã‚ã‚‹å ´åˆã§ã™ã€‚" -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "査読者" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/nb.po b/po/nb.po index d198c6b9..d7552d44 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2006-05-28 20:21-0400\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -556,26 +556,32 @@ msgid "" "documentation and review process." msgstr "" -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "" -#: docs.phtml:102 +#: docs.phtml:103 msgid "Gnome Documentation guidelines" msgstr "" -#: docs.phtml:103 +#: docs.phtml:104 msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " "Everyone wishing to help please follow these guides where possible when " "reviewing and/or writing docs." msgstr "" -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -583,7 +589,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -591,11 +597,11 @@ msgid "" "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" -#: docs.phtml:114 +#: docs.phtml:115 msgid "Writers" msgstr "" -#: docs.phtml:115 +#: docs.phtml:116 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -603,7 +609,7 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:117 +#: docs.phtml:118 msgid "" "The usual procedure for contributors to GnuCash is to initially submit " "patches to the gnucash-" @@ -612,7 +618,7 @@ msgid "" "in bugzilla.gnome.org if you wish." msgstr "" -#: docs.phtml:118 +#: docs.phtml:119 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -620,24 +626,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/nl.po b/po/nl.po index a0d05a59..84741385 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2010-07-07 15:18+0200\n" "Last-Translator: Geert Janssens \n" "Language-Team: Nederlands \n" @@ -69,7 +69,8 @@ msgstr "" "die via je distributie meegeleverd wordt." #: download.phtml:26 -msgid "Below are ways to install GnuCash on some of the more popular distributions:" +msgid "" +"Below are ways to install GnuCash on some of the more popular distributions:" msgstr "" "Hier zijn enkele manieren om GnuCash op een aantal van de meest populaire " "distributies te installeren:" @@ -428,8 +429,10 @@ msgstr "" "src/import-export map." #: sizing.phtml:366 -msgid "Code to generate reports and graphs: contents of the src/reports directory." -msgstr "Code om rapporten en grafieken te genereren: inhoud van de src/reports map." +msgid "" +"Code to generate reports and graphs: contents of the src/reports directory." +msgstr "" +"Code om rapporten en grafieken te genereren: inhoud van de src/reports map." #: sizing.phtml:371 msgid "" @@ -443,7 +446,8 @@ msgstr "" "export, en in individuele modueles; hierdoor blijft enkel diverse code over." #: sizing.phtml:376 -msgid "Code to add small-business features: contents of the src/business directory." +msgid "" +"Code to add small-business features: contents of the src/business directory." msgstr "" "Code om kleine-ondernemingen functies toe te voegen: inhoud van de src/" "business map;" @@ -725,15 +729,23 @@ msgstr "" "De volgende koppelingen verwijzen naar overige sites die kunnen helpen bij " "het documentatie- en reviewproces." -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "Hoewel deze GnuCash wiki pagina eigenlijk over het vertalen van de " +"documentatie gaat, bevat ze ook wat nuttige informatie over het werken met " +"docbook bestanden." + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "We raden je ook aan om je abonneren op " -#: docs.phtml:102 +#: docs.phtml:103 msgid "Gnome Documentation guidelines" msgstr "Gnome Documentatie richtlijnen" -#: docs.phtml:103 +#: docs.phtml:104 msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " "Everyone wishing to help please follow these guides where possible when " @@ -743,11 +755,11 @@ msgstr "" "docbook systeem. Iedereen die graag zou meehelpen, gelieve deze gidsen waar " "mogelijk te volgen tijdens het reviewen en/of schrijven van documentatie." -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "Waar zijn de documentatie bronbestanden" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -759,7 +771,7 @@ msgstr "" "kunnen ook starten van de huidige documentatie tarball." -#: docs.phtml:111 +#: docs.phtml:112 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -771,11 +783,11 @@ msgstr "" "Om de documentatie te bekomen in plaats van de programma broncode is het " "enkel nodig om 'gnucash' te vervangen door 'gnucach-docs', zoals dit:" -#: docs.phtml:114 +#: docs.phtml:115 msgid "Writers" msgstr "Auteurs" -#: docs.phtml:115 +#: docs.phtml:116 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -788,7 +800,7 @@ msgstr "" "van de documentatie (normaal heet die map gnucash-docs, tenzij je de naam " "hebt veranderd):" -#: docs.phtml:117 +#: docs.phtml:118 msgid "" "The usual procedure for contributors to GnuCash is to initially submit " "patches to the gnucash-" @@ -802,7 +814,7 @@ msgstr "" "dat de patches in svn worden toegevoegd totdat je een account krijgt. Je kan " "de patch ook aan een bug rapport in bugzilla toevoegen als je wil." -#: docs.phtml:118 +#: docs.phtml:119 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -814,7 +826,7 @@ msgstr "" "zodat anderen kunnen zeggen 'hey, ik ben daar al mee bezig', of 'ok, doe " "maar'." -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -824,11 +836,11 @@ msgstr "" "documentatie waar je in kan opzoeken terwijl je schrijft. Deze bevat nog " "veel nuttige informatie die niet overgenomen is in de nieuwe documentatie." -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "Reviewers" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." @@ -836,7 +848,7 @@ msgstr "" "Installeer een kopie van de documentatie broncode zoals hierboven beschreven " "en geef je commentaar/suggesties/opmerkingen hierop." -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." @@ -1194,7 +1206,8 @@ msgid "Mortgage & Loan Repayment Druid" msgstr "Assistent hypotheek & leningen" #: features.phtml:109 -msgid "A guided dialogue for setting up loan payments as scheduled transactions." +msgid "" +"A guided dialogue for setting up loan payments as scheduled transactions." msgstr "" "Een begeleidend dialoogvenster om hypotheek-/leningsaflossingen te " "configureren als geplande transacties." @@ -1221,7 +1234,8 @@ msgstr "Oude berichten" msgid "" "This is an archive of announcements that once appeared on the GnuCash home " "page." -msgstr "Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." +msgstr "" +"Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden." #: externals/menu.phtml:5 msgid "Information" @@ -1689,7 +1703,8 @@ msgstr "Zoektips" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." +msgstr "" +"Als je problemen ervaart bij het zoeken, kan je de volgende tips nagaan." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" @@ -1808,4 +1823,3 @@ msgstr "Datum" #: search/templates/NMZ.result.short.php_tmpl:6 msgid "(${size} bytes)" msgstr "(${size} byte)" - diff --git a/po/pl.po b/po/pl.po index 4ad83963..a761c85e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2006-05-29 00:20-0400\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -556,26 +556,32 @@ msgid "" "documentation and review process." msgstr "" -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "" -#: docs.phtml:102 +#: docs.phtml:103 msgid "Gnome Documentation guidelines" msgstr "" -#: docs.phtml:103 +#: docs.phtml:104 msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " "Everyone wishing to help please follow these guides where possible when " "reviewing and/or writing docs." msgstr "" -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -583,7 +589,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -591,11 +597,11 @@ msgid "" "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" -#: docs.phtml:114 +#: docs.phtml:115 msgid "Writers" msgstr "" -#: docs.phtml:115 +#: docs.phtml:116 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -603,7 +609,7 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:117 +#: docs.phtml:118 msgid "" "The usual procedure for contributors to GnuCash is to initially submit " "patches to the gnucash-" @@ -612,7 +618,7 @@ msgid "" "in bugzilla.gnome.org if you wish." msgstr "" -#: docs.phtml:118 +#: docs.phtml:119 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -620,24 +626,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/pt_PT.po b/po/pt_PT.po index 045f21b7..0fb35e86 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2006-05-24 21:54-0400\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -562,27 +562,33 @@ msgid "" "documentation and review process." msgstr "" -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "" -#: docs.phtml:102 +#: docs.phtml:103 #, fuzzy msgid "Gnome Documentation guidelines" msgstr "Documentao" -#: docs.phtml:103 +#: docs.phtml:104 msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " "Everyone wishing to help please follow these guides where possible when " "reviewing and/or writing docs." msgstr "" -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -590,7 +596,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -598,11 +604,11 @@ msgid "" "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" -#: docs.phtml:114 +#: docs.phtml:115 msgid "Writers" msgstr "" -#: docs.phtml:115 +#: docs.phtml:116 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -610,7 +616,7 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:117 +#: docs.phtml:118 msgid "" "The usual procedure for contributors to GnuCash is to initially submit " "patches to the gnucash-" @@ -619,7 +625,7 @@ msgid "" "in bugzilla.gnome.org if you wish." msgstr "" -#: docs.phtml:118 +#: docs.phtml:119 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -627,24 +633,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/zh_CN.po b/po/zh_CN.po index d2891235..af1f599b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs r18948\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:18+0200\n" +"POT-Creation-Date: 2010-07-07 15:31+0200\n" "PO-Revision-Date: 2010-05-02 07:26+1000\n" "Last-Translator: Tao Wang \n" "Language-Team: Chinese (simplified) \n" @@ -657,16 +657,22 @@ msgid "" "documentation and review process." msgstr "下é¢è¿™äº›é“¾æŽ¥å¯¹è¿›ä¸€æ­¥å¯»æ‰¾æ–‡æ¡£å’Œè¯„论有帮助。" -#: docs.phtml:100 +#: docs.phtml:99 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" + +#: docs.phtml:101 msgid "We suggest also subscribing to " msgstr "我们建议åŒæ ·è®¢é˜…" -#: docs.phtml:102 +#: docs.phtml:103 #, fuzzy msgid "Gnome Documentation guidelines" msgstr "æ¯å¤œæ–‡æ¡£æž„建" -#: docs.phtml:103 +#: docs.phtml:104 #, fuzzy msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " @@ -676,11 +682,11 @@ msgstr "" "请阅读下列指å—。新文档是基于 GNOME2 XML Docbook 系统。æ¯ä¸€ä¸ªå¸Œæœ›å¸®åŠ©å†™æ–‡æ¡£" "的,请在评论或者撰写文档时尽é‡éµå¾ªè¿™äº›æŒ‡å—。" -#: docs.phtml:109 +#: docs.phtml:110 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:110 +#: docs.phtml:111 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -688,7 +694,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:111 +#: docs.phtml:112 #, fuzzy msgid "" "For those not familiar with svn, the GnuCash wiki has a Subversion 的介ç»ã€‚相对于check out æºä»£ç ï¼Œå”¯ä¸€çš„改å˜å°±æ˜¯ä»Ž " "gnucash å˜åˆ° gnucash-docs。您也å¯ä»¥ä»Žå½“å‰æ–‡æ¡£çš„压缩文件开始。" -#: docs.phtml:114 +#: docs.phtml:115 msgid "Writers" msgstr "作者" -#: docs.phtml:115 +#: docs.phtml:116 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -713,7 +719,7 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:117 +#: docs.phtml:118 #, fuzzy msgid "" "The usual procedure for contributors to GnuCash is to initially submit " @@ -727,7 +733,7 @@ msgstr "" "交补ä¸ã€‚我们将会帮您æ交到 svn 系统中,知é“你被分é…了一个å¸æˆ·ã€‚如果您愿æ„,您" "也å¯ä»¥åœ¨ Bugzilla 中的 Bug 报告中æ交补ä¸ã€‚" -#: docs.phtml:118 +#: docs.phtml:119 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -738,7 +744,7 @@ msgstr "" "devel@lists.gnucash.org'>gnucash-devel,这样人们就å¯ä»¥è¯´â€œå˜¿ï¼Œæˆ‘å·²ç»åšäº†é‚£" "个了â€ï¼Œæˆ–者“好å§ï¼ŒåŽ»åšå§â€ã€‚" -#: docs.phtml:119 +#: docs.phtml:120 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -746,17 +752,17 @@ msgid "" msgstr "" "您也å¯ä»¥ä¸ºè€æ–‡æ¡£ä¿ç•™ä¸€ä¸ªæœ¬åœ°å‰¯æœ¬ã€‚里é¢è¿˜æ˜¯æœ‰å¤§é‡çš„ä¿¡æ¯æœªè¢«è½¬ç§»åˆ°æ–°æ–‡æ¡£ä¸­ã€‚" -#: docs.phtml:121 +#: docs.phtml:122 msgid "Reviewers" msgstr "评论人员" -#: docs.phtml:122 +#: docs.phtml:123 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:123 +#: docs.phtml:124 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." From 4055c9ad2df33b60d26f012683bb1485e197c0bb Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 7 Jul 2010 13:36:13 +0000 Subject: [PATCH 239/344] Activate new Dutch translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19347 57a11ea4-9604-0410-9ed3-97b8803252fd --- locale/de/LC_MESSAGES/gnucash-htdocs.mo | Bin 57436 -> 55140 bytes locale/es/LC_MESSAGES/gnucash-htdocs.mo | Bin 4779 -> 4779 bytes locale/fr/LC_MESSAGES/gnucash-htdocs.mo | Bin 40062 -> 39107 bytes locale/it/LC_MESSAGES/gnucash-htdocs.mo | Bin 52491 -> 50170 bytes locale/ja/LC_MESSAGES/gnucash-htdocs.mo | Bin 41912 -> 39563 bytes locale/nb/LC_MESSAGES/gnucash-htdocs.mo | Bin 11090 -> 11090 bytes locale/nl/LC_MESSAGES/gnucash-htdocs.mo | Bin 54979 -> 57434 bytes locale/pl/LC_MESSAGES/gnucash-htdocs.mo | Bin 13787 -> 13787 bytes locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo | Bin 812 -> 812 bytes locale/zh_CN/LC_MESSAGES/gnucash-htdocs.mo | Bin 44008 -> 42057 bytes 10 files changed, 0 insertions(+), 0 deletions(-) diff --git a/locale/de/LC_MESSAGES/gnucash-htdocs.mo b/locale/de/LC_MESSAGES/gnucash-htdocs.mo index daa88f3b6ebe2fde0c2f4946a3250b3ace8f7335..40a5584e3cf926f3187511bac70bfb853142f362 100644 GIT binary patch delta 5371 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 WhI`w6*9CakU+fNXvcI+W5Bwjh`0zgf delta 7408 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 delta 23 ecmZ3jx>|KZ4i}fHu7Rn7p^=rL$>uUHQw{)AP6jFf diff --git a/locale/fr/LC_MESSAGES/gnucash-htdocs.mo b/locale/fr/LC_MESSAGES/gnucash-htdocs.mo index 9b7ceb94ac72862af73a99167d4c25cc0bd4fa75..f5a9984f7a5e37946f923f59417159fa9de89380 100644 GIT binary patch delta 4473 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 Pk_-D*l-#|dd)|Km)_!== diff --git a/locale/it/LC_MESSAGES/gnucash-htdocs.mo b/locale/it/LC_MESSAGES/gnucash-htdocs.mo index dda98b4515f36b27a50ebbb2e5e99243c2d015ed..71caf5b665bba0071391b7ab62032a636e222922 100644 GIT binary patch delta 4880 zcmYk<33yId8o=>a5+X<x6QHs86`Li?pdC^0TM5iX8M6@y2pY#dDaBb^Sz!;XE9HmoXCK{6(5!21es@oP!52 z8KVP4ZsJ@VBI1y=K#|Ebl%WTP1c}tb2-~*Un+|owYP7Ej7V*N3NMEEBYhs1nei{dm zUqb##i#j5Uu`Bk%)0l#Obw!4Ae@Um(kA_Or3wzfSIgAal7_VavE@XJl;7h!YryGbk z=~!_?)A6)Wkyf;iLO0CE5Zr*;!2=k~`6rM;mg|i~0=U22rc!{d2f$2172{?GI3I^c1;-1T{9-X@`TWh;+f~v==rJxrfDg30F2{{6D9X87|_A z;Y^$kX$#aFC!*dc4Rt7|qK?pVT!9<#7Yu7I!eEF`gvi$zgA67Y68R45**?OHb_%ofdFph*1x1io|d%RiodoYjuFgDU zd%TE#nEQ%(fFcYaFF_Biz#=?}`W9uhGY>co^?NxEDxOr|i?9 z2=#(ZJBs{{|{8Or@vu1y1Z_lAOh=igGBs^_Mtskc-TEzWG}||6d8?oFp%?lq=?)i zPiIATBk$T1JeCV;%BssQW@W z>Xdw!&iFT=@+%F2=$&B}M>y&#?TGq??x>42!*&7c1vX+Q+>f>JF;+vDQRe#|sJSnO z(7`%*m%JVGri(Q!(_t#jGg-MbL}LUeoaJ(PgZ8@5kVH@~?3cw$BoY!cuI3 zm#`(uI5VPAsOObpbFS;3Ei#=vk&A4@y$&k+R;&MffVj2E| z)0ea1V8%Nf<2s+AC*EIS{i!9-^30!V{oggOV;MT)IpI8&T70p}D)Xb_g@xp;aX!Z{ zpuQc+@39%-O>B&%Ys}(2k6z^8+WC*Ti~KI?)U3`o$9JJV=zi4ueVNbr@8t&9Xo#XA zkGptdIY!Zb4)qI9*YTQ?*Iv()kq2%t?|%yFoM&SboQ6GJS%m0D{sT{;BY6k4BTrB} z>RDuV*7`+^e+wF3rNIZsV;VP_k8j|`&1UGEZZ&J873u|hVLu#!x=24kf2=@1{0epP z-NGRJ8FdGA+h+EghFFcfiGxaODv@{qM`9=jzHe@vfHCB+VF=E^rgSVH^#TXCn?-sQ zbp-y2I+E@?%oN3=F5)5h7A`=2&?i_A9o37?-|bCM=QI_kaD!Rc6>pW8y}ua~`hw%5 zOGTJ|N&kTDnd6V}9(mM9ypH5Sf2ETyEZ*Jha>yXp&yN5e(^SjqU$lH z2AiO6vDv6|ItzVq8R}cH36tpHcGMrWyT{F9^*v!0VSRL5;lwa19JjtyAGK^G5(q!y zRpMJ>5fMUYVYaNF(9Xybu;vu3veR}v&Lp_6^=oH0TR+))-+8+K51}%f7)P8WbSku@ z6FR?IrVt&8R81&T4c31)a;WS4U$xu1ATuQ_D{IBC!L!64h1s=s&r?=|!!&P)W(50# z_4@QfZz6?YL0f;#M57iKuvO~vIhSA^3X5AlCt4Hh2rWAd(jRr2v?LKawYpc#Cywa- z z_FP*(J?ChPB)Ss8L?dDsu~c`20xGUVTjC<2r8{w&SfL5!U1BmZNE6Cx;t(-V6T7el zT4f2J9z>~0t(R1*uMqp~wzqB9YAad-h_@mW!F%Bhq+xZQA(^=K;Mpb9Gx;MR? zeIru6oMj0EYZi>`_HU OQSsm^&f7biHTyq06_d08 delta 6859 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 Rt8VGrF{azz*gmxE{{b0bT!8=p diff --git a/locale/ja/LC_MESSAGES/gnucash-htdocs.mo b/locale/ja/LC_MESSAGES/gnucash-htdocs.mo index d2102f203ef6439169c3e4651ecf82f7102868b3..dafdb47847432b6794c47275b1934afef56f9a80 100644 GIT binary patch delta 4707 zcmY+{33yId9>?*2LL!MsWD!}kSrA)7B0|x|zEfK$QX;lVB(_wfH1!gSl29Vrsu{Jm zied87k(QQ9C^bWgc^GZS@N_WM@iZpPjLw+v|DNM{^gMp==bn4td+)htxvv~K?YZW# zr|Y}m`sG5oOq!7@Z;_TBB6*E;FC|!H1bAR3j=~JAz=;?TBGL}?uob?8?eRDc!h84~ zb`2F7kKs*3W???g6miLQHhkGJBuvB~$5^M}Fd8xkX_FjlDl!zSkb6r|xJW~6fdQC= z>DUALCmZ=F#{K9VkKj9c9P8s;jOPAQz=mF^9K*TcHf%uslSmQTCSPC~UP0ZT7bT*d zGavb?6r+A`3+jVZpgzb^q^)uWeekc?82^rRiabJJ?k|D#do)I%-k>Y$7ki-dt^MiRTu z#*`h~*%1_PCd(o0N4<<0)rt#UMXn(pZA6MN9_a+xf%Q0k9Q8(3ZB0*IK)um*T!TMg zE*7>EapO(YA$U8%Wm>*B!HnS{^yR==d=G0-yMAt>d9o#_V_%A`@jc`rr3(Lvw^1+r zElWTf_7m#$>N+qi_!#y3wai2viZEBQnT;J#zt{=&$CdWMKHLBNGw)kCEh}9$hMxQN8R{3^-9zR zcj-m%;$RHp{!+QE$gV!(?cl9>!gVU&EdLFf_ucJ=B27SyjO~PpELof_;QQvUI zsPB`NxDeN2HTw2tMc{dKm9p_^Kap-8OqBlS-MoB&>9Sfp$?+Qlxj4sn58|yzy>_t3 zNZdcfboFD5pdL8XG^h>g5cNfUpJbsn%!N&G6Y6B%H*Mcfehp@ZqpILw^n{AjtPIMcLf1?q*$kRLGFZ1-29Ug#9+g?~U@C67>l#i}QphSgwO z>UCI)FdD$i?V1(8G7Z~`+7tWm zGJcM8u{>MkGxW|8>BEhxQHRPmS0sUY20l-HRh|f^NHywQNt`7zj^iWHoBPWi-UfPu zgQ&~nBp$-6ScGfmm}S?HyXq63LhY%aPYptz|Ao4Z`u&JPbK!W5qTT~_e+KG< zWTUS0#i$KfX?-74s8<%!|9Ybz*`Yn~5GQd%zgKzbU=FV>-9Pj-VLFaTRoPe(nm2p7?yZKyYF z#(8Qy>SRqqJzw7^0XW6h=V3hc<(P6h zWyjB`lf|dRbWu3EsYj!B;U&z&>!>|4tkjHoK0ctn7WK*BSZl7c5%r08B0mpu(faH< zvnpm{Kjxo&z(yor_z~-)&s(MejgWIB6tCb8yog2XMLxjc8+ggk@Q1jRdYg?R|G~Xj zgS*T5)#LbUn?(Liz3y%24-UEaj%nzGclE*O{v2mRWB~^9#bwqq)G^(GI_W+}9rJT` z|DUXPP|y3>>c816uV$#{k3~H%2fgtXTVJGg?k~&PprK9~$mcM-tuGBN+AE)s0un)* z5r*AalHklA9qVVv3Eg1}L+=z8lXN0uOx1aNo@cuwan0o8H>4fWam^uCQBFOWuriRzR^zr3ya_1I?*uE9~HC234TNf9|nw45cY z$VgI30!SRuQcX(84y{mhooQJ>W;Ut1RGhlG7&RLD%neN z$#kOSOER9MlOE(GnL#Q^FVc`4BfH5GLUG9^K7&bja+*9xo-V7Yyhy$vvE(AzO#DcD z@;PynZKRB7i8jb_Yo1kE{M7cRy1L`pQA2jx0|&5y-R_KYNFjOGJuLWymwRr+vIg#$ z*!>ONe@S@cUDh%6mit=guqeMSiAh~zl2f~-B)cDtJlDW|D8tXsT{}G_uPu>6k delta 6817 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 delta 6586 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 delta 23 ecmcbeeLH)@PH8SvT?11ELnA9glg)>vC8Pju)Cb1^ diff --git a/locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo b/locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo index 6eb4c2d28d02491ddbaa8ba6c3f45c5f1f7b3546..3044b09571a1af2d9cd967399ebfc3ea3c1a4b00 100644 GIT binary patch delta 23 ecmZ3(wuWuPCPprET?2CkLsKhb!_9jb3m5@Za0a3P delta 23 ecmZ3(wuWuPCPpq(T?11ELnA9glg)b=3m5@ZBL?*27C{7&YZoFxNGg(uAdx{LX~Y&wq_Mrr`y=kG_pXM&VPOjs2R4T&)p zLQ8w9DQ1v<456H+S9QZLtBaDaecW;rIZc*x&3?S-&({?4}U_vgFQhaQFsWw z@gDL|%K4)m^k_?m*uOq9coG^c!p%z;bYU{;_PbagA0T~`=h(zarA~;sP#e^t>V(|9 z#9|#BjQ*I3jJixi?N}~qM^+-|lKrR`D#a`hk*`sY>(t(yCk}Nglkh1HN9S!S2^~cK zf&rl-UU(aI3d&GB@C-NNOVpmf*U@xvH|kWJM4iGLxCS5KbDY`9Y#$va!eGh_{03Jc zvmjaFjQ=ev3&O>+|7#*QX}9hyvIAcreUrin(~%O?5julYxx>q-QxF+x?1jFxQ}F-} z$3a+)doeA_EZS$7Li<`Y<6ljsQCAU0LmI@GryvHsxWG`<3uJUNLpK5S0&{UK=3;C1 zs~u~mrbBmos8QEI64u2mY>1OkZ(u$;(CMU7pNb2o;~q@oguXqPH`*CJMcQE=R_W)c z2X2is9XyD7fur$ezmup_au2=nCF#pnfCq~fbwsu&oBeiSJ$?T7 zTNU0|sCRxAbqH^uK3+ef4xMj`c`7=hUN9bYP6wfOXe{dS%Q27(Zo?mGpLkv5pIDSC zatt^0XB}XlG?9s1U-nX&jNSvda}J!2-_v#uIlC;r_NEG5xm{dfmiT6>WK?7%#a^KopU$p zoqmqGI4iLwHXdn4DiZa?>FAA9QKxJsR^kGjjpH-Th+NNP{4cWM>>DDdaaooKot1=9 zW@y)=&fzZ93!Oxrikqk}l%G*A*kH6-D;-c5aWB;UlTjD(c-vgmi) z-q27Sg4xɏQNjI2v>CQjikMP)Uz9^@J(W1Few1e5Vo+H>)J44uX!h39cMcAjp& zHLv3;I(Tq~>0sBHe53Mt9Qt5BhG2o+K8(H|%)i^-aE`MEu)`%>hj&pAoXUz(XQLl3 zv|VOzUynKxTTqYRZ*M<|I<@Dq5q@QFe}FA%KSurj5l@~8y+8z3VK;1yVROs{d!wFs zAiltH_-`CKm(jx1dFBF+`DXtPsORg7g&2nc_yy_>lwlKmgg#tfs;R6(FIGx5u0`#@ z>V?Lgc!YKd>hFRHzvXp{ORx+ZFA_P2&+#)nve-PnIZU*6q!8<&3l}p*MW`KV_BQk1 zkV<o7jD7b>3Q4Q zMxdTA9zE#DEhpn2z=m(%H3vLJJ>X}%{R`^n-pkB)Lo?KNFj^f(7QQ56f(LVt;j|y- zn-0}qF7hwhk*NEJtl(#zwo#w5)+^~rAeBxl%{xB@wddnd514{_!TEU1lb>4l=dr8J z2@ZyoA>yHWQmLH2XXd3(cs{4XC=qCRF78+g0n zosH&e)4j>OvnT)FdGOY-iuPy-OH=Q349>twsN28994y1;n7qT>Q8sR+Jr^%x?GMZyUqe05W7M_v93!ya zhvxqgai}AdgUz|V6lewaqBovFJ;4P$i={XQSMD@xpd3%oKD~?YbevOUUbWw00PRk@ z&6iIv+d-&9pKUt_8`EBfPOWUEqKo7Z>W-hfOuaApj#&TytDwRg)B5@SCEg|Pl0T3RM2ik{G|3eE92ybHR|BgJB*0(2EQ`8l8jeM;eC~*c|c2?P?l@#(Z2_cM-_0uX7bxP8Sn~Wr3 z}2HDy1QLh>8pBF%}e71pr+aPgJjQ5iv|y2||>*0{Vz z>ju&HRY#)5*I@mq%AwxSZr8>jvV@EyJxNXB!MB#Pwo~nmx@_B!wxk`=5=<6ZHG5tP zXnbxqSpP3hu{7)Xxk z_4#J7erQd^Sn@Zbr9Zh&HfV#giOeRWwL#fTO35hFi`0}`R92D6YO;S@5sYH=kH5+g^IY}mvHAKr_ z$#~+ttS!nU(wW>Q1BsS>q=-algEGWm{q4=)7Gyq&C#{HsMa-Xaq zW61+T2{71ykEpKT0EeDg-Xqy$m^LUE$lLCnj?v!kQ7yv#-JgVA@^e+JaJYAL5BGHi zCOvjv>Q~Ulw?{-&kG9dV@iEcvtVu<++^I7h4c$wZjPP?mT#;Yb<=*hfow(_vmj4GD C3X5U@ delta 6748 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 Date: Mon, 2 Aug 2010 20:17:32 +0000 Subject: [PATCH 240/344] Update OS X/Intel stable release number git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19391 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 06379a83..2c447e7a 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -5,7 +5,7 @@ $latest_stable = "2.2.9"; $latest_stable_win = $latest_stable; $latest_stable_mac_ppc = $latest_stable.".4"; - $latest_stable_mac_intel = $latest_stable.".4"; + $latest_stable_mac_intel = $latest_stable.".5"; $latest_unstable = "2.3.14"; $latest_unstable_win = $latest_unstable; From 3164a442f4ae73f669d282f7ebe2948a3a81e9ea Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 4 Aug 2010 20:18:08 +0000 Subject: [PATCH 241/344] Add documentation for gnucash 2.2, built from gnucash-docs 2.2.1 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19397 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/docs.phtml b/docs.phtml index 584465d5..1a7dd229 100644 --- a/docs.phtml +++ b/docs.phtml @@ -28,7 +28,7 @@ include("externals/menu.phtml"); -

              +

              @@ -37,16 +37,19 @@ include("externals/menu.phtml");
              @@ -68,6 +71,15 @@ include("externals/menu.phtml");

              +
              +

              WARNING: You should uninstall any earlier 2.3.x version from you system prior to installing 2.3.15.

              +

              Failing to do so may result in startup errors. In particular on Windows this may cause "Parse error: entry point not found" errors.

              +
              +

              NOTE: The latest stable version is 2.2.9.

              From a0334490b9f1d4d95de1e853f0086f31c9c39af1 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 23 Aug 2010 17:59:42 +0000 Subject: [PATCH 253/344] Website 2.3.15 release notes: improve the uninstall warning git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19467 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100820-2.3.15.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/100820-2.3.15.news b/news/100820-2.3.15.news index 2b76876b..67d489e5 100644 --- a/news/100820-2.3.15.news +++ b/news/100820-2.3.15.news @@ -12,7 +12,7 @@
              -

              WARNING: You should uninstall any earlier 2.3.x version from you system prior to installing 2.3.15.

              +

              WARNING: You should uninstall any earlier GnuCash version from your system prior to installing 2.3.15.

              Failing to do so may result in startup errors. In particular on Windows this may cause "Parse error: entry point not found" errors.

              From 5442913fea7d56f766dbe9bde7c7f07bddf095f1 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 28 Aug 2010 07:40:56 +0000 Subject: [PATCH 254/344] Website: Update Gnome documentation links git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19481 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.phtml b/docs.phtml index 6f6bc1f0..064a35a1 100644 --- a/docs.phtml +++ b/docs.phtml @@ -101,7 +101,7 @@ include("externals/menu.phtml");

              gnucash-devel.

              @@ -109,8 +109,8 @@ include("externals/menu.phtml");

              From 870c8ebd5d3da0fcf923e06eb40808aca6831b3d Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 21 Sep 2010 17:28:57 +0000 Subject: [PATCH 255/344] Update version of latest Intel Mac dmg git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19596 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index b2e6be72..df8096be 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -10,7 +10,7 @@ $latest_unstable = "2.3.15"; $latest_unstable_win = $latest_unstable; $latest_unstable_mac_ppc = "2.3.9"; - $latest_unstable_mac_intel = $latest_unstable.".1"; + $latest_unstable_mac_intel = $latest_unstable.".3"; // The definitions below use the latest version definitions above // to define several paths that will be used on several pages From ebdf66ded610055563d0afb861c0cf8cf7ba4513 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 12 Oct 2010 18:24:26 +0000 Subject: [PATCH 256/344] Added back unstable Mac PPC, Fixed unstable intel file name. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19650 57a11ea4-9604-0410-9ed3-97b8803252fd --- download.phtml | 2 +- externals/global_params.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/download.phtml b/download.phtml index 7f7bb007..806ab8ff 100644 --- a/download.phtml +++ b/download.phtml @@ -45,7 +45,7 @@ include("externals/menu.phtml"); diff --git a/externals/global_params.php b/externals/global_params.php index df8096be..0b990dcd 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -9,7 +9,7 @@ $latest_unstable = "2.3.15"; $latest_unstable_win = $latest_unstable; - $latest_unstable_mac_ppc = "2.3.9"; + $latest_unstable_mac_ppc = $latest_unstable.".3"; $latest_unstable_mac_intel = $latest_unstable.".3"; // The definitions below use the latest version definitions above @@ -28,7 +28,7 @@ $latest_unstable_path=$unstable_path.$latest_unstable."/"; $latest_unstable_win="gnucash-".$latest_unstable_win."-setup.exe"; - $latest_unstable_mac_intel="Gnucash-Intel-".$latest_unstable_mac_intel.".dmg"; + $latest_unstable_mac_intel="Gnucash Intel ".$latest_unstable_mac_intel.".dmg"; $latest_unstable_mac_ppc="Gnucash-PPC-".$latest_unstable_mac_ppc.".dmg"; $latest_unstable_source="gnucash-".$latest_unstable.".tar.bz2"; From dbeb0190581db125ba1684d72f9c28c55ef47fe5 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Mon, 8 Nov 2010 01:28:46 +0000 Subject: [PATCH 257/344] Add 2.3.16 news release git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19775 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/101107-2.3.16.news | 649 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 649 insertions(+) create mode 100644 news/101107-2.3.16.news diff --git a/news/101107-2.3.16.news b/news/101107-2.3.16.news new file mode 100644 index 00000000..d7895939 --- /dev/null +++ b/news/101107-2.3.16.news @@ -0,0 +1,649 @@ +Announcement: GnuCash 2.3.16 (RC1) Release +2010-11-07 + +

              GnuCash 2.3.16 (RC1) released

              + +

              The GnuCash development team proudly announces GnuCash 2.3.17, the seventeenth of several 2.3.x releases of the GnuCash Free Accounting Software and first release candidate for the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

              + +
              +

              WARNING: This is a release candidate version of Gnucash.

              +

              This release is intended for developers and testers who want to verify that bugs found during development have been fixed and that the software is stable enough to be released as 2.4.0.

              +

              Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

              +
              + +
              +

              WARNING: You should uninstall any earlier GnuCash version from your system prior to installing 2.3.16.

              +

              Failing to do so may result in startup errors. In particular on Windows this may cause "Parse error: entry point not found" errors.

              +
              + +
              +

              NOTE: The latest stable version is 2.2.9.

              +
              + +

              PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla

              +

              Major changes in the 2.3.x release include; +

                +
              • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
              • +
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • +
              • Updated to AqBanking 3 on Win32.
              • +
              + +

              Strings are frozen. This means no new changes will be introduced which change any text displayed by Gnucash. Therefore, final translations for 2.4.0 release may begin.

              + +

              Changes between 2.3.15 and 2.3.16 include: + +

                +
              • Bugs fixed
              • +
                  +
                • Bug 632346: Fixed test failures in dbi
                • +
                • Bugs 632346 & 632166: Fixup transaction currency scrubbing. + +Biggest problem was that almost well-formed transactions missing a currency +element wouldn't import correctly because the FindCommonCurrencies function +only used the old currency values, ignoring the commodity values in the +splits' accounts. A new function, xaccFindCommonCurrencies(), looks at those +first and then calls xaccFindOldCommonCurrencies only if it fails. That +addresses the cause of the import failure reported in 632166 and a big chunk +of the warning messages complained about in 632346. + +A secondary problem, also addressed in this change, was that the last block +in xaccTransScrubCurrencyFromSplits always replaced the "amount" with the +"value". This is the right thing to do if the commodity for the split account +is a currency, but if it isn't, the replacement should be reversed. + +
                • +
                • Bug 629238: Part 2: Extend locking table to SQLite3.
                • +
                • Bug 629238: Part 1: Create a lock table for postgresql and mysql backends.
                • +
                • Bug 627831: Implements recursion into storing and retrieving nested slot frames and lists.
                • +
                • Bug #630770 - Crash when connection lost using db
                • +
                • Bug #629524: Fix redundant string.
                • +
                • Bug 611077: Removed warnings, webkit handles jumps to anchors internally
                • +
                • Bug #502853 - Incorrent tax rounding in invoice (rounding of .5) + +This patch changes the default rounding behaviour in GnuCash from +"Round to nearest even" to "Round away to infinity". See the bugreport +for more details on these different rounding methods.
                • +
                • Bug #593479 - Account file being deleted because of erroneous checking for lock file. + +Replaces the pointer arithmetics with string functions and regexes where possible +to avoid typical pointer pitfalls.
                • +
                • Bug 3786338. Change r19243 deleted a call to xaccTransBeginEdit which causes a crash replaying a log that +deletes an existing transaction. Log replay should now do exactly one xaccTransBeginEdit/xaccTransCommitEdit +call per logged transaction.
                • +
                • Bug 632166: Restore the old session if "save as" fails. + +Save as would make a new session the "current session" and attempt to +save it. If it failed, the new session (with an invalid database) +would remain the current session -- and would be marked clean. An +XML-only file-save-as dialog would be presented with no instructions +about what was going on. + +With this change, if the "save as" fails, the old session is restored, +still marked unsaved. This should be much less confusing to users and +more likely to avoid data loss. + +Yes, there's some duplicated code now, because do_save_as doesn't call +save. That's because save did some extra things that do_save_as +doesn't need and it didn't allow do_save_as to properly correct the +session. This could be refactored into some tiny functions, but that +seems a bit excessive to me. + +
                • +
                • Bug 632166: gnc_backend_sql_sync_all: Commit only if all operations were successful; otherwise roll back.
                • +
                • Bug 632166: A Better fix that doesn't break string freeze or introduce a Gtk GUI dependency into the backend.
                • +
                • Bug 632166: Notify user when something goes wrong with a transaction save.
                • +
                • Bug 611077: Warn instead of assert about gtk_html_jump_to_anchor not being implemented in webkit. Note, however, that Webkit seems to take care of this on its own, so even the warning may be unnecessary.
                • +
                • Fix #630286 - Please add handling code for GDate kvp values in SQL, too + +If slots table does not include gdate field, it will be added and all current slots will have a NULL value. + +Tested on sqlite3 and mysql. Tested using the example gnucash file referenced from the bug report. When saved from XML -> sqlite3 -> XML, some timestamps changed their timezone because of a change of timezone (I'm in North America). I guess this is OK. +
                • +
                • Bug #631058: Add future date period choices to be available in the date options + +Patch by Chris Leach: + +This patch provides date utilities to calculate future dates. This +allows easy selection of common future periods. + +cstim adds: This patch adds new strings, but they are not used anywhere so +far, i.e. they will not be user-visible. Hence, I agree those scheme functions +may be useful for external report writers and for this reason they are +already added. + +Note: The original submission would have added those options to the standard +relative-date chooser report option, but I (cstim) do not support adding those +extra option for all reports as standard setting. Hence, the usage of this +additional choices has to be added by the report writer explicitly.
                • +
                • Bug #593479: Ensure not to accidentally delete our main account file. + +Original patch by Tim Retout who writes: + +strptime is passed (name + pathlen + 1) as the string to search. However, when +looking at the main account file, strlen(name) == pathlen, so strptime is +looking at the point just past the end of name. + +Sometimes this will be parseable by strptime, and this leads to the account +file being unlinked.
                • +
                • Bug #554396: Implement a partial TXF output for capital gains
                • +
                • Bug #620663: Fix French spelling mistake in preferences window
                • +
                • Bug #629641: Fixes WARN messages. + +Bug in gncIDSearch.c causes "WARN <qof.class> [qof_class_get_parameter()] no +object of type string" to be emitted to error log. + +Currently only affects Python bindings; InvoiceLookupByID(ID_STRING).
                • +
                • Bug #118391: Put isocodes in README.dependencies to inform packet maintainers + +Additional changes in that file: +1. Link to more up to date http://wiki.gnucash.org/wiki/Dependencies +2. Introduce Structure: +required, alternatives, optional, at runtime suggested +3. Add webkit
                • +
                • Bug #628960 - Column width unchanged after shortening translation string
                • +
                • Bug #628865 - Error dialog displays password to MySql database when fails to connect
                • +
                • Fix bug 573702. When reading an old data file that doesn't have a template root +account for scheduled transactions invent one.
                • +
                • Bug #137017: Save the transaction date as a GDate directly, additionally. + +This way, the date that was entered by the user is now at least saved +in the kvp and can later be retrieved in case we really fix the +timezone dependence of our txn's dates.
                • +
                • Bug #370331: Store the numeric values of SX in their kvp as well, if possible. + +For SX whose values do not depend on any variables, we now store +the numeric value as well. This way, we get rid of locale-dependent +parsing errors due to changing decimal separators in changing +locales - at least for SX which do not use variables.
                • +
                • Bug #616697 - string "Payment rec'd..." should be more cleared.
                • +
                • Bug #626681 - date fields missing in GUI, lost in change from 2.2.9 to 2.3.14
                • +
                • Bug #588414 - Got "Entry Point Not Found" errors starting GnuCash, but ran OK +The problem is caused by leftover files from a previous install. +The solution is to uninstall GnuCash before installing a new version in such cases. +This commit adds a compatibility test and uninstall step to the windows installer +that will automatically uninstall the previous gnucash release if it is considered +'incompatible' with the one to be installed. The user will be warned of this, so +he can decide to cancel the installation if he doesn't like the idea of uninstalling +his working GnuCash installation. +Currently, versions are considered 'incompatible' if their major or minor version +components are different, so 2.3.x is incompatible with 2.2.x and will trigger +an uninstall. Likewise, a 2.4.x install is incompatible with a 2.3.x and will +trigger an uninstall. This is a nice way to remove all testing 'cruft' from the +system once the new release comes out. +Note that in the future installing 2.3.16+ over 2.4.x will also trigger the uninstall, which is +a good thing IMO. An older release can't know about changes made in a newer one, +so it's safer to first uninstall the newer one to avoid leftover files.
                • +
                • Bug #504954 - Wrong calculation of TAX
                • +
                • [Bug 560052] Force use of internal strptime to work around bug in the Leopard libc.
                • +
                • Bug #627325 - Update Subversion URL, patch by Yasuaki Taniguchi
                • +
                • Bug #625193: Move newly introduced search-by-id functions into src/engine. + +Patch by Mike Evans.
                • +
                • update po/de.po after r19435 msgmerge + +1. 2 dirty and 2 new strings +2. partial spell verification + entity -> Entität + small typos
                • +
                + + + + + + +
              • Updated translations or translation-related changes
              • +
                  +
                • Updated Latvian translation by Valdis VÄ«toliņš.
                • +
                • Updated British English translation by Mike Evans.
                • +
                • Updated Bulgarian glossary by Rosi Dimova.
                • +
                • Updated Bulgarian translation by Rosi Dimova.
                • +
                • Updated Latvian translation by Valdis VÄ«toliņš.
                • +
                • Minor update of German translation. + +"xy anlegen" -> "Neue xy" +bill -> "Lieferantenrechnung" to distinguish from invoice -> "Rechnung".
                • +
                • Updated Turkish translation by Seyfi Duyan.
                • +
                • Minor update of German translation. + +Kontenbaum (urgh) -> Kontenplan +Kontenrahmen -> Kontenplan
                • +
                • Minor update of German translation
                • +
                • Updated Turkish translation by Seyfi Duyan
                • +
                • Updated Dutch translation, copied from the Translation Project.
                • +
                • Update German translation.
                • +
                • Updated Italian translation.
                • +
                • Updated Italian translation.po/it.po
                • +
                • Updated Dutch translation copied from translation project
                • +
                • Fix 2 nonfatal syntax errors in german SKR49 + +1 missing Namespace +1 forgotten replacing of the last closing tag + +This is now also updated in http://wiki.gnucash.org/wiki/AccountHierarchyTemplate
                • +
                • Fix erroneous translation of strings with context prefix. The msgstr must not contain the prefix anymore. + +http://lists.gnucash.org/pipermail/gnucash-devel/2010-September/029481.html
                • +
                • Minor update of German translation
                • +
                • Updated Polish translations by RadzisÅ‚aw Galler.
                • +
                • Updated Polish translations by RadzisÅ‚aw Galler.
                • +
                • Updates for German account templates, by Frank H. Ellenberger. + +He writes: +Im beiliegenden Patch habe ich ziemlich mechanisch (grep, recode, sed) die +folgenden Anpassungen vorgenommen: +* encoding="ISO-8859-1" -> utf-8 +* <cmdty:id>USD -> EUR, respektive CHF +** dies betraf auch de_DE/*[brokerage|full]* +*: interessanterweise wandelt der Druide die aber anscheinend in die default +currency um. +* Passiva -> Fremdkapital
                • +
                • Updated Japanese translation, copied from TP.
                • +
                • Fix disambiguation prefix translation errors, by Valdis VÄ«toliņš
                • +
                • Updated Italian translation.
                • +
                • I18n: Add German translation for new installer texts. + +Suggested by Frank H. Ellenberger and edited by myself.
                • +
                • Update German translation.
                • +
                • Merge most recent pot template into all language po files.
                • +
                • Updated Japanese translation for win32 installer wizard by Yasuaki Taniguchi.
                • +
                • Added Japanese translation for win32 installer wizard by Yasuaki Taniguchi.
                • +
                • Updated Latvian translation for win32 installer wizard by Valdis VÄ«toliņš.
                • +
                • Updated Latvian translation for the Windows installer, patch by Valdis VÄ«toliņš
                • +
                • Updated Italian translation for win32 installer wizard.
                • +
                • Updated Japanese translation, copied from the Translation Project.
                • +
                • Updates for Latvian po file, patch by Valdis VÄ«toliņš.
                • +
                • Translatable string fixes by Yasuaki Taniguchi + +One is on the price editor. Namespace: is not marked translatable. + +Another is about a tip for account editor window. The label +"Edit->Income tax Options" was +changed to "Edit->Tax Report Options" but an old msgid remains on tip. + +The last is on the Tax Table. The label "_Edit" is not marked +translatable but it should be.
                • +
                • Replace misleading "Passiva" in accounts/de_DE/* by "Fremdkapital" with description "alle Verbindlichkeiten" + +Patch by Frank H. Ellenberger.
                • +
                • Remove file locations from de.po file by running + + msgcat --no-location de.po > tmp ; mv tmp de.po + +This way, the text diff of translation updates suddenly becomes readable.
                • +
                • Fixed a string not translatable.
                • +
                • I18n: Replace untranslatable sub-strings by the correct full strings. + +The implementation is a hacky workaround, but at least better than +having weird translations as in the current state. Note: Even +though new strings are introduced, they are not yet used in order +not to break the string freeze here. The new strings need to +be activated once the 2.4.0 string freeze is lifted.
                • +
                • Updated Dutch translation, copied from the Translation Project.
                • +
                • Updated Latvian translation of business account chart by Valdis VÄ«toliņš.
                • +
                • Updated Latvian translation by Valdis VÄ«toliņš.
                • +
                • correct syntax error in po/glossary/de.po + +" must be quoted in strings.
                • +
                + + + + + + +
              • Other user-visible changes
              • +
                  +
                • Fix error in dense-cal widget where the last occurrence of a SX wasn't displayed.
                • +
                • Really fix error in sx_get_num_occur for SX which are limited by num_occur. + +Follow-up to r19757 which was incomplete. Hopefully I now really got everything.
                • +
                • Fix error in sx_get_num_occur for SX which are limited by num_occur. + +The last occurrence wasn't counted because it was still valid +but turned num_occur_rem to zero, hence the counting stopped one too early.
                • +
                • Revised handling of obsolete security elements, made log messages better. + +Accounts with security elements would only use the security to update the +commodity if there wasn't a commodity; however, the files in the tests had +accounts which had a security and a commodity, where the commodity was a +currency. That's wrong. so now if the commodity is a currency, the security +will overwrite it. + +Added the account name and element name to the log message to assist in +troubleshooting, should that be needed. + +
                • +
                • Preferences window improvements: +* Accounting Period: reorder options so the dates are on top +* Business: reorder options to clarify which options are general and which apply to invoices or bills only +* Business: remove obscure "Number of lines" option +* Register defaults: remove obscure "Number of lines" option +* General: remove "Show splash screen" option + +While removing the "Number of lines" options, I have also removed most of the code that used this option. The number of lines was used to calculate the default window size in various places in the code. The code now simply uses sensible defaults for that.
                • +
                • Suspend GUI refresh while replaying a log file to avoid flicker and speed it up dramatically.
                • +
                • File dialog - make enter activate the default action for mysql/pgsql selection. +This was already the case in the standard file selector. This change makes the +two selection methods more consistent.
                • +
                + + + + + +
              • Other code/build changes
              • +
                  +
                • Add 'test-dbi-business' to svn:ignore
                • +
                • Add test-dbi-business-stuff.h to EXTRA_DIST so "make distcheck" passes
                • +
                • Fix the errors, reduce the noise when testing the dbi backend + +* Check for a null gdate before attempting to make it a string. Fixes a bunch + of CRIT errors. + +* Comment out the log debug setting in dbi. It's stable enough that it + shouldn't be needed routinely. It can, of course, be enabled from the command + line. + +* Add a notice to ignore the warnings about there being no lock on the + database when session 3 is closed. Session 3 has to be run with ignore + locking or it won't run at all. + +
                • +
                • Fix business-core tests so that all pass
                • +
                • Updated tests matching the xml backend as of 2011-11-02
                • +
                • Updated test files complying with the xml schema as of 2011-11-02
                • +
                • Minor fixups to dbi backend: + +* dbi_conn_error_flag is deprecated, replace with dbi_conn_error + (Thanks, Christian). + +* Switch from OS-determined HOST_NAME_MAX to locally defined + GNC_HOSTNAME_MAX so that the field is always 255 regardless of what + OS creates it. + +* Use G_OS_WIN32 instead of naked WIN32 +
                • +
                • Win32 build: Update ktoblzcheck version number.
                • +
                • Some whitespace cleanups
                • +
                • Fix gtk warnings when erroneously setting the fixed-width property to zero.
                • +
                • INFO message to trace log if a table is automatically upgraded to newer version.
                • +
                • Update POTFILES.in with recent file addition.
                • +
                • Fix minor typo in error message.
                • +
                • Remove gnc_book_mark_saved from gnc_sql_save_book. It's a bit premature to mark the book as saved when we haven't yet saved its contents.
                • +
                • qoflog.h: No such macro as G_LOG_LEVEL_FATAL
                • +
                • Fix include files. Include files now only include other include files if symbols from the other files are needed by this one.
                • +
                • Remove lbgncmod-backend-xml as an additional library in business/business-core/test/Makefile.am. libgncmod-backend-xml.so is a loadable module, not a shared library, and it shouldn't be dynamically linked. While this will do no harm on Linux, it fails on OSX/Darwin.
                • +
                • Fix misplaced quote in backend/dbi/test/Makefile.am, broke dbi testing.
                • +
                • Rename old gnc_book_get_commodity_table into the newer gnc_commodity_table_get_table.
                • +
                • Spelling fixes in comments.
                • +
                • Replace all occurrences of the old gnc_book_get_pricedb with the newer gnc_pricedb_get_db
                • +
                • Partly revert r19550, "Bug #370331: Store the numeric values of SX..." + +This caused the numbers in the "SX from txn" to appear as "220/100" ratios, +which we do not want.
                • +
                • Rework two nearly identical fuctions into a common function with parameters. +Keep the old function names as convenience wrappers around the new function.
                • +
                • Remove obsolete example files: also remove them from the makefile.
                • +
                • Remove incompatible example files (X-Account) and update the README file
                • +
                • Commit missed file for gnc-fq-* location fix.
                • +
                • Make qof_query_run_subquery() available to scheme as well, and also the gnc_numeric options. + +Needed to remove an unimplemented function from <gnc-numeric.h> +header.
                • +
                • Replace some renamed functions by their real new names, removing the annoying #defines.
                • +
                • Make sure the right gnc-fq-* scripts are used. + +With the original configuration, whatever script was found first on the path was used. +When testing development versions, this caused the also installed stable version to +be used as it happened to appear first on the path.
                • +
                • Separate load paths for shared libraries and gnucash loadable modules. +The former should be found on (DY)LD_LIBRARY_PATH, the latter on +GNC_MODULE_PATH. These paths shouldn't overlap as that needlessly +confuses things.
                • +
                • Make the INVOICE-BILLTO query predicate available to scheme also.
                • +
                • Fix erroneous extra package that I forgot to remove in r19641. + +It doesn't have to be reverted because libjpeg-7 shouldn't be needed +with a clean webkit rebuild anyway.
                • +
                • Revert r19576, r19590, r19593, r19601: "Update gtk versions..." + +It's been 3 weeks without a working windows build. Apparently this +has to wait until we have an updated webkit again. Revert this back once +we have a working webkit with gtk-2.20.
                • +
                • Fix typos in comments.
                • +
                • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                • +
                • Add wrapper for obtaining a list of business objects as list of owners, and add SWIG wrappers so that scheme can use it.
                • +
                • Add a function gncBusinessGetList() that existed previously until r6680 so that a list of all customers can be obtained.
                • +
                • Decrease number of test iterations in old engine tests - they take just way too long otherwise. + +Also, nobody can actually give any reason as for why a higher number +of iterations would really cover more of our test cases. My suspicion +is that 2-3 iterations would be sufficient anyway, and only more +clever test case construction would give a larger test coverage.
                • +
                • Add word wrapping to very long label in dialog-tax-info
                • +
                • Corrected a problem with c-format attribute.
                • +
                • Remove leading character N from tax code, but only if it is there, and remove leading blank character when no tax code.
                • +
                • Add kvp_frame_set_gdate() function
                • +
                • Win32 build: Temporarily disable the english (C) help compiling because it crashes the hhc.exe compiler.
                • +
                • Fix use of accelerator for a string.
                • +
                • Fix use of accelerators for some strings.
                • +
                • Win32 build: Needs libjpeg-7 in dist as well.
                • +
                • Win32 build: The existing webkit binary needs libjpeg-7, so we install that one, too.
                • +
                • Enclose book kvp manipulation in begin/commit_edit in aqbanking plugin.
                • +
                • Win32 build: Is running again. Some debug output of r19595 can be removed again.
                • +
                • Win32 build: Fix libxslt installation. Improve its calling arguments. Download inno before processing the docs (if the latter fails, we at least have inno).
                • +
                • Fix typo in osx_accel_map, caused error in Accounts page Actions>Transfer accelerator
                • +
                • Win32 build: Switch back gettext to 0.17 because 0.18 require libc++ which we don't want to have.
                • +
                • Win32 build: xsltproc needs its suitable iconv and zlib, so install it there.
                • +
                • Win32 build: Fix typo
                • +
                • Win32: Fix missing gettext-tools (is packaged in gettext-tools-dev)
                • +
                • Fix addition of gnc_numeric that was wrong in r19511.
                • +
                • Revert to previous version for erroneous commit.
                • +
                • add "isocodes" to reset directory
                • +
                • Win32: Fix function attributes when using gwenhywfar-4.
                • +
                • Win32 build: Remove installation directory before installing the new version. Require exact gwen/aqbanking version.
                • +
                • Win32: Try to fix the nightly build errors. (Directory went away?)
                • +
                • Win32: Fix checking for goffice installation
                • +
                • Win32 build: Update gtk to 2.20; let pkg-config check for the versions, hence triggering the update automatically.
                • +
                • Win32 build: Add version number checks for gtk and gconf so that updating them should work more easily.
                • +
                • Win32 build: Remove commented-out gtkhtml references.
                • +
                • Win32 build: Set gwen/aqbanking version numbers in defaults.sh.
                • +
                • Revert r19475. That revision fixed one rounding error, but introduced another one.
                • +
                • Add missing header, issue detected via failing make distcheck
                • +
                • Fix invalid po file header
                • +
                • Eliminate *-vicinity functions from e-guile reports.
                • +
                • Fix typo in comment
                • +
                • Add some disabled testing code that uses the stock gwenhywfar-gtk2 gui for online banking.
                • +
                • De-activate aqbanking5 by default again because it requires gtk-2.18 or higher, which we don't have. Sigh.
                • +
                • Fix Stock Split Druid.
                • +
                • Add getter function for the date in a datecell as a GDate.
                • +
                • Win32: Add gtk's cflags to gwenhywfar configure.
                • +
                • Relax configure test for svnversion of BUILDING_FROM_SVN was set beforehand. Helpful when building from git.
                • +
                • Fix counting of occurrence number w.r.t. the first valid date in the SX state.
                • +
                • Clarify Derek's code to be licensed "GPL v2 or later" as he has confirmed in private email. + +All of his other code has been licensed this way all along anyway. + +After this change, all source code files are licensed under both +GPL version 2 and GPL version 3, which gives us enough flexibility in case any +requirements might switch to GPL v3-only. But currently we are for sure both.
                • +
                • Spelling fixes in comments
                • +
                • Win32: Add gtk include path to gwenhywfar configure.
                • +
                • Win32: Add pkg-config version check for aqbanking so that the new version is installed without removing the old one manually.
                • + + + + + + + + +
                • Updated accounts chart by Seyfi Duyan.
                • +
                • Win32: Update aqbanking packages. Enable building with aqbanking5. + +In r19532 I accidentally already removed the Qt DLLs from the installer. Of +course those can only be removed if indeed aqbanking5 is used, otherwise +they must still be in the installer.
                • +
                • Add newly introduced gconf parameter in the default schema.
                • +
                • some bitrot in python bindings examples/tests, patch by Daniele Varrazzo
                • +
                • Remove aqbanking2 from windows build scripts. Add optional aqbanking5 instead, which works without QT.
                • +
                • Add scheme wrapper for SX cashflow calculation, including a typemap for the resulting GHashTable.
                • +
                • Add scheme/swig typemap for GDate.
                • +
                • Spelling correction in comment.
                • +
                • Consolidate accelerator map loading for OSX with the others. Accelerator maps can't be modified interactively in OSX so there's no point to reloading the saved map.
                • +
                • GnuCash on Windows is built with webkit, no need to install gtkhtml
                • +
                • Cleanup whitespace
                • +
                • Add vendor search to python bindings and refactors files gncIDSearch.c/h with vendor search. +Patch by Mike Evans.
                • +
                • Remove obsolete file from distribution list
                • +
                • Make GnuCash more runtime relocatable by using dynamic paths in the environment file.
                • +
                • Restored changes of r19477 inadvertently reverted in r19515
                • +
                • Relicense code to GNU GPL v2 or later.
                • +
                • Update binreloc to use the free functions for bundle id and resource path
                • +
                • Windows build: strip the .la files in their new location
                • +
                • Windows version: +* reduce footprint by not packaging unused files +* move gnc-mod required files to bin +* remove libdir from the PATH
                • +
                • Windows version: remove obsolete and duplicate parameters from the environment file
                • +
                • Implement the evaluation of SX cashflow.
                • +
                • More const correctness and refactoring in gnc-sx-instance-model.c.
                • +
                • Remove GNC_STANDARD_REPORTS_DIR from gnucash launcher as well.
                • +
                • Update man page following the recent removal of command line options.
                • +
                • Update license after Josh Sled's relicensing of his code under GPL v2 and/or v3. + +He wrote to gnucash-devel on 2010-08-28: + +Much of the last batch code I contributed to gnucash was licensed +without the "or any later version" clause of the GPL boilerplate, and +thus specifically and only under version 2 of the GPL. + +I hereby extend that to version 2 and/or version 3. + +Any contribution I've made to gnucash which was under the GPLv2 only may +be considered to be under both v2 and v3.
                • +
                • I18n: Fix last remaining user-visible mention of the abbreviation "SX". + +This should have never appeared in a user message. However, in order +not to make this single string untranslated, we add the correct form +but don't use it yet so that it can be translated, and we will be +using it once 2.4.0 is out and the string freeze lifted.
                • +
                • Calculate standard-reports dir internally instead of reading it from the environment. +This is a step to make gnucash more run-time relocatable.
                • +
                • Readd LD_LIBRARY_PATH to environment to make sure Guile loads the proper shared libraries +when multiple installations of GnuCash exist (like stable and devel version on one system).
                • +
                • Remove the config-path and share-path command line options. +The values set on the command line were never used.
                • +
                • Some more uses of PACKAGE_NAME instead of "GnuCash"
                • +
                • Fix some obsolete uses of gnucash-bin.
                • +
                • Refactoring: replace all GNC_RND_* and GNC_DENOM_* occurences with their GNC_HOW_RND_* and GNC_HOW_DENOM_* equivalents +And then remove the deprecated definitions.
                • +
                • Add functions to calculate the cash-flow numbers that will be generated by a Scheduled Transaction. Unfinished, though.
                • +
                • Add aqbanking5 extensions of GWEN_GUI object. + +We need to locally store a reference to that particular GWEN_GUI +object that was used in Extend because we have more than one such +object in use inside gnucash (currently). If accidentally the wrong +one would be used in Unextend, a crash occurs.
                • +
                • Fix erroneous place of "Bildung" account in hierarchy: Was moved to top-level due to double parent tag.
                • +
                • Add new function gnc_sx_get_num_occur_daterange and unittests for this in test-sx.c.
                • +
                • And more const-correctnes in SchedXaction.h
                • +
                • Make sx-instance-model more const-correct. Improve documentation. + +Fix minor memory leak in gnc_sx_get_current_instances(void) - was not +free'ing the GDate of now.
                • +
                • Impove const-correctness of SchedXaction.h functions; improve documentation. + +Also, replace "void *" by pointers to the actual type.
                • +
                • Unify label with src/gnome/gnc-plugin-page-register.c:379.
                • +
                • Move business-reports to the reports module.
                • +
                • Automatically map pre-2.3.15 report option names to their new 2.3.15 equivalents. + +This will ensure that users won't lose the settings they stored in saved reports +and open report windows when switching from 2.2.x to 2.4. + +Note that this only works in one direction, from 2.2.x to 2.4. If a user switches +back to 2.2.x, the open report windows will lose many settings, almost resetting +them to their default state. Saved reports won't have this problem as they are +copied to a new file during the migration. + +In detail: +For open reports: +pre-2.3.15 -> 2.3.15+ : options for open reports will be migrated +2.3.15+ -> pre-2.3.15 : options for open reports will be migrated + +For saved reports: +2.2.x -> 2.3.15+ : all options will be migrated, if saved-reports-2.4 + does not yet exist +pre-2.3.15 -> 2.3.15+ : options for saved reports won't be migrated but reports + continue to work. It would be best to save the reports again, + but my scheme-fu is not good enough to let the code do that + automatically. Alternatively users should remove the file + saved-reports-2.4 to recreate it on the next run, based on + saved-reports-2.0. +2.3.15+ -> 2.2.x : options are unaffected, sine 2.2.x and 2.15 use different + saved reports files +2.3.15+ -> pre-2.3.15 : reports saved in 2.3.15 will lose their options, older reports + are unaffected. But returning to 2.3.15+, the options will + continue to work.
                • +
                • Aqbanking: Enable gwengui-gtk2 implementation and fix setup wizard. + +Setup wizard was missing OnlineInit/OnlineFini calls around it; with +them and the newest gwenhywfar, the setup wizard is now working again +in a gtk2 implementation.
                • +
                • Add lookup of linker flags of libgwenhyfar-gui-gtk2. + +It is still disabled until more testing has been done, though.
                • +
                • Add instantiation of gwengui-gtk2 object in gnucash, which enables the setup wizard again, but it doesn't fully work yet. + +In particular, a quick test runs into significant UI work which is +still needed, and also occasional crashes might occur. Hence, the +gwengui-gtk2 parts have to be enabled manually by un-commenting +USING_GWENHYWFAR_GTK2_GUI.
                • +
                • Minor simplification of aqbanking version number check.
                • +
                • Check for upgrading an older aqbanking configuration to its current version. + +This way, an older configuration is now updated automatically. + +Patch by Bill Nottingham, confirmed by Martin Preuss, adapted to aqbanking5 by myself.
                • +
                + +
              + + + + + + + +

              Caveats for Testers

              +

              Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

              +

              The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

              + +

              How can you help?

              +

              Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

              +

              Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

              +

              +

              We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

              + +

              Getting GnuCash

              +

              Source code for GnuCash 2.3.16 can be downloaded from multiple locations: +

                +
              • The GnuCash website
              • +
              • Sourceforge: bzip2, gzip, all files.
              • +
              • You can also checkout the sources directly from the subversion repository with this command:

                svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
              • +

              + +

              To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

              + +

              Win32 binary

              +

              The Gnucash 2.3.16 Win32 setup executable can be downloaded from Sourceforge as well. + +

              About the Program

              +

              GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

              From dffadc29f028f3ac058858b110558893a74886ec Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 8 Nov 2010 05:04:30 +0000 Subject: [PATCH 258/344] Updated latest_unstable for 2.3.16 release git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19778 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/externals/global_params.php b/externals/global_params.php index 0b990dcd..4dae5ecf 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -7,10 +7,10 @@ $latest_stable_mac_ppc = $latest_stable.".4"; $latest_stable_mac_intel = $latest_stable.".5"; - $latest_unstable = "2.3.15"; + $latest_unstable = "2.3.16"; $latest_unstable_win = $latest_unstable; - $latest_unstable_mac_ppc = $latest_unstable.".3"; - $latest_unstable_mac_intel = $latest_unstable.".3"; + $latest_unstable_mac_ppc = $latest_unstable; + $latest_unstable_mac_intel = $latest_unstable; // The definitions below use the latest version definitions above // to define several paths that will be used on several pages From 3f85ec2b9e2c3f9d7eeb7b2a206c1404774b8a37 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 8 Nov 2010 08:49:34 +0000 Subject: [PATCH 259/344] Fix small typo in 2.3.16 release notes git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19779 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/101107-2.3.16.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/101107-2.3.16.news b/news/101107-2.3.16.news index d7895939..e02d2c16 100644 --- a/news/101107-2.3.16.news +++ b/news/101107-2.3.16.news @@ -3,7 +3,7 @@

              GnuCash 2.3.16 (RC1) released

              -

              The GnuCash development team proudly announces GnuCash 2.3.17, the seventeenth of several 2.3.x releases of the GnuCash Free Accounting Software and first release candidate for the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

              +

              The GnuCash development team proudly announces GnuCash 2.3.16, the seventeenth of several 2.3.x releases of the GnuCash Free Accounting Software and first release candidate for the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

              WARNING: This is a release candidate version of Gnucash.

              From 1bfe19ffbf9c754534cf29f5cb79b28f9d7b470a Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 07:22:08 +0000 Subject: [PATCH 260/344] Added Italian translation of news for 2.3.15 and 2.3.16 release. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19787 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/100820-2.3.15.news | 444 +++++++++++++++++++++++++ news/it/101107-2.3.16.news | 649 +++++++++++++++++++++++++++++++++++++ 2 files changed, 1093 insertions(+) create mode 100755 news/it/100820-2.3.15.news create mode 100755 news/it/101107-2.3.16.news diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news new file mode 100755 index 00000000..457f52a2 --- /dev/null +++ b/news/it/100820-2.3.15.news @@ -0,0 +1,444 @@ +Annuncio: rilascio di GnuCash 2.3.15 (instabile) +20-08-2010 + +

              Rilasciato GnuCash 2.3.15 (instabile)

              + +

              Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.3.15, il quindicesimo di diversi rilasci 2.3.x instabili del programma di contabilità gratuito GnuCash in attesa della versione stabile 2.4.0. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

              + +
              +

              ATTENZIONE: Questa è una versione *INSTABILE* di Gnucash.

              +

              Questa versione è dedicata agli sviluppatori e agli utenti che intendo contribuire alla ricerca di tutti i problemi ancora presenti.

              +

              Si consiglia di effettuare delle copie di sicurezza di tutti i file utilizzati nelle versioni instabili della serie 2.3.x di GnuCash. Anche se gli sviluppatori hanno cercato di impedire in ogni modo la perdita di dati, non è possibile garantire che in caso di crash di GnuCash in queste versioni, i dati non vengano corrotti.

              +
              + +
              +

              ATTENZIONE: prima da installare la versione 2.3.15 di GnuCash sul proprio computer si dovrebbe disinstallare qualsiasi versione precedente del programma.

              +

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              +
              + +
              +

              NOTA: L'ultima versione stabile è la 2.2.9.

              +
              + +

              SI CONSIGLIA DI TESTARE, TESTARE, TESTARE E ANCORA TESTARE qualsiasi e tutte le funzioni importanti. +E poi segnalare qualsiasi problema riscontrato su bugzilla

              +

              I principali cambiamenti nel rilascio 2.3.x comprendono: +

                +
              • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
              • +
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--enable-webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.5-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • +
              • Aggiornamento a AqBanking 3 su Win32.
              • +
              + +

              Le stringhe di testo sono congelate. Ciò significa che non verranno applicati dei cambiamenti che potrebbero introdurre una qualsiasi modifica del testo visualizzato da GnuCash. Quindi, le traduzioni finali per la versione 2.4.0 possono partire.

              + +

              I cambiamenti tra le versioni 2.3.14 e 2.3.15 comprendono: + +

                +
              • Bug corretti
              • +
                  +
                • Bug #626459: Change Transaction Report default account selection to none + +I think in the specific case of the +"Transaction Report" this is the better choice. The error message +will be clear enough ("No accounts selected. Click here to Edit report +options"), and it will probably meet the user expectation that some account +needs to be selected anyway before something can be seen.
                • +
                • Bug #625193: Added 'search by ID' in python binding for invoices, customers and bills. + +Patch di Mike E and Mark Jenkins: + +When creating or appending to invoices, customers and bills, searching by ID is +likely more useful than by GUID. I've added this functionality to the Python +bindings. + +Search by ID using the python code: +tmp = gnucash.gnucash_core_c.search_invoice_on_id(ID,book.instance) +if tmp: + invoice = gnucash.gnucash_business.Invoice(instance=tmp) + +Use the invoice object as in sample_scripts/simple_invoice_insert.py + +I support this patch, but I've made a few improvments of my own. + +I switched up the arguments in search_customer_on_id, search_invoice_on_id, +search_bill_on_id to have Book first and ID second. The reason for this was to +make these functions more consistent with the other functions where a search is +done through a book on a particular attribute. + +Also added some specific python bindings support to allow this to be used as +methods of Book: Book.CustomerLookupByID, Book.InvoiceLookupByID, +Book.BillLoookupByID.
                • +
                • Bug #624721: Show backtrace for errors in eguile templates + +Patch di Matthijs Kooijman: + +The current eguile template implementation catches errors that occur while +evaluating an eguile template. However, only the error is shown, not a +backtrace (so no location of the error either). + +The attached patch modifies the error handling to also capture the stack +backtrace, using a lazy exception handler (e.g., capture the stack before +unwinding the stack to the real exception handler). + +To extract only the relevant part of the stack (e.g., the part inside the +eguile template, not the tens of stack frames leading up to the report +rendering), a stack dump is made just before evaluating the eguile template (so +a sort of "diff" can be made). + +For more details, see the extensive comments in the patch itself.
                • +
                • Bug #616613: Automatically append the extension if user forgot append them. + +Patch di "Bob": + +The enclosed patch simply tests for a period in the file name, +if one exists it leaves it alone, +if not, it adds one plus a default extension.
                • +
                • Bug #626403: Fix inconsistent formatting between stylesheets (Webkit vs. gtkhtml) + +Patch di Alex Aycinena: + +The 'default' stylesheet formats the balance sheet, cash flow, income statement +and transaction reports properly under webkit but not under gtkhtml. + +The 'easy', 'footer', and 'technicolor' stylesheets are the reverse; that is, +they format the balance sheet, cash flow, income statement and transaction +reports properly under gtkhtml but not under webkit, except that the 'footer' +stylesheet also has some formatting problems with gtkhtml as well. + +The attached patch file corrects these problems. Specifically: + +- styles that are missing in the 'footer' stylesheet (compared to 'easy') are +added + +- the function 'gnc-html-engine-supports-css' is used in the 'default', 'easy', +'footer' and 'technicolor' stylesheets to provide styles for either webkit or +gtkhtml + +- the taxtxf.scm report file is simplified to take advantage of these changes
                • +
                • Bug #625697: Prior patch, Changeset 19376, broke reports for non-default stylesheets + +Patch di Frank Ellenberger +
                • +
                • Bug 623801 - gnucash file is not saved
                • +
                • Bug 625845 - Exporting Accounts results in 0 byte file.
                • +
                • Bug 625977 - Python Bindings, enhanced examples showing the use of Transaction.BeginEdit(), patch by Mark Jenkins
                • +
                • Bug 625976 - Python Bindings Patch for Transaction.GetImbalance(), patch by Mark Jenkins
                • +
                • FIx bug 596124: don't crash if someone adds a split to a capital gains transaction +created by the lot scrubber.
                • +
                • Double clicking on the balance column in a register doesn't resize the +column because there is a zero width column to the right of it. This may +fix all or part of bugs 563588, 345711, or 506261.
                • +
                • Bug 612337: Add file save to hierarchy druid when the new file druid completes. + +Patch di "Bob": I thought I would give this a try and come up with a patch to use the file save +as function after the after pressing the apply button. Not sure if it is the +best way but seems to work on my linux box and on windows without any errors. + +I have changed the text in the account.glade file to reflect the firing of the +save as and also increased the size of the window to give more room for the +'Category Description' to stop scroll bars.
                • +
                • Bug #624623 - Patch: US Tax Report for webkit and gtkhtml
                • +
                • Bug #556713 - inconsistency in report options +Use "Reset defaults" instead of "Use defaults, as suggested by Derek.
                • +
                • Bug #556713 - inconsistency in report options +Final additions to this bug.
                • +
                • Bug #621016: Print multiple checks at the same time + +The print checks operation should be able to print more than one check with a +single invocation of the "Print Check..." command. The attached patch does +this. If the active register is an account register, then the selected +transaction is printed (as before). If it is a search results register where +all the splits are from the same account, then it prints a check for each of +them. Anything else is an error. + +Patch di Mike Alexander.
                • +
                • Bug #118391: This patch add isocodes support for Windows build. + +It automatically download, +build, install and packaging the isocodes. + +Currently, the patch will not make Windows build show the locale long +currencies name. But it make the isocode available on Windows. Since the long +currencies names are already shown on Linux, I think it should not far to make +it happen on Windows too, especially the isocode will be available after this +patch.
                • +
                • Bug #620763: Fix permuted "Retained Earnings/Losses" in balsheet-eg.eguile.scm
                • +
                • Bug #620763: remove trailing whitespace from balsheet-eg*
                • +
                • Bug #556713: Fix inconsistency in report options + +The attached patch should fix the remaining outstanding issues of this bug. +Applying this patch now would break string freeze.
                • +
                • #616606 - Get default report font from top level widget + +Patch di Tao Wang
                • +
                • Bug #623844 - CRITICAL gnc.backend Error message in trace file.
                • +
                • Bug #623842 - Reseting of Color Tabs to default color wrong.
                • +
                • Bug #556713 - inconsistency in report options, partial fix +This commit aligns all occurences of "Current/Previous Year Start/End" to "Start/End of this year"
                • +
                • Bug #556713 - inconsistency in report options, partial fix +This commit aligns all occurences of "Report Accounts" and "Accounts to include" to "Accounts"
                • +
                • Bug #447339 - custom reports with similar names misbehaving
                • +
                • Bug #556713 - inconsistency in report options, partial fix +This commit aligns all occurences of "Report Currency" and variants to "Report's currency"
                • +
                • Bug #556713 - inconsistency in report options, partial fix +This commit replaces "From/To" with "Start Date/End Date" in all standard reports.
                • +
                • Bug #389841: Wrong translation of Tax Amount and update of Italian translation by Cristian Marchi
                • +
                • Bug #622953 - Enable comment for date format string again in gnucash.pot, patch by Frank H. Ellenberger.
                • +
                • Bug #622637 - The classical invoices should use the more specific strings from taxinvoice, part 2, by Frank H. Ellenberger
                • +
                • Bug #622637 - The classical invoices should use the more specific strings from taxinvoice, part 1: whitespace cleanups, patch by Frank H. Ellenberger.
                • +
                • Bug #617797 - Win32 need to downgrade to gtk-2.16 (Default theme not working under Windows), second patch adding custom themes, by Tao Wang
                • +
                • Bug #622523 - Python bindings are crash prone when linked to guile
                • +
                • Bug #622520 - gnucash business objects disapear on save, patch by Mark Jenkins
                • +
                • Bug #622271 - Category 'Gas' under 'Auto' should be translated to Petrol in en_GB and en_AU
                • +
                • Bug #617797 - Win32 need to downgrade to gtk-2.16 (Default theme not working under Windows), patch by Tao Wang
                • +
                • Bug #616606: Add gnc-get-default-report-font-family function callable from scm. + +Currently returns "Arial" but can be modified to get default GtkWindow font.
                • +
                • Bug #600574 - Would like to disable creation of log files and backup files entirely
                • +
                • Bug #621744 - Prompt for password is not hidden
                • +
                • Bug #619709 - Upgrade Inno Setup to 5.3.x to use utf-8 in .iss script, patch by Tao Wang
                • +
                • Bug #621602 - Upgrade svn on Windows building environment to 1.6.x, patch by Tao Wang.
                • +
                • Bug #378638 - log replay creates two transactions from a single logged transaction
                • +
                • Bug #615347 - Use enforced, consistent data file extension across supported platforms + +The choice has fallen on ".gnucash". This extension will be added to all filenames that don't have it already when a user chooses "Save As...". Obviously this is only done for files, not for database storage. The backup files will from now on also end in ".gnucash" instead of the previous ".xac". The code that removes old backup files scans for both extensions to ensure that backup files still available with the ".xac" extension are rotated as well.
                • +
                + +
              • Traduzioni aggiornate o modifiche relative alle traduzioni
              • +
                  +
                • Update po files with up-to-date pot template.
                • +
                • Remove unused file from both SVN and POTFILES.in.
                • +
                • de.po: correction of "Income Tax Identity" + +This term is used in the first dialog of "Ta_x Report Options".
                • +
                • Updated Italian translation by Cristian Marchi.
                • +
                • Updated Japanese translation by Yasuaki Taniguchi, copied from the Translation Project.
                • +
                • Updated Latvian translation by Valdis VÄ«toliņš.
                • +
                • New Latvian translation of the business account chart, thanks to Valdis VÄ«toliņš <valdis.vitolins@odo.lv>
                • +
                • Updated simplified Chinese translation by Tao Wang.
                • +
                • Updated Dutch translation by Mark Haanen, copied from the TP.
                • +
                • Updated German translation.
                • +
                • Add initial Bulgarian translation, by Rosi Dimova, by Bulgarian Gnome translation team.
                • +
                • Fix missing translation of buttons in invoice reminder dialog.
                • +
                • Updated Dutch translation, copied from the Translation Project
                • +
                • Update of Italian translation by Cristian Marchi
                • +
                • Merge most recent pot template into all language po files.
                • +
                • Update German translation.
                • +
                • Merge most recent translation template into de.po.
                • +
                • Update POTFILES.in after recent file move.
                • +
                • I18n improvements in invoice reports: Mark last untranslated strings for translation.
                • +
                • Update de.po after invoice review. + +There were some equivocalnesses between invoice and balance. +After using the strings from tax-invoice in the other invoice forms, +the de translations should switch back. + +Patch by Frank H. Ellenberger.
                • +
                • Improve i18n comments: Comment for gnucash.pot must appear immediately before the marked string.
                • +
                • Improve name consistency. Use "GnuCash" (or more precisely PACKAGE_NAME), wherever the name is visible to the user, and "gnucash" (or more precisely PACKAGE) everywhere else.
                • +
                • Add utf-8 prefix, so the Windows installer interprets the file properly
                • +
                • Fix Latvian language support for Windows installer (should have used lv instead of lv_LV)
                • +
                • Add Latvian translation for the Windows Installer, patch by Valdis VÄ«toliņš
                • +
                • Fix encoding issues in Windows README file and translate last sentence.
                • +
                • Add Latvian readme file for Windows
                • +
                • Update Dutch translation from the TP
                • +
                • Update Chinese (simplified) translation, from the TP
                • +
                • Set user visible application name as part of the gui initialization. +This defines which name is used in the about dialog and is used by gnome-keyring +to determine where to store passwords.
                • +
                • Add simple checkbook account chart in Dutch, by Mark Haanen.
                • +
                • Move language dependent files lv_LV to lv
                • +
                • Move language dependent files lv_LV to lv, one more change
                • +
                • Move language dependent files lv_LV to lv
                • +
                • Updated Italian translation by Cristian Marchi.
                • +
                + +
              • Altri cambiamenti visibili dall'utente
              • +
                  +
                • Allow negative tax percentages. +This allows to model some tax rules for trade between European countries.
                • +
                • Add error message if the unimplemented aqbanking setup button is pressed. + +Please see http://lists.gnucash.org/pipermail/gnucash-devel/2010-August/029188.html +and http://lists.gnucash.org/pipermail/gnucash-devel/2010-August/029189.html
                • +
                • Bug 616612 - Remember last location of File Open/Save dialog, partial solution +This commit remembers the last directory for +* Open +* Save +* Export chart of accounts +* Save Report +This only stores file based paths, not db based paths.
                • +
                • Modify the osx_accel_map to reflect the different keybinding in Gtk+-2.20
                • +
                • Fix crash when run with the --add-price-quotes parameter.
                • +
                • Follow-up of r19358: Need to use AB_SetupDialog_new instead as replacement of the previous wizard.
                • +
                • Adapt to newest (unstable) aqbanking: No external application needed anymore for user setup.
                • +
                • Re-enable colored tabs on Windows. This works fine with gtk+2.16.
                • +
                • Add averaging option (but currently deactivated) for monthly or weekly average in account piechart. + +Will be activated once we're out of string freeze in order not to have +untranslated strings show up for the user.
                • +
                • Explain proximo concept.
                • +
                + +
              • Altri cambiamenti relativi al codice e alla compilazione
              • +
                  +
                • Get library from correct directory - fixes "make check"
                • +
                • Dummy commit to test mailing list hooks.
                • +
                • Fix typo in comment.
                • +
                • Convert glade files to gtk+2.10, last batch.
                • +
                • Fix stupid compiler error. + +(Should compile first, then commit, not the other way round.)
                • +
                • Copy OpenOffice.org python macro for import of the gnucash file to here because its original download location is hard to reach.
                • +
                • Fix compiler warning
                • +
                • Fix compiler error reported by Herbert Thoma
                • +
                • Replace a gkt+2.18 function to be gtk+2.10 compatible
                • +
                • Fix gtk critical warning, patch by Bob.
                • +
                • Fix problem with "t" unbound in cond expression. Use "else" instead.
                • +
                • Add missing return value specification of lookup_by_code() in python bindings. + +Patch by Daniele Varrazzo.
                • +
                • Remove now empty business directories
                • +
                • Fix r19364: Remove last reference to removed business-backend-sql.
                • +
                • Merge the sql parsers of the business objects into the main sql module. + +Also, completely remove the business-core/sql module because it is +no longer needed. The tests of this module have been moved into +backend/dbi because they depend on sql+dbi, but not more than that.
                • +
                • Completely remove the business-core/xml module as it is no longer needed.
                • +
                • Remove the separate business xml backend from cutecash and python as well.
                • +
                • Merge the xml parsers of business objects into the main xml backend module.
                • +
                • Remove separate object initialization in engine/gncBusiness.c and move this into one common initialization function cashobjects_register in <engine/cashobjects.h>.
                • +
                • Convert glade files to Gtk+2.10: remaining business dialogs
                • +
                • Convert glade files to Gtk+2.10: business dialogs except customer/vendor/invoice
                • +
                • Convert glade files to Gtk+2.10, next batch: gnome-utils
                • +
                • Convert dialogs to Gtk+2.10 +Removed one unused dialog as well, as it contained many deprecated widgets causing trouble.
                • +
                • Remove unused dialog
                • +
                • Fix GtkSpinButton with non-zero page_size warnings.
                • +
                • Move the business object implementations from separate module into the main gnucash engine.
                • +
                • Move initialization of business objects into gncBusiness.c so that this fits to the header where the function was declared.
                • +
                • Remove header gncBusinessP.h which is unused anyway.
                • +
                • Convert glade files to glade3/gtk+2.10, next batch.
                • +
                • Remove obsolete code.
                • +
                • Some changes to align the README files with the current state of gnucash.
                • +
                • Convert glade files to gtk+2.10, next batch.
                • +
                • Convert to glade-3 target gtk+2.10
                • +
                • Fix binary test.
                • +
                • More path fixes.
                • +
                • Fix paths. On Mandriva the original code resulted in two absolute path being appended, resulting in file not found errors.
                • +
                • Python bindings, gncnumeric and accounttype constants, patch by Mark Jenkins.
                • +
                • Nice example python scripts, patch by Mark Jenkins.
                • +
                • Future default file extension is .gnucash, so +- rename example files to this extension +- replace references to the old extension where appropriate
                • +
                • Fix erroneous quotation in scheme string of last commit
                • +
                • Improve the initial report loading code so that it loads only files ending with .scm. + +This should avoid accidentally loading .scm~ backup files etc. The code +matches the filenames against the regexp "\.scm$", so the previous hand- +written comparison against "." and ".." is no longer necessary as those don't +match that regexp anyway.
                • +
                • Fix build failure introduced by r19285 on systems with guile 1.6.
                • +
                • Properly check for SWIG version 2.0.0 and later.
                • +
                • Revert part of R19263. DYLD_LIBRARY_PATH must be set on MacOSX (running under X11, not Quartz) in order for GnuCash to find its dynamic libraries.
                • +
                • Change gnucash-bin to gnucash on OS X (the other platforms had been changed already)
                • +
                • After learning the scheme case syntax, implement it correctly this time. + +Fixes r19281, r19280, r19253, r19252.
                • +
                • Add missing UTF-8 BOM
                • +
                • Some more disabling of the new deactivated option in the piechart. Forgotten in r19280, sorry for that.
                • +
                • Disable new option of piechart report even more.
                • +
                • Check properly for svn availability
                • +
                • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + +astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                • +
                • Document what to do if svn isn't found. This only applies to the scripts used to setup an automated build system
                • +
                • Cleanup use of constants
                • +
                • Finish direct binary execution on Windows and linux and cleanup bin Makefile/targets +- Windows + * binary name becomes GnuCash.exe + * gnucash.cmd is renamed to gnucash-launcer.cmd (consistent with OS X). This file is only needed to run GnuCash straight from the source installation. It is not used (or distributed) with the Windows Installer version. + * gnucash-valgrind, gnucash-gdb and the override extra's have been removed as they are meant for a UNIX like environment + +- Linux/others + * binary name becomes gnucash + * the gnucash launch script has been removed together with gnucash-gdb. They no longer add value on linux. + * gnucash-valgrind has been retained because it contains useful presets + +- OS X (Quartz) + * binary name remains gnucash-bin for now (requires synchronous changes in the externally hosted OS X build system) + * gnucash launcher script has been renamed to gnucash-launcher. This file is only needed to run GnuCash straight from the source installation. It is not used (or distributed) in the OS X bundle version. + * gnucash-gdb and gnucash-valgrind remain and can be used for debugging the source installation.
                • +
                • Undo debug modification introduced in r19100. It bypassed the Abort and was never intended to be committed.
                • +
                • Use enum value QOF_LOG_MESSAGE (newly defined in r19257) instead of the generic G_LOG_LEVEL_MESSAGE
                • +
                • OSX: Use the language list instead of the locale + +Language list is better than locale: + +* Locale is only one choice, language list gives user several chances + before defaulting to english. + +* Locale is set on the Formats page in System Preferences>Language & + Text and labelled "Region", which makes one think that it's separate + from language choices. + +* This new code looks at only the first two letters, so any time + (e.g.) German is selected as the language it will use the de_DE + localization. This will have to be elaborated if we ever get + regional language translations. + +
                • +
                • OSX: Set locale and languages from User Defaults. + +This was handled in the bundle launcher script and completely ignored +when gnucash is launched from the command line. Should offer better +performance than the scripted version, which had some odd workarounds. + +
                • +
                • Add missing enum value
                • +
                • Fix report error in piechart due to the temporary deactivation of the new option.
                • +
                • Make business sql backend initialization functions accessible when statically linking. + +Same change as what r18841 added in business-core/xml.
                • +
                • Delegate transaction log enabling/disabling to the backends. Let only the xml backend enable logging.
                • +
                • Add getter function for mapping a {year,month,day} symbol to the conversion function of a date to a fractional number.
                • +
                • Fix a comment to reflect the actual code.
                • +
                • Remove command line parameter that is ignored anyway.
                • +
                • Fix typo in commodity.glade which broke creating new commodities
                • +
                • Improve handling of unknown access methods (protocols). Avoid mangling of such urls, so that a clean error message can be displayed.
                • +
                • Disable enviroment_overide() when MAC_INTEGRATION is defined: It doesn't play well with App Bundles.
                • +
                • Don't look for dbi drivers if dbi_initialize failed.
                • +
                • Fix dbi drivers not found when --with-dbi-dbd-dir is set at configure time.
                • +
                • Default key accelerator map for OSX, using Command instead of Control
                • +
                + +
              + +

              Avviso per i tester

              +

              Una qualsiasi versione 2.3.x può andare in crash senza preavviso in qualsiasi momento durante l'utilizzo. Se si sta testando del lavoro importante in un rilascio 2.3.x e si sta utilizzando il formato di file XML per il salvataggio dei dati, assicurarsi di premere "Salva" dopo ogni importante modifica al lavoro. Se si utilizza il backend SQL, questo non è necessario dato che ogni cambiamento è salvato immediatamente nel database.

              +

              Le immagini della documentazione sono state aggiornate, ciò nonostante vari testi si riferiscono ancora alla versione 1.8.x. Tutti possono contribuire al miglioramento della documentazione; consultare http://wiki.gnucash.org/wiki/Development per le informazioni su come contribuire.

              + +

              Come contribuire?

              +

              Testando: provando il programma e ricercando i bug che possono manifestarsi. Ognuno di essi dovrebbe essere segnalato su bugzilla.

              +

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggioranmenti a riguardo.

              +

              +

              Si incoraggiano gli utenti a testare il più possibile questa versione ed eventualmente quelle successive, segnalando i bug in modo che sia possibile correggerli rendendo GnuCash il più stabile possibile in vista del rilascio stabile 2.4.0 che dovrebbe avvenire nel giro di qualche settimana. Si prega quindi di segnalare qualsiasi problema su bugzilla

              + +

              Ottenere GnuCash

              +

              Il codice sorgente di GnuCash 2.3.15 può essere scaricato da diverse posizioni: +

                +
              • Il sito internet di GnuCash
              • +
              • Sourceforge: bzip2, gzip, tutti i file.
              • +
              • É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:

                svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
              • +

              + +

              Per installare GnuCash, sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

              + +

              File binari Win32

              +

              L'eseguibile di Gnucash 2.3.15 Win32 può anch'esso essere scaricato da Sourceforge. + +

              Informazioni sul programma

              +

              GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

              diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news new file mode 100755 index 00000000..b49773da --- /dev/null +++ b/news/it/101107-2.3.16.news @@ -0,0 +1,649 @@ +Annuncio: rilascio di GnuCash 2.3.16 (RC1) +2010-11-07 + +

              Rilasciato GnuCash 2.3.16 (RC1)

              + +

              Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.3.16, il sedicesimo di diversi rilasci 2.3.x del programma di contabilità gratuito GnuCash in attesa della versione stabile 2.4.0. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

              + +
              +

              ATTENZIONE: Questa è una "Release Candidate" di Gnucash.

              +

              This release is intended for developers and testers who want to verify that bugs found during development have been fixed and that the software is stable enough to be released as 2.4.0.

              +

              Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

              +
              + +
              +

              ATTENZIONE: si dovrebbe disinstallare qualsiasi versione precedente di GnuCash dal proprio sistema prima di installare la versione 2.3.16.

              +

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              +
              + +
              +

              NOTA: L'ultima versione stabile è la 2.2.9.

              +
              + +

              SI CONSIGLIA DI TESTARE, TESTARE, TESTARE E ANCORA TESTARE qualsiasi e tutte le funzioni importanti. +E poi segnalare qualsiasi problema riscontrato su bugzilla

              +

              I principali cambiamenti nel rilascio 2.3.x comprendono: +

                +
              • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
              • +
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--enable-webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • +
              • Aggiornamento a AqBanking 3 su Win32.
              • +
              + +

              Le stringhe di testo sono congelate. Ciò significa che non verranno applicati dei cambiamenti che potrebbero introdurre una qualsiasi modifica del testo visualizzato da GnuCash. Quindi, le traduzioni finali per la versione 2.4.0 possono partire.

              + +

              I cambiamenti tra le versioni 2.3.15 e 2.3.16 comprendono: + +

                +
              • Bug corretti
              • +
                  +
                • Bug 632346: Fixed test failures in dbi
                • +
                • Bugs 632346 & 632166: Fixup transaction currency scrubbing. + +Biggest problem was that almost well-formed transactions missing a currency +element wouldn't import correctly because the FindCommonCurrencies function +only used the old currency values, ignoring the commodity values in the +splits' accounts. A new function, xaccFindCommonCurrencies(), looks at those +first and then calls xaccFindOldCommonCurrencies only if it fails. That +addresses the cause of the import failure reported in 632166 and a big chunk +of the warning messages complained about in 632346. + +A secondary problem, also addressed in this change, was that the last block +in xaccTransScrubCurrencyFromSplits always replaced the "amount" with the +"value". This is the right thing to do if the commodity for the split account +is a currency, but if it isn't, the replacement should be reversed. + +
                • +
                • Bug 629238: Part 2: Extend locking table to SQLite3.
                • +
                • Bug 629238: Part 1: Create a lock table for postgresql and mysql backends.
                • +
                • Bug 627831: Implements recursion into storing and retrieving nested slot frames and lists.
                • +
                • Bug #630770 - Crash when connection lost using db
                • +
                • Bug #629524: Fix redundant string.
                • +
                • Bug 611077: Removed warnings, webkit handles jumps to anchors internally
                • +
                • Bug #502853 - Incorrent tax rounding in invoice (rounding of .5) + +This patch changes the default rounding behaviour in GnuCash from +"Round to nearest even" to "Round away to infinity". See the bugreport +for more details on these different rounding methods.
                • +
                • Bug #593479 - Account file being deleted because of erroneous checking for lock file. + +Replaces the pointer arithmetics with string functions and regexes where possible +to avoid typical pointer pitfalls.
                • +
                • Bug 3786338. Change r19243 deleted a call to xaccTransBeginEdit which causes a crash replaying a log that +deletes an existing transaction. Log replay should now do exactly one xaccTransBeginEdit/xaccTransCommitEdit +call per logged transaction.
                • +
                • Bug 632166: Restore the old session if "save as" fails. + +Save as would make a new session the "current session" and attempt to +save it. If it failed, the new session (with an invalid database) +would remain the current session -- and would be marked clean. An +XML-only file-save-as dialog would be presented with no instructions +about what was going on. + +With this change, if the "save as" fails, the old session is restored, +still marked unsaved. This should be much less confusing to users and +more likely to avoid data loss. + +Yes, there's some duplicated code now, because do_save_as doesn't call +save. That's because save did some extra things that do_save_as +doesn't need and it didn't allow do_save_as to properly correct the +session. This could be refactored into some tiny functions, but that +seems a bit excessive to me. + +
                • +
                • Bug 632166: gnc_backend_sql_sync_all: Commit only if all operations were successful; otherwise roll back.
                • +
                • Bug 632166: A Better fix that doesn't break string freeze or introduce a Gtk GUI dependency into the backend.
                • +
                • Bug 632166: Notify user when something goes wrong with a transaction save.
                • +
                • Bug 611077: Warn instead of assert about gtk_html_jump_to_anchor not being implemented in webkit. Note, however, that Webkit seems to take care of this on its own, so even the warning may be unnecessary.
                • +
                • Fix #630286 - Please add handling code for GDate kvp values in SQL, too + +If slots table does not include gdate field, it will be added and all current slots will have a NULL value. + +Tested on sqlite3 and mysql. Tested using the example gnucash file referenced from the bug report. When saved from XML -> sqlite3 -> XML, some timestamps changed their timezone because of a change of timezone (I'm in North America). I guess this is OK. +
                • +
                • Bug #631058: Add future date period choices to be available in the date options + +Patch by Chris Leach: + +This patch provides date utilities to calculate future dates. This +allows easy selection of common future periods. + +cstim adds: This patch adds new strings, but they are not used anywhere so +far, i.e. they will not be user-visible. Hence, I agree those scheme functions +may be useful for external report writers and for this reason they are +already added. + +Note: The original submission would have added those options to the standard +relative-date chooser report option, but I (cstim) do not support adding those +extra option for all reports as standard setting. Hence, the usage of this +additional choices has to be added by the report writer explicitly.
                • +
                • Bug #593479: Ensure not to accidentally delete our main account file. + +Original patch by Tim Retout who writes: + +strptime is passed (name + pathlen + 1) as the string to search. However, when +looking at the main account file, strlen(name) == pathlen, so strptime is +looking at the point just past the end of name. + +Sometimes this will be parseable by strptime, and this leads to the account +file being unlinked.
                • +
                • Bug #554396: Implement a partial TXF output for capital gains
                • +
                • Bug #620663: Fix French spelling mistake in preferences window
                • +
                • Bug #629641: Fixes WARN messages. + +Bug in gncIDSearch.c causes "WARN <qof.class> [qof_class_get_parameter()] no +object of type string" to be emitted to error log. + +Currently only affects Python bindings; InvoiceLookupByID(ID_STRING).
                • +
                • Bug #118391: Put isocodes in README.dependencies to inform packet maintainers + +Additional changes in that file: +1. Link to more up to date http://wiki.gnucash.org/wiki/Dependencies +2. Introduce Structure: +required, alternatives, optional, at runtime suggested +3. Add webkit
                • +
                • Bug #628960 - Column width unchanged after shortening translation string
                • +
                • Bug #628865 - Error dialog displays password to MySql database when fails to connect
                • +
                • Fix bug 573702. When reading an old data file that doesn't have a template root +account for scheduled transactions invent one.
                • +
                • Bug #137017: Save the transaction date as a GDate directly, additionally. + +This way, the date that was entered by the user is now at least saved +in the kvp and can later be retrieved in case we really fix the +timezone dependence of our txn's dates.
                • +
                • Bug #370331: Store the numeric values of SX in their kvp as well, if possible. + +For SX whose values do not depend on any variables, we now store +the numeric value as well. This way, we get rid of locale-dependent +parsing errors due to changing decimal separators in changing +locales - at least for SX which do not use variables.
                • +
                • Bug #616697 - string "Payment rec'd..." should be more cleared.
                • +
                • Bug #626681 - date fields missing in GUI, lost in change from 2.2.9 to 2.3.14
                • +
                • Bug #588414 - Got "Entry Point Not Found" errors starting GnuCash, but ran OK +The problem is caused by leftover files from a previous install. +The solution is to uninstall GnuCash before installing a new version in such cases. +This commit adds a compatibility test and uninstall step to the windows installer +that will automatically uninstall the previous gnucash release if it is considered +'incompatible' with the one to be installed. The user will be warned of this, so +he can decide to cancel the installation if he doesn't like the idea of uninstalling +his working GnuCash installation. +Currently, versions are considered 'incompatible' if their major or minor version +components are different, so 2.3.x is incompatible with 2.2.x and will trigger +an uninstall. Likewise, a 2.4.x install is incompatible with a 2.3.x and will +trigger an uninstall. This is a nice way to remove all testing 'cruft' from the +system once the new release comes out. +Note that in the future installing 2.3.16+ over 2.4.x will also trigger the uninstall, which is +a good thing IMO. An older release can't know about changes made in a newer one, +so it's safer to first uninstall the newer one to avoid leftover files.
                • +
                • Bug #504954 - Wrong calculation of TAX
                • +
                • [Bug 560052] Force use of internal strptime to work around bug in the Leopard libc.
                • +
                • Bug #627325 - Update Subversion URL, patch by Yasuaki Taniguchi
                • +
                • Bug #625193: Move newly introduced search-by-id functions into src/engine. + +Patch by Mike Evans.
                • +
                • update po/de.po after r19435 msgmerge + +1. 2 dirty and 2 new strings +2. partial spell verification + entity -> Entität + small typos
                • +
                + + + + + + +
              • Traduzioni aggiornate o modifiche relative alle traduzioni
              • +
                  +
                • Updated Latvian translation by Valdis VÄ«toliņš.
                • +
                • Updated British English translation by Mike Evans.
                • +
                • Updated Bulgarian glossary by Rosi Dimova.
                • +
                • Updated Bulgarian translation by Rosi Dimova.
                • +
                • Updated Latvian translation by Valdis VÄ«toliņš.
                • +
                • Minor update of German translation. + +"xy anlegen" -> "Neue xy" +bill -> "Lieferantenrechnung" to distinguish from invoice -> "Rechnung".
                • +
                • Updated Turkish translation by Seyfi Duyan.
                • +
                • Minor update of German translation. + +Kontenbaum (urgh) -> Kontenplan +Kontenrahmen -> Kontenplan
                • +
                • Minor update of German translation
                • +
                • Updated Turkish translation by Seyfi Duyan
                • +
                • Updated Dutch translation, copied from the Translation Project.
                • +
                • Update German translation.
                • +
                • Updated Italian translation.
                • +
                • Updated Italian translation.po/it.po
                • +
                • Updated Dutch translation copied from translation project
                • +
                • Fix 2 nonfatal syntax errors in german SKR49 + +1 missing Namespace +1 forgotten replacing of the last closing tag + +This is now also updated in http://wiki.gnucash.org/wiki/AccountHierarchyTemplate
                • +
                • Fix erroneous translation of strings with context prefix. The msgstr must not contain the prefix anymore. + +http://lists.gnucash.org/pipermail/gnucash-devel/2010-September/029481.html
                • +
                • Minor update of German translation
                • +
                • Updated Polish translations by RadzisÅ‚aw Galler.
                • +
                • Updated Polish translations by RadzisÅ‚aw Galler.
                • +
                • Updates for German account templates, by Frank H. Ellenberger. + +He writes: +Im beiliegenden Patch habe ich ziemlich mechanisch (grep, recode, sed) die +folgenden Anpassungen vorgenommen: +* encoding="ISO-8859-1" -> utf-8 +* <cmdty:id>USD -> EUR, respektive CHF +** dies betraf auch de_DE/*[brokerage|full]* +*: interessanterweise wandelt der Druide die aber anscheinend in die default +currency um. +* Passiva -> Fremdkapital
                • +
                • Updated Japanese translation, copied from TP.
                • +
                • Fix disambiguation prefix translation errors, by Valdis VÄ«toliņš
                • +
                • Updated Italian translation.
                • +
                • I18n: Add German translation for new installer texts. + +Suggested by Frank H. Ellenberger and edited by myself.
                • +
                • Update German translation.
                • +
                • Merge most recent pot template into all language po files.
                • +
                • Updated Japanese translation for win32 installer wizard by Yasuaki Taniguchi.
                • +
                • Added Japanese translation for win32 installer wizard by Yasuaki Taniguchi.
                • +
                • Updated Latvian translation for win32 installer wizard by Valdis VÄ«toliņš.
                • +
                • Updated Latvian translation for the Windows installer, patch by Valdis VÄ«toliņš
                • +
                • Updated Italian translation for win32 installer wizard.
                • +
                • Updated Japanese translation, copied from the Translation Project.
                • +
                • Updates for Latvian po file, patch by Valdis VÄ«toliņš.
                • +
                • Translatable string fixes by Yasuaki Taniguchi + +One is on the price editor. Namespace: is not marked translatable. + +Another is about a tip for account editor window. The label +"Edit->Income tax Options" was +changed to "Edit->Tax Report Options" but an old msgid remains on tip. + +The last is on the Tax Table. The label "_Edit" is not marked +translatable but it should be.
                • +
                • Replace misleading "Passiva" in accounts/de_DE/* by "Fremdkapital" with description "alle Verbindlichkeiten" + +Patch by Frank H. Ellenberger.
                • +
                • Remove file locations from de.po file by running + + msgcat --no-location de.po > tmp ; mv tmp de.po + +This way, the text diff of translation updates suddenly becomes readable.
                • +
                • Fixed a string not translatable.
                • +
                • I18n: Replace untranslatable sub-strings by the correct full strings. + +The implementation is a hacky workaround, but at least better than +having weird translations as in the current state. Note: Even +though new strings are introduced, they are not yet used in order +not to break the string freeze here. The new strings need to +be activated once the 2.4.0 string freeze is lifted.
                • +
                • Updated Dutch translation, copied from the Translation Project.
                • +
                • Updated Latvian translation of business account chart by Valdis VÄ«toliņš.
                • +
                • Updated Latvian translation by Valdis VÄ«toliņš.
                • +
                • correct syntax error in po/glossary/de.po + +" must be quoted in strings.
                • +
                + + + + + + +
              • Altri cambiamenti visibili dall'utente
              • +
                  +
                • Fix error in dense-cal widget where the last occurrence of a SX wasn't displayed.
                • +
                • Really fix error in sx_get_num_occur for SX which are limited by num_occur. + +Follow-up to r19757 which was incomplete. Hopefully I now really got everything.
                • +
                • Fix error in sx_get_num_occur for SX which are limited by num_occur. + +The last occurrence wasn't counted because it was still valid +but turned num_occur_rem to zero, hence the counting stopped one too early.
                • +
                • Revised handling of obsolete security elements, made log messages better. + +Accounts with security elements would only use the security to update the +commodity if there wasn't a commodity; however, the files in the tests had +accounts which had a security and a commodity, where the commodity was a +currency. That's wrong. so now if the commodity is a currency, the security +will overwrite it. + +Added the account name and element name to the log message to assist in +troubleshooting, should that be needed. + +
                • +
                • Preferences window improvements: +* Accounting Period: reorder options so the dates are on top +* Business: reorder options to clarify which options are general and which apply to invoices or bills only +* Business: remove obscure "Number of lines" option +* Register defaults: remove obscure "Number of lines" option +* General: remove "Show splash screen" option + +While removing the "Number of lines" options, I have also removed most of the code that used this option. The number of lines was used to calculate the default window size in various places in the code. The code now simply uses sensible defaults for that.
                • +
                • Suspend GUI refresh while replaying a log file to avoid flicker and speed it up dramatically.
                • +
                • File dialog - make enter activate the default action for mysql/pgsql selection. +This was already the case in the standard file selector. This change makes the +two selection methods more consistent.
                • +
                + + + + + +
              • Altri cambiamenti relativi al codice e alla compilazione
              • +
                  +
                • Add 'test-dbi-business' to svn:ignore
                • +
                • Add test-dbi-business-stuff.h to EXTRA_DIST so "make distcheck" passes
                • +
                • Fix the errors, reduce the noise when testing the dbi backend + +* Check for a null gdate before attempting to make it a string. Fixes a bunch + of CRIT errors. + +* Comment out the log debug setting in dbi. It's stable enough that it + shouldn't be needed routinely. It can, of course, be enabled from the command + line. + +* Add a notice to ignore the warnings about there being no lock on the + database when session 3 is closed. Session 3 has to be run with ignore + locking or it won't run at all. + +
                • +
                • Fix business-core tests so that all pass
                • +
                • Updated tests matching the xml backend as of 2011-11-02
                • +
                • Updated test files complying with the xml schema as of 2011-11-02
                • +
                • Minor fixups to dbi backend: + +* dbi_conn_error_flag is deprecated, replace with dbi_conn_error + (Thanks, Christian). + +* Switch from OS-determined HOST_NAME_MAX to locally defined + GNC_HOSTNAME_MAX so that the field is always 255 regardless of what + OS creates it. + +* Use G_OS_WIN32 instead of naked WIN32 +
                • +
                • Win32 build: Update ktoblzcheck version number.
                • +
                • Some whitespace cleanups
                • +
                • Fix gtk warnings when erroneously setting the fixed-width property to zero.
                • +
                • INFO message to trace log if a table is automatically upgraded to newer version.
                • +
                • Update POTFILES.in with recent file addition.
                • +
                • Fix minor typo in error message.
                • +
                • Remove gnc_book_mark_saved from gnc_sql_save_book. It's a bit premature to mark the book as saved when we haven't yet saved its contents.
                • +
                • qoflog.h: No such macro as G_LOG_LEVEL_FATAL
                • +
                • Fix include files. Include files now only include other include files if symbols from the other files are needed by this one.
                • +
                • Remove lbgncmod-backend-xml as an additional library in business/business-core/test/Makefile.am. libgncmod-backend-xml.so is a loadable module, not a shared library, and it shouldn't be dynamically linked. While this will do no harm on Linux, it fails on OSX/Darwin.
                • +
                • Fix misplaced quote in backend/dbi/test/Makefile.am, broke dbi testing.
                • +
                • Rename old gnc_book_get_commodity_table into the newer gnc_commodity_table_get_table.
                • +
                • Spelling fixes in comments.
                • +
                • Replace all occurrences of the old gnc_book_get_pricedb with the newer gnc_pricedb_get_db
                • +
                • Partly revert r19550, "Bug #370331: Store the numeric values of SX..." + +This caused the numbers in the "SX from txn" to appear as "220/100" ratios, +which we do not want.
                • +
                • Rework two nearly identical fuctions into a common function with parameters. +Keep the old function names as convenience wrappers around the new function.
                • +
                • Remove obsolete example files: also remove them from the makefile.
                • +
                • Remove incompatible example files (X-Account) and update the README file
                • +
                • Commit missed file for gnc-fq-* location fix.
                • +
                • Make qof_query_run_subquery() available to scheme as well, and also the gnc_numeric options. + +Needed to remove an unimplemented function from <gnc-numeric.h> +header.
                • +
                • Replace some renamed functions by their real new names, removing the annoying #defines.
                • +
                • Make sure the right gnc-fq-* scripts are used. + +With the original configuration, whatever script was found first on the path was used. +When testing development versions, this caused the also installed stable version to +be used as it happened to appear first on the path.
                • +
                • Separate load paths for shared libraries and gnucash loadable modules. +The former should be found on (DY)LD_LIBRARY_PATH, the latter on +GNC_MODULE_PATH. These paths shouldn't overlap as that needlessly +confuses things.
                • +
                • Make the INVOICE-BILLTO query predicate available to scheme also.
                • +
                • Fix erroneous extra package that I forgot to remove in r19641. + +It doesn't have to be reverted because libjpeg-7 shouldn't be needed +with a clean webkit rebuild anyway.
                • +
                • Revert r19576, r19590, r19593, r19601: "Update gtk versions..." + +It's been 3 weeks without a working windows build. Apparently this +has to wait until we have an updated webkit again. Revert this back once +we have a working webkit with gtk-2.20.
                • +
                • Fix typos in comments.
                • +
                • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                • +
                • Add wrapper for obtaining a list of business objects as list of owners, and add SWIG wrappers so that scheme can use it.
                • +
                • Add a function gncBusinessGetList() that existed previously until r6680 so that a list of all customers can be obtained.
                • +
                • Decrease number of test iterations in old engine tests - they take just way too long otherwise. + +Also, nobody can actually give any reason as for why a higher number +of iterations would really cover more of our test cases. My suspicion +is that 2-3 iterations would be sufficient anyway, and only more +clever test case construction would give a larger test coverage.
                • +
                • Add word wrapping to very long label in dialog-tax-info
                • +
                • Corrected a problem with c-format attribute.
                • +
                • Remove leading character N from tax code, but only if it is there, and remove leading blank character when no tax code.
                • +
                • Add kvp_frame_set_gdate() function
                • +
                • Win32 build: Temporarily disable the english (C) help compiling because it crashes the hhc.exe compiler.
                • +
                • Fix use of accelerator for a string.
                • +
                • Fix use of accelerators for some strings.
                • +
                • Win32 build: Needs libjpeg-7 in dist as well.
                • +
                • Win32 build: The existing webkit binary needs libjpeg-7, so we install that one, too.
                • +
                • Enclose book kvp manipulation in begin/commit_edit in aqbanking plugin.
                • +
                • Win32 build: Is running again. Some debug output of r19595 can be removed again.
                • +
                • Win32 build: Fix libxslt installation. Improve its calling arguments. Download inno before processing the docs (if the latter fails, we at least have inno).
                • +
                • Fix typo in osx_accel_map, caused error in Accounts page Actions>Transfer accelerator
                • +
                • Win32 build: Switch back gettext to 0.17 because 0.18 require libc++ which we don't want to have.
                • +
                • Win32 build: xsltproc needs its suitable iconv and zlib, so install it there.
                • +
                • Win32 build: Fix typo
                • +
                • Win32: Fix missing gettext-tools (is packaged in gettext-tools-dev)
                • +
                • Fix addition of gnc_numeric that was wrong in r19511.
                • +
                • Revert to previous version for erroneous commit.
                • +
                • add "isocodes" to reset directory
                • +
                • Win32: Fix function attributes when using gwenhywfar-4.
                • +
                • Win32 build: Remove installation directory before installing the new version. Require exact gwen/aqbanking version.
                • +
                • Win32: Try to fix the nightly build errors. (Directory went away?)
                • +
                • Win32: Fix checking for goffice installation
                • +
                • Win32 build: Update gtk to 2.20; let pkg-config check for the versions, hence triggering the update automatically.
                • +
                • Win32 build: Add version number checks for gtk and gconf so that updating them should work more easily.
                • +
                • Win32 build: Remove commented-out gtkhtml references.
                • +
                • Win32 build: Set gwen/aqbanking version numbers in defaults.sh.
                • +
                • Revert r19475. That revision fixed one rounding error, but introduced another one.
                • +
                • Add missing header, issue detected via failing make distcheck
                • +
                • Fix invalid po file header
                • +
                • Eliminate *-vicinity functions from e-guile reports.
                • +
                • Fix typo in comment
                • +
                • Add some disabled testing code that uses the stock gwenhywfar-gtk2 gui for online banking.
                • +
                • De-activate aqbanking5 by default again because it requires gtk-2.18 or higher, which we don't have. Sigh.
                • +
                • Fix Stock Split Druid.
                • +
                • Add getter function for the date in a datecell as a GDate.
                • +
                • Win32: Add gtk's cflags to gwenhywfar configure.
                • +
                • Relax configure test for svnversion of BUILDING_FROM_SVN was set beforehand. Helpful when building from git.
                • +
                • Fix counting of occurrence number w.r.t. the first valid date in the SX state.
                • +
                • Clarify Derek's code to be licensed "GPL v2 or later" as he has confirmed in private email. + +All of his other code has been licensed this way all along anyway. + +After this change, all source code files are licensed under both +GPL version 2 and GPL version 3, which gives us enough flexibility in case any +requirements might switch to GPL v3-only. But currently we are for sure both.
                • +
                • Spelling fixes in comments
                • +
                • Win32: Add gtk include path to gwenhywfar configure.
                • +
                • Win32: Add pkg-config version check for aqbanking so that the new version is installed without removing the old one manually.
                • + + + + + + + + +
                • Updated accounts chart by Seyfi Duyan.
                • +
                • Win32: Update aqbanking packages. Enable building with aqbanking5. + +In r19532 I accidentally already removed the Qt DLLs from the installer. Of +course those can only be removed if indeed aqbanking5 is used, otherwise +they must still be in the installer.
                • +
                • Add newly introduced gconf parameter in the default schema.
                • +
                • some bitrot in python bindings examples/tests, patch by Daniele Varrazzo
                • +
                • Remove aqbanking2 from windows build scripts. Add optional aqbanking5 instead, which works without QT.
                • +
                • Add scheme wrapper for SX cashflow calculation, including a typemap for the resulting GHashTable.
                • +
                • Add scheme/swig typemap for GDate.
                • +
                • Spelling correction in comment.
                • +
                • Consolidate accelerator map loading for OSX with the others. Accelerator maps can't be modified interactively in OSX so there's no point to reloading the saved map.
                • +
                • GnuCash on Windows is built with webkit, no need to install gtkhtml
                • +
                • Cleanup whitespace
                • +
                • Add vendor search to python bindings and refactors files gncIDSearch.c/h with vendor search. +Patch by Mike Evans.
                • +
                • Remove obsolete file from distribution list
                • +
                • Make GnuCash more runtime relocatable by using dynamic paths in the environment file.
                • +
                • Restored changes of r19477 inadvertently reverted in r19515
                • +
                • Relicense code to GNU GPL v2 or later.
                • +
                • Update binreloc to use the free functions for bundle id and resource path
                • +
                • Windows build: strip the .la files in their new location
                • +
                • Windows version: +* reduce footprint by not packaging unused files +* move gnc-mod required files to bin +* remove libdir from the PATH
                • +
                • Windows version: remove obsolete and duplicate parameters from the environment file
                • +
                • Implement the evaluation of SX cashflow.
                • +
                • More const correctness and refactoring in gnc-sx-instance-model.c.
                • +
                • Remove GNC_STANDARD_REPORTS_DIR from gnucash launcher as well.
                • +
                • Update man page following the recent removal of command line options.
                • +
                • Update license after Josh Sled's relicensing of his code under GPL v2 and/or v3. + +He wrote to gnucash-devel on 2010-08-28: + +Much of the last batch code I contributed to gnucash was licensed +without the "or any later version" clause of the GPL boilerplate, and +thus specifically and only under version 2 of the GPL. + +I hereby extend that to version 2 and/or version 3. + +Any contribution I've made to gnucash which was under the GPLv2 only may +be considered to be under both v2 and v3.
                • +
                • I18n: Fix last remaining user-visible mention of the abbreviation "SX". + +This should have never appeared in a user message. However, in order +not to make this single string untranslated, we add the correct form +but don't use it yet so that it can be translated, and we will be +using it once 2.4.0 is out and the string freeze lifted.
                • +
                • Calculate standard-reports dir internally instead of reading it from the environment. +This is a step to make gnucash more run-time relocatable.
                • +
                • Readd LD_LIBRARY_PATH to environment to make sure Guile loads the proper shared libraries +when multiple installations of GnuCash exist (like stable and devel version on one system).
                • +
                • Remove the config-path and share-path command line options. +The values set on the command line were never used.
                • +
                • Some more uses of PACKAGE_NAME instead of "GnuCash"
                • +
                • Fix some obsolete uses of gnucash-bin.
                • +
                • Refactoring: replace all GNC_RND_* and GNC_DENOM_* occurences with their GNC_HOW_RND_* and GNC_HOW_DENOM_* equivalents +And then remove the deprecated definitions.
                • +
                • Add functions to calculate the cash-flow numbers that will be generated by a Scheduled Transaction. Unfinished, though.
                • +
                • Add aqbanking5 extensions of GWEN_GUI object. + +We need to locally store a reference to that particular GWEN_GUI +object that was used in Extend because we have more than one such +object in use inside gnucash (currently). If accidentally the wrong +one would be used in Unextend, a crash occurs.
                • +
                • Fix erroneous place of "Bildung" account in hierarchy: Was moved to top-level due to double parent tag.
                • +
                • Add new function gnc_sx_get_num_occur_daterange and unittests for this in test-sx.c.
                • +
                • And more const-correctnes in SchedXaction.h
                • +
                • Make sx-instance-model more const-correct. Improve documentation. + +Fix minor memory leak in gnc_sx_get_current_instances(void) - was not +free'ing the GDate of now.
                • +
                • Impove const-correctness of SchedXaction.h functions; improve documentation. + +Also, replace "void *" by pointers to the actual type.
                • +
                • Unify label with src/gnome/gnc-plugin-page-register.c:379.
                • +
                • Move business-reports to the reports module.
                • +
                • Automatically map pre-2.3.15 report option names to their new 2.3.15 equivalents. + +This will ensure that users won't lose the settings they stored in saved reports +and open report windows when switching from 2.2.x to 2.4. + +Note that this only works in one direction, from 2.2.x to 2.4. If a user switches +back to 2.2.x, the open report windows will lose many settings, almost resetting +them to their default state. Saved reports won't have this problem as they are +copied to a new file during the migration. + +In detail: +For open reports: +pre-2.3.15 -> 2.3.15+ : options for open reports will be migrated +2.3.15+ -> pre-2.3.15 : options for open reports will be migrated + +For saved reports: +2.2.x -> 2.3.15+ : all options will be migrated, if saved-reports-2.4 + does not yet exist +pre-2.3.15 -> 2.3.15+ : options for saved reports won't be migrated but reports + continue to work. It would be best to save the reports again, + but my scheme-fu is not good enough to let the code do that + automatically. Alternatively users should remove the file + saved-reports-2.4 to recreate it on the next run, based on + saved-reports-2.0. +2.3.15+ -> 2.2.x : options are unaffected, sine 2.2.x and 2.15 use different + saved reports files +2.3.15+ -> pre-2.3.15 : reports saved in 2.3.15 will lose their options, older reports + are unaffected. But returning to 2.3.15+, the options will + continue to work.
                • +
                • Aqbanking: Enable gwengui-gtk2 implementation and fix setup wizard. + +Setup wizard was missing OnlineInit/OnlineFini calls around it; with +them and the newest gwenhywfar, the setup wizard is now working again +in a gtk2 implementation.
                • +
                • Add lookup of linker flags of libgwenhyfar-gui-gtk2. + +It is still disabled until more testing has been done, though.
                • +
                • Add instantiation of gwengui-gtk2 object in gnucash, which enables the setup wizard again, but it doesn't fully work yet. + +In particular, a quick test runs into significant UI work which is +still needed, and also occasional crashes might occur. Hence, the +gwengui-gtk2 parts have to be enabled manually by un-commenting +USING_GWENHYWFAR_GTK2_GUI.
                • +
                • Minor simplification of aqbanking version number check.
                • +
                • Check for upgrading an older aqbanking configuration to its current version. + +This way, an older configuration is now updated automatically. + +Patch by Bill Nottingham, confirmed by Martin Preuss, adapted to aqbanking5 by myself.
                • +
                + +
              + + + + + + + +

              Avviso per i tester

              +

              Una qualsiasi versione 2.3.x può andare in crash senza preavviso in qualsiasi momento durante l'utilizzo. Se si sta testando del lavoro importante in un rilascio 2.3.x e si sta utilizzando il formato di file XML per il salvataggio dei dati, assicurarsi di premere "Salva" dopo ogni importante modifica al lavoro. Se si utilizza il backend SQL, questo non è necessario dato che ogni cambiamento è salvato immediatamente nel database.

              +

              Le immagini della documentazione sono state aggiornate, ciò nonostante vari testi si riferiscono ancora alla versione 1.8.x. Tutti possono contribuire al miglioramento della documentazione; consultare http://wiki.gnucash.org/wiki/Development per le informazioni su come contribuire.

              + +

              Come contribuire?

              +

              Testando: provando il programma e ricercando i bug che possono manifestarsi. Ognuno di essi dovrebbe essere segnalato su bugzilla.

              +

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggioranmenti a riguardo.

              +

              +

              Si incoraggiano gli utenti a testare il più possibile questa versione ed eventualmente quelle successive, segnalando i bug in modo che sia possibile correggerli rendendo GnuCash il più stabile possibile in vista del rilascio stabile 2.4.0 che dovrebbe avvenire nel giro di qualche settimana. Si prega quindi di segnalare qualsiasi problema su bugzilla

              + +

              Ottenere GnuCash

              +

              Il codice sorgente di GnuCash 2.3.16 può essere scaricato da diverse posizioni: +

                +
              • Il sito internet di GnuCash
              • +
              • Sourceforge: bzip2, gzip, tutti i file.
              • +
              • É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:

                svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
              • +

              + +

              Per installare GnuCash, sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

              + +

              File binari Win32

              +

              L'eseguibile di Gnucash 2.3.16 Win32 può anch'esso essere scaricato da Sourceforge. + +

              Informazioni sul programma

              +

              GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

              From 200c4135031093351b5a4e690f05aa9f040f3030 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 07:32:54 +0000 Subject: [PATCH 261/344] Correct the italian translation for 2.3.16 news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19788 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/101107-2.3.16.news | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news index b49773da..d5d35a76 100755 --- a/news/it/101107-2.3.16.news +++ b/news/it/101107-2.3.16.news @@ -7,8 +7,8 @@

              ATTENZIONE: Questa è una "Release Candidate" di Gnucash.

              -

              This release is intended for developers and testers who want to verify that bugs found during development have been fixed and that the software is stable enough to be released as 2.4.0.

              -

              Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

              +

              Questa versione è dedicata agli sviluppatori e agli utenti che intendo verificare che i bug trovati durante lo sviluppo siano stati corretti e che il programma sia sufficientemente stabile per essere rilasciato come 2.4.0.

              +

              Si consiglia di effettuare delle copie di sicurezza di tutti i file utilizzati nelle versioni instabili della serie 2.3.x di GnuCash. Anche se gli sviluppatori hanno cercato di impedire in ogni modo la perdita di dati, non è possibile garantire che in caso di crash di GnuCash in queste versioni, i dati non vengano corrotti.

              From d80835c9b9af95e7c01bd4780d598cfe3b7b3b39 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 12:00:38 +0000 Subject: [PATCH 262/344] Correct release date. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19789 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/101107-2.3.16.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news index d5d35a76..650e5abf 100755 --- a/news/it/101107-2.3.16.news +++ b/news/it/101107-2.3.16.news @@ -1,5 +1,5 @@ Annuncio: rilascio di GnuCash 2.3.16 (RC1) -2010-11-07 +07-11-2010

              Rilasciato GnuCash 2.3.16 (RC1)

              From 0f5383a0bc4a770d2a5edfd9f50f0197395c4ef0 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 12:02:06 +0000 Subject: [PATCH 263/344] Test 2.3.15 release news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19790 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/100820-2.3.15.news | 94 +++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news index 457f52a2..67d489e5 100755 --- a/news/it/100820-2.3.15.news +++ b/news/it/100820-2.3.15.news @@ -1,40 +1,40 @@ -Annuncio: rilascio di GnuCash 2.3.15 (instabile) -20-08-2010 +Announcement: GnuCash 2.3.15 (Unstable) Release +2010-08-20 -

              Rilasciato GnuCash 2.3.15 (instabile)

              +

              GnuCash 2.3.15 (Unstable) released

              -

              Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.3.15, il quindicesimo di diversi rilasci 2.3.x instabili del programma di contabilità gratuito GnuCash in attesa della versione stabile 2.4.0. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

              +

              The GnuCash development team proudly announces GnuCash 2.3.15, the sixteenth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

              -

              ATTENZIONE: Questa è una versione *INSTABILE* di Gnucash.

              -

              Questa versione è dedicata agli sviluppatori e agli utenti che intendo contribuire alla ricerca di tutti i problemi ancora presenti.

              -

              Si consiglia di effettuare delle copie di sicurezza di tutti i file utilizzati nelle versioni instabili della serie 2.3.x di GnuCash. Anche se gli sviluppatori hanno cercato di impedire in ogni modo la perdita di dati, non è possibile garantire che in caso di crash di GnuCash in queste versioni, i dati non vengano corrotti.

              +

              WARNING: This is an *UNSTABLE* version of Gnucash.

              +

              This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

              +

              Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

              -

              ATTENZIONE: prima da installare la versione 2.3.15 di GnuCash sul proprio computer si dovrebbe disinstallare qualsiasi versione precedente del programma.

              -

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              +

              WARNING: You should uninstall any earlier GnuCash version from your system prior to installing 2.3.15.

              +

              Failing to do so may result in startup errors. In particular on Windows this may cause "Parse error: entry point not found" errors.

              -

              NOTA: L'ultima versione stabile è la 2.2.9.

              +

              NOTE: The latest stable version is 2.2.9.

              -

              SI CONSIGLIA DI TESTARE, TESTARE, TESTARE E ANCORA TESTARE qualsiasi e tutte le funzioni importanti. -E poi segnalare qualsiasi problema riscontrato su bugzilla

              -

              I principali cambiamenti nel rilascio 2.3.x comprendono: +

              PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla

              +

              Major changes in the 2.3.x release include;

                -
              • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
              • -
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--enable-webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.5-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • -
              • Aggiornamento a AqBanking 3 su Win32.
              • +
              • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
              • +
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • +
              • Updated to AqBanking 3 on Win32.
              -

              Le stringhe di testo sono congelate. Ciò significa che non verranno applicati dei cambiamenti che potrebbero introdurre una qualsiasi modifica del testo visualizzato da GnuCash. Quindi, le traduzioni finali per la versione 2.4.0 possono partire.

              +

              Strings are frozen. This means no new changes will be introduced which change any text displayed by Gnucash. Therefore, final translations for 2.4.0 release may begin.

              -

              I cambiamenti tra le versioni 2.3.14 e 2.3.15 comprendono: +

              Changes between 2.3.14 and 2.3.15 include:

                -
              • Bug corretti
              • +
              • Bugs fixed
                • Bug #626459: Change Transaction Report default account selection to none @@ -45,7 +45,7 @@ options"), and it will probably meet the user expectation that some account needs to be selected anyway before something can be seen.
                • Bug #625193: Added 'search by ID' in python binding for invoices, customers and bills. -Patch di Mike E and Mark Jenkins: +Patch by Mike E and Mark Jenkins: When creating or appending to invoices, customers and bills, searching by ID is likely more useful than by GUID. I've added this functionality to the Python @@ -70,7 +70,7 @@ methods of Book: Book.CustomerLookupByID, Book.InvoiceLookupByID, Book.BillLoookupByID.
                • Bug #624721: Show backtrace for errors in eguile templates -Patch di Matthijs Kooijman: +Patch by Matthijs Kooijman: The current eguile template implementation catches errors that occur while evaluating an eguile template. However, only the error is shown, not a @@ -88,14 +88,14 @@ a sort of "diff" can be made). For more details, see the extensive comments in the patch itself.
                • Bug #616613: Automatically append the extension if user forgot append them. -Patch di "Bob": +Patch by "Bob": The enclosed patch simply tests for a period in the file name, if one exists it leaves it alone, if not, it adds one plus a default extension.
                • Bug #626403: Fix inconsistent formatting between stylesheets (Webkit vs. gtkhtml) -Patch di Alex Aycinena: +Patch by Alex Aycinena: The 'default' stylesheet formats the balance sheet, cash flow, income statement and transaction reports properly under webkit but not under gtkhtml. @@ -117,7 +117,7 @@ gtkhtml - the taxtxf.scm report file is simplified to take advantage of these changes
                • Bug #625697: Prior patch, Changeset 19376, broke reports for non-default stylesheets -Patch di Frank Ellenberger +Patch by Frank Ellenberger
                • Bug 623801 - gnucash file is not saved
                • Bug 625845 - Exporting Accounts results in 0 byte file.
                • @@ -130,7 +130,7 @@ column because there is a zero width column to the right of it. This may fix all or part of bugs 563588, 345711, or 506261.
                • Bug 612337: Add file save to hierarchy druid when the new file druid completes. -Patch di "Bob": I thought I would give this a try and come up with a patch to use the file save +Patch by "Bob": I thought I would give this a try and come up with a patch to use the file save as function after the after pressing the apply button. Not sure if it is the best way but seems to work on my linux box and on windows without any errors. @@ -151,7 +151,7 @@ transaction is printed (as before). If it is a search results register where all the splits are from the same account, then it prints a check for each of them. Anything else is an error. -Patch di Mike Alexander.
                • +Patch by Mike Alexander.
                • Bug #118391: This patch add isocodes support for Windows build. It automatically download, @@ -170,7 +170,7 @@ The attached patch should fix the remaining outstanding issues of this bug. Applying this patch now would break string freeze.
                • #616606 - Get default report font from top level widget -Patch di Tao Wang
                • +Patch by Tao Wang
                • Bug #623844 - CRITICAL gnc.backend Error message in trace file.
                • Bug #623842 - Reseting of Color Tabs to default color wrong.
                • Bug #556713 - inconsistency in report options, partial fix @@ -204,7 +204,7 @@ Currently returns "Arial" but can be modified to get default GtkWindow font.
                -
              • Traduzioni aggiornate o modifiche relative alle traduzioni
              • +
              • Updated translations or translation-related changes
                • Update po files with up-to-date pot template.
                • Remove unused file from both SVN and POTFILES.in.
                • @@ -253,7 +253,7 @@ to determine where to store passwords.
                • Updated Italian translation by Cristian Marchi.
                -
              • Altri cambiamenti visibili dall'utente
              • +
              • Other user-visible changes
                • Allow negative tax percentages. This allows to model some tax rules for trade between European countries.
                • @@ -280,7 +280,7 @@ untranslated strings show up for the user.
                • Explain proximo concept.
                -
              • Altri cambiamenti relativi al codice e alla compilazione
              • +
              • Other code/build changes
                • Get library from correct directory - fixes "make check"
                • Dummy commit to test mailing list hooks.
                • @@ -417,28 +417,28 @@ Same change as what r18841 added in business-core/xml.
                -

                Avviso per i tester

                -

                Una qualsiasi versione 2.3.x può andare in crash senza preavviso in qualsiasi momento durante l'utilizzo. Se si sta testando del lavoro importante in un rilascio 2.3.x e si sta utilizzando il formato di file XML per il salvataggio dei dati, assicurarsi di premere "Salva" dopo ogni importante modifica al lavoro. Se si utilizza il backend SQL, questo non è necessario dato che ogni cambiamento è salvato immediatamente nel database.

                -

                Le immagini della documentazione sono state aggiornate, ciò nonostante vari testi si riferiscono ancora alla versione 1.8.x. Tutti possono contribuire al miglioramento della documentazione; consultare http://wiki.gnucash.org/wiki/Development per le informazioni su come contribuire.

                +

                Caveats for Testers

                +

                Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

                +

                The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

                -

                Come contribuire?

                -

                Testando: provando il programma e ricercando i bug che possono manifestarsi. Ognuno di essi dovrebbe essere segnalato su bugzilla.

                -

                Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggioranmenti a riguardo.

                +

                How can you help?

                +

                Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

                +

                Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

                -

                Si incoraggiano gli utenti a testare il più possibile questa versione ed eventualmente quelle successive, segnalando i bug in modo che sia possibile correggerli rendendo GnuCash il più stabile possibile in vista del rilascio stabile 2.4.0 che dovrebbe avvenire nel giro di qualche settimana. Si prega quindi di segnalare qualsiasi problema su bugzilla

                +

                We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

                -

                Ottenere GnuCash

                -

                Il codice sorgente di GnuCash 2.3.15 può essere scaricato da diverse posizioni: +

                Getting GnuCash

                +

                Source code for GnuCash 2.3.15 can be downloaded from multiple locations:

                  -
                • Il sito internet di GnuCash
                • -
                • Sourceforge: bzip2, gzip, tutti i file.
                • -
                • É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:

                  svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
                • +
                • The GnuCash website
                • +
                • Sourceforge: bzip2, gzip, all files.
                • +
                • You can also checkout the sources directly from the subversion repository with this command:

                  svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash

                -

                Per installare GnuCash, sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

                +

                To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                -

                File binari Win32

                -

                L'eseguibile di Gnucash 2.3.15 Win32 può anch'esso essere scaricato da Sourceforge. +

                Win32 binary

                +

                The Gnucash 2.3.15 Win32 setup executable can be downloaded from Sourceforge as well. -

                Informazioni sul programma

                -

                GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                +

                About the Program

                +

                GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                From bad9bbfe527defbe3de75d1d2e368c4e26fd3d8f Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 12:41:31 +0000 Subject: [PATCH 264/344] Translated 2.3.15 release news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19791 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/100820-2.3.15.news | 94 +++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news index 67d489e5..4061f06c 100755 --- a/news/it/100820-2.3.15.news +++ b/news/it/100820-2.3.15.news @@ -1,40 +1,40 @@ -Announcement: GnuCash 2.3.15 (Unstable) Release -2010-08-20 +Annuncio: rilascio di GnuCash 2.3.15 (instabile) +20-08-2010 -

                GnuCash 2.3.15 (Unstable) released

                +

                Rilasciato GnuCash 2.3.15 (instabile)

                -

                The GnuCash development team proudly announces GnuCash 2.3.15, the sixteenth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                +

                Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.3.15, il quindicesimo di diversi rilasci 2.3.x instabili del programma di contabilità gratuito GnuCash in attesa della versione stabile 2.4.0. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

                -

                WARNING: This is an *UNSTABLE* version of Gnucash.

                -

                This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.

                -

                Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

                +

                ATTENZIONE: Questa è una versione *INSTABILE* di Gnucash.

                +

                Questa versione è dedicata agli sviluppatori e agli utenti che intendo contribuire alla ricerca di tutti i problemi ancora presenti.

                +

                Si consiglia di effettuare delle copie di sicurezza di tutti i file utilizzati nelle versioni instabili della serie 2.3.x di GnuCash. Anche se gli sviluppatori hanno cercato di impedire in ogni modo la perdita di dati, non è possibile garantire che in caso di crash di GnuCash in queste versioni, i dati non vengano corrotti.

                -

                WARNING: You should uninstall any earlier GnuCash version from your system prior to installing 2.3.15.

                -

                Failing to do so may result in startup errors. In particular on Windows this may cause "Parse error: entry point not found" errors.

                +

                ATTENZIONE: prima da installare la versione 2.3.15 di GnuCash sul proprio computer si dovrebbe disinstallare qualsiasi versione precedente del programma.

                +

                Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

                -

                NOTE: The latest stable version is 2.2.9.

                +

                NOTA: L'ultima versione stabile è la 2.2.9.

                -

                PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. -Then post any bugs you find to bugzilla

                -

                Major changes in the 2.3.x release include; +

                SI CONSIGLIA DI TESTARE, TESTARE, TESTARE E ANCORA TESTARE qualsiasi e tutte le funzioni importanti. +E poi segnalare qualsiasi problema riscontrato su bugzilla

                +

                I principali cambiamenti nel rilascio 2.3.x comprendono:

                  -
                • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
                • -
                • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
                • -
                • Updated to AqBanking 3 on Win32.
                • +
                • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
                • +
                • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--enable-webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.5-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
                • +
                • Aggiornamento a AqBanking 3 su Win32.
                -

                Strings are frozen. This means no new changes will be introduced which change any text displayed by Gnucash. Therefore, final translations for 2.4.0 release may begin.

                +

                Le stringhe di testo sono congelate. Ciò significa che non verranno applicati dei cambiamenti che potrebbero introdurre una qualsiasi modifica del testo visualizzato da GnuCash. Quindi, le traduzioni finali per la versione 2.4.0 possono partire.

                -

                Changes between 2.3.14 and 2.3.15 include: +

                I cambiamenti tra le versioni 2.3.14 e 2.3.15 comprendono:

                  -
                • Bugs fixed
                • +
                • Bug corretti
                  • Bug #626459: Change Transaction Report default account selection to none @@ -45,7 +45,7 @@ options"), and it will probably meet the user expectation that some account needs to be selected anyway before something can be seen.
                  • Bug #625193: Added 'search by ID' in python binding for invoices, customers and bills. -Patch by Mike E and Mark Jenkins: +Patch di Mike E and Mark Jenkins: When creating or appending to invoices, customers and bills, searching by ID is likely more useful than by GUID. I've added this functionality to the Python @@ -70,7 +70,7 @@ methods of Book: Book.CustomerLookupByID, Book.InvoiceLookupByID, Book.BillLoookupByID.
                  • Bug #624721: Show backtrace for errors in eguile templates -Patch by Matthijs Kooijman: +Patch di Matthijs Kooijman: The current eguile template implementation catches errors that occur while evaluating an eguile template. However, only the error is shown, not a @@ -88,14 +88,14 @@ a sort of "diff" can be made). For more details, see the extensive comments in the patch itself.
                  • Bug #616613: Automatically append the extension if user forgot append them. -Patch by "Bob": +Patch di "Bob": The enclosed patch simply tests for a period in the file name, if one exists it leaves it alone, if not, it adds one plus a default extension.
                  • Bug #626403: Fix inconsistent formatting between stylesheets (Webkit vs. gtkhtml) -Patch by Alex Aycinena: +Patch di Alex Aycinena: The 'default' stylesheet formats the balance sheet, cash flow, income statement and transaction reports properly under webkit but not under gtkhtml. @@ -117,7 +117,7 @@ gtkhtml - the taxtxf.scm report file is simplified to take advantage of these changes
                  • Bug #625697: Prior patch, Changeset 19376, broke reports for non-default stylesheets -Patch by Frank Ellenberger +Patch di Frank Ellenberger
                  • Bug 623801 - gnucash file is not saved
                  • Bug 625845 - Exporting Accounts results in 0 byte file.
                  • @@ -130,7 +130,7 @@ column because there is a zero width column to the right of it. This may fix all or part of bugs 563588, 345711, or 506261.
                  • Bug 612337: Add file save to hierarchy druid when the new file druid completes. -Patch by "Bob": I thought I would give this a try and come up with a patch to use the file save +Patch di "Bob": I thought I would give this a try and come up with a patch to use the file save as function after the after pressing the apply button. Not sure if it is the best way but seems to work on my linux box and on windows without any errors. @@ -151,7 +151,7 @@ transaction is printed (as before). If it is a search results register where all the splits are from the same account, then it prints a check for each of them. Anything else is an error. -Patch by Mike Alexander.
                  • +Patch di Mike Alexander.
                  • Bug #118391: This patch add isocodes support for Windows build. It automatically download, @@ -170,7 +170,7 @@ The attached patch should fix the remaining outstanding issues of this bug. Applying this patch now would break string freeze.
                  • #616606 - Get default report font from top level widget -Patch by Tao Wang
                  • +Patch di Tao Wang
                  • Bug #623844 - CRITICAL gnc.backend Error message in trace file.
                  • Bug #623842 - Reseting of Color Tabs to default color wrong.
                  • Bug #556713 - inconsistency in report options, partial fix @@ -204,7 +204,7 @@ Currently returns "Arial" but can be modified to get default GtkWindow font.
                  -
                • Updated translations or translation-related changes
                • +
                • Traduzioni aggiornate o modifiche relative alle traduzioni
                  • Update po files with up-to-date pot template.
                  • Remove unused file from both SVN and POTFILES.in.
                  • @@ -253,7 +253,7 @@ to determine where to store passwords.
                  • Updated Italian translation by Cristian Marchi.
                  -
                • Other user-visible changes
                • +
                • Altri cambiamenti visibili dall'utente
                  • Allow negative tax percentages. This allows to model some tax rules for trade between European countries.
                  • @@ -280,7 +280,7 @@ untranslated strings show up for the user.
                  • Explain proximo concept.
                  -
                • Other code/build changes
                • +
                • Altri cambiamenti relativi al codice e alla compilazione
                  • Get library from correct directory - fixes "make check"
                  • Dummy commit to test mailing list hooks.
                  • @@ -417,28 +417,28 @@ Same change as what r18841 added in business-core/xml.
                  -

                  Caveats for Testers

                  -

                  Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

                  -

                  The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

                  +

                  Avviso per i tester

                  +

                  Una qualsiasi versione 2.3.x può andare in crash senza preavviso in qualsiasi momento durante l'utilizzo. Se si sta testando del lavoro importante in un rilascio 2.3.x e si sta utilizzando il formato di file XML per il salvataggio dei dati, assicurarsi di premere "Salva" dopo ogni importante modifica al lavoro. Se si utilizza il backend SQL, questo non è necessario dato che ogni cambiamento è salvato immediatamente nel database.

                  +

                  Le immagini della documentazione sono state aggiornate, ciò nonostante vari testi si riferiscono ancora alla versione 1.8.x. Tutti possono contribuire al miglioramento della documentazione; consultare http://wiki.gnucash.org/wiki/Development per le informazioni su come contribuire.

                  -

                  How can you help?

                  -

                  Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

                  -

                  Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

                  +

                  Come contribuire?

                  +

                  Testando: provando il programma e ricercando i bug che possono manifestarsi. Ognuno di essi dovrebbe essere segnalato su bugzilla.

                  +

                  Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggioranmenti a riguardo.

                  -

                  We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

                  +

                  Si incoraggiano gli utenti a testare il più possibile questa versione ed eventualmente quelle successive, segnalando i bug in modo che sia possibile correggerli rendendo GnuCash il più stabile possibile in vista del rilascio stabile 2.4.0 che dovrebbe avvenire nel giro di qualche settimana. Si prega quindi di segnalare qualsiasi problema su bugzilla

                  -

                  Getting GnuCash

                  -

                  Source code for GnuCash 2.3.15 can be downloaded from multiple locations: +

                  Ottenere GnuCash

                  +

                  Il codice sorgente di GnuCash 2.3.15 può essere scaricato da diverse posizioni:

                    -
                  • The GnuCash website
                  • -
                  • Sourceforge: bzip2, gzip, all files.
                  • -
                  • You can also checkout the sources directly from the subversion repository with this command:

                    svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
                  • +
                  • Il sito internet di GnuCash
                  • +
                  • Sourceforge: bzip2, gzip, tutti i file.
                  • +
                  • É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:

                    svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash

                  -

                  To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                  +

                  Per installare GnuCash, sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

                  -

                  Win32 binary

                  -

                  The Gnucash 2.3.15 Win32 setup executable can be downloaded from Sourceforge as well. +

                  File binari Win32

                  +

                  L'eseguibile di Gnucash 2.3.15 Win32 può anch'esso essere scaricato da Sourceforge. -

                  About the Program

                  -

                  GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                  +

                  Informazioni sul programma

                  +

                  GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                  From 8c7beaae9ee164e6aa69c2cfa1004c9a1fc8ef85 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 12:45:54 +0000 Subject: [PATCH 265/344] Minor changes to 2.3.16 release news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19792 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/101107-2.3.16.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news index 650e5abf..968f0821 100755 --- a/news/it/101107-2.3.16.news +++ b/news/it/101107-2.3.16.news @@ -12,7 +12,7 @@
              -

              ATTENZIONE: si dovrebbe disinstallare qualsiasi versione precedente di GnuCash dal proprio sistema prima di installare la versione 2.3.16.

              +

              ATTENZIONE: è consigliato rimuovere qualsiasi versione precedente di GnuCash dal proprio sistema prima di installare la versione 2.3.16.

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              From d9fd85896040c1703ef451d868f1f5055c2e0b69 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 12:51:43 +0000 Subject: [PATCH 266/344] Change file permission to news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19793 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/100820-2.3.15.news | 2 +- news/it/101107-2.3.16.news | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news index 4061f06c..fb964876 100755 --- a/news/it/100820-2.3.15.news +++ b/news/it/100820-2.3.15.news @@ -12,7 +12,7 @@
              -

              ATTENZIONE: prima da installare la versione 2.3.15 di GnuCash sul proprio computer si dovrebbe disinstallare qualsiasi versione precedente del programma.

              +

              ATTENZIONE: prima da installare la versione 2.3.15 di GnuCash sul proprio computer si consiglia di rimuovere qualsiasi versione precedente del programma.

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news index 968f0821..885f73da 100755 --- a/news/it/101107-2.3.16.news +++ b/news/it/101107-2.3.16.news @@ -12,7 +12,7 @@
              -

              ATTENZIONE: è consigliato rimuovere qualsiasi versione precedente di GnuCash dal proprio sistema prima di installare la versione 2.3.16.

              +

              ATTENZIONE: si consiglia di rimuovere qualsiasi versione precedente di GnuCash dal proprio sistema prima di installare la versione 2.3.16.

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              From 2da0b2202976a77c477deb9321283a545472025e Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 19:55:59 +0000 Subject: [PATCH 267/344] ChanCorrect date for proper display. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19796 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/100820-2.3.15.news | 2 +- news/it/101107-2.3.16.news | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news index fb964876..4ecfac30 100755 --- a/news/it/100820-2.3.15.news +++ b/news/it/100820-2.3.15.news @@ -1,5 +1,5 @@ Annuncio: rilascio di GnuCash 2.3.15 (instabile) -20-08-2010 +2010-08-20

              Rilasciato GnuCash 2.3.15 (instabile)

              diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news index 885f73da..9879804c 100755 --- a/news/it/101107-2.3.16.news +++ b/news/it/101107-2.3.16.news @@ -1,5 +1,5 @@ Annuncio: rilascio di GnuCash 2.3.16 (RC1) -07-11-2010 +2010-11-07

              Rilasciato GnuCash 2.3.16 (RC1)

              From 9678488d8b7b21716e46f798b6ac64a741bdbd9d Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Nov 2010 19:59:36 +0000 Subject: [PATCH 268/344] Fix a typo. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19797 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/100608-2.3.14.news | 2 +- news/it/100820-2.3.15.news | 2 +- news/it/101107-2.3.16.news | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/news/it/100608-2.3.14.news b/news/it/100608-2.3.14.news index 5ee9a7ae..2ecd2dc1 100644 --- a/news/it/100608-2.3.14.news +++ b/news/it/100608-2.3.14.news @@ -93,7 +93,7 @@ Patch di Frank H. Ellenberger: aggiornato de.po

              Come contribuire?

              Testando: provando il programma e ricercando i bug che possono manifestarsi. Ognuno di essi dovrebbe essere segnalato su bugzilla.

              -

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggioranmenti a riguardo.

              +

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggiornamenti a riguardo.

              Si incoraggiano gli utenti a testare il più possibile questa versione ed eventualmente quelle successive, segnalando i bug in modo che sia possibile correggerli rendendo GnuCash il più stabile possibile in vista del rilascio stabile 2.4.0 che dovrebbe avvenire nel giro di qualche settimana. Si prega quindi di segnalare qualsiasi problema su bugzilla

              diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news index 4ecfac30..0aa26018 100755 --- a/news/it/100820-2.3.15.news +++ b/news/it/100820-2.3.15.news @@ -423,7 +423,7 @@ Same change as what r18841 added in business-core/xml.

              Come contribuire?

              Testando: provando il programma e ricercando i bug che possono manifestarsi. Ognuno di essi dovrebbe essere segnalato su bugzilla.

              -

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggioranmenti a riguardo.

              +

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggiornamenti a riguardo.

              Si incoraggiano gli utenti a testare il più possibile questa versione ed eventualmente quelle successive, segnalando i bug in modo che sia possibile correggerli rendendo GnuCash il più stabile possibile in vista del rilascio stabile 2.4.0 che dovrebbe avvenire nel giro di qualche settimana. Si prega quindi di segnalare qualsiasi problema su bugzilla

              diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news index 9879804c..db0435eb 100755 --- a/news/it/101107-2.3.16.news +++ b/news/it/101107-2.3.16.news @@ -628,7 +628,7 @@ Patch by Bill Nottingham, confirmed by Martin Preuss, adapted to aqbanking5 by m

              Come contribuire?

              Testando: provando il programma e ricercando i bug che possono manifestarsi. Ognuno di essi dovrebbe essere segnalato su bugzilla.

              -

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggioranmenti a riguardo.

              +

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggiornamenti a riguardo.

              Si incoraggiano gli utenti a testare il più possibile questa versione ed eventualmente quelle successive, segnalando i bug in modo che sia possibile correggerli rendendo GnuCash il più stabile possibile in vista del rilascio stabile 2.4.0 che dovrebbe avvenire nel giro di qualche settimana. Si prega quindi di segnalare qualsiasi problema su bugzilla

              From 87f5b771e715c02b67ec2ce3288db384db4545ce Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 11 Nov 2010 18:50:31 +0000 Subject: [PATCH 269/344] Fixed error in webkit argument git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19799 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/101107-2.3.16.news | 2 +- news/it/101107-2.3.16.news | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/news/101107-2.3.16.news b/news/101107-2.3.16.news index e02d2c16..4f6cbeb4 100644 --- a/news/101107-2.3.16.news +++ b/news/101107-2.3.16.news @@ -25,7 +25,7 @@ Then post any bugs you find to bugzilla

              Major changes in the 2.3.x release include;

              • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
              • -
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • +
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --with-html-engine=webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • Updated to AqBanking 3 on Win32.
              diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news index db0435eb..d58336b1 100755 --- a/news/it/101107-2.3.16.news +++ b/news/it/101107-2.3.16.news @@ -25,7 +25,7 @@ E poi segnalare qualsiasi problema riscontrato su bugzilla

              I principali cambiamenti nel rilascio 2.3.x comprendono:

              • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
              • -
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--enable-webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • +
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • Aggiornamento a AqBanking 3 su Win32.
              From 9ec53a5807c8c37ee69f6481a120c1f7253984e6 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Sun, 21 Nov 2010 21:45:06 +0000 Subject: [PATCH 270/344] Add 2.3.17 release notes git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19859 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/101121-2.3.17.news | 210 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 news/101121-2.3.17.news diff --git a/news/101121-2.3.17.news b/news/101121-2.3.17.news new file mode 100644 index 00000000..64900876 --- /dev/null +++ b/news/101121-2.3.17.news @@ -0,0 +1,210 @@ +Announcement: GnuCash 2.3.17 (RC2) Release +2010-11-21 + +

              GnuCash 2.3.17 (RC2) released

              + +

              The GnuCash development team proudly announces GnuCash 2.3.17, the eighteenth of several 2.3.x releases of the GnuCash Free Accounting Software and second release candidate for the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

              + +
              +

              WARNING: This is a release candidate version of Gnucash.

              +

              This release is intended for developers and testers who want to verify that bugs found during development have been fixed and that the software is stable enough to be released as 2.4.0.

              +

              Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.

              +
              + +
              +

              WARNING: You should uninstall any earlier GnuCash version from your system prior to installing 2.3.17.

              +

              Failing to do so may result in startup errors. In particular on Windows this may cause "Parse error: entry point not found" errors.

              +
              + +
              +

              NOTE: The latest stable version is 2.2.9.

              +
              + +

              PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. +Then post any bugs you find to bugzilla

              +

              Major changes in the 2.3.x release include; +

                +
              • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
              • +
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • +
              • Updated to AqBanking 3 on Win32.
              • +
              + +

              Strings are frozen. This means no new changes will be introduced which change any text displayed by Gnucash. Therefore, final translations for 2.4.0 release may begin.

              + +

              Changes between 2.3.16 and 2.3.17 include: + +

                +
              • Bugs fixed
              • +
                  +
                • Bug #589954: No blank split after creating a new account "on the fly" while editing a transaction. + +Cause was that gnc_split_register_get_account_by_name() turned of "full_refresh" if the account didn't already exist and turned it back on only if the name of the account actually created in the new account dialog box differed from the one originally entered in the transaction. + +Since "full_refresh" isn't manipulated much, that effectively shut down the ledger for further editing. Probably not what the original author intended! + +
                • +
                • Bug #634906 - Re-enable splash screen preference option
                • +
                • Bug #633550 - Help and concepts guide are missing from the prebuilt binary (because xsltproc chokes on undefined entities)
                • +
                • Bug #609581 - Gnucash 2.3.8 offers to create db and then fails to do so
                • +
                • Bug 628409: SQL coerces identifiers to lowercase, but postgres's C interface is case sensitive.
                • +
                • Bug 592643: Set standard_conforming_strings on postgresql databases.
                • +
                • Bug 634964: Crash in pgsql_error_fn. The dbi_conn isn't set if the server refuses the connection, so protect dereferences from null pointers.
                • +
                • Bug #634357 followup: convert New and Open submenus into plain menus
                • +
                • Bug #634812: Improve backend error reporting for Session begin + +Patch by Mike E: + +The current error feedback to a python scrpt/user looks something like: + +call to begin resulted in the following errors, (7,) + +This change in gnucash_core.py makes the feedback similar to: + +call to begin resulted in the following errors, ERR_BACKEND_LOCKED + +This is less cryptic and aid debugging of user python scripts. My only +issue though is whether this would break existing user scripts where checking +of this error code is used for flow control. Although since the ERR_ codes are +imported with gnucash_core_c it *should* have no effect.
                • +
                • Bug #634357: Further menu ui cleanup: Reserve File New/Open menu only the file-related items anymore. + +The menu items under "File" should relate only to the file (database), +not to anything within a file. The open/new for all other things (budget, +invoice, account) have been moved somewhere else.
                • +
                • Minor fix of r19802, bug#634673: config.h is in builddir, not srcdir; add last .i file dependency.
                • +
                • Bug 634673: Add dependency information & fix typo in python-bindings Makefile.
                • +
                • Bug 634392: New sql database raises clobber warning + +A fairly extensive change, because I changed may_clobber from a global +qof function (which passed through qofbackend and fetched up in the +actual backends) to a local static in the individual backends which +raise a new qof_backend_error, QOF_ABCKEND_STORE_EXISTS. This was +necessary to reorder the existence check before the lock, because with +the sql backends, locking creates the database... which then would +return may_clobber as true, even though it really wasn't. + +New parameter "force" added to session_begin() functions, and +"create_if_nonexistant" is renamed to simply "create". The reason for +the latter is that the file/database is created regardless of whether it +already exists; that's what the clobber check is about. The new "force" +parameter is set to true the second time through, after the user has +responded to the clobber dialog indicating that the data should be +destroyed. + +Many of the extraneous changes are just adding the new parameter to the +session_begin() calls. + +gnc-file changes to handle the error in favor of calling the +no-longer-existing qof_check_may_clobber_data() call after +session_begin(). + +Two minor changes to gnc_file_do_save_as: gnc_add_history and +gnc_hook_run are now called on new_session instead of old_session; this +ensures that the new file/database is used at the next startup of +gnucash. Second, the filename/url is filtered before displaying the +"may_clobber" dialog box to prevent displaying plaintext database +passwords. + +
                • +
                • Bug #634165: Better dealing with a locked database in python + +Patch by Christoph Holtermann: + +For the second enhancement proposal i have attached a simple patch which adds +the argument ignore_lock to Session.__init__() which is passed through to +qof_session_begin. + +This patch extends the function Session.__init__() with ignore_lock
                • +
                • Bug #634357: Move the Budget Open/New menu items to Actions -> Budget -> New Budget / Open Budget because they have nothing to do with the file menu.
                • +
                • Bug 634334: Check that subdir argument really is one of the two cases +we can handle. Wrap fileURLWithPath in @try/@catch so that we don't +crash when it throws. + +Free bonus fix: If "en" is the language and doesn't have a translation, force the C locale. + +
                • +
                • Bug 634334: Crash on selecting New User Tutorial from new user dialog.
                • +
                • Bug #633942: Fix "nil" column header on single account report + +When I open a report window (barchart in the example) and select only one +account, I get a column header saying "nil" near the only data column. + +Someone accidentally wrote "nil" instead of the empty list '().
                • +
                • Bug #634252: Re-enable the splash screen if the user selects open anyway + +If during startup a file or database turns out to beeing locked the user is +presented a dialog with the options to open anyway, create a new file or abort. +This dialog, however, closes the splash screen. This may cause confusion, +because file loading and report generation may still take quite some time. + +Patch by Herbert Thoma.
                • +
                + + +
              • Updated translations or translation-related changes
              • +
                  +
                • Updated Italian Translation.
                • +
                • Updated dutch translation, copied from Translation Project
                • +
                • Minor update of German translation. + +In the "bills due" dialog we use Bill -> Rechnung, not Lieferantenrechnung.
                • +
                + + +
              • Other user-visible changes
              • +
                  +
                • Fix crash when using the function "Import DTAUS and send". The actual function is still implemented, though.
                • +
                + + +
              • Other code/build changes
              • +
                  +
                • Correct patch submission instructions to direct patches to bugzilla rather than the mailing list.
                • +
                • Splash screen: minor code cleanup
                • +
                • Fix error in r19822 which prevented creation of postgres databases.
                • +
                • Fix python samples to work with reordered Session.__init__() args
                • +
                • Fixed aqbanking transaction type on importing DTAUS online transfers. + +Patch by Manfred Usselmann.
                • +
                • Disable Italian docs generation I just accidentally enabled. It +wasn't enabled before the xsltproc issue popped up, so it shouldn't +be enabled now.
                • +
                • Reactivate English docs generation in Windows build
                • +
                • When preparing imported DTAUS jobs, check their availability as well.
                • +
                • Fix misplaced comment in gnome-utls/gnome-file.c from 19798
                • +
                • Make arguments to Session.__init__() have the same order as to qof_session_begin() to reduce potential confusion.
                • +
                • Fix typo in AUTHORS, as pointed out by Mike himself.
                • +
                • Add Mike Evans to AUTHORS as he has been providing patches regularly.
                • +
                • Win32 build: Update versions of libktoblzcheck, gwenhywfar4.
                • +
                • Add force_new parameter to GnuCashCoreClass.__init__, reflecting change to qof_session_begin() in r19798
                • +
                • Increase gnutls version to 2.8.6 (might fix bug#632158)
                • +
                + +
              + + +

              Caveats for Testers

              +

              Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.

              +

              The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.

              + +

              How can you help?

              +

              Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.

              +

              Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.

              +

              +

              We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla

              + +

              Getting GnuCash

              +

              Source code for GnuCash 2.3.17 can be downloaded from multiple locations: +

                +
              • The GnuCash website
              • +
              • Sourceforge: bzip2, gzip, all files.
              • +
              • You can also checkout the sources directly from the subversion repository with this command:

                svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
              • +

              + +

              To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

              + +

              Win32 binary

              +

              The Gnucash 2.3.17 Win32 setup executable can be downloaded from Sourceforge as well. + +

              About the Program

              +

              GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

              From ca9cde643421f6a6bbc4a5e06231dfbdb9e79852 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 23 Nov 2010 10:29:08 +0000 Subject: [PATCH 271/344] Update patch submission procedure git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19864 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.phtml b/docs.phtml index 064a35a1..5ad805c0 100644 --- a/docs.phtml +++ b/docs.phtml @@ -121,7 +121,8 @@ include("externals/menu.phtml");

              svn diff > my-patch-name.patch
              -

              gnucash-devel mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla.gnome.org if you wish.");?>

              +

              bugzilla.gnome.org and send an email to gnucash-devel mailing list to inform other developers on your work.");?>

              +

              gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?>

              From e25c80c035d7524977619c4276aacf1be1569a87 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 23 Nov 2010 11:00:02 +0000 Subject: [PATCH 272/344] Correct the webkit configure parameter git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19865 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/100820-2.3.15.news | 2 +- news/101121-2.3.17.news | 2 +- news/it/100820-2.3.15.news | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/news/100820-2.3.15.news b/news/100820-2.3.15.news index 67d489e5..b7adc04f 100644 --- a/news/100820-2.3.15.news +++ b/news/100820-2.3.15.news @@ -25,7 +25,7 @@ Then post any bugs you find to bugzilla

              Major changes in the 2.3.x release include;

              • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
              • -
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • +
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --with-html-engine=webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • Updated to AqBanking 3 on Win32.
              diff --git a/news/101121-2.3.17.news b/news/101121-2.3.17.news index 64900876..6913dcc9 100644 --- a/news/101121-2.3.17.news +++ b/news/101121-2.3.17.news @@ -25,7 +25,7 @@ Then post any bugs you find to bugzilla

              Major changes in the 2.3.x release include;

              • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
              • -
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • +
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --with-html-engine=webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • Updated to AqBanking 3 on Win32.
              diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news index 0aa26018..a4c9d210 100755 --- a/news/it/100820-2.3.15.news +++ b/news/it/100820-2.3.15.news @@ -25,7 +25,7 @@ E poi segnalare qualsiasi problema riscontrato su bugzilla

              I principali cambiamenti nel rilascio 2.3.x comprendono:

              • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
              • -
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--enable-webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.5-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • +
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.5-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • Aggiornamento a AqBanking 3 su Win32.
              From 921cfc7cb97721ed5d3a9b3067c1a89b41e093c7 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 23 Nov 2010 11:15:18 +0000 Subject: [PATCH 273/344] Improve wording on bugzilla patch submission, update po files and update Dutch translation. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19866 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 6 +- locale/nl/LC_MESSAGES/gnucash-htdocs.mo | Bin 57488 -> 58550 bytes po/de.po | 132 +-- po/es.po | 105 ++- po/fr.po | 106 ++- po/it.po | 1117 +++++++++++++++++------ po/ja.po | 163 ++-- po/nb.po | 105 ++- po/nl.po | 73 +- po/pl.po | 105 ++- po/pt_PT.po | 105 ++- po/zh_CN.po | 125 ++- 12 files changed, 1490 insertions(+), 652 deletions(-) diff --git a/docs.phtml b/docs.phtml index 5ad805c0..08f92f75 100644 --- a/docs.phtml +++ b/docs.phtml @@ -121,10 +121,12 @@ include("externals/menu.phtml");

              svn diff > my-patch-name.patch
              -

              bugzilla.gnome.org and send an email to gnucash-devel mailing list to inform other developers on your work.");?>

              -

              +

              Gnome's bugzilla database and send an email to gnucash-devel mailing list to inform other developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch submission.");?>

              +
              +

              NOTE: It used to be ok also to send your patch directly to the gnucash-devel list. This is discouraged now, as a patch is easily forgotten between the many list discussions. Attach patches to bugs in Bugzilla instead (either an existing bug or a new one). If you insist on sending a patch to gnucash-devel, it should be attached, not inlined.");?>

              gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?>

              +

              diff --git a/locale/nl/LC_MESSAGES/gnucash-htdocs.mo b/locale/nl/LC_MESSAGES/gnucash-htdocs.mo index 04d19be67f9f1ca7af235ca16ceb9127fe047dd6..09c776eaad4702c4fcf4c0b276a51fcdc31daf3f 100644 GIT binary patch delta 7378 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 IwY%2;07&x;(EtDd diff --git a/po/de.po b/po/de.po index 0d3e5b5b..6c9d355e 100644 --- a/po/de.po +++ b/po/de.po @@ -10,10 +10,11 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2010-05-06 01:06+0200\n" "Last-Translator: Frank H. Ellenberger \n" "Language-Team: deutsch \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -574,11 +575,11 @@ msgstr "" "Quelltextes erzeugt wird, sowie die Benutzerdokumentation für die aktuelle " "instabile Version von Gnucash." -#: docs.phtml:24 docs.phtml:46 docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "Kurs und Konzepte" -#: docs.phtml:25 docs.phtml:38 docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "Online-Hilfe" @@ -587,7 +588,8 @@ msgid "Doxygen Developer Documentation" msgstr "Doxygen Entwickler-Dokumentation" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +#, fuzzy +msgid "GnuCash v2.2 (current stable release)" msgstr "GnuCash Version 2.0 (aktuelle stabile Version)" #: docs.phtml:33 @@ -614,16 +616,21 @@ msgstr "" "tiefergehend erläutern und mit einem Tutorial zeigen, wie man sie praktisch " "anwendet." -#: docs.phtml:40 docs.phtml:42 docs.phtml:48 docs.phtml:49 docs.phtml:73 -#: docs.phtml:75 docs.phtml:78 docs.phtml:79 docs.phtml:83 +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "Englisch" -#: docs.phtml:41 docs.phtml:74 docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "Deutsch" -#: docs.phtml:54 +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" + +#: docs.phtml:51 msgid "" "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " @@ -639,7 +646,7 @@ msgstr "" "lediglich aufgrund Ihrer Kommentare wissen, wie wir die Dokumentation " "verbessern können." -#: docs.phtml:55 +#: docs.phtml:52 msgid "" "Additionally, you can talk to someone via IRC at irc.gnome.org channel " "\"#gnucash\" about your question. Another resource is the current docs tarball." msgstr "" -#: docs.phtml:112 +#: docs.phtml:118 #, fuzzy msgid "" "For those not familiar with svn, the GnuCash wiki has a Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." +msgstr "" + +#: docs.phtml:126 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." msgstr "" -"Ebenso checkout des doc-svn wie oben beschreiben. Das übliche Vorgehen für " -"Beitragende zu GnuCash ist anfangs Patches an die gnucash-devel Mailingliste[, bzw. für die " -"deutsche Ãœbersetzung an gnucash-de] zu schicken. Wir werden das Hinzufügen der Patches ins " -"svn übernehmen, bis Ihnen ein eigener Zugang eingeräumt wird. Sie können den " -"Patch aber auch zu einem bug report in bugzilla hinzufügen, wenn Sie möchten." -#: docs.phtml:119 +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -838,7 +848,7 @@ msgstr "" "könne, ob sie bereits daran arbeiten oder ob diese Aufgabe momentan vakant " "ist." -#: docs.phtml:120 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -849,17 +859,17 @@ msgstr "" "Menge nützlicher Informationen, welche noch nicht in die neue übertragen " "wurden." -#: docs.phtml:122 +#: docs.phtml:131 msgid "Reviewers" msgstr "Redakteure/Reviewer" -#: docs.phtml:123 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:124 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." @@ -1852,6 +1862,24 @@ msgstr "Datum" msgid "(${size} bytes)" msgstr "(${size} Byte)" +#, fuzzy +#~ msgid "" +#~ "The usual procedure for contributors to GnuCash is to initially submit " +#~ "patches to the gnucash-" +#~ "devel mailing list. We will handle getting the patches added into svn " +#~ "until you are given an account. You can also add the patch to a bug " +#~ "report in bugzilla.gnome.org if " +#~ "you wish." +#~ msgstr "" +#~ "Ebenso checkout des doc-svn wie oben beschreiben. Das übliche Vorgehen " +#~ "für Beitragende zu GnuCash ist anfangs Patches an die gnucash-devel Mailingliste[, bzw. " +#~ "für die deutsche Ãœbersetzung an gnucash-de] zu schicken. Wir werden das Hinzufügen der Patches " +#~ "ins svn übernehmen, bis Ihnen ein eigener Zugang eingeräumt wird. Sie " +#~ "können den Patch aber auch zu einem bug report in bugzilla hinzufügen, " +#~ "wenn Sie möchten." + #~ msgid "Interesting Links" #~ msgstr "Interessante Links" diff --git a/po/es.po b/po/es.po index 4567a3c4..1e2ac521 100644 --- a/po/es.po +++ b/po/es.po @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2006-05-28 23:44-0400\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -423,11 +424,11 @@ msgid "" "version of GnuCash." msgstr "" -#: docs.phtml:24 docs.phtml:46 docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "" -#: docs.phtml:25 docs.phtml:38 docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "" @@ -436,7 +437,7 @@ msgid "Doxygen Developer Documentation" msgstr "" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +msgid "GnuCash v2.2 (current stable release)" msgstr "" #: docs.phtml:33 @@ -454,16 +455,21 @@ msgid "" "tutorial to show how to put those concepts into practice." msgstr "" -#: docs.phtml:40 docs.phtml:42 docs.phtml:48 docs.phtml:49 docs.phtml:73 -#: docs.phtml:75 docs.phtml:78 docs.phtml:79 docs.phtml:83 +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "" -#: docs.phtml:41 docs.phtml:74 docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "" -#: docs.phtml:54 +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" + +#: docs.phtml:51 msgid "" "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " @@ -472,7 +478,7 @@ msgid "" "how to modify the documentation." msgstr "" -#: docs.phtml:55 +#: docs.phtml:52 msgid "" "Additionally, you can talk to someone via IRC at irc.gnome.org channel " "\"#gnucash\" about your question. Another resource is the current docs tarball." msgstr "" -#: docs.phtml:112 +#: docs.phtml:118 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -597,11 +603,11 @@ msgid "" "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" -#: docs.phtml:115 +#: docs.phtml:121 msgid "Writers" msgstr "" -#: docs.phtml:116 +#: docs.phtml:122 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -609,16 +615,27 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:118 +#: docs.phtml:124 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." msgstr "" -#: docs.phtml:119 +#: docs.phtml:126 +msgid "" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." +msgstr "" + +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -626,24 +643,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:120 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:122 +#: docs.phtml:131 msgid "Reviewers" msgstr "" -#: docs.phtml:123 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:124 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/fr.po b/po/fr.po index 41248100..d9dfcfe7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,10 +13,11 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2009-02-21 13:17+0100\n" "Last-Translator: jsled \n" "Language-Team: French \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -469,11 +470,11 @@ msgstr "" "Les documentations sont reconstruites quotidiennement à partir des données à " "jour dans le dépôt des sources." -#: docs.phtml:24 docs.phtml:46 docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "Guide des concepts" -#: docs.phtml:25 docs.phtml:38 docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "Manuel d'Aide" @@ -482,7 +483,8 @@ msgid "Doxygen Developer Documentation" msgstr "Informations pour développeur" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +#, fuzzy +msgid "GnuCash v2.2 (current stable release)" msgstr "GnuCash v2.0 (dernière version stable)" #: docs.phtml:33 @@ -507,16 +509,21 @@ msgstr "" "approfondie qui offre des leçons sur chacun des concepts de la comptabilité " "par l'entremise de tutoriels." -#: docs.phtml:40 docs.phtml:42 docs.phtml:48 docs.phtml:49 docs.phtml:73 -#: docs.phtml:75 docs.phtml:78 docs.phtml:79 docs.phtml:83 +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "Anglais" -#: docs.phtml:41 docs.phtml:74 docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "Allemand" -#: docs.phtml:54 +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" + +#: docs.phtml:51 msgid "" "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " @@ -530,7 +537,7 @@ msgstr "" "C'est avec vos remarques constructives et vos retours que nous pouvons " "savoir comment améliorer la documentaiton." -#: docs.phtml:55 +#: docs.phtml:52 msgid "" "Additionally, you can talk to someone via IRC at irc.gnome.org channel " "\"#gnucash\" about your question. Another resource is the current docs tarball." msgstr "" -#: docs.phtml:112 +#: docs.phtml:118 #, fuzzy msgid "" "For those not familiar with svn, the GnuCash wiki has a Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." +msgstr "" + +#: docs.phtml:126 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." msgstr "" -#: docs.phtml:119 +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -697,24 +715,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:120 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:122 +#: docs.phtml:131 msgid "Reviewers" msgstr "Relecteurs" -#: docs.phtml:123 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:124 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/it.po b/po/it.po index 87dc2cf6..57c62534 100644 --- a/po/it.po +++ b/po/it.po @@ -6,10 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: GnuCash ht-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2010-08-05 14:20+0100\n" "Last-Translator: Cristian Marchi \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -28,60 +29,98 @@ msgid "Stable release (%s)" msgstr "Rilascio stabile (%s)" #: download.phtml:15 -msgid "A stable release is a version of GnuCash that is well tested and considered appropriate for every day use." -msgstr "Un rilascio stabile è una versione di GnuCash che è stata testata a fondo e ritenuta appropriata per l'utilizzo di tutti i giorni." +msgid "" +"A stable release is a version of GnuCash that is well tested and considered " +"appropriate for every day use." +msgstr "" +"Un rilascio stabile è una versione di GnuCash che è stata testata a fondo e " +"ritenuta appropriata per l'utilizzo di tutti i giorni." #: download.phtml:16 #, php-format -msgid "The latest stable release of GnuCash is %s. Choose the download for your operating system below." -msgstr "L'ultimo rilascio stabile di GnuCash è la versione %s. Scegliere qui sotto il file da scaricare adatto al proprio sistema operativo." +msgid "" +"The latest stable release of GnuCash is %s. Choose the download for your " +"operating system below." +msgstr "" +"L'ultimo rilascio stabile di GnuCash è la versione %s. Scegliere qui sotto " +"il file da scaricare adatto al proprio sistema operativo." #: download.phtml:18 msgid "Installers" msgstr "Programmi di installazione" -#: download.phtml:20 -#: download.phtml:21 -#: download.phtml:47 -#: download.phtml:48 +#: download.phtml:20 download.phtml:21 download.phtml:47 download.phtml:48 #, php-format msgid "GnuCash %s for" msgstr "GnuCash %s per" #: download.phtml:25 -msgid "Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution." -msgstr "La maggior parte delle distribuzioni Linux forniscono una versione di GnuCash, anche se questa potrebbe non essere quella più recente e installata fin da subito. Si raccomanda comunque l'utilizzo della versione di GnuCash fornita dalla propria distribuzione." +msgid "" +"Most linux distributions come bundled with a version of GnuCash, though it's " +"not always the most recent version and it may not have been installed by " +"default. Still it is recommended to use the GnuCash version that comes with " +"your distribution." +msgstr "" +"La maggior parte delle distribuzioni Linux forniscono una versione di " +"GnuCash, anche se questa potrebbe non essere quella più recente e installata " +"fin da subito. Si raccomanda comunque l'utilizzo della versione di GnuCash " +"fornita dalla propria distribuzione." #: download.phtml:26 -msgid "Below are ways to install GnuCash on some of the more popular distributions:" -msgstr "Di seguito sono elencati alcuni metodi per installare GnuCash in alcune delle più popolari distribuzioni:" +msgid "" +"Below are ways to install GnuCash on some of the more popular distributions:" +msgstr "" +"Di seguito sono elencati alcuni metodi per installare GnuCash in alcune " +"delle più popolari distribuzioni:" #: download.phtml:29 -msgid "Fedora users can install GnuCash through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE)." -msgstr "Gli utenti di Fedora possono installare GnuCash attraverso il menu Sistema->Amministrazione->Aggiungi/Rimuovi programmi (Gnome) o Applicazioni->Sistema->Gestione programmi (KDE)." +msgid "" +"Fedora users can install GnuCash through System->Administration->Add/Remove " +"Software (Gnome) or Applications->System->Software Management (KDE)." +msgstr "" +"Gli utenti di Fedora possono installare GnuCash attraverso il menu Sistema-" +">Amministrazione->Aggiungi/Rimuovi programmi (Gnome) o Applicazioni->Sistema-" +">Gestione programmi (KDE)." #: download.phtml:30 -msgid "Mandriva users can install GnuCash through the Software Management in the Mandriva Linux Control Center." -msgstr "Gli utenti di Mandriva possono installare GnuCash attraverso il gestore di programmi nel Centro di Controllo di Mandriva Linux." +msgid "" +"Mandriva users can install GnuCash through the Software Management in the " +"Mandriva Linux Control Center." +msgstr "" +"Gli utenti di Mandriva possono installare GnuCash attraverso il gestore di " +"programmi nel Centro di Controllo di Mandriva Linux." #: download.phtml:31 -msgid "Redhat and CentOS don't have GnuCash in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see " -msgstr "Redhat e CentOS non forniscono GnuCash attraverso i loro repository di default. GnuCash può comunque essere installato dal repository di terze parti Epel. Per maggiori dettagli sulla configurazione di questo repository di programmi, consultare la" +msgid "" +"Redhat and CentOS don't have GnuCash in their repositories by default. It " +"can be installed however from the third-party Epel repository. For more " +"details on configuring this additional software repository for your setup, " +"see " +msgstr "" +"Redhat e CentOS non forniscono GnuCash attraverso i loro repository di " +"default. GnuCash può comunque essere installato dal repository di terze " +"parti Epel. Per maggiori dettagli sulla configurazione di questo repository " +"di programmi, consultare la" #: download.phtml:31 msgid "Epel's wiki page" msgstr "pagina wiki di Epel" #: download.phtml:32 -msgid "Ubuntu 9.10 users can install GnuCash through the Software Center (in the Applications menu). This will install GnuCash under the Office category in the Applications menu." -msgstr "Gli utenti di Ubuntu 9.10 possono installare GnuCash attraverso il Software Center (nel menu Applicazioni). GnuCash verrà installato nella categoria «Ufficio» del menu «Applicazioni»." +msgid "" +"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " +"Applications menu). This will install GnuCash under the Office category in " +"the Applications menu." +msgstr "" +"Gli utenti di Ubuntu 9.10 possono installare GnuCash attraverso il Software " +"Center (nel menu Applicazioni). GnuCash verrà installato nella categoria " +"«Ufficio» del menu «Applicazioni»." #: download.phtml:35 msgid "Source code" msgstr "Codice sorgente" -#: download.phtml:37 -#: download.phtml:49 +#: download.phtml:37 download.phtml:49 #, php-format msgid "for GnuCash %s" msgstr "per GnuCash %s" @@ -100,13 +139,24 @@ msgid "Unstable/Development release (%s)" msgstr "Versione di sviluppo (non stabile) (%s)" #: download.phtml:43 -msgid "Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use." -msgstr "Le versioni di sviluppo (non stabili) sono dedicate solamentre ai test. Contengono nuove funzioni e miglioramenti, ma possono anche contenere dei bug. Si consiglia di non installare questi rilasci per l'utilizzo di tutti i giorni." +msgid "" +"Unstable (development) releases are for testing purposes only. They contain " +"the newest features and improvements, but may also contain serious bugs " +"still. Don't install these releases for everyday use." +msgstr "" +"Le versioni di sviluppo (non stabili) sono dedicate solamentre ai test. " +"Contengono nuove funzioni e miglioramenti, ma possono anche contenere dei " +"bug. Si consiglia di non installare questi rilasci per l'utilizzo di tutti i " +"giorni." #: download.phtml:44 #, php-format -msgid "The latest unstable release of GnuCash is %s. Choose the download for your operating system below." -msgstr "L'ultima versione stabile di GnuCash è la %s. Scegliere qui sotto il file da scaricare adatto al proprio sistema operativo." +msgid "" +"The latest unstable release of GnuCash is %s. Choose the download for your " +"operating system below." +msgstr "" +"L'ultima versione stabile di GnuCash è la %s. Scegliere qui sotto il file da " +"scaricare adatto al proprio sistema operativo." #: download.phtml:52 msgid "Other" @@ -126,38 +176,122 @@ msgstr "Visualizza tutti i file scaricabili di GnuCash %s (non stabile)" msgid "View all GnuCash downloads" msgstr "Visualizza tutti i file scaricabili di GnuCash" -#: sizing.phtml:3 -#: externals/menu.phtml:51 +#: sizing.phtml:3 externals/menu.phtml:51 msgid "Sizing" msgstr "Dimensioni" #: sizing.phtml:14 -msgid "It can often be quite interesting to study the source code metrics behind a software development project. Not a surprising interest: its accounting afterall. GnuCash has grown, over the years, from a small handy electronic checkbook to a rather large and multi-featured desktop app." -msgstr "Può rivelarsi interessante studiare le statistiche del codice sorgente relativamente a un progetto di sviluppo di un programma. Niente di originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso degli anni da un piccolo e pratico registro degli assegni elettronico, fino a divenire un'applicazione desktop relativamente estesa e con molte caratteristiche." +msgid "" +"It can often be quite interesting to study the source code metrics behind a " +"software development project. Not a surprising interest: its accounting " +"afterall. GnuCash has grown, over the years, from a small handy electronic " +"checkbook to a rather large and multi-featured desktop app." +msgstr "" +"Può rivelarsi interessante studiare le statistiche del codice sorgente " +"relativamente a un progetto di sviluppo di un programma. Niente di " +"originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso " +"degli anni da un piccolo e pratico registro degli assegni elettronico, fino " +"a divenire un'applicazione desktop relativamente estesa e con molte " +"caratteristiche." #: sizing.phtml:17 -msgid "GnuCash currently consists of over a third of a million lines of code spread over more than a thousand files. It has been translated into twenty-three languages and credits over 139 authors and contributors." -msgstr "GnuCash attualmente consiste di oltre un terzo di milione di linee di codice distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e hanno contribuito allo sviluppo oltre 139 persone fra autori e collaboratori." +msgid "" +"GnuCash currently consists of over a third of a million lines of code spread " +"over more than a thousand files. It has been translated into twenty-three " +"languages and credits over 139 authors and contributors." +msgstr "" +"GnuCash attualmente consiste di oltre un terzo di milione di linee di codice " +"distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e " +"hanno contribuito allo sviluppo oltre 139 persone fra autori e collaboratori." #: sizing.phtml:23 -msgid "If you've had trouble swimming through that mass of source code, think of it this way: printed out on paper, and bound into volumes, it would amount to several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-width's worth of source code." -msgstr "Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può immaginare in questo modo: stampato su carta, e rilegato in volumi, ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, circa la larghezza di una libreria di codice sorgente!" +msgid "" +"If you've had trouble swimming through that mass of source code, think of it " +"this way: printed out on paper, and bound into volumes, it would amount to " +"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" +"width's worth of source code." +msgstr "" +"Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può " +"immaginare in questo modo: stampato su carta, e rilegato in volumi, " +"ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, " +"circa la larghezza di una libreria di codice sorgente!" #: sizing.phtml:26 -msgid "Mind you, this is source code (and docs) crafted and debugged by actual humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) can generate gaziilions of lines of code automatically; I'm not counting those. Every last line counted here was typed in, edited, indented, tweaked, multiple times, by human hands." -msgstr "Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e corretto da umani; NON si tratta di codice generato automaticamente. Alcuni strumenti (quali glade o g-wrap) sono in grado di generare un'enorme quantità di di linee di codice automaticamente; queste non sono state conteggiate. Ogni singola linea conteggiata in questa sede, è stata più volte scritta, modificata, ordinata, regolata dal lavoro umano." +msgid "" +"Mind you, this is source code (and docs) crafted and debugged by actual " +"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " +"can generate gaziilions of lines of code automatically; I'm not counting " +"those. Every last line counted here was typed in, edited, indented, " +"tweaked, multiple times, by human hands." +msgstr "" +"Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e " +"corretto da umani; NON si tratta di codice generato automaticamente. Alcuni " +"strumenti (quali glade o g-wrap) sono in grado di generare un'enorme " +"quantità di di linee di codice automaticamente; queste non sono state " +"conteggiate. Ogni singola linea conteggiata in questa sede, è stata più " +"volte scritta, modificata, ordinata, regolata dal lavoro umano." #: sizing.phtml:29 -msgid "Given that we have about 400 outstanding bugs in bugzilla, that works out to about one bug per thousand lines of code, or one bug per 50 pages of printout. This bug count is actually not atypical for software projects; its near the norm." -msgstr "Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che che mediamente è presente un bug per ogni centinaio di linee di codice, o anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che atipico per i progetti di sviluppo di programmi: si può affermare che è nella norma." +msgid "" +"Given that we have about 400 outstanding bugs in bugzilla, that works out to " +"about one bug per thousand lines of code, or one bug per 50 pages of " +"printout. This bug count is actually not atypical for software projects; " +"its near the norm." +msgstr "" +"Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che " +"che mediamente è presente un bug per ogni centinaio di linee di codice, o " +"anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che " +"atipico per i progetti di sviluppo di programmi: si può affermare che è " +"nella norma." #: sizing.phtml:32 -msgid "The table below shows some historical lines-of-code and number-of-files metrics for the GnuCash development project. Note that not all of the code is counted: for instance, the Makefiles and configure.in and autogen.sh are not counted. Also, files that are automatically generated are not counted, nor are files that have been 'borrowed' from other projects. Also not counted are experimental files, miscellaneous perl scripts, various converters, addons and utilities. Finally, glade files are not counted, although large parts of the overall GUI are described in glade files." -msgstr "La tabella seguente mostra i dati storici relativi al numero di linee di codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono contabilizzate tutte le linee di codice: per esempio, i file Makefiles, configure.in e autogen.sh non sono contati. Anche i file generati automaticamente non sono stati considerati, come anche i file \"presi in prestito\" da altri progetti. Non sono contati neanche i file sperimentali, i vari script di perl, gli addon e le utility. Infine, non sono contabilizzati nemmeno i file glade anche se buona parte dell'interfaccia grafica è descritta nei file di questo tipo." +msgid "" +"The table below shows some historical lines-of-code and number-of-files " +"metrics for the GnuCash development project. Note that not all of the code " +"is counted: for instance, the Makefiles and configure.in and autogen.sh are " +"not counted. Also, files that are automatically generated are not counted, " +"nor are files that have been 'borrowed' from other projects. Also not " +"counted are experimental files, miscellaneous perl scripts, various " +"converters, addons and utilities. Finally, glade files are not " +"counted, although large parts of the overall GUI are described in glade files." +msgstr "" +"La tabella seguente mostra i dati storici relativi al numero di linee di " +"codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono " +"contabilizzate tutte le linee di codice: per esempio, i file Makefiles, " +"configure.in e autogen.sh non sono contati. Anche i file generati " +"automaticamente non sono stati considerati, come anche i file \"presi in " +"prestito\" da altri progetti. Non sono contati neanche i file sperimentali, " +"i vari script di perl, gli addon e le utility. Infine, non sono " +"contabilizzati nemmeno i file glade anche se buona parte " +"dell'interfaccia grafica è descritta nei file di questo tipo." #: sizing.phtml:35 -msgid "Note also that KLOC's are not a good metric of programmer productivity, nor even that wc is a good way of counting KLOC's. Much better measures are complexity metrics, which, for example, count the number and size of if-then-else blocks, or the number and size of all blocks, or the number of math operators per statement. Maybe someday we'll run one of those tools on this code. For now, this is what we have. On the other hand, we've attempted to count only those files that contain human-edited code, that is, files that are directly edited by humans. The point of doing this is to avoid artificially inflating the KLOC counts by counting automatically generated code (which is why the glade files are not counted: they are large and automatically generated)." -msgstr "Si noti anche che le KLOC non rappresentano una misura attendibile della produttività di un programmatore, e anche che wc non è il modo più adatto per conteggiare le KLOC. Misurazioni migliori derivano da conteggi complessi che, per esempio, esaminano il numero e la dimensione di tutti i blocchi, o il numero di operatori matematici per espressione. Forse un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; per ora questo è quello che si ha a disposizione. D'altra parte, si è cercato di conteggiare solamente quei file che contengono codice elaborato esclusivamente da umani. Questo è stato fatto per evitare di aumentare il valore delle KLOC includendo anche il codice generato automaticamente (per questo motivo i file di glade non sono computati: sono molto grandi e generati in automatico)." +msgid "" +"Note also that KLOC's are not a good metric of programmer productivity, nor " +"even that wc is a good way of counting KLOC's. Much better " +"measures are complexity metrics, which, for example, count the number and " +"size of if-then-else blocks, or the number and size of all blocks, or the " +"number of math operators per statement. Maybe someday we'll run one of " +"those tools on this code. For now, this is what we have. On the other hand, " +"we've attempted to count only those files that contain human-edited code, " +"that is, files that are directly edited by humans. The point of doing this " +"is to avoid artificially inflating the KLOC counts by counting automatically " +"generated code (which is why the glade files are not counted: they are large " +"and automatically generated)." +msgstr "" +"Si noti anche che le KLOC non rappresentano una misura attendibile della " +"produttività di un programmatore, e anche che wc non è il modo " +"più adatto per conteggiare le KLOC. Misurazioni migliori derivano da " +"conteggi complessi che, per esempio, esaminano il numero e la dimensione di " +"tutti i blocchi, o il numero di operatori matematici per espressione. Forse " +"un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; " +"per ora questo è quello che si ha a disposizione. D'altra parte, si è " +"cercato di conteggiare solamente quei file che contengono codice elaborato " +"esclusivamente da umani. Questo è stato fatto per evitare di aumentare il " +"valore delle KLOC includendo anche il codice generato automaticamente (per " +"questo motivo i file di glade non sono computati: sono molto grandi e " +"generati in automatico)." #: sizing.phtml:39 msgid "Table 1. Historical Development Stats" @@ -167,13 +301,11 @@ msgstr "Tabella 1. Statistiche storiche di sviluppo" msgid "Version" msgstr "Versione" -#: sizing.phtml:50 -#: sizing.phtml:355 +#: sizing.phtml:50 sizing.phtml:355 msgid "misc app" msgstr "applicazioni varie" -#: sizing.phtml:57 -#: sizing.phtml:390 +#: sizing.phtml:57 sizing.phtml:390 msgid "internal txt" msgstr "txt interni" @@ -181,13 +313,11 @@ msgstr "txt interni" msgid "Total" msgstr "Totale" -#: sizing.phtml:59 -#: sizing.phtml:395 +#: sizing.phtml:59 sizing.phtml:395 msgid "Languages" msgstr "Lingue" -#: sizing.phtml:60 -#: sizing.phtml:400 +#: sizing.phtml:60 sizing.phtml:400 msgid "Author Credits" msgstr "Ringraziamenti" @@ -196,80 +326,200 @@ msgid "Each cell displays the following:" msgstr "Ogni cella visualizza:" #: sizing.phtml:321 -msgid "number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). If there are no *.scm files in the directory, then only (KLOCS in *.c + KLOCS in *.h) are displayed. If there is only one number in the parenthesis, it is the approriate KLOC count for that statistic." -msgstr "numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). Se non sono presenti nella directory dei file di tipo *.scm, allora sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le parentesi è presente un solo numero, questo rappresenta il conteggio KLOC appropriato per quella statistica." +msgid "" +"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " +"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." +"c + KLOCS in *.h) are displayed. If there is only one number in the " +"parenthesis, it is the approriate KLOC count for that statistic." +msgstr "" +"numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *." +"scm). Se non sono presenti nella directory dei file di tipo *.scm, allora " +"sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le " +"parentesi è presente un solo numero, questo rappresenta il conteggio KLOC " +"appropriato per quella statistica." #: sizing.phtml:324 -msgid "where KLOC == kilo-lines-of-code, as reported by wc. As noted above, wc is not a terribly good code metric, but its what we have handy." -msgstr "dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come riportato da wc. Come messo in evidenza in precedenza, wc non è un perfetto contatore di codice, ma è ciò che si ha a disposizione." +msgid "" +"where KLOC == kilo-lines-of-code, as reported by wc. As noted " +"above, wc is not a terribly good code metric, but its what we have handy." +msgstr "" +"dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come " +"riportato da wc. Come messo in evidenza in precedenza, wc non è " +"un perfetto contatore di codice, ma è ciò che si ha a disposizione." #: sizing.phtml:327 msgid "Table Column Legend" msgstr "Legenda della colonna della tabella" #: sizing.phtml:331 -msgid "Contents of the src/engine and the include directories. The engine was split out from the motif code in version 1.1. The data storage backend (file-io, sql) was split out in the course of version 1.5" -msgstr "Contenuto della directory src/engine e delle sue sotto directory. Il motore è stato separato dal codice motif nella versione 1.1. Il backend per l'archiviazione dei dati (file-io, sql) è stato separato nel corso della versione 1.5." +msgid "" +"Contents of the src/engine and the include directories. The engine was split " +"out from the motif code in version 1.1. The data storage backend (file-io, " +"sql) was split out in the course of version 1.5" +msgstr "" +"Contenuto della directory src/engine e delle sue sotto directory. Il motore " +"è stato separato dal codice motif nella versione 1.1. Il backend per " +"l'archiviazione dei dati (file-io, sql) è stato separato nel corso della " +"versione 1.5." #: sizing.phtml:335 -msgid "Contents of the src/backend directory (version 1.7 and later) or of src/engine/file, src/engine/sql (version 1.6 and earlier)" -msgstr "Contenuto della directory src/backend (versione 1.7 e successive) o di src/engine/file, src/engine/sql (versione 1.6 e precedenti)" +msgid "" +"Contents of the src/backend directory (version 1.7 and later) or of src/" +"engine/file, src/engine/sql (version 1.6 and earlier)" +msgstr "" +"Contenuto della directory src/backend (versione 1.7 e successive) o di src/" +"engine/file, src/engine/sql (versione 1.6 e precedenti)" #: sizing.phtml:339 -msgid "Contents of the src/register directory (version 1.6 and earlier) or src/register/register-core (version 1.7 and later). The register was split out as a separate component from the motif code in version 1.1. As can be seen from the stats, the register code has been fairly stable. At version 1.7 and later, this cell shows a second count: the number of lines of code in src/register/register-gnome (previously counted as part of gnome)" -msgstr "Contenuto della directory src/register (versione 1.6 e precedenti) o src/register/register-core (versione 1.7 e successive) . Il registro è stato separato dal codice motif della versione 1.1. Come si può notare dalle statistiche, il codice del registro è piuttosto stabile. A partire dalla versione 1.7, questa cella mostra un secondo conteggio: il numero di linee di codice in src/register/register-gnome (prima conteggiate come parte di gnome)" +msgid "" +"Contents of the src/register directory (version 1.6 and earlier) or src/" +"register/register-core (version 1.7 and later). The register was split out " +"as a separate component from the motif code in version 1.1. As can be seen " +"from the stats, the register code has been fairly stable. At version 1.7 and " +"later, this cell shows a second count: the number of lines of code in src/" +"register/register-gnome (previously counted as part of gnome)" +msgstr "" +"Contenuto della directory src/register (versione 1.6 e precedenti) o src/" +"register/register-core (versione 1.7 e successive) . Il registro è stato " +"separato dal codice motif della versione 1.1. Come si può notare dalle " +"statistiche, il codice del registro è piuttosto stabile. A partire dalla " +"versione 1.7, questa cella mostra un secondo conteggio: il numero di linee " +"di codice in src/register/register-gnome (prima conteggiate come parte di " +"gnome)" #: sizing.phtml:343 -msgid "*.c, *.h files in the src directory only (version 1.6 and earlier) or src/register/ledger-core (version 1.7 and later)" -msgstr "file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/register/ledger-core (versione 1.7 e successive)" +msgid "" +"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" +"register/ledger-core (version 1.7 and later)" +msgstr "" +"file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/" +"register/ledger-core (versione 1.7 e successive)" #: sizing.phtml:347 -msgid "Contents of the src/motif directory (version 1.2 and earlier). The motif version of the code was discontinued after version 1.2, after most of the non-gui code was moved to either the engine, the register or the ledger." -msgstr "Contenuto della directory src/motif (versione 1.2 e precedenti). La versione in motif del codice è stata abbandonata dopo la versione 1.2, allorché la maggior parte del codice non relativo all'interfaccia grafica è stato spostato o al motore,o al registro o al libro mastro." +msgid "" +"Contents of the src/motif directory (version 1.2 and earlier). The motif " +"version of the code was discontinued after version 1.2, after most of the " +"non-gui code was moved to either the engine, the register or the ledger." +msgstr "" +"Contenuto della directory src/motif (versione 1.2 e precedenti). La versione " +"in motif del codice è stata abbandonata dopo la versione 1.2, allorché la " +"maggior parte del codice non relativo all'interfaccia grafica è stato " +"spostato o al motore,o al registro o al libro mastro." #: sizing.phtml:351 -msgid "Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For version 1.7 and later, this consists of src/gnome, src/gnome-search and src/gnome-util" -msgstr "Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/gnome-search e src/gnome-util" +msgid "" +"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " +"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" +"gnome-util" +msgstr "" +"Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e " +"precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/" +"gnome-search e src/gnome-util" #: sizing.phtml:356 -msgid "Contents of miscellanous application-related directories (version 1.7 and later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" -msgstr "Contenuto delle directory relative ad applicazioni varie (versione 1.7 e successive): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" +msgid "" +"Contents of miscellanous application-related directories (version 1.7 and " +"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" +"gnc-module, src/network-utils, src/tax/us" +msgstr "" +"Contenuto delle directory relative ad applicazioni varie (versione 1.7 e " +"successive): src/app-file, src/app-utils, src/calculation, src/core-utils, " +"src/gnc-module, src/network-utils, src/tax/us" #: sizing.phtml:361 -msgid "Code to import and export various file formats: contents of the src/import-export directory." -msgstr "Codice per l'importazione e l'esportazione di file in vari formati: contenuto della directory src/import-export" +msgid "" +"Code to import and export various file formats: contents of the src/import-" +"export directory." +msgstr "" +"Codice per l'importazione e l'esportazione di file in vari formati: " +"contenuto della directory src/import-export" #: sizing.phtml:366 -msgid "Code to generate reports and graphs: contents of the src/reports directory." -msgstr "Codice per la generazione di resoconti e grafici: contenuto della directory src/reports" +msgid "" +"Code to generate reports and graphs: contents of the src/reports directory." +msgstr "" +"Codice per la generazione di resoconti e grafici: contenuto della directory " +"src/reports" #: sizing.phtml:371 -msgid "scheme and guile code in directories src/scm plus src/guile (version 1.6 and earlier). In version 1.7 and later, much of this code went into reports, import/export, and into indiovidual modules; thus only miscellaneous code remains." -msgstr "Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e precedenti). Nella versione 1.7 e successive, la maggior parte di questo codice è stato destinato ai resoconti, all'importazione ed esportazione e ai moduli individuali; di conseguenza rimane solamente del codice vario." +msgid "" +"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " +"earlier). In version 1.7 and later, much of this code went into reports, " +"import/export, and into indiovidual modules; thus only miscellaneous code " +"remains." +msgstr "" +"Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e " +"precedenti). Nella versione 1.7 e successive, la maggior parte di questo " +"codice è stato destinato ai resoconti, all'importazione ed esportazione e ai " +"moduli individuali; di conseguenza rimane solamente del codice vario." #: sizing.phtml:376 -msgid "Code to add small-business features: contents of the src/business directory." -msgstr "Codice per l'implementazione di funzioni dedicate alle piccole imprese: contenuto della directory src/business" +msgid "" +"Code to add small-business features: contents of the src/business directory." +msgstr "" +"Codice per l'implementazione di funzioni dedicate alle piccole imprese: " +"contenuto della directory src/business" #: sizing.phtml:381 -msgid "Code to peform automated regression tests: contents of the src/*/test directories." -msgstr "Codice per l'esecuzione di test di regressione automatici: contenuto delle directory src/*/test." +msgid "" +"Code to peform automated regression tests: contents of the src/*/test " +"directories." +msgstr "" +"Codice per l'esecuzione di test di regressione automatici: contenuto delle " +"directory src/*/test." #: sizing.phtml:386 -msgid "English-language-only user documentation, including on-line help and manual (html, sgml or xml). For version 1.8.4 and later, the number below the bar counts the translated, non-english docs (currently de, es, fr, pt_PT). Both of these numbers are somewhat hard to count, because of fairly large format churns, and multiple competing versions." -msgstr "Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero sotto alla barra si riferisce alla documentazione tradotta (attualmente de, es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da calcolare a causa dei vari formati e versioni." +msgid "" +"English-language-only user documentation, including on-line help and manual " +"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " +"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " +"of these numbers are somewhat hard to count, because of fairly large format " +"churns, and multiple competing versions." +msgstr "" +"Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il " +"manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero " +"sotto alla barra si riferisce alla documentazione tradotta (attualmente de, " +"es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da " +"calcolare a causa dei vari formati e versioni." #: sizing.phtml:391 -msgid "The number of design documents and README files aimed at developers. This includes *.txt files, *.texinfo files and README.* files in all subdirectories. For version 1.7 and later, only those in the src subdirectory are counted (leaving out some half-dozen scattered elsewhere)" -msgstr "Il numero di documenti di progetto e di file README rivolti agli sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le sotto directory. Per la versione 1.7 e successive, sono state contate solamente quelli nella sotto directory src (lasciandone fuori qualche mezza dozzina sparpagliata qua e là)" +msgid "" +"The number of design documents and README files aimed at developers. This " +"includes *.txt files, *.texinfo files and README.* files in all " +"subdirectories. For version 1.7 and later, only those in the src " +"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" +msgstr "" +"Il numero di documenti di progetto e di file README rivolti agli " +"sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le " +"sotto directory. Per la versione 1.7 e successive, sono state contate " +"solamente quelli nella sotto directory src (lasciandone fuori qualche mezza " +"dozzina sparpagliata qua e là)" #: sizing.phtml:396 -msgid "The number of languages that the application messages have been translated to (the number of po/*.po files). In parenthesis, the number of messages in the message files (grep msgstr po/*.po |wc), in thousands." -msgstr "Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti (il numero di file po/*.po ). Tra parentesi, è riportato il numero in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" +msgid "" +"The number of languages that the application messages have been translated " +"to (the number of po/*.po files). In parenthesis, the number of " +"messages in the message files (grep msgstr po/*.po |wc), in " +"thousands." +msgstr "" +"Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti " +"(il numero di file po/*.po ). Tra parentesi, è riportato il numero " +"in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" #: sizing.phtml:401 -msgid "The number of people credited in the AUTHORS file (version 1.6 and later) or the README file (earlier versions). These include lead developers, patch submitters and national-language translators. This includes additional credits listed in the gnucash-docs/AUTHORS file that are not listed in the main gnucash/AUTHORS file." -msgstr "Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) o nel file README (versioni precedenti). Sono inclusi gli sviluppatori principali, coloro che hanno fornito delle patch e i traduttori i cui nomi sono riportati nel file docs/AUTHORS e non nel file principale gnucash/AUTHORS. " +msgid "" +"The number of people credited in the AUTHORS file (version 1.6 and later) or " +"the README file (earlier versions). These include lead developers, patch " +"submitters and national-language translators. This includes additional " +"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " +"main gnucash/AUTHORS file." +msgstr "" +"Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) " +"o nel file README (versioni precedenti). Sono inclusi gli sviluppatori " +"principali, coloro che hanno fornito delle patch e i traduttori i cui nomi " +"sono riportati nel file docs/AUTHORS e non nel file principale gnucash/" +"AUTHORS. " #: docs.phtml:3 msgid "Documentation Project" @@ -280,15 +530,28 @@ msgid "GnuCash Documentation Project" msgstr "Progetto per la documentazione di GnuCash" #: docs.phtml:12 -msgid "This page is the home of the Gnucash Documentation Project, our goal is to maintain a community of people working towards creation of high quality documentation for GnuCash." -msgstr "Questa è la pagina principale del progetto per la documentazione di GnuCash; l'obiettivo che si prefigge è quello di mantenere una comunità di persone che lavorano alla realizzazione di documentazione di elevata qualità per GnuCash" +msgid "" +"This page is the home of the Gnucash Documentation Project, our goal is to " +"maintain a community of people working towards creation of high quality " +"documentation for GnuCash." +msgstr "" +"Questa è la pagina principale del progetto per la documentazione di GnuCash; " +"l'obiettivo che si prefigge è quello di mantenere una comunità di persone " +"che lavorano alla realizzazione di documentazione di elevata qualità per " +"GnuCash" #: docs.phtml:14 -msgid "Everything you need concerning GnuCash documentation should be here, if you notice something missing, email gnucash-devel and we will add it." -msgstr "Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe essere qui. Se dovesse mancare qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di aggiungerla." +msgid "" +"Everything you need concerning GnuCash documentation should be here, if you " +"notice something missing, email gnucash-devel and we will add it." +msgstr "" +"Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe " +"essere qui. Se dovesse mancare qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di " +"aggiungerla." -#: docs.phtml:16 -#: docs.phtml:22 +#: docs.phtml:16 docs.phtml:22 msgid "Nightly Documentation Builds" msgstr "Documentazione compilata in notturna" @@ -297,18 +560,22 @@ msgid "current unstable user documentation and developer documentation" msgstr "L'attuale documentazione instabile dell'utente e dello sviluppatore" #: docs.phtml:19 -msgid "Every night a server builds the documentation from the current contents of the GnuCash subversion repository. This includes the Developer Documentation from Doxygen and User Documentation for the current unstable version of GnuCash." -msgstr "Ogni notte un server compila la documentazione partendo dal contenuto del deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori di Doxygen e la documentazione dell'utente relativa all'attuale versione instabile di GnuCash." +msgid "" +"Every night a server builds the documentation from the current contents of " +"the GnuCash subversion repository. This includes the Developer " +"Documentation from Doxygen and User Documentation for the current unstable " +"version of GnuCash." +msgstr "" +"Ogni notte un server compila la documentazione partendo dal contenuto del " +"deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori " +"di Doxygen e la documentazione dell'utente relativa all'attuale versione " +"instabile di GnuCash." -#: docs.phtml:24 -#: docs.phtml:46 -#: docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "Guida ai concetti" -#: docs.phtml:25 -#: docs.phtml:38 -#: docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "Manuale di aiuto" @@ -317,165 +584,313 @@ msgid "Doxygen Developer Documentation" msgstr "Documentazione di Doxygen per gli sviluppatori" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +#, fuzzy +msgid "GnuCash v2.2 (current stable release)" msgstr "GnuCash v2.0 (rilascio stabile attuale)" #: docs.phtml:33 -msgid "If you have a question about how to use GnuCash, you are in the right place. The first thing you should do is read the Help Manual and the Concepts Guide, most of your questions can probably be answered by these documents." -msgstr "Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida ai concetti; la maggior parte delle domande potrebbero trovare risposta in questi documenti." +msgid "" +"If you have a question about how to use GnuCash, you are in the right place. " +"The first thing you should do is read the Help Manual and the Concepts " +"Guide, most of your questions can probably be answered by these documents." +msgstr "" +"Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto " +"giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida " +"ai concetti; la maggior parte delle domande potrebbero trovare risposta in " +"questi documenti." #: docs.phtml:34 -msgid "The Help Manual is designed to be a quick reference of how to accomplish specific tasks and how to use the features in GnuCash. The Concepts Guide is designed to be an in depth guide to the concepts behind using GnuCash with a tutorial to show how to put those concepts into practice." -msgstr "Il manuale di aiuto è pensato per costituire un rapido riferimento su come compiere delle operazioni specifiche e su come utilizzare le caratteristiche di GnuCash. La guida ai concetti costituisce invece un approfondimento dei concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche un esempio guidato su come mettere in pratica questi concetti." - -#: docs.phtml:40 -#: docs.phtml:42 -#: docs.phtml:48 -#: docs.phtml:49 -#: docs.phtml:73 -#: docs.phtml:75 -#: docs.phtml:78 -#: docs.phtml:79 -#: docs.phtml:83 +msgid "" +"The Help Manual is designed to be a quick reference of how to accomplish " +"specific tasks and how to use the features in GnuCash. The Concepts Guide is " +"designed to be an in depth guide to the concepts behind using GnuCash with a " +"tutorial to show how to put those concepts into practice." +msgstr "" +"Il manuale di aiuto è pensato per costituire un rapido riferimento su come " +"compiere delle operazioni specifiche e su come utilizzare le caratteristiche " +"di GnuCash. La guida ai concetti costituisce invece un approfondimento dei " +"concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche " +"un esempio guidato su come mettere in pratica questi concetti." + +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "Inglese" -#: docs.phtml:41 -#: docs.phtml:74 -#: docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "Tedesco" -#: docs.phtml:54 -msgid "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We want feedback from you, it is only through your comments that we know how to modify the documentation." -msgstr "Inviare una mail alla mailing list gnucash-user se non si è avuta una risposta soddisfacente al proprio quesito nel manuale di aiuto e nella guida ai concetti. Abbiamo bisogno dei vostri commenti, dato che che solo attraverso di essi possiamo capire come modificare la documentazione." +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" -#: docs.phtml:55 -msgid "Additionally, you can talk to someone via IRC at irc.gnome.org channel \"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions." -msgstr "In aggiunta, è possibile discutere con qualcuno, relativamente alla propria domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori risorse sono le wiki Inglese o Tedesca di GnuCash. Una wiki è un sito web interattivo in cui gli utenti registrati possono rispondere o proporre delle domande." +#: docs.phtml:51 +msgid "" +"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " +"to your question within either the Help Manual or the Concepts Guide. We " +"want feedback from you, it is only through your comments that we know " +"how to modify the documentation." +msgstr "" +"Inviare una mail alla mailing list gnucash-user se non si è avuta una risposta soddisfacente " +"al proprio quesito nel manuale di aiuto e nella guida ai concetti. Abbiamo " +"bisogno dei vostri commenti, dato che che solo attraverso di essi possiamo " +"capire come modificare la documentazione." -#: docs.phtml:57 -msgid "Some people have written HOWTO guides or tutorials. Note: the information presented in these sources may or may not be updated to the most recent version of GnuCash. If you are interested in doing development work on these documents, you should contact the original authors." -msgstr "Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le informazioni presenti in queste fonti possono o non possono essere aggiornate alla versione più recente di GnuCash. Se si è interessati a sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." +#: docs.phtml:52 +msgid "" +"Additionally, you can talk to someone via IRC at irc.gnome.org channel " +"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " +"registered users can ask and answer questions." +msgstr "" +"In aggiunta, è possibile discutere con qualcuno, relativamente alla propria " +"domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori " +"risorse sono le wiki Inglese o " +"Tedesca di GnuCash. Una wiki è un " +"sito web interattivo in cui gli utenti registrati possono rispondere o " +"proporre delle domande." + +#: docs.phtml:54 +msgid "" +"Some people have written HOWTO guides or tutorials. Note: the information " +"presented in these sources may or may not be updated to the most recent " +"version of GnuCash. If you are interested in doing development work on these " +"documents, you should contact the original authors." +msgstr "" +"Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le " +"informazioni presenti in queste fonti possono o non possono essere " +"aggiornate alla versione più recente di GnuCash. Se si è interessati a " +"sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." -#: docs.phtml:59 +#: docs.phtml:56 msgid "Neil Williams GnuCash documentation" msgstr "Documentazione di GnuCash di Neil Williams (Inglese)" -#: docs.phtml:60 +#: docs.phtml:57 msgid "GnuCash for Business Users" msgstr "GnuCash per le imprese (Inglese)" -#: docs.phtml:61 +#: docs.phtml:58 msgid "mirror" msgstr "alternativamente:" -#: docs.phtml:63 +#: docs.phtml:60 msgid "Joe Mack's Tutorial" msgstr "Guida pratica di Joe Mack (Inglese)" -#: docs.phtml:65 +#: docs.phtml:62 msgid "Dave Gilbert's User Guide (PDF)" msgstr "Guida dell'utente di Dave Gilbert (PDF in Inglese)" -#: docs.phtml:68 +#: docs.phtml:65 msgid "Older GnuCash Documentation" msgstr "Vecchia documentazione di GnuCash" -#: docs.phtml:69 -msgid "This section contains all the older GnuCash documentation. If you are using one of these old versions of GnuCash, it is highly recommended that you upgrade to the latest stable version." -msgstr "Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda caldamente di aggiornarla all'ultima versione stabile." +#: docs.phtml:66 +msgid "" +"This section contains all the older GnuCash documentation. If you are using " +"one of these old versions of GnuCash, it is highly recommended that you " +"upgrade to the latest stable version." +msgstr "" +"Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si " +"sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda " +"caldamente di aggiornarla all'ultima versione stabile." -#: docs.phtml:85 +#: docs.phtml:91 msgid "Espagnol" msgstr "Spagnolo" -#: docs.phtml:86 +#: docs.phtml:92 msgid "Português" msgstr "Portoghese" -#: docs.phtml:89 +#: docs.phtml:95 msgid "Documentation Development" msgstr "Sviluppo della documentazione" -#: docs.phtml:91 +#: docs.phtml:97 msgid "Introduction" msgstr "Introduzione" -#: docs.phtml:92 -msgid "The GnuCash documentation is stored in xml files. More precisely, it uses the GNOME2 XML docbook system. This is a relatively flexible system that takes xml files as input and can generate documentation in several different output formats (html, pdf,...)." -msgstr "La documentazione di GnuCash è contenuta in file di tipo xml. Più precisamente, utilizza il sistema docbook GNOME2 XML. Questo sistema è relativamente flessibile e partendo dai file xml è possibile generare la documentazione in vari altri formati (html, pdf, ecc...)" +#: docs.phtml:98 +msgid "" +"The GnuCash documentation is stored in xml files. More precisely, it uses " +"the GNOME2 XML docbook system. This is a relatively flexible system that " +"takes xml files as input and can generate documentation in several different " +"output formats (html, pdf,...)." +msgstr "" +"La documentazione di GnuCash è contenuta in file di tipo xml. Più " +"precisamente, utilizza il sistema docbook GNOME2 XML. Questo sistema è " +"relativamente flessibile e partendo dai file xml è possibile generare la " +"documentazione in vari altri formati (html, pdf, ecc...)" -#: docs.phtml:93 -msgid "If you wish to review or write GnuCash documentation, you will need to know xml. Some basic knowledge of the docbook system may be useful as well" -msgstr "Se si intende revisionare o scrivere della documentazione per GnuCash, è necessario conoscere il linguaggio xml. Può anche essere necessaria una conoscenza di base del sistema docbook" +#: docs.phtml:99 +msgid "" +"If you wish to review or write GnuCash documentation, you will need to know " +"xml. Some basic knowledge of the docbook system may be useful as well" +msgstr "" +"Se si intende revisionare o scrivere della documentazione per GnuCash, è " +"necessario conoscere il linguaggio xml. Può anche essere necessaria una " +"conoscenza di base del sistema docbook" -#: docs.phtml:94 -msgid "The following links are for further sites that can help with the documentation and review process." -msgstr "I collegamenti seguenti sono relativi ad altri siti che possono essere di aiuto per i processi di creazione e di revisione della documentazione." +#: docs.phtml:100 +msgid "" +"The following links are for further sites that can help with the " +"documentation and review process." +msgstr "" +"I collegamenti seguenti sono relativi ad altri siti che possono essere di " +"aiuto per i processi di creazione e di revisione della documentazione." -#: docs.phtml:99 -msgid "While this GnuCash wiki page is really about translating the documentation, it holds some useful information on working with docbook files." -msgstr "Anche se questa pagina del wiki di GnuCash tratta la traduzione della documentazione, contiene alcune informazioni utili per lavorare con i file docbook." +#: docs.phtml:105 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" +"Anche se questa pagina del wiki di GnuCash tratta la traduzione della " +"documentazione, contiene alcune informazioni utili per lavorare con i file " +"docbook." -#: docs.phtml:101 +#: docs.phtml:107 msgid "We suggest also subscribing to " msgstr "Si consiglia anche l'iscrizione a " -#: docs.phtml:103 +#: docs.phtml:109 msgid "Gnome Documentation guidelines" msgstr "Linee guida di GNOME per la documentazione" -#: docs.phtml:104 -msgid "As stated earlier, the new docs are based on the GNOME2 XML docbook system. Everyone wishing to help please follow these guides where possible when reviewing and/or writing docs." -msgstr "Come già detto, la nuova documentazione è basata sul sistema docbook GNOME2 XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le linee guida al momento della revisione e/o scrittura della documentazione." - #: docs.phtml:110 +msgid "" +"As stated earlier, the new docs are based on the GNOME2 XML docbook system. " +"Everyone wishing to help please follow these guides where possible when " +"reviewing and/or writing docs." +msgstr "" +"Come già detto, la nuova documentazione è basata sul sistema docbook GNOME2 " +"XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le " +"linee guida al momento della revisione e/o scrittura della documentazione." + +#: docs.phtml:116 msgid "Where to get the documentation source" msgstr "Dove ottenere il codice sorgente della documentazione" -#: docs.phtml:111 -msgid "You will need a recent copy of the documentation source. For this you can check out the documentation module from the GnuCash svn. Reviewers could also start from the current docs tarball." -msgstr "Sarà necessario ottenere una copia recente del codice sorgente della documentazione. Per fare questo è possibile fare il \"check out\" del modulo della documentazione dall'svn di GnuCash. I revisori possono anche iniziare dal pacchetto della documentazione corrente." - -#: docs.phtml:112 -msgid "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. To get the documentation source instead of the program source, replace 'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" -msgstr "Per coloro che non hanno familirità con il sistema svn, il wiki di GnuCash ne fornisce una descrizione relativa al codice di GnuCash. Per ottenere il codice sorgente della documentazione in luogo di quello del programma, sostituire \"gnucash\" con \"gnucash-docs\" nei comandi svn riportati, come per esempio:" +#: docs.phtml:117 +msgid "" +"You will need a recent copy of the documentation source. For this you can " +"check out the documentation module from the GnuCash svn. Reviewers could " +"also start from the current docs tarball." +msgstr "" +"Sarà necessario ottenere una copia recente del codice sorgente della " +"documentazione. Per fare questo è possibile fare il \"check out\" del modulo " +"della documentazione dall'svn di GnuCash. I revisori possono anche iniziare " +"dal pacchetto della documentazione corrente." -#: docs.phtml:115 +#: docs.phtml:118 +msgid "" +"For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " +"To get the documentation source instead of the program source, replace " +"'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" +msgstr "" +"Per coloro che non hanno familirità con il sistema svn, il wiki di GnuCash " +"ne fornisce una descrizione relativa al codice di GnuCash. Per ottenere il " +"codice sorgente della documentazione in luogo di quello del programma, " +"sostituire \"gnucash\" con \"gnucash-docs\" nei comandi svn riportati, come " +"per esempio:" + +#: docs.phtml:121 msgid "Writers" msgstr "Autori" -#: docs.phtml:116 -msgid "Get a copy of the documentation source as described above and start making changes. When you are satisfied with your changes you can create a patch by running the following command in the base directory of the documentation (usually gnucash-docs, unless you renamed it):" -msgstr "Una volta ottenuta una copia del codice sorgente della documentazione nel modo descritto più sopra, sarà possibile iniziare ad effettuare delle modifiche. Una volta soddisfatti dei propri cambiamenti, si potrà creare una patch eseguendo il seguente comando nella cartella base della documentazione (di solito \"gnucash-docs\", se non è stata rinominata):" +#: docs.phtml:122 +msgid "" +"Get a copy of the documentation source as described above and start making " +"changes. When you are satisfied with your changes you can create a patch by " +"running the following command in the base directory of the documentation " +"(usually gnucash-docs, unless you renamed it):" +msgstr "" +"Una volta ottenuta una copia del codice sorgente della documentazione nel " +"modo descritto più sopra, sarà possibile iniziare ad effettuare delle " +"modifiche. Una volta soddisfatti dei propri cambiamenti, si potrà creare una " +"patch eseguendo il seguente comando nella cartella base della documentazione " +"(di solito \"gnucash-docs\", se non è stata rinominata):" -#: docs.phtml:118 -msgid "The usual procedure for contributors to GnuCash is to initially submit patches to the gnucash-devel mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla.gnome.org if you wish." -msgstr "La normale procedura per i collaboratori di GnuCash prevede di inviare le patch alla lista di discussione gnucash-devel. Saranno gli sviluppatori a preoccuparsi di applicare la patch all'svn fino a quando non verrà assegnato un account. É anche possibile aggiungere la patch ad una segnalazione bug su bugzilla.gnome.org se lo si desidera." +#: docs.phtml:124 +msgid "" +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." +msgstr "" -#: docs.phtml:119 -msgid "Please let other writers know which section you wish to tackle. Please forward this to gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'." -msgstr "Si consiglia di rendere noto agli altri autori la sezione su cui si desidera lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone interessate possano dare il via libera o comunicare che quella particolare sezione è già assegnata a qualcun altro." +#: docs.phtml:126 +msgid "" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." +msgstr "" -#: docs.phtml:120 -msgid "You may also want to retain a local copy of the old documentation to refer to when writing. This still has a lot of useful information in it which hasn't been transferred to the new docs" -msgstr "Può anche risultare utile mantenere una copia locale della vecchia documentazione come riferimento per la scrittura: essa contiene ancora una grande quantità di informazioni utili che non sono ancora state trasferite nella nuova documentazione." +#: docs.phtml:127 +msgid "" +"Please let other writers know which section you wish to tackle. Please " +"forward this to gnucash-" +"devel so that people can say 'hey I'm doing that already' or 'go ahead " +"and do it'." +msgstr "" +"Si consiglia di rendere noto agli altri autori la sezione su cui si desidera " +"lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone " +"interessate possano dare il via libera o comunicare che quella particolare " +"sezione è già assegnata a qualcun altro." -#: docs.phtml:122 +#: docs.phtml:128 +msgid "" +"You may also want to retain a local copy of the old documentation to refer " +"to when writing. This still has a lot of useful information in it which " +"hasn't been transferred to the new docs" +msgstr "" +"Può anche risultare utile mantenere una copia locale della vecchia " +"documentazione come riferimento per la scrittura: essa contiene ancora una " +"grande quantità di informazioni utili che non sono ancora state trasferite " +"nella nuova documentazione." + +#: docs.phtml:131 msgid "Reviewers" msgstr "Revisori" -#: docs.phtml:123 -msgid "Get a copy of the documentation source as described above and start commenting on it." -msgstr "Una volta ottenuta una copia del codice sorgente della documentazione nel modo descritto più sopra, sarà possibile iniziare a commentarla." +#: docs.phtml:132 +msgid "" +"Get a copy of the documentation source as described above and start " +"commenting on it." +msgstr "" +"Una volta ottenuta una copia del codice sorgente della documentazione nel " +"modo descritto più sopra, sarà possibile iniziare a commentarla." -#: docs.phtml:124 -msgid "The best way of retaining comments about docs in an easy to find way for everyone would be to use bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy." -msgstr "Il miglior modo per sottoporre in maniera semplice le proprie osservazioni relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug indicandolo come relativo alla documentazione. Questo può avvenire anche utilizzando \"bug-buddy\"." +#: docs.phtml:133 +msgid "" +"The best way of retaining comments about docs in an easy to find way for " +"everyone would be to use bugzilla.gnome." +"org to file the bugs under documentation. This can also be done using " +"bug-buddy." +msgstr "" +"Il miglior modo per sottoporre in maniera semplice le proprie osservazioni " +"relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug " +"indicandolo come relativo alla documentazione. Questo può avvenire anche " +"utilizzando \"bug-buddy\"." -#: index.phtml:5 -#: oldnews.phtml:4 +#: index.phtml:5 oldnews.phtml:4 msgid "Free Accounting Software" msgstr "Programma di contabilità gratuito" @@ -501,12 +916,29 @@ msgid "More downloads (Source, Development,...)" msgstr "Altri file da scaricare (codice sorgente, sviluppo, ecc...)" #: index.phtml:25 -msgid "GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." -msgstr "GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in ambito famigliare o in una piccola impresa, rilasciato gratuitamente con licenza GNU GPL e disponibile per GNU/Linux, BSD, Solaris, Mac OS X e Microsoft Windows." +msgid "" +"GnuCash is personal and small-business financial-accounting software, freely " +"licensed under the GNU GPL and available " +"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "" +"GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in " +"ambito famigliare o in una piccola impresa, rilasciato gratuitamente con " +"licenza GNU GPL e disponibile per GNU/" +"Linux, BSD, Solaris, Mac OS X e Microsoft Windows." #: index.phtml:27 -msgid "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 to ensure balanced books and accurate reports. " -msgstr "Progettato per essere di semplice utilizzo, ma comunque potente e flessibile, GnuCash permette di tenere traccia dei conti bancari, delle azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il registro del libretto degli assegni, si basa sui principi fondamentali della contabilità per garantire il bilancio dei conti e l'accuratezza dei resoconti." +msgid "" +"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 to ensure balanced books and accurate reports. " +msgstr "" +"Progettato per essere di semplice utilizzo, ma comunque potente e " +"flessibile, GnuCash permette di tenere traccia dei conti bancari, delle " +"azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il " +"registro del libretto degli assegni, si basa sui principi fondamentali della " +"contabilità per garantire il bilancio dei conti e l'accuratezza dei " +"resoconti." #: index.phtml:30 msgid "Feature Highlights" @@ -514,15 +946,15 @@ msgstr "Caratteristiche principali" #: index.phtml:33 msgid "QIF/OFX/HBCI Import, Transaction Matching" -msgstr "Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le transazioni" +msgstr "" +"Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le " +"transazioni" -#: index.phtml:34 -#: features.phtml:35 +#: index.phtml:34 features.phtml:35 msgid "Reports, Graphs" msgstr "Resoconti e grafici" -#: index.phtml:35 -#: features.phtml:104 +#: index.phtml:35 features.phtml:104 msgid "Scheduled Transactions" msgstr "Transazioni pianificate" @@ -544,7 +976,8 @@ msgstr "Contabilità di piccole imprese" #: index.phtml:43 msgid "Customers, Vendors, Jobs,
              Invoices, A/P, A/R" -msgstr "Clienti, venditori, lavori,
              fatture, conti per debiti e crediti correnti" +msgstr "" +"Clienti, venditori, lavori,
              fatture, conti per debiti e crediti correnti" #: index.phtml:49 msgid "News" @@ -559,160 +992,291 @@ msgid "Checkbook-Style Register" msgstr "Registro in stile libretto degli assegni" #: features.phtml:25 -msgid "The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions. The register supports common checking and credit-card transactions, as well as income, stock and currency transactions." -msgstr "Il registro in stile libretto degli assegni fornisce un'interfaccia personalizzata, conveniente e familiare per l'inserimento delle transazioni finanziarie. Il registro supporta le comuni transazioni relative agli assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e trasferimenti in valuta." +msgid "" +"The checkbook-style register provides a custom, convenient and familiar " +"interface to entering financial transactions. The register supports common " +"checking and credit-card transactions, as well as income, stock and currency " +"transactions." +msgstr "" +"Il registro in stile libretto degli assegni fornisce un'interfaccia " +"personalizzata, conveniente e familiare per l'inserimento delle transazioni " +"finanziarie. Il registro supporta le comuni transazioni relative agli " +"assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e " +"trasferimenti in valuta." #: features.phtml:29 msgid "Double Entry" msgstr "Partita doppia" #: features.phtml:31 -msgid "Every transaction must debit one account and credit others by an equal amount. This ensures that the \"books balance\": that the difference between income and outflow exactly equals the sum of all assets and equity." -msgstr "Ogni transazione deve addebitare un conto e accreditarne un altro di uno stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro in entrata e denaro in uscita) sia pari alla somma di attività e capitali." +msgid "" +"Every transaction must debit one account and credit others by an equal " +"amount. This ensures that the \"books balance\": that the difference between " +"income and outflow exactly equals the sum of all assets and equity." +msgstr "" +"Ogni transazione deve addebitare un conto e accreditarne un altro di uno " +"stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro " +"in entrata e denaro in uscita) sia pari alla somma di attività e capitali." #: features.phtml:38 -msgid "GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit & Loss, Portfolio Valuation, and many others." -msgstr "GnuCash possiede un modulo integrato per la realizzazione di grafici e resoconti, ed è fornito di una serie completa di resoconti predefiniti e personalizzabili quali fogli di bilancio, profitti e perdite, valutazione del portafoglio e molti altri." +msgid "" +"GnuCash has an integrated reporting and graphing module, and comes complete " +"with a full suite of standard and customizeable reports, such as Balance " +"Sheet, Profit & Loss, Portfolio Valuation, and many others." +msgstr "" +"GnuCash possiede un modulo integrato per la realizzazione di grafici e " +"resoconti, ed è fornito di una serie completa di resoconti predefiniti e " +"personalizzabili quali fogli di bilancio, profitti e perdite, valutazione " +"del portafoglio e molti altri." #: features.phtml:42 msgid "Income/Expense Account Types" msgstr "Conti di entrate e uscite" #: features.phtml:43 -msgid "Income/Expense Account Types (Categories) allow you to categorize your cash flow. When used properly with the double-entry feature and equity accounts, these enable you to generate reports, such as Profit & Loss, that plain-vanilla systems cannot handle." -msgstr "I conti (categorie) di tipo entrate/uscite permettono di categorizzare i flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e i conti del capitale, essi permettono la generazione di resoconti, per esempio, relativi a profitti e perdite che altri sistemi non sono in grado di elaborare." +msgid "" +"Income/Expense Account Types (Categories) allow you to categorize your cash " +"flow. When used properly with the double-entry feature and equity accounts, " +"these enable you to generate reports, such as Profit & Loss, that plain-" +"vanilla systems cannot handle." +msgstr "" +"I conti (categorie) di tipo entrate/uscite permettono di categorizzare i " +"flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e " +"i conti del capitale, essi permettono la generazione di resoconti, per " +"esempio, relativi a profitti e perdite che altri sistemi non sono in grado " +"di elaborare." #: features.phtml:47 msgid "Multiple Currencies" msgstr "Valute multiple" #: features.phtml:48 -msgid "Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled." -msgstr "I diversi conti possono avere valute differenti. I trasferimenti in valuta sono completamente bilanciati quando è abilitata la partita doppia." +msgid "" +"Different accounts can be denominated in different currencies. Currency " +"movements between accounts are fully balanced when double-entry is enabled." +msgstr "" +"I diversi conti possono avere valute differenti. I trasferimenti in valuta " +"sono completamente bilanciati quando è abilitata la partita doppia." #: features.phtml:52 msgid "Stock/Mutual Fund Portfolios" msgstr "Portafogli di azioni e fondi comuni" #: features.phtml:53 -msgid "Track stocks individually (one per account) or in portfolio of accounts (a group of accounts that can be displayed together)." -msgstr "Le azioni possono essere tracciate individualmente (una per conto) o in un portafoglio di conti (un gruppo di conti che possono essere visualizzati insieme)." +msgid "" +"Track stocks individually (one per account) or in portfolio of accounts (a " +"group of accounts that can be displayed together)." +msgstr "" +"Le azioni possono essere tracciate individualmente (una per conto) o in un " +"portafoglio di conti (un gruppo di conti che possono essere visualizzati " +"insieme)." #: features.phtml:56 msgid "Small Business Accounting Features" msgstr "Funzioni per la contabilità di piccole imprese" #: features.phtml:58 -msgid "Simplify managing a small business with Customer and Vendor tracking, Invoicing and Bill Payment, and Tax and Billing Terms." -msgstr "La gestione di una piccola impresa è semplificata grazie alle funzioni di registrazione di clienti e venditori, di fatturazione e pagamento, dei termini di pagamento e delle imposte." +msgid "" +"Simplify managing a small business with Customer and Vendor tracking, " +"Invoicing and Bill Payment, and Tax and Billing Terms." +msgstr "" +"La gestione di una piccola impresa è semplificata grazie alle funzioni di " +"registrazione di clienti e venditori, di fatturazione e pagamento, dei " +"termini di pagamento e delle imposte." #: features.phtml:61 msgid "QIF Import" msgstr "Importazione QIF" #: features.phtml:62 -msgid "Intuit® Quicken® QIF files can be imported, and are automatically merged to eliminate duplicate transactions." -msgstr "I file QIF di Intuit® Quicken® possono essere importati e sono automaticamente uniti per eliminare le transazioni duplicate." +msgid "" +"Intuit® Quicken® QIF files can be imported, " +"and are automatically merged to eliminate duplicate transactions." +msgstr "" +"I file QIF di Intuit® Quicken® possono essere " +"importati e sono automaticamente uniti per eliminare le transazioni " +"duplicate." #: features.phtml:65 msgid "OFX Import" msgstr "Importazione OFX" #: features.phtml:66 -msgid "GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are starting to use." -msgstr "GnuCash è il primo programma gratuito a fornire il supporto per il protocollo Open Financial Exchange che la maggior parte delle banche e dei servizi finanziari stanno adottando." +msgid "" +"GnuCash is the first free software application to support the Open Financial " +"Exchange protocol that many banks and financial services are starting to use." +msgstr "" +"GnuCash è il primo programma gratuito a fornire il supporto per il " +"protocollo Open Financial Exchange che la maggior parte delle banche e dei " +"servizi finanziari stanno adottando." #: features.phtml:69 msgid "HBCI Support" msgstr "Supporto al sistema HBCI" #: features.phtml:70 -msgid "GnuCash is the first free software application to support the German Home Banking Computer Information protocol, allowing German users to perform statement download and initiate bank transfers and direct debits." -msgstr "GnuCash è il primo programma gratuito a fornire il supporto al protocollo Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di inizializzare i trasferimenti bancari e gli addebiti diretti." +msgid "" +"GnuCash is the first free software application to support the German Home " +"Banking Computer Information protocol, allowing German users to perform " +"statement download and initiate bank transfers and direct debits." +msgstr "" +"GnuCash è il primo programma gratuito a fornire il supporto al protocollo " +"Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti " +"Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di " +"inizializzare i trasferimenti bancari e gli addebiti diretti." #: features.phtml:73 msgid "Improved Import Transaction Matching" -msgstr "Individuazione migliorata delle corrispondenze tra le transazioni in fase di importazione" +msgstr "" +"Individuazione migliorata delle corrispondenze tra le transazioni in fase di " +"importazione" #: features.phtml:74 -msgid "The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately recognizes duplicate transactions during file import." -msgstr "Lo sviluppo del supporto per OFX e HBCI ha anche comportato un miglioramento del sistema di individuazione delle corrispondenze tra transazioni in grado ora di riconoscere più facilmente le transazioni duplicate durante il processo di importazione." +msgid "" +"The development of OFX and HBCI support has also resulted in an improved " +"transaction matching system that more accurately recognizes duplicate " +"transactions during file import." +msgstr "" +"Lo sviluppo del supporto per OFX e HBCI ha anche comportato un miglioramento " +"del sistema di individuazione delle corrispondenze tra transazioni in grado " +"ora di riconoscere più facilmente le transazioni duplicate durante il " +"processo di importazione." #: features.phtml:77 msgid "Statement Reconciliation" msgstr "Riconciliazione con l'estratto conto" #: features.phtml:78 -msgid "A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy." -msgstr "Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e liquidati, rende molto semplice il bilancio dei conti con i propri estratti conti." +msgid "" +"A reconcile window with running reconciled and cleared balances makes " +"balancing against bank statements easy." +msgstr "" +"Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e " +"liquidati, rende molto semplice il bilancio dei conti con i propri estratti " +"conti." #: features.phtml:81 msgid "Localization" msgstr "Localizzazione" #: features.phtml:82 -msgid "Handles internationalized dates and currencies. The Gnucash menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish." -msgstr "GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in Inglese, Francese, Portoghese, Spagnolo e Italiano." +msgid "" +"Handles internationalized dates and currencies. The Gnucash menus and " +"popups have been translated to 21 languages, including Chinese, Danish, " +"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " +"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " +"Documentation is available in English, French, Portuguese and Spanish." +msgstr "" +"GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è " +"stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, " +"Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, " +"Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in " +"Inglese, Francese, Portoghese, Spagnolo e Italiano." #: features.phtml:85 msgid "Transaction Finder" msgstr "Strumento per la ricerca delle transazioni" #: features.phtml:88 -msgid "A powerful transaction query dialogue can help you quickly locate a needle in a haystack." -msgstr "Una potente procedura per la ricerca di transazioni può aiutare a individuare rapidamente un ago in un pagliaio." +msgid "" +"A powerful transaction query dialogue can help you quickly locate a needle " +"in a haystack." +msgstr "" +"Una potente procedura per la ricerca di transazioni può aiutare a " +"individuare rapidamente un ago in un pagliaio." #: features.phtml:91 msgid "General Ledger" msgstr "Libro mastro generale" #: features.phtml:92 -msgid "Multiple accounts can be displayed in one register window at the same time. This can ease the trouble of tracking down typing/entry errors. It also provides a convenient way of viewing a portfolio of many stocks, by showing all transactions in that portfolio." -msgstr "In una finestra del registro è possibile visualizzare più conti allo stesso tempo. Questo facilita la ricerca degli errori di battitura o inserimento; fornisce anche un metodo conveniente di visualizzare un partafoglio di più azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." +msgid "" +"Multiple accounts can be displayed in one register window at the same time. " +"This can ease the trouble of tracking down typing/entry errors. It also " +"provides a convenient way of viewing a portfolio of many stocks, by showing " +"all transactions in that portfolio." +msgstr "" +"In una finestra del registro è possibile visualizzare più conti allo stesso " +"tempo. Questo facilita la ricerca degli errori di battitura o inserimento; " +"fornisce anche un metodo conveniente di visualizzare un partafoglio di più " +"azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." #: features.phtml:95 msgid "Online Stock & Mutual Fund Quotes" msgstr "Quotazioni di azioni e fondi comuni online" #: features.phtml:96 -msgid "Get Stock & Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly." -msgstr "Le quotazioni di azioni e fondi comuni possono essere reperite da diversi siti internet, permettendo l'aggiornamento automatico del portafoglio. Per di più, le fonti dei prezzi sono aggiunte regolarmente." +msgid "" +"Get Stock & Mutual Fund quotes from various web sites, update portfolio " +"automatically. Additional pricing sources are added regularly." +msgstr "" +"Le quotazioni di azioni e fondi comuni possono essere reperite da diversi " +"siti internet, permettendo l'aggiornamento automatico del portafoglio. Per " +"di più, le fonti dei prezzi sono aggiunte regolarmente." #: features.phtml:99 msgid "Check Printing" msgstr "Stampa degli assegni" #: features.phtml:100 -msgid "Checks may be printed in standard formats on common check stocks. A customization GUI allows custom check layouts to be developed." -msgstr "Gli assegni possono essere stampati con un formato predefinito per i comuni gruppi di assegni. Un'interfaccia di personalizzazione permette di definire dei formati personalizzati." +msgid "" +"Checks may be printed in standard formats on common check stocks. A " +"customization GUI allows custom check layouts to be developed." +msgstr "" +"Gli assegni possono essere stampati con un formato predefinito per i comuni " +"gruppi di assegni. Un'interfaccia di personalizzazione permette di definire " +"dei formati personalizzati." #: features.phtml:105 -msgid "You can now create recurring transactions, including automatic reminders when a transaction is due, the ability to postpone a scheduled transaction without canceling it, and the ability to specify only a limited number of transactions." -msgstr "È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria automatici relativi alla scadenza di una transazione, posticipare una transazione pianificata senza eliminarla e specificare solo un certo numero di transazioni." +msgid "" +"You can now create recurring transactions, including automatic reminders " +"when a transaction is due, the ability to postpone a scheduled transaction " +"without canceling it, and the ability to specify only a limited number of " +"transactions." +msgstr "" +"È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria " +"automatici relativi alla scadenza di una transazione, posticipare una " +"transazione pianificata senza eliminarla e specificare solo un certo numero " +"di transazioni." #: features.phtml:108 msgid "Mortgage & Loan Repayment Druid" msgstr "Procedura per il rimborso di mutui e ipoteche" #: features.phtml:109 -msgid "A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "Un percorso guidato a finestre per la configurazione dei pagamenti di prestiti come transazioni pianificate." +msgid "" +"A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "" +"Un percorso guidato a finestre per la configurazione dei pagamenti di " +"prestiti come transazioni pianificate." #: features.phtml:114 msgid "New User Manual and Help" msgstr "Nuovo manuale utente e aiuto" #: features.phtml:115 -msgid "A new help subsystem that focuses on how to do tasks is now available, in addition to a Tutorial and Concepts guide that gives the user background information on accounting principles and how they are reflected in GnuCash." -msgstr "È ora disponibile un sotto sistema di aiuto che si concentra su come eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e manuale di GnuCash\" che fornisce all'utente le informazioni di base relative ai principi di contabilità e su come questi vengano applicati da GnuCash." +msgid "" +"A new help subsystem that focuses on how to do tasks is now available, in " +"addition to a Tutorial and Concepts guide that gives the user background " +"information on accounting principles and how they are reflected in GnuCash." +msgstr "" +"È ora disponibile un sotto sistema di aiuto che si concentra su come " +"eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e " +"manuale di GnuCash\" che fornisce all'utente le informazioni di base " +"relative ai principi di contabilità e su come questi vengano applicati da " +"GnuCash." #: oldnews.phtml:10 msgid "Older Announcements" msgstr "Vecchi annunci" #: oldnews.phtml:13 -msgid "This is an archive of announcements that once appeared on the GnuCash home page." -msgstr "Questo è un archivio di annunci comparsi in passato nella pagina principale di GnuCash." +msgid "" +"This is an archive of announcements that once appeared on the GnuCash home " +"page." +msgstr "" +"Questo è un archivio di annunci comparsi in passato nella pagina principale " +"di GnuCash." #: externals/menu.phtml:5 msgid "Information" @@ -734,8 +1298,7 @@ msgstr "Immagini, caratteristiche" msgid "How to help" msgstr "Come contribuire" -#: externals/menu.phtml:17 -#: externals/menu.phtml:19 +#: externals/menu.phtml:17 externals/menu.phtml:19 msgid "Documentation" msgstr "Documentazione" @@ -799,22 +1362,23 @@ msgstr "Lingua" msgid "Continent" msgstr "Continente" -#: externals/footer.phtml:4 -#: search/templates/NMZ.foot.php_tmpl:13 +#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 msgid "Server & email outage reports to: " msgstr "Segnalare i problemi relativi a server ed email a:" -#: externals/footer.phtml:5 -#: search/templates/NMZ.foot.php_tmpl:15 -msgid "Translation problems? Contact: gnucash-devel@gnucash.org" -msgstr "Problemi di traduzione? Contattare gnucash-devel@gnucash.org" +#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 +msgid "" +"Translation problems? Contact: gnucash-devel@gnucash.org" +msgstr "" +"Problemi di traduzione? Contattare gnucash-devel@gnucash.org" #: search/templates/NMZ.foot.php_tmpl:9 msgid "This search system is powered by:" msgstr "Il sistema di ricerca è fornito da:" -#: search/templates/NMZ.body.php_tmpl:4 -#: search/templates/NMZ.head.php_tmpl:28 +#: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28 msgid "Query" msgstr "Richiesta" @@ -846,11 +1410,14 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:29 msgid "" -"You can omit the and operator. Terms which are\n" +"You can omit the and operator. Terms which " +"are\n" "separated by one or more spaces are assumed to be an AND query." msgstr "" -"Si può omettere l'operatore and. I termini separati\n" -"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E logico)." +"Si può omettere l'operatore and. I termini " +"separati\n" +"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E " +"logico)." #: search/templates/NMZ.body.php_tmpl:33 msgid "OR query" @@ -905,7 +1472,8 @@ msgstr "Ricerca per frasi" msgid "" "You can search for a phrase that consists of two or more terms\n" "by surrounding them with double quotation marks or braces such as\n" -"\"...\" and {...}.\n" +"\"...\" and {...}.\n" "In Namazu, the precision of phrase searching is not 100%,\n" "so wrong results may occasionally occur. Example:" msgstr "" @@ -1177,7 +1745,9 @@ msgstr "Suggerimenti per la ricerca" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti seguenti." +msgstr "" +"Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti " +"seguenti." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" @@ -1294,42 +1864,75 @@ msgstr "Data" msgid "(${size} bytes)" msgstr "(${dimensione} byte)" +#~ msgid "" +#~ "The usual procedure for contributors to GnuCash is to initially submit " +#~ "patches to the gnucash-" +#~ "devel mailing list. We will handle getting the patches added into svn " +#~ "until you are given an account. You can also add the patch to a bug " +#~ "report in bugzilla.gnome.org if " +#~ "you wish." +#~ msgstr "" +#~ "La normale procedura per i collaboratori di GnuCash prevede di inviare le " +#~ "patch alla lista di discussione gnucash-devel. Saranno gli sviluppatori a preoccuparsi " +#~ "di applicare la patch all'svn fino a quando non verrà assegnato un " +#~ "account. É anche possibile aggiungere la patch ad una segnalazione bug su " +#~ "bugzilla.gnome.org se lo si " +#~ "desidera." + #~ msgid "Interesting Links" #~ msgstr "Collegamenti di interesse" + #~ msgid "For both reviewers and documentation writers" #~ msgstr "Per revisori e autori di documentazione" + #~ msgid "engine" #~ msgstr "motore" + #~ msgid "backend" #~ msgstr "backend" + #~ msgid "register" #~ msgstr "registro" + #~ msgid "ledger" #~ msgstr "libro mastro" + #~ msgid "motif" #~ msgstr "motif" + #~ msgid "gnome" #~ msgstr "gnome" + #~ msgid "import export" #~ msgstr "importazione ed esportazione" + #~ msgid "reports" #~ msgstr "resoconti" + #~ msgid "scheme (misc)" #~ msgstr "scheme (vari)" + #~ msgid "business" #~ msgstr "imprese" + #~ msgid "test" #~ msgstr "test" + #~ msgid "user docs" #~ msgstr "documentazione dell'utente" + #~ msgid "scheme" #~ msgstr "scheme" + #~ msgid "docs" #~ msgstr "documentazione" + #~ msgid "Source code, Windows binary" #~ msgstr "Codice sorgente, binari per Windows" + #~ msgid "Source code only (USA)" #~ msgstr "Solo codice sorgente (USA)" + #~ msgid "Source code only (Europe)" #~ msgstr "Solo codice sorgente (Europa)" - diff --git a/po/ja.po b/po/ja.po index 220b6b5b..147a44a8 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,10 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs r18581\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2010-08-20 14:01+0900\n" "Last-Translator: Yasuaki Taniguchi \n" "Language-Team: Japanese \n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -444,11 +445,11 @@ msgstr "" "ã«ã¯ Doxygen ã«ã‚ˆã‚‹é–‹ç™ºè€…å‘ã‘文書ãŠã‚ˆã³ç¾åœ¨ã®GnuCash開発版ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼æ–‡æ›¸ãŒå«" "ã¾ã‚Œã¾ã™ã€‚" -#: docs.phtml:24 docs.phtml:46 docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "コンセプトガイド" -#: docs.phtml:25 docs.phtml:38 docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "ヘルプマニュアル" @@ -457,7 +458,8 @@ msgid "Doxygen Developer Documentation" msgstr "Doxygen 開発文書" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +#, fuzzy +msgid "GnuCash v2.2 (current stable release)" msgstr "GnuCash v2.0 (ç¾åœ¨ã®å®‰å®šç‰ˆ)" #: docs.phtml:33 @@ -483,16 +485,21 @@ msgstr "" "ã¦è¨­è¨ˆã•ã‚Œã€ã“れらã®æ¦‚念を利用ã™ã‚‹æ–¹æ³•ã«é–¢ã™ã‚‹ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã‚’æä¾›ã—ã¦ã„ã¾" "ã™ã€‚" -#: docs.phtml:40 docs.phtml:42 docs.phtml:48 docs.phtml:49 docs.phtml:73 -#: docs.phtml:75 docs.phtml:78 docs.phtml:79 docs.phtml:83 +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "英語" -#: docs.phtml:41 docs.phtml:74 docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "ドイツ語" -#: docs.phtml:54 +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" + +#: docs.phtml:51 msgid "" "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " @@ -506,7 +513,7 @@ msgstr "" "フィードãƒãƒƒã‚¯ã‚’求ã‚ã¦ã„ã¾ã™ã€‚ã‚ãªãŸã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’通ã—ã¦ã®ã¿ç§ãŸã¡ã¯ã©ã®" "よã†ã«æ–‡æ›¸ã‚’変更ã™ã‚‹ã¹ãã‹çŸ¥ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: docs.phtml:55 +#: docs.phtml:52 msgid "" "Additionally, you can talk to someone via IRC at irc.gnome.org channel " "\"#gnucash\" about your question. Another resource is the current docs tarball." -msgstr "文書ソースã®æœ€æ–°ç‰ˆã‚’入手ã™ã‚‹å¿…è¦ãŒã‚ã‚‹å ´åˆã¯ GnuCash svn ã‹ã‚‰æ–‡æ›¸ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆã—ã¦ãã ã•ã„。査読者㯠最新ã®æ–‡æ›¸ tar アーカイブ ã‹ã‚‰é–‹å§‹ã—ã¦ã‚‚構ã„ã¾ã›ã‚“。" +msgstr "" +"文書ソースã®æœ€æ–°ç‰ˆã‚’入手ã™ã‚‹å¿…è¦ãŒã‚ã‚‹å ´åˆã¯ GnuCash svn ã‹ã‚‰æ–‡æ›¸ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’" +"ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆã—ã¦ãã ã•ã„。査読者㯠最新ã®æ–‡æ›¸ tar アーカイブ ã‹ã‚‰é–‹å§‹" +"ã—ã¦ã‚‚構ã„ã¾ã›ã‚“。" -#: docs.phtml:112 +#: docs.phtml:118 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " "To get the documentation source instead of the program source, replace " "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" -msgstr "ã‚‚ã— svn ã«ã‚ã¾ã‚Šãªã˜ã¿ãŒãªã„ãªã‚‰ã€ GnuCash wiki 㫠説明ãŒã‚ã‚Šã¾ã™ã€‚ 文書を得るãŸã‚ã«ã¯ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆå¯¾è±¡ã‚’ gnucash ã‹ã‚‰ gnucash-docs ã«å˜ã«å¤‰æ›´ã—ã¦ãã ã•ã„。実際ã«ã¯ä»¥ä¸‹ã®ã‚ˆã†ã«ãªã‚Šã¾ã™ã€‚" +msgstr "" +"ã‚‚ã— svn ã«ã‚ã¾ã‚Šãªã˜ã¿ãŒãªã„ãªã‚‰ã€ GnuCash wiki 㫠説明ãŒã‚ã‚Šã¾ã™ã€‚ 文書を得るãŸã‚ã«ã¯ãƒã‚§ãƒƒã‚¯" +"アウト対象を gnucash ã‹ã‚‰ gnucash-docs ã«å˜ã«å¤‰æ›´ã—ã¦ãã ã•ã„。実際ã«ã¯ä»¥ä¸‹ã®" +"よã†ã«ãªã‚Šã¾ã™ã€‚" -#: docs.phtml:115 +#: docs.phtml:121 msgid "Writers" msgstr "著者" -#: docs.phtml:116 +#: docs.phtml:122 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " "running the following command in the base directory of the documentation " "(usually gnucash-docs, unless you renamed it):" -msgstr "上記ã®æ–¹æ³•ã§æ–‡æ›¸ã®ã‚½ãƒ¼ã‚¹ã‚’入手ã—ãŸã‚‰ã€å¤‰æ›´ã‚’開始ã—ã¦ãã ã•ã„。変更ã—ãŸæ–‡æ›¸ãŒæº€è¶³ã®ã„ã物ã«ãªã£ãŸã‚‰æ–‡æ›¸ã®æœ€ä¸Šä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒª (通常ã¯å¤‰æ›´ã—ãªã„é™ã‚Š gnucash-docs ã«ãªã‚Šã¾ã™) ã§ä»¥ä¸‹ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’入力ã—ã¦ãƒ‘ッãƒã‚’作æˆã—ã¦ãã ã•ã„。" +msgstr "" +"上記ã®æ–¹æ³•ã§æ–‡æ›¸ã®ã‚½ãƒ¼ã‚¹ã‚’入手ã—ãŸã‚‰ã€å¤‰æ›´ã‚’開始ã—ã¦ãã ã•ã„。変更ã—ãŸæ–‡æ›¸ãŒ" +"満足ã®ã„ã物ã«ãªã£ãŸã‚‰æ–‡æ›¸ã®æœ€ä¸Šä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒª (通常ã¯å¤‰æ›´ã—ãªã„é™ã‚Š gnucash-" +"docs ã«ãªã‚Šã¾ã™) ã§ä»¥ä¸‹ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’入力ã—ã¦ãƒ‘ッãƒã‚’作æˆã—ã¦ãã ã•ã„。" -#: docs.phtml:118 +#: docs.phtml:124 +msgid "" +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." +msgstr "" + +#: docs.phtml:126 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." -msgstr "GnuCash ã¸ã®è²¢çŒ®è€…ãŒé€šå¸¸è¡Œã†æ‰‹ç¶šãã¯ã€æœ€åˆã« (英語ã§) gnucash-devel メーリングリストã¸ãƒ‘ッãƒã‚’é€ã‚‹ã“ã¨ã§ã™ã€‚ã‚ãªãŸã«ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒä¸Žãˆã‚‰ã‚Œã‚‹ã¾ã§ã¯ç§ãŸã¡ãŒãƒ‘ッãƒã‚’ svn ã«è¿½åŠ ã—ã¾ã™ã€‚ã‚ãªãŸãŒæœ›ã‚€ãªã‚‰ bugzilla ã§ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã¨ã—ã¦ãƒ‘ッãƒã‚’加ãˆã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." +msgstr "" -#: docs.phtml:119 +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -677,7 +717,7 @@ msgstr "" "ãるよã†ã« gnucash-devel ã¸ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。" -#: docs.phtml:120 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -687,23 +727,26 @@ msgstr "" "ã‚Œã¾ã›ã‚“。ã“ã‚Œã¯å¤ã„文書内ã«æ–°ã—ã„文書ã«ç§»è¡Œã•ã‚Œã¦ã„ãªã„多ãã®å½¹ã«ç«‹ã¤æƒ…å ±ãŒ" "ã‚ã‚‹å ´åˆã§ã™ã€‚" -#: docs.phtml:122 +#: docs.phtml:131 msgid "Reviewers" msgstr "査読者" -#: docs.phtml:123 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "上ã§èª¬æ˜Žã—ãŸæ–¹æ³•ã§æ–‡æ›¸ã®ã‚½ãƒ¼ã‚¹ã‚’入手ã—ã€æŸ»èª­ã‚’è¡Œã£ã¦ãã ã•ã„。" -#: docs.phtml:124 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." "org to file the bugs under documentation. This can also be done using " "bug-buddy." -msgstr "文書ã«é–¢ã™ã‚‹ã‚³ãƒ¡ãƒ³ãƒˆã‚’記録ã—ã¦ã€çš†ãŒè¦‹ã¤ã‘られるよã†ã«ã—ã¦ãŠã最良ã®æ–¹æ³•ã¯ bugzilla.gnome.org ã«æ–‡æ›¸ã«é–¢ã—ã¦ãƒã‚°ç™»éŒ²ã‚’ã—ã¦ãŠãã“ã¨ã§ã™ã€‚ãƒã‚°è¿½è·¡ã‚·ã‚¹ãƒ†ãƒ ã«ã‚ˆã£ã¦è¨˜éŒ²ãŒæ®‹ã‚Šã¾ã™ã€‚" +msgstr "" +"文書ã«é–¢ã™ã‚‹ã‚³ãƒ¡ãƒ³ãƒˆã‚’記録ã—ã¦ã€çš†ãŒè¦‹ã¤ã‘られるよã†ã«ã—ã¦ãŠã最良ã®æ–¹æ³•ã¯ " +"bugzilla.gnome.org ã«æ–‡æ›¸ã«é–¢ã—ã¦ãƒ" +"グ登録をã—ã¦ãŠãã“ã¨ã§ã™ã€‚ãƒã‚°è¿½è·¡ã‚·ã‚¹ãƒ†ãƒ ã«ã‚ˆã£ã¦è¨˜éŒ²ãŒæ®‹ã‚Šã¾ã™ã€‚" #: index.phtml:5 oldnews.phtml:4 msgid "Free Accounting Software" @@ -1635,6 +1678,20 @@ msgstr "日付" msgid "(${size} bytes)" msgstr "" +#~ msgid "" +#~ "The usual procedure for contributors to GnuCash is to initially submit " +#~ "patches to the gnucash-" +#~ "devel mailing list. We will handle getting the patches added into svn " +#~ "until you are given an account. You can also add the patch to a bug " +#~ "report in bugzilla.gnome.org if " +#~ "you wish." +#~ msgstr "" +#~ "GnuCash ã¸ã®è²¢çŒ®è€…ãŒé€šå¸¸è¡Œã†æ‰‹ç¶šãã¯ã€æœ€åˆã« (英語ã§) gnucash-devel メーリングリストã¸ãƒ‘ッ" +#~ "ãƒã‚’é€ã‚‹ã“ã¨ã§ã™ã€‚ã‚ãªãŸã«ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒä¸Žãˆã‚‰ã‚Œã‚‹ã¾ã§ã¯ç§ãŸã¡ãŒãƒ‘ッãƒã‚’ " +#~ "svn ã«è¿½åŠ ã—ã¾ã™ã€‚ã‚ãªãŸãŒæœ›ã‚€ãªã‚‰ bugzilla ã§ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã¨ã—ã¦ãƒ‘ッãƒã‚’加" +#~ "ãˆã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" + #~ msgid "Interesting Links" #~ msgstr "関連リンク" diff --git a/po/nb.po b/po/nb.po index d7552d44..3ca8748a 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2006-05-28 20:21-0400\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -423,11 +424,11 @@ msgid "" "version of GnuCash." msgstr "" -#: docs.phtml:24 docs.phtml:46 docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "" -#: docs.phtml:25 docs.phtml:38 docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "" @@ -436,7 +437,7 @@ msgid "Doxygen Developer Documentation" msgstr "" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +msgid "GnuCash v2.2 (current stable release)" msgstr "" #: docs.phtml:33 @@ -454,16 +455,21 @@ msgid "" "tutorial to show how to put those concepts into practice." msgstr "" -#: docs.phtml:40 docs.phtml:42 docs.phtml:48 docs.phtml:49 docs.phtml:73 -#: docs.phtml:75 docs.phtml:78 docs.phtml:79 docs.phtml:83 +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "" -#: docs.phtml:41 docs.phtml:74 docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "" -#: docs.phtml:54 +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" + +#: docs.phtml:51 msgid "" "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " @@ -472,7 +478,7 @@ msgid "" "how to modify the documentation." msgstr "" -#: docs.phtml:55 +#: docs.phtml:52 msgid "" "Additionally, you can talk to someone via IRC at irc.gnome.org channel " "\"#gnucash\" about your question. Another resource is the current docs tarball." msgstr "" -#: docs.phtml:112 +#: docs.phtml:118 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -597,11 +603,11 @@ msgid "" "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" -#: docs.phtml:115 +#: docs.phtml:121 msgid "Writers" msgstr "" -#: docs.phtml:116 +#: docs.phtml:122 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -609,16 +615,27 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:118 +#: docs.phtml:124 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." msgstr "" -#: docs.phtml:119 +#: docs.phtml:126 +msgid "" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." +msgstr "" + +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -626,24 +643,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:120 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:122 +#: docs.phtml:131 msgid "Reviewers" msgstr "" -#: docs.phtml:123 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:124 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/nl.po b/po/nl.po index a0191f9c..80534b33 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,14 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: nl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-08-04 22:37+0200\n" -"PO-Revision-Date: 2010-08-04 15:18+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" +"PO-Revision-Date: 2010-11-23 12:15+0100\n" "Last-Translator: Geert Janssens \n" -"Language-Team: Nederlands \n" +"Language-Team: American English \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: download.phtml:5 @@ -808,19 +809,39 @@ msgstr "" #: docs.phtml:124 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." +msgstr "" +"Voeg je patch vervolgens als een bijlage toe aan een foutrapport voor de " +"\"documentation\" component van het GnuCash project in Gnome's bugzilla database en stuur een berichtje " +"naar de gnucash-devel " +"mailinglijst om andere ontwikkelaars op de hoogte te brengen van je werk. " +"Voor meer details over het inzenden van patches kan je ook deGnuCash wiki pagina over bugzilla " +"nalezen." + +#: docs.phtml:126 +msgid "" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." msgstr "" -"De gebruikelijke procedure om te beginnen met bijdragen aan GnuCash te " -"leveren, is om patches te verzenden naar de gnucash-devel mailing list. We zullen zorgen " -"dat de patches in svn worden toegevoegd totdat je een account krijgt. Je kan " -"de patch ook aan een bug rapport in bugzilla toevoegen als je wil." +"Opmerking: Vroeger was het ook ok om je patch direct naar de gnucash-" +"devel mailinglijst te sturen. Dit wordt tegenwoordig afgeraden, omdat een " +"patch daar gemakkelijk vergeten wordt tussen al de discussies. Voeg je patch " +"als bijlage toe aan een foutrapport in Bugzilla (een nieuw of bestaand " +"rapport). Als je er toch op staat om de patch naar gnucash-devel te sturen, " +"doe het dan als bijlage, niet in de e-mail tekst zelf." -#: docs.phtml:125 +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -832,7 +853,7 @@ msgstr "" "zodat anderen kunnen zeggen 'hey, ik ben daar al mee bezig', of 'ok, doe " "maar'." -#: docs.phtml:126 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -842,11 +863,11 @@ msgstr "" "documentatie waar je in kan opzoeken terwijl je schrijft. Deze bevat nog " "veel nuttige informatie die niet overgenomen is in de nieuwe documentatie." -#: docs.phtml:128 +#: docs.phtml:131 msgid "Reviewers" msgstr "Reviewers" -#: docs.phtml:129 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." @@ -854,7 +875,7 @@ msgstr "" "Installeer een kopie van de documentatie broncode zoals hierboven beschreven " "en geef je commentaar/suggesties/opmerkingen hierop." -#: docs.phtml:130 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." @@ -1829,3 +1850,17 @@ msgstr "Datum" #: search/templates/NMZ.result.short.php_tmpl:6 msgid "(${size} bytes)" msgstr "(${size} byte)" + +#~ msgid "" +#~ "The usual procedure for contributors to GnuCash is to initially submit " +#~ "patches to the gnucash-" +#~ "devel mailing list. We will handle getting the patches added into svn " +#~ "until you are given an account. You can also add the patch to a bug " +#~ "report in bugzilla.gnome.org if " +#~ "you wish." +#~ msgstr "" +#~ "De gebruikelijke procedure om te beginnen met bijdragen aan GnuCash te " +#~ "leveren, is om patches te verzenden naar de gnucash-devel mailing list. We zullen zorgen " +#~ "dat de patches in svn worden toegevoegd totdat je een account krijgt. Je " +#~ "kan de patch ook aan een bug rapport in bugzilla toevoegen als je wil." diff --git a/po/pl.po b/po/pl.po index a761c85e..0fba1324 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2006-05-29 00:20-0400\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -423,11 +424,11 @@ msgid "" "version of GnuCash." msgstr "" -#: docs.phtml:24 docs.phtml:46 docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "" -#: docs.phtml:25 docs.phtml:38 docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "" @@ -436,7 +437,7 @@ msgid "Doxygen Developer Documentation" msgstr "" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +msgid "GnuCash v2.2 (current stable release)" msgstr "" #: docs.phtml:33 @@ -454,16 +455,21 @@ msgid "" "tutorial to show how to put those concepts into practice." msgstr "" -#: docs.phtml:40 docs.phtml:42 docs.phtml:48 docs.phtml:49 docs.phtml:73 -#: docs.phtml:75 docs.phtml:78 docs.phtml:79 docs.phtml:83 +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "" -#: docs.phtml:41 docs.phtml:74 docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "" -#: docs.phtml:54 +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" + +#: docs.phtml:51 msgid "" "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " @@ -472,7 +478,7 @@ msgid "" "how to modify the documentation." msgstr "" -#: docs.phtml:55 +#: docs.phtml:52 msgid "" "Additionally, you can talk to someone via IRC at irc.gnome.org channel " "\"#gnucash\" about your question. Another resource is the current docs tarball." msgstr "" -#: docs.phtml:112 +#: docs.phtml:118 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -597,11 +603,11 @@ msgid "" "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" -#: docs.phtml:115 +#: docs.phtml:121 msgid "Writers" msgstr "" -#: docs.phtml:116 +#: docs.phtml:122 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -609,16 +615,27 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:118 +#: docs.phtml:124 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." msgstr "" -#: docs.phtml:119 +#: docs.phtml:126 +msgid "" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." +msgstr "" + +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -626,24 +643,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:120 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:122 +#: docs.phtml:131 msgid "Reviewers" msgstr "" -#: docs.phtml:123 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:124 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/pt_PT.po b/po/pt_PT.po index 0fb35e86..753ce02e 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2006-05-24 21:54-0400\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -427,11 +428,11 @@ msgid "" "version of GnuCash." msgstr "" -#: docs.phtml:24 docs.phtml:46 docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "" -#: docs.phtml:25 docs.phtml:38 docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "" @@ -441,7 +442,7 @@ msgid "Doxygen Developer Documentation" msgstr "Informao Programadores" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +msgid "GnuCash v2.2 (current stable release)" msgstr "" #: docs.phtml:33 @@ -459,16 +460,21 @@ msgid "" "tutorial to show how to put those concepts into practice." msgstr "" -#: docs.phtml:40 docs.phtml:42 docs.phtml:48 docs.phtml:49 docs.phtml:73 -#: docs.phtml:75 docs.phtml:78 docs.phtml:79 docs.phtml:83 +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "" -#: docs.phtml:41 docs.phtml:74 docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "" -#: docs.phtml:54 +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" + +#: docs.phtml:51 msgid "" "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " @@ -477,7 +483,7 @@ msgid "" "how to modify the documentation." msgstr "" -#: docs.phtml:55 +#: docs.phtml:52 msgid "" "Additionally, you can talk to someone via IRC at irc.gnome.org channel " "\"#gnucash\" about your question. Another resource is the current docs tarball." msgstr "" -#: docs.phtml:112 +#: docs.phtml:118 msgid "" "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " @@ -604,11 +610,11 @@ msgid "" "'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" -#: docs.phtml:115 +#: docs.phtml:121 msgid "Writers" msgstr "" -#: docs.phtml:116 +#: docs.phtml:122 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -616,16 +622,27 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:118 +#: docs.phtml:124 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." msgstr "" -#: docs.phtml:119 +#: docs.phtml:126 +msgid "" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." +msgstr "" + +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -633,24 +650,24 @@ msgid "" "and do it'." msgstr "" -#: docs.phtml:120 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " "hasn't been transferred to the new docs" msgstr "" -#: docs.phtml:122 +#: docs.phtml:131 msgid "Reviewers" msgstr "" -#: docs.phtml:123 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:124 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." diff --git a/po/zh_CN.po b/po/zh_CN.po index af1f599b..36f09dd0 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,10 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs r18948\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-07-07 15:31+0200\n" +"POT-Creation-Date: 2010-11-23 12:13+0100\n" "PO-Revision-Date: 2010-05-02 07:26+1000\n" "Last-Translator: Tao Wang \n" "Language-Team: Chinese (simplified) \n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -507,11 +508,11 @@ msgstr "" "建最新的文档。这包括了从 Doxygen 生æˆçš„《开å‘人员文档》和为当å‰ä¸ç¨³å®šç‰ˆæœ¬æ’°å†™" "的《用户文档》。" -#: docs.phtml:24 docs.phtml:46 docs.phtml:77 +#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 msgid "Concepts Guide" msgstr "概念指å—" -#: docs.phtml:25 docs.phtml:38 docs.phtml:72 +#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 msgid "Help Manual" msgstr "帮助手册" @@ -520,7 +521,8 @@ msgid "Doxygen Developer Documentation" msgstr "Doxygen å¼€å‘人员文档" #: docs.phtml:31 -msgid "GnuCash v2.0 (current stable release)" +#, fuzzy +msgid "GnuCash v2.2 (current stable release)" msgstr "GnuCash v2.0 (当å‰ç¨³å®šç‰ˆæœ¬)" #: docs.phtml:33 @@ -543,16 +545,21 @@ msgstr "" "考。《概念指å—》是使用 GnuCash 背åŽæ›´æ·±å±‚次的概念,包括了一个教程用以显示如何" "将这些概念用于实际。" -#: docs.phtml:40 docs.phtml:42 docs.phtml:48 docs.phtml:49 docs.phtml:73 -#: docs.phtml:75 docs.phtml:78 docs.phtml:79 docs.phtml:83 +#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 +#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +#: docs.phtml:89 msgid "English" msgstr "英语" -#: docs.phtml:41 docs.phtml:74 docs.phtml:84 +#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 msgid "Deutsch" msgstr "德语" -#: docs.phtml:54 +#: docs.phtml:41 docs.phtml:46 +msgid "Italiano" +msgstr "" + +#: docs.phtml:51 msgid "" "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " @@ -564,7 +571,7 @@ msgstr "" "href='mailto:gnucash-user@lists.gnucash.org'>gnucash-user 邮件列表。我们" "希望得到您的å馈,åªæœ‰é€šè¿‡æ‚¨çš„评论,我们æ‰èƒ½å¤ŸçŸ¥é“应当如何修改文档。" -#: docs.phtml:55 +#: docs.phtml:52 msgid "" "Additionally, you can talk to someone via IRC at irc.gnome.org channel " "\"#gnucash\" about your question. Another resource is the Deutsch çš„ GnuCash çš„ Wiki。Wiki 是一个交互性的网" "站,注册的用户å¯ä»¥åœ¨é‚£é‡Œæ问或者回答问题。" -#: docs.phtml:57 +#: docs.phtml:54 msgid "" "Some people have written HOWTO guides or tutorials. Note: the information " "presented in these sources may or may not be updated to the most recent " @@ -587,31 +594,31 @@ msgstr "" "有些人写了“如何åšâ€å‘导或者教程。注æ„:这些信æ¯æ¥æºä¸ä¸€å®šåæ˜ äº†å½“å‰ GnuCash çš„" "最新版本。如果您对这些文档比较感兴趣,您应当è”系其原作者。" -#: docs.phtml:59 +#: docs.phtml:56 msgid "Neil Williams GnuCash documentation" msgstr "Neil Williams GnuCash 文档" -#: docs.phtml:60 +#: docs.phtml:57 msgid "GnuCash for Business Users" msgstr "商业用户与 GnuCash" -#: docs.phtml:61 +#: docs.phtml:58 msgid "mirror" msgstr "é•œåƒ" -#: docs.phtml:63 +#: docs.phtml:60 msgid "Joe Mack's Tutorial" msgstr "Joe Mack 的教程" -#: docs.phtml:65 +#: docs.phtml:62 msgid "Dave Gilbert's User Guide (PDF)" msgstr "Dave Gilbert 的用户手册 (PDF)" -#: docs.phtml:68 +#: docs.phtml:65 msgid "Older GnuCash Documentation" msgstr "早期的 GnuCash 的文档" -#: docs.phtml:69 +#: docs.phtml:66 msgid "" "This section contains all the older GnuCash documentation. If you are using " "one of these old versions of GnuCash, it is highly recommended that you " @@ -620,24 +627,24 @@ msgstr "" "这部分包å«äº†æ‰€æœ‰æ—©æœŸçš„ GnuCash 的文档。如果您正在使用其中一个早期的版本,那么" "éžå¸¸å»ºè®®æ‚¨å‡çº§åˆ°æœ€æ–°çš„稳定版本。" -#: docs.phtml:85 +#: docs.phtml:91 msgid "Espagnol" msgstr "西ç­ç‰™æ–‡" -#: docs.phtml:86 +#: docs.phtml:92 msgid "Português" msgstr "è‘¡è„牙文" -#: docs.phtml:89 +#: docs.phtml:95 msgid "Documentation Development" msgstr "文档开å‘" -#: docs.phtml:91 +#: docs.phtml:97 #, fuzzy msgid "Introduction" msgstr "ä¿¡æ¯" -#: docs.phtml:92 +#: docs.phtml:98 msgid "" "The GnuCash documentation is stored in xml files. More precisely, it uses " "the GNOME2 XML docbook system. This is a relatively flexible system that " @@ -645,34 +652,34 @@ msgid "" "output formats (html, pdf,...)." msgstr "" -#: docs.phtml:93 +#: docs.phtml:99 msgid "" "If you wish to review or write GnuCash documentation, you will need to know " "xml. Some basic knowledge of the docbook system may be useful as well" msgstr "" -#: docs.phtml:94 +#: docs.phtml:100 msgid "" "The following links are for further sites that can help with the " "documentation and review process." msgstr "下é¢è¿™äº›é“¾æŽ¥å¯¹è¿›ä¸€æ­¥å¯»æ‰¾æ–‡æ¡£å’Œè¯„论有帮助。" -#: docs.phtml:99 +#: docs.phtml:105 msgid "" "While this GnuCash wiki page is really about translating the documentation, " "it holds some useful information on working with docbook files." msgstr "" -#: docs.phtml:101 +#: docs.phtml:107 msgid "We suggest also subscribing to " msgstr "我们建议åŒæ ·è®¢é˜…" -#: docs.phtml:103 +#: docs.phtml:109 #, fuzzy msgid "Gnome Documentation guidelines" msgstr "æ¯å¤œæ–‡æ¡£æž„建" -#: docs.phtml:104 +#: docs.phtml:110 #, fuzzy msgid "" "As stated earlier, the new docs are based on the GNOME2 XML docbook system. " @@ -682,11 +689,11 @@ msgstr "" "请阅读下列指å—。新文档是基于 GNOME2 XML Docbook 系统。æ¯ä¸€ä¸ªå¸Œæœ›å¸®åŠ©å†™æ–‡æ¡£" "的,请在评论或者撰写文档时尽é‡éµå¾ªè¿™äº›æŒ‡å—。" -#: docs.phtml:110 +#: docs.phtml:116 msgid "Where to get the documentation source" msgstr "" -#: docs.phtml:111 +#: docs.phtml:117 msgid "" "You will need a recent copy of the documentation source. For this you can " "check out the documentation module from the GnuCash svn. Reviewers could " @@ -694,7 +701,7 @@ msgid "" "gnucash-docs/'>current docs tarball." msgstr "" -#: docs.phtml:112 +#: docs.phtml:118 #, fuzzy msgid "" "For those not familiar with svn, the GnuCash wiki has a Subversion 的介ç»ã€‚相对于check out æºä»£ç ï¼Œå”¯ä¸€çš„改å˜å°±æ˜¯ä»Ž " "gnucash å˜åˆ° gnucash-docs。您也å¯ä»¥ä»Žå½“å‰æ–‡æ¡£çš„压缩文件开始。" -#: docs.phtml:115 +#: docs.phtml:121 msgid "Writers" msgstr "作者" -#: docs.phtml:116 +#: docs.phtml:122 msgid "" "Get a copy of the documentation source as described above and start making " "changes. When you are satisfied with your changes you can create a patch by " @@ -719,21 +726,27 @@ msgid "" "(usually gnucash-docs, unless you renamed it):" msgstr "" -#: docs.phtml:118 -#, fuzzy +#: docs.phtml:124 +msgid "" +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." +msgstr "" + +#: docs.phtml:126 msgid "" -"The usual procedure for contributors to GnuCash is to initially submit " -"patches to the gnucash-" -"devel mailing list. We will handle getting the patches added into svn " -"until you are given an account. You can also add the patch to a bug report " -"in bugzilla.gnome.org if you wish." +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." msgstr "" -"请åŒæ · check out docs svn。对于 GnuCash 的贡献者æ¥è¯´ï¼Œé€šå¸¸æ˜¯å‘ gnucash-devel 邮件列表中æ" -"交补ä¸ã€‚我们将会帮您æ交到 svn 系统中,知é“你被分é…了一个å¸æˆ·ã€‚如果您愿æ„,您" -"也å¯ä»¥åœ¨ Bugzilla 中的 Bug 报告中æ交补ä¸ã€‚" -#: docs.phtml:119 +#: docs.phtml:127 msgid "" "Please let other writers know which section you wish to tackle. Please " "forward this to gnucash-" @@ -744,7 +757,7 @@ msgstr "" "devel@lists.gnucash.org'>gnucash-devel,这样人们就å¯ä»¥è¯´â€œå˜¿ï¼Œæˆ‘å·²ç»åšäº†é‚£" "个了â€ï¼Œæˆ–者“好å§ï¼ŒåŽ»åšå§â€ã€‚" -#: docs.phtml:120 +#: docs.phtml:128 msgid "" "You may also want to retain a local copy of the old documentation to refer " "to when writing. This still has a lot of useful information in it which " @@ -752,17 +765,17 @@ msgid "" msgstr "" "您也å¯ä»¥ä¸ºè€æ–‡æ¡£ä¿ç•™ä¸€ä¸ªæœ¬åœ°å‰¯æœ¬ã€‚里é¢è¿˜æ˜¯æœ‰å¤§é‡çš„ä¿¡æ¯æœªè¢«è½¬ç§»åˆ°æ–°æ–‡æ¡£ä¸­ã€‚" -#: docs.phtml:122 +#: docs.phtml:131 msgid "Reviewers" msgstr "评论人员" -#: docs.phtml:123 +#: docs.phtml:132 msgid "" "Get a copy of the documentation source as described above and start " "commenting on it." msgstr "" -#: docs.phtml:124 +#: docs.phtml:133 msgid "" "The best way of retaining comments about docs in an easy to find way for " "everyone would be to use bugzilla.gnome." @@ -1630,6 +1643,20 @@ msgstr "日期" msgid "(${size} bytes)" msgstr "(${size} 字节)" +#, fuzzy +#~ msgid "" +#~ "The usual procedure for contributors to GnuCash is to initially submit " +#~ "patches to the gnucash-" +#~ "devel mailing list. We will handle getting the patches added into svn " +#~ "until you are given an account. You can also add the patch to a bug " +#~ "report in bugzilla.gnome.org if " +#~ "you wish." +#~ msgstr "" +#~ "请åŒæ · check out docs svn。对于 GnuCash 的贡献者æ¥è¯´ï¼Œé€šå¸¸æ˜¯å‘ gnucash-devel 邮件列表中" +#~ "æ交补ä¸ã€‚我们将会帮您æ交到 svn 系统中,知é“你被分é…了一个å¸æˆ·ã€‚如果您愿" +#~ "æ„,您也å¯ä»¥åœ¨ Bugzilla 中的 Bug 报告中æ交补ä¸ã€‚" + #~ msgid "Interesting Links" #~ msgstr "有æ„æ€çš„链接" From 4d749a0d97d333913ec8b3653d013b2bf15bf9cc Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Tue, 23 Nov 2010 13:13:16 +0000 Subject: [PATCH 274/344] Italian news for GnuCash 2.3.17 Release. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19868 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/101121-2.3.17.news | 210 +++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100755 news/it/101121-2.3.17.news diff --git a/news/it/101121-2.3.17.news b/news/it/101121-2.3.17.news new file mode 100755 index 00000000..89fdc373 --- /dev/null +++ b/news/it/101121-2.3.17.news @@ -0,0 +1,210 @@ +Annuncio: rilascio di GnuCash 2.3.17 (RC2) +2010-11-21 + +

              Rilasciato GnuCash 2.3.17 (RC2)

              + +

              Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.3.17, il diciassettesimo di diversi rilasci 2.3.x del programma di contabilità gratuito GnuCash in attesa della versione stabile 2.4.0. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

              + +
              +

              ATTENZIONE: Questa è una "Release Candidate" di Gnucash.

              +

              Questa versione è dedicata agli sviluppatori e agli utenti che intendo verificare che i bug trovati durante lo sviluppo siano stati corretti e che il programma sia sufficientemente stabile per essere rilasciato come 2.4.0.

              +

              Si consiglia di effettuare delle copie di sicurezza di tutti i file utilizzati nelle versioni instabili della serie 2.3.x di GnuCash. Anche se gli sviluppatori hanno cercato di impedire in ogni modo la perdita di dati, non è possibile garantire che in caso di crash di GnuCash in queste versioni, i dati non vengano corrotti.

              +
              + +
              +

              ATTENZIONE: si consiglia di rimuovere qualsiasi versione precedente di GnuCash dal proprio sistema prima di installare la versione 2.3.17.

              +

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              +
              + +
              +

              NOTA: L'ultima versione stabile è la 2.2.9.

              +
              + +

              SI CONSIGLIA DI TESTARE, TESTARE, TESTARE E ANCORA TESTARE qualsiasi e tutte le funzioni importanti. +E poi segnalare qualsiasi problema riscontrato su bugzilla

              +

              I principali cambiamenti nel rilascio 2.3.x comprendono: +

                +
              • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
              • +
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • +
              • Aggiornamento a AqBanking 3 su Win32.
              • +
              + +

              Le stringhe di testo sono congelate. Ciò significa che non verranno applicati dei cambiamenti che potrebbero introdurre una qualsiasi modifica del testo visualizzato da GnuCash. Quindi, le traduzioni finali per la versione 2.4.0 possono partire.

              + +

              I cambiamenti tra le versioni 2.3.16 e 2.3.17 comprendono: + +

                +
              • Bug corretti
              • +
                  +
                • Bug #589954: No blank split after creating a new account "on the fly" while editing a transaction. + +Cause was that gnc_split_register_get_account_by_name() turned of "full_refresh" if the account didn't already exist and turned it back on only if the name of the account actually created in the new account dialog box differed from the one originally entered in the transaction. + +Since "full_refresh" isn't manipulated much, that effectively shut down the ledger for further editing. Probably not what the original author intended! + +
                • +
                • Bug #634906 - Re-enable splash screen preference option
                • +
                • Bug #633550 - Help and concepts guide are missing from the prebuilt binary (because xsltproc chokes on undefined entities)
                • +
                • Bug #609581 - Gnucash 2.3.8 offers to create db and then fails to do so
                • +
                • Bug 628409: SQL coerces identifiers to lowercase, but postgres's C interface is case sensitive.
                • +
                • Bug 592643: Set standard_conforming_strings on postgresql databases.
                • +
                • Bug 634964: Crash in pgsql_error_fn. The dbi_conn isn't set if the server refuses the connection, so protect dereferences from null pointers.
                • +
                • Bug #634357 followup: convert New and Open submenus into plain menus
                • +
                • Bug #634812: Improve backend error reporting for Session begin + +Patch by Mike E: + +The current error feedback to a python scrpt/user looks something like: + +call to begin resulted in the following errors, (7,) + +This change in gnucash_core.py makes the feedback similar to: + +call to begin resulted in the following errors, ERR_BACKEND_LOCKED + +This is less cryptic and aid debugging of user python scripts. My only +issue though is whether this would break existing user scripts where checking +of this error code is used for flow control. Although since the ERR_ codes are +imported with gnucash_core_c it *should* have no effect.
                • +
                • Bug #634357: Further menu ui cleanup: Reserve File New/Open menu only the file-related items anymore. + +The menu items under "File" should relate only to the file (database), +not to anything within a file. The open/new for all other things (budget, +invoice, account) have been moved somewhere else.
                • +
                • Minor fix of r19802, bug#634673: config.h is in builddir, not srcdir; add last .i file dependency.
                • +
                • Bug 634673: Add dependency information & fix typo in python-bindings Makefile.
                • +
                • Bug 634392: New sql database raises clobber warning + +A fairly extensive change, because I changed may_clobber from a global +qof function (which passed through qofbackend and fetched up in the +actual backends) to a local static in the individual backends which +raise a new qof_backend_error, QOF_ABCKEND_STORE_EXISTS. This was +necessary to reorder the existence check before the lock, because with +the sql backends, locking creates the database... which then would +return may_clobber as true, even though it really wasn't. + +New parameter "force" added to session_begin() functions, and +"create_if_nonexistant" is renamed to simply "create". The reason for +the latter is that the file/database is created regardless of whether it +already exists; that's what the clobber check is about. The new "force" +parameter is set to true the second time through, after the user has +responded to the clobber dialog indicating that the data should be +destroyed. + +Many of the extraneous changes are just adding the new parameter to the +session_begin() calls. + +gnc-file changes to handle the error in favor of calling the +no-longer-existing qof_check_may_clobber_data() call after +session_begin(). + +Two minor changes to gnc_file_do_save_as: gnc_add_history and +gnc_hook_run are now called on new_session instead of old_session; this +ensures that the new file/database is used at the next startup of +gnucash. Second, the filename/url is filtered before displaying the +"may_clobber" dialog box to prevent displaying plaintext database +passwords. + +
                • +
                • Bug #634165: Better dealing with a locked database in python + +Patch by Christoph Holtermann: + +For the second enhancement proposal i have attached a simple patch which adds +the argument ignore_lock to Session.__init__() which is passed through to +qof_session_begin. + +This patch extends the function Session.__init__() with ignore_lock
                • +
                • Bug #634357: Move the Budget Open/New menu items to Actions -> Budget -> New Budget / Open Budget because they have nothing to do with the file menu.
                • +
                • Bug 634334: Check that subdir argument really is one of the two cases +we can handle. Wrap fileURLWithPath in @try/@catch so that we don't +crash when it throws. + +Free bonus fix: If "en" is the language and doesn't have a translation, force the C locale. + +
                • +
                • Bug 634334: Crash on selecting New User Tutorial from new user dialog.
                • +
                • Bug #633942: Fix "nil" column header on single account report + +When I open a report window (barchart in the example) and select only one +account, I get a column header saying "nil" near the only data column. + +Someone accidentally wrote "nil" instead of the empty list '().
                • +
                • Bug #634252: Re-enable the splash screen if the user selects open anyway + +If during startup a file or database turns out to beeing locked the user is +presented a dialog with the options to open anyway, create a new file or abort. +This dialog, however, closes the splash screen. This may cause confusion, +because file loading and report generation may still take quite some time. + +Patch by Herbert Thoma.
                • +
                + + +
              • Traduzioni aggiornate o modifiche relative alle traduzioni
              • +
                  +
                • Updated Italian Translation.
                • +
                • Updated dutch translation, copied from Translation Project
                • +
                • Minor update of German translation. + +In the "bills due" dialog we use Bill -> Rechnung, not Lieferantenrechnung.
                • +
                + + +
              • Other user-visible changes
              • +
                  +
                • Fix crash when using the function "Import DTAUS and send". The actual function is still implemented, though.
                • +
                + + +
              • Altri cambiamenti relativi al codice e alla compilazione
              • +
                  +
                • Correct patch submission instructions to direct patches to bugzilla rather than the mailing list.
                • +
                • Splash screen: minor code cleanup
                • +
                • Fix error in r19822 which prevented creation of postgres databases.
                • +
                • Fix python samples to work with reordered Session.__init__() args
                • +
                • Fixed aqbanking transaction type on importing DTAUS online transfers. + +Patch by Manfred Usselmann.
                • +
                • Disable Italian docs generation I just accidentally enabled. It +wasn't enabled before the xsltproc issue popped up, so it shouldn't +be enabled now.
                • +
                • Reactivate English docs generation in Windows build
                • +
                • When preparing imported DTAUS jobs, check their availability as well.
                • +
                • Fix misplaced comment in gnome-utls/gnome-file.c from 19798
                • +
                • Make arguments to Session.__init__() have the same order as to qof_session_begin() to reduce potential confusion.
                • +
                • Fix typo in AUTHORS, as pointed out by Mike himself.
                • +
                • Add Mike Evans to AUTHORS as he has been providing patches regularly.
                • +
                • Win32 build: Update versions of libktoblzcheck, gwenhywfar4.
                • +
                • Add force_new parameter to GnuCashCoreClass.__init__, reflecting change to qof_session_begin() in r19798
                • +
                • Increase gnutls version to 2.8.6 (might fix bug#632158)
                • +
                + +
              + + +

              Avviso per i tester

              +

              Una qualsiasi versione 2.3.x può andare in crash senza preavviso in qualsiasi momento durante l'utilizzo. Se si sta testando del lavoro importante in un rilascio 2.3.x e si sta utilizzando il formato di file XML per il salvataggio dei dati, assicurarsi di premere "Salva" dopo ogni importante modifica al lavoro. Se si utilizza il backend SQL, questo non è necessario dato che ogni cambiamento è salvato immediatamente nel database.

              +

              Le immagini della documentazione sono state aggiornate, ciò nonostante vari testi si riferiscono ancora alla versione 1.8.x. Tutti possono contribuire al miglioramento della documentazione; consultare http://wiki.gnucash.org/wiki/Development per le informazioni su come contribuire.

              + +

              Come contribuire?

              +

              Testando: provando il programma e ricercando i bug che possono manifestarsi. Ognuno di essi dovrebbe essere segnalato su bugzilla.

              +

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio. Un congelamento delle stringhe sarà annunciato in una delle successive versioni 2.3.x. Controllare http://wiki.gnucash.org/wiki/Translation_Status per aggiornamenti a riguardo.

              +

              +

              Si incoraggiano gli utenti a testare il più possibile questa versione ed eventualmente quelle successive, segnalando i bug in modo che sia possibile correggerli rendendo GnuCash il più stabile possibile in vista del rilascio stabile 2.4.0 che dovrebbe avvenire nel giro di qualche settimana. Si prega quindi di segnalare qualsiasi problema su bugzilla

              + +

              Ottenere GnuCash

              +

              Il codice sorgente di GnuCash 2.3.17 può essere scaricato da diverse posizioni: +

                +
              • Il sito internet di GnuCash
              • +
              • Sourceforge: bzip2, gzip, tutti i file.
              • +
              • É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:

                svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
              • +

              + +

              Per installare GnuCash, sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

              + +

              File binari Win32

              +

              L'eseguibile di Gnucash 2.3.17 Win32 può anch'esso essere scaricato da Sourceforge. + +

              Informazioni sul programma

              +

              GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

              From d7159bb8ee87fb670f8e2204e18f368acdb3307f Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Tue, 23 Nov 2010 13:16:35 +0000 Subject: [PATCH 275/344] Correct a translation. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19869 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/101121-2.3.17.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/it/101121-2.3.17.news b/news/it/101121-2.3.17.news index 89fdc373..b7a9260d 100755 --- a/news/it/101121-2.3.17.news +++ b/news/it/101121-2.3.17.news @@ -151,7 +151,7 @@ In the "bills due" dialog we use Bill -> Rechnung, not Lieferantenrechnung. -
            • Other user-visible changes
            • +
            • Altri cambiamenti visibili dall'utente
              • Fix crash when using the function "Import DTAUS and send". The actual function is still implemented, though.
              From d3f4eeacd4b5d028b08cfb9fb41596577b217b7b Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 23 Nov 2010 16:05:16 +0000 Subject: [PATCH 276/344] Add pdf files to official website's documentation page git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19870 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 40 +++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/docs.phtml b/docs.phtml index 08f92f75..e246543f 100644 --- a/docs.phtml +++ b/docs.phtml @@ -19,11 +19,41 @@ include("externals/menu.phtml");

              @@ -116,7 +146,7 @@ include("externals/menu.phtml");

              current docs tarball.");?>

              description tailored to the GnuCash code. To get the documentation source instead of the program source, replace 'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:");?>

              -
              svn checkout http://svn.gnucash.org/repo/gnucash-docs/trunk gnucash-docs
              +
              svn checkout http://code.gnucash.org/repo/gnucash-docs/trunk gnucash-docs

              From b1d5329b463134219e45fa8304cb35e36b5e5572 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Tue, 23 Nov 2010 16:08:37 +0000 Subject: [PATCH 277/344] Website: correct links to Japanese documentation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19871 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.phtml b/docs.phtml index e246543f..50f18b18 100644 --- a/docs.phtml +++ b/docs.phtml @@ -52,7 +52,7 @@ include("externals/menu.phtml");
            • : - HTML | PDF + HTML | PDF
            • From 0eff4f0f8db8f7fd46ddc5eb76e8e75283801c8c Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 27 Nov 2010 22:02:49 +0000 Subject: [PATCH 278/344] Bug #635836: Update Japanese website translation by Yasuaki Taniguchi git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19891 57a11ea4-9604-0410-9ed3-97b8803252fd --- locale/ja/LC_MESSAGES/gnucash-htdocs.mo | Bin 44912 -> 46603 bytes po/ja.po | 1610 ++++++++++++----------- 2 files changed, 810 insertions(+), 800 deletions(-) diff --git a/locale/ja/LC_MESSAGES/gnucash-htdocs.mo b/locale/ja/LC_MESSAGES/gnucash-htdocs.mo index de709d3b39b806480a10fc92e69502291577b472..edbcf978cf3623cc9fbcc9f97d5a7932372eb47a 100644 GIT binary patch delta 7057 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 LYT*H;Lz?|BL-k*k delta 5691 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 diff --git a/po/ja.po b/po/ja.po index 147a44a8..3b7d5955 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,747 +6,785 @@ msgid "" msgstr "" "Project-Id-Version: gnucash-htdocs r18581\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 12:13+0100\n" -"PO-Revision-Date: 2010-08-20 14:01+0900\n" +"POT-Creation-Date: 2010-11-26 17:24+0900\n" +"PO-Revision-Date: 2010-11-26 17:46+0900\n" "Last-Translator: Yasuaki Taniguchi \n" "Language-Team: Japanese \n" -"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: download.phtml:5 -msgid "Download" -msgstr "ダウンロード" - -#: download.phtml:12 -msgid "Download GnuCash" -msgstr "GnuCashã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" +#: docs.phtml:3 +msgid "Documentation Project" +msgstr "文書プロジェクト" -#: download.phtml:14 -#, php-format -msgid "Stable release (%s)" -msgstr "安定版 (%s)" +#: docs.phtml:10 +msgid "GnuCash Documentation Project" +msgstr "GnuCash 文書プロジェクト" -#: download.phtml:15 +#: docs.phtml:12 msgid "" -"A stable release is a version of GnuCash that is well tested and considered " -"appropriate for every day use." -msgstr "GnuCash 安定版ã¯å分ã«ãƒ†ã‚¹ãƒˆã•ã‚Œã€é€šå¸¸ã®åˆ©ç”¨ã«é©ã—ãŸãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã™ã€‚" +"This page is the home of the Gnucash Documentation Project, our goal is to " +"maintain a community of people working towards creation of high quality " +"documentation for GnuCash." +msgstr "" +"ã“ã“㯠GnuCash 文書プロジェクトã®ãƒ›ãƒ¼ãƒ ãƒšãƒ¼ã‚¸ã§ã™ã€‚ã“ã®ãƒšãƒ¼ã‚¸ã®ç›®çš„㯠" +"GnuCash ã«é–¢ã™ã‚‹é«˜å“質ãªæ–‡æ›¸ã‚’作æˆã™ã‚‹ãŸã‚ã«ä½œæ¥­ã‚’ã—ã¦ã„る人々ã®ã‚³ãƒŸãƒ¥ãƒ‹" +"ティーを維æŒã™ã‚‹ã“ã¨ã§ã™ã€‚" -#: download.phtml:16 -#, php-format +#: docs.phtml:14 msgid "" -"The latest stable release of GnuCash is %s. Choose the download for your " -"operating system below." +"Everything you need concerning GnuCash documentation should be here, if you " +"notice something missing, email gnucash-devel and we will add it." msgstr "" -"最新㮠GnuCash 安定版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" -"ファイルを下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" +"ã‚ãªãŸãŒå¿…è¦ã¨ã™ã‚‹GnuCashã«é–¢ä¿‚ã—ãŸæƒ…å ±ã¯ã™ã¹ã¦ã“ã“ã«ã‚ã‚Šã¾ã™ã€‚ã‚‚ã—ã“ã“ã«å­˜åœ¨" +"ã—ãªã„物ãŒã‚ã‚Œã°ã€gnucash-" +"devel ã«ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。ãã†ã™ã‚‹ã¨ç§ãŸã¡ãŒè¿½åŠ ã—ã¾ã™ã€‚" -#: download.phtml:18 -msgid "Installers" -msgstr "インストーラー" +#: docs.phtml:16 +msgid "Nightly Documentation Builds" +msgstr "日次夜間文書ビルド" -#: download.phtml:20 download.phtml:21 download.phtml:47 download.phtml:48 -#, php-format -msgid "GnuCash %s for" -msgstr "GnuCash %s for" +#: docs.phtml:17 +msgid "current unstable user documentation and developer documentation" +msgstr "ç¾åœ¨ã®é–‹ç™ºç‰ˆãƒ¦ãƒ¼ã‚¶ãƒ¼æ–‡æ›¸ãŠã‚ˆã³é–‹ç™ºæ–‡æ›¸" -#: download.phtml:25 +#: docs.phtml:19 msgid "" -"Most linux distributions come bundled with a version of GnuCash, though it's " -"not always the most recent version and it may not have been installed by " -"default. Still it is recommended to use the GnuCash version that comes with " -"your distribution." +"Every night a server builds the documentation from the current contents of " +"the GnuCash subversion repository. This includes the Developer " +"Documentation from Doxygen and User Documentation for the current unstable " +"version of GnuCash." msgstr "" -"ã»ã¨ã‚“ã©ã® Linux ディストリビューションã«ã¯ GnuCash ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚最新版" -"ã§ã¯ç„¡ã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ã—ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›" -"ん。ã§ã™ãŒã€ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§æä¾›ã•ã‚Œã¦ã„ã‚‹ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’利用ã™ã‚‹ã“ã¨ã‚’" -"ãŠå‹§ã‚ã—ã¾ã™ã€‚" +"毎晩ã€GnuCash subversion リãƒã‚¸ãƒˆãƒªã®ç¾åœ¨ã®å†…容ã‹ã‚‰æ–‡æ›¸ãŒä½œæˆã•ã‚Œã¾ã™ã€‚ã“れら" +"ã«ã¯ Doxygen ã«ã‚ˆã‚‹é–‹ç™ºè€…å‘ã‘文書ãŠã‚ˆã³ç¾åœ¨ã®GnuCash開発版ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼æ–‡æ›¸ãŒå«" +"ã¾ã‚Œã¾ã™ã€‚" -#: download.phtml:26 +#: docs.phtml:22 docs.phtml:68 docs.phtml:99 docs.phtml:108 +msgid "Help Manual" +msgstr "ヘルプマニュアル" + +#: docs.phtml:25 docs.phtml:42 docs.phtml:69 docs.phtml:72 docs.phtml:75 +#: docs.phtml:77 docs.phtml:100 docs.phtml:104 docs.phtml:109 docs.phtml:111 +#: docs.phtml:114 docs.phtml:115 docs.phtml:119 +msgid "English" +msgstr "英語" + +#: docs.phtml:29 docs.phtml:46 +msgid "German" +msgstr "ドイツ語" + +#: docs.phtml:33 docs.phtml:50 +msgid "Italian" +msgstr "イタリア語" + +#: docs.phtml:39 docs.phtml:74 docs.phtml:103 docs.phtml:113 +msgid "Concepts Guide" +msgstr "コンセプトガイド" + +#: docs.phtml:54 +msgid "Japanese" +msgstr "日本語" + +#: docs.phtml:61 +msgid "GnuCash v2.2 (current stable release)" +msgstr "GnuCash v2.2 (ç¾åœ¨ã®å®‰å®šç‰ˆ)" + +#: docs.phtml:63 msgid "" -"Below are ways to install GnuCash on some of the more popular distributions:" +"If you have a question about how to use GnuCash, you are in the right place. " +"The first thing you should do is read the Help Manual and the Concepts " +"Guide, most of your questions can probably be answered by these documents." msgstr "" -"ã„ãã¤ã‹ã®æœ‰åãªãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューション㧠GnuCash をインストールã™ã‚‹æ–¹æ³•ã¯æ¬¡ã®" -"通りã§ã™ã€‚" +"GnuCash ã®ä½¿ç”¨æ–¹æ³•ã«é–¢ã—ã¦åˆ†ã‹ã‚‰ãªã„ã“ã¨ãŒã‚ã‚‹ãªã‚‰ã°ã€ã‚ãªãŸã¯ä»Šæ­£ã—ã„場所ã«" +"ã„ã¾ã™ã€‚最åˆã«èª­ã‚€ã¹ã文書ã¯ãƒ˜ãƒ«ãƒ—マニュアルãŠã‚ˆã³ã‚³ãƒ³ã‚»ãƒ—トガイドã§ã™ã€‚ã‚ãª" +"ãŸã®ç–‘å•ã«å¯¾ã™ã‚‹ã»ã¨ã‚“ã©ã®è§£æ±ºæ–¹æ³•ã¯ã“れらã®æ–‡æ›¸ã«æ›¸ã„ã¦ã‚ã‚Šã¾ã™ã€‚" -#: download.phtml:29 +#: docs.phtml:64 msgid "" -"Fedora users can install GnuCash through System->Administration->Add/Remove " -"Software (Gnome) or Applications->System->Software Management (KDE)." +"The Help Manual is designed to be a quick reference of how to accomplish " +"specific tasks and how to use the features in GnuCash. The Concepts Guide is " +"designed to be an in depth guide to the concepts behind using GnuCash with a " +"tutorial to show how to put those concepts into practice." msgstr "" +"ヘルプマニュアル㯠GnuCash ã§ç‰¹å®šã®ä½œæ¥­ã‚’é”æˆã‚’é”æˆã™ã‚‹æ–¹æ³•ã€ãŠã‚ˆã³ã€æ©Ÿèƒ½ã‚’使" +"用ã™ã‚‹æ–¹æ³•ã«é–¢ã—ã¦èª¬æ˜Žã™ã‚‹ã‚¯ã‚¤ãƒƒã‚¯ãƒªãƒ•ã‚¡ãƒ¬ãƒ³ã‚¹ã¨ã—ã¦è¨­è¨ˆã•ã‚Œã¦ã„ã¾ã™ã€‚コンセ" +"プトガイド㯠GnuCash を使用ã™ã‚‹éš›ã®èƒŒæ™¯ã¨ãªã‚‹æ¦‚念をより深ã説明ã™ã‚‹ã‚¬ã‚¤ãƒ‰ã¨ã—" +"ã¦è¨­è¨ˆã•ã‚Œã€ã“れらã®æ¦‚念を利用ã™ã‚‹æ–¹æ³•ã«é–¢ã™ã‚‹ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã‚’æä¾›ã—ã¦ã„ã¾" +"ã™ã€‚" -#: download.phtml:30 +#: docs.phtml:70 docs.phtml:101 docs.phtml:110 docs.phtml:120 +msgid "Deutsch" +msgstr "ドイツ語" + +#: docs.phtml:71 docs.phtml:76 +msgid "Italiano" +msgstr "イタリア語" + +#: docs.phtml:81 msgid "" -"Mandriva users can install GnuCash through the Software Management in the " -"Mandriva Linux Control Center." +"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " +"to your question within either the Help Manual or the Concepts Guide. We " +"want feedback from you, it is only through your comments that we know " +"how to modify the documentation." msgstr "" +"ã‚‚ã—ヘルプマニュアルã¨ã‚³ãƒ³ã‚»ãƒ—トガイドã§ç–‘å•ã«å¯¾ã™ã‚‹å分ãªå›žç­”を得られãªã‹ã£" +"ãŸå ´åˆã¯ gnucash-user " +"メーリングリストã«è‹±èªžã§ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。ç§ãŸã¡ã¯ã‚ãªãŸãŸã¡ã®" +"フィードãƒãƒƒã‚¯ã‚’求ã‚ã¦ã„ã¾ã™ã€‚ã‚ãªãŸã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’通ã—ã¦ã®ã¿ç§ãŸã¡ã¯ã©ã®" +"よã†ã«æ–‡æ›¸ã‚’変更ã™ã‚‹ã¹ãã‹çŸ¥ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: download.phtml:31 +#: docs.phtml:82 msgid "" -"Redhat and CentOS don't have GnuCash in their repositories by default. It " -"can be installed however from the third-party Epel repository. For more " -"details on configuring this additional software repository for your setup, " -"see " +"Additionally, you can talk to someone via IRC at irc.gnome.org channel " +"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " +"registered users can ask and answer questions." msgstr "" +"ã“ã‚Œã«åŠ ãˆã¦ã€IRC を使用ã—ã¦è‹±èªžã§ä»–ã®èª°ã‹ã«è³ªå•ã‚’ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ irc." +"gnome.org サーãƒãƒ¼ã® \"#gnucash\" ãƒãƒ£ãƒ³ãƒãƒ«ã‚’使用ã—ã¦ãã ã•ã„。他ã®ãƒªã‚½ãƒ¼ã‚¹" +"ã¨ã—㦠英語 ãŠã‚ˆã³ ドイツ語 ã® GnuCash wiki ãŒã‚ã‚Šã¾ã™ã€‚" +"wiki ã¯ç™»éŒ²ã•ã‚ŒãŸåˆ©ç”¨è€…ãŒè³ªå•ã‚„回答を登録ã™ã‚‹ã“ã¨ãŒå¯èƒ½ãªå¯¾è©±çš„㪠Web サイト" +"ã§ã™ã€‚" -#: download.phtml:31 -msgid "Epel's wiki page" -msgstr "Epelæ°ã«ã‚ˆã‚‹ wiki ページ" - -#: download.phtml:32 +#: docs.phtml:84 msgid "" -"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " -"Applications menu). This will install GnuCash under the Office category in " -"the Applications menu." +"Some people have written HOWTO guides or tutorials. Note: the information " +"presented in these sources may or may not be updated to the most recent " +"version of GnuCash. If you are interested in doing development work on these " +"documents, you should contact the original authors." msgstr "" +"何åã‹ã®äººã€…㌠HOWTO ガイドやãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã‚’書ã„ã¦ã„ã¾ã™ã€‚注æ„: ã“れらã®æƒ…å ±" +"ã¯æœ€æ–°ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® GnuCash ã«å¯¾å¿œã—ã¦ã‚¢ãƒƒãƒ—デートã—ã¦ã„ã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ã—ã€" +"アップデートã—ã¦ã„ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。もã—ã“れらã®æ–‡æ›¸ã®é–‹ç™ºã«èˆˆå‘³ãŒã‚ã‚‹ãª" +"らã€å…ƒã®ä½œè€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。" -#: download.phtml:35 -msgid "Source code" -msgstr "ソースコード" +#: docs.phtml:86 +msgid "Neil Williams GnuCash documentation" +msgstr "Neil Williams æ°ã«ã‚ˆã‚‹ GnuCash 文書" -#: download.phtml:37 download.phtml:49 -#, php-format -msgid "for GnuCash %s" -msgstr "" +#: docs.phtml:87 +msgid "GnuCash for Business Users" +msgstr "ビジãƒã‚¹åˆ©ç”¨è€…å‘ã‘ GnuCash 文書" -#: download.phtml:38 -msgid "USA Mirror" -msgstr "米国ã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" +#: docs.phtml:88 +msgid "mirror" +msgstr "ミラー" -#: download.phtml:39 -msgid "European Mirror" -msgstr "ヨーロッパã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" +#: docs.phtml:90 +msgid "Joe Mack's Tutorial" +msgstr "Joe Mack æ°ã«ã‚ˆã‚‹ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«" -#: download.phtml:42 -#, php-format -msgid "Unstable/Development release (%s)" -msgstr "開発版 (%s)" +#: docs.phtml:92 +msgid "Dave Gilbert's User Guide (PDF)" +msgstr "Dave Gilbert æ°ã«ã‚ˆã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚ºã‚¬ã‚¤ãƒ‰ (PDF)" -#: download.phtml:43 -msgid "" -"Unstable (development) releases are for testing purposes only. They contain " -"the newest features and improvements, but may also contain serious bugs " -"still. Don't install these releases for everyday use." -msgstr "" -"開発版ã¯ãƒ†ã‚¹ãƒˆã®ã¿ã‚’目的ã¨ã—ãŸãƒªãƒªãƒ¼ã‚¹ã§ã™ã€‚最新ã®æ©Ÿèƒ½ã‚„強化点ãŒã‚ã‚Šã¾ã™ãŒé‡" -"大ãªãƒã‚°ãŒå«ã¾ã‚Œã¦ã„ã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。通常ã®åˆ©ç”¨ã®ãŸã‚ã«ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãªã„" -"ã§ãã ã•ã„。" +#: docs.phtml:95 +msgid "Older GnuCash Documentation" +msgstr "éŽåŽ»ã® GnuCash 文書" -#: download.phtml:44 -#, php-format +#: docs.phtml:96 msgid "" -"The latest unstable release of GnuCash is %s. Choose the download for your " -"operating system below." +"This section contains all the older GnuCash documentation. If you are using " +"one of these old versions of GnuCash, it is highly recommended that you " +"upgrade to the latest stable version." msgstr "" -"最新㮠GnuCash 開発版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" -"ファイルを下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" - -#: download.phtml:52 -msgid "Other" -msgstr "ãã®ä»–" +"ã“ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã«å«ã¾ã‚Œã¦ã„ã‚‹ã®ã¯ã™ã¹ã¦å¤ã„ GnuCash ã«é–¢ã™ã‚‹æ–‡æ›¸ã§ã™ã€‚ã‚‚ã—ã“ã‚Œ" +"らå¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® GnuCash を使用ã—ã¦ã„ã‚‹å ´åˆã¯ã€æœ€æ–°ã®å®‰å®šãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã‚¢ãƒƒãƒ—" +"グレードã™ã‚‹ã“ã¨ã‚’推奨ã—ã¾ã™ã€‚" -#: download.phtml:55 -#, php-format -msgid "View all GnuCash %s downloads (stable)" -msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (安定版)" +#: docs.phtml:121 +msgid "Espagnol" +msgstr "スペイン語" -#: download.phtml:56 -#, php-format -msgid "View all GnuCash %s downloads (unstable)" -msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (開発版)" +#: docs.phtml:122 +msgid "Português" +msgstr "ãƒãƒ«ãƒˆã‚¬ãƒ«èªž" -#: download.phtml:57 -msgid "View all GnuCash downloads" -msgstr "ã™ã¹ã¦ã® GnuCash ダウンロードファイルを見る" +#: docs.phtml:125 +msgid "Documentation Development" +msgstr "文書作æˆ" -#: sizing.phtml:3 externals/menu.phtml:51 -msgid "Sizing" -msgstr "開発è¦æ¨¡" +#: docs.phtml:127 +msgid "Introduction" +msgstr "å°Žå…¥" -#: sizing.phtml:14 +#: docs.phtml:128 msgid "" -"It can often be quite interesting to study the source code metrics behind a " -"software development project. Not a surprising interest: its accounting " -"afterall. GnuCash has grown, over the years, from a small handy electronic " -"checkbook to a rather large and multi-featured desktop app." +"The GnuCash documentation is stored in xml files. More precisely, it uses " +"the GNOME2 XML docbook system. This is a relatively flexible system that " +"takes xml files as input and can generate documentation in several different " +"output formats (html, pdf,...)." msgstr "" +"GnuCash ã®æ–‡æ›¸ã¯ xml ファイルã¨ã—ã¦ä¿å­˜ã•ã‚Œã¦ã„ã¾ã™ã€‚ã‚‚ã£ã¨æ­£ç¢ºã«è¨€ã†ã¨ã€" +"GNOME2 XML docbook システムを使用ã—ã¦ã„ã¾ã™ã€‚ã“ã‚Œã¯æ¯”較的柔軟ãªã‚·ã‚¹ãƒ†ãƒ ã§ " +"xml ファイルを入力ã¨ã—ã¦ã„ãã¤ã‹ã®ç•°ãªã‚‹å½¢å¼ (htmlã€pdfç­‰) ã§å‡ºåŠ›ã™ã‚‹ã“ã¨ãŒã§" +"ãã¾ã™ã€‚" -#: sizing.phtml:17 +#: docs.phtml:129 msgid "" -"GnuCash currently consists of over a third of a million lines of code spread " -"over more than a thousand files. It has been translated into twenty-three " -"languages and credits over 139 authors and contributors." +"If you wish to review or write GnuCash documentation, you will need to know " +"xml. Some basic knowledge of the docbook system may be useful as well" msgstr "" +"GnuCash ã®æ–‡æ›¸ã‚’査読ã¾ãŸã¯è¨˜è¿°ã™ã‚‹ã¨ã㯠xml を知ã£ã¦ã„ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚加ãˆ" +"ã¦ã€ã„ãã¤ã‹ã® docbook システムã«é–¢ã™ã‚‹åŸºæœ¬çš„ãªçŸ¥è­˜ã‚‚å½¹ã«ç«‹ã¡ã¾ã™ã€‚" -#: sizing.phtml:23 +#: docs.phtml:130 msgid "" -"If you've had trouble swimming through that mass of source code, think of it " -"this way: printed out on paper, and bound into volumes, it would amount to " -"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" -"width's worth of source code." -msgstr "" +"The following links are for further sites that can help with the " +"documentation and review process." +msgstr "次ã®ãƒªãƒ³ã‚¯ã¯æ–‡æ›¸åŒ–ãŠã‚ˆã³æŸ»èª­éŽç¨‹ã§éžå¸¸ã«å½¹ã«ç«‹ã¤ã‚µã‚¤ãƒˆã§ã™ã€‚" -#: sizing.phtml:26 +#: docs.phtml:135 msgid "" -"Mind you, this is source code (and docs) crafted and debugged by actual " -"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " -"can generate gaziilions of lines of code automatically; I'm not counting " -"those. Every last line counted here was typed in, edited, indented, " -"tweaked, multiple times, by human hands." +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." msgstr "" +"ã“ã® GnuCash wiki ページã¯ã“ã‚Œã‹ã‚‰ç¿»è¨³ãŒå¿…è¦ã§ã™ãŒã€docbook ファイルを使用ã™" +"ã‚‹ãŸã‚ã«å½¹ã«ç«‹ã¤æƒ…å ±ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚" -#: sizing.phtml:29 -msgid "" -"Given that we have about 400 outstanding bugs in bugzilla, that works out to " -"about one bug per thousand lines of code, or one bug per 50 pages of " -"printout. This bug count is actually not atypical for software projects; " -"its near the norm." -msgstr "" +#: docs.phtml:137 +msgid "We suggest also subscribing to " +msgstr "次ã®ãƒ¡ãƒ¼ãƒªãƒ³ã‚°ãƒªã‚¹ãƒˆã‚’購読ã™ã‚‹ã“ã¨ã‚’æ案ã—ã¾ã™" -#: sizing.phtml:32 +#: docs.phtml:139 +msgid "Gnome Documentation guidelines" +msgstr "Gnome 文書ガイドライン" + +#: docs.phtml:140 msgid "" -"The table below shows some historical lines-of-code and number-of-files " -"metrics for the GnuCash development project. Note that not all of the code " -"is counted: for instance, the Makefiles and configure.in and autogen.sh are " -"not counted. Also, files that are automatically generated are not counted, " -"nor are files that have been 'borrowed' from other projects. Also not " -"counted are experimental files, miscellaneous perl scripts, various " -"converters, addons and utilities. Finally, glade files are not " -"counted, although large parts of the overall GUI are described in glade files." +"As stated earlier, the new docs are based on the GNOME2 XML docbook system. " +"Everyone wishing to help please follow these guides where possible when " +"reviewing and/or writing docs." msgstr "" +"å‰ã«è¿°ã¹ãŸã‚ˆã†ã«ã€æ–°ã—ã„文書㯠GNOME2 XML docbook システムã«åŸºã¥ã„ã¦ã„ã¾ã™ã€‚" +"貢献をã—よã†ã¨è€ƒãˆã¦ã„ã‚‹æ–¹ã¯ã€æŸ»èª­ã‚„文書作æˆã‚’è¡Œã†ã¨ãã«ã“れらã®ã‚¬ã‚¤ãƒ‰ã«å¾“ã†" +"よã†ã«ã—ã¦ãã ã•ã„。" -#: sizing.phtml:35 +#: docs.phtml:146 +msgid "Where to get the documentation source" +msgstr "文書ソースã®å…¥æ‰‹" + +#: docs.phtml:147 msgid "" -"Note also that KLOC's are not a good metric of programmer productivity, nor " -"even that wc is a good way of counting KLOC's. Much better " -"measures are complexity metrics, which, for example, count the number and " -"size of if-then-else blocks, or the number and size of all blocks, or the " -"number of math operators per statement. Maybe someday we'll run one of " -"those tools on this code. For now, this is what we have. On the other hand, " -"we've attempted to count only those files that contain human-edited code, " -"that is, files that are directly edited by humans. The point of doing this " -"is to avoid artificially inflating the KLOC counts by counting automatically " -"generated code (which is why the glade files are not counted: they are large " -"and automatically generated)." +"You will need a recent copy of the documentation source. For this you can " +"check out the documentation module from the GnuCash svn. Reviewers could " +"also start from the current docs tarball." msgstr "" +"文書ソースã®æœ€æ–°ç‰ˆã‚’入手ã™ã‚‹å¿…è¦ãŒã‚ã‚‹å ´åˆã¯ GnuCash svn ã‹ã‚‰æ–‡æ›¸ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’" +"ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆã—ã¦ãã ã•ã„。査読者㯠最新ã®æ–‡æ›¸ tar アーカイブ ã‹ã‚‰é–‹å§‹" +"ã—ã¦ã‚‚構ã„ã¾ã›ã‚“。" -#: sizing.phtml:39 -msgid "Table 1. Historical Development Stats" +#: docs.phtml:148 +msgid "" +"For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " +"To get the documentation source instead of the program source, replace " +"'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" msgstr "" +"ã‚‚ã— svn ã«ã‚ã¾ã‚Šãªã˜ã¿ãŒãªã„ãªã‚‰ã€ GnuCash wiki 㫠説明ãŒã‚ã‚Šã¾ã™ã€‚ 文書を得るãŸã‚ã«ã¯ãƒã‚§ãƒƒã‚¯" +"アウト対象を gnucash ã‹ã‚‰ gnucash-docs ã«å˜ã«å¤‰æ›´ã—ã¦ãã ã•ã„。実際ã«ã¯ä»¥ä¸‹ã®" +"よã†ã«ãªã‚Šã¾ã™ã€‚" -#: sizing.phtml:43 -msgid "Version" -msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³" +#: docs.phtml:151 +msgid "Writers" +msgstr "著者" -#: sizing.phtml:50 sizing.phtml:355 -msgid "misc app" +#: docs.phtml:152 +msgid "" +"Get a copy of the documentation source as described above and start making " +"changes. When you are satisfied with your changes you can create a patch by " +"running the following command in the base directory of the documentation " +"(usually gnucash-docs, unless you renamed it):" msgstr "" +"上記ã®æ–¹æ³•ã§æ–‡æ›¸ã®ã‚½ãƒ¼ã‚¹ã‚’入手ã—ãŸã‚‰ã€å¤‰æ›´ã‚’開始ã—ã¦ãã ã•ã„。変更ã—ãŸæ–‡æ›¸ãŒ" +"満足ã®ã„ã物ã«ãªã£ãŸã‚‰æ–‡æ›¸ã®æœ€ä¸Šä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒª (通常ã¯å¤‰æ›´ã—ãªã„é™ã‚Š gnucash-" +"docs ã«ãªã‚Šã¾ã™) ã§ä»¥ä¸‹ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’入力ã—ã¦ãƒ‘ッãƒã‚’作æˆã—ã¦ãã ã•ã„。" -#: sizing.phtml:57 sizing.phtml:390 -msgid "internal txt" -msgstr "内部テキスト" - -#: sizing.phtml:58 -msgid "Total" -msgstr "åˆè¨ˆ" +#: docs.phtml:154 +msgid "" +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." +msgstr "次ã«Gnome's bugzilla データベース㧠GnuCash プロジェクト㮠documentation コンãƒãƒ¼ãƒãƒ³ãƒˆã«å¯¾ã—ã¦ãƒã‚°ãƒ¬ãƒãƒ¼ãƒˆã‚’作æˆã—ã€ãƒ‘ッãƒã‚’添付ã—ã¦ãã ã•ã„。ãã—ã¦ã€ä»–ã®é–‹ç™ºè€…ãŒã‚ãªãŸãŒè¡Œã£ãŸã“ã¨ã«ã¤ã„ã¦åˆ†ã‹ã‚‹ã‚ˆã†ã« gnucash-devel メーリングリストã«è‹±èªžã§ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。パッãƒé€ä»˜ã®è©³ç´°ã«ã¤ã„ã¦ã¯ GnuCash' wiki page on bugzilla ã‚‚ä½µã›ã¦ç¢ºèªã—ã¦ãã ã•ã„。" -#: sizing.phtml:59 sizing.phtml:395 -msgid "Languages" -msgstr "言語" +#: docs.phtml:156 +msgid "" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." +msgstr "注æ„: éŽåŽ»ã«ã¯ãƒ‘ッãƒã‚’直接 gnucash-devel メーリングリストã«é€ã£ã¦ã‚‚大丈夫ã§ã—ãŸã€‚ã“ã®æ–¹æ³•ã¯ç¾åœ¨æŽ¨å¥¨ã•ã‚Œã¾ã›ã‚“。多ãã®ãƒ¡ãƒ¼ãƒªãƒ³ã‚°ãƒªã‚¹ãƒˆè­°è«–ã®ä¸­ã«åŸ‹ã‚‚ã‚Œã¦ãƒ‘ッãƒãŒå¿˜ã‚Œã‚‰ã‚Œã¦ã—ã¾ã†ã‹ã‚‰ã§ã™ã€‚ãã®ä»£ã‚ã‚Š Bugzilla ã«ãƒ‘ッãƒã‚’ãƒã‚°ã¨ã—ã¦æ·»ä»˜ã—ã¦ãã ã•ã„ (既存ã®ãƒã‚°ã«è¿½åŠ ã™ã‚‹ã‹æ–°è¦ã®ãƒã‚°ã¨ã—ã¦å ±å‘Šã™ã‚‹ã‹ã„ãšã‚Œã‹ã§ã™)。もã—パッãƒã‚’ gnucash-devel ã«é€ã‚ã†ã¨è€ƒãˆã¦ã„ã‚‹å ´åˆã¯ã€ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³ã«è¨˜è¿°ã™ã‚‹ã®ã§ã¯ãªã添付ã—ã¦ãã ã•ã„。" -#: sizing.phtml:60 sizing.phtml:400 -msgid "Author Credits" +#: docs.phtml:157 +msgid "" +"Please let other writers know which section you wish to tackle. Please " +"forward this to gnucash-" +"devel so that people can say 'hey I'm doing that already' or 'go ahead " +"and do it'." msgstr "" +"ã‚ãªãŸãŒã©ã®é …を変更ã—よã†ã¨ã—ã¦ã„ã‚‹ã‹ä»–ã®è‘—者ãŒåˆ†ã‹ã‚‹ã‚ˆã†ã«ã—ã¦ãã ã•ã„。他" +"ã®äººãŒã€Œãã‚Œã¯ã™ã§ã«è¡Œã£ã¦ã„ã¾ã™ã€ã¾ãŸã¯ã€Œã§ã¯è¡Œã£ã¦ãã ã•ã„ã€ã¨è¨€ã†ã“ã¨ãŒã§" +"ãるよã†ã« gnucash-devel ã¸ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。" -#: sizing.phtml:319 -msgid "Each cell displays the following:" +#: docs.phtml:158 +msgid "" +"You may also want to retain a local copy of the old documentation to refer " +"to when writing. This still has a lot of useful information in it which " +"hasn't been transferred to the new docs" msgstr "" +"書ã„ã¦ã„る時ã«ã€å‚照用ã¨ã—ã¦å¤ã„文書をローカルã«ä¿å­˜ã—ã¦ãŠããŸã„ã¨æ€ã†ã‹ã‚‚ã—" +"ã‚Œã¾ã›ã‚“。ã“ã‚Œã¯å¤ã„文書内ã«æ–°ã—ã„文書ã«ç§»è¡Œã•ã‚Œã¦ã„ãªã„多ãã®å½¹ã«ç«‹ã¤æƒ…å ±ãŒ" +"ã‚ã‚‹å ´åˆã§ã™ã€‚" -#: sizing.phtml:321 +#: docs.phtml:161 +msgid "Reviewers" +msgstr "査読者" + +#: docs.phtml:162 msgid "" -"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " -"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." -"c + KLOCS in *.h) are displayed. If there is only one number in the " -"parenthesis, it is the approriate KLOC count for that statistic." -msgstr "" +"Get a copy of the documentation source as described above and start " +"commenting on it." +msgstr "上ã§èª¬æ˜Žã—ãŸæ–¹æ³•ã§æ–‡æ›¸ã®ã‚½ãƒ¼ã‚¹ã‚’入手ã—ã€æŸ»èª­ã‚’è¡Œã£ã¦ãã ã•ã„。" -#: sizing.phtml:324 +#: docs.phtml:163 msgid "" -"where KLOC == kilo-lines-of-code, as reported by wc. As noted " -"above, wc is not a terribly good code metric, but its what we have handy." +"The best way of retaining comments about docs in an easy to find way for " +"everyone would be to use bugzilla.gnome." +"org to file the bugs under documentation. This can also be done using " +"bug-buddy." msgstr "" +"文書ã«é–¢ã™ã‚‹ã‚³ãƒ¡ãƒ³ãƒˆã‚’記録ã—ã¦ã€çš†ãŒè¦‹ã¤ã‘られるよã†ã«ã—ã¦ãŠã最良ã®æ–¹æ³•ã¯ " +"bugzilla.gnome.org ã«æ–‡æ›¸ã«é–¢ã—ã¦ãƒ" +"グ登録をã—ã¦ãŠãã“ã¨ã§ã™ã€‚ãƒã‚°è¿½è·¡ã‚·ã‚¹ãƒ†ãƒ ã«ã‚ˆã£ã¦è¨˜éŒ²ãŒæ®‹ã‚Šã¾ã™ã€‚" -#: sizing.phtml:327 -msgid "Table Column Legend" -msgstr "" +#: download.phtml:5 +msgid "Download" +msgstr "ダウンロード" -#: sizing.phtml:331 -msgid "" -"Contents of the src/engine and the include directories. The engine was split " -"out from the motif code in version 1.1. The data storage backend (file-io, " -"sql) was split out in the course of version 1.5" -msgstr "" +#: download.phtml:12 +msgid "Download GnuCash" +msgstr "GnuCashã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" -#: sizing.phtml:335 +#: download.phtml:14 +#, php-format +msgid "Stable release (%s)" +msgstr "安定版 (%s)" + +#: download.phtml:15 msgid "" -"Contents of the src/backend directory (version 1.7 and later) or of src/" -"engine/file, src/engine/sql (version 1.6 and earlier)" -msgstr "" +"A stable release is a version of GnuCash that is well tested and considered " +"appropriate for every day use." +msgstr "GnuCash 安定版ã¯å分ã«ãƒ†ã‚¹ãƒˆã•ã‚Œã€é€šå¸¸ã®åˆ©ç”¨ã«é©ã—ãŸãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã™ã€‚" -#: sizing.phtml:339 +#: download.phtml:16 +#, php-format msgid "" -"Contents of the src/register directory (version 1.6 and earlier) or src/" -"register/register-core (version 1.7 and later). The register was split out " -"as a separate component from the motif code in version 1.1. As can be seen " -"from the stats, the register code has been fairly stable. At version 1.7 and " -"later, this cell shows a second count: the number of lines of code in src/" -"register/register-gnome (previously counted as part of gnome)" +"The latest stable release of GnuCash is %s. Choose the download for your " +"operating system below." msgstr "" +"最新㮠GnuCash 安定版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" +"ファイルを下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" -#: sizing.phtml:343 +#: download.phtml:18 +msgid "Installers" +msgstr "インストーラー" + +#: download.phtml:20 download.phtml:21 download.phtml:47 download.phtml:48 +#, php-format +msgid "GnuCash %s for" +msgstr "GnuCash %s for" + +#: download.phtml:25 msgid "" -"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" -"register/ledger-core (version 1.7 and later)" +"Most linux distributions come bundled with a version of GnuCash, though it's " +"not always the most recent version and it may not have been installed by " +"default. Still it is recommended to use the GnuCash version that comes with " +"your distribution." msgstr "" +"ã»ã¨ã‚“ã©ã® Linux ディストリビューションã«ã¯ GnuCash ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚最新版" +"ã§ã¯ç„¡ã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ã—ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›" +"ん。ã§ã™ãŒã€ãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューションã§æä¾›ã•ã‚Œã¦ã„ã‚‹ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’利用ã™ã‚‹ã“ã¨ã‚’" +"ãŠå‹§ã‚ã—ã¾ã™ã€‚" -#: sizing.phtml:347 +#: download.phtml:26 msgid "" -"Contents of the src/motif directory (version 1.2 and earlier). The motif " -"version of the code was discontinued after version 1.2, after most of the " -"non-gui code was moved to either the engine, the register or the ledger." +"Below are ways to install GnuCash on some of the more popular distributions:" msgstr "" +"ã„ãã¤ã‹ã®æœ‰åãªãƒ‡ã‚£ã‚¹ãƒˆãƒªãƒ“ューション㧠GnuCash をインストールã™ã‚‹æ–¹æ³•ã¯æ¬¡ã®" +"通りã§ã™ã€‚" -#: sizing.phtml:351 +#: download.phtml:29 msgid "" -"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " -"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" -"gnome-util" +"Fedora users can install GnuCash through System->Administration->Add/Remove " +"Software (Gnome) or Applications->System->Software Management (KDE)." msgstr "" -#: sizing.phtml:356 +#: download.phtml:30 msgid "" -"Contents of miscellanous application-related directories (version 1.7 and " -"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" -"gnc-module, src/network-utils, src/tax/us" +"Mandriva users can install GnuCash through the Software Management in the " +"Mandriva Linux Control Center." msgstr "" -#: sizing.phtml:361 +#: download.phtml:31 msgid "" -"Code to import and export various file formats: contents of the src/import-" -"export directory." +"Redhat and CentOS don't have GnuCash in their repositories by default. It " +"can be installed however from the third-party Epel repository. For more " +"details on configuring this additional software repository for your setup, " +"see " msgstr "" -#: sizing.phtml:366 -msgid "" -"Code to generate reports and graphs: contents of the src/reports directory." -msgstr "" +#: download.phtml:31 +msgid "Epel's wiki page" +msgstr "Epelæ°ã«ã‚ˆã‚‹ wiki ページ" -#: sizing.phtml:371 +#: download.phtml:32 msgid "" -"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " -"earlier). In version 1.7 and later, much of this code went into reports, " -"import/export, and into indiovidual modules; thus only miscellaneous code " -"remains." +"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " +"Applications menu). This will install GnuCash under the Office category in " +"the Applications menu." msgstr "" -#: sizing.phtml:376 -msgid "" -"Code to add small-business features: contents of the src/business directory." -msgstr "" +#: download.phtml:35 +msgid "Source code" +msgstr "ソースコード" -#: sizing.phtml:381 -msgid "" -"Code to peform automated regression tests: contents of the src/*/test " -"directories." +#: download.phtml:37 download.phtml:49 +#, php-format +msgid "for GnuCash %s" msgstr "" -#: sizing.phtml:386 -msgid "" -"English-language-only user documentation, including on-line help and manual " -"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " -"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " -"of these numbers are somewhat hard to count, because of fairly large format " -"churns, and multiple competing versions." -msgstr "" +#: download.phtml:38 +msgid "USA Mirror" +msgstr "米国ã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" -#: sizing.phtml:391 -msgid "" -"The number of design documents and README files aimed at developers. This " -"includes *.txt files, *.texinfo files and README.* files in all " -"subdirectories. For version 1.7 and later, only those in the src " -"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" -msgstr "" +#: download.phtml:39 +msgid "European Mirror" +msgstr "ヨーロッパã®ãƒŸãƒ©ãƒ¼ã‚µã‚¤ãƒˆ" -#: sizing.phtml:396 +#: download.phtml:42 +#, php-format +msgid "Unstable/Development release (%s)" +msgstr "開発版 (%s)" + +#: download.phtml:43 msgid "" -"The number of languages that the application messages have been translated " -"to (the number of po/*.po files). In parenthesis, the number of " -"messages in the message files (grep msgstr po/*.po |wc), in " -"thousands." +"Unstable (development) releases are for testing purposes only. They contain " +"the newest features and improvements, but may also contain serious bugs " +"still. Don't install these releases for everyday use." msgstr "" +"開発版ã¯ãƒ†ã‚¹ãƒˆã®ã¿ã‚’目的ã¨ã—ãŸãƒªãƒªãƒ¼ã‚¹ã§ã™ã€‚最新ã®æ©Ÿèƒ½ã‚„強化点ãŒã‚ã‚Šã¾ã™ãŒé‡" +"大ãªãƒã‚°ãŒå«ã¾ã‚Œã¦ã„ã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。通常ã®åˆ©ç”¨ã®ãŸã‚ã«ã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãªã„" +"ã§ãã ã•ã„。" -#: sizing.phtml:401 +#: download.phtml:44 +#, php-format msgid "" -"The number of people credited in the AUTHORS file (version 1.6 and later) or " -"the README file (earlier versions). These include lead developers, patch " -"submitters and national-language translators. This includes additional " -"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " -"main gnucash/AUTHORS file." +"The latest unstable release of GnuCash is %s. Choose the download for your " +"operating system below." msgstr "" +"最新㮠GnuCash 開発版㯠%s ã§ã™ã€‚オペレーティングシステムã«ã‚ã£ãŸãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰" +"ファイルを下記ã‹ã‚‰é¸æŠžã—ã¦ãã ã•ã„。" -#: docs.phtml:3 -msgid "Documentation Project" -msgstr "文書プロジェクト" +#: download.phtml:52 +msgid "Other" +msgstr "ãã®ä»–" -#: docs.phtml:10 -msgid "GnuCash Documentation Project" -msgstr "GnuCash 文書プロジェクト" +#: download.phtml:55 +#, php-format +msgid "View all GnuCash %s downloads (stable)" +msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (安定版)" -#: docs.phtml:12 -msgid "" -"This page is the home of the Gnucash Documentation Project, our goal is to " -"maintain a community of people working towards creation of high quality " -"documentation for GnuCash." -msgstr "" -"ã“ã“㯠GnuCash 文書プロジェクトã®ãƒ›ãƒ¼ãƒ ãƒšãƒ¼ã‚¸ã§ã™ã€‚ã“ã®ãƒšãƒ¼ã‚¸ã®ç›®çš„㯠" -"GnuCash ã«é–¢ã™ã‚‹é«˜å“質ãªæ–‡æ›¸ã‚’作æˆã™ã‚‹ãŸã‚ã«ä½œæ¥­ã‚’ã—ã¦ã„る人々ã®ã‚³ãƒŸãƒ¥ãƒ‹" -"ティーを維æŒã™ã‚‹ã“ã¨ã§ã™ã€‚" +#: download.phtml:56 +#, php-format +msgid "View all GnuCash %s downloads (unstable)" +msgstr "ã™ã¹ã¦ã® GnuCash %s ダウンロードファイルを見る (開発版)" -#: docs.phtml:14 -msgid "" -"Everything you need concerning GnuCash documentation should be here, if you " -"notice something missing, email gnucash-devel and we will add it." -msgstr "" -"ã‚ãªãŸãŒå¿…è¦ã¨ã™ã‚‹GnuCashã«é–¢ä¿‚ã—ãŸæƒ…å ±ã¯ã™ã¹ã¦ã“ã“ã«ã‚ã‚Šã¾ã™ã€‚ã‚‚ã—ã“ã“ã«å­˜åœ¨" -"ã—ãªã„物ãŒã‚ã‚Œã°ã€gnucash-" -"devel ã«ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。ãã†ã™ã‚‹ã¨ç§ãŸã¡ãŒè¿½åŠ ã—ã¾ã™ã€‚" +#: download.phtml:57 +msgid "View all GnuCash downloads" +msgstr "ã™ã¹ã¦ã® GnuCash ダウンロードファイルを見る" -#: docs.phtml:16 docs.phtml:22 -msgid "Nightly Documentation Builds" -msgstr "日次夜間文書ビルド" +#: features.phtml:3 +msgid "Features" +msgstr "特徴" -#: docs.phtml:17 -msgid "current unstable user documentation and developer documentation" -msgstr "ç¾åœ¨ã®é–‹ç™ºç‰ˆãƒ¦ãƒ¼ã‚¶ãƒ¼æ–‡æ›¸ãŠã‚ˆã³é–‹ç™ºæ–‡æ›¸" +#: features.phtml:21 +msgid "Checkbook-Style Register" +msgstr "å°åˆ‡æ‰‹å¸³ã‚¹ã‚¿ã‚¤ãƒ«ã®è¨˜éŒ²ç°¿" -#: docs.phtml:19 +#: features.phtml:25 msgid "" -"Every night a server builds the documentation from the current contents of " -"the GnuCash subversion repository. This includes the Developer " -"Documentation from Doxygen and User Documentation for the current unstable " -"version of GnuCash." +"The checkbook-style register provides a custom, convenient and familiar " +"interface to entering financial transactions. The register supports common " +"checking and credit-card transactions, as well as income, stock and currency " +"transactions." msgstr "" -"毎晩ã€GnuCash subversion リãƒã‚¸ãƒˆãƒªã®ç¾åœ¨ã®å†…容ã‹ã‚‰æ–‡æ›¸ãŒä½œæˆã•ã‚Œã¾ã™ã€‚ã“れら" -"ã«ã¯ Doxygen ã«ã‚ˆã‚‹é–‹ç™ºè€…å‘ã‘文書ãŠã‚ˆã³ç¾åœ¨ã®GnuCash開発版ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼æ–‡æ›¸ãŒå«" -"ã¾ã‚Œã¾ã™ã€‚" - -#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 -msgid "Concepts Guide" -msgstr "コンセプトガイド" +"財務å–引を入力ã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã¯ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ã§ã€ä¾¿åˆ©ã‹ã¤è¦ªã—ã¿ã‚„ã™" +"ã„ã€å°åˆ‡æ‰‹å¸³ã‚¹ã‚¿ã‚¤ãƒ«ã®è¨˜éŒ²ç°¿ã«ãªã£ã¦ã„ã¾ã™ã€‚記録簿ã¯é€šå¸¸ã®å°åˆ‡æ‰‹ã‚„クレジット" +"カードå–引ã«åŠ ãˆã¦åŽç›Šã€æ ªå¼ã€é€šè²¨å–引をサãƒãƒ¼ãƒˆã—ã¾ã™ã€‚" -#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 -msgid "Help Manual" -msgstr "ヘルプマニュアル" +#: features.phtml:29 +msgid "Double Entry" +msgstr "複å¼è¨˜å¸³æ³•" -#: docs.phtml:26 -msgid "Doxygen Developer Documentation" -msgstr "Doxygen 開発文書" +#: features.phtml:31 +msgid "" +"Every transaction must debit one account and credit others by an equal " +"amount. This ensures that the \"books balance\": that the difference between " +"income and outflow exactly equals the sum of all assets and equity." +msgstr "" +"ã™ã¹ã¦ã®å–引ã¯ã‚る勘定科目ã®å€Ÿæ–¹ã¨ãªã‚Šã€ä»–ã®å‹˜å®šç§‘ç›®ã§ç­‰é‡ã®è²¸æ–¹ã¨ãªã‚Šã¾ã™ã€‚" +"ã“ã‚Œã«ã‚ˆã£ã¦ã€Œå¸³ç°¿ã®é‡£ã‚Šåˆã„ã€ãŒç¢ºå®Ÿã«ä¿ãŸã‚Œã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚ŠåŽç›Šã¨è²»ç”¨ã®å·®ãŒ" +"厳密ã«ç´”資産ã®åˆè¨ˆã¨ä¸€è‡´ã—ã¾ã™ã€‚" -#: docs.phtml:31 -#, fuzzy -msgid "GnuCash v2.2 (current stable release)" -msgstr "GnuCash v2.0 (ç¾åœ¨ã®å®‰å®šç‰ˆ)" +#: features.phtml:35 index.phtml:34 +msgid "Reports, Graphs" +msgstr "帳票ã€ã‚°ãƒ©ãƒ•" -#: docs.phtml:33 +#: features.phtml:38 msgid "" -"If you have a question about how to use GnuCash, you are in the right place. " -"The first thing you should do is read the Help Manual and the Concepts " -"Guide, most of your questions can probably be answered by these documents." +"GnuCash has an integrated reporting and graphing module, and comes complete " +"with a full suite of standard and customizeable reports, such as Balance " +"Sheet, Profit & Loss, Portfolio Valuation, and many others." msgstr "" -"GnuCash ã®ä½¿ç”¨æ–¹æ³•ã«é–¢ã—ã¦åˆ†ã‹ã‚‰ãªã„ã“ã¨ãŒã‚ã‚‹ãªã‚‰ã°ã€ã‚ãªãŸã¯ä»Šæ­£ã—ã„場所ã«" -"ã„ã¾ã™ã€‚最åˆã«èª­ã‚€ã¹ã文書ã¯ãƒ˜ãƒ«ãƒ—マニュアルãŠã‚ˆã³ã‚³ãƒ³ã‚»ãƒ—トガイドã§ã™ã€‚ã‚ãª" -"ãŸã®ç–‘å•ã«å¯¾ã™ã‚‹ã»ã¨ã‚“ã©ã®è§£æ±ºæ–¹æ³•ã¯ã“れらã®æ–‡æ›¸ã«æ›¸ã„ã¦ã‚ã‚Šã¾ã™ã€‚" +"GnuCash ã«ã¯çµ±åˆã•ã‚ŒãŸå¸³ç¥¨ãƒ»ã‚°ãƒ©ãƒ•ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ãŒã‚ã‚Šã€è²¸å€Ÿå¯¾ç…§è¡¨ã€æ益計算書ã€" +"ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªè©•ä¾¡ãªã©ã®æ¨™æº–ãŠã‚ˆã³ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ãªå¸³ç¥¨ã®ä¸€å¼ã‚’作æˆã™ã‚‹ã“ã¨" +"ãŒå‡ºæ¥ã¾ã™ã€‚" + +#: features.phtml:42 +msgid "Income/Expense Account Types" +msgstr "åŽç›Š/費用勘定科目タイプ" -#: docs.phtml:34 +#: features.phtml:43 msgid "" -"The Help Manual is designed to be a quick reference of how to accomplish " -"specific tasks and how to use the features in GnuCash. The Concepts Guide is " -"designed to be an in depth guide to the concepts behind using GnuCash with a " -"tutorial to show how to put those concepts into practice." +"Income/Expense Account Types (Categories) allow you to categorize your cash " +"flow. When used properly with the double-entry feature and equity accounts, " +"these enable you to generate reports, such as Profit & Loss, that plain-" +"vanilla systems cannot handle." msgstr "" -"ヘルプマニュアル㯠GnuCash ã§ç‰¹å®šã®ä½œæ¥­ã‚’é”æˆã‚’é”æˆã™ã‚‹æ–¹æ³•ã€ãŠã‚ˆã³ã€æ©Ÿèƒ½ã‚’使" -"用ã™ã‚‹æ–¹æ³•ã«é–¢ã—ã¦èª¬æ˜Žã™ã‚‹ã‚¯ã‚¤ãƒƒã‚¯ãƒªãƒ•ã‚¡ãƒ¬ãƒ³ã‚¹ã¨ã—ã¦è¨­è¨ˆã•ã‚Œã¦ã„ã¾ã™ã€‚コンセ" -"プトガイド㯠GnuCash を使用ã™ã‚‹éš›ã®èƒŒæ™¯ã¨ãªã‚‹æ¦‚念をより深ã説明ã™ã‚‹ã‚¬ã‚¤ãƒ‰ã¨ã—" -"ã¦è¨­è¨ˆã•ã‚Œã€ã“れらã®æ¦‚念を利用ã™ã‚‹æ–¹æ³•ã«é–¢ã™ã‚‹ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã‚’æä¾›ã—ã¦ã„ã¾" +"åŽç›Š/費用勘定科目タイプ (カテゴリ) ã«ã‚ˆã£ã¦ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãƒ•ãƒ­ãƒ¼ã‚’分類ã™ã‚‹ã“ã¨ãŒã§" +"ãã¾ã™ã€‚複å¼è¨˜å¸³æ³•ã¨ç´”資産勘定科目をé©åˆ‡ã«ä½¿ç”¨ã™ã‚‹ã“ã¨ã§ã€ã”ã普通ã®ã‚·ã‚¹ãƒ†ãƒ " +"ã§ã¯å–り扱ã†ã“ã¨ãŒã§ããªã„よã†ãªæ益計算書ãªã©ã®å¸³ç¥¨ã‚’作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾" "ã™ã€‚" -#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 -#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 -#: docs.phtml:89 -msgid "English" -msgstr "英語" - -#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 -msgid "Deutsch" -msgstr "ドイツ語" - -#: docs.phtml:41 docs.phtml:46 -msgid "Italiano" -msgstr "" +#: features.phtml:47 +msgid "Multiple Currencies" +msgstr "複数通貨" -#: docs.phtml:51 +#: features.phtml:48 msgid "" -"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " -"to your question within either the Help Manual or the Concepts Guide. We " -"want feedback from you, it is only through your comments that we know " -"how to modify the documentation." +"Different accounts can be denominated in different currencies. Currency " +"movements between accounts are fully balanced when double-entry is enabled." msgstr "" -"ã‚‚ã—ヘルプマニュアルã¨ã‚³ãƒ³ã‚»ãƒ—トガイドã§ç–‘å•ã«å¯¾ã™ã‚‹å分ãªå›žç­”を得られãªã‹ã£" -"ãŸå ´åˆã¯ gnucash-user " -"メーリングリストã«è‹±èªžã§ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。ç§ãŸã¡ã¯ã‚ãªãŸãŸã¡ã®" -"フィードãƒãƒƒã‚¯ã‚’求ã‚ã¦ã„ã¾ã™ã€‚ã‚ãªãŸã®ã‚³ãƒ¡ãƒ³ãƒˆã‚’通ã—ã¦ã®ã¿ç§ãŸã¡ã¯ã©ã®" -"よã†ã«æ–‡æ›¸ã‚’変更ã™ã‚‹ã¹ãã‹çŸ¥ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" +"ç•°ãªã‚‹å‹˜å®šç§‘ç›®ã«å¯¾ã—ã¦ã¯ç•°ãªã‚‹é€šè²¨å˜ä½ã§è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚勘定科目間ã§" +"ã®é€šè²¨ã®ç§»å‹•ã¯è¤‡å¼è¨˜å¸³æ³•ã‚’利用ã™ã‚‹ã“ã¨ã§é‡£ã‚Šåˆã„ãŒå®Œå…¨ã«ä¿ãŸã‚Œã¾ã™ã€‚" -#: docs.phtml:52 -msgid "" -"Additionally, you can talk to someone via IRC at irc.gnome.org channel " -"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " -"registered users can ask and answer questions." -msgstr "" -"ã“ã‚Œã«åŠ ãˆã¦ã€IRC を使用ã—ã¦è‹±èªžã§ä»–ã®èª°ã‹ã«è³ªå•ã‚’ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ irc." -"gnome.org サーãƒãƒ¼ã® \"#gnucash\" ãƒãƒ£ãƒ³ãƒãƒ«ã‚’使用ã—ã¦ãã ã•ã„。他ã®ãƒªã‚½ãƒ¼ã‚¹" -"ã¨ã—㦠英語 ãŠã‚ˆã³ ドイツ語 ã® GnuCash wiki ãŒã‚ã‚Šã¾ã™ã€‚" -"wiki ã¯ç™»éŒ²ã•ã‚ŒãŸåˆ©ç”¨è€…ãŒè³ªå•ã‚„回答を登録ã™ã‚‹ã“ã¨ãŒå¯èƒ½ãªå¯¾è©±çš„㪠Web サイト" -"ã§ã™ã€‚" +#: features.phtml:52 +msgid "Stock/Mutual Fund Portfolios" +msgstr "æ ªå¼ / 投資信託ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª" -#: docs.phtml:54 +#: features.phtml:53 msgid "" -"Some people have written HOWTO guides or tutorials. Note: the information " -"presented in these sources may or may not be updated to the most recent " -"version of GnuCash. If you are interested in doing development work on these " -"documents, you should contact the original authors." +"Track stocks individually (one per account) or in portfolio of accounts (a " +"group of accounts that can be displayed together)." msgstr "" -"何åã‹ã®äººã€…㌠HOWTO ガイドやãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã‚’書ã„ã¦ã„ã¾ã™ã€‚注æ„: ã“れらã®æƒ…å ±" -"ã¯æœ€æ–°ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® GnuCash ã«å¯¾å¿œã—ã¦ã‚¢ãƒƒãƒ—デートã—ã¦ã„ã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ã—ã€" -"アップデートã—ã¦ã„ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。もã—ã“れらã®æ–‡æ›¸ã®é–‹ç™ºã«èˆˆå‘³ãŒã‚ã‚‹ãª" -"らã€å…ƒã®ä½œè€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。" - -#: docs.phtml:56 -msgid "Neil Williams GnuCash documentation" -msgstr "Neil Williams æ°ã«ã‚ˆã‚‹ GnuCash 文書" - -#: docs.phtml:57 -msgid "GnuCash for Business Users" -msgstr "ビジãƒã‚¹åˆ©ç”¨è€…å‘ã‘ GnuCash 文書" - -#: docs.phtml:58 -msgid "mirror" -msgstr "ミラー" - -#: docs.phtml:60 -msgid "Joe Mack's Tutorial" -msgstr "Joe Mack æ°ã«ã‚ˆã‚‹ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«" - -#: docs.phtml:62 -msgid "Dave Gilbert's User Guide (PDF)" -msgstr "Dave Gilbert æ°ã«ã‚ˆã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚ºã‚¬ã‚¤ãƒ‰ (PDF)" +"æ ªå¼ã‚’個別 (勘定科目å˜ä½) ã¾ãŸã¯å‹˜å®šç§‘ç›®ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª (一緒ã«è¡¨ç¤ºå¯èƒ½ãªå‹˜" +"定科目グループ) ã¨ã—ã¦è¿½è·¡ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: docs.phtml:65 -msgid "Older GnuCash Documentation" -msgstr "éŽåŽ»ã® GnuCash 文書" +#: features.phtml:56 +msgid "Small Business Accounting Features" +msgstr "å°è¦æ¨¡ãƒ“ジãƒã‚¹å‘ã‘会計機能" -#: docs.phtml:66 +#: features.phtml:58 msgid "" -"This section contains all the older GnuCash documentation. If you are using " -"one of these old versions of GnuCash, it is highly recommended that you " -"upgrade to the latest stable version." +"Simplify managing a small business with Customer and Vendor tracking, " +"Invoicing and Bill Payment, and Tax and Billing Terms." msgstr "" -"ã“ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã«å«ã¾ã‚Œã¦ã„ã‚‹ã®ã¯ã™ã¹ã¦å¤ã„ GnuCash ã«é–¢ã™ã‚‹æ–‡æ›¸ã§ã™ã€‚ã‚‚ã—ã“ã‚Œ" -"らå¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® GnuCash を使用ã—ã¦ã„ã‚‹å ´åˆã¯ã€æœ€æ–°ã®å®‰å®šãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã‚¢ãƒƒãƒ—" -"グレードã™ã‚‹ã“ã¨ã‚’推奨ã—ã¾ã™ã€‚" - -#: docs.phtml:91 -msgid "Espagnol" -msgstr "スペイン語" - -#: docs.phtml:92 -msgid "Português" -msgstr "ãƒãƒ«ãƒˆã‚¬ãƒ«èªž" - -#: docs.phtml:95 -msgid "Documentation Development" -msgstr "文書作æˆ" +"å¾—æ„å…ˆã¨ä»•å…¥å…ˆã®è¿½è·¡ã€å¾—æ„先請求書ã¨ä»•å…¥å…ˆè«‹æ±‚書ã®æ”¯æ‰•ã€ç¨Žé‡‘ã¨æ”¯æ‰•æ¡ä»¶ã®ç®¡ç†" +"ãªã©å°è¦æ¨¡ãƒ“ジãƒã‚¹ã®ç®¡ç†ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚" -#: docs.phtml:97 -msgid "Introduction" -msgstr "å°Žå…¥" +#: features.phtml:61 +msgid "QIF Import" +msgstr "QIFã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" -#: docs.phtml:98 +#: features.phtml:62 msgid "" -"The GnuCash documentation is stored in xml files. More precisely, it uses " -"the GNOME2 XML docbook system. This is a relatively flexible system that " -"takes xml files as input and can generate documentation in several different " -"output formats (html, pdf,...)." +"Intuit® Quicken® QIF files can be imported, " +"and are automatically merged to eliminate duplicate transactions." msgstr "" -"GnuCash ã®æ–‡æ›¸ã¯ xml ファイルã¨ã—ã¦ä¿å­˜ã•ã‚Œã¦ã„ã¾ã™ã€‚ã‚‚ã£ã¨æ­£ç¢ºã«è¨€ã†ã¨ã€" -"GNOME2 XML docbook システムを使用ã—ã¦ã„ã¾ã™ã€‚ã“ã‚Œã¯æ¯”較的柔軟ãªã‚·ã‚¹ãƒ†ãƒ ã§ " -"xml ファイルを入力ã¨ã—ã¦ã„ãã¤ã‹ã®ç•°ãªã‚‹å½¢å¼ (htmlã€pdfç­‰) ã§å‡ºåŠ›ã™ã‚‹ã“ã¨ãŒã§" -"ãã¾ã™ã€‚" +"Intuit® Quicken® QIF ファイルをインãƒãƒ¼ãƒˆã™ã‚‹ã“" +"ã¨ãŒã§ãã¾ã™ã€‚ä½µåˆæ™‚ã«ã¯è‡ªå‹•çš„ã«é‡è¤‡ã—ãŸå–引ãŒå‰Šé™¤ã•ã‚Œã¾ã™ã€‚" -#: docs.phtml:99 +#: features.phtml:65 +msgid "OFX Import" +msgstr "OFXã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" + +#: features.phtml:66 msgid "" -"If you wish to review or write GnuCash documentation, you will need to know " -"xml. Some basic knowledge of the docbook system may be useful as well" +"GnuCash is the first free software application to support the Open Financial " +"Exchange protocol that many banks and financial services are starting to use." msgstr "" -"GnuCash ã®æ–‡æ›¸ã‚’査読ã¾ãŸã¯è¨˜è¿°ã™ã‚‹ã¨ã㯠xml を知ã£ã¦ã„ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚加ãˆ" -"ã¦ã€ã„ãã¤ã‹ã® docbook システムã«é–¢ã™ã‚‹åŸºæœ¬çš„ãªçŸ¥è­˜ã‚‚å½¹ã«ç«‹ã¡ã¾ã™ã€‚" +"GnuCash 㯠Open Financial Exchange プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²ä¸Šåˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•" +"トウェアã§ã™ã€‚ã“ã®ãƒ—ロトコルã¯å¤šãã®éŠ€è¡Œã‚„財務サービスã§åˆ©ç”¨ã•ã‚Œå§‹ã‚ã¦ã„ã¾" +"ã™ã€‚" -#: docs.phtml:100 -msgid "" -"The following links are for further sites that can help with the " -"documentation and review process." -msgstr "次ã®ãƒªãƒ³ã‚¯ã¯æ–‡æ›¸åŒ–ãŠã‚ˆã³æŸ»èª­éŽç¨‹ã§éžå¸¸ã«å½¹ã«ç«‹ã¤ã‚µã‚¤ãƒˆã§ã™ã€‚" +#: features.phtml:69 +msgid "HBCI Support" +msgstr "HBCI サãƒãƒ¼ãƒˆ" -#: docs.phtml:105 +#: features.phtml:70 msgid "" -"While this GnuCash wiki page is really about translating the documentation, " -"it holds some useful information on working with docbook files." +"GnuCash is the first free software application to support the German Home " +"Banking Computer Information protocol, allowing German users to perform " +"statement download and initiate bank transfers and direct debits." msgstr "" -"ã“ã® GnuCash wiki ページã¯ã“ã‚Œã‹ã‚‰ç¿»è¨³ãŒå¿…è¦ã§ã™ãŒã€docbook ファイルを使用ã™" -"ã‚‹ãŸã‚ã«å½¹ã«ç«‹ã¤æƒ…å ±ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚" - -#: docs.phtml:107 -msgid "We suggest also subscribing to " -msgstr "次ã®ãƒ¡ãƒ¼ãƒªãƒ³ã‚°ãƒªã‚¹ãƒˆã‚’購読ã™ã‚‹ã“ã¨ã‚’æ案ã—ã¾ã™" +"GnuCash㯠German Home Banking Computer Information プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²" +"上åˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚ドイツã®åˆ©ç”¨è€…ã¯æ˜Žç´°æ›¸ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã€å£åº§æŒ¯" +"替ã€ç›´æŽ¥å…¥é‡‘ã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: docs.phtml:109 -msgid "Gnome Documentation guidelines" -msgstr "Gnome 文書ガイドライン" +#: features.phtml:73 +msgid "Improved Import Transaction Matching" +msgstr "インãƒãƒ¼ãƒˆã—ãŸå–引ã«å¯¾ã™ã‚‹ä¸€è‡´å‡¦ç†ã®å¼·åŒ–" -#: docs.phtml:110 +#: features.phtml:74 msgid "" -"As stated earlier, the new docs are based on the GNOME2 XML docbook system. " -"Everyone wishing to help please follow these guides where possible when " -"reviewing and/or writing docs." +"The development of OFX and HBCI support has also resulted in an improved " +"transaction matching system that more accurately recognizes duplicate " +"transactions during file import." msgstr "" -"å‰ã«è¿°ã¹ãŸã‚ˆã†ã«ã€æ–°ã—ã„文書㯠GNOME2 XML docbook システムã«åŸºã¥ã„ã¦ã„ã¾ã™ã€‚" -"貢献をã—よã†ã¨è€ƒãˆã¦ã„ã‚‹æ–¹ã¯ã€æŸ»èª­ã‚„文書作æˆã‚’è¡Œã†ã¨ãã«ã“れらã®ã‚¬ã‚¤ãƒ‰ã«å¾“ã†" -"よã†ã«ã—ã¦ãã ã•ã„。" +"OFX 㨠HBCI サãƒãƒ¼ãƒˆã‚’開発ã—ãŸçµæžœã¨ã—ã¦å–引一致処ç†ãŒå¼·åŒ–ã•ã‚Œã€ãƒ•ã‚¡ã‚¤ãƒ«ã‚¤ãƒ³" +"ãƒãƒ¼ãƒˆæ™‚ã«ã‚ˆã‚Šæ­£ç¢ºã«é‡è¤‡ã—ãŸå–引を検出ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã—ãŸã€‚" -#: docs.phtml:116 -msgid "Where to get the documentation source" -msgstr "文書ソースã®å…¥æ‰‹" +#: features.phtml:77 +msgid "Statement Reconciliation" +msgstr "明細書ã®ç…§åˆ" -#: docs.phtml:117 +#: features.phtml:78 msgid "" -"You will need a recent copy of the documentation source. For this you can " -"check out the documentation module from the GnuCash svn. Reviewers could " -"also start from the current docs tarball." +"A reconcile window with running reconciled and cleared balances makes " +"balancing against bank statements easy." msgstr "" -"文書ソースã®æœ€æ–°ç‰ˆã‚’入手ã™ã‚‹å¿…è¦ãŒã‚ã‚‹å ´åˆã¯ GnuCash svn ã‹ã‚‰æ–‡æ›¸ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’" -"ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¦ãƒˆã—ã¦ãã ã•ã„。査読者㯠最新ã®æ–‡æ›¸ tar アーカイブ ã‹ã‚‰é–‹å§‹" -"ã—ã¦ã‚‚構ã„ã¾ã›ã‚“。" +"ç…§åˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«ã‚ˆã‚ŠéŠ€è¡Œã®æ˜Žç´°æ›¸ã«å¯¾ã™ã‚‹ç…§åˆãƒ»æ¸…算処ç†ãŒå®¹æ˜“ã«ãªã‚Šã¾ã™ã€‚" + +#: features.phtml:81 +msgid "Localization" +msgstr "地域化対応" -#: docs.phtml:118 +#: features.phtml:82 msgid "" -"For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " -"To get the documentation source instead of the program source, replace " -"'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" +"Handles internationalized dates and currencies. The Gnucash menus and " +"popups have been translated to 21 languages, including Chinese, Danish, " +"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " +"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " +"Documentation is available in English, French, Portuguese and Spanish." msgstr "" -"ã‚‚ã— svn ã«ã‚ã¾ã‚Šãªã˜ã¿ãŒãªã„ãªã‚‰ã€ GnuCash wiki 㫠説明ãŒã‚ã‚Šã¾ã™ã€‚ 文書を得るãŸã‚ã«ã¯ãƒã‚§ãƒƒã‚¯" -"アウト対象を gnucash ã‹ã‚‰ gnucash-docs ã«å˜ã«å¤‰æ›´ã—ã¦ãã ã•ã„。実際ã«ã¯ä»¥ä¸‹ã®" -"よã†ã«ãªã‚Šã¾ã™ã€‚" +"国際化ã•ã‚ŒãŸæ—¥ä»˜æ›¸å¼ã¨é€šè²¨ã‚’å–り扱ã†ã“ã¨ãŒã§ãã¾ã™ã€‚GnuCash ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãŠã‚ˆã³" +"ãƒãƒƒãƒ—アップã¯21言語ã«ç¿»è¨³ã•ã‚Œã¦ã„ã¾ã™ã€‚中国語ã€ãƒ‡ãƒ³ãƒžãƒ¼ã‚¯èªžã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒ‰" +"イツ語ã€ãƒãƒ³ã‚¬ãƒªãƒ¼èªžã€ã‚¤ã‚¿ãƒªã‚¢èªžã€æ—¥æœ¬èªžã€ãƒŽãƒ«ã‚¦ã‚§ãƒ¼èªžã€ãƒãƒ¼ãƒ©ãƒ³ãƒ‰èªžã€ãƒãƒ«ãƒˆ" +"ガル語ã€ãƒ­ã‚·ã‚¢èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã€ã‚¹ã‚¦ã‚§ãƒ¼ãƒ‡ãƒ³èªžã€ãƒˆãƒ«ã‚³èªžã€ã‚¦ã‚¯ãƒ©ã‚¤ãƒŠèªžã€ãŠã‚ˆã³" +"英国英語ã§ã™ã€‚英語ã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒãƒ«ãƒˆã‚¬ãƒ«èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã®æ–‡æ›¸ã‚‚存在ã—ã¾ã™ã€‚" -#: docs.phtml:121 -msgid "Writers" -msgstr "著者" +#: features.phtml:85 +msgid "Transaction Finder" +msgstr "å–引検索" -#: docs.phtml:122 +#: features.phtml:88 msgid "" -"Get a copy of the documentation source as described above and start making " -"changes. When you are satisfied with your changes you can create a patch by " -"running the following command in the base directory of the documentation " -"(usually gnucash-docs, unless you renamed it):" -msgstr "" -"上記ã®æ–¹æ³•ã§æ–‡æ›¸ã®ã‚½ãƒ¼ã‚¹ã‚’入手ã—ãŸã‚‰ã€å¤‰æ›´ã‚’開始ã—ã¦ãã ã•ã„。変更ã—ãŸæ–‡æ›¸ãŒ" -"満足ã®ã„ã物ã«ãªã£ãŸã‚‰æ–‡æ›¸ã®æœ€ä¸Šä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒª (通常ã¯å¤‰æ›´ã—ãªã„é™ã‚Š gnucash-" -"docs ã«ãªã‚Šã¾ã™) ã§ä»¥ä¸‹ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’入力ã—ã¦ãƒ‘ッãƒã‚’作æˆã—ã¦ãã ã•ã„。" +"A powerful transaction query dialogue can help you quickly locate a needle " +"in a haystack." +msgstr "強力ãªå–引検索ダイアログã§ç´ æ—©ãå–引を検索ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +#: features.phtml:91 +msgid "General Ledger" +msgstr "ç·å‹˜å®šå…ƒå¸³" -#: docs.phtml:124 +#: features.phtml:92 msgid "" -"Next attach your patch to a bug report against the documentation component " -"for the GnuCash project in Gnome's " -"bugzilla database and send an email to gnucash-devel mailing list to inform other " -"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " -"submission." +"Multiple accounts can be displayed in one register window at the same time. " +"This can ease the trouble of tracking down typing/entry errors. It also " +"provides a convenient way of viewing a portfolio of many stocks, by showing " +"all transactions in that portfolio." msgstr "" +"複数ã®å‹˜å®šç§‘目をåŒæ™‚ã«ä¸€ã¤ã®è¨˜éŒ²ç°¿ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã“ã‚Œã«" +"よりタイピング/入力エラーを見ã¤ã‘出ã™ã“ã¨ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚ã¾ãŸè¤‡æ•°æ ªå¼ã®ãƒãƒ¼" +"トフォリオをå‚ç…§ã™ã‚‹ã“ã¨ãŒã€ã™ã¹ã¦ã®å–引をãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã«å«ã‚ã‚‹ã“ã¨ãŒã§ãã‚‹" +"ãŸã‚便利ã«ãªã‚Šã¾ã™ã€‚" + +#: features.phtml:95 +msgid "Online Stock & Mutual Fund Quotes" +msgstr "オンライン株å¼ãƒ»æŠ•è³‡ä¿¡è¨—相場表å–å¾—" -#: docs.phtml:126 +#: features.phtml:96 msgid "" -"NOTE: It used to be ok also to send your patch directly to the " -"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " -"between the many list discussions. Attach patches to bugs in Bugzilla " -"instead (either an existing bug or a new one). If you insist on sending a " -"patch to gnucash-devel, it should be attached, not inlined." +"Get Stock & Mutual Fund quotes from various web sites, update portfolio " +"automatically. Additional pricing sources are added regularly." msgstr "" +"æ ªå¼ãƒ»æŠ•è³‡ä¿¡è¨—ã®ç›¸å ´è¡¨ã‚’様々ãªã‚¦ã‚§ãƒ–サイトã‹ã‚‰å–å¾—ã—ã¦ã€è‡ªå‹•çš„ã«ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒª" +"オをアップデートã—ã¾ã™ã€‚相場情報æºã¯å®šæœŸçš„ã«è¿½åŠ ã•ã‚Œã¾ã™ã€‚" -#: docs.phtml:127 +#: features.phtml:99 +msgid "Check Printing" +msgstr "å°åˆ‡æ‰‹ã®å°åˆ·" + +#: features.phtml:100 msgid "" -"Please let other writers know which section you wish to tackle. Please " -"forward this to gnucash-" -"devel so that people can say 'hey I'm doing that already' or 'go ahead " -"and do it'." +"Checks may be printed in standard formats on common check stocks. A " +"customization GUI allows custom check layouts to be developed." msgstr "" -"ã‚ãªãŸãŒã©ã®é …を変更ã—よã†ã¨ã—ã¦ã„ã‚‹ã‹ä»–ã®è‘—者ãŒåˆ†ã‹ã‚‹ã‚ˆã†ã«ã—ã¦ãã ã•ã„。他" -"ã®äººãŒã€Œãã‚Œã¯ã™ã§ã«è¡Œã£ã¦ã„ã¾ã™ã€ã¾ãŸã¯ã€Œã§ã¯è¡Œã£ã¦ãã ã•ã„ã€ã¨è¨€ã†ã“ã¨ãŒã§" -"ãるよã†ã« gnucash-devel ã¸ãƒ¡ãƒ¼ãƒ«ã‚’é€ã£ã¦ãã ã•ã„。" +"一般的ãªå°åˆ‡æ‰‹ãƒ†ãƒ³ãƒ—レートã«ã‚ˆã‚Šå°åˆ‡æ‰‹ã‚’標準形å¼ã§å°åˆ·ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚GUI" +"を利用ã—ã¦å°åˆ‡æ‰‹ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã‚’カスタマイズã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" -#: docs.phtml:128 +#: features.phtml:104 index.phtml:35 +msgid "Scheduled Transactions" +msgstr "予定å–引" + +#: features.phtml:105 msgid "" -"You may also want to retain a local copy of the old documentation to refer " -"to when writing. This still has a lot of useful information in it which " -"hasn't been transferred to the new docs" +"You can now create recurring transactions, including automatic reminders " +"when a transaction is due, the ability to postpone a scheduled transaction " +"without canceling it, and the ability to specify only a limited number of " +"transactions." msgstr "" -"書ã„ã¦ã„る時ã«ã€å‚照用ã¨ã—ã¦å¤ã„文書をローカルã«ä¿å­˜ã—ã¦ãŠããŸã„ã¨æ€ã†ã‹ã‚‚ã—" -"ã‚Œã¾ã›ã‚“。ã“ã‚Œã¯å¤ã„文書内ã«æ–°ã—ã„文書ã«ç§»è¡Œã•ã‚Œã¦ã„ãªã„多ãã®å½¹ã«ç«‹ã¤æƒ…å ±ãŒ" -"ã‚ã‚‹å ´åˆã§ã™ã€‚" +"å–引期日ã«è‡ªå‹•çš„ã«é€šçŸ¥ã™ã‚‹æ©Ÿèƒ½ã€äºˆå®šå–引を中止ã›ãšã«å»¶æœŸã™ã‚‹æ©Ÿèƒ½ã‚„å–引回数を" +"指定ã™ã‚‹æ©Ÿèƒ½ãªã©ãŒå«ã¾ã‚Œã‚‹ç¹°ã‚Šè¿”ã—å–引を作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: docs.phtml:131 -msgid "Reviewers" -msgstr "査読者" +#: features.phtml:108 +msgid "Mortgage & Loan Repayment Druid" +msgstr "æ‹…ä¿ä»˜ãローン・ローン支払ã„ウィザード" -#: docs.phtml:132 +#: features.phtml:109 msgid "" -"Get a copy of the documentation source as described above and start " -"commenting on it." -msgstr "上ã§èª¬æ˜Žã—ãŸæ–¹æ³•ã§æ–‡æ›¸ã®ã‚½ãƒ¼ã‚¹ã‚’入手ã—ã€æŸ»èª­ã‚’è¡Œã£ã¦ãã ã•ã„。" +"A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "ウィザードを利用ã—ã¦ãƒ­ãƒ¼ãƒ³æ”¯æ‰•ã„ã®äºˆå®šå–引を作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" + +#: features.phtml:114 +msgid "New User Manual and Help" +msgstr "æ–°ã—ã„ユーザーマニュアルã¨ãƒ˜ãƒ«ãƒ—" -#: docs.phtml:133 +#: features.phtml:115 msgid "" -"The best way of retaining comments about docs in an easy to find way for " -"everyone would be to use bugzilla.gnome." -"org to file the bugs under documentation. This can also be done using " -"bug-buddy." +"A new help subsystem that focuses on how to do tasks is now available, in " +"addition to a Tutorial and Concepts guide that gives the user background " +"information on accounting principles and how they are reflected in GnuCash." msgstr "" -"文書ã«é–¢ã™ã‚‹ã‚³ãƒ¡ãƒ³ãƒˆã‚’記録ã—ã¦ã€çš†ãŒè¦‹ã¤ã‘られるよã†ã«ã—ã¦ãŠã最良ã®æ–¹æ³•ã¯ " -"bugzilla.gnome.org ã«æ–‡æ›¸ã«é–¢ã—ã¦ãƒ" -"グ登録をã—ã¦ãŠãã“ã¨ã§ã™ã€‚ãƒã‚°è¿½è·¡ã‚·ã‚¹ãƒ†ãƒ ã«ã‚ˆã£ã¦è¨˜éŒ²ãŒæ®‹ã‚Šã¾ã™ã€‚" +"会計原則ã«é–¢ã™ã‚‹èƒŒæ™¯æƒ…å ±ãŠã‚ˆã³ãã‚ŒãŒã©ã®ã‚ˆã†ã« GnuCash ã«å映ã•ã‚Œã¦ã„ã‚‹ã‹ã‚’説" +"明ã™ã‚‹ GnuCash ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ãƒ»ã‚³ãƒ³ã‚»ãƒ—トガイドã«åŠ ãˆã¦ã€ä½œæ¥­ã‚’ã©ã®ã‚ˆã†ã«è¡Œã†" +"ã‹ã«é–¢ã—ã¦é›†ä¸­ã—ã¦è¨˜è¿°ã—ãŸæ–°ã—ã„ヘルプサブシステムãŒä½¿ç”¨å¯èƒ½ã«ãªã‚Šã¾ã—ãŸã€‚" #: index.phtml:5 oldnews.phtml:4 msgid "Free Accounting Software" @@ -804,14 +842,6 @@ msgstr "主ãªç‰¹å¾´" msgid "QIF/OFX/HBCI Import, Transaction Matching" msgstr "QIF/OFX/HBCI å½¢å¼ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã€å–引を一致ã•ã›ã‚‹å‡¦ç†" -#: index.phtml:34 features.phtml:35 -msgid "Reports, Graphs" -msgstr "帳票ã€ã‚°ãƒ©ãƒ•" - -#: index.phtml:35 features.phtml:104 -msgid "Scheduled Transactions" -msgstr "予定å–引" - #: index.phtml:36 msgid "Financial Calculations " msgstr "財務計算" @@ -836,274 +866,271 @@ msgstr "å¾—æ„å…ˆã€ä»•å…¥å…ˆã€è«‹æ±‚ã®ã¾ã¨ã‚
              請求書ã€è²·æŽ›é‡‘〠msgid "News" msgstr "ニュース" -#: features.phtml:3 -msgid "Features" -msgstr "特徴" +#: oldnews.phtml:10 +msgid "Older Announcements" +msgstr "éŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹" -#: features.phtml:21 -msgid "Checkbook-Style Register" -msgstr "å°åˆ‡æ‰‹å¸³ã‚¹ã‚¿ã‚¤ãƒ«ã®è¨˜éŒ²ç°¿" +#: oldnews.phtml:13 +msgid "" +"This is an archive of announcements that once appeared on the GnuCash home " +"page." +msgstr "GnuCash ホームページã«æŽ²è¼‰ã•ã‚ŒãŸéŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹ã®ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã§ã™ã€‚" -#: features.phtml:25 +#: sizing.phtml:3 externals/menu.phtml:51 +msgid "Sizing" +msgstr "開発è¦æ¨¡" + +#: sizing.phtml:14 msgid "" -"The checkbook-style register provides a custom, convenient and familiar " -"interface to entering financial transactions. The register supports common " -"checking and credit-card transactions, as well as income, stock and currency " -"transactions." +"It can often be quite interesting to study the source code metrics behind a " +"software development project. Not a surprising interest: its accounting " +"afterall. GnuCash has grown, over the years, from a small handy electronic " +"checkbook to a rather large and multi-featured desktop app." msgstr "" -"財務å–引を入力ã™ã‚‹ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ•ã‚§ãƒ¼ã‚¹ã¯ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ã§ã€ä¾¿åˆ©ã‹ã¤è¦ªã—ã¿ã‚„ã™" -"ã„ã€å°åˆ‡æ‰‹å¸³ã‚¹ã‚¿ã‚¤ãƒ«ã®è¨˜éŒ²ç°¿ã«ãªã£ã¦ã„ã¾ã™ã€‚記録簿ã¯é€šå¸¸ã®å°åˆ‡æ‰‹ã‚„クレジット" -"カードå–引ã«åŠ ãˆã¦åŽç›Šã€æ ªå¼ã€é€šè²¨å–引をサãƒãƒ¼ãƒˆã—ã¾ã™ã€‚" - -#: features.phtml:29 -msgid "Double Entry" -msgstr "複å¼è¨˜å¸³æ³•" -#: features.phtml:31 +#: sizing.phtml:17 msgid "" -"Every transaction must debit one account and credit others by an equal " -"amount. This ensures that the \"books balance\": that the difference between " -"income and outflow exactly equals the sum of all assets and equity." +"GnuCash currently consists of over a third of a million lines of code spread " +"over more than a thousand files. It has been translated into twenty-three " +"languages and credits over 139 authors and contributors." msgstr "" -"ã™ã¹ã¦ã®å–引ã¯ã‚る勘定科目ã®å€Ÿæ–¹ã¨ãªã‚Šã€ä»–ã®å‹˜å®šç§‘ç›®ã§ç­‰é‡ã®è²¸æ–¹ã¨ãªã‚Šã¾ã™ã€‚" -"ã“ã‚Œã«ã‚ˆã£ã¦ã€Œå¸³ç°¿ã®é‡£ã‚Šåˆã„ã€ãŒç¢ºå®Ÿã«ä¿ãŸã‚Œã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚ŠåŽç›Šã¨è²»ç”¨ã®å·®ãŒ" -"厳密ã«ç´”資産ã®åˆè¨ˆã¨ä¸€è‡´ã—ã¾ã™ã€‚" -#: features.phtml:38 +#: sizing.phtml:23 msgid "" -"GnuCash has an integrated reporting and graphing module, and comes complete " -"with a full suite of standard and customizeable reports, such as Balance " -"Sheet, Profit & Loss, Portfolio Valuation, and many others." +"If you've had trouble swimming through that mass of source code, think of it " +"this way: printed out on paper, and bound into volumes, it would amount to " +"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" +"width's worth of source code." msgstr "" -"GnuCash ã«ã¯çµ±åˆã•ã‚ŒãŸå¸³ç¥¨ãƒ»ã‚°ãƒ©ãƒ•ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ãŒã‚ã‚Šã€è²¸å€Ÿå¯¾ç…§è¡¨ã€æ益計算書ã€" -"ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªè©•ä¾¡ãªã©ã®æ¨™æº–ãŠã‚ˆã³ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºå¯èƒ½ãªå¸³ç¥¨ã®ä¸€å¼ã‚’作æˆã™ã‚‹ã“ã¨" -"ãŒå‡ºæ¥ã¾ã™ã€‚" -#: features.phtml:42 -msgid "Income/Expense Account Types" -msgstr "åŽç›Š/費用勘定科目タイプ" +#: sizing.phtml:26 +msgid "" +"Mind you, this is source code (and docs) crafted and debugged by actual " +"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " +"can generate gaziilions of lines of code automatically; I'm not counting " +"those. Every last line counted here was typed in, edited, indented, " +"tweaked, multiple times, by human hands." +msgstr "" -#: features.phtml:43 +#: sizing.phtml:29 msgid "" -"Income/Expense Account Types (Categories) allow you to categorize your cash " -"flow. When used properly with the double-entry feature and equity accounts, " -"these enable you to generate reports, such as Profit & Loss, that plain-" -"vanilla systems cannot handle." +"Given that we have about 400 outstanding bugs in bugzilla, that works out to " +"about one bug per thousand lines of code, or one bug per 50 pages of " +"printout. This bug count is actually not atypical for software projects; " +"its near the norm." msgstr "" -"åŽç›Š/費用勘定科目タイプ (カテゴリ) ã«ã‚ˆã£ã¦ã‚­ãƒ£ãƒƒã‚·ãƒ¥ãƒ•ãƒ­ãƒ¼ã‚’分類ã™ã‚‹ã“ã¨ãŒã§" -"ãã¾ã™ã€‚複å¼è¨˜å¸³æ³•ã¨ç´”資産勘定科目をé©åˆ‡ã«ä½¿ç”¨ã™ã‚‹ã“ã¨ã§ã€ã”ã普通ã®ã‚·ã‚¹ãƒ†ãƒ " -"ã§ã¯å–り扱ã†ã“ã¨ãŒã§ããªã„よã†ãªæ益計算書ãªã©ã®å¸³ç¥¨ã‚’作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾" -"ã™ã€‚" -#: features.phtml:47 -msgid "Multiple Currencies" -msgstr "複数通貨" +#: sizing.phtml:32 +msgid "" +"The table below shows some historical lines-of-code and number-of-files " +"metrics for the GnuCash development project. Note that not all of the code " +"is counted: for instance, the Makefiles and configure.in and autogen.sh are " +"not counted. Also, files that are automatically generated are not counted, " +"nor are files that have been 'borrowed' from other projects. Also not " +"counted are experimental files, miscellaneous perl scripts, various " +"converters, addons and utilities. Finally, glade files are not " +"counted, although large parts of the overall GUI are described in glade files." +msgstr "" -#: features.phtml:48 +#: sizing.phtml:35 msgid "" -"Different accounts can be denominated in different currencies. Currency " -"movements between accounts are fully balanced when double-entry is enabled." +"Note also that KLOC's are not a good metric of programmer productivity, nor " +"even that wc is a good way of counting KLOC's. Much better " +"measures are complexity metrics, which, for example, count the number and " +"size of if-then-else blocks, or the number and size of all blocks, or the " +"number of math operators per statement. Maybe someday we'll run one of " +"those tools on this code. For now, this is what we have. On the other hand, " +"we've attempted to count only those files that contain human-edited code, " +"that is, files that are directly edited by humans. The point of doing this " +"is to avoid artificially inflating the KLOC counts by counting automatically " +"generated code (which is why the glade files are not counted: they are large " +"and automatically generated)." msgstr "" -"ç•°ãªã‚‹å‹˜å®šç§‘ç›®ã«å¯¾ã—ã¦ã¯ç•°ãªã‚‹é€šè²¨å˜ä½ã§è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚勘定科目間ã§" -"ã®é€šè²¨ã®ç§»å‹•ã¯è¤‡å¼è¨˜å¸³æ³•ã‚’利用ã™ã‚‹ã“ã¨ã§é‡£ã‚Šåˆã„ãŒå®Œå…¨ã«ä¿ãŸã‚Œã¾ã™ã€‚" -#: features.phtml:52 -msgid "Stock/Mutual Fund Portfolios" -msgstr "æ ªå¼ / 投資信託ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª" +#: sizing.phtml:39 +msgid "Table 1. Historical Development Stats" +msgstr "" -#: features.phtml:53 +#: sizing.phtml:43 +msgid "Version" +msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³" + +#: sizing.phtml:50 sizing.phtml:355 +msgid "misc app" +msgstr "" + +#: sizing.phtml:57 sizing.phtml:390 +msgid "internal txt" +msgstr "内部テキスト" + +#: sizing.phtml:58 +msgid "Total" +msgstr "åˆè¨ˆ" + +#: sizing.phtml:59 sizing.phtml:395 +msgid "Languages" +msgstr "言語" + +#: sizing.phtml:60 sizing.phtml:400 +msgid "Author Credits" +msgstr "" + +#: sizing.phtml:319 +msgid "Each cell displays the following:" +msgstr "" + +#: sizing.phtml:321 msgid "" -"Track stocks individually (one per account) or in portfolio of accounts (a " -"group of accounts that can be displayed together)." +"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " +"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." +"c + KLOCS in *.h) are displayed. If there is only one number in the " +"parenthesis, it is the approriate KLOC count for that statistic." msgstr "" -"æ ªå¼ã‚’個別 (勘定科目å˜ä½) ã¾ãŸã¯å‹˜å®šç§‘ç›®ã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ª (一緒ã«è¡¨ç¤ºå¯èƒ½ãªå‹˜" -"定科目グループ) ã¨ã—ã¦è¿½è·¡ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: features.phtml:56 -msgid "Small Business Accounting Features" -msgstr "å°è¦æ¨¡ãƒ“ジãƒã‚¹å‘ã‘会計機能" +#: sizing.phtml:324 +msgid "" +"where KLOC == kilo-lines-of-code, as reported by wc. As noted " +"above, wc is not a terribly good code metric, but its what we have handy." +msgstr "" -#: features.phtml:58 +#: sizing.phtml:327 +msgid "Table Column Legend" +msgstr "" + +#: sizing.phtml:331 msgid "" -"Simplify managing a small business with Customer and Vendor tracking, " -"Invoicing and Bill Payment, and Tax and Billing Terms." +"Contents of the src/engine and the include directories. The engine was split " +"out from the motif code in version 1.1. The data storage backend (file-io, " +"sql) was split out in the course of version 1.5" msgstr "" -"å¾—æ„å…ˆã¨ä»•å…¥å…ˆã®è¿½è·¡ã€å¾—æ„先請求書ã¨ä»•å…¥å…ˆè«‹æ±‚書ã®æ”¯æ‰•ã€ç¨Žé‡‘ã¨æ”¯æ‰•æ¡ä»¶ã®ç®¡ç†" -"ãªã©å°è¦æ¨¡ãƒ“ジãƒã‚¹ã®ç®¡ç†ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚" -#: features.phtml:61 -msgid "QIF Import" -msgstr "QIFã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" +#: sizing.phtml:335 +msgid "" +"Contents of the src/backend directory (version 1.7 and later) or of src/" +"engine/file, src/engine/sql (version 1.6 and earlier)" +msgstr "" -#: features.phtml:62 +#: sizing.phtml:339 msgid "" -"Intuit® Quicken® QIF files can be imported, " -"and are automatically merged to eliminate duplicate transactions." +"Contents of the src/register directory (version 1.6 and earlier) or src/" +"register/register-core (version 1.7 and later). The register was split out " +"as a separate component from the motif code in version 1.1. As can be seen " +"from the stats, the register code has been fairly stable. At version 1.7 and " +"later, this cell shows a second count: the number of lines of code in src/" +"register/register-gnome (previously counted as part of gnome)" msgstr "" -"Intuit® Quicken® QIF ファイルをインãƒãƒ¼ãƒˆã™ã‚‹ã“" -"ã¨ãŒã§ãã¾ã™ã€‚ä½µåˆæ™‚ã«ã¯è‡ªå‹•çš„ã«é‡è¤‡ã—ãŸå–引ãŒå‰Šé™¤ã•ã‚Œã¾ã™ã€‚" - -#: features.phtml:65 -msgid "OFX Import" -msgstr "OFXã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ" -#: features.phtml:66 +#: sizing.phtml:343 msgid "" -"GnuCash is the first free software application to support the Open Financial " -"Exchange protocol that many banks and financial services are starting to use." +"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" +"register/ledger-core (version 1.7 and later)" msgstr "" -"GnuCash 㯠Open Financial Exchange プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²ä¸Šåˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•" -"トウェアã§ã™ã€‚ã“ã®ãƒ—ロトコルã¯å¤šãã®éŠ€è¡Œã‚„財務サービスã§åˆ©ç”¨ã•ã‚Œå§‹ã‚ã¦ã„ã¾" -"ã™ã€‚" - -#: features.phtml:69 -msgid "HBCI Support" -msgstr "HBCI サãƒãƒ¼ãƒˆ" -#: features.phtml:70 +#: sizing.phtml:347 msgid "" -"GnuCash is the first free software application to support the German Home " -"Banking Computer Information protocol, allowing German users to perform " -"statement download and initiate bank transfers and direct debits." +"Contents of the src/motif directory (version 1.2 and earlier). The motif " +"version of the code was discontinued after version 1.2, after most of the " +"non-gui code was moved to either the engine, the register or the ledger." msgstr "" -"GnuCash㯠German Home Banking Computer Information プロトコルをサãƒãƒ¼ãƒˆã™ã‚‹å²" -"上åˆã®ãƒ•ãƒªãƒ¼ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚ドイツã®åˆ©ç”¨è€…ã¯æ˜Žç´°æ›¸ã®ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã€å£åº§æŒ¯" -"替ã€ç›´æŽ¥å…¥é‡‘ã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚" - -#: features.phtml:73 -msgid "Improved Import Transaction Matching" -msgstr "インãƒãƒ¼ãƒˆã—ãŸå–引ã«å¯¾ã™ã‚‹ä¸€è‡´å‡¦ç†ã®å¼·åŒ–" -#: features.phtml:74 +#: sizing.phtml:351 msgid "" -"The development of OFX and HBCI support has also resulted in an improved " -"transaction matching system that more accurately recognizes duplicate " -"transactions during file import." +"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " +"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" +"gnome-util" msgstr "" -"OFX 㨠HBCI サãƒãƒ¼ãƒˆã‚’開発ã—ãŸçµæžœã¨ã—ã¦å–引一致処ç†ãŒå¼·åŒ–ã•ã‚Œã€ãƒ•ã‚¡ã‚¤ãƒ«ã‚¤ãƒ³" -"ãƒãƒ¼ãƒˆæ™‚ã«ã‚ˆã‚Šæ­£ç¢ºã«é‡è¤‡ã—ãŸå–引を検出ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã—ãŸã€‚" - -#: features.phtml:77 -msgid "Statement Reconciliation" -msgstr "明細書ã®ç…§åˆ" -#: features.phtml:78 +#: sizing.phtml:356 msgid "" -"A reconcile window with running reconciled and cleared balances makes " -"balancing against bank statements easy." +"Contents of miscellanous application-related directories (version 1.7 and " +"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" +"gnc-module, src/network-utils, src/tax/us" msgstr "" -"ç…§åˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«ã‚ˆã‚ŠéŠ€è¡Œã®æ˜Žç´°æ›¸ã«å¯¾ã™ã‚‹ç…§åˆãƒ»æ¸…算処ç†ãŒå®¹æ˜“ã«ãªã‚Šã¾ã™ã€‚" -#: features.phtml:81 -msgid "Localization" -msgstr "地域化対応" - -#: features.phtml:82 +#: sizing.phtml:361 msgid "" -"Handles internationalized dates and currencies. The Gnucash menus and " -"popups have been translated to 21 languages, including Chinese, Danish, " -"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " -"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " -"Documentation is available in English, French, Portuguese and Spanish." +"Code to import and export various file formats: contents of the src/import-" +"export directory." msgstr "" -"国際化ã•ã‚ŒãŸæ—¥ä»˜æ›¸å¼ã¨é€šè²¨ã‚’å–り扱ã†ã“ã¨ãŒã§ãã¾ã™ã€‚GnuCash ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãŠã‚ˆã³" -"ãƒãƒƒãƒ—アップã¯21言語ã«ç¿»è¨³ã•ã‚Œã¦ã„ã¾ã™ã€‚中国語ã€ãƒ‡ãƒ³ãƒžãƒ¼ã‚¯èªžã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒ‰" -"イツ語ã€ãƒãƒ³ã‚¬ãƒªãƒ¼èªžã€ã‚¤ã‚¿ãƒªã‚¢èªžã€æ—¥æœ¬èªžã€ãƒŽãƒ«ã‚¦ã‚§ãƒ¼èªžã€ãƒãƒ¼ãƒ©ãƒ³ãƒ‰èªžã€ãƒãƒ«ãƒˆ" -"ガル語ã€ãƒ­ã‚·ã‚¢èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã€ã‚¹ã‚¦ã‚§ãƒ¼ãƒ‡ãƒ³èªžã€ãƒˆãƒ«ã‚³èªžã€ã‚¦ã‚¯ãƒ©ã‚¤ãƒŠèªžã€ãŠã‚ˆã³" -"英国英語ã§ã™ã€‚英語ã€ãƒ•ãƒ©ãƒ³ã‚¹èªžã€ãƒãƒ«ãƒˆã‚¬ãƒ«èªžã€ã‚¹ãƒšã‚¤ãƒ³èªžã®æ–‡æ›¸ã‚‚存在ã—ã¾ã™ã€‚" - -#: features.phtml:85 -msgid "Transaction Finder" -msgstr "å–引検索" -#: features.phtml:88 +#: sizing.phtml:366 msgid "" -"A powerful transaction query dialogue can help you quickly locate a needle " -"in a haystack." -msgstr "強力ãªå–引検索ダイアログã§ç´ æ—©ãå–引を検索ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" - -#: features.phtml:91 -msgid "General Ledger" -msgstr "ç·å‹˜å®šå…ƒå¸³" +"Code to generate reports and graphs: contents of the src/reports directory." +msgstr "" -#: features.phtml:92 +#: sizing.phtml:371 msgid "" -"Multiple accounts can be displayed in one register window at the same time. " -"This can ease the trouble of tracking down typing/entry errors. It also " -"provides a convenient way of viewing a portfolio of many stocks, by showing " -"all transactions in that portfolio." +"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " +"earlier). In version 1.7 and later, much of this code went into reports, " +"import/export, and into indiovidual modules; thus only miscellaneous code " +"remains." msgstr "" -"複数ã®å‹˜å®šç§‘目をåŒæ™‚ã«ä¸€ã¤ã®è¨˜éŒ²ç°¿ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã«è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ã“ã‚Œã«" -"よりタイピング/入力エラーを見ã¤ã‘出ã™ã“ã¨ãŒç°¡å˜ã«ãªã‚Šã¾ã™ã€‚ã¾ãŸè¤‡æ•°æ ªå¼ã®ãƒãƒ¼" -"トフォリオをå‚ç…§ã™ã‚‹ã“ã¨ãŒã€ã™ã¹ã¦ã®å–引をãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã«å«ã‚ã‚‹ã“ã¨ãŒã§ãã‚‹" -"ãŸã‚便利ã«ãªã‚Šã¾ã™ã€‚" - -#: features.phtml:95 -msgid "Online Stock & Mutual Fund Quotes" -msgstr "オンライン株å¼ãƒ»æŠ•è³‡ä¿¡è¨—相場表å–å¾—" -#: features.phtml:96 +#: sizing.phtml:376 msgid "" -"Get Stock & Mutual Fund quotes from various web sites, update portfolio " -"automatically. Additional pricing sources are added regularly." +"Code to add small-business features: contents of the src/business directory." msgstr "" -"æ ªå¼ãƒ»æŠ•è³‡ä¿¡è¨—ã®ç›¸å ´è¡¨ã‚’様々ãªã‚¦ã‚§ãƒ–サイトã‹ã‚‰å–å¾—ã—ã¦ã€è‡ªå‹•çš„ã«ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒª" -"オをアップデートã—ã¾ã™ã€‚相場情報æºã¯å®šæœŸçš„ã«è¿½åŠ ã•ã‚Œã¾ã™ã€‚" -#: features.phtml:99 -msgid "Check Printing" -msgstr "å°åˆ‡æ‰‹ã®å°åˆ·" +#: sizing.phtml:381 +msgid "" +"Code to peform automated regression tests: contents of the src/*/test " +"directories." +msgstr "" -#: features.phtml:100 +#: sizing.phtml:386 msgid "" -"Checks may be printed in standard formats on common check stocks. A " -"customization GUI allows custom check layouts to be developed." +"English-language-only user documentation, including on-line help and manual " +"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " +"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " +"of these numbers are somewhat hard to count, because of fairly large format " +"churns, and multiple competing versions." msgstr "" -"一般的ãªå°åˆ‡æ‰‹ãƒ†ãƒ³ãƒ—レートã«ã‚ˆã‚Šå°åˆ‡æ‰‹ã‚’標準形å¼ã§å°åˆ·ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚GUI" -"を利用ã—ã¦å°åˆ‡æ‰‹ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã‚’カスタマイズã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™ã€‚" -#: features.phtml:105 +#: sizing.phtml:391 msgid "" -"You can now create recurring transactions, including automatic reminders " -"when a transaction is due, the ability to postpone a scheduled transaction " -"without canceling it, and the ability to specify only a limited number of " -"transactions." +"The number of design documents and README files aimed at developers. This " +"includes *.txt files, *.texinfo files and README.* files in all " +"subdirectories. For version 1.7 and later, only those in the src " +"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" msgstr "" -"å–引期日ã«è‡ªå‹•çš„ã«é€šçŸ¥ã™ã‚‹æ©Ÿèƒ½ã€äºˆå®šå–引を中止ã›ãšã«å»¶æœŸã™ã‚‹æ©Ÿèƒ½ã‚„å–引回数を" -"指定ã™ã‚‹æ©Ÿèƒ½ãªã©ãŒå«ã¾ã‚Œã‚‹ç¹°ã‚Šè¿”ã—å–引を作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" -#: features.phtml:108 -msgid "Mortgage & Loan Repayment Druid" -msgstr "æ‹…ä¿ä»˜ãローン・ローン支払ã„ウィザード" +#: sizing.phtml:396 +msgid "" +"The number of languages that the application messages have been translated " +"to (the number of po/*.po files). In parenthesis, the number of " +"messages in the message files (grep msgstr po/*.po |wc), in " +"thousands." +msgstr "" -#: features.phtml:109 +#: sizing.phtml:401 msgid "" -"A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "ウィザードを利用ã—ã¦ãƒ­ãƒ¼ãƒ³æ”¯æ‰•ã„ã®äºˆå®šå–引を作æˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚" +"The number of people credited in the AUTHORS file (version 1.6 and later) or " +"the README file (earlier versions). These include lead developers, patch " +"submitters and national-language translators. This includes additional " +"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " +"main gnucash/AUTHORS file." +msgstr "" -#: features.phtml:114 -msgid "New User Manual and Help" -msgstr "æ–°ã—ã„ユーザーマニュアルã¨ãƒ˜ãƒ«ãƒ—" +#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 +msgid "Server & email outage reports to: " +msgstr "サーãƒãƒ¼ãŠã‚ˆã³ email ã®ä¸å…·åˆã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: " -#: features.phtml:115 +#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 msgid "" -"A new help subsystem that focuses on how to do tasks is now available, in " -"addition to a Tutorial and Concepts guide that gives the user background " -"information on accounting principles and how they are reflected in GnuCash." +"Translation problems? Contact: gnucash-devel@gnucash.org" msgstr "" -"会計原則ã«é–¢ã™ã‚‹èƒŒæ™¯æƒ…å ±ãŠã‚ˆã³ãã‚ŒãŒã©ã®ã‚ˆã†ã« GnuCash ã«å映ã•ã‚Œã¦ã„ã‚‹ã‹ã‚’説" -"明ã™ã‚‹ GnuCash ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ãƒ»ã‚³ãƒ³ã‚»ãƒ—トガイドã«åŠ ãˆã¦ã€ä½œæ¥­ã‚’ã©ã®ã‚ˆã†ã«è¡Œã†" -"ã‹ã«é–¢ã—ã¦é›†ä¸­ã—ã¦è¨˜è¿°ã—ãŸæ–°ã—ã„ヘルプサブシステムãŒä½¿ç”¨å¯èƒ½ã«ãªã‚Šã¾ã—ãŸã€‚" +"翻訳ã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: gnucash-devel@gnucash.org
              \n" +"日本語ãƒãƒ¼ãƒ : translation-team-ja@lists.sourceforge.net" -#: oldnews.phtml:10 -msgid "Older Announcements" -msgstr "éŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹" +#: externals/header.phtml:32 +msgid "Language" +msgstr "言語" -#: oldnews.phtml:13 -msgid "" -"This is an archive of announcements that once appeared on the GnuCash home " -"page." -msgstr "GnuCash ホームページã«æŽ²è¼‰ã•ã‚ŒãŸéŽåŽ»ã®ã‚¢ãƒŠã‚¦ãƒ³ã‚¹ã®ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã§ã™ã€‚" +#: externals/header.phtml:45 +msgid "Continent" +msgstr "大陸" #: externals/menu.phtml:5 msgid "Information" @@ -1181,30 +1208,6 @@ msgstr "Subversion アクセス" msgid "Language Translations" msgstr "言語ã®ç¿»è¨³" -#: externals/header.phtml:32 -msgid "Language" -msgstr "言語" - -#: externals/header.phtml:45 -msgid "Continent" -msgstr "" - -#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 -msgid "Server & email outage reports to: " -msgstr "サーãƒãƒ¼ãŠã‚ˆã³ email ã®ä¸å…·åˆã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: " - -#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 -msgid "" -"Translation problems? Contact: gnucash-devel@gnucash.org" -msgstr "" -"翻訳ã«é–¢ã™ã‚‹é€£çµ¡å…ˆ: gnucash-" -"devel@gnucash.org" - -#: search/templates/NMZ.foot.php_tmpl:9 -msgid "This search system is powered by:" -msgstr "ã“ã®å…¨æ–‡æ¤œç´¢ã‚·ã‚¹ãƒ†ãƒ ã¯:" - # Namazu 検索関係ã®æ–‡å­—列 (search é…下) ã¯å…ƒã€…日本語化ã•ã‚Œã¦ã„ã‚‹ãŸã‚訳ã™å¿…è¦ã¯ã‚ã‚Šã¾ã›ã‚“。 # 以下åŒæ§˜ã§ã™ã€‚ # Comment by Yasuaki Taniguchi @@ -1473,13 +1476,17 @@ msgstr "" "ãžã‚Œã€ \"...\" ã¨2é‡å¼•ç”¨ç¬¦ã§ã€\n" "ã‚ã‚‹ã„㯠{...} ã¨ä¸­æ‹¬å¼§ã§å›²ã¿ã¾ã™ã€‚" +#: search/templates/NMZ.foot.php_tmpl:9 +msgid "This search system is powered by:" +msgstr "ã“ã®å…¨æ–‡æ¤œç´¢ã‚·ã‚¹ãƒ†ãƒ ã¯:" + #: search/templates/NMZ.head.php_tmpl:4 msgid "Mailing List Search" -msgstr "" +msgstr "メーリングリスト検索" #: search/templates/NMZ.head.php_tmpl:30 msgid "Search!" -msgstr "" +msgstr "検索!" #: search/templates/NMZ.head.php_tmpl:32 msgid "[How to search]" @@ -1553,6 +1560,24 @@ msgstr "URI (é™é †)" msgid "Lists to Search" msgstr "検索対象" +#: search/templates/NMZ.result.normal.php_tmpl:4 +#: search/templates/NMZ.result.short.php_tmpl:4 +msgid "score" +msgstr "スコア" + +#: search/templates/NMZ.result.normal.php_tmpl:5 +msgid "Author" +msgstr "著者" + +#: search/templates/NMZ.result.normal.php_tmpl:6 +msgid "Date" +msgstr "日付" + +#: search/templates/NMZ.result.normal.php_tmpl:9 +#: search/templates/NMZ.result.short.php_tmpl:6 +msgid "(${size} bytes)" +msgstr "(${size} ãƒã‚¤ãƒˆ)" + #: search/templates/NMZ.tips.php_tmpl:4 msgid "Tips on searching" msgstr "検索ã®ã‚³ãƒ„" @@ -1660,23 +1685,8 @@ msgstr "" "ã“ã‚Œã¯ä»•æ§˜ã§ã™ã€‚ Namazu ã®ãƒ•ãƒ¬ã‚¤ã‚ºæ¤œç´¢ã¯ç²¾åº¦ãŒ 100 % ã§ã¯ãª\n" "ã„ãŸã‚ã€ã¨ãã©ã失敗ã—ã¾ã™ã€‚" -#: search/templates/NMZ.result.normal.php_tmpl:4 -#: search/templates/NMZ.result.short.php_tmpl:4 -msgid "score" -msgstr "スコア" - -#: search/templates/NMZ.result.normal.php_tmpl:5 -msgid "Author" -msgstr "著者" - -#: search/templates/NMZ.result.normal.php_tmpl:6 -msgid "Date" -msgstr "日付" - -#: search/templates/NMZ.result.normal.php_tmpl:9 -#: search/templates/NMZ.result.short.php_tmpl:6 -msgid "(${size} bytes)" -msgstr "" +#~ msgid "Doxygen Developer Documentation" +#~ msgstr "Doxygen 開発文書" #~ msgid "" #~ "The usual procedure for contributors to GnuCash is to initially submit " From e25baf2afe9ac003184681c3c592465144775cde Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 3 Dec 2010 23:52:00 +0000 Subject: [PATCH 279/344] Update latest unstable git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19906 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 4dae5ecf..75c1969c 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -7,7 +7,7 @@ $latest_stable_mac_ppc = $latest_stable.".4"; $latest_stable_mac_intel = $latest_stable.".5"; - $latest_unstable = "2.3.16"; + $latest_unstable = "2.3.17"; $latest_unstable_win = $latest_unstable; $latest_unstable_mac_ppc = $latest_unstable; $latest_unstable_mac_intel = $latest_unstable; From 03be81529de88dd562543a95c9710c80e7954a38 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Wed, 22 Dec 2010 17:04:10 +0000 Subject: [PATCH 280/344] Add 2.4.0 news item git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19975 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/101221-2.4.0.news | 350 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 350 insertions(+) create mode 100644 news/101221-2.4.0.news diff --git a/news/101221-2.4.0.news b/news/101221-2.4.0.news new file mode 100644 index 00000000..8d72187e --- /dev/null +++ b/news/101221-2.4.0.news @@ -0,0 +1,350 @@ +Announcement: GnuCash 2.4.0 Release +2010-12-21 + +

              GnuCash 2.4.0 released

              + +

              The GnuCash development team proudly announces GnuCash 2.4.0, the latest stable release of the GnuCash Free Accounting Software. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

              + +
              +

              WARNING: You should uninstall any earlier GnuCash version from your system prior to installing 2.4.0.

              +

              Failing to do so may result in startup errors. In particular on Windows this may cause "Parse error: entry point not found" errors.

              +
              + +

              Major changes in the 2.4.0 release include; +

                +
              • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
              • +
              • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --with-html-engine=webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
              • +
              • Updated AqBanking on Win32.
              • +
              + +

              Getting GnuCash

              +

              Source code for GnuCash 2.4.0 can be downloaded from: +

                +
              • Sourceforge: bzip2, gzip, all files.
              • +
              • You can also checkout the sources directly from the subversion repository with this command:

                svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.0 gnucash
              • +

              + +

              To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

              + +

              Win32 binary

              +

              The Gnucash 2.4.0 Win32 setup executable can be downloaded from Sourceforge as well. + +

              Mac OSX binary

              +

              The Gnucash 2.4.0 MacOSX package can be downloaded from Sourceforge as well. + +

              Changes between 2.3.17 and 2.4.0 include: + +

                + + + + +
              • User-visible changes
              • +
                  +
                • Update copyright notice dates to include 2010
                • +
                • Use proper decimal separator for monetary amounts
                • +
                • If you have a parent account with a subaccount whose commodity allows more +decimal places in the amount field than the parent account does things +don't work right if you open a register for the parent account and all +subaccounts. This situation can occur if you have a broker account with +subaccounts for the securities held in that broker account. If you open a +register for the top account and all subaccounts, it is impossible to enter +a transaction to buy or sell a fractional share of the security where there +are more digits after the decimal point than the parent account allows. +This change fixes this if the subaccount allows no more than six digits +after the decimal point.
                • +
                • When creating a new style sheet, make sure the name for it is non-empty.
                • +
                • Implement (but currently deactivated) auto-completion in the invoice ledger using all entries from the current book. + +Eventually, this will enable drawing the auto-completion from all entries in +the previous invoices (i.e. book-wide), but in order to give the user a +good enough feedback during typing we additionally need a quick-fill object +over those book-wide entries. Currently, the user cannot see whether the +current description would result in an auto-completion from another invoice, +and that's not yet enough.
                • +
                • Implement auto-completion in the invoice/bill entry ledger.
                • +
                • Take a first shot at adding auto-completion in the business ledger, but currently it doesn't do anything yet.
                • +
                + + + + +
              • Updated translations or translation-related changes
              • +
                  +
                • Updated POTFILES.in
                • +
                • Mark erroneous translation as fuzzy because it doesn't have the correct c-format.
                • +
                • Reverse inadvertent mods to po/POTFILES.in in r19904
                • +
                • Updated Greek translation provided by Nikos Charonitakis.
                • +
                • Updated Japanese translation, copied from the Translation Project.
                • +
                • Add "discount" to all glossary files because some languages use different translations in billing terms and invoices. + +Additional the german translation is added to glossary/de.po. +This change does not break the string freeze as it is not user visible.
                • +
                • Update German translation. + +(This includes the 14 new strings which are already there but not yet being used.)
                • +
                • Merge German translation with latest pot template. + +This is merged using msgmerge --no-location de.po gnucash.pot -o de.new.po +and we use "--no-location" to make the updates actually readable. +(Unfortunately this doesn't prevent the strings from changing ordering anyway. Oh well.)
                • +
                • Remove superfluous whitespace at end of string. Incidentally, this way the string already exists and no broken translation results.
                • +
                • When extracting the translation strings from the scheme files, sort the scheme files to obtain a stable ordering of the output.
                • +
                + + + + +
              • Bugs fixed
              • +
                  +
                • Bug #637346: Adding python-bindings to doxygen documentation + +Patch by Christoph Holtermann.
                • +
                • Bug #637041: Revert r19861 as the patch from bug#635439 causes a crash. + +The patch can be re-applied after the 2.4.0 release is out, but for now +I prefer to defer it until after the release. + +To be precise, this patch reverts all parts of bug#635439: r19861, r19860, +r19854, r19853.
                • +
                • Bug #629446: TRY is now called plain Turkish Lira.
                • +
                • Bug #454109: Online banking: grey out online actions when there is no online account + +Patch by Manfred Usselmann: +Online actions are disabled for accounts which have no bankcode and account id +assigned + +This fix does not require initialization of the AB_BANKING object.
                • +
                • Bug #635926: Lower-case the name of the lock table to avoid confusing Postgres. Also abstract it to a static variable instead of repeating the string everywhere.
                • +
                • Bug #635967: Slots didn't correctly read the path semantics stored by +2.3.15 and earlier. + +Corrected, but note that 2.3.15 and earlier didn't write lists to the +database, so users should re-save from XML using 2.3.17 or later. + +
                • +
                • Bug #635355: Partly implement the correct "DTAUS import and send" feature again. + +Patch by Manfred Usselmann. + +The main part of the feature is delayed until the string freeze is lifted. +This part (without adding strings) implements the infrastructure for sending +only the correctly imported transactions to the bank later.
                • +
                • Bug #636459: Recursively delete slots contained in slots of type KVP_TYPE_FRAME or KVP_TYPE_LIST.
                • +
                • Bug #635859: Strip all trailing '/'es from kvp_slot paths when loading. + +This changes round-tripping slightly (because the resulting slot key +won't have the trailing slash when it's re-saved as xml). It may also +change the behavior of the facility using the slot, because the key is +changed. So far, the only known instances which trip this bug are +import-map-bayes, because descriptions may have '/'es in them (and why +shouldn't they). + +Unfortunately, fixing this right (so that key values can have embedded +'/''es and be saved/retrieved from sql databases will require changing +the slot architecture in ways that impact the engine. Since we don't +have adequate unit tests to be confident of not introducing a +regression, I'm applying this instead. + +
                • +
                • Bug #609472: Fix translation of displayed style sheet names in the style sheet editor.
                • +
                • Bug #635911 GnuCash crashes out when trying to save-as MySQL +Disclaimer: This fix attempt is purely based on the information given in +the bug report and code reading. I never could reproduce this bug +but the code suggests an unitialized pointer may be the the cause.
                • +
                • Bug #635469: Add a (typemap for a) QofQueryParamList typedef. + +Patch by Matthijs Kooijman: + +This is a typedef for a GSList, that is used to identify the path from +an object to one of its parameters in search queries and sorting. + +This typedef replaces GSList everywhere where it's applicable. This +relieves the need to special case a few functions in the swig bindings +and makes the bindings for a bunch of other functions work as well. + +Note this is (still) only an in typemap, since no useful functions that +return a QofQueryParamList are exposed in the bindings right now anyway.
                • +
                • Bug #635632: Update existing eguile reports to use new for syntax. + +Patch by Matthijs Kooijman <matthijs@stdin.nl>: + + This makes use of the new for syntax introduced in the previous + commit, making these reports and templates a bit easier to read and + modify.
                • +
                • Bug #635632: Add custom for loop syntax for eguile templates + +Patch by Matthijs Kooijman <matthijs@stdin.nl>: + + The built-in for-each loop construct is a bit cumbersome: It always + requires an explicit lambda and the list to loop over is the last + argument. Especially the latter makes it very hard to read when the + lambda is big and multiple for-each'es are nested. + + For hashes, this prevents the need of the cumbersome hash-fold and + slightly better hash-for-each (which still suffers from the same + problems as for-each and is not available in guile 1.6). + + This new syntax allows for three distinct syntaxes: + + * Looping over a single list: + (for a in lst do (display a)) + * Looping over multiple lists: + (for (a b) in (lsta lstb) do (display (+ a b))) + * Looping over a hash: + (for key => value in hash do (display (* key value)))
                • +
                • Bug #635469: Add bindings for running a qofquery on invoices. + +This adds a new typedef "GncInvoiceList" with the corresponding typemap, +and adds two new functions qof_query_create_for_invoices and +qof_query_run_for_invoices, which are trivial wrappers around +qof_query_create_for and qof_query_run respectively.
                • +
                • Bug #635355: Add public declaration of gnc_info_dialog. + +Patch by Manfred Usselmann.
                • +
                • Bug #635439: Patch to autoset owner in the payment dialog +Patch by Matthijs Kooijman <matthijs@stdin.nl>
                • +
                • Revert "Bug #635439: Patch to autoset owner in the payment dialog" + +This reverts commit 232ae4064952cb65e9703d61778cb1531d2e4f56.
                • +
                • Bug #635439: Fix "Pay invoice" while the invoice dialog is open. + +Patch by Matthijs Kooijman <matthijs@stdin.nl>: + + If you use "Pay invoice", normally a new payment dialog is opened which + is completely filled in. However, when there was already a dialog open, + it was reused but only the owner would be filled in. This patch makes + sure that the invoice and amount are filled in as well.
                • +
                • Bug #635439: Patch to autoset owner in the payment dialog + +Patch by Matthijs Kooijman <matthijs@stdin.nl>: + + In the payment dialog, set the owner when an invoice is selected + + Before, you would always need to select an owner manually. If you would + just select an invoice (which was possible, since the invoice selection + is not disabled when no owner has been selected yet), pressing OK would + error out because no owner was selected. + + This patch makes sure that when an invoice is selected, but no owner is + selected yet, the right owner is filled into the owner selection box + automatically. + + This also happens when the wrong owner is selected, which can happen + because the invoice autocompletion is not limited to invoices from the + selected owner, but always completes all invoices. This could cause + weird behaviour: Select an owner, then use completion to select an + invoice by another owner and press ok. This would cause the amount for + the invoice by the other owner to be charged against the first owner. + This patch prevents that by replacing the first owner by the other owner + in the dialog. + + This patch also changes gnc_invoice_set_owner to no longer reset the + invoice selection to NULL. Instead, this is now handled by
                • +
                + + + + +
              • Other code/build changes
              • +
                  +
                • Update configure.ac to 2.4.0 +Update gnucash-bin.c to indicate stable version is 2.4.0, next stable version 2.6 + +Here we go...
                • +
                • Add gnc-backend-dbi-priv.h to list of header files so that 'make distcheck' passes
                • +
                • Fixed date problem in MySql backend
                • +
                • Removed accidentally created directory.
                • +
                • Add enumeration of indexes in sql backends. + +This is a first step to rewriting databases in a safe way. Indexes are +named entities in sql databases and so need to be renamed along with the +tables before creating and populating a new set. + +This change also introduces a unit test of the new enumeration, and that +test has to be able to see data structures which are private to +gnc-backend-dbi.c, so those data structures are moved to a new file, +gnc-backend-dbi-priv.h, which both gnc-backend-dbi.c and +tests/test-stuff.c can include. + +
                • +
                • Add debug helper function qofeventid_to_string.
                • +
                • Support for GncCommodityNamespace, better support for GncCommodity, and example +enhancements. +Patch supplied my Mark Jenkins.
                • +
                • Changes to example Script to include added namespace functionality +This patch changes the example script to reflect the capability of reading all +namespaces. +Patch provided by Christoph Holtermann.
                • +
                • Cutecash: Add generation of dummy gnc-version.h file.
                • +
                • Add missing newline at end of file
                • +
                • Replace more obsolete #define'd function names by their current names.
                • +
                • Add gitignore for backup files from make check.
                • +
                • Replace more obsolete #define'd function names by their current names.
                • +
                • Make "make check" work when run from "make distcheck".
                • +
                • Replace obsolete <QueryNew.h> #defines by the current <qof.h> function names.
                • +
                • Follow-up to r19928: Include gnc-version.h with directory path to avoid picking the wrong file.
                • +
                • Improve the cached quickfill for GncEntry description lines of r19941.
                • +
                • Add APIs to get/set a flag signifying that a transaction is a book-closing txn. +This is necessary for Bug #570042 but doesn't completely solve it until +the reports are updated to use the new API. This is backwards-compatible +with the slot data inserted by the book closing since 2010-03-02.
                • +
                • Adds checking of gnc_commodity_namespace in glists +In src/base-typemaps.i check for return type gnc_commodity_namespace is added +so that it is returned instead of gnc_type_monetary. +Thanks to Christoph Holtermann for the patch.
                • +
                • Move price_database_example.py to the correct place and remove incorrect path/file
                • +
                • Change indent to 4 sp
                • +
                • Implement prerequisites for full auto-completion in the entry ledger. + +Added a cached quickfill for GncEntry description lines. Extend QuickFillCell +interface to be able to use a common cached quickfill.
                • +
                • Remove doubled include files. + +(Also, QuickFill.h doesn't depend on gdk.h)
                • +
                • Add messages to backend errors, ensuring that qof_session_backend_get_message() will actually get a useful message, or that there will be a descriptive warning immediately before in the trace file.
                • +
                • Move gnc-version.h and gnc-svninfo.h from gnome-utils to core-utils.
                • +
                • If the build directory is not the source directory and the source directory +is read only, the build fails. Fix by only making guile-strings.c if +building from SVN.
                • +
                • Get rid of the rest of the gnc-prices man page, r19921 is incomplete
                • +
                • Remove variable names that conflict with Python keywords. Relevent when using SWIG autodoc feature for python bindings.
                • +
                • Add %feature("autodoc", "1"); to gnucash_core.i to pass C documentation through to python interface.
                • +
                • New example script for prices dababase. Thanks to Christoph Holtermann for contributing to this.
                • +
                • Remove obsolete gnc-prices man page
                • +
                • Add Gnucash svn version to sql versions table.
                • +
                • Insert missing space
                • +
                • Re-enable -Werror in Makefile.am and remove %feature("autodoc", "1"); from gnucash_core.i
                • +
                • Add commodity price functions to bindings. +See Bug 636457 for more details.
                • +
                • Add PriceList to typemap for Python bindings
                • +
                • Patch by Matthijs Kooijman. + +In r19863, some qofquery bindings were added. For those to compile, +business-core.i now includes qofquery.h. However, this causes the +bindings for qofquery.h to be generated twice: Once through engine.i and +once through business-core.i. The latter generated broken versions of +the bindings, breaking (at least) the receivable aging report. + +This commit changes the %include to an %import, so the new bindings +still compile but the query bindings don't get generated twice. + +
                • +
                • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                • +
                • Make prototype for gnc_entry_ledger_get_entry public. Add documentation.
                • +
                • Fix GtkSpinButton with page-size deprecated warning in gnucash.trace
                • +
                + + +
              + +

              How can you help?

              +

              Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already.

              +

              + +

              About the Program

              +

              GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

              From 19b01b749641f97719c9d809200db618d5324c03 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Thu, 23 Dec 2010 20:14:02 +0000 Subject: [PATCH 281/344] Italian GnuCash 2.4.0 release news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19976 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/101221-2.4.0.news | 351 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 news/it/101221-2.4.0.news diff --git a/news/it/101221-2.4.0.news b/news/it/101221-2.4.0.news new file mode 100644 index 00000000..c24920c0 --- /dev/null +++ b/news/it/101221-2.4.0.news @@ -0,0 +1,351 @@ +Annuncio: rilascio di GnuCash GnuCash 2.4.0 +2010-12-21 + +

              Rilasciato GnuCash 2.4.0

              + +

              TIl team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.0, l'ultimo rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

              +
              +

              ATTENZIONE: si consiglia di rimuovere qualsiasi versione precedente di GnuCash dal proprio sistema prima di installare la versione 2.4.0.

              +

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              +
              + + + +

              Le principali novità della versione 2.4.0 comprendono: +

                +
              • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
              • +
              • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
              • +
              • Aggiornamento di AqBanking su Win32.
              • +
              + +

              Ottenere GnuCash

              +

              Il codice sorgente di GnuCash 2.4.0 può essere scaricato da: +

                +
              • Sourceforge: bzip2, gzip, tutti i file.
              • +
              • É anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:

                svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.0 gnucash
              • +

              + +

              Per installare GnuCash, sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

              + +

              File binari Win32

              +

              L'eseguibile di Gnucash 2.4.0 per Win32 può essere scaricato anch'esso da Sourceforge. + +

              File binari per MacOSX

              +

              Il pacchetto per MacOSX di Gnucash 2.4.0 può essere scaricato anch'esso da Sourceforge. + +

              Cambiamenti tra la versione 2.3.17 e la versione 2.4.0: + +

                + + + + +
              • Cambiamenti visibili dall'utente
              • +
                  +
                • Update copyright notice dates to include 2010
                • +
                • Use proper decimal separator for monetary amounts
                • +
                • If you have a parent account with a subaccount whose commodity allows more +decimal places in the amount field than the parent account does things +don't work right if you open a register for the parent account and all +subaccounts. This situation can occur if you have a broker account with +subaccounts for the securities held in that broker account. If you open a +register for the top account and all subaccounts, it is impossible to enter +a transaction to buy or sell a fractional share of the security where there +are more digits after the decimal point than the parent account allows. +This change fixes this if the subaccount allows no more than six digits +after the decimal point.
                • +
                • When creating a new style sheet, make sure the name for it is non-empty.
                • +
                • Implement (but currently deactivated) auto-completion in the invoice ledger using all entries from the current book. + +Eventually, this will enable drawing the auto-completion from all entries in +the previous invoices (i.e. book-wide), but in order to give the user a +good enough feedback during typing we additionally need a quick-fill object +over those book-wide entries. Currently, the user cannot see whether the +current description would result in an auto-completion from another invoice, +and that's not yet enough.
                • +
                • Implement auto-completion in the invoice/bill entry ledger.
                • +
                • Take a first shot at adding auto-completion in the business ledger, but currently it doesn't do anything yet.
                • +
                + + + + +
              • Traduzioni aggiornate o modifiche relative alle traduzioni
              • +
                  +
                • Updated POTFILES.in
                • +
                • Mark erroneous translation as fuzzy because it doesn't have the correct c-format.
                • +
                • Reverse inadvertent mods to po/POTFILES.in in r19904
                • +
                • Updated Greek translation provided by Nikos Charonitakis.
                • +
                • Updated Japanese translation, copied from the Translation Project.
                • +
                • Add "discount" to all glossary files because some languages use different translations in billing terms and invoices. + +Additional the german translation is added to glossary/de.po. +This change does not break the string freeze as it is not user visible.
                • +
                • Update German translation. + +(This includes the 14 new strings which are already there but not yet being used.)
                • +
                • Merge German translation with latest pot template. + +This is merged using msgmerge --no-location de.po gnucash.pot -o de.new.po +and we use "--no-location" to make the updates actually readable. +(Unfortunately this doesn't prevent the strings from changing ordering anyway. Oh well.)
                • +
                • Remove superfluous whitespace at end of string. Incidentally, this way the string already exists and no broken translation results.
                • +
                • When extracting the translation strings from the scheme files, sort the scheme files to obtain a stable ordering of the output.
                • +
                + + + + +
              • Problemi corretti
              • +
                  +
                • Bug #637346: Adding python-bindings to doxygen documentation + +Patch by Christoph Holtermann.
                • +
                • Bug #637041: Revert r19861 as the patch from bug#635439 causes a crash. + +The patch can be re-applied after the 2.4.0 release is out, but for now +I prefer to defer it until after the release. + +To be precise, this patch reverts all parts of bug#635439: r19861, r19860, +r19854, r19853.
                • +
                • Bug #629446: TRY is now called plain Turkish Lira.
                • +
                • Bug #454109: Online banking: grey out online actions when there is no online account + +Patch by Manfred Usselmann: +Online actions are disabled for accounts which have no bankcode and account id +assigned + +This fix does not require initialization of the AB_BANKING object.
                • +
                • Bug #635926: Lower-case the name of the lock table to avoid confusing Postgres. Also abstract it to a static variable instead of repeating the string everywhere.
                • +
                • Bug #635967: Slots didn't correctly read the path semantics stored by +2.3.15 and earlier. + +Corrected, but note that 2.3.15 and earlier didn't write lists to the +database, so users should re-save from XML using 2.3.17 or later. + +
                • +
                • Bug #635355: Partly implement the correct "DTAUS import and send" feature again. + +Patch by Manfred Usselmann. + +The main part of the feature is delayed until the string freeze is lifted. +This part (without adding strings) implements the infrastructure for sending +only the correctly imported transactions to the bank later.
                • +
                • Bug #636459: Recursively delete slots contained in slots of type KVP_TYPE_FRAME or KVP_TYPE_LIST.
                • +
                • Bug #635859: Strip all trailing '/'es from kvp_slot paths when loading. + +This changes round-tripping slightly (because the resulting slot key +won't have the trailing slash when it's re-saved as xml). It may also +change the behavior of the facility using the slot, because the key is +changed. So far, the only known instances which trip this bug are +import-map-bayes, because descriptions may have '/'es in them (and why +shouldn't they). + +Unfortunately, fixing this right (so that key values can have embedded +'/''es and be saved/retrieved from sql databases will require changing +the slot architecture in ways that impact the engine. Since we don't +have adequate unit tests to be confident of not introducing a +regression, I'm applying this instead. + +
                • +
                • Bug #609472: Fix translation of displayed style sheet names in the style sheet editor.
                • +
                • Bug #635911 GnuCash crashes out when trying to save-as MySQL +Disclaimer: This fix attempt is purely based on the information given in +the bug report and code reading. I never could reproduce this bug +but the code suggests an unitialized pointer may be the the cause.
                • +
                • Bug #635469: Add a (typemap for a) QofQueryParamList typedef. + +Patch by Matthijs Kooijman: + +This is a typedef for a GSList, that is used to identify the path from +an object to one of its parameters in search queries and sorting. + +This typedef replaces GSList everywhere where it's applicable. This +relieves the need to special case a few functions in the swig bindings +and makes the bindings for a bunch of other functions work as well. + +Note this is (still) only an in typemap, since no useful functions that +return a QofQueryParamList are exposed in the bindings right now anyway.
                • +
                • Bug #635632: Update existing eguile reports to use new for syntax. + +Patch by Matthijs Kooijman <matthijs@stdin.nl>: + + This makes use of the new for syntax introduced in the previous + commit, making these reports and templates a bit easier to read and + modify.
                • +
                • Bug #635632: Add custom for loop syntax for eguile templates + +Patch by Matthijs Kooijman <matthijs@stdin.nl>: + + The built-in for-each loop construct is a bit cumbersome: It always + requires an explicit lambda and the list to loop over is the last + argument. Especially the latter makes it very hard to read when the + lambda is big and multiple for-each'es are nested. + + For hashes, this prevents the need of the cumbersome hash-fold and + slightly better hash-for-each (which still suffers from the same + problems as for-each and is not available in guile 1.6). + + This new syntax allows for three distinct syntaxes: + + * Looping over a single list: + (for a in lst do (display a)) + * Looping over multiple lists: + (for (a b) in (lsta lstb) do (display (+ a b))) + * Looping over a hash: + (for key => value in hash do (display (* key value)))
                • +
                • Bug #635469: Add bindings for running a qofquery on invoices. + +This adds a new typedef "GncInvoiceList" with the corresponding typemap, +and adds two new functions qof_query_create_for_invoices and +qof_query_run_for_invoices, which are trivial wrappers around +qof_query_create_for and qof_query_run respectively.
                • +
                • Bug #635355: Add public declaration of gnc_info_dialog. + +Patch by Manfred Usselmann.
                • +
                • Bug #635439: Patch to autoset owner in the payment dialog +Patch by Matthijs Kooijman <matthijs@stdin.nl>
                • +
                • Revert "Bug #635439: Patch to autoset owner in the payment dialog" + +This reverts commit 232ae4064952cb65e9703d61778cb1531d2e4f56.
                • +
                • Bug #635439: Fix "Pay invoice" while the invoice dialog is open. + +Patch by Matthijs Kooijman <matthijs@stdin.nl>: + + If you use "Pay invoice", normally a new payment dialog is opened which + is completely filled in. However, when there was already a dialog open, + it was reused but only the owner would be filled in. This patch makes + sure that the invoice and amount are filled in as well.
                • +
                • Bug #635439: Patch to autoset owner in the payment dialog + +Patch by Matthijs Kooijman <matthijs@stdin.nl>: + + In the payment dialog, set the owner when an invoice is selected + + Before, you would always need to select an owner manually. If you would + just select an invoice (which was possible, since the invoice selection + is not disabled when no owner has been selected yet), pressing OK would + error out because no owner was selected. + + This patch makes sure that when an invoice is selected, but no owner is + selected yet, the right owner is filled into the owner selection box + automatically. + + This also happens when the wrong owner is selected, which can happen + because the invoice autocompletion is not limited to invoices from the + selected owner, but always completes all invoices. This could cause + weird behaviour: Select an owner, then use completion to select an + invoice by another owner and press ok. This would cause the amount for + the invoice by the other owner to be charged against the first owner. + This patch prevents that by replacing the first owner by the other owner + in the dialog. + + This patch also changes gnc_invoice_set_owner to no longer reset the + invoice selection to NULL. Instead, this is now handled by
                • +
                + + + + +
              • Altri cambiamenti relativi al codice e alla compilazione
              • +
                  +
                • Update configure.ac to 2.4.0 +Update gnucash-bin.c to indicate stable version is 2.4.0, next stable version 2.6 + +Here we go...
                • +
                • Add gnc-backend-dbi-priv.h to list of header files so that 'make distcheck' passes
                • +
                • Fixed date problem in MySql backend
                • +
                • Removed accidentally created directory.
                • +
                • Add enumeration of indexes in sql backends. + +This is a first step to rewriting databases in a safe way. Indexes are +named entities in sql databases and so need to be renamed along with the +tables before creating and populating a new set. + +This change also introduces a unit test of the new enumeration, and that +test has to be able to see data structures which are private to +gnc-backend-dbi.c, so those data structures are moved to a new file, +gnc-backend-dbi-priv.h, which both gnc-backend-dbi.c and +tests/test-stuff.c can include. + +
                • +
                • Add debug helper function qofeventid_to_string.
                • +
                • Support for GncCommodityNamespace, better support for GncCommodity, and example +enhancements. +Patch supplied my Mark Jenkins.
                • +
                • Changes to example Script to include added namespace functionality +This patch changes the example script to reflect the capability of reading all +namespaces. +Patch provided by Christoph Holtermann.
                • +
                • Cutecash: Add generation of dummy gnc-version.h file.
                • +
                • Add missing newline at end of file
                • +
                • Replace more obsolete #define'd function names by their current names.
                • +
                • Add gitignore for backup files from make check.
                • +
                • Replace more obsolete #define'd function names by their current names.
                • +
                • Make "make check" work when run from "make distcheck".
                • +
                • Replace obsolete <QueryNew.h> #defines by the current <qof.h> function names.
                • +
                • Follow-up to r19928: Include gnc-version.h with directory path to avoid picking the wrong file.
                • +
                • Improve the cached quickfill for GncEntry description lines of r19941.
                • +
                • Add APIs to get/set a flag signifying that a transaction is a book-closing txn. +This is necessary for Bug #570042 but doesn't completely solve it until +the reports are updated to use the new API. This is backwards-compatible +with the slot data inserted by the book closing since 2010-03-02.
                • +
                • Adds checking of gnc_commodity_namespace in glists +In src/base-typemaps.i check for return type gnc_commodity_namespace is added +so that it is returned instead of gnc_type_monetary. +Thanks to Christoph Holtermann for the patch.
                • +
                • Move price_database_example.py to the correct place and remove incorrect path/file
                • +
                • Change indent to 4 sp
                • +
                • Implement prerequisites for full auto-completion in the entry ledger. + +Added a cached quickfill for GncEntry description lines. Extend QuickFillCell +interface to be able to use a common cached quickfill.
                • +
                • Remove doubled include files. + +(Also, QuickFill.h doesn't depend on gdk.h)
                • +
                • Add messages to backend errors, ensuring that qof_session_backend_get_message() will actually get a useful message, or that there will be a descriptive warning immediately before in the trace file.
                • +
                • Move gnc-version.h and gnc-svninfo.h from gnome-utils to core-utils.
                • +
                • If the build directory is not the source directory and the source directory +is read only, the build fails. Fix by only making guile-strings.c if +building from SVN.
                • +
                • Get rid of the rest of the gnc-prices man page, r19921 is incomplete
                • +
                • Remove variable names that conflict with Python keywords. Relevent when using SWIG autodoc feature for python bindings.
                • +
                • Add %feature("autodoc", "1"); to gnucash_core.i to pass C documentation through to python interface.
                • +
                • New example script for prices dababase. Thanks to Christoph Holtermann for contributing to this.
                • +
                • Remove obsolete gnc-prices man page
                • +
                • Add Gnucash svn version to sql versions table.
                • +
                • Insert missing space
                • +
                • Re-enable -Werror in Makefile.am and remove %feature("autodoc", "1"); from gnucash_core.i
                • +
                • Add commodity price functions to bindings. +See Bug 636457 for more details.
                • +
                • Add PriceList to typemap for Python bindings
                • +
                • Patch by Matthijs Kooijman. + +In r19863, some qofquery bindings were added. For those to compile, +business-core.i now includes qofquery.h. However, this causes the +bindings for qofquery.h to be generated twice: Once through engine.i and +once through business-core.i. The latter generated broken versions of +the bindings, breaking (at least) the receivable aging report. + +This commit changes the %include to an %import, so the new bindings +still compile but the query bindings don't get generated twice. + +
                • +
                • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                • +
                • Make prototype for gnc_entry_ledger_get_entry public. Add documentation.
                • +
                • Fix GtkSpinButton with page-size deprecated warning in gnucash.trace
                • +
                + + +
              + +

              Come contribuire?

              +

              Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio.

              +

              + +

              Informazioni sul programma

              +

              GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

              From 9bb198b7d08e543382d486b6e4441e3fcea6afde Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Thu, 23 Dec 2010 20:14:43 +0000 Subject: [PATCH 282/344] Updated Italian translation for GnuCash website. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19977 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/it.po | 1027 +++++++++++++----------------------------------------- 1 file changed, 236 insertions(+), 791 deletions(-) diff --git a/po/it.po b/po/it.po index 57c62534..e72ed07c 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: GnuCash ht-docs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-11-23 12:13+0100\n" -"PO-Revision-Date: 2010-08-05 14:20+0100\n" +"PO-Revision-Date: 2010-12-23 16:18+0100\n" "Last-Translator: Cristian Marchi \n" "Language-Team: \n" "Language: \n" @@ -29,98 +29,60 @@ msgid "Stable release (%s)" msgstr "Rilascio stabile (%s)" #: download.phtml:15 -msgid "" -"A stable release is a version of GnuCash that is well tested and considered " -"appropriate for every day use." -msgstr "" -"Un rilascio stabile è una versione di GnuCash che è stata testata a fondo e " -"ritenuta appropriata per l'utilizzo di tutti i giorni." +msgid "A stable release is a version of GnuCash that is well tested and considered appropriate for every day use." +msgstr "Un rilascio stabile è una versione di GnuCash che è stata testata a fondo e ritenuta appropriata per l'utilizzo di tutti i giorni." #: download.phtml:16 #, php-format -msgid "" -"The latest stable release of GnuCash is %s. Choose the download for your " -"operating system below." -msgstr "" -"L'ultimo rilascio stabile di GnuCash è la versione %s. Scegliere qui sotto " -"il file da scaricare adatto al proprio sistema operativo." +msgid "The latest stable release of GnuCash is %s. Choose the download for your operating system below." +msgstr "L'ultimo rilascio stabile di GnuCash è la versione %s. Scegliere qui sotto il file da scaricare adatto al proprio sistema operativo." #: download.phtml:18 msgid "Installers" msgstr "Programmi di installazione" -#: download.phtml:20 download.phtml:21 download.phtml:47 download.phtml:48 +#: download.phtml:20 +#: download.phtml:21 +#: download.phtml:47 +#: download.phtml:48 #, php-format msgid "GnuCash %s for" msgstr "GnuCash %s per" #: download.phtml:25 -msgid "" -"Most linux distributions come bundled with a version of GnuCash, though it's " -"not always the most recent version and it may not have been installed by " -"default. Still it is recommended to use the GnuCash version that comes with " -"your distribution." -msgstr "" -"La maggior parte delle distribuzioni Linux forniscono una versione di " -"GnuCash, anche se questa potrebbe non essere quella più recente e installata " -"fin da subito. Si raccomanda comunque l'utilizzo della versione di GnuCash " -"fornita dalla propria distribuzione." +msgid "Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution." +msgstr "La maggior parte delle distribuzioni Linux forniscono una versione di GnuCash, anche se questa potrebbe non essere quella più recente e installata fin da subito. Si raccomanda comunque l'utilizzo della versione di GnuCash fornita dalla propria distribuzione." #: download.phtml:26 -msgid "" -"Below are ways to install GnuCash on some of the more popular distributions:" -msgstr "" -"Di seguito sono elencati alcuni metodi per installare GnuCash in alcune " -"delle più popolari distribuzioni:" +msgid "Below are ways to install GnuCash on some of the more popular distributions:" +msgstr "Di seguito sono elencati alcuni metodi per installare GnuCash in alcune delle più popolari distribuzioni:" #: download.phtml:29 -msgid "" -"Fedora users can install GnuCash through System->Administration->Add/Remove " -"Software (Gnome) or Applications->System->Software Management (KDE)." -msgstr "" -"Gli utenti di Fedora possono installare GnuCash attraverso il menu Sistema-" -">Amministrazione->Aggiungi/Rimuovi programmi (Gnome) o Applicazioni->Sistema-" -">Gestione programmi (KDE)." +msgid "Fedora users can install GnuCash through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE)." +msgstr "Gli utenti di Fedora possono installare GnuCash attraverso il menu Sistema->Amministrazione->Aggiungi/Rimuovi programmi (Gnome) o Applicazioni->Sistema->Gestione programmi (KDE)." #: download.phtml:30 -msgid "" -"Mandriva users can install GnuCash through the Software Management in the " -"Mandriva Linux Control Center." -msgstr "" -"Gli utenti di Mandriva possono installare GnuCash attraverso il gestore di " -"programmi nel Centro di Controllo di Mandriva Linux." +msgid "Mandriva users can install GnuCash through the Software Management in the Mandriva Linux Control Center." +msgstr "Gli utenti di Mandriva possono installare GnuCash attraverso il gestore di programmi nel Centro di Controllo di Mandriva Linux." #: download.phtml:31 -msgid "" -"Redhat and CentOS don't have GnuCash in their repositories by default. It " -"can be installed however from the third-party Epel repository. For more " -"details on configuring this additional software repository for your setup, " -"see " -msgstr "" -"Redhat e CentOS non forniscono GnuCash attraverso i loro repository di " -"default. GnuCash può comunque essere installato dal repository di terze " -"parti Epel. Per maggiori dettagli sulla configurazione di questo repository " -"di programmi, consultare la" +msgid "Redhat and CentOS don't have GnuCash in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see " +msgstr "Redhat e CentOS non forniscono GnuCash attraverso i loro repository di default. GnuCash può comunque essere installato dal repository di terze parti Epel. Per maggiori dettagli sulla configurazione di questo repository di programmi, consultare la" #: download.phtml:31 msgid "Epel's wiki page" msgstr "pagina wiki di Epel" #: download.phtml:32 -msgid "" -"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " -"Applications menu). This will install GnuCash under the Office category in " -"the Applications menu." -msgstr "" -"Gli utenti di Ubuntu 9.10 possono installare GnuCash attraverso il Software " -"Center (nel menu Applicazioni). GnuCash verrà installato nella categoria " -"«Ufficio» del menu «Applicazioni»." +msgid "Ubuntu 9.10 users can install GnuCash through the Software Center (in the Applications menu). This will install GnuCash under the Office category in the Applications menu." +msgstr "Gli utenti di Ubuntu 9.10 possono installare GnuCash attraverso il Software Center (nel menu Applicazioni). GnuCash verrà installato nella categoria «Ufficio» del menu «Applicazioni»." #: download.phtml:35 msgid "Source code" msgstr "Codice sorgente" -#: download.phtml:37 download.phtml:49 +#: download.phtml:37 +#: download.phtml:49 #, php-format msgid "for GnuCash %s" msgstr "per GnuCash %s" @@ -139,24 +101,13 @@ msgid "Unstable/Development release (%s)" msgstr "Versione di sviluppo (non stabile) (%s)" #: download.phtml:43 -msgid "" -"Unstable (development) releases are for testing purposes only. They contain " -"the newest features and improvements, but may also contain serious bugs " -"still. Don't install these releases for everyday use." -msgstr "" -"Le versioni di sviluppo (non stabili) sono dedicate solamentre ai test. " -"Contengono nuove funzioni e miglioramenti, ma possono anche contenere dei " -"bug. Si consiglia di non installare questi rilasci per l'utilizzo di tutti i " -"giorni." +msgid "Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use." +msgstr "Le versioni di sviluppo (non stabili) sono dedicate solamente ai test. Contengono nuove funzioni e miglioramenti, ma possono anche contenere dei bug. Si consiglia di non installare questi rilasci per l'utilizzo di tutti i giorni." #: download.phtml:44 #, php-format -msgid "" -"The latest unstable release of GnuCash is %s. Choose the download for your " -"operating system below." -msgstr "" -"L'ultima versione stabile di GnuCash è la %s. Scegliere qui sotto il file da " -"scaricare adatto al proprio sistema operativo." +msgid "The latest unstable release of GnuCash is %s. Choose the download for your operating system below." +msgstr "L'ultima versione stabile di GnuCash è la %s. Scegliere qui sotto il file da scaricare adatto al proprio sistema operativo." #: download.phtml:52 msgid "Other" @@ -176,122 +127,38 @@ msgstr "Visualizza tutti i file scaricabili di GnuCash %s (non stabile)" msgid "View all GnuCash downloads" msgstr "Visualizza tutti i file scaricabili di GnuCash" -#: sizing.phtml:3 externals/menu.phtml:51 +#: sizing.phtml:3 +#: externals/menu.phtml:51 msgid "Sizing" msgstr "Dimensioni" #: sizing.phtml:14 -msgid "" -"It can often be quite interesting to study the source code metrics behind a " -"software development project. Not a surprising interest: its accounting " -"afterall. GnuCash has grown, over the years, from a small handy electronic " -"checkbook to a rather large and multi-featured desktop app." -msgstr "" -"Può rivelarsi interessante studiare le statistiche del codice sorgente " -"relativamente a un progetto di sviluppo di un programma. Niente di " -"originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso " -"degli anni da un piccolo e pratico registro degli assegni elettronico, fino " -"a divenire un'applicazione desktop relativamente estesa e con molte " -"caratteristiche." +msgid "It can often be quite interesting to study the source code metrics behind a software development project. Not a surprising interest: its accounting afterall. GnuCash has grown, over the years, from a small handy electronic checkbook to a rather large and multi-featured desktop app." +msgstr "Può rivelarsi interessante studiare le statistiche del codice sorgente relativamente a un progetto di sviluppo di un programma. Niente di originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso degli anni da un piccolo e pratico registro degli assegni elettronico, fino a divenire un'applicazione desktop relativamente estesa e con molte caratteristiche." #: sizing.phtml:17 -msgid "" -"GnuCash currently consists of over a third of a million lines of code spread " -"over more than a thousand files. It has been translated into twenty-three " -"languages and credits over 139 authors and contributors." -msgstr "" -"GnuCash attualmente consiste di oltre un terzo di milione di linee di codice " -"distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e " -"hanno contribuito allo sviluppo oltre 139 persone fra autori e collaboratori." +msgid "GnuCash currently consists of over a third of a million lines of code spread over more than a thousand files. It has been translated into twenty-three languages and credits over 139 authors and contributors." +msgstr "GnuCash attualmente consiste di oltre un terzo di milione di linee di codice distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e allo sviluppo hanno contribuito oltre 139 persone fra autori e collaboratori." #: sizing.phtml:23 -msgid "" -"If you've had trouble swimming through that mass of source code, think of it " -"this way: printed out on paper, and bound into volumes, it would amount to " -"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" -"width's worth of source code." -msgstr "" -"Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può " -"immaginare in questo modo: stampato su carta, e rilegato in volumi, " -"ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, " -"circa la larghezza di una libreria di codice sorgente!" +msgid "If you've had trouble swimming through that mass of source code, think of it this way: printed out on paper, and bound into volumes, it would amount to several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-width's worth of source code." +msgstr "Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può immaginare in questo modo: stampato su carta, e rilegato in volumi, ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, circa la larghezza di una libreria di codice sorgente!" #: sizing.phtml:26 -msgid "" -"Mind you, this is source code (and docs) crafted and debugged by actual " -"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " -"can generate gaziilions of lines of code automatically; I'm not counting " -"those. Every last line counted here was typed in, edited, indented, " -"tweaked, multiple times, by human hands." -msgstr "" -"Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e " -"corretto da umani; NON si tratta di codice generato automaticamente. Alcuni " -"strumenti (quali glade o g-wrap) sono in grado di generare un'enorme " -"quantità di di linee di codice automaticamente; queste non sono state " -"conteggiate. Ogni singola linea conteggiata in questa sede, è stata più " -"volte scritta, modificata, ordinata, regolata dal lavoro umano." +msgid "Mind you, this is source code (and docs) crafted and debugged by actual humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) can generate gaziilions of lines of code automatically; I'm not counting those. Every last line counted here was typed in, edited, indented, tweaked, multiple times, by human hands." +msgstr "Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e corretto da umani; NON si tratta di codice generato automaticamente. Alcuni strumenti (quali glade o g-wrap) sono in grado di generare un'enorme quantità di di linee di codice automaticamente; queste non sono state conteggiate. Ogni singola linea conteggiata in questa sede, è stata più volte scritta, modificata, ordinata, regolata dal lavoro umano." #: sizing.phtml:29 -msgid "" -"Given that we have about 400 outstanding bugs in bugzilla, that works out to " -"about one bug per thousand lines of code, or one bug per 50 pages of " -"printout. This bug count is actually not atypical for software projects; " -"its near the norm." -msgstr "" -"Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che " -"che mediamente è presente un bug per ogni centinaio di linee di codice, o " -"anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che " -"atipico per i progetti di sviluppo di programmi: si può affermare che è " -"nella norma." +msgid "Given that we have about 400 outstanding bugs in bugzilla, that works out to about one bug per thousand lines of code, or one bug per 50 pages of printout. This bug count is actually not atypical for software projects; its near the norm." +msgstr "Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che che mediamente è presente un bug per ogni centinaio di linee di codice, o anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che atipico per i progetti di sviluppo di programmi: si può affermare che è nella norma." #: sizing.phtml:32 -msgid "" -"The table below shows some historical lines-of-code and number-of-files " -"metrics for the GnuCash development project. Note that not all of the code " -"is counted: for instance, the Makefiles and configure.in and autogen.sh are " -"not counted. Also, files that are automatically generated are not counted, " -"nor are files that have been 'borrowed' from other projects. Also not " -"counted are experimental files, miscellaneous perl scripts, various " -"converters, addons and utilities. Finally, glade files are not " -"counted, although large parts of the overall GUI are described in glade files." -msgstr "" -"La tabella seguente mostra i dati storici relativi al numero di linee di " -"codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono " -"contabilizzate tutte le linee di codice: per esempio, i file Makefiles, " -"configure.in e autogen.sh non sono contati. Anche i file generati " -"automaticamente non sono stati considerati, come anche i file \"presi in " -"prestito\" da altri progetti. Non sono contati neanche i file sperimentali, " -"i vari script di perl, gli addon e le utility. Infine, non sono " -"contabilizzati nemmeno i file glade anche se buona parte " -"dell'interfaccia grafica è descritta nei file di questo tipo." +msgid "The table below shows some historical lines-of-code and number-of-files metrics for the GnuCash development project. Note that not all of the code is counted: for instance, the Makefiles and configure.in and autogen.sh are not counted. Also, files that are automatically generated are not counted, nor are files that have been 'borrowed' from other projects. Also not counted are experimental files, miscellaneous perl scripts, various converters, addons and utilities. Finally, glade files are not counted, although large parts of the overall GUI are described in glade files." +msgstr "La tabella seguente mostra i dati storici relativi al numero di linee di codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono contabilizzate tutte le linee di codice: per esempio, i file Makefiles, configure.in e autogen.sh non sono contati. Anche i file generati automaticamente non sono stati considerati, come anche i file \"presi in prestito\" da altri progetti. Non sono contati neanche i file sperimentali, i vari script di perl, gli addon e le utility. Infine, non sono contabilizzati nemmeno i file glade anche se buona parte dell'interfaccia grafica è descritta nei file di questo tipo." #: sizing.phtml:35 -msgid "" -"Note also that KLOC's are not a good metric of programmer productivity, nor " -"even that wc is a good way of counting KLOC's. Much better " -"measures are complexity metrics, which, for example, count the number and " -"size of if-then-else blocks, or the number and size of all blocks, or the " -"number of math operators per statement. Maybe someday we'll run one of " -"those tools on this code. For now, this is what we have. On the other hand, " -"we've attempted to count only those files that contain human-edited code, " -"that is, files that are directly edited by humans. The point of doing this " -"is to avoid artificially inflating the KLOC counts by counting automatically " -"generated code (which is why the glade files are not counted: they are large " -"and automatically generated)." -msgstr "" -"Si noti anche che le KLOC non rappresentano una misura attendibile della " -"produttività di un programmatore, e anche che wc non è il modo " -"più adatto per conteggiare le KLOC. Misurazioni migliori derivano da " -"conteggi complessi che, per esempio, esaminano il numero e la dimensione di " -"tutti i blocchi, o il numero di operatori matematici per espressione. Forse " -"un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; " -"per ora questo è quello che si ha a disposizione. D'altra parte, si è " -"cercato di conteggiare solamente quei file che contengono codice elaborato " -"esclusivamente da umani. Questo è stato fatto per evitare di aumentare il " -"valore delle KLOC includendo anche il codice generato automaticamente (per " -"questo motivo i file di glade non sono computati: sono molto grandi e " -"generati in automatico)." +msgid "Note also that KLOC's are not a good metric of programmer productivity, nor even that wc is a good way of counting KLOC's. Much better measures are complexity metrics, which, for example, count the number and size of if-then-else blocks, or the number and size of all blocks, or the number of math operators per statement. Maybe someday we'll run one of those tools on this code. For now, this is what we have. On the other hand, we've attempted to count only those files that contain human-edited code, that is, files that are directly edited by humans. The point of doing this is to avoid artificially inflating the KLOC counts by counting automatically generated code (which is why the glade files are not counted: they are large and automatically generated)." +msgstr "Si noti anche che le KLOC non rappresentano una misura attendibile della produttività di un programmatore, e anche che wc non è il modo più adatto per conteggiare le KLOC. Misurazioni migliori derivano da conteggi complessi che, per esempio, esaminano il numero e la dimensione di tutti i blocchi, o il numero di operatori matematici per espressione. Forse un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; per ora questo è quello che si ha a disposizione. D'altra parte, si è cercato di conteggiare solamente quei file che contengono codice elaborato esclusivamente da umani. Questo è stato fatto per evitare di aumentare il valore delle KLOC includendo anche il codice generato automaticamente (per questo motivo i file di glade non sono computati: sono molto grandi e generati in automatico)." #: sizing.phtml:39 msgid "Table 1. Historical Development Stats" @@ -301,11 +168,13 @@ msgstr "Tabella 1. Statistiche storiche di sviluppo" msgid "Version" msgstr "Versione" -#: sizing.phtml:50 sizing.phtml:355 +#: sizing.phtml:50 +#: sizing.phtml:355 msgid "misc app" msgstr "applicazioni varie" -#: sizing.phtml:57 sizing.phtml:390 +#: sizing.phtml:57 +#: sizing.phtml:390 msgid "internal txt" msgstr "txt interni" @@ -313,11 +182,13 @@ msgstr "txt interni" msgid "Total" msgstr "Totale" -#: sizing.phtml:59 sizing.phtml:395 +#: sizing.phtml:59 +#: sizing.phtml:395 msgid "Languages" msgstr "Lingue" -#: sizing.phtml:60 sizing.phtml:400 +#: sizing.phtml:60 +#: sizing.phtml:400 msgid "Author Credits" msgstr "Ringraziamenti" @@ -326,200 +197,80 @@ msgid "Each cell displays the following:" msgstr "Ogni cella visualizza:" #: sizing.phtml:321 -msgid "" -"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " -"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." -"c + KLOCS in *.h) are displayed. If there is only one number in the " -"parenthesis, it is the approriate KLOC count for that statistic." -msgstr "" -"numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *." -"scm). Se non sono presenti nella directory dei file di tipo *.scm, allora " -"sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le " -"parentesi è presente un solo numero, questo rappresenta il conteggio KLOC " -"appropriato per quella statistica." +msgid "number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). If there are no *.scm files in the directory, then only (KLOCS in *.c + KLOCS in *.h) are displayed. If there is only one number in the parenthesis, it is the approriate KLOC count for that statistic." +msgstr "numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). Se non sono presenti nella directory dei file di tipo *.scm, allora sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le parentesi è presente un solo numero, questo rappresenta il conteggio KLOC appropriato per quella statistica." #: sizing.phtml:324 -msgid "" -"where KLOC == kilo-lines-of-code, as reported by wc. As noted " -"above, wc is not a terribly good code metric, but its what we have handy." -msgstr "" -"dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come " -"riportato da wc. Come messo in evidenza in precedenza, wc non è " -"un perfetto contatore di codice, ma è ciò che si ha a disposizione." +msgid "where KLOC == kilo-lines-of-code, as reported by wc. As noted above, wc is not a terribly good code metric, but its what we have handy." +msgstr "dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come riportato da wc. Come messo in evidenza in precedenza, wc non è un perfetto contatore di codice, ma è ciò che si ha a disposizione." #: sizing.phtml:327 msgid "Table Column Legend" msgstr "Legenda della colonna della tabella" #: sizing.phtml:331 -msgid "" -"Contents of the src/engine and the include directories. The engine was split " -"out from the motif code in version 1.1. The data storage backend (file-io, " -"sql) was split out in the course of version 1.5" -msgstr "" -"Contenuto della directory src/engine e delle sue sotto directory. Il motore " -"è stato separato dal codice motif nella versione 1.1. Il backend per " -"l'archiviazione dei dati (file-io, sql) è stato separato nel corso della " -"versione 1.5." +msgid "Contents of the src/engine and the include directories. The engine was split out from the motif code in version 1.1. The data storage backend (file-io, sql) was split out in the course of version 1.5" +msgstr "Contenuto della directory src/engine e delle sue sotto directory. Il motore è stato separato dal codice motif nella versione 1.1. Il backend per l'archiviazione dei dati (file-io, sql) è stato separato nel corso della versione 1.5." #: sizing.phtml:335 -msgid "" -"Contents of the src/backend directory (version 1.7 and later) or of src/" -"engine/file, src/engine/sql (version 1.6 and earlier)" -msgstr "" -"Contenuto della directory src/backend (versione 1.7 e successive) o di src/" -"engine/file, src/engine/sql (versione 1.6 e precedenti)" +msgid "Contents of the src/backend directory (version 1.7 and later) or of src/engine/file, src/engine/sql (version 1.6 and earlier)" +msgstr "Contenuto della directory src/backend (versione 1.7 e successive) o di src/engine/file, src/engine/sql (versione 1.6 e precedenti)" #: sizing.phtml:339 -msgid "" -"Contents of the src/register directory (version 1.6 and earlier) or src/" -"register/register-core (version 1.7 and later). The register was split out " -"as a separate component from the motif code in version 1.1. As can be seen " -"from the stats, the register code has been fairly stable. At version 1.7 and " -"later, this cell shows a second count: the number of lines of code in src/" -"register/register-gnome (previously counted as part of gnome)" -msgstr "" -"Contenuto della directory src/register (versione 1.6 e precedenti) o src/" -"register/register-core (versione 1.7 e successive) . Il registro è stato " -"separato dal codice motif della versione 1.1. Come si può notare dalle " -"statistiche, il codice del registro è piuttosto stabile. A partire dalla " -"versione 1.7, questa cella mostra un secondo conteggio: il numero di linee " -"di codice in src/register/register-gnome (prima conteggiate come parte di " -"gnome)" +msgid "Contents of the src/register directory (version 1.6 and earlier) or src/register/register-core (version 1.7 and later). The register was split out as a separate component from the motif code in version 1.1. As can be seen from the stats, the register code has been fairly stable. At version 1.7 and later, this cell shows a second count: the number of lines of code in src/register/register-gnome (previously counted as part of gnome)" +msgstr "Contenuto della directory src/register (versione 1.6 e precedenti) o src/register/register-core (versione 1.7 e successive) . Il registro è stato separato dal codice motif della versione 1.1. Come si può notare dalle statistiche, il codice del registro è piuttosto stabile. A partire dalla versione 1.7, questa cella mostra un secondo conteggio: il numero di linee di codice in src/register/register-gnome (prima conteggiate come parte di gnome)" #: sizing.phtml:343 -msgid "" -"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" -"register/ledger-core (version 1.7 and later)" -msgstr "" -"file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/" -"register/ledger-core (versione 1.7 e successive)" +msgid "*.c, *.h files in the src directory only (version 1.6 and earlier) or src/register/ledger-core (version 1.7 and later)" +msgstr "file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/register/ledger-core (versione 1.7 e successive)" #: sizing.phtml:347 -msgid "" -"Contents of the src/motif directory (version 1.2 and earlier). The motif " -"version of the code was discontinued after version 1.2, after most of the " -"non-gui code was moved to either the engine, the register or the ledger." -msgstr "" -"Contenuto della directory src/motif (versione 1.2 e precedenti). La versione " -"in motif del codice è stata abbandonata dopo la versione 1.2, allorché la " -"maggior parte del codice non relativo all'interfaccia grafica è stato " -"spostato o al motore,o al registro o al libro mastro." +msgid "Contents of the src/motif directory (version 1.2 and earlier). The motif version of the code was discontinued after version 1.2, after most of the non-gui code was moved to either the engine, the register or the ledger." +msgstr "Contenuto della directory src/motif (versione 1.2 e precedenti). La versione in motif del codice è stata abbandonata dopo la versione 1.2, allorché la maggior parte del codice non relativo all'interfaccia grafica è stato spostato o al motore,o al registro o al libro mastro." #: sizing.phtml:351 -msgid "" -"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " -"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" -"gnome-util" -msgstr "" -"Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e " -"precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/" -"gnome-search e src/gnome-util" +msgid "Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For version 1.7 and later, this consists of src/gnome, src/gnome-search and src/gnome-util" +msgstr "Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/gnome-search e src/gnome-util" #: sizing.phtml:356 -msgid "" -"Contents of miscellanous application-related directories (version 1.7 and " -"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" -"gnc-module, src/network-utils, src/tax/us" -msgstr "" -"Contenuto delle directory relative ad applicazioni varie (versione 1.7 e " -"successive): src/app-file, src/app-utils, src/calculation, src/core-utils, " -"src/gnc-module, src/network-utils, src/tax/us" +msgid "Contents of miscellanous application-related directories (version 1.7 and later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" +msgstr "Contenuto delle directory relative ad applicazioni varie (versione 1.7 e successive): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" #: sizing.phtml:361 -msgid "" -"Code to import and export various file formats: contents of the src/import-" -"export directory." -msgstr "" -"Codice per l'importazione e l'esportazione di file in vari formati: " -"contenuto della directory src/import-export" +msgid "Code to import and export various file formats: contents of the src/import-export directory." +msgstr "Codice per l'importazione e l'esportazione di file in vari formati: contenuto della directory src/import-export" #: sizing.phtml:366 -msgid "" -"Code to generate reports and graphs: contents of the src/reports directory." -msgstr "" -"Codice per la generazione di resoconti e grafici: contenuto della directory " -"src/reports" +msgid "Code to generate reports and graphs: contents of the src/reports directory." +msgstr "Codice per la generazione di resoconti e grafici: contenuto della directory src/reports" #: sizing.phtml:371 -msgid "" -"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " -"earlier). In version 1.7 and later, much of this code went into reports, " -"import/export, and into indiovidual modules; thus only miscellaneous code " -"remains." -msgstr "" -"Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e " -"precedenti). Nella versione 1.7 e successive, la maggior parte di questo " -"codice è stato destinato ai resoconti, all'importazione ed esportazione e ai " -"moduli individuali; di conseguenza rimane solamente del codice vario." +msgid "scheme and guile code in directories src/scm plus src/guile (version 1.6 and earlier). In version 1.7 and later, much of this code went into reports, import/export, and into indiovidual modules; thus only miscellaneous code remains." +msgstr "Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e precedenti). Nella versione 1.7 e successive, la maggior parte di questo codice è stato destinato ai resoconti, all'importazione ed esportazione e ai moduli individuali; di conseguenza rimane solamente del codice vario." #: sizing.phtml:376 -msgid "" -"Code to add small-business features: contents of the src/business directory." -msgstr "" -"Codice per l'implementazione di funzioni dedicate alle piccole imprese: " -"contenuto della directory src/business" +msgid "Code to add small-business features: contents of the src/business directory." +msgstr "Codice per l'implementazione di funzioni dedicate alle piccole imprese: contenuto della directory src/business" #: sizing.phtml:381 -msgid "" -"Code to peform automated regression tests: contents of the src/*/test " -"directories." -msgstr "" -"Codice per l'esecuzione di test di regressione automatici: contenuto delle " -"directory src/*/test." +msgid "Code to peform automated regression tests: contents of the src/*/test directories." +msgstr "Codice per l'esecuzione di test di regressione automatici: contenuto delle directory src/*/test." #: sizing.phtml:386 -msgid "" -"English-language-only user documentation, including on-line help and manual " -"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " -"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " -"of these numbers are somewhat hard to count, because of fairly large format " -"churns, and multiple competing versions." -msgstr "" -"Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il " -"manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero " -"sotto alla barra si riferisce alla documentazione tradotta (attualmente de, " -"es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da " -"calcolare a causa dei vari formati e versioni." +msgid "English-language-only user documentation, including on-line help and manual (html, sgml or xml). For version 1.8.4 and later, the number below the bar counts the translated, non-english docs (currently de, es, fr, pt_PT). Both of these numbers are somewhat hard to count, because of fairly large format churns, and multiple competing versions." +msgstr "Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero sotto alla barra si riferisce alla documentazione tradotta (attualmente de, es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da calcolare a causa dei vari formati e versioni." #: sizing.phtml:391 -msgid "" -"The number of design documents and README files aimed at developers. This " -"includes *.txt files, *.texinfo files and README.* files in all " -"subdirectories. For version 1.7 and later, only those in the src " -"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" -msgstr "" -"Il numero di documenti di progetto e di file README rivolti agli " -"sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le " -"sotto directory. Per la versione 1.7 e successive, sono state contate " -"solamente quelli nella sotto directory src (lasciandone fuori qualche mezza " -"dozzina sparpagliata qua e là)" +msgid "The number of design documents and README files aimed at developers. This includes *.txt files, *.texinfo files and README.* files in all subdirectories. For version 1.7 and later, only those in the src subdirectory are counted (leaving out some half-dozen scattered elsewhere)" +msgstr "Il numero di documenti di progetto e di file README rivolti agli sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le sotto directory. Per la versione 1.7 e successive, sono state contate solamente quelli nella sotto directory src (lasciandone fuori qualche mezza dozzina sparpagliata qua e là)" #: sizing.phtml:396 -msgid "" -"The number of languages that the application messages have been translated " -"to (the number of po/*.po files). In parenthesis, the number of " -"messages in the message files (grep msgstr po/*.po |wc), in " -"thousands." -msgstr "" -"Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti " -"(il numero di file po/*.po ). Tra parentesi, è riportato il numero " -"in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" +msgid "The number of languages that the application messages have been translated to (the number of po/*.po files). In parenthesis, the number of messages in the message files (grep msgstr po/*.po |wc), in thousands." +msgstr "Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti (il numero di file po/*.po ). Tra parentesi, è riportato il numero in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" #: sizing.phtml:401 -msgid "" -"The number of people credited in the AUTHORS file (version 1.6 and later) or " -"the README file (earlier versions). These include lead developers, patch " -"submitters and national-language translators. This includes additional " -"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " -"main gnucash/AUTHORS file." -msgstr "" -"Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) " -"o nel file README (versioni precedenti). Sono inclusi gli sviluppatori " -"principali, coloro che hanno fornito delle patch e i traduttori i cui nomi " -"sono riportati nel file docs/AUTHORS e non nel file principale gnucash/" -"AUTHORS. " +msgid "The number of people credited in the AUTHORS file (version 1.6 and later) or the README file (earlier versions). These include lead developers, patch submitters and national-language translators. This includes additional credits listed in the gnucash-docs/AUTHORS file that are not listed in the main gnucash/AUTHORS file." +msgstr "Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) o nel file README (versioni precedenti). Sono inclusi gli sviluppatori principali, coloro che hanno fornito delle patch e i traduttori i cui nomi sono riportati nel file docs/AUTHORS e non nel file principale gnucash/AUTHORS. " #: docs.phtml:3 msgid "Documentation Project" @@ -530,28 +281,15 @@ msgid "GnuCash Documentation Project" msgstr "Progetto per la documentazione di GnuCash" #: docs.phtml:12 -msgid "" -"This page is the home of the Gnucash Documentation Project, our goal is to " -"maintain a community of people working towards creation of high quality " -"documentation for GnuCash." -msgstr "" -"Questa è la pagina principale del progetto per la documentazione di GnuCash; " -"l'obiettivo che si prefigge è quello di mantenere una comunità di persone " -"che lavorano alla realizzazione di documentazione di elevata qualità per " -"GnuCash" +msgid "This page is the home of the Gnucash Documentation Project, our goal is to maintain a community of people working towards creation of high quality documentation for GnuCash." +msgstr "Questa è la pagina principale del progetto per la documentazione di GnuCash; l'obiettivo che si prefigge è quello di mantenere una comunità di persone che lavorano alla realizzazione di documentazione di elevata qualità per GnuCash" #: docs.phtml:14 -msgid "" -"Everything you need concerning GnuCash documentation should be here, if you " -"notice something missing, email gnucash-devel and we will add it." -msgstr "" -"Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe " -"essere qui. Se dovesse mancare qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di " -"aggiungerla." +msgid "Everything you need concerning GnuCash documentation should be here, if you notice something missing, email gnucash-devel and we will add it." +msgstr "Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe essere qui. Se dovesse mancare qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di aggiungerla." -#: docs.phtml:16 docs.phtml:22 +#: docs.phtml:16 +#: docs.phtml:22 msgid "Nightly Documentation Builds" msgstr "Documentazione compilata in notturna" @@ -560,22 +298,20 @@ msgid "current unstable user documentation and developer documentation" msgstr "L'attuale documentazione instabile dell'utente e dello sviluppatore" #: docs.phtml:19 -msgid "" -"Every night a server builds the documentation from the current contents of " -"the GnuCash subversion repository. This includes the Developer " -"Documentation from Doxygen and User Documentation for the current unstable " -"version of GnuCash." -msgstr "" -"Ogni notte un server compila la documentazione partendo dal contenuto del " -"deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori " -"di Doxygen e la documentazione dell'utente relativa all'attuale versione " -"instabile di GnuCash." +msgid "Every night a server builds the documentation from the current contents of the GnuCash subversion repository. This includes the Developer Documentation from Doxygen and User Documentation for the current unstable version of GnuCash." +msgstr "Ogni notte un server compila la documentazione partendo dal contenuto del deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori di Doxygen e la documentazione dell'utente relativa all'attuale versione instabile di GnuCash." -#: docs.phtml:24 docs.phtml:44 docs.phtml:73 docs.phtml:83 +#: docs.phtml:24 +#: docs.phtml:44 +#: docs.phtml:73 +#: docs.phtml:83 msgid "Concepts Guide" msgstr "Guida ai concetti" -#: docs.phtml:25 docs.phtml:38 docs.phtml:69 docs.phtml:78 +#: docs.phtml:25 +#: docs.phtml:38 +#: docs.phtml:69 +#: docs.phtml:78 msgid "Help Manual" msgstr "Manuale di aiuto" @@ -584,88 +320,54 @@ msgid "Doxygen Developer Documentation" msgstr "Documentazione di Doxygen per gli sviluppatori" #: docs.phtml:31 -#, fuzzy msgid "GnuCash v2.2 (current stable release)" -msgstr "GnuCash v2.0 (rilascio stabile attuale)" +msgstr "GnuCash v2.2 (rilascio stabile attuale)" #: docs.phtml:33 -msgid "" -"If you have a question about how to use GnuCash, you are in the right place. " -"The first thing you should do is read the Help Manual and the Concepts " -"Guide, most of your questions can probably be answered by these documents." -msgstr "" -"Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto " -"giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida " -"ai concetti; la maggior parte delle domande potrebbero trovare risposta in " -"questi documenti." +msgid "If you have a question about how to use GnuCash, you are in the right place. The first thing you should do is read the Help Manual and the Concepts Guide, most of your questions can probably be answered by these documents." +msgstr "Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida ai concetti; la maggior parte delle domande potrebbero trovare risposta in questi documenti." #: docs.phtml:34 -msgid "" -"The Help Manual is designed to be a quick reference of how to accomplish " -"specific tasks and how to use the features in GnuCash. The Concepts Guide is " -"designed to be an in depth guide to the concepts behind using GnuCash with a " -"tutorial to show how to put those concepts into practice." -msgstr "" -"Il manuale di aiuto è pensato per costituire un rapido riferimento su come " -"compiere delle operazioni specifiche e su come utilizzare le caratteristiche " -"di GnuCash. La guida ai concetti costituisce invece un approfondimento dei " -"concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche " -"un esempio guidato su come mettere in pratica questi concetti." - -#: docs.phtml:39 docs.phtml:42 docs.phtml:45 docs.phtml:47 docs.phtml:70 -#: docs.phtml:74 docs.phtml:79 docs.phtml:81 docs.phtml:84 docs.phtml:85 +msgid "The Help Manual is designed to be a quick reference of how to accomplish specific tasks and how to use the features in GnuCash. The Concepts Guide is designed to be an in depth guide to the concepts behind using GnuCash with a tutorial to show how to put those concepts into practice." +msgstr "Il manuale di aiuto è pensato per costituire un rapido riferimento su come compiere delle operazioni specifiche e su come utilizzare le caratteristiche di GnuCash. La guida ai concetti costituisce invece un approfondimento dei concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche un esempio guidato su come mettere in pratica questi concetti." + +#: docs.phtml:39 +#: docs.phtml:42 +#: docs.phtml:45 +#: docs.phtml:47 +#: docs.phtml:70 +#: docs.phtml:74 +#: docs.phtml:79 +#: docs.phtml:81 +#: docs.phtml:84 +#: docs.phtml:85 #: docs.phtml:89 msgid "English" msgstr "Inglese" -#: docs.phtml:40 docs.phtml:71 docs.phtml:80 docs.phtml:90 +#: docs.phtml:40 +#: docs.phtml:71 +#: docs.phtml:80 +#: docs.phtml:90 msgid "Deutsch" msgstr "Tedesco" -#: docs.phtml:41 docs.phtml:46 +#: docs.phtml:41 +#: docs.phtml:46 msgid "Italiano" -msgstr "" +msgstr "Italiano" #: docs.phtml:51 -msgid "" -"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " -"to your question within either the Help Manual or the Concepts Guide. We " -"want feedback from you, it is only through your comments that we know " -"how to modify the documentation." -msgstr "" -"Inviare una mail alla mailing list gnucash-user se non si è avuta una risposta soddisfacente " -"al proprio quesito nel manuale di aiuto e nella guida ai concetti. Abbiamo " -"bisogno dei vostri commenti, dato che che solo attraverso di essi possiamo " -"capire come modificare la documentazione." +msgid "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We want feedback from you, it is only through your comments that we know how to modify the documentation." +msgstr "Inviare una mail alla lista di discussione gnucash-user se non si è avuta una risposta soddisfacente al proprio quesito nel manuale di aiuto e nella guida ai concetti. Abbiamo bisogno dei vostri commenti, dato che che solo attraverso di essi possiamo capire come modificare la documentazione." #: docs.phtml:52 -msgid "" -"Additionally, you can talk to someone via IRC at irc.gnome.org channel " -"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " -"registered users can ask and answer questions." -msgstr "" -"In aggiunta, è possibile discutere con qualcuno, relativamente alla propria " -"domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori " -"risorse sono le wiki Inglese o " -"Tedesca di GnuCash. Una wiki è un " -"sito web interattivo in cui gli utenti registrati possono rispondere o " -"proporre delle domande." +msgid "Additionally, you can talk to someone via IRC at irc.gnome.org channel \"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions." +msgstr "In aggiunta, è possibile discutere con qualcuno, relativamente alla propria domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori risorse sono le wiki Inglese o Tedesca di GnuCash. Una wiki è un sito web interattivo in cui gli utenti registrati possono rispondere o proporre delle domande." #: docs.phtml:54 -msgid "" -"Some people have written HOWTO guides or tutorials. Note: the information " -"presented in these sources may or may not be updated to the most recent " -"version of GnuCash. If you are interested in doing development work on these " -"documents, you should contact the original authors." -msgstr "" -"Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le " -"informazioni presenti in queste fonti possono o non possono essere " -"aggiornate alla versione più recente di GnuCash. Se si è interessati a " -"sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." +msgid "Some people have written HOWTO guides or tutorials. Note: the information presented in these sources may or may not be updated to the most recent version of GnuCash. If you are interested in doing development work on these documents, you should contact the original authors." +msgstr "Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le informazioni presenti in queste fonti possono o non possono essere aggiornate alla versione più recente di GnuCash. Se si è interessati a sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." #: docs.phtml:56 msgid "Neil Williams GnuCash documentation" @@ -677,7 +379,7 @@ msgstr "GnuCash per le imprese (Inglese)" #: docs.phtml:58 msgid "mirror" -msgstr "alternativamente:" +msgstr "alternativamente" #: docs.phtml:60 msgid "Joe Mack's Tutorial" @@ -692,14 +394,8 @@ msgid "Older GnuCash Documentation" msgstr "Vecchia documentazione di GnuCash" #: docs.phtml:66 -msgid "" -"This section contains all the older GnuCash documentation. If you are using " -"one of these old versions of GnuCash, it is highly recommended that you " -"upgrade to the latest stable version." -msgstr "" -"Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si " -"sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda " -"caldamente di aggiornarla all'ultima versione stabile." +msgid "This section contains all the older GnuCash documentation. If you are using one of these old versions of GnuCash, it is highly recommended that you upgrade to the latest stable version." +msgstr "Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda caldamente di aggiornarla all'ultima versione stabile." #: docs.phtml:91 msgid "Espagnol" @@ -718,42 +414,20 @@ msgid "Introduction" msgstr "Introduzione" #: docs.phtml:98 -msgid "" -"The GnuCash documentation is stored in xml files. More precisely, it uses " -"the GNOME2 XML docbook system. This is a relatively flexible system that " -"takes xml files as input and can generate documentation in several different " -"output formats (html, pdf,...)." -msgstr "" -"La documentazione di GnuCash è contenuta in file di tipo xml. Più " -"precisamente, utilizza il sistema docbook GNOME2 XML. Questo sistema è " -"relativamente flessibile e partendo dai file xml è possibile generare la " -"documentazione in vari altri formati (html, pdf, ecc...)" +msgid "The GnuCash documentation is stored in xml files. More precisely, it uses the GNOME2 XML docbook system. This is a relatively flexible system that takes xml files as input and can generate documentation in several different output formats (html, pdf,...)." +msgstr "La documentazione di GnuCash è contenuta in file di tipo xml. Più precisamente, utilizza il sistema docbook GNOME2 XML. Questo sistema è relativamente flessibile e partendo dai file xml è possibile generare la documentazione in vari altri formati (html, pdf, ecc...)" #: docs.phtml:99 -msgid "" -"If you wish to review or write GnuCash documentation, you will need to know " -"xml. Some basic knowledge of the docbook system may be useful as well" -msgstr "" -"Se si intende revisionare o scrivere della documentazione per GnuCash, è " -"necessario conoscere il linguaggio xml. Può anche essere necessaria una " -"conoscenza di base del sistema docbook" +msgid "If you wish to review or write GnuCash documentation, you will need to know xml. Some basic knowledge of the docbook system may be useful as well" +msgstr "Se si intende revisionare o scrivere della documentazione per GnuCash, è necessario conoscere il linguaggio XML. Può anche essere necessaria una conoscenza di base del sistema docbook" #: docs.phtml:100 -msgid "" -"The following links are for further sites that can help with the " -"documentation and review process." -msgstr "" -"I collegamenti seguenti sono relativi ad altri siti che possono essere di " -"aiuto per i processi di creazione e di revisione della documentazione." +msgid "The following links are for further sites that can help with the documentation and review process." +msgstr "I collegamenti seguenti sono relativi ad altri siti che possono essere di aiuto per i processi di creazione e di revisione della documentazione." #: docs.phtml:105 -msgid "" -"While this GnuCash wiki page is really about translating the documentation, " -"it holds some useful information on working with docbook files." -msgstr "" -"Anche se questa pagina del wiki di GnuCash tratta la traduzione della " -"documentazione, contiene alcune informazioni utili per lavorare con i file " -"docbook." +msgid "While this GnuCash wiki page is really about translating the documentation, it holds some useful information on working with docbook files." +msgstr "Anche se questa pagina del wiki di GnuCash tratta la traduzione della documentazione, contiene alcune informazioni utili per lavorare con i file docbook." #: docs.phtml:107 msgid "We suggest also subscribing to " @@ -761,136 +435,62 @@ msgstr "Si consiglia anche l'iscrizione a " #: docs.phtml:109 msgid "Gnome Documentation guidelines" -msgstr "Linee guida di GNOME per la documentazione" +msgstr "Linee guida di GNOME per la documentazione" #: docs.phtml:110 -msgid "" -"As stated earlier, the new docs are based on the GNOME2 XML docbook system. " -"Everyone wishing to help please follow these guides where possible when " -"reviewing and/or writing docs." -msgstr "" -"Come già detto, la nuova documentazione è basata sul sistema docbook GNOME2 " -"XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le " -"linee guida al momento della revisione e/o scrittura della documentazione." +msgid "As stated earlier, the new docs are based on the GNOME2 XML docbook system. Everyone wishing to help please follow these guides where possible when reviewing and/or writing docs." +msgstr "Come già detto, la nuova documentazione è basata sul sistema docbook GNOME2 XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le linee guida al momento della revisione e/o scrittura della documentazione." #: docs.phtml:116 msgid "Where to get the documentation source" msgstr "Dove ottenere il codice sorgente della documentazione" #: docs.phtml:117 -msgid "" -"You will need a recent copy of the documentation source. For this you can " -"check out the documentation module from the GnuCash svn. Reviewers could " -"also start from the current docs tarball." -msgstr "" -"Sarà necessario ottenere una copia recente del codice sorgente della " -"documentazione. Per fare questo è possibile fare il \"check out\" del modulo " -"della documentazione dall'svn di GnuCash. I revisori possono anche iniziare " -"dal pacchetto della documentazione corrente." +msgid "You will need a recent copy of the documentation source. For this you can check out the documentation module from the GnuCash svn. Reviewers could also start from the current docs tarball." +msgstr "Sarà necessario ottenere una copia recente del codice sorgente della documentazione. Per fare questo è possibile eseguire il \"check out\" del modulo della documentazione dall'svn di GnuCash. I revisori possono anche iniziare dal pacchetto della documentazione corrente." #: docs.phtml:118 -msgid "" -"For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " -"To get the documentation source instead of the program source, replace " -"'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" -msgstr "" -"Per coloro che non hanno familirità con il sistema svn, il wiki di GnuCash " -"ne fornisce una descrizione relativa al codice di GnuCash. Per ottenere il " -"codice sorgente della documentazione in luogo di quello del programma, " -"sostituire \"gnucash\" con \"gnucash-docs\" nei comandi svn riportati, come " -"per esempio:" +msgid "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. To get the documentation source instead of the program source, replace 'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" +msgstr "Per coloro che non hanno familiarità con il sistema svn, il wiki di GnuCash ne fornisce una descrizione relativamente al codice di GnuCash. Per ottenere il codice sorgente della documentazione in luogo di quello del programma, sostituire \"gnucash\" con \"gnucash-docs\" nei comandi svn riportati, come per esempio:" #: docs.phtml:121 msgid "Writers" msgstr "Autori" #: docs.phtml:122 -msgid "" -"Get a copy of the documentation source as described above and start making " -"changes. When you are satisfied with your changes you can create a patch by " -"running the following command in the base directory of the documentation " -"(usually gnucash-docs, unless you renamed it):" -msgstr "" -"Una volta ottenuta una copia del codice sorgente della documentazione nel " -"modo descritto più sopra, sarà possibile iniziare ad effettuare delle " -"modifiche. Una volta soddisfatti dei propri cambiamenti, si potrà creare una " -"patch eseguendo il seguente comando nella cartella base della documentazione " -"(di solito \"gnucash-docs\", se non è stata rinominata):" +msgid "Get a copy of the documentation source as described above and start making changes. When you are satisfied with your changes you can create a patch by running the following command in the base directory of the documentation (usually gnucash-docs, unless you renamed it):" +msgstr "Una volta ottenuta una copia del codice sorgente della documentazione nel modo descritto più sopra, sarà possibile iniziare ad effettuare delle modifiche. Una volta soddisfatti dei propri cambiamenti, si potrà creare una patch eseguendo il seguente comando nella cartella base della documentazione (di solito \"gnucash-docs\", se non è stata rinominata):" #: docs.phtml:124 -msgid "" -"Next attach your patch to a bug report against the documentation component " -"for the GnuCash project in Gnome's " -"bugzilla database and send an email to gnucash-devel mailing list to inform other " -"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " -"submission." -msgstr "" +msgid "Next attach your patch to a bug report against the documentation component for the GnuCash project in Gnome's bugzilla database and send an email to gnucash-devel mailing list to inform other developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch submission." +msgstr "Allegare poi la patch a una segnalazione di bug relativa al componente \"documentazione\" per il progetto GnuCash nel database Bugzilla di GNOME e inviare una mail alla lista di discussione gnucash-devel per informare gli altri sviluppatori del proprio lavoro. Consultare anche la pagina del wiki di GnuCash dedicata a bugzillaper maggiori informazioni su come inviare una patch." #: docs.phtml:126 -msgid "" -"NOTE: It used to be ok also to send your patch directly to the " -"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " -"between the many list discussions. Attach patches to bugs in Bugzilla " -"instead (either an existing bug or a new one). If you insist on sending a " -"patch to gnucash-devel, it should be attached, not inlined." -msgstr "" +msgid "NOTE: It used to be ok also to send your patch directly to the gnucash-devel list. This is discouraged now, as a patch is easily forgotten between the many list discussions. Attach patches to bugs in Bugzilla instead (either an existing bug or a new one). If you insist on sending a patch to gnucash-devel, it should be attached, not inlined." +msgstr "NOTA: in passato era sufficiente inviare la propria patch direttamente alla lista di discussione degli sviluppatori. Oggi questo è sconsigliato perché la patch rischia di passare inosservata tra le tante discussioni. Allegare invece la patch a una segnalazione di bug su bugzilla. Se si volesse comunque inviare la patch alla lista di discussione gnucash-devel, si consiglia di allegarla e di non inserirle nel testo della mail." #: docs.phtml:127 -msgid "" -"Please let other writers know which section you wish to tackle. Please " -"forward this to gnucash-" -"devel so that people can say 'hey I'm doing that already' or 'go ahead " -"and do it'." -msgstr "" -"Si consiglia di rendere noto agli altri autori la sezione su cui si desidera " -"lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone " -"interessate possano dare il via libera o comunicare che quella particolare " -"sezione è già assegnata a qualcun altro." +msgid "Please let other writers know which section you wish to tackle. Please forward this to gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'." +msgstr "Si consiglia di rendere noto agli altri autori la sezione su cui si desidera lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone interessate possano dare il via libera o comunicare che quella particolare sezione è già assegnata a qualcun altro." #: docs.phtml:128 -msgid "" -"You may also want to retain a local copy of the old documentation to refer " -"to when writing. This still has a lot of useful information in it which " -"hasn't been transferred to the new docs" -msgstr "" -"Può anche risultare utile mantenere una copia locale della vecchia " -"documentazione come riferimento per la scrittura: essa contiene ancora una " -"grande quantità di informazioni utili che non sono ancora state trasferite " -"nella nuova documentazione." +msgid "You may also want to retain a local copy of the old documentation to refer to when writing. This still has a lot of useful information in it which hasn't been transferred to the new docs" +msgstr "Può anche risultare utile mantenere una copia locale della vecchia documentazione come riferimento per la scrittura: essa contiene ancora una grande quantità di informazioni utili che non sono ancora state trasferite nella nuova documentazione." #: docs.phtml:131 msgid "Reviewers" msgstr "Revisori" #: docs.phtml:132 -msgid "" -"Get a copy of the documentation source as described above and start " -"commenting on it." -msgstr "" -"Una volta ottenuta una copia del codice sorgente della documentazione nel " -"modo descritto più sopra, sarà possibile iniziare a commentarla." +msgid "Get a copy of the documentation source as described above and start commenting on it." +msgstr "Una volta ottenuta una copia del codice sorgente della documentazione nel modo descritto più sopra, sarà possibile iniziare a commentarla." #: docs.phtml:133 -msgid "" -"The best way of retaining comments about docs in an easy to find way for " -"everyone would be to use bugzilla.gnome." -"org to file the bugs under documentation. This can also be done using " -"bug-buddy." -msgstr "" -"Il miglior modo per sottoporre in maniera semplice le proprie osservazioni " -"relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug " -"indicandolo come relativo alla documentazione. Questo può avvenire anche " -"utilizzando \"bug-buddy\"." +msgid "The best way of retaining comments about docs in an easy to find way for everyone would be to use bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy." +msgstr "Il miglior modo per sottoporre in maniera semplice le proprie osservazioni relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug indicandolo come relativo alla documentazione. Questo può avvenire anche utilizzando \"bug-buddy\"." -#: index.phtml:5 oldnews.phtml:4 +#: index.phtml:5 +#: oldnews.phtml:4 msgid "Free Accounting Software" msgstr "Programma di contabilità gratuito" @@ -909,36 +509,19 @@ msgstr "Sorgente" #: index.phtml:18 msgid "Via distribution" -msgstr " distribuzione" +msgstr "Da distribuzione" #: index.phtml:21 msgid "More downloads (Source, Development,...)" msgstr "Altri file da scaricare (codice sorgente, sviluppo, ecc...)" #: index.phtml:25 -msgid "" -"GnuCash is personal and small-business financial-accounting software, freely " -"licensed under the GNU GPL and available " -"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." -msgstr "" -"GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in " -"ambito famigliare o in una piccola impresa, rilasciato gratuitamente con " -"licenza GNU GPL e disponibile per GNU/" -"Linux, BSD, Solaris, Mac OS X e Microsoft Windows." +msgid "GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in ambito famigliare o in una piccola impresa, rilasciato gratuitamente con licenza GNU GPL e disponibile per GNU/Linux, BSD, Solaris, Mac OS X e Microsoft Windows." #: index.phtml:27 -msgid "" -"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 to ensure balanced books and accurate reports. " -msgstr "" -"Progettato per essere di semplice utilizzo, ma comunque potente e " -"flessibile, GnuCash permette di tenere traccia dei conti bancari, delle " -"azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il " -"registro del libretto degli assegni, si basa sui principi fondamentali della " -"contabilità per garantire il bilancio dei conti e l'accuratezza dei " -"resoconti." +msgid "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 to ensure balanced books and accurate reports. " +msgstr "Progettato per essere di semplice utilizzo, ma comunque potente e flessibile, GnuCash permette di tenere traccia dei conti bancari, delle azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il registro del libretto degli assegni, si basa sui principi fondamentali della contabilità per garantire il bilancio dei conti e l'accuratezza dei resoconti." #: index.phtml:30 msgid "Feature Highlights" @@ -946,15 +529,15 @@ msgstr "Caratteristiche principali" #: index.phtml:33 msgid "QIF/OFX/HBCI Import, Transaction Matching" -msgstr "" -"Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le " -"transazioni" +msgstr "Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le transazioni" -#: index.phtml:34 features.phtml:35 +#: index.phtml:34 +#: features.phtml:35 msgid "Reports, Graphs" msgstr "Resoconti e grafici" -#: index.phtml:35 features.phtml:104 +#: index.phtml:35 +#: features.phtml:104 msgid "Scheduled Transactions" msgstr "Transazioni pianificate" @@ -976,8 +559,7 @@ msgstr "Contabilità di piccole imprese" #: index.phtml:43 msgid "Customers, Vendors, Jobs,
              Invoices, A/P, A/R" -msgstr "" -"Clienti, venditori, lavori,
              fatture, conti per debiti e crediti correnti" +msgstr "Clienti, venditori, lavori,
              fatture, conti per debiti e crediti correnti" #: index.phtml:49 msgid "News" @@ -992,291 +574,160 @@ msgid "Checkbook-Style Register" msgstr "Registro in stile libretto degli assegni" #: features.phtml:25 -msgid "" -"The checkbook-style register provides a custom, convenient and familiar " -"interface to entering financial transactions. The register supports common " -"checking and credit-card transactions, as well as income, stock and currency " -"transactions." -msgstr "" -"Il registro in stile libretto degli assegni fornisce un'interfaccia " -"personalizzata, conveniente e familiare per l'inserimento delle transazioni " -"finanziarie. Il registro supporta le comuni transazioni relative agli " -"assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e " -"trasferimenti in valuta." +msgid "The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions. The register supports common checking and credit-card transactions, as well as income, stock and currency transactions." +msgstr "Il registro in stile libretto degli assegni fornisce un'interfaccia personalizzata, conveniente e familiare per l'inserimento delle transazioni finanziarie. Il registro supporta le comuni transazioni relative agli assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e trasferimenti in valuta." #: features.phtml:29 msgid "Double Entry" msgstr "Partita doppia" #: features.phtml:31 -msgid "" -"Every transaction must debit one account and credit others by an equal " -"amount. This ensures that the \"books balance\": that the difference between " -"income and outflow exactly equals the sum of all assets and equity." -msgstr "" -"Ogni transazione deve addebitare un conto e accreditarne un altro di uno " -"stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro " -"in entrata e denaro in uscita) sia pari alla somma di attività e capitali." +msgid "Every transaction must debit one account and credit others by an equal amount. This ensures that the \"books balance\": that the difference between income and outflow exactly equals the sum of all assets and equity." +msgstr "Ogni transazione deve addebitare un conto e accreditarne un altro di uno stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro in entrata e denaro in uscita) sia pari alla somma di attività e capitali." #: features.phtml:38 -msgid "" -"GnuCash has an integrated reporting and graphing module, and comes complete " -"with a full suite of standard and customizeable reports, such as Balance " -"Sheet, Profit & Loss, Portfolio Valuation, and many others." -msgstr "" -"GnuCash possiede un modulo integrato per la realizzazione di grafici e " -"resoconti, ed è fornito di una serie completa di resoconti predefiniti e " -"personalizzabili quali fogli di bilancio, profitti e perdite, valutazione " -"del portafoglio e molti altri." +msgid "GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit & Loss, Portfolio Valuation, and many others." +msgstr "GnuCash possiede un modulo integrato per la realizzazione di grafici e resoconti, ed è fornito di una serie completa di resoconti predefiniti e personalizzabili quali fogli di bilancio, profitti e perdite, valutazione del portafoglio e molti altri." #: features.phtml:42 msgid "Income/Expense Account Types" msgstr "Conti di entrate e uscite" #: features.phtml:43 -msgid "" -"Income/Expense Account Types (Categories) allow you to categorize your cash " -"flow. When used properly with the double-entry feature and equity accounts, " -"these enable you to generate reports, such as Profit & Loss, that plain-" -"vanilla systems cannot handle." -msgstr "" -"I conti (categorie) di tipo entrate/uscite permettono di categorizzare i " -"flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e " -"i conti del capitale, essi permettono la generazione di resoconti, per " -"esempio, relativi a profitti e perdite che altri sistemi non sono in grado " -"di elaborare." +msgid "Income/Expense Account Types (Categories) allow you to categorize your cash flow. When used properly with the double-entry feature and equity accounts, these enable you to generate reports, such as Profit & Loss, that plain-vanilla systems cannot handle." +msgstr "I conti (categorie) di tipo entrate/uscite permettono di categorizzare i flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e i conti del capitale, essi permettono la generazione di resoconti, per esempio, relativi a profitti e perdite che altri sistemi non sono in grado di elaborare." #: features.phtml:47 msgid "Multiple Currencies" msgstr "Valute multiple" #: features.phtml:48 -msgid "" -"Different accounts can be denominated in different currencies. Currency " -"movements between accounts are fully balanced when double-entry is enabled." -msgstr "" -"I diversi conti possono avere valute differenti. I trasferimenti in valuta " -"sono completamente bilanciati quando è abilitata la partita doppia." +msgid "Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled." +msgstr "I diversi conti possono avere valute differenti. I trasferimenti in valuta sono completamente bilanciati quando è abilitata la partita doppia." #: features.phtml:52 msgid "Stock/Mutual Fund Portfolios" msgstr "Portafogli di azioni e fondi comuni" #: features.phtml:53 -msgid "" -"Track stocks individually (one per account) or in portfolio of accounts (a " -"group of accounts that can be displayed together)." -msgstr "" -"Le azioni possono essere tracciate individualmente (una per conto) o in un " -"portafoglio di conti (un gruppo di conti che possono essere visualizzati " -"insieme)." +msgid "Track stocks individually (one per account) or in portfolio of accounts (a group of accounts that can be displayed together)." +msgstr "Le azioni possono essere tracciate individualmente (una per conto) o in un portafoglio di conti (un gruppo di conti che possono essere visualizzati insieme)." #: features.phtml:56 msgid "Small Business Accounting Features" msgstr "Funzioni per la contabilità di piccole imprese" #: features.phtml:58 -msgid "" -"Simplify managing a small business with Customer and Vendor tracking, " -"Invoicing and Bill Payment, and Tax and Billing Terms." -msgstr "" -"La gestione di una piccola impresa è semplificata grazie alle funzioni di " -"registrazione di clienti e venditori, di fatturazione e pagamento, dei " -"termini di pagamento e delle imposte." +msgid "Simplify managing a small business with Customer and Vendor tracking, Invoicing and Bill Payment, and Tax and Billing Terms." +msgstr "La gestione di una piccola impresa è semplificata grazie alle funzioni di registrazione di clienti e venditori, di fatturazione e pagamento, dei termini di pagamento e delle imposte." #: features.phtml:61 msgid "QIF Import" msgstr "Importazione QIF" #: features.phtml:62 -msgid "" -"Intuit® Quicken® QIF files can be imported, " -"and are automatically merged to eliminate duplicate transactions." -msgstr "" -"I file QIF di Intuit® Quicken® possono essere " -"importati e sono automaticamente uniti per eliminare le transazioni " -"duplicate." +msgid "Intuit® Quicken® QIF files can be imported, and are automatically merged to eliminate duplicate transactions." +msgstr "I file QIF di Intuit® Quicken® possono essere importati e sono automaticamente uniti per eliminare le transazioni duplicate." #: features.phtml:65 msgid "OFX Import" msgstr "Importazione OFX" #: features.phtml:66 -msgid "" -"GnuCash is the first free software application to support the Open Financial " -"Exchange protocol that many banks and financial services are starting to use." -msgstr "" -"GnuCash è il primo programma gratuito a fornire il supporto per il " -"protocollo Open Financial Exchange che la maggior parte delle banche e dei " -"servizi finanziari stanno adottando." +msgid "GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are starting to use." +msgstr "GnuCash è il primo programma gratuito a fornire il supporto per il protocollo Open Financial Exchange che la maggior parte delle banche e dei servizi finanziari stanno adottando." #: features.phtml:69 msgid "HBCI Support" msgstr "Supporto al sistema HBCI" #: features.phtml:70 -msgid "" -"GnuCash is the first free software application to support the German Home " -"Banking Computer Information protocol, allowing German users to perform " -"statement download and initiate bank transfers and direct debits." -msgstr "" -"GnuCash è il primo programma gratuito a fornire il supporto al protocollo " -"Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti " -"Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di " -"inizializzare i trasferimenti bancari e gli addebiti diretti." +msgid "GnuCash is the first free software application to support the German Home Banking Computer Information protocol, allowing German users to perform statement download and initiate bank transfers and direct debits." +msgstr "GnuCash è il primo programma gratuito a fornire il supporto al protocollo Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di inizializzare i trasferimenti bancari e gli addebiti diretti." #: features.phtml:73 msgid "Improved Import Transaction Matching" -msgstr "" -"Individuazione migliorata delle corrispondenze tra le transazioni in fase di " -"importazione" +msgstr "Individuazione migliorata delle corrispondenze tra le transazioni in fase di importazione" #: features.phtml:74 -msgid "" -"The development of OFX and HBCI support has also resulted in an improved " -"transaction matching system that more accurately recognizes duplicate " -"transactions during file import." -msgstr "" -"Lo sviluppo del supporto per OFX e HBCI ha anche comportato un miglioramento " -"del sistema di individuazione delle corrispondenze tra transazioni in grado " -"ora di riconoscere più facilmente le transazioni duplicate durante il " -"processo di importazione." +msgid "The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately recognizes duplicate transactions during file import." +msgstr "Lo sviluppo del supporto per OFX e HBCI ha anche comportato un miglioramento del sistema di individuazione delle corrispondenze tra transazioni in grado ora di riconoscere più facilmente le transazioni duplicate durante il processo di importazione." #: features.phtml:77 msgid "Statement Reconciliation" msgstr "Riconciliazione con l'estratto conto" #: features.phtml:78 -msgid "" -"A reconcile window with running reconciled and cleared balances makes " -"balancing against bank statements easy." -msgstr "" -"Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e " -"liquidati, rende molto semplice il bilancio dei conti con i propri estratti " -"conti." +msgid "A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy." +msgstr "Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e liquidati, rende molto semplice il bilancio dei conti con i propri estratti conti." #: features.phtml:81 msgid "Localization" msgstr "Localizzazione" #: features.phtml:82 -msgid "" -"Handles internationalized dates and currencies. The Gnucash menus and " -"popups have been translated to 21 languages, including Chinese, Danish, " -"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " -"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " -"Documentation is available in English, French, Portuguese and Spanish." -msgstr "" -"GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è " -"stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, " -"Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, " -"Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in " -"Inglese, Francese, Portoghese, Spagnolo e Italiano." +msgid "Handles internationalized dates and currencies. The Gnucash menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish." +msgstr "GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in Inglese, Francese, Portoghese, Spagnolo e Italiano." #: features.phtml:85 msgid "Transaction Finder" msgstr "Strumento per la ricerca delle transazioni" #: features.phtml:88 -msgid "" -"A powerful transaction query dialogue can help you quickly locate a needle " -"in a haystack." -msgstr "" -"Una potente procedura per la ricerca di transazioni può aiutare a " -"individuare rapidamente un ago in un pagliaio." +msgid "A powerful transaction query dialogue can help you quickly locate a needle in a haystack." +msgstr "Una potente procedura per la ricerca di transazioni può aiutare a individuare rapidamente un ago in un pagliaio." #: features.phtml:91 msgid "General Ledger" msgstr "Libro mastro generale" #: features.phtml:92 -msgid "" -"Multiple accounts can be displayed in one register window at the same time. " -"This can ease the trouble of tracking down typing/entry errors. It also " -"provides a convenient way of viewing a portfolio of many stocks, by showing " -"all transactions in that portfolio." -msgstr "" -"In una finestra del registro è possibile visualizzare più conti allo stesso " -"tempo. Questo facilita la ricerca degli errori di battitura o inserimento; " -"fornisce anche un metodo conveniente di visualizzare un partafoglio di più " -"azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." +msgid "Multiple accounts can be displayed in one register window at the same time. This can ease the trouble of tracking down typing/entry errors. It also provides a convenient way of viewing a portfolio of many stocks, by showing all transactions in that portfolio." +msgstr "In una finestra del registro è possibile visualizzare più conti allo stesso tempo. Questo facilita la ricerca degli errori di battitura o inserimento; fornisce anche un metodo conveniente di visualizzare un partafoglio di più azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." #: features.phtml:95 msgid "Online Stock & Mutual Fund Quotes" msgstr "Quotazioni di azioni e fondi comuni online" #: features.phtml:96 -msgid "" -"Get Stock & Mutual Fund quotes from various web sites, update portfolio " -"automatically. Additional pricing sources are added regularly." -msgstr "" -"Le quotazioni di azioni e fondi comuni possono essere reperite da diversi " -"siti internet, permettendo l'aggiornamento automatico del portafoglio. Per " -"di più, le fonti dei prezzi sono aggiunte regolarmente." +msgid "Get Stock & Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly." +msgstr "Le quotazioni di azioni e fondi comuni possono essere reperite da diversi siti internet, permettendo l'aggiornamento automatico del portafoglio. Per di più, le fonti dei prezzi sono aggiunte regolarmente." #: features.phtml:99 msgid "Check Printing" msgstr "Stampa degli assegni" #: features.phtml:100 -msgid "" -"Checks may be printed in standard formats on common check stocks. A " -"customization GUI allows custom check layouts to be developed." -msgstr "" -"Gli assegni possono essere stampati con un formato predefinito per i comuni " -"gruppi di assegni. Un'interfaccia di personalizzazione permette di definire " -"dei formati personalizzati." +msgid "Checks may be printed in standard formats on common check stocks. A customization GUI allows custom check layouts to be developed." +msgstr "Gli assegni possono essere stampati con un formato predefinito per i comuni gruppi di assegni. Un'interfaccia di personalizzazione permette di definire dei formati personalizzati." #: features.phtml:105 -msgid "" -"You can now create recurring transactions, including automatic reminders " -"when a transaction is due, the ability to postpone a scheduled transaction " -"without canceling it, and the ability to specify only a limited number of " -"transactions." -msgstr "" -"È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria " -"automatici relativi alla scadenza di una transazione, posticipare una " -"transazione pianificata senza eliminarla e specificare solo un certo numero " -"di transazioni." +msgid "You can now create recurring transactions, including automatic reminders when a transaction is due, the ability to postpone a scheduled transaction without canceling it, and the ability to specify only a limited number of transactions." +msgstr "È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria automatici relativi alla scadenza di una transazione, posticipare una transazione pianificata senza eliminarla e specificare solo un certo numero di transazioni." #: features.phtml:108 msgid "Mortgage & Loan Repayment Druid" msgstr "Procedura per il rimborso di mutui e ipoteche" #: features.phtml:109 -msgid "" -"A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "" -"Un percorso guidato a finestre per la configurazione dei pagamenti di " -"prestiti come transazioni pianificate." +msgid "A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "Un percorso guidato a finestre per la configurazione dei pagamenti di prestiti come transazioni pianificate." #: features.phtml:114 msgid "New User Manual and Help" msgstr "Nuovo manuale utente e aiuto" #: features.phtml:115 -msgid "" -"A new help subsystem that focuses on how to do tasks is now available, in " -"addition to a Tutorial and Concepts guide that gives the user background " -"information on accounting principles and how they are reflected in GnuCash." -msgstr "" -"È ora disponibile un sotto sistema di aiuto che si concentra su come " -"eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e " -"manuale di GnuCash\" che fornisce all'utente le informazioni di base " -"relative ai principi di contabilità e su come questi vengano applicati da " -"GnuCash." +msgid "A new help subsystem that focuses on how to do tasks is now available, in addition to a Tutorial and Concepts guide that gives the user background information on accounting principles and how they are reflected in GnuCash." +msgstr "È ora disponibile un sotto sistema di aiuto che si concentra su come eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e manuale di GnuCash\" che fornisce all'utente le informazioni di base relative ai principi di contabilità e su come questi vengano applicati da GnuCash." #: oldnews.phtml:10 msgid "Older Announcements" msgstr "Vecchi annunci" #: oldnews.phtml:13 -msgid "" -"This is an archive of announcements that once appeared on the GnuCash home " -"page." -msgstr "" -"Questo è un archivio di annunci comparsi in passato nella pagina principale " -"di GnuCash." +msgid "This is an archive of announcements that once appeared on the GnuCash home page." +msgstr "Questo è un archivio di annunci comparsi in passato nella pagina principale di GnuCash." #: externals/menu.phtml:5 msgid "Information" @@ -1298,7 +749,8 @@ msgstr "Immagini, caratteristiche" msgid "How to help" msgstr "Come contribuire" -#: externals/menu.phtml:17 externals/menu.phtml:19 +#: externals/menu.phtml:17 +#: externals/menu.phtml:19 msgid "Documentation" msgstr "Documentazione" @@ -1362,23 +814,22 @@ msgstr "Lingua" msgid "Continent" msgstr "Continente" -#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 +#: externals/footer.phtml:4 +#: search/templates/NMZ.foot.php_tmpl:13 msgid "Server & email outage reports to: " msgstr "Segnalare i problemi relativi a server ed email a:" -#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 -msgid "" -"Translation problems? Contact: gnucash-devel@gnucash.org" -msgstr "" -"Problemi di traduzione? Contattare gnucash-devel@gnucash.org" +#: externals/footer.phtml:5 +#: search/templates/NMZ.foot.php_tmpl:15 +msgid "Translation problems? Contact: gnucash-devel@gnucash.org" +msgstr "Problemi di traduzione? Contattare gnucash-devel@gnucash.org" #: search/templates/NMZ.foot.php_tmpl:9 msgid "This search system is powered by:" msgstr "Il sistema di ricerca è fornito da:" -#: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28 +#: search/templates/NMZ.body.php_tmpl:4 +#: search/templates/NMZ.head.php_tmpl:28 msgid "Query" msgstr "Richiesta" @@ -1410,14 +861,11 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:29 msgid "" -"You can omit the and operator. Terms which " -"are\n" +"You can omit the and operator. Terms which are\n" "separated by one or more spaces are assumed to be an AND query." msgstr "" -"Si può omettere l'operatore and. I termini " -"separati\n" -"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E " -"logico)." +"Si può omettere l'operatore and. I termini separati\n" +"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E logico)." #: search/templates/NMZ.body.php_tmpl:33 msgid "OR query" @@ -1472,8 +920,7 @@ msgstr "Ricerca per frasi" msgid "" "You can search for a phrase that consists of two or more terms\n" "by surrounding them with double quotation marks or braces such as\n" -"\"...\" and {...}.\n" +"\"...\" and {...}.\n" "In Namazu, the precision of phrase searching is not 100%,\n" "so wrong results may occasionally occur. Example:" msgstr "" @@ -1661,7 +1108,7 @@ msgstr "" #: search/templates/NMZ.head.php_tmpl:4 msgid "Mailing List Search" -msgstr "Cerca nella mailing list" +msgstr "Cerca nelle liste di discussione" #: search/templates/NMZ.head.php_tmpl:30 msgid "Search!" @@ -1745,9 +1192,7 @@ msgstr "Suggerimenti per la ricerca" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "" -"Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti " -"seguenti." +msgstr "Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti seguenti." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" From 67312848e5bb23810d11cfed370bc7204f82bf9a Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Thu, 23 Dec 2010 20:26:08 +0000 Subject: [PATCH 283/344] Fix some errors. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@19978 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/101221-2.4.0.news | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/news/it/101221-2.4.0.news b/news/it/101221-2.4.0.news index c24920c0..312bf426 100644 --- a/news/it/101221-2.4.0.news +++ b/news/it/101221-2.4.0.news @@ -1,16 +1,15 @@ -Annuncio: rilascio di GnuCash GnuCash 2.4.0 +Annuncio: rilascio di GnuCash 2.4.0 2010-12-21

              Rilasciato GnuCash 2.4.0

              -

              TIl team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.0, l'ultimo rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

              +

              Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.0, l'ultimo rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

              +

              ATTENZIONE: si consiglia di rimuovere qualsiasi versione precedente di GnuCash dal proprio sistema prima di installare la versione 2.4.0.

              Tralasciando questo passo potrebbero verificarsi degli errori all'avvio. In particolare in ambiente Windows ciò potrebbe causare degli errori del tipo "Parse error: entry point not found".

              - -

              Le principali novità della versione 2.4.0 comprendono:

              Getting GnuCash for Windows (Win32 binary)

              -

              The Gnucash 2.4.0 Win32 setup executable can be downloaded from Sourceforge well. It will install everything needed to run GnuCash. +

              The Gnucash 2.4.0 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash.

              Mac OSX binary

              The Gnucash 2.4.0 MacOSX package can be downloaded from Sourceforge as well. From af7f8b8250834af2cbef5dec13adc26a1e40ed39 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 10 Jan 2011 14:17:24 +0000 Subject: [PATCH 288/344] Add link to linux build instructions for several distos git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20049 57a11ea4-9604-0410-9ed3-97b8803252fd --- download.phtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/download.phtml b/download.phtml index 806ab8ff..78c81b67 100644 --- a/download.phtml +++ b/download.phtml @@ -31,6 +31,7 @@ include("externals/menu.phtml");

            • Redhat/Centos:
            • Ubuntu:
            • +

              guidelines for several distributions.")?>

                @@ -38,6 +39,7 @@ include("externals/menu.phtml");
              +

              guidelines for several distributions.")?>

              From ddb71a17b1901c78b2b432f1b3421ce7fdff01ff Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 10 Jan 2011 14:20:53 +0000 Subject: [PATCH 289/344] Slightly improve wording for the last commit git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20050 57a11ea4-9604-0410-9ed3-97b8803252fd --- download.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download.phtml b/download.phtml index 78c81b67..ba27a81a 100644 --- a/download.phtml +++ b/download.phtml @@ -31,7 +31,7 @@ include("externals/menu.phtml");
            • Redhat/Centos:
            • Ubuntu:
            • -

              guidelines for several distributions.")?>

              +

              guidelines for several distributions.")?>

                @@ -39,7 +39,7 @@ include("externals/menu.phtml");
              -

              guidelines for several distributions.")?>

              +

              guidelines for several distributions.")?>

              From 578026d3c000d7d4ce543bbd97e54c6cbec17e51 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Fri, 28 Jan 2011 13:11:20 +0000 Subject: [PATCH 290/344] GnuCash v2.2 is not anymore the current stable release git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20184 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 2 +- po/it.po | 1605 +++++++++++++++++++++++++++++++++++----------------- 2 files changed, 1101 insertions(+), 506 deletions(-) diff --git a/docs.phtml b/docs.phtml index 50f18b18..c8e371c1 100644 --- a/docs.phtml +++ b/docs.phtml @@ -58,7 +58,7 @@ include("externals/menu.phtml"); -

              +

              diff --git a/po/it.po b/po/it.po index e72ed07c..508ec1c2 100644 --- a/po/it.po +++ b/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GnuCash ht-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-11-23 12:13+0100\n" +"POT-Creation-Date: 2011-01-13 13:01+0100\n" "PO-Revision-Date: 2010-12-23 16:18+0100\n" "Last-Translator: Cristian Marchi \n" "Language-Team: \n" @@ -29,248 +29,543 @@ msgid "Stable release (%s)" msgstr "Rilascio stabile (%s)" #: download.phtml:15 -msgid "A stable release is a version of GnuCash that is well tested and considered appropriate for every day use." -msgstr "Un rilascio stabile è una versione di GnuCash che è stata testata a fondo e ritenuta appropriata per l'utilizzo di tutti i giorni." +msgid "" +"A stable release is a version of GnuCash that is well tested and considered " +"appropriate for every day use." +msgstr "" +"Un rilascio stabile è una versione di GnuCash che è stata testata a fondo e " +"ritenuta appropriata per l'utilizzo di tutti i giorni." #: download.phtml:16 #, php-format -msgid "The latest stable release of GnuCash is %s. Choose the download for your operating system below." -msgstr "L'ultimo rilascio stabile di GnuCash è la versione %s. Scegliere qui sotto il file da scaricare adatto al proprio sistema operativo." +msgid "" +"The latest stable release of GnuCash is %s. Choose the download for your " +"operating system below." +msgstr "" +"L'ultimo rilascio stabile di GnuCash è la versione %s. Scegliere qui sotto " +"il file da scaricare adatto al proprio sistema operativo." #: download.phtml:18 msgid "Installers" msgstr "Programmi di installazione" -#: download.phtml:20 -#: download.phtml:21 -#: download.phtml:47 -#: download.phtml:48 +#: download.phtml:20 download.phtml:21 download.phtml:49 download.phtml:50 #, php-format msgid "GnuCash %s for" msgstr "GnuCash %s per" #: download.phtml:25 -msgid "Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution." -msgstr "La maggior parte delle distribuzioni Linux forniscono una versione di GnuCash, anche se questa potrebbe non essere quella più recente e installata fin da subito. Si raccomanda comunque l'utilizzo della versione di GnuCash fornita dalla propria distribuzione." +msgid "" +"Most linux distributions come bundled with a version of GnuCash, though it's " +"not always the most recent version and it may not have been installed by " +"default. Still it is recommended to use the GnuCash version that comes with " +"your distribution." +msgstr "" +"La maggior parte delle distribuzioni Linux forniscono una versione di " +"GnuCash, anche se questa potrebbe non essere quella più recente e installata " +"fin da subito. Si raccomanda comunque l'utilizzo della versione di GnuCash " +"fornita dalla propria distribuzione." #: download.phtml:26 -msgid "Below are ways to install GnuCash on some of the more popular distributions:" -msgstr "Di seguito sono elencati alcuni metodi per installare GnuCash in alcune delle più popolari distribuzioni:" +msgid "" +"Below are ways to install GnuCash on some of the more popular distributions:" +msgstr "" +"Di seguito sono elencati alcuni metodi per installare GnuCash in alcune " +"delle più popolari distribuzioni:" #: download.phtml:29 -msgid "Fedora users can install GnuCash through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE)." -msgstr "Gli utenti di Fedora possono installare GnuCash attraverso il menu Sistema->Amministrazione->Aggiungi/Rimuovi programmi (Gnome) o Applicazioni->Sistema->Gestione programmi (KDE)." +msgid "" +"Fedora users can install GnuCash through System->Administration->Add/Remove " +"Software (Gnome) or Applications->System->Software Management (KDE)." +msgstr "" +"Gli utenti di Fedora possono installare GnuCash attraverso il menu Sistema-" +">Amministrazione->Aggiungi/Rimuovi programmi (Gnome) o Applicazioni->Sistema-" +">Gestione programmi (KDE)." #: download.phtml:30 -msgid "Mandriva users can install GnuCash through the Software Management in the Mandriva Linux Control Center." -msgstr "Gli utenti di Mandriva possono installare GnuCash attraverso il gestore di programmi nel Centro di Controllo di Mandriva Linux." +msgid "" +"Mandriva users can install GnuCash through the Software Management in the " +"Mandriva Linux Control Center." +msgstr "" +"Gli utenti di Mandriva possono installare GnuCash attraverso il gestore di " +"programmi nel Centro di Controllo di Mandriva Linux." #: download.phtml:31 -msgid "Redhat and CentOS don't have GnuCash in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see " -msgstr "Redhat e CentOS non forniscono GnuCash attraverso i loro repository di default. GnuCash può comunque essere installato dal repository di terze parti Epel. Per maggiori dettagli sulla configurazione di questo repository di programmi, consultare la" +msgid "" +"Redhat and CentOS don't have GnuCash in their repositories by default. It " +"can be installed however from the third-party Epel repository. For more " +"details on configuring this additional software repository for your setup, " +"see " +msgstr "" +"Redhat e CentOS non forniscono GnuCash attraverso i loro repository di " +"default. GnuCash può comunque essere installato dal repository di terze " +"parti Epel. Per maggiori dettagli sulla configurazione di questo repository " +"di programmi, consultare la" #: download.phtml:31 msgid "Epel's wiki page" msgstr "pagina wiki di Epel" #: download.phtml:32 -msgid "Ubuntu 9.10 users can install GnuCash through the Software Center (in the Applications menu). This will install GnuCash under the Office category in the Applications menu." -msgstr "Gli utenti di Ubuntu 9.10 possono installare GnuCash attraverso il Software Center (nel menu Applicazioni). GnuCash verrà installato nella categoria «Ufficio» del menu «Applicazioni»." +msgid "" +"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " +"Applications menu). This will install GnuCash under the Office category in " +"the Applications menu." +msgstr "" +"Gli utenti di Ubuntu 9.10 possono installare GnuCash attraverso il Software " +"Center (nel menu Applicazioni). GnuCash verrà installato nella categoria " +"«Ufficio» del menu «Applicazioni»." -#: download.phtml:35 +#: download.phtml:34 +msgid "" +"If your distro doesn't ship with GnuCash or you wish to install a different " +"version than it ships with, you could try to build GnuCash directly from the " +"source code. The GnuCash wiki has guidelines for several distributions." +msgstr "" + +#: download.phtml:36 msgid "Source code" msgstr "Codice sorgente" -#: download.phtml:37 -#: download.phtml:49 +#: download.phtml:38 download.phtml:51 #, php-format msgid "for GnuCash %s" msgstr "per GnuCash %s" -#: download.phtml:38 +#: download.phtml:39 msgid "USA Mirror" msgstr "Mirror in USA" -#: download.phtml:39 +#: download.phtml:40 msgid "European Mirror" msgstr "Mirror in Europa" #: download.phtml:42 +msgid "" +"For build instructions, please check the GnuCash wiki which has guidelines for " +"several distributions." +msgstr "" + +#: download.phtml:44 #, php-format msgid "Unstable/Development release (%s)" msgstr "Versione di sviluppo (non stabile) (%s)" -#: download.phtml:43 -msgid "Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use." -msgstr "Le versioni di sviluppo (non stabili) sono dedicate solamente ai test. Contengono nuove funzioni e miglioramenti, ma possono anche contenere dei bug. Si consiglia di non installare questi rilasci per l'utilizzo di tutti i giorni." +#: download.phtml:45 +msgid "" +"Unstable (development) releases are for testing purposes only. They contain " +"the newest features and improvements, but may also contain serious bugs " +"still. Don't install these releases for everyday use." +msgstr "" +"Le versioni di sviluppo (non stabili) sono dedicate solamente ai test. " +"Contengono nuove funzioni e miglioramenti, ma possono anche contenere dei " +"bug. Si consiglia di non installare questi rilasci per l'utilizzo di tutti i " +"giorni." -#: download.phtml:44 +#: download.phtml:46 #, php-format -msgid "The latest unstable release of GnuCash is %s. Choose the download for your operating system below." -msgstr "L'ultima versione stabile di GnuCash è la %s. Scegliere qui sotto il file da scaricare adatto al proprio sistema operativo." +msgid "" +"The latest unstable release of GnuCash is %s. Choose the download for your " +"operating system below." +msgstr "" +"L'ultima versione stabile di GnuCash è la %s. Scegliere qui sotto il file da " +"scaricare adatto al proprio sistema operativo." -#: download.phtml:52 +#: download.phtml:54 msgid "Other" msgstr "Altro" -#: download.phtml:55 +#: download.phtml:57 #, php-format msgid "View all GnuCash %s downloads (stable)" msgstr "Visualizza tutti i file scaricabili di GnuCash %s (stabile)" -#: download.phtml:56 +#: download.phtml:58 #, php-format msgid "View all GnuCash %s downloads (unstable)" msgstr "Visualizza tutti i file scaricabili di GnuCash %s (non stabile)" -#: download.phtml:57 +#: download.phtml:59 msgid "View all GnuCash downloads" msgstr "Visualizza tutti i file scaricabili di GnuCash" -#: sizing.phtml:3 -#: externals/menu.phtml:51 -msgid "Sizing" -msgstr "Dimensioni" +#: index.phtml:5 oldnews.phtml:4 +msgid "Free Accounting Software" +msgstr "Programma di contabilità gratuito" -#: sizing.phtml:14 -msgid "It can often be quite interesting to study the source code metrics behind a software development project. Not a surprising interest: its accounting afterall. GnuCash has grown, over the years, from a small handy electronic checkbook to a rather large and multi-featured desktop app." -msgstr "Può rivelarsi interessante studiare le statistiche del codice sorgente relativamente a un progetto di sviluppo di un programma. Niente di originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso degli anni da un piccolo e pratico registro degli assegni elettronico, fino a divenire un'applicazione desktop relativamente estesa e con molte caratteristiche." +#: index.phtml:12 +msgid "Welcome to GnuCash.org" +msgstr "Benvenuti su GnuCash.org" -#: sizing.phtml:17 -msgid "GnuCash currently consists of over a third of a million lines of code spread over more than a thousand files. It has been translated into twenty-three languages and credits over 139 authors and contributors." -msgstr "GnuCash attualmente consiste di oltre un terzo di milione di linee di codice distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e allo sviluppo hanno contribuito oltre 139 persone fra autori e collaboratori." +#: index.phtml:15 +#, php-format +msgid "Download GnuCash %s" +msgstr "Scarica GnuCash %s" -#: sizing.phtml:23 -msgid "If you've had trouble swimming through that mass of source code, think of it this way: printed out on paper, and bound into volumes, it would amount to several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-width's worth of source code." -msgstr "Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può immaginare in questo modo: stampato su carta, e rilegato in volumi, ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, circa la larghezza di una libreria di codice sorgente!" +#: index.phtml:18 +msgid "Source" +msgstr "Sorgente" -#: sizing.phtml:26 -msgid "Mind you, this is source code (and docs) crafted and debugged by actual humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) can generate gaziilions of lines of code automatically; I'm not counting those. Every last line counted here was typed in, edited, indented, tweaked, multiple times, by human hands." -msgstr "Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e corretto da umani; NON si tratta di codice generato automaticamente. Alcuni strumenti (quali glade o g-wrap) sono in grado di generare un'enorme quantità di di linee di codice automaticamente; queste non sono state conteggiate. Ogni singola linea conteggiata in questa sede, è stata più volte scritta, modificata, ordinata, regolata dal lavoro umano." +#: index.phtml:18 +msgid "Via distribution" +msgstr "Da distribuzione" -#: sizing.phtml:29 -msgid "Given that we have about 400 outstanding bugs in bugzilla, that works out to about one bug per thousand lines of code, or one bug per 50 pages of printout. This bug count is actually not atypical for software projects; its near the norm." -msgstr "Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che che mediamente è presente un bug per ogni centinaio di linee di codice, o anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che atipico per i progetti di sviluppo di programmi: si può affermare che è nella norma." +#: index.phtml:21 +msgid "More downloads (Source, Development,...)" +msgstr "Altri file da scaricare (codice sorgente, sviluppo, ecc...)" -#: sizing.phtml:32 -msgid "The table below shows some historical lines-of-code and number-of-files metrics for the GnuCash development project. Note that not all of the code is counted: for instance, the Makefiles and configure.in and autogen.sh are not counted. Also, files that are automatically generated are not counted, nor are files that have been 'borrowed' from other projects. Also not counted are experimental files, miscellaneous perl scripts, various converters, addons and utilities. Finally, glade files are not counted, although large parts of the overall GUI are described in glade files." -msgstr "La tabella seguente mostra i dati storici relativi al numero di linee di codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono contabilizzate tutte le linee di codice: per esempio, i file Makefiles, configure.in e autogen.sh non sono contati. Anche i file generati automaticamente non sono stati considerati, come anche i file \"presi in prestito\" da altri progetti. Non sono contati neanche i file sperimentali, i vari script di perl, gli addon e le utility. Infine, non sono contabilizzati nemmeno i file glade anche se buona parte dell'interfaccia grafica è descritta nei file di questo tipo." +#: index.phtml:25 +msgid "" +"GnuCash is personal and small-business financial-accounting software, freely " +"licensed under the GNU GPL and available " +"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "" +"GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in " +"ambito famigliare o in una piccola impresa, rilasciato gratuitamente con " +"licenza GNU GPL e disponibile per GNU/" +"Linux, BSD, Solaris, Mac OS X e Microsoft Windows." -#: sizing.phtml:35 -msgid "Note also that KLOC's are not a good metric of programmer productivity, nor even that wc is a good way of counting KLOC's. Much better measures are complexity metrics, which, for example, count the number and size of if-then-else blocks, or the number and size of all blocks, or the number of math operators per statement. Maybe someday we'll run one of those tools on this code. For now, this is what we have. On the other hand, we've attempted to count only those files that contain human-edited code, that is, files that are directly edited by humans. The point of doing this is to avoid artificially inflating the KLOC counts by counting automatically generated code (which is why the glade files are not counted: they are large and automatically generated)." -msgstr "Si noti anche che le KLOC non rappresentano una misura attendibile della produttività di un programmatore, e anche che wc non è il modo più adatto per conteggiare le KLOC. Misurazioni migliori derivano da conteggi complessi che, per esempio, esaminano il numero e la dimensione di tutti i blocchi, o il numero di operatori matematici per espressione. Forse un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; per ora questo è quello che si ha a disposizione. D'altra parte, si è cercato di conteggiare solamente quei file che contengono codice elaborato esclusivamente da umani. Questo è stato fatto per evitare di aumentare il valore delle KLOC includendo anche il codice generato automaticamente (per questo motivo i file di glade non sono computati: sono molto grandi e generati in automatico)." +#: index.phtml:27 +msgid "" +"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 to ensure balanced books and accurate reports. " +msgstr "" +"Progettato per essere di semplice utilizzo, ma comunque potente e " +"flessibile, GnuCash permette di tenere traccia dei conti bancari, delle " +"azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il " +"registro del libretto degli assegni, si basa sui principi fondamentali della " +"contabilità per garantire il bilancio dei conti e l'accuratezza dei " +"resoconti." -#: sizing.phtml:39 -msgid "Table 1. Historical Development Stats" -msgstr "Tabella 1. Statistiche storiche di sviluppo" +#: index.phtml:30 +msgid "Feature Highlights" +msgstr "Caratteristiche principali" -#: sizing.phtml:43 -msgid "Version" -msgstr "Versione" +#: index.phtml:33 +msgid "QIF/OFX/HBCI Import, Transaction Matching" +msgstr "" +"Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le " +"transazioni" -#: sizing.phtml:50 -#: sizing.phtml:355 -msgid "misc app" -msgstr "applicazioni varie" +#: index.phtml:34 features.phtml:35 +msgid "Reports, Graphs" +msgstr "Resoconti e grafici" -#: sizing.phtml:57 -#: sizing.phtml:390 -msgid "internal txt" -msgstr "txt interni" +#: index.phtml:35 features.phtml:104 +msgid "Scheduled Transactions" +msgstr "Transazioni pianificate" -#: sizing.phtml:58 -msgid "Total" -msgstr "Totale" +#: index.phtml:36 +msgid "Financial Calculations " +msgstr "Calcolatrice finanziaria" -#: sizing.phtml:59 -#: sizing.phtml:395 -msgid "Languages" -msgstr "Lingue" +#: index.phtml:40 +msgid "Double-Entry Accounting" +msgstr "Contibilità a partita doppia" -#: sizing.phtml:60 -#: sizing.phtml:400 -msgid "Author Credits" -msgstr "Ringraziamenti" +#: index.phtml:41 +msgid "Stock/Bond/Mutual Fund Accounts" +msgstr "Conti per azioni, obbligazioni e fondi comuni" -#: sizing.phtml:319 -msgid "Each cell displays the following:" -msgstr "Ogni cella visualizza:" +#: index.phtml:42 +msgid "Small-Business Accounting" +msgstr "Contabilità di piccole imprese" -#: sizing.phtml:321 -msgid "number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). If there are no *.scm files in the directory, then only (KLOCS in *.c + KLOCS in *.h) are displayed. If there is only one number in the parenthesis, it is the approriate KLOC count for that statistic." -msgstr "numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). Se non sono presenti nella directory dei file di tipo *.scm, allora sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le parentesi è presente un solo numero, questo rappresenta il conteggio KLOC appropriato per quella statistica." +#: index.phtml:43 +msgid "Customers, Vendors, Jobs,
              Invoices, A/P, A/R" +msgstr "" +"Clienti, venditori, lavori,
              fatture, conti per debiti e crediti correnti" -#: sizing.phtml:324 -msgid "where KLOC == kilo-lines-of-code, as reported by wc. As noted above, wc is not a terribly good code metric, but its what we have handy." -msgstr "dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come riportato da wc. Come messo in evidenza in precedenza, wc non è un perfetto contatore di codice, ma è ciò che si ha a disposizione." +#: index.phtml:49 +msgid "News" +msgstr "Novità" -#: sizing.phtml:327 -msgid "Table Column Legend" -msgstr "Legenda della colonna della tabella" +#: features.phtml:3 +msgid "Features" +msgstr "Funzionalità" -#: sizing.phtml:331 -msgid "Contents of the src/engine and the include directories. The engine was split out from the motif code in version 1.1. The data storage backend (file-io, sql) was split out in the course of version 1.5" -msgstr "Contenuto della directory src/engine e delle sue sotto directory. Il motore è stato separato dal codice motif nella versione 1.1. Il backend per l'archiviazione dei dati (file-io, sql) è stato separato nel corso della versione 1.5." +#: features.phtml:21 +msgid "Checkbook-Style Register" +msgstr "Registro in stile libretto degli assegni" -#: sizing.phtml:335 -msgid "Contents of the src/backend directory (version 1.7 and later) or of src/engine/file, src/engine/sql (version 1.6 and earlier)" -msgstr "Contenuto della directory src/backend (versione 1.7 e successive) o di src/engine/file, src/engine/sql (versione 1.6 e precedenti)" +#: features.phtml:25 +msgid "" +"The checkbook-style register provides a custom, convenient and familiar " +"interface to entering financial transactions. The register supports common " +"checking and credit-card transactions, as well as income, stock and currency " +"transactions." +msgstr "" +"Il registro in stile libretto degli assegni fornisce un'interfaccia " +"personalizzata, conveniente e familiare per l'inserimento delle transazioni " +"finanziarie. Il registro supporta le comuni transazioni relative agli " +"assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e " +"trasferimenti in valuta." -#: sizing.phtml:339 -msgid "Contents of the src/register directory (version 1.6 and earlier) or src/register/register-core (version 1.7 and later). The register was split out as a separate component from the motif code in version 1.1. As can be seen from the stats, the register code has been fairly stable. At version 1.7 and later, this cell shows a second count: the number of lines of code in src/register/register-gnome (previously counted as part of gnome)" -msgstr "Contenuto della directory src/register (versione 1.6 e precedenti) o src/register/register-core (versione 1.7 e successive) . Il registro è stato separato dal codice motif della versione 1.1. Come si può notare dalle statistiche, il codice del registro è piuttosto stabile. A partire dalla versione 1.7, questa cella mostra un secondo conteggio: il numero di linee di codice in src/register/register-gnome (prima conteggiate come parte di gnome)" +#: features.phtml:29 +msgid "Double Entry" +msgstr "Partita doppia" -#: sizing.phtml:343 -msgid "*.c, *.h files in the src directory only (version 1.6 and earlier) or src/register/ledger-core (version 1.7 and later)" -msgstr "file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/register/ledger-core (versione 1.7 e successive)" +#: features.phtml:31 +msgid "" +"Every transaction must debit one account and credit others by an equal " +"amount. This ensures that the \"books balance\": that the difference between " +"income and outflow exactly equals the sum of all assets and equity." +msgstr "" +"Ogni transazione deve addebitare un conto e accreditarne un altro di uno " +"stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro " +"in entrata e denaro in uscita) sia pari alla somma di attività e capitali." -#: sizing.phtml:347 -msgid "Contents of the src/motif directory (version 1.2 and earlier). The motif version of the code was discontinued after version 1.2, after most of the non-gui code was moved to either the engine, the register or the ledger." -msgstr "Contenuto della directory src/motif (versione 1.2 e precedenti). La versione in motif del codice è stata abbandonata dopo la versione 1.2, allorché la maggior parte del codice non relativo all'interfaccia grafica è stato spostato o al motore,o al registro o al libro mastro." +#: features.phtml:38 +msgid "" +"GnuCash has an integrated reporting and graphing module, and comes complete " +"with a full suite of standard and customizeable reports, such as Balance " +"Sheet, Profit & Loss, Portfolio Valuation, and many others." +msgstr "" +"GnuCash possiede un modulo integrato per la realizzazione di grafici e " +"resoconti, ed è fornito di una serie completa di resoconti predefiniti e " +"personalizzabili quali fogli di bilancio, profitti e perdite, valutazione " +"del portafoglio e molti altri." -#: sizing.phtml:351 -msgid "Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For version 1.7 and later, this consists of src/gnome, src/gnome-search and src/gnome-util" -msgstr "Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/gnome-search e src/gnome-util" +#: features.phtml:42 +msgid "Income/Expense Account Types" +msgstr "Conti di entrate e uscite" -#: sizing.phtml:356 -msgid "Contents of miscellanous application-related directories (version 1.7 and later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" -msgstr "Contenuto delle directory relative ad applicazioni varie (versione 1.7 e successive): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" +#: features.phtml:43 +msgid "" +"Income/Expense Account Types (Categories) allow you to categorize your cash " +"flow. When used properly with the double-entry feature and equity accounts, " +"these enable you to generate reports, such as Profit & Loss, that plain-" +"vanilla systems cannot handle." +msgstr "" +"I conti (categorie) di tipo entrate/uscite permettono di categorizzare i " +"flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e " +"i conti del capitale, essi permettono la generazione di resoconti, per " +"esempio, relativi a profitti e perdite che altri sistemi non sono in grado " +"di elaborare." -#: sizing.phtml:361 -msgid "Code to import and export various file formats: contents of the src/import-export directory." -msgstr "Codice per l'importazione e l'esportazione di file in vari formati: contenuto della directory src/import-export" +#: features.phtml:47 +msgid "Multiple Currencies" +msgstr "Valute multiple" -#: sizing.phtml:366 -msgid "Code to generate reports and graphs: contents of the src/reports directory." -msgstr "Codice per la generazione di resoconti e grafici: contenuto della directory src/reports" +#: features.phtml:48 +msgid "" +"Different accounts can be denominated in different currencies. Currency " +"movements between accounts are fully balanced when double-entry is enabled." +msgstr "" +"I diversi conti possono avere valute differenti. I trasferimenti in valuta " +"sono completamente bilanciati quando è abilitata la partita doppia." -#: sizing.phtml:371 -msgid "scheme and guile code in directories src/scm plus src/guile (version 1.6 and earlier). In version 1.7 and later, much of this code went into reports, import/export, and into indiovidual modules; thus only miscellaneous code remains." -msgstr "Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e precedenti). Nella versione 1.7 e successive, la maggior parte di questo codice è stato destinato ai resoconti, all'importazione ed esportazione e ai moduli individuali; di conseguenza rimane solamente del codice vario." +#: features.phtml:52 +msgid "Stock/Mutual Fund Portfolios" +msgstr "Portafogli di azioni e fondi comuni" -#: sizing.phtml:376 -msgid "Code to add small-business features: contents of the src/business directory." -msgstr "Codice per l'implementazione di funzioni dedicate alle piccole imprese: contenuto della directory src/business" +#: features.phtml:53 +msgid "" +"Track stocks individually (one per account) or in portfolio of accounts (a " +"group of accounts that can be displayed together)." +msgstr "" +"Le azioni possono essere tracciate individualmente (una per conto) o in un " +"portafoglio di conti (un gruppo di conti che possono essere visualizzati " +"insieme)." -#: sizing.phtml:381 -msgid "Code to peform automated regression tests: contents of the src/*/test directories." -msgstr "Codice per l'esecuzione di test di regressione automatici: contenuto delle directory src/*/test." +#: features.phtml:56 +msgid "Small Business Accounting Features" +msgstr "Funzioni per la contabilità di piccole imprese" -#: sizing.phtml:386 -msgid "English-language-only user documentation, including on-line help and manual (html, sgml or xml). For version 1.8.4 and later, the number below the bar counts the translated, non-english docs (currently de, es, fr, pt_PT). Both of these numbers are somewhat hard to count, because of fairly large format churns, and multiple competing versions." -msgstr "Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero sotto alla barra si riferisce alla documentazione tradotta (attualmente de, es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da calcolare a causa dei vari formati e versioni." +#: features.phtml:58 +msgid "" +"Simplify managing a small business with Customer and Vendor tracking, " +"Invoicing and Bill Payment, and Tax and Billing Terms." +msgstr "" +"La gestione di una piccola impresa è semplificata grazie alle funzioni di " +"registrazione di clienti e venditori, di fatturazione e pagamento, dei " +"termini di pagamento e delle imposte." -#: sizing.phtml:391 -msgid "The number of design documents and README files aimed at developers. This includes *.txt files, *.texinfo files and README.* files in all subdirectories. For version 1.7 and later, only those in the src subdirectory are counted (leaving out some half-dozen scattered elsewhere)" -msgstr "Il numero di documenti di progetto e di file README rivolti agli sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le sotto directory. Per la versione 1.7 e successive, sono state contate solamente quelli nella sotto directory src (lasciandone fuori qualche mezza dozzina sparpagliata qua e là)" +#: features.phtml:61 +msgid "QIF Import" +msgstr "Importazione QIF" -#: sizing.phtml:396 -msgid "The number of languages that the application messages have been translated to (the number of po/*.po files). In parenthesis, the number of messages in the message files (grep msgstr po/*.po |wc), in thousands." -msgstr "Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti (il numero di file po/*.po ). Tra parentesi, è riportato il numero in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" +#: features.phtml:62 +msgid "" +"Intuit® Quicken® QIF files can be imported, " +"and are automatically merged to eliminate duplicate transactions." +msgstr "" +"I file QIF di Intuit® Quicken® possono essere " +"importati e sono automaticamente uniti per eliminare le transazioni " +"duplicate." -#: sizing.phtml:401 -msgid "The number of people credited in the AUTHORS file (version 1.6 and later) or the README file (earlier versions). These include lead developers, patch submitters and national-language translators. This includes additional credits listed in the gnucash-docs/AUTHORS file that are not listed in the main gnucash/AUTHORS file." -msgstr "Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) o nel file README (versioni precedenti). Sono inclusi gli sviluppatori principali, coloro che hanno fornito delle patch e i traduttori i cui nomi sono riportati nel file docs/AUTHORS e non nel file principale gnucash/AUTHORS. " +#: features.phtml:65 +msgid "OFX Import" +msgstr "Importazione OFX" + +#: features.phtml:66 +msgid "" +"GnuCash is the first free software application to support the Open Financial " +"Exchange protocol that many banks and financial services are starting to use." +msgstr "" +"GnuCash è il primo programma gratuito a fornire il supporto per il " +"protocollo Open Financial Exchange che la maggior parte delle banche e dei " +"servizi finanziari stanno adottando." + +#: features.phtml:69 +msgid "HBCI Support" +msgstr "Supporto al sistema HBCI" + +#: features.phtml:70 +msgid "" +"GnuCash is the first free software application to support the German Home " +"Banking Computer Information protocol, allowing German users to perform " +"statement download and initiate bank transfers and direct debits." +msgstr "" +"GnuCash è il primo programma gratuito a fornire il supporto al protocollo " +"Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti " +"Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di " +"inizializzare i trasferimenti bancari e gli addebiti diretti." + +#: features.phtml:73 +msgid "Improved Import Transaction Matching" +msgstr "" +"Individuazione migliorata delle corrispondenze tra le transazioni in fase di " +"importazione" + +#: features.phtml:74 +msgid "" +"The development of OFX and HBCI support has also resulted in an improved " +"transaction matching system that more accurately recognizes duplicate " +"transactions during file import." +msgstr "" +"Lo sviluppo del supporto per OFX e HBCI ha anche comportato un miglioramento " +"del sistema di individuazione delle corrispondenze tra transazioni in grado " +"ora di riconoscere più facilmente le transazioni duplicate durante il " +"processo di importazione." + +#: features.phtml:77 +msgid "Statement Reconciliation" +msgstr "Riconciliazione con l'estratto conto" + +#: features.phtml:78 +msgid "" +"A reconcile window with running reconciled and cleared balances makes " +"balancing against bank statements easy." +msgstr "" +"Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e " +"liquidati, rende molto semplice il bilancio dei conti con i propri estratti " +"conti." + +#: features.phtml:81 +msgid "Localization" +msgstr "Localizzazione" + +#: features.phtml:82 +msgid "" +"Handles internationalized dates and currencies. The Gnucash menus and " +"popups have been translated to 21 languages, including Chinese, Danish, " +"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " +"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " +"Documentation is available in English, French, Portuguese and Spanish." +msgstr "" +"GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è " +"stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, " +"Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, " +"Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in " +"Inglese, Francese, Portoghese, Spagnolo e Italiano." + +#: features.phtml:85 +msgid "Transaction Finder" +msgstr "Strumento per la ricerca delle transazioni" + +#: features.phtml:88 +msgid "" +"A powerful transaction query dialogue can help you quickly locate a needle " +"in a haystack." +msgstr "" +"Una potente procedura per la ricerca di transazioni può aiutare a " +"individuare rapidamente un ago in un pagliaio." + +#: features.phtml:91 +msgid "General Ledger" +msgstr "Libro mastro generale" + +#: features.phtml:92 +msgid "" +"Multiple accounts can be displayed in one register window at the same time. " +"This can ease the trouble of tracking down typing/entry errors. It also " +"provides a convenient way of viewing a portfolio of many stocks, by showing " +"all transactions in that portfolio." +msgstr "" +"In una finestra del registro è possibile visualizzare più conti allo stesso " +"tempo. Questo facilita la ricerca degli errori di battitura o inserimento; " +"fornisce anche un metodo conveniente di visualizzare un partafoglio di più " +"azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." + +#: features.phtml:95 +msgid "Online Stock & Mutual Fund Quotes" +msgstr "Quotazioni di azioni e fondi comuni online" + +#: features.phtml:96 +msgid "" +"Get Stock & Mutual Fund quotes from various web sites, update portfolio " +"automatically. Additional pricing sources are added regularly." +msgstr "" +"Le quotazioni di azioni e fondi comuni possono essere reperite da diversi " +"siti internet, permettendo l'aggiornamento automatico del portafoglio. Per " +"di più, le fonti dei prezzi sono aggiunte regolarmente." + +#: features.phtml:99 +msgid "Check Printing" +msgstr "Stampa degli assegni" + +#: features.phtml:100 +msgid "" +"Checks may be printed in standard formats on common check stocks. A " +"customization GUI allows custom check layouts to be developed." +msgstr "" +"Gli assegni possono essere stampati con un formato predefinito per i comuni " +"gruppi di assegni. Un'interfaccia di personalizzazione permette di definire " +"dei formati personalizzati." + +#: features.phtml:105 +msgid "" +"You can now create recurring transactions, including automatic reminders " +"when a transaction is due, the ability to postpone a scheduled transaction " +"without canceling it, and the ability to specify only a limited number of " +"transactions." +msgstr "" +"È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria " +"automatici relativi alla scadenza di una transazione, posticipare una " +"transazione pianificata senza eliminarla e specificare solo un certo numero " +"di transazioni." + +#: features.phtml:108 +msgid "Mortgage & Loan Repayment Druid" +msgstr "Procedura per il rimborso di mutui e ipoteche" + +#: features.phtml:109 +msgid "" +"A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "" +"Un percorso guidato a finestre per la configurazione dei pagamenti di " +"prestiti come transazioni pianificate." + +#: features.phtml:114 +msgid "New User Manual and Help" +msgstr "Nuovo manuale utente e aiuto" + +#: features.phtml:115 +msgid "" +"A new help subsystem that focuses on how to do tasks is now available, in " +"addition to a Tutorial and Concepts guide that gives the user background " +"information on accounting principles and how they are reflected in GnuCash." +msgstr "" +"È ora disponibile un sotto sistema di aiuto che si concentra su come " +"eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e " +"manuale di GnuCash\" che fornisce all'utente le informazioni di base " +"relative ai principi di contabilità e su come questi vengano applicati da " +"GnuCash." #: docs.phtml:3 msgid "Documentation Project" @@ -281,15 +576,28 @@ msgid "GnuCash Documentation Project" msgstr "Progetto per la documentazione di GnuCash" #: docs.phtml:12 -msgid "This page is the home of the Gnucash Documentation Project, our goal is to maintain a community of people working towards creation of high quality documentation for GnuCash." -msgstr "Questa è la pagina principale del progetto per la documentazione di GnuCash; l'obiettivo che si prefigge è quello di mantenere una comunità di persone che lavorano alla realizzazione di documentazione di elevata qualità per GnuCash" +msgid "" +"This page is the home of the Gnucash Documentation Project, our goal is to " +"maintain a community of people working towards creation of high quality " +"documentation for GnuCash." +msgstr "" +"Questa è la pagina principale del progetto per la documentazione di GnuCash; " +"l'obiettivo che si prefigge è quello di mantenere una comunità di persone " +"che lavorano alla realizzazione di documentazione di elevata qualità per " +"GnuCash" #: docs.phtml:14 -msgid "Everything you need concerning GnuCash documentation should be here, if you notice something missing, email gnucash-devel and we will add it." -msgstr "Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe essere qui. Se dovesse mancare qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di aggiungerla." +msgid "" +"Everything you need concerning GnuCash documentation should be here, if you " +"notice something missing, email gnucash-devel and we will add it." +msgstr "" +"Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe " +"essere qui. Se dovesse mancare qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di " +"aggiungerla." #: docs.phtml:16 -#: docs.phtml:22 msgid "Nightly Documentation Builds" msgstr "Documentazione compilata in notturna" @@ -298,436 +606,714 @@ msgid "current unstable user documentation and developer documentation" msgstr "L'attuale documentazione instabile dell'utente e dello sviluppatore" #: docs.phtml:19 -msgid "Every night a server builds the documentation from the current contents of the GnuCash subversion repository. This includes the Developer Documentation from Doxygen and User Documentation for the current unstable version of GnuCash." -msgstr "Ogni notte un server compila la documentazione partendo dal contenuto del deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori di Doxygen e la documentazione dell'utente relativa all'attuale versione instabile di GnuCash." - -#: docs.phtml:24 -#: docs.phtml:44 -#: docs.phtml:73 -#: docs.phtml:83 -msgid "Concepts Guide" -msgstr "Guida ai concetti" +msgid "" +"Every night a server builds the documentation from the current contents of " +"the GnuCash subversion repository. This includes the Developer " +"Documentation from Doxygen and User Documentation for the current unstable " +"version of GnuCash." +msgstr "" +"Ogni notte un server compila la documentazione partendo dal contenuto del " +"deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori " +"di Doxygen e la documentazione dell'utente relativa all'attuale versione " +"instabile di GnuCash." -#: docs.phtml:25 -#: docs.phtml:38 -#: docs.phtml:69 -#: docs.phtml:78 +#: docs.phtml:22 docs.phtml:68 docs.phtml:99 docs.phtml:108 msgid "Help Manual" msgstr "Manuale di aiuto" -#: docs.phtml:26 -msgid "Doxygen Developer Documentation" -msgstr "Documentazione di Doxygen per gli sviluppatori" +#: docs.phtml:25 docs.phtml:42 docs.phtml:69 docs.phtml:72 docs.phtml:75 +#: docs.phtml:77 docs.phtml:100 docs.phtml:104 docs.phtml:109 docs.phtml:111 +#: docs.phtml:114 docs.phtml:115 docs.phtml:119 +msgid "English" +msgstr "Inglese" + +#: docs.phtml:29 docs.phtml:46 +msgid "German" +msgstr "" -#: docs.phtml:31 +#: docs.phtml:33 docs.phtml:50 +#, fuzzy +msgid "Italian" +msgstr "Italiano" + +#: docs.phtml:39 docs.phtml:74 docs.phtml:103 docs.phtml:113 +msgid "Concepts Guide" +msgstr "Guida ai concetti" + +#: docs.phtml:54 +msgid "Japanese" +msgstr "" + +#: docs.phtml:61 msgid "GnuCash v2.2 (current stable release)" msgstr "GnuCash v2.2 (rilascio stabile attuale)" -#: docs.phtml:33 -msgid "If you have a question about how to use GnuCash, you are in the right place. The first thing you should do is read the Help Manual and the Concepts Guide, most of your questions can probably be answered by these documents." -msgstr "Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida ai concetti; la maggior parte delle domande potrebbero trovare risposta in questi documenti." - -#: docs.phtml:34 -msgid "The Help Manual is designed to be a quick reference of how to accomplish specific tasks and how to use the features in GnuCash. The Concepts Guide is designed to be an in depth guide to the concepts behind using GnuCash with a tutorial to show how to put those concepts into practice." -msgstr "Il manuale di aiuto è pensato per costituire un rapido riferimento su come compiere delle operazioni specifiche e su come utilizzare le caratteristiche di GnuCash. La guida ai concetti costituisce invece un approfondimento dei concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche un esempio guidato su come mettere in pratica questi concetti." - -#: docs.phtml:39 -#: docs.phtml:42 -#: docs.phtml:45 -#: docs.phtml:47 -#: docs.phtml:70 -#: docs.phtml:74 -#: docs.phtml:79 -#: docs.phtml:81 -#: docs.phtml:84 -#: docs.phtml:85 -#: docs.phtml:89 -msgid "English" -msgstr "Inglese" +#: docs.phtml:63 +msgid "" +"If you have a question about how to use GnuCash, you are in the right place. " +"The first thing you should do is read the Help Manual and the Concepts " +"Guide, most of your questions can probably be answered by these documents." +msgstr "" +"Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto " +"giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida " +"ai concetti; la maggior parte delle domande potrebbero trovare risposta in " +"questi documenti." -#: docs.phtml:40 -#: docs.phtml:71 -#: docs.phtml:80 -#: docs.phtml:90 +#: docs.phtml:64 +msgid "" +"The Help Manual is designed to be a quick reference of how to accomplish " +"specific tasks and how to use the features in GnuCash. The Concepts Guide is " +"designed to be an in depth guide to the concepts behind using GnuCash with a " +"tutorial to show how to put those concepts into practice." +msgstr "" +"Il manuale di aiuto è pensato per costituire un rapido riferimento su come " +"compiere delle operazioni specifiche e su come utilizzare le caratteristiche " +"di GnuCash. La guida ai concetti costituisce invece un approfondimento dei " +"concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche " +"un esempio guidato su come mettere in pratica questi concetti." + +#: docs.phtml:70 docs.phtml:101 docs.phtml:110 docs.phtml:120 msgid "Deutsch" msgstr "Tedesco" -#: docs.phtml:41 -#: docs.phtml:46 +#: docs.phtml:71 docs.phtml:76 msgid "Italiano" msgstr "Italiano" -#: docs.phtml:51 -msgid "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We want feedback from you, it is only through your comments that we know how to modify the documentation." -msgstr "Inviare una mail alla lista di discussione gnucash-user se non si è avuta una risposta soddisfacente al proprio quesito nel manuale di aiuto e nella guida ai concetti. Abbiamo bisogno dei vostri commenti, dato che che solo attraverso di essi possiamo capire come modificare la documentazione." +#: docs.phtml:81 +msgid "" +"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " +"to your question within either the Help Manual or the Concepts Guide. We " +"want feedback from you, it is only through your comments that we know " +"how to modify the documentation." +msgstr "" +"Inviare una mail alla lista di discussione gnucash-user se non si è avuta una risposta " +"soddisfacente al proprio quesito nel manuale di aiuto e nella guida ai " +"concetti. Abbiamo bisogno dei vostri commenti, dato che che solo attraverso " +"di essi possiamo capire come modificare la documentazione." -#: docs.phtml:52 -msgid "Additionally, you can talk to someone via IRC at irc.gnome.org channel \"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions." -msgstr "In aggiunta, è possibile discutere con qualcuno, relativamente alla propria domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori risorse sono le wiki Inglese o Tedesca di GnuCash. Una wiki è un sito web interattivo in cui gli utenti registrati possono rispondere o proporre delle domande." +#: docs.phtml:82 +msgid "" +"Additionally, you can talk to someone via IRC at irc.gnome.org channel " +"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " +"registered users can ask and answer questions." +msgstr "" +"In aggiunta, è possibile discutere con qualcuno, relativamente alla propria " +"domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori " +"risorse sono le wiki Inglese o " +"Tedesca di GnuCash. Una wiki è un " +"sito web interattivo in cui gli utenti registrati possono rispondere o " +"proporre delle domande." -#: docs.phtml:54 -msgid "Some people have written HOWTO guides or tutorials. Note: the information presented in these sources may or may not be updated to the most recent version of GnuCash. If you are interested in doing development work on these documents, you should contact the original authors." -msgstr "Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le informazioni presenti in queste fonti possono o non possono essere aggiornate alla versione più recente di GnuCash. Se si è interessati a sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." +#: docs.phtml:84 +msgid "" +"Some people have written HOWTO guides or tutorials. Note: the information " +"presented in these sources may or may not be updated to the most recent " +"version of GnuCash. If you are interested in doing development work on these " +"documents, you should contact the original authors." +msgstr "" +"Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le " +"informazioni presenti in queste fonti possono o non possono essere " +"aggiornate alla versione più recente di GnuCash. Se si è interessati a " +"sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." -#: docs.phtml:56 +#: docs.phtml:86 msgid "Neil Williams GnuCash documentation" msgstr "Documentazione di GnuCash di Neil Williams (Inglese)" -#: docs.phtml:57 +#: docs.phtml:87 msgid "GnuCash for Business Users" msgstr "GnuCash per le imprese (Inglese)" -#: docs.phtml:58 +#: docs.phtml:88 msgid "mirror" msgstr "alternativamente" -#: docs.phtml:60 +#: docs.phtml:90 msgid "Joe Mack's Tutorial" msgstr "Guida pratica di Joe Mack (Inglese)" -#: docs.phtml:62 +#: docs.phtml:92 msgid "Dave Gilbert's User Guide (PDF)" msgstr "Guida dell'utente di Dave Gilbert (PDF in Inglese)" -#: docs.phtml:65 +#: docs.phtml:95 msgid "Older GnuCash Documentation" msgstr "Vecchia documentazione di GnuCash" -#: docs.phtml:66 -msgid "This section contains all the older GnuCash documentation. If you are using one of these old versions of GnuCash, it is highly recommended that you upgrade to the latest stable version." -msgstr "Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda caldamente di aggiornarla all'ultima versione stabile." +#: docs.phtml:96 +msgid "" +"This section contains all the older GnuCash documentation. If you are using " +"one of these old versions of GnuCash, it is highly recommended that you " +"upgrade to the latest stable version." +msgstr "" +"Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si " +"sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda " +"caldamente di aggiornarla all'ultima versione stabile." -#: docs.phtml:91 +#: docs.phtml:121 msgid "Espagnol" msgstr "Spagnolo" -#: docs.phtml:92 +#: docs.phtml:122 msgid "Português" msgstr "Portoghese" -#: docs.phtml:95 +#: docs.phtml:125 msgid "Documentation Development" msgstr "Sviluppo della documentazione" -#: docs.phtml:97 +#: docs.phtml:127 msgid "Introduction" msgstr "Introduzione" -#: docs.phtml:98 -msgid "The GnuCash documentation is stored in xml files. More precisely, it uses the GNOME2 XML docbook system. This is a relatively flexible system that takes xml files as input and can generate documentation in several different output formats (html, pdf,...)." -msgstr "La documentazione di GnuCash è contenuta in file di tipo xml. Più precisamente, utilizza il sistema docbook GNOME2 XML. Questo sistema è relativamente flessibile e partendo dai file xml è possibile generare la documentazione in vari altri formati (html, pdf, ecc...)" +#: docs.phtml:128 +msgid "" +"The GnuCash documentation is stored in xml files. More precisely, it uses " +"the GNOME2 XML docbook system. This is a relatively flexible system that " +"takes xml files as input and can generate documentation in several different " +"output formats (html, pdf,...)." +msgstr "" +"La documentazione di GnuCash è contenuta in file di tipo xml. Più " +"precisamente, utilizza il sistema docbook GNOME2 XML. Questo sistema è " +"relativamente flessibile e partendo dai file xml è possibile generare la " +"documentazione in vari altri formati (html, pdf, ecc...)" -#: docs.phtml:99 -msgid "If you wish to review or write GnuCash documentation, you will need to know xml. Some basic knowledge of the docbook system may be useful as well" -msgstr "Se si intende revisionare o scrivere della documentazione per GnuCash, è necessario conoscere il linguaggio XML. Può anche essere necessaria una conoscenza di base del sistema docbook" +#: docs.phtml:129 +msgid "" +"If you wish to review or write GnuCash documentation, you will need to know " +"xml. Some basic knowledge of the docbook system may be useful as well" +msgstr "" +"Se si intende revisionare o scrivere della documentazione per GnuCash, è " +"necessario conoscere il linguaggio XML. Può anche essere necessaria una " +"conoscenza di base del sistema docbook" -#: docs.phtml:100 -msgid "The following links are for further sites that can help with the documentation and review process." -msgstr "I collegamenti seguenti sono relativi ad altri siti che possono essere di aiuto per i processi di creazione e di revisione della documentazione." +#: docs.phtml:130 +msgid "" +"The following links are for further sites that can help with the " +"documentation and review process." +msgstr "" +"I collegamenti seguenti sono relativi ad altri siti che possono essere di " +"aiuto per i processi di creazione e di revisione della documentazione." -#: docs.phtml:105 -msgid "While this GnuCash wiki page is really about translating the documentation, it holds some useful information on working with docbook files." -msgstr "Anche se questa pagina del wiki di GnuCash tratta la traduzione della documentazione, contiene alcune informazioni utili per lavorare con i file docbook." +#: docs.phtml:135 +msgid "" +"While this GnuCash wiki page is really about translating the documentation, " +"it holds some useful information on working with docbook files." +msgstr "" +"Anche se questa pagina del wiki di GnuCash tratta la traduzione della " +"documentazione, contiene alcune informazioni utili per lavorare con i file " +"docbook." -#: docs.phtml:107 +#: docs.phtml:137 msgid "We suggest also subscribing to " msgstr "Si consiglia anche l'iscrizione a " -#: docs.phtml:109 +#: docs.phtml:139 msgid "Gnome Documentation guidelines" -msgstr "Linee guida di GNOME per la documentazione" - -#: docs.phtml:110 -msgid "As stated earlier, the new docs are based on the GNOME2 XML docbook system. Everyone wishing to help please follow these guides where possible when reviewing and/or writing docs." -msgstr "Come già detto, la nuova documentazione è basata sul sistema docbook GNOME2 XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le linee guida al momento della revisione e/o scrittura della documentazione." - -#: docs.phtml:116 -msgid "Where to get the documentation source" -msgstr "Dove ottenere il codice sorgente della documentazione" - -#: docs.phtml:117 -msgid "You will need a recent copy of the documentation source. For this you can check out the documentation module from the GnuCash svn. Reviewers could also start from the current docs tarball." -msgstr "Sarà necessario ottenere una copia recente del codice sorgente della documentazione. Per fare questo è possibile eseguire il \"check out\" del modulo della documentazione dall'svn di GnuCash. I revisori possono anche iniziare dal pacchetto della documentazione corrente." - -#: docs.phtml:118 -msgid "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. To get the documentation source instead of the program source, replace 'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" -msgstr "Per coloro che non hanno familiarità con il sistema svn, il wiki di GnuCash ne fornisce una descrizione relativamente al codice di GnuCash. Per ottenere il codice sorgente della documentazione in luogo di quello del programma, sostituire \"gnucash\" con \"gnucash-docs\" nei comandi svn riportati, come per esempio:" - -#: docs.phtml:121 -msgid "Writers" -msgstr "Autori" - -#: docs.phtml:122 -msgid "Get a copy of the documentation source as described above and start making changes. When you are satisfied with your changes you can create a patch by running the following command in the base directory of the documentation (usually gnucash-docs, unless you renamed it):" -msgstr "Una volta ottenuta una copia del codice sorgente della documentazione nel modo descritto più sopra, sarà possibile iniziare ad effettuare delle modifiche. Una volta soddisfatti dei propri cambiamenti, si potrà creare una patch eseguendo il seguente comando nella cartella base della documentazione (di solito \"gnucash-docs\", se non è stata rinominata):" - -#: docs.phtml:124 -msgid "Next attach your patch to a bug report against the documentation component for the GnuCash project in Gnome's bugzilla database and send an email to gnucash-devel mailing list to inform other developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch submission." -msgstr "Allegare poi la patch a una segnalazione di bug relativa al componente \"documentazione\" per il progetto GnuCash nel database Bugzilla di GNOME e inviare una mail alla lista di discussione gnucash-devel per informare gli altri sviluppatori del proprio lavoro. Consultare anche la pagina del wiki di GnuCash dedicata a bugzillaper maggiori informazioni su come inviare una patch." - -#: docs.phtml:126 -msgid "NOTE: It used to be ok also to send your patch directly to the gnucash-devel list. This is discouraged now, as a patch is easily forgotten between the many list discussions. Attach patches to bugs in Bugzilla instead (either an existing bug or a new one). If you insist on sending a patch to gnucash-devel, it should be attached, not inlined." -msgstr "NOTA: in passato era sufficiente inviare la propria patch direttamente alla lista di discussione degli sviluppatori. Oggi questo è sconsigliato perché la patch rischia di passare inosservata tra le tante discussioni. Allegare invece la patch a una segnalazione di bug su bugzilla. Se si volesse comunque inviare la patch alla lista di discussione gnucash-devel, si consiglia di allegarla e di non inserirle nel testo della mail." - -#: docs.phtml:127 -msgid "Please let other writers know which section you wish to tackle. Please forward this to gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'." -msgstr "Si consiglia di rendere noto agli altri autori la sezione su cui si desidera lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone interessate possano dare il via libera o comunicare che quella particolare sezione è già assegnata a qualcun altro." - -#: docs.phtml:128 -msgid "You may also want to retain a local copy of the old documentation to refer to when writing. This still has a lot of useful information in it which hasn't been transferred to the new docs" -msgstr "Può anche risultare utile mantenere una copia locale della vecchia documentazione come riferimento per la scrittura: essa contiene ancora una grande quantità di informazioni utili che non sono ancora state trasferite nella nuova documentazione." - -#: docs.phtml:131 -msgid "Reviewers" -msgstr "Revisori" - -#: docs.phtml:132 -msgid "Get a copy of the documentation source as described above and start commenting on it." -msgstr "Una volta ottenuta una copia del codice sorgente della documentazione nel modo descritto più sopra, sarà possibile iniziare a commentarla." - -#: docs.phtml:133 -msgid "The best way of retaining comments about docs in an easy to find way for everyone would be to use bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy." -msgstr "Il miglior modo per sottoporre in maniera semplice le proprie osservazioni relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug indicandolo come relativo alla documentazione. Questo può avvenire anche utilizzando \"bug-buddy\"." - -#: index.phtml:5 -#: oldnews.phtml:4 -msgid "Free Accounting Software" -msgstr "Programma di contabilità gratuito" - -#: index.phtml:12 -msgid "Welcome to GnuCash.org" -msgstr "Benvenuti su GnuCash.org" - -#: index.phtml:15 -#, php-format -msgid "Download GnuCash %s" -msgstr "Scarica GnuCash %s" - -#: index.phtml:18 -msgid "Source" -msgstr "Sorgente" - -#: index.phtml:18 -msgid "Via distribution" -msgstr "Da distribuzione" - -#: index.phtml:21 -msgid "More downloads (Source, Development,...)" -msgstr "Altri file da scaricare (codice sorgente, sviluppo, ecc...)" - -#: index.phtml:25 -msgid "GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." -msgstr "GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in ambito famigliare o in una piccola impresa, rilasciato gratuitamente con licenza GNU GPL e disponibile per GNU/Linux, BSD, Solaris, Mac OS X e Microsoft Windows." - -#: index.phtml:27 -msgid "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 to ensure balanced books and accurate reports. " -msgstr "Progettato per essere di semplice utilizzo, ma comunque potente e flessibile, GnuCash permette di tenere traccia dei conti bancari, delle azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il registro del libretto degli assegni, si basa sui principi fondamentali della contabilità per garantire il bilancio dei conti e l'accuratezza dei resoconti." - -#: index.phtml:30 -msgid "Feature Highlights" -msgstr "Caratteristiche principali" - -#: index.phtml:33 -msgid "QIF/OFX/HBCI Import, Transaction Matching" -msgstr "Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le transazioni" - -#: index.phtml:34 -#: features.phtml:35 -msgid "Reports, Graphs" -msgstr "Resoconti e grafici" - -#: index.phtml:35 -#: features.phtml:104 -msgid "Scheduled Transactions" -msgstr "Transazioni pianificate" - -#: index.phtml:36 -msgid "Financial Calculations " -msgstr "Calcolatrice finanziaria" +msgstr "Linee guida di GNOME per la documentazione" -#: index.phtml:40 -msgid "Double-Entry Accounting" -msgstr "Contibilità a partita doppia" +#: docs.phtml:140 +msgid "" +"As stated earlier, the new docs are based on the GNOME2 XML docbook system. " +"Everyone wishing to help please follow these guides where possible when " +"reviewing and/or writing docs." +msgstr "" +"Come già detto, la nuova documentazione è basata sul sistema docbook GNOME2 " +"XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le " +"linee guida al momento della revisione e/o scrittura della documentazione." -#: index.phtml:41 -msgid "Stock/Bond/Mutual Fund Accounts" -msgstr "Conti per azioni, obbligazioni e fondi comuni" +#: docs.phtml:146 +msgid "Where to get the documentation source" +msgstr "Dove ottenere il codice sorgente della documentazione" -#: index.phtml:42 -msgid "Small-Business Accounting" -msgstr "Contabilità di piccole imprese" +#: docs.phtml:147 +msgid "" +"You will need a recent copy of the documentation source. For this you can " +"check out the documentation module from the GnuCash svn. Reviewers could " +"also start from the current docs tarball." +msgstr "" +"Sarà necessario ottenere una copia recente del codice sorgente della " +"documentazione. Per fare questo è possibile eseguire il \"check out\" del " +"modulo della documentazione dall'svn di GnuCash. I revisori possono anche " +"iniziare dal pacchetto della documentazione corrente." -#: index.phtml:43 -msgid "Customers, Vendors, Jobs,
              Invoices, A/P, A/R" -msgstr "Clienti, venditori, lavori,
              fatture, conti per debiti e crediti correnti" +#: docs.phtml:148 +msgid "" +"For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " +"To get the documentation source instead of the program source, replace " +"'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" +msgstr "" +"Per coloro che non hanno familiarità con il sistema svn, il wiki di GnuCash " +"ne fornisce una descrizione relativamente al codice di GnuCash. Per ottenere " +"il codice sorgente della documentazione in luogo di quello del programma, " +"sostituire \"gnucash\" con \"gnucash-docs\" nei comandi svn riportati, come " +"per esempio:" + +#: docs.phtml:151 +msgid "Writers" +msgstr "Autori" -#: index.phtml:49 -msgid "News" -msgstr "Novità" +#: docs.phtml:152 +msgid "" +"Get a copy of the documentation source as described above and start making " +"changes. When you are satisfied with your changes you can create a patch by " +"running the following command in the base directory of the documentation " +"(usually gnucash-docs, unless you renamed it):" +msgstr "" +"Una volta ottenuta una copia del codice sorgente della documentazione nel " +"modo descritto più sopra, sarà possibile iniziare ad effettuare delle " +"modifiche. Una volta soddisfatti dei propri cambiamenti, si potrà creare una " +"patch eseguendo il seguente comando nella cartella base della documentazione " +"(di solito \"gnucash-docs\", se non è stata rinominata):" -#: features.phtml:3 -msgid "Features" -msgstr "Funzionalità" +#: docs.phtml:154 +msgid "" +"Next attach your patch to a bug report against the documentation component " +"for the GnuCash project in Gnome's " +"bugzilla database and send an email to gnucash-devel mailing list to inform other " +"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " +"submission." +msgstr "" +"Allegare poi la patch a una segnalazione di bug relativa al componente " +"\"documentazione\" per il progetto GnuCash nel database Bugzilla di GNOME e inviare una mail alla lista di " +"discussione gnucash-devel per informare gli altri sviluppatori del proprio lavoro. Consultare anche " +"la pagina del wiki di " +"GnuCash dedicata a bugzillaper maggiori informazioni su come inviare una " +"patch." + +#: docs.phtml:156 +msgid "" +"NOTE: It used to be ok also to send your patch directly to the " +"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " +"between the many list discussions. Attach patches to bugs in Bugzilla " +"instead (either an existing bug or a new one). If you insist on sending a " +"patch to gnucash-devel, it should be attached, not inlined." +msgstr "" +"NOTA: in passato era sufficiente inviare la propria patch " +"direttamente alla lista di discussione degli sviluppatori. Oggi questo è " +"sconsigliato perché la patch rischia di passare inosservata tra le tante " +"discussioni. Allegare invece la patch a una segnalazione di bug su bugzilla. " +"Se si volesse comunque inviare la patch alla lista di discussione gnucash-" +"devel, si consiglia di allegarla e di non inserirle nel testo della mail." + +#: docs.phtml:157 +msgid "" +"Please let other writers know which section you wish to tackle. Please " +"forward this to gnucash-" +"devel so that people can say 'hey I'm doing that already' or 'go ahead " +"and do it'." +msgstr "" +"Si consiglia di rendere noto agli altri autori la sezione su cui si desidera " +"lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone " +"interessate possano dare il via libera o comunicare che quella particolare " +"sezione è già assegnata a qualcun altro." -#: features.phtml:21 -msgid "Checkbook-Style Register" -msgstr "Registro in stile libretto degli assegni" +#: docs.phtml:158 +msgid "" +"You may also want to retain a local copy of the old documentation to refer " +"to when writing. This still has a lot of useful information in it which " +"hasn't been transferred to the new docs" +msgstr "" +"Può anche risultare utile mantenere una copia locale della vecchia " +"documentazione come riferimento per la scrittura: essa contiene ancora una " +"grande quantità di informazioni utili che non sono ancora state trasferite " +"nella nuova documentazione." -#: features.phtml:25 -msgid "The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions. The register supports common checking and credit-card transactions, as well as income, stock and currency transactions." -msgstr "Il registro in stile libretto degli assegni fornisce un'interfaccia personalizzata, conveniente e familiare per l'inserimento delle transazioni finanziarie. Il registro supporta le comuni transazioni relative agli assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e trasferimenti in valuta." +#: docs.phtml:161 +msgid "Reviewers" +msgstr "Revisori" -#: features.phtml:29 -msgid "Double Entry" -msgstr "Partita doppia" +#: docs.phtml:162 +msgid "" +"Get a copy of the documentation source as described above and start " +"commenting on it." +msgstr "" +"Una volta ottenuta una copia del codice sorgente della documentazione nel " +"modo descritto più sopra, sarà possibile iniziare a commentarla." -#: features.phtml:31 -msgid "Every transaction must debit one account and credit others by an equal amount. This ensures that the \"books balance\": that the difference between income and outflow exactly equals the sum of all assets and equity." -msgstr "Ogni transazione deve addebitare un conto e accreditarne un altro di uno stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro in entrata e denaro in uscita) sia pari alla somma di attività e capitali." +#: docs.phtml:163 +msgid "" +"The best way of retaining comments about docs in an easy to find way for " +"everyone would be to use bugzilla.gnome." +"org to file the bugs under documentation. This can also be done using " +"bug-buddy." +msgstr "" +"Il miglior modo per sottoporre in maniera semplice le proprie osservazioni " +"relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug " +"indicandolo come relativo alla documentazione. Questo può avvenire anche " +"utilizzando \"bug-buddy\"." -#: features.phtml:38 -msgid "GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit & Loss, Portfolio Valuation, and many others." -msgstr "GnuCash possiede un modulo integrato per la realizzazione di grafici e resoconti, ed è fornito di una serie completa di resoconti predefiniti e personalizzabili quali fogli di bilancio, profitti e perdite, valutazione del portafoglio e molti altri." +#: oldnews.phtml:10 +msgid "Older Announcements" +msgstr "Vecchi annunci" -#: features.phtml:42 -msgid "Income/Expense Account Types" -msgstr "Conti di entrate e uscite" +#: oldnews.phtml:13 +msgid "" +"This is an archive of announcements that once appeared on the GnuCash home " +"page." +msgstr "" +"Questo è un archivio di annunci comparsi in passato nella pagina principale " +"di GnuCash." -#: features.phtml:43 -msgid "Income/Expense Account Types (Categories) allow you to categorize your cash flow. When used properly with the double-entry feature and equity accounts, these enable you to generate reports, such as Profit & Loss, that plain-vanilla systems cannot handle." -msgstr "I conti (categorie) di tipo entrate/uscite permettono di categorizzare i flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e i conti del capitale, essi permettono la generazione di resoconti, per esempio, relativi a profitti e perdite che altri sistemi non sono in grado di elaborare." +#: sizing.phtml:3 externals/menu.phtml:51 +msgid "Sizing" +msgstr "Dimensioni" -#: features.phtml:47 -msgid "Multiple Currencies" -msgstr "Valute multiple" +#: sizing.phtml:14 +msgid "" +"It can often be quite interesting to study the source code metrics behind a " +"software development project. Not a surprising interest: its accounting " +"afterall. GnuCash has grown, over the years, from a small handy electronic " +"checkbook to a rather large and multi-featured desktop app." +msgstr "" +"Può rivelarsi interessante studiare le statistiche del codice sorgente " +"relativamente a un progetto di sviluppo di un programma. Niente di " +"originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso " +"degli anni da un piccolo e pratico registro degli assegni elettronico, fino " +"a divenire un'applicazione desktop relativamente estesa e con molte " +"caratteristiche." -#: features.phtml:48 -msgid "Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled." -msgstr "I diversi conti possono avere valute differenti. I trasferimenti in valuta sono completamente bilanciati quando è abilitata la partita doppia." +#: sizing.phtml:17 +msgid "" +"GnuCash currently consists of over a third of a million lines of code spread " +"over more than a thousand files. It has been translated into twenty-three " +"languages and credits over 139 authors and contributors." +msgstr "" +"GnuCash attualmente consiste di oltre un terzo di milione di linee di codice " +"distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e " +"allo sviluppo hanno contribuito oltre 139 persone fra autori e collaboratori." -#: features.phtml:52 -msgid "Stock/Mutual Fund Portfolios" -msgstr "Portafogli di azioni e fondi comuni" +#: sizing.phtml:23 +msgid "" +"If you've had trouble swimming through that mass of source code, think of it " +"this way: printed out on paper, and bound into volumes, it would amount to " +"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" +"width's worth of source code." +msgstr "" +"Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può " +"immaginare in questo modo: stampato su carta, e rilegato in volumi, " +"ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, " +"circa la larghezza di una libreria di codice sorgente!" -#: features.phtml:53 -msgid "Track stocks individually (one per account) or in portfolio of accounts (a group of accounts that can be displayed together)." -msgstr "Le azioni possono essere tracciate individualmente (una per conto) o in un portafoglio di conti (un gruppo di conti che possono essere visualizzati insieme)." +#: sizing.phtml:26 +msgid "" +"Mind you, this is source code (and docs) crafted and debugged by actual " +"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " +"can generate gaziilions of lines of code automatically; I'm not counting " +"those. Every last line counted here was typed in, edited, indented, " +"tweaked, multiple times, by human hands." +msgstr "" +"Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e " +"corretto da umani; NON si tratta di codice generato automaticamente. Alcuni " +"strumenti (quali glade o g-wrap) sono in grado di generare un'enorme " +"quantità di di linee di codice automaticamente; queste non sono state " +"conteggiate. Ogni singola linea conteggiata in questa sede, è stata più " +"volte scritta, modificata, ordinata, regolata dal lavoro umano." -#: features.phtml:56 -msgid "Small Business Accounting Features" -msgstr "Funzioni per la contabilità di piccole imprese" +#: sizing.phtml:29 +msgid "" +"Given that we have about 400 outstanding bugs in bugzilla, that works out to " +"about one bug per thousand lines of code, or one bug per 50 pages of " +"printout. This bug count is actually not atypical for software projects; " +"its near the norm." +msgstr "" +"Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che " +"che mediamente è presente un bug per ogni centinaio di linee di codice, o " +"anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che " +"atipico per i progetti di sviluppo di programmi: si può affermare che è " +"nella norma." -#: features.phtml:58 -msgid "Simplify managing a small business with Customer and Vendor tracking, Invoicing and Bill Payment, and Tax and Billing Terms." -msgstr "La gestione di una piccola impresa è semplificata grazie alle funzioni di registrazione di clienti e venditori, di fatturazione e pagamento, dei termini di pagamento e delle imposte." +#: sizing.phtml:32 +msgid "" +"The table below shows some historical lines-of-code and number-of-files " +"metrics for the GnuCash development project. Note that not all of the code " +"is counted: for instance, the Makefiles and configure.in and autogen.sh are " +"not counted. Also, files that are automatically generated are not counted, " +"nor are files that have been 'borrowed' from other projects. Also not " +"counted are experimental files, miscellaneous perl scripts, various " +"converters, addons and utilities. Finally, glade files are not " +"counted, although large parts of the overall GUI are described in glade files." +msgstr "" +"La tabella seguente mostra i dati storici relativi al numero di linee di " +"codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono " +"contabilizzate tutte le linee di codice: per esempio, i file Makefiles, " +"configure.in e autogen.sh non sono contati. Anche i file generati " +"automaticamente non sono stati considerati, come anche i file \"presi in " +"prestito\" da altri progetti. Non sono contati neanche i file sperimentali, " +"i vari script di perl, gli addon e le utility. Infine, non sono " +"contabilizzati nemmeno i file glade anche se buona parte " +"dell'interfaccia grafica è descritta nei file di questo tipo." -#: features.phtml:61 -msgid "QIF Import" -msgstr "Importazione QIF" +#: sizing.phtml:35 +msgid "" +"Note also that KLOC's are not a good metric of programmer productivity, nor " +"even that wc is a good way of counting KLOC's. Much better " +"measures are complexity metrics, which, for example, count the number and " +"size of if-then-else blocks, or the number and size of all blocks, or the " +"number of math operators per statement. Maybe someday we'll run one of " +"those tools on this code. For now, this is what we have. On the other hand, " +"we've attempted to count only those files that contain human-edited code, " +"that is, files that are directly edited by humans. The point of doing this " +"is to avoid artificially inflating the KLOC counts by counting automatically " +"generated code (which is why the glade files are not counted: they are large " +"and automatically generated)." +msgstr "" +"Si noti anche che le KLOC non rappresentano una misura attendibile della " +"produttività di un programmatore, e anche che wc non è il modo " +"più adatto per conteggiare le KLOC. Misurazioni migliori derivano da " +"conteggi complessi che, per esempio, esaminano il numero e la dimensione di " +"tutti i blocchi, o il numero di operatori matematici per espressione. Forse " +"un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; " +"per ora questo è quello che si ha a disposizione. D'altra parte, si è " +"cercato di conteggiare solamente quei file che contengono codice elaborato " +"esclusivamente da umani. Questo è stato fatto per evitare di aumentare il " +"valore delle KLOC includendo anche il codice generato automaticamente (per " +"questo motivo i file di glade non sono computati: sono molto grandi e " +"generati in automatico)." -#: features.phtml:62 -msgid "Intuit® Quicken® QIF files can be imported, and are automatically merged to eliminate duplicate transactions." -msgstr "I file QIF di Intuit® Quicken® possono essere importati e sono automaticamente uniti per eliminare le transazioni duplicate." +#: sizing.phtml:39 +msgid "Table 1. Historical Development Stats" +msgstr "Tabella 1. Statistiche storiche di sviluppo" -#: features.phtml:65 -msgid "OFX Import" -msgstr "Importazione OFX" +#: sizing.phtml:43 +msgid "Version" +msgstr "Versione" -#: features.phtml:66 -msgid "GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are starting to use." -msgstr "GnuCash è il primo programma gratuito a fornire il supporto per il protocollo Open Financial Exchange che la maggior parte delle banche e dei servizi finanziari stanno adottando." +#: sizing.phtml:50 sizing.phtml:355 +msgid "misc app" +msgstr "applicazioni varie" -#: features.phtml:69 -msgid "HBCI Support" -msgstr "Supporto al sistema HBCI" +#: sizing.phtml:57 sizing.phtml:390 +msgid "internal txt" +msgstr "txt interni" -#: features.phtml:70 -msgid "GnuCash is the first free software application to support the German Home Banking Computer Information protocol, allowing German users to perform statement download and initiate bank transfers and direct debits." -msgstr "GnuCash è il primo programma gratuito a fornire il supporto al protocollo Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di inizializzare i trasferimenti bancari e gli addebiti diretti." +#: sizing.phtml:58 +msgid "Total" +msgstr "Totale" -#: features.phtml:73 -msgid "Improved Import Transaction Matching" -msgstr "Individuazione migliorata delle corrispondenze tra le transazioni in fase di importazione" +#: sizing.phtml:59 sizing.phtml:395 +msgid "Languages" +msgstr "Lingue" -#: features.phtml:74 -msgid "The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately recognizes duplicate transactions during file import." -msgstr "Lo sviluppo del supporto per OFX e HBCI ha anche comportato un miglioramento del sistema di individuazione delle corrispondenze tra transazioni in grado ora di riconoscere più facilmente le transazioni duplicate durante il processo di importazione." +#: sizing.phtml:60 sizing.phtml:400 +msgid "Author Credits" +msgstr "Ringraziamenti" -#: features.phtml:77 -msgid "Statement Reconciliation" -msgstr "Riconciliazione con l'estratto conto" +#: sizing.phtml:319 +msgid "Each cell displays the following:" +msgstr "Ogni cella visualizza:" -#: features.phtml:78 -msgid "A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy." -msgstr "Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e liquidati, rende molto semplice il bilancio dei conti con i propri estratti conti." +#: sizing.phtml:321 +msgid "" +"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " +"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." +"c + KLOCS in *.h) are displayed. If there is only one number in the " +"parenthesis, it is the approriate KLOC count for that statistic." +msgstr "" +"numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *." +"scm). Se non sono presenti nella directory dei file di tipo *.scm, allora " +"sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le " +"parentesi è presente un solo numero, questo rappresenta il conteggio KLOC " +"appropriato per quella statistica." -#: features.phtml:81 -msgid "Localization" -msgstr "Localizzazione" +#: sizing.phtml:324 +msgid "" +"where KLOC == kilo-lines-of-code, as reported by wc. As noted " +"above, wc is not a terribly good code metric, but its what we have handy." +msgstr "" +"dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come " +"riportato da wc. Come messo in evidenza in precedenza, wc non è " +"un perfetto contatore di codice, ma è ciò che si ha a disposizione." -#: features.phtml:82 -msgid "Handles internationalized dates and currencies. The Gnucash menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish." -msgstr "GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in Inglese, Francese, Portoghese, Spagnolo e Italiano." +#: sizing.phtml:327 +msgid "Table Column Legend" +msgstr "Legenda della colonna della tabella" -#: features.phtml:85 -msgid "Transaction Finder" -msgstr "Strumento per la ricerca delle transazioni" +#: sizing.phtml:331 +msgid "" +"Contents of the src/engine and the include directories. The engine was split " +"out from the motif code in version 1.1. The data storage backend (file-io, " +"sql) was split out in the course of version 1.5" +msgstr "" +"Contenuto della directory src/engine e delle sue sotto directory. Il motore " +"è stato separato dal codice motif nella versione 1.1. Il backend per " +"l'archiviazione dei dati (file-io, sql) è stato separato nel corso della " +"versione 1.5." -#: features.phtml:88 -msgid "A powerful transaction query dialogue can help you quickly locate a needle in a haystack." -msgstr "Una potente procedura per la ricerca di transazioni può aiutare a individuare rapidamente un ago in un pagliaio." +#: sizing.phtml:335 +msgid "" +"Contents of the src/backend directory (version 1.7 and later) or of src/" +"engine/file, src/engine/sql (version 1.6 and earlier)" +msgstr "" +"Contenuto della directory src/backend (versione 1.7 e successive) o di src/" +"engine/file, src/engine/sql (versione 1.6 e precedenti)" -#: features.phtml:91 -msgid "General Ledger" -msgstr "Libro mastro generale" +#: sizing.phtml:339 +msgid "" +"Contents of the src/register directory (version 1.6 and earlier) or src/" +"register/register-core (version 1.7 and later). The register was split out " +"as a separate component from the motif code in version 1.1. As can be seen " +"from the stats, the register code has been fairly stable. At version 1.7 and " +"later, this cell shows a second count: the number of lines of code in src/" +"register/register-gnome (previously counted as part of gnome)" +msgstr "" +"Contenuto della directory src/register (versione 1.6 e precedenti) o src/" +"register/register-core (versione 1.7 e successive) . Il registro è stato " +"separato dal codice motif della versione 1.1. Come si può notare dalle " +"statistiche, il codice del registro è piuttosto stabile. A partire dalla " +"versione 1.7, questa cella mostra un secondo conteggio: il numero di linee " +"di codice in src/register/register-gnome (prima conteggiate come parte di " +"gnome)" -#: features.phtml:92 -msgid "Multiple accounts can be displayed in one register window at the same time. This can ease the trouble of tracking down typing/entry errors. It also provides a convenient way of viewing a portfolio of many stocks, by showing all transactions in that portfolio." -msgstr "In una finestra del registro è possibile visualizzare più conti allo stesso tempo. Questo facilita la ricerca degli errori di battitura o inserimento; fornisce anche un metodo conveniente di visualizzare un partafoglio di più azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." +#: sizing.phtml:343 +msgid "" +"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" +"register/ledger-core (version 1.7 and later)" +msgstr "" +"file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/" +"register/ledger-core (versione 1.7 e successive)" -#: features.phtml:95 -msgid "Online Stock & Mutual Fund Quotes" -msgstr "Quotazioni di azioni e fondi comuni online" +#: sizing.phtml:347 +msgid "" +"Contents of the src/motif directory (version 1.2 and earlier). The motif " +"version of the code was discontinued after version 1.2, after most of the " +"non-gui code was moved to either the engine, the register or the ledger." +msgstr "" +"Contenuto della directory src/motif (versione 1.2 e precedenti). La versione " +"in motif del codice è stata abbandonata dopo la versione 1.2, allorché la " +"maggior parte del codice non relativo all'interfaccia grafica è stato " +"spostato o al motore,o al registro o al libro mastro." -#: features.phtml:96 -msgid "Get Stock & Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly." -msgstr "Le quotazioni di azioni e fondi comuni possono essere reperite da diversi siti internet, permettendo l'aggiornamento automatico del portafoglio. Per di più, le fonti dei prezzi sono aggiunte regolarmente." +#: sizing.phtml:351 +msgid "" +"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " +"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" +"gnome-util" +msgstr "" +"Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e " +"precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/" +"gnome-search e src/gnome-util" -#: features.phtml:99 -msgid "Check Printing" -msgstr "Stampa degli assegni" +#: sizing.phtml:356 +msgid "" +"Contents of miscellanous application-related directories (version 1.7 and " +"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" +"gnc-module, src/network-utils, src/tax/us" +msgstr "" +"Contenuto delle directory relative ad applicazioni varie (versione 1.7 e " +"successive): src/app-file, src/app-utils, src/calculation, src/core-utils, " +"src/gnc-module, src/network-utils, src/tax/us" -#: features.phtml:100 -msgid "Checks may be printed in standard formats on common check stocks. A customization GUI allows custom check layouts to be developed." -msgstr "Gli assegni possono essere stampati con un formato predefinito per i comuni gruppi di assegni. Un'interfaccia di personalizzazione permette di definire dei formati personalizzati." +#: sizing.phtml:361 +msgid "" +"Code to import and export various file formats: contents of the src/import-" +"export directory." +msgstr "" +"Codice per l'importazione e l'esportazione di file in vari formati: " +"contenuto della directory src/import-export" -#: features.phtml:105 -msgid "You can now create recurring transactions, including automatic reminders when a transaction is due, the ability to postpone a scheduled transaction without canceling it, and the ability to specify only a limited number of transactions." -msgstr "È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria automatici relativi alla scadenza di una transazione, posticipare una transazione pianificata senza eliminarla e specificare solo un certo numero di transazioni." +#: sizing.phtml:366 +msgid "" +"Code to generate reports and graphs: contents of the src/reports directory." +msgstr "" +"Codice per la generazione di resoconti e grafici: contenuto della directory " +"src/reports" -#: features.phtml:108 -msgid "Mortgage & Loan Repayment Druid" -msgstr "Procedura per il rimborso di mutui e ipoteche" +#: sizing.phtml:371 +msgid "" +"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " +"earlier). In version 1.7 and later, much of this code went into reports, " +"import/export, and into indiovidual modules; thus only miscellaneous code " +"remains." +msgstr "" +"Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e " +"precedenti). Nella versione 1.7 e successive, la maggior parte di questo " +"codice è stato destinato ai resoconti, all'importazione ed esportazione e ai " +"moduli individuali; di conseguenza rimane solamente del codice vario." -#: features.phtml:109 -msgid "A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "Un percorso guidato a finestre per la configurazione dei pagamenti di prestiti come transazioni pianificate." +#: sizing.phtml:376 +msgid "" +"Code to add small-business features: contents of the src/business directory." +msgstr "" +"Codice per l'implementazione di funzioni dedicate alle piccole imprese: " +"contenuto della directory src/business" -#: features.phtml:114 -msgid "New User Manual and Help" -msgstr "Nuovo manuale utente e aiuto" +#: sizing.phtml:381 +msgid "" +"Code to peform automated regression tests: contents of the src/*/test " +"directories." +msgstr "" +"Codice per l'esecuzione di test di regressione automatici: contenuto delle " +"directory src/*/test." -#: features.phtml:115 -msgid "A new help subsystem that focuses on how to do tasks is now available, in addition to a Tutorial and Concepts guide that gives the user background information on accounting principles and how they are reflected in GnuCash." -msgstr "È ora disponibile un sotto sistema di aiuto che si concentra su come eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e manuale di GnuCash\" che fornisce all'utente le informazioni di base relative ai principi di contabilità e su come questi vengano applicati da GnuCash." +#: sizing.phtml:386 +msgid "" +"English-language-only user documentation, including on-line help and manual " +"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " +"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " +"of these numbers are somewhat hard to count, because of fairly large format " +"churns, and multiple competing versions." +msgstr "" +"Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il " +"manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero " +"sotto alla barra si riferisce alla documentazione tradotta (attualmente de, " +"es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da " +"calcolare a causa dei vari formati e versioni." -#: oldnews.phtml:10 -msgid "Older Announcements" -msgstr "Vecchi annunci" +#: sizing.phtml:391 +msgid "" +"The number of design documents and README files aimed at developers. This " +"includes *.txt files, *.texinfo files and README.* files in all " +"subdirectories. For version 1.7 and later, only those in the src " +"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" +msgstr "" +"Il numero di documenti di progetto e di file README rivolti agli " +"sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le " +"sotto directory. Per la versione 1.7 e successive, sono state contate " +"solamente quelli nella sotto directory src (lasciandone fuori qualche mezza " +"dozzina sparpagliata qua e là)" -#: oldnews.phtml:13 -msgid "This is an archive of announcements that once appeared on the GnuCash home page." -msgstr "Questo è un archivio di annunci comparsi in passato nella pagina principale di GnuCash." +#: sizing.phtml:396 +msgid "" +"The number of languages that the application messages have been translated " +"to (the number of po/*.po files). In parenthesis, the number of " +"messages in the message files (grep msgstr po/*.po |wc), in " +"thousands." +msgstr "" +"Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti " +"(il numero di file po/*.po ). Tra parentesi, è riportato il numero " +"in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" + +#: sizing.phtml:401 +msgid "" +"The number of people credited in the AUTHORS file (version 1.6 and later) or " +"the README file (earlier versions). These include lead developers, patch " +"submitters and national-language translators. This includes additional " +"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " +"main gnucash/AUTHORS file." +msgstr "" +"Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) " +"o nel file README (versioni precedenti). Sono inclusi gli sviluppatori " +"principali, coloro che hanno fornito delle patch e i traduttori i cui nomi " +"sono riportati nel file docs/AUTHORS e non nel file principale gnucash/" +"AUTHORS. " #: externals/menu.phtml:5 msgid "Information" @@ -749,8 +1335,7 @@ msgstr "Immagini, caratteristiche" msgid "How to help" msgstr "Come contribuire" -#: externals/menu.phtml:17 -#: externals/menu.phtml:19 +#: externals/menu.phtml:17 externals/menu.phtml:19 msgid "Documentation" msgstr "Documentazione" @@ -814,22 +1399,29 @@ msgstr "Lingua" msgid "Continent" msgstr "Continente" -#: externals/footer.phtml:4 -#: search/templates/NMZ.foot.php_tmpl:13 +#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 msgid "Server & email outage reports to: " msgstr "Segnalare i problemi relativi a server ed email a:" -#: externals/footer.phtml:5 -#: search/templates/NMZ.foot.php_tmpl:15 -msgid "Translation problems? Contact: gnucash-devel@gnucash.org" -msgstr "Problemi di traduzione? Contattare gnucash-devel@gnucash.org" +#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 +msgid "" +"Translation problems? Contact: gnucash-devel@gnucash.org" +msgstr "" +"Problemi di traduzione? Contattare gnucash-devel@gnucash.org" -#: search/templates/NMZ.foot.php_tmpl:9 -msgid "This search system is powered by:" -msgstr "Il sistema di ricerca è fornito da:" +#: search/templates/NMZ.result.short.php_tmpl:4 +#: search/templates/NMZ.result.normal.php_tmpl:4 +msgid "score" +msgstr "punteggio" + +#: search/templates/NMZ.result.short.php_tmpl:6 +#: search/templates/NMZ.result.normal.php_tmpl:9 +msgid "(${size} bytes)" +msgstr "(${dimensione} byte)" -#: search/templates/NMZ.body.php_tmpl:4 -#: search/templates/NMZ.head.php_tmpl:28 +#: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28 msgid "Query" msgstr "Richiesta" @@ -861,11 +1453,14 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:29 msgid "" -"You can omit the and operator. Terms which are\n" +"You can omit the and operator. Terms which " +"are\n" "separated by one or more spaces are assumed to be an AND query." msgstr "" -"Si può omettere l'operatore and. I termini separati\n" -"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E logico)." +"Si può omettere l'operatore and. I termini " +"separati\n" +"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E " +"logico)." #: search/templates/NMZ.body.php_tmpl:33 msgid "OR query" @@ -920,7 +1515,8 @@ msgstr "Ricerca per frasi" msgid "" "You can search for a phrase that consists of two or more terms\n" "by surrounding them with double quotation marks or braces such as\n" -"\"...\" and {...}.\n" +"\"...\" and {...}.\n" "In Namazu, the precision of phrase searching is not 100%,\n" "so wrong results may occasionally occur. Example:" msgstr "" @@ -1186,13 +1782,19 @@ msgstr "per URI in ordine discendente" msgid "Lists to Search" msgstr "Liste in cui ricercare" +#: search/templates/NMZ.foot.php_tmpl:9 +msgid "This search system is powered by:" +msgstr "Il sistema di ricerca è fornito da:" + #: search/templates/NMZ.tips.php_tmpl:4 msgid "Tips on searching" msgstr "Suggerimenti per la ricerca" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti seguenti." +msgstr "" +"Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti " +"seguenti." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" @@ -1291,11 +1893,6 @@ msgstr "" "È un difetto di Namazu. La precisione della ricerca della frase non è del\n" "100%, quindi possono occasionalmente presentarsi dei risultati errati." -#: search/templates/NMZ.result.normal.php_tmpl:4 -#: search/templates/NMZ.result.short.php_tmpl:4 -msgid "score" -msgstr "punteggio" - #: search/templates/NMZ.result.normal.php_tmpl:5 msgid "Author" msgstr "Autore" @@ -1304,10 +1901,8 @@ msgstr "Autore" msgid "Date" msgstr "Data" -#: search/templates/NMZ.result.normal.php_tmpl:9 -#: search/templates/NMZ.result.short.php_tmpl:6 -msgid "(${size} bytes)" -msgstr "(${dimensione} byte)" +#~ msgid "Doxygen Developer Documentation" +#~ msgstr "Documentazione di Doxygen per gli sviluppatori" #~ msgid "" #~ "The usual procedure for contributors to GnuCash is to initially submit " From ee9dacf1e1ebf2bfaedfdaa61a7395fb8816ba55 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 5 Feb 2011 16:44:07 +0000 Subject: [PATCH 291/344] Robots should not go into mirrors git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20240 57a11ea4-9604-0410-9ed3-97b8803252fd --- robots.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/robots.txt b/robots.txt index df65a9eb..37fa7003 100644 --- a/robots.txt +++ b/robots.txt @@ -16,4 +16,5 @@ User-agent: * Disallow: /cgi-bin/ Disallow: /lxr/ +Disallow: /mirrors/ From f6189e15ec9f1de659a4a492b9def5d40d0f99f3 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 5 Feb 2011 17:33:41 +0000 Subject: [PATCH 292/344] Remove link to Neil William's documentation because it is vastly outdated, and remove other 404 link as well git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20243 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs.phtml b/docs.phtml index c8e371c1..c29a0174 100644 --- a/docs.phtml +++ b/docs.phtml @@ -83,9 +83,6 @@ include("externals/menu.phtml");

                -
              • -
              • - ()
              • Date: Tue, 8 Feb 2011 02:36:02 +0000 Subject: [PATCH 293/344] Add 2.4.2 release news item git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20257 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110207-2.4.2.news | 678 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 678 insertions(+) create mode 100644 news/110207-2.4.2.news diff --git a/news/110207-2.4.2.news b/news/110207-2.4.2.news new file mode 100644 index 00000000..e4d7a838 --- /dev/null +++ b/news/110207-2.4.2.news @@ -0,0 +1,678 @@ +Announcement: GnuCash 2.4.2 Release +2011-02-07 + +

                GnuCash 2.4.2 released

                + +

                The GnuCash development team proudly announces GnuCash 2.4.2, the second bug fix release in a series of stable of the GnuCash Free Accounting Software. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                + +

                Note: 2.4.1 was partially released but was pulled at the last minute when critical problems were found. 2.4.1 should NOT be used.

                + +

                Major changes in the 2.4.0 release include; +

                  +
                • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
                • +
                • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --with-html-engine=webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
                • +
                • Updated AqBanking on Win32.
                • +
                + +

                Getting GnuCash for Windows (Win32 binary)

                +

                The Gnucash 2.4.2 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash. + +

                Mac OSX binary

                +

                The Gnucash 2.4.2 MacOSX package can be downloaded from Sourceforge as well. + +

                Getting GnuCash as source code

                +

                If you want to compile GnuCash 2.4.2 for yourself, the source code can be downloaded from: +

                  +
                • Sourceforge: bzip2, gzip, all files.
                • +
                • You can also checkout the sources directly from the subversion repository with this command:

                  svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.2 gnucash
                • +

                + +

                To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                + + +

                Changes between 2.4.0 and 2.4.2 include: + +

                  + + + + +
                • User-visible changes
                • +
                    +
                  • Partly revert r20207, "Modify Tax Info on Account Page..." + +The changes in the tree-model-account caused CRITICAL gtk warnings, so we +revert that part for now. The changes in gnc-ui-utils.[hc] have been kept.
                  • +
                  • Do not modify the entry's DateEntered when duplicating invoice to keep the entry ordering. + +Follow-up to r20115.
                  • +
                  • Modify Tax Info on Account Page to display or not display sub-account info based on whether row is expanded. + +Revert changes made in gnc-ui-util.c in rev 20039 and instead put those changes in new function: gnc_ui_account_get_tax_info_sub_acct_string. + +Define a new column, GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in gnc-tree-model-account.c filled with gnc_ui_account_get_tax_info_sub_acct_string. + +Modify gnc-tree-view-account.c to define a tax_info_data_func that displays only the the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the row is expanded; otherwise it combines it with the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT model column. Modily the view creation function to use the new tax_info_data_func.
                  • +
                  • Open the newly created invoices for editing after import.
                  • +
                  • Make the splash screen stack as a regular window instead of stacking in front of everything else.
                  • +
                  • SQL Backend Version Control: The final part. + +New error dialog boxes for ERR_SQL_DB_TOO_OLD and ERR_SQL_DB_TOO_NEW +Marks the book read-only if the user doesn't upgrade a too-old db and +when the user tries to load a too-new db.
                  • +
                  • Provide more detail in commit error when it's caused by a read-only book. Mark error message for translation.
                  • +
                  • Throw an error and return if if the book is marked readonly.
                  • +
                  • Add icons for Duplicate Invoice functionality
                  • +
                  • This patch adds a new option under Edit -> Preferences -> Date/Time +that looks like this: + + Date Completion + When a date is entered without year, it should be taken: + (*) In the current calendar year + ( ) In a sliding 12-month window starting this many months before the + current month: [ 6 ] + +Patch by Peter Selinger with minor modifications
                  • +
                  • Fix a bug introduced in 20042 which caused lists of Scheme strings passed to C code to be garbage. +This caused online price quotes to fail for anything other than a currency.
                  • +
                  • Make it possible to include trading accounts in the Income Statement and Profit and Loss reports.
                  • +
                  • Additionally, make the "Duplicate Invoice" feature available as menu item and toolbar button when viewing an invoice.
                  • +
                  • Implement "Duplicate Invoice" feature, where a new invoice is created as a copy of an old one with new date and new ID. + +This patch makes this feature available as button "Duplicate" in the search window.
                  • +
                  • Make reconcile+update import action of r20021 bug#373415 enabled by default because it's so useful.
                  • +
                  • Fix version number in welcome report.
                  • +
                  • Set sort order for GncEntry quickfill to LIFO by-date. + +Previously, the insertion order was random instead of by-date.
                  • +
                  • Activate balance averaging in account piechart report, introduced in r19253.
                  • +
                  • Add budget name to budget tab
                  • +
                  • Add info about sub-accounts to Tax Info column on Accounts page.
                  • +
                  • A plugin to import CSV data as a new invoice or bill. Based on code written by Sebastian Held. +Also includes a python script to massage a downloaded order form into the correct format for import. See contrib/rapid2gnucash.py +This works with Rapid Electronics (UK) and can be used as a basis for other vendors. Users need to add a line in their ~/.gnucash/config.user +for the module to be loaded: +(gnc:module-load "gnucash/plugins/bi_import" 0) +See bug #624911 for more details.
                  • +
                  • Add "copy budget" command to menu. Works like "open budget" except that a copy of the budget is made with the name "Copy of "+name of old budget. + +This command will allow you to easily create a copy of your 2010 budget and change its name to "2011". I also plan to add UI capabilities to more easily manipulate budget numbers.
                  • +
                  • Fully implement auto-completion in the invoice entries on the description field, separately for bills or invoices. + +The quickfill is obtained from the global cache of the GncEntry's +descriptions, one for invoices, one for the rest. +The auto-completion is a simple query to get the newest entry with the +same description, but limited to invoices or bills, respectively.
                  • +
                  • Add a new report: Customer Summary. + +This report shows a table of all customers and the sales, profit, and markup +in that table.
                  • +
                  • Add a new report: Future Scheduled Transaction Summary.
                  • +
                  • Improve GncEntry quickfill to create separate quickfills for invoices and bills
                  • +
                  + + + + +
                • Updated translations or translation-related changes
                • +
                    +
                  • Updated German translation, now 100% completed.
                  • +
                  • I18n improvements: Fix weird strings.
                  • +
                  • Update POTFILES.in
                  • +
                  • Updated Dutch translation, copied from the translation project.
                  • +
                  • I18n: Fix misleading composed strings by defining two separate full sentences.
                  • +
                  • i18n: Add more terms to the glossary
                  • +
                  • i18n: Fix missing space in message
                  • +
                  • Updated Ukrainian translation, copied from the Translation Project.
                  • +
                  • Better OSX language handling: Add a "C" locale to the language-list +after any english locale so that if that english locale isn't present, +gettext will fall through to "C", which makes unnecessary the "en.po" +file. Also removed the special casing and locale truncation; gettext is +quite capable of doing that itself.
                  • +
                  • I18n improvements: Fix typos, fix unnecessary near-duplicates, remove unneeded strings.
                  • +
                  • Updated Italian translation.
                  • +
                  • Rejigger the set_macos_locale function to better handle qualified +languages (e.g., Portugues (Portugal). Add po/en.po so that english +doesn't have to be special-cased to the C locale.
                  • +
                  • Improve the for translators problematic format string from gnc_entry_ledger_verify_acc_cell_ok + +This version uses 2 separate sentences, +mentions currencies and +gives a clue for the account type. +Add enable basic doxygen output.
                  • +
                  + + + + +
                • Bugs fixed
                • +
                    +
                  • Bug #639172: Remove "Warning!! This is a DEVELOPMENT version .." tip of the day + +Also, to my knowledge the docs don't contain a "what's new in 2.4" section, +so I removed that tip as well.
                  • +
                  • Bug #638621: Update README file.
                  • +
                  • Bug #502066: The aging in business reports should use the due date instead of the post date + +Patch by Bert Claesen (but I changed the option name): + +Patch to aging.scm to include due date and "current" bucket +Patch file for aging.scm to include: +* Option to select due date or date posted +* Added column of "Current" for invoices not yet due
                  • +
                  • Bug #603334: Updates to RPM spec file to allow 2.3.7 to build on Fedora Core 12
                  • +
                  • Bug #638225: Sort when saving as XML + +Patch by Jim Radford (with code beautified and re-indented by myself): + +The attached patches sort the slots, lots, book accounts, bill terms, +customers, employees, entries, invoices, jobs, orders, tax tables and +vendors before saving them to the GnuCash XML file. + +This is an attempt to make saves more idempotent thereby facilitating +the use of a revision control system on the GnuCash XML files. + +With these patches most of the needless and seemingly random churn is +gone and I can add or remove a transaction and expect +there to be no unrelated changes to the GnuCash file. + +I've been using and refining this patches for the last few years, so it has +received quite a bit of testing. + +David Fraser adds: Without specific testing, I'm using this on an average-sized gnucash file +(5.7MB) without noticing any particular slowdown in saving, but a wonderful +reduction in diffs when comparing changes.
                  • +
                  • Bug #638962: Update Brazil Portugese translation by Dorneles Treméa
                  • +
                  • Bug #638615: Fix schema install with DESTDIR + +Patch by Jim Radford: + + +When doing + + make install DESTDIR=/tmp/gnucash + +the install fails because GCONF_SCHEMA_CONFIG_SOURCE doesn't end up using +DESTDIR (and it's non-trivial because of the xml:: prefix). The attached patch +fixes it for me but is non-ideal because it hard codes the value of +GCONF_SCHEMA_CONFIG_SOURCE using GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY.
                  • +
                  • Bug #638543: Add a GUI for the counter format and current value. + +Patch by Matthijs Kooijman: + +This allows the user to change the format used for the various counters, +as well as see and change the current value of the counter. + +This is a bit of hack right now, since the format and current counter +values are stored in the counter_formats and counters kvp slots +respectively, instead of options/<section> like the other options in the +File->properties window. + +This is implemented by adding the make-counter-option and +make-counter-format-option, which both replace the scm->kvp and kvp->scm +functions defined by make-number-range-option and make-string-option +respectively. The replaced function simply ignores the "path" parameter +and instead saves to the "counter" or "counter_formats" slot hardcoded.
                  • +
                  • Bug #638543: Validate counter format strings before using them. + +Patch by Matthijs Kooijman: + +The validation function is a very simple "parser" that simply checks for +a single gint64 conversion specification, allowing all modifiers and +flags that printf(3) specifies (except for the * width and precision, +which need an extra argument). + +The validation function returns an error message that is used to log a +warning and can be used by the GUI later on.
                  • +
                  • Bug #638543: Make the various counter formats configurable. + +Patch by Matthijs Kooijman: + +This retrieves the counter formats from the kvp slots in the book. The +defaults are unchanged, so this should not affect existing books at all.
                  • +
                  • Bug #638543: Centralize the counter formatting in qofbook. + +Patch by Matthijs Kooijman: + +Instead of querying qofbook for the next counter number and then doing +the formatting in all the different business modules (all using the same +format string), the formatting is now moved inside +qof_book_increment_and_get_counter (which is renamed to +qof_book_increment_and_format_counter). + +This changes the return value of a bunch of helper functions from gint64 +(the counter value) to gchar* (the formatted counter value), but does +not have any user-visible changes.
                  • +
                  • Bug #638543: Split the qof_book_get_counter function. + +Patch by Matthijs Kooijman: + +The qof_book_get_counter function now only gets the current counter +value. The new qof_book_get_and_increment_counter function now does the +incrementing.
                  • +
                  • Bug #638543: Remove the counter() method from the backends. + +Patch by Matthijs Kooijman: + +This method is not implemented by either of the backends and removing it +makes the subsequent commits possible.
                  • +
                  • Bug #636402: Add test case for DBI error: 1: table sqlite_sequence may not be dropped + +Patch by Mark Jenkins: + +The attached patch adds a test program demonstrating the problem in C, built in +src/optional/python-bindings +It pretty much shows the same calls that are being made to the C by the python +bindings (including initialization) and the example sqlite3 python script. +Running this small C program produces the same result. + +(The program is built in check_PROGRAMS, not bin_PROGRAMS, to avoid having it installed.)
                  • +
                  • Bug #454109: Online banking: grey out online action menu items when there is no online account + +Patch by Manfred Usselmann: + +Show error message, if assigned online account is not valid or cannot be found +or if the selected online action is not valid for this account. Improved +checking if online job has been successfully executed.
                  • +
                  • Bug #373415: Replace existing transaction fields by imported transaction marked as reconcile + +Patch by Manfred Usselmann: + +This patch adds an additional update action to the import matcher as described +above. It can be activated with the online banking preferences dialog. + +(Patch changed because of one function name adaption after r19936)
                  • +
                  • Bug #635355: Implement the correct "DTAUS import and send" feature again. + +Patch by Manfred Usselmann: Improved version: Only transactions which have +been successfully imported into GC are transmitted to the bank.
                  • +
                  • Bug #95635: QIF import: Mark matched transactions as cleared + +Patch by Tristan Faujour: + +Please describe the problem: +My bank allows me to download bank statement files in the QIF format. They +contain paid transactions, but there is no status ("C") line, so all +transactions are left in the "not cleared" status. +I wish it would be possible to define the default status in user preferences. + +Steps to reproduce: +- Import a QIF file with no "C" line. + +Actual results: +- Transactions are not cleared. + +Expected results: +- The "near split" of the imported transactions should be set to a default +status 'defined in user preferences). + +Does this happen every time? +- Yes + +Other information: +- I developed a patch. See attachment. It allows defining another status that +will be applied to the transactions that are imported as "not cleared". +- It is my first contribution, it should be taken with all due prudence.
                  • +
                  • Bug #637346: A second step towards doxygen python-bindings docs; add file missing in r19981
                  • +
                  • Bug #637346: A second step towards doxygen python-bindings docs + +Patch by Christoph Holtermann
                  • +
                  • Bug #636988: Tip about "New default date" by Tarlika Elisabeth Schmitz and Derek Atkins + +Contributed at gnucash-user@gnucash.org 2010-09-16
                  • +
                  • Bug #628444: String improvements after string freeze is lifted
                  • +
                  • Bug #565348: Patch to include subaccounts in the all columns in the account page + +Patch by James Duerr: + +Patch to include subaccounts in all columns, not just present column, and also +to sort including sub-account totals, rather than without.
                  • +
                  • Bug #639365: Revert r18546 so that the bills-due dialog displays only bills but not invoices. + +The INVOICE_TYPE string unfortunately is +stored in translated form due to the usage of gncInvoiceGetType() +for user-visible strings as well. Hence, as an exception we +must also search for the translated here even though it's an +internal flag.
                  • +
                  • Bug 638842 - Estonia adopted the Euro on 01.01.2011 + +Thanks to Toomas Tamm
                  • +
                  • Bug #636907: Improve "Close when finished" handling in "Online Banking Connection Window" + +Patch by Manfred Usselmann: + +This patch adds a toggle action to the online banking menu, which allows to +open and close the online banking log window. In addition it adds an option to +the online banking preferences to keep the log window open after the transfer +has finished.
                  • +
                  • Bug #639259: Add averages in barchart reports. + +Patch by Herbert Thoma: + +Matthias Gruhn suggested on the German GnuCash list: + +Add averages to the income and expense bar chart reports just like it was +introduced for the income and expense pie chart reports in r19253
                  • +
                  • Bug #638225: Author Jim Radford. KVP lists are ordered so should not be sorted
                  • +
                  • Bug #639498: Fix aqbanking-4.2.4 issue with "execute online transfer" on WinXP.
                  • +
                  • Bug #638689: Require libaqbanking >= 4.0.0 because earlier versions are not supported correctly by our code anymore.
                  • +
                  • Bug 639322 part 3: provide users with a sensible first time "Save As..." path on Windows +While $HOME is fine on linux, on Windows the most sensible location is "My Documents" +(or its translated equivalent).
                  • +
                  • Bug 639322 part 2b: display an error message if a user attempts to export to somewhere in gnc_dotgnucash_dir +and add a hint for translators to the error message string
                  • +
                  • Bug 639322 part 2: display an error message if a user attempts to save beneath gnc_dotgnucash_dir
                  • +
                  • Bug 639322 part 1: add extension .gcm to future state files +Old state files are still read (if no new equivalent exists yet) +but will never be written to again.
                  • +
                  • Bug #641628: I18n: Fix untranslated string in fancy-invoice.scm and invoice.scm
                  • +
                  • Bug #641646: Fix incorrect tip on switching between multiple tabs
                  • +
                  • Bug #641557: I18n slightly improved in fancy-invoice
                  • +
                  • Bug #640061 - Invoice items are not saved, patch by Christoph Holterman
                  • +
                  • Bug #631789 - "Assets" in summary bar does not match assets displayed + +As proposed in the bug, I have changed it to "Net Assets"
                  • +
                  • Bug #637770: Fix progress bar on load and full save in sql backend.
                  • +
                  • Bug #611936: Test DBI backends for a dbi bug which causes 64-bit numbers +to not be stored on 32-bit systems, and prevent saving or loading with +an informative error dialog box.
                  • +
                  • Bug #639906: Improve text output methods of python bindings + +Patch by Christoph Holtermann: + +For the more complex financial objects i chose a different approach. + +The printing functions are located in one module. Importing this module adds +these functions as methods to the classes defined in gnucash_core.py.
                  • +
                  • Bug #640233: Don't add "Account unknown Bank Unknown" memo when account and/or bank does not exist + +Patch by Jeff Kletsky: + +At least for the online OFX sources I use in the US, downloaded +transactions are populated with memos of + +"Account unknown Bank unknown" + +Past being annoying, this can cause improper "matches" when comparing +transactions. + +The root cause is found in src/import-export/aqbanking/gnc-ab-utils.c +in the function gnc_ab_memo_to_gnc where the code seems to check for +the existence of a remote account number from the aqbanking +transaction + +if (ab_other_accountid && *ab_other_accountid) + +and appears to intend to return the empty string if one is not present. + +However, an earlier line in the code sets ab_other_accountid to +"unknown" so that the test always returns true. + +This patch should return: + +* "Account <account number> Bank <bank number>" if both are present + +* "Account <account number>" if only the account is present + +* "Bank <bank number>" if only the bank is present + +* "" if neither is present + +Additionally, ordering of trimming was changed to handle the +possibility that the leading and/or trailing character(s) were stripped +as invalid UTF-8, resulting in an untrimmed string.
                  • +
                  • Bug #638762 - Windows 7 64-bit: GnuCash will not start due to existing SCHEME_LIBRARY_PATH env variable
                  • +
                  • Bug #629501 Nonexistent field in error message
                  • +
                  • Bug #467311 Print invoice button should be restored to View invoice
                  • +
                  • Bug #352057 button to create a new invoice when viewing an old one.
                  • +
                  • Bug #535774: Fix label for employee option on "Employee Report" + +Patch by Bert Claesen: + +The attached patch (against r20122) tries to solve bug #535774 and: + +*Introduces Option naming consistent with report title (e.g. Customer Report +shows Customer in the Option screen) +*Removes the printf() default string in case no arguments where given +*Moves the docname up to a higher level for easy of overview + +Cases default to a GNC-OWNER-VENDOR. + +Note on the patch: +*As indicated in the comments, two functions are nearly identical, where in the +Vendor report the use of Vendor/Company is mixed. This can easily be moved into +one function as the footprint is the same. + +cstim: I've clarified which ones of the functions returns translated vs. +untranslated strings, too.
                  • +
                  • 639980: Add EntryList and _gncEntry objects to list typemap. + +Patch by bstpierre.org + +Fix python failing getting invoice entry data.
                  • +
                  • Bug #639906: Adding __str__ and __unicode__ methods to GncNumeric + +Patch by Christoph Holtermann: + +1) I decided to let the methods return "Division by Zero" for denom()==0. +2) As proposed in +http://stackoverflow.com/questions/1307014/python-str-versus-unicode i created +both __str__ and __unicode__. +3) I use format to fix the decimal places to 2. It would be nice if the number +would be configurable.
                  • +
                  • Bug 637346: A small python doc enhancement, basically mentioning the wiki-page + +Patch by Christoph Holtermann.
                  • +
                  • Adds percentages to piecharts. See bug #343449 for details. Patch is derived from a patch submitted by Alexander Weiss
                  • +
                  + + + + +
                • Other code/build changes
                • +
                    +
                  • Tag 2.4.2
                  • +
                  • Update revision to 2.4.2
                  • +
                  • Remove references to Neil William's website because it is vastly outdated.
                  • +
                  • Update revision to 2.4.1
                  • +
                  • DBI Backend: Cleanup after testing version control so that repeating the tests doesn't fail.
                  • +
                  • Check whether session has been created before trying to end it.
                  • +
                  • Fix compiler warning in gnc-backend-dbi.c.
                  • +
                  • Fix cmake build after latest configure changes.
                  • +
                  • Change GNC_RESAVE_VERSION to GNUCASH_RESAVE_VERSION so that it's similar to the other version macros; define it at the top of configure.ac so that it's obvious to everybody; and store the current Gnucash version only when doing a full save so that retrospective changes to GNUCASH_RESAVE_VERSION won't skip a resave because the database has been touchedby a newer version.
                  • +
                  • Win32: Add missing include for windows build
                  • +
                  • Set line ending property svn:eol-style to LF for newly added files
                  • +
                  • The new files for gnc_locale functions, ommitted from r20110.
                  • +
                  • Adjustments to test Makefiles required by r20176 (move quickfill functions from gnome-utils to app-utils
                  • +
                  • More adjustments for moving gnc_locale functions from app-utils to core-utils
                  • +
                  • Move gnc_locale functions from src/app-utils/gnc-ui-util to src/core-utils/gnc-locale-utils (new files) and adjust accordingly.
                  • +
                  • Adjust location and add gnc_(push|pop)_locale wrapper around dbi_conn_query() calls which retrieve data. Patch by Christoph Holtermann
                  • +
                  • Update newly introduced NANO version number in cmake build script as well.
                  • +
                  • Get rid of gtk dependency in <app-util/option-util.h> header by storing only a gpointer for the widget. + +This means the very last part of a gtk-dependency in app-util is in option-util.c +in one error message. My goal is to remove gtk completely from app-util +so that all code in our dependency chain up to app-util can be packaged +into a GUI-independent library, which can then be used by the python wrappers +and other GUI frontends alike.
                  • +
                  • Add gnc_get_long_version, a guint concocted by adding the version values together allowing two digits for each. Add a new version value, GNUNCASH_NANO_VERSION, to be incremented when there's any change to data serialization. Use the new gnc_get_long_version to tag the Gnucash version in the versions table in the dbi backend.
                  • +
                  • Add libgncmod-app-utils.la to src/backend/dbi/tests LDADD so that gnc_push_locale and gnc_pop_locale can be found for testing.
                  • +
                  • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                  • +
                  • Fix missing include in cmake build file.
                  • +
                  • Move gnc-ui.h file from top-level to gnome-utils. It is gtk-dependent anyway, so it is moved to where it belongs now.
                  • +
                  • Remove unneeded usage of a generic <gnc-ui.h> include in headers.
                  • +
                  • Remove pointless header RecnWindow.h - nothing gtk-independent here anyway.
                  • +
                  • Fix cmake build file after file removal.
                  • +
                  • Drop the obsolete gncUIWidget typedef because all of our GUI-code is inherently gtk-dependent (with the exception of option-util.h). + +If there were any re-write of gnucash with a different GUI toolkit, it will +define all GUI-related functions in its own way, so there's no point in +pretending those very gtk'ish functions were usable in a different toolkit as well.
                  • +
                  • Delete the unused and slightly pointless gnucash_foo_version functions
                  • +
                  • Adjust gnc_push_locale and gnc_pop_locale to take a locale category and +to handle MSWin32 (following gnome/druid-hierarchy.c) correctly. +Use them in gnc-backend-dbi.c instead of the incorrect code from r20189 +(Thanks, Christian).
                  • +
                  • Add locale.h; some systems seem not to pull it in via glib/gi18n.h
                  • +
                  • Left out of r20188: Actually wrap the important code...
                  • +
                  • Handle localization-ignorance bug in libdbi by setting LC_NUMERIC locale +to "C" before calling dbi_result_get_double() and back afterwards. This +is not thread-safe, but we're not multithreaded yet.
                  • +
                  • Change serialization of doubles in the dbi backend to use +g_ascii_dtostr() instead of sprintf. + +The problem is that sprintf is subject to localization and will output +e.g. 1,25 for one-and-a-quarter in European locales. SQL doesn't support +localization, so will interpret 1,25 as two fields, 1 and 25. + +Note also that GUID_ENCODING_LENGTH isn't big enough for a double, so +that's changed to G_ASCII_DTOSTR_BUF_SIZE.
                  • +
                  • Move quickfill and gnc-entry-quickfill files from gnome-utils to app-utils because they don't require gtk/gnome. + +(account-quickfill can't be moved because it also works with a GtkListStore.)
                  • +
                  • Add #include gnc-main.h for declaration of gnc_get_svn_version() for test_dbi_version_control().
                  • +
                  • Fix core swig files to have appropriate ifdefs for guile only portions + +Patch by Andy Clayton <q3aiml@gmail.com>
                  • +
                  • Fix r20169 for out-of-tree build. Clean up included .c file.
                  • +
                  • Add declaration for test_dbi_version_control; doxygen comments for test_dbi_safe_save and test_dbi_version_control; and rearrange order of declarations to keep the test functions together.
                  • +
                  • Spelling fixes in code comments.
                  • +
                  • Clarify the use of pathnames in the python bindings example scripts
                  • +
                  • Allow all book types instead of only sqlite3 for account_analysis.py
                  • +
                  • Fix lots of memory leaks
                  • +
                  • When closing a book (e.g. when opening a new file), release memory of the objects in the book
                  • +
                  • Remove qof_instance_begin_edit test from test_book_readonly; qof_instance_begin_edit doesn't check qof_book_is_readonly anymore.
                  • +
                  • Update svn:ignore for bi_import plugin
                  • +
                  • Set line ending property svn:eol-style to LF for newly added files
                  • +
                  • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                  • +
                  • Add missing svn:executable property
                  • +
                  • Fix printf conversion specifier of 64 bit integers in message. + +(Also, fix compiler warning about && and ||).
                  • +
                  • Improve wording of libdbi error message even more.
                  • +
                  • Remove old obsolete unused file from python wrappers. + +Apparently this is unused since r17284.
                  • +
                  • Make sure ENTER is balanced by LEAVE in gnc_commodity_set_quote_tz.
                  • +
                  • Win32 build: Aqbanking has a patch now, but doesn't need autotools called.
                  • +
                  • Remove *.i files from doxygen input again because at least my doxygen-1.6.3 hangs on gnucash_core.i. + +This is a follow-up to r19956, bug #637346.
                  • +
                  • Remove book_is_readonly check from qof_instance_begin_edit; it crashes if it's actually used.
                  • +
                  • Prevent a crash if gnc_sx_sxes_reverencing_account called when book has no sxes.
                  • +
                  • Win32: Add missing link libraries to bi_import plugin. Necessary for win32 linking.
                  • +
                  • Fix qof/test compilation errors, provide guard for glib_testing.
                  • +
                  • Remove the old "import-export/hbci" module because it is no longer supported. + +The newer "import-export/aqbanking" has been in use since aqbanking-3.0.0. +As it turned out, we require aqbanking-4.0.0 now anyway, which was +release 2009-05-30. Consequently, the old module isn't being maintained +by us and so needs to be removed.
                  • +
                  • Disable usage of qof/test for now because is does not yet compile.
                  • +
                  • Add a read-only attribute to QofBook and check of same to +qof_instance_begin_edit. Add qof_session_safe_save. Add unit tests for +these changes. + +QofBook read-only attribute is to prevent starting an edit when the +version of Gnucash which created a dataset is newer than the one +currently running. This is to prevent writing records of an old format +into an existing data set. The user can use File>Save As to create a new +QofSession which will write a completely new dataset in the current +format. This is an important safety feature for future versions of +Gnucash which will not bring all of a dataset into memory, instead +loading only what is immediately needed. + +Safe-save is the Qof access to allow writing out a dataset to an +existing server database (i.e., postgresql or mysql) while maintaining +the ability to both transaction-protect saving individual records while +maintaining the ability to rollback the entire save if something goes +wrong. + +The unit test framework is added to enable testing these components. +More tests will be added in a later commit.
                  • +
                  • Provide glib unit testing template files to make it easier to add unit testing to modules
                  • +
                  • Remove unused variable.
                  • +
                  • Remove obsolete compatibility code in the state file processing. +No version GnuCash 2.2.x version will produce state files with +spaces in their key names, and we don't need to worry about older +compatibility (migrating from 2.0.x should always happen via 2.2.x).
                  • +
                  • Fix some spelling errors in doxigen documentation
                  • +
                  • Provide for safely overwriting a sql database by moving the existing +tables out of the way, writing new tables, and then dropping the old +tables once everything has been saved.
                  • +
                  • Add python in section optional of README.dependencies + +Additional: explain alternatives and optional parts
                  • +
                  • Revert r20082 (re-enable plugins) +Get the bi_import plugin building on Windows by including missing libc functions
                  • +
                  • Disable building the plugins directory until windows build issues can be fixed
                  • +
                  • Add function for creating a new copy of an existing GncInvoice.
                  • +
                  • Remove obsolete unused autoconf macro
                  • +
                  • Add gnc_budget_clone() and make some functions arguments 'const'
                  • +Please enter the commit message for your changes. Lines starting +
                  • Follow-up to r19999: Refactor guile version-safe scm_to_locale_string into gnc function. + +(Yay, I made r20000 :-)
                  • +
                  • Fix r19985, r19986 for guile-1.6.8. + +The return value of guile-1.6's SCM_STRING_CHARS must not be freed, as +opposed to the return value of guile-1.8's scm_to_locale_string. So we +must wrap the free() into a macro that is defined appropriately (or maybe +we should refactor this into a function returning a g_malloc'd g_char anyway.)
                  • +
                  • Add facility to force BUILDING_FROM_SVN=no from outside the Gnucash build system + +Needed by packagers that maintain the packaging code in svn, svk or git too
                  • +
                  • Change dependency in src/backend/dbi/Makefile.am from app-utils to core-utils
                  • +
                  • Add en to the ALL_LINGUAS list in configure.ac; should have been in r20142
                  • +
                  • Enhanced database version handling. + +* Add a macro GNC_RESAVE_VERSION which holds an svn revision number. +* When fully saving a database put this number in versions with + table_name Gnucash-Resave. +* On database load, compare the current GNC_RESAVE_VERSION with the + Gnucash revision and Gnucash-Resave revision saved when the database + was created. +* If the current GNC_RESAVE_VERSION > the saved Gnucash + version, then emit ERR_SQL_DB_TOO_OLD. +* If GNC_RESAVE_VERSION < the saved Gnucash-Resave, emit ERR_SQL_DB_TOO_NEW.
                  • +
                  • Minor fixes to g_test: Adjust MODULEPATH so that the boundary path delimiters go at invocation; add DEFAULT_INCLUDES to the test_foo_CFLAGS; include the required NULL third arg to g_test_init()
                  • +
                  • Use last changed revision number instead of last-commited-somewhere-in-repo + +svnversion without options returns the most recent revision in the repo +at the time of the last svn update/checkout even if that revision +didn't hold any changes in the current path. Not very useful as a +reference. Better is to ask for the last changed revision with -c. +BUT: -c option for some reason always considers svn working copy +as having mixed sources. We're only interested in the last part so +we strip the beginning revision if it's there. +As a result if your WC really has mixed sources, that will not be +visible in the version number...
                  • +
                  • Remove the word "days" because it is also located after the near field.
                  • +
                  + + + + + + + + + + + +
                + +

                How can you help?

                +

                Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already.

                +

                + +

                About the Program

                +

                GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                From 49100f6c53b407764a17cc62fbcb575a7f0a2426 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 8 Feb 2011 05:23:27 +0000 Subject: [PATCH 294/344] Update global_params for 2.4.2 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20258 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 82f3577a..c5953ae2 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -2,7 +2,7 @@ // This section defines the most recent version numbers for all platforms. // Each platform can define its own latest version or follow the default. // Both a latest stable version and a latest unstable version are defined. - $latest_stable = "2.4.0"; + $latest_stable = "2.4.2"; $latest_stable_win = $latest_stable; # $latest_stable_mac_ppc = $latest_stable.".4"; $latest_stable_mac_ppc = $latest_stable; From 323726abc01e1bee75e4fc15d0443a6e6dcb6ca3 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 10 Feb 2011 19:13:04 +0000 Subject: [PATCH 295/344] Bug #638685: Remove source code download urls that are no longer being maintained git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20262 57a11ea4-9604-0410-9ed3-97b8803252fd --- download.phtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/download.phtml b/download.phtml index ba27a81a..3d240502 100644 --- a/download.phtml +++ b/download.phtml @@ -36,8 +36,6 @@ include("externals/menu.phtml");

                guidelines for several distributions.")?>

                From cab1a3343a11f7ab66c76ab49663ad0368bca15b Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 12 Feb 2011 10:43:18 +0000 Subject: [PATCH 296/344] Issue an official warning on the main website regarding the 2.4.2 sql crash on Windows git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20276 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110212-windows-sql.news | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/110212-windows-sql.news diff --git a/news/110212-windows-sql.news b/news/110212-windows-sql.news new file mode 100644 index 00000000..96950870 --- /dev/null +++ b/news/110212-windows-sql.news @@ -0,0 +1,23 @@ +Attention: Broken SQL support in GnuCash 2.4.2 on Windows +2011-02-12 + +

                Broken SQL support in GnuCash 2.4.2 on Windows

                + +
                +

                WARNING: The SQL support in GnuCash 2.4.2 is broken on Windows

                +

                If you are using GnuCash 2.4.2 on Windows you will likely experience a crash when you attempt to +

                  +
                • load your data from an Sqlite3 file or from a MySQL/PostgreSQL database
                • +
                • save your data to any of those formats
                • +

                +

                If you have already stored your data using any of the SQL formats using a previous version +of GnuCash, your best way forward is to uninstall GnuCash 2.4.2 and reinstall GnuCash 2.4.0 to +regain access to your data. If your data is still in xml format, don't attempt to save it to +an sql format in GnuCash 2.4.2 on Windows as that will fail.

                +
                +

                Apparently this only happens on Windows. The Linux and Mac OS X builds don't appear to be affected. +Note also that the bug only affects the SQL support in GnuCash. If you are storing your data in xml +format, you can safely continue to use GnuCash 2.4.2 on Windows.

                +

                We are currently working to solve this problem and will release a fixed version as soon as possible. +You can find more details on this bug and track its progress on +this bug report.

                From 9464f2876236e5a540f8e4bb2986d59268567972 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 12 Feb 2011 10:46:42 +0000 Subject: [PATCH 297/344] Add a 2.4.0 download link to the sql message git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20277 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110212-windows-sql.news | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/news/110212-windows-sql.news b/news/110212-windows-sql.news index 96950870..e06f1c62 100644 --- a/news/110212-windows-sql.news +++ b/news/110212-windows-sql.news @@ -11,7 +11,8 @@
              • save your data to any of those formats

              If you have already stored your data using any of the SQL formats using a previous version -of GnuCash, your best way forward is to uninstall GnuCash 2.4.2 and reinstall GnuCash 2.4.0 to +of GnuCash, your best way forward is to uninstall GnuCash 2.4.2 and reinstall GnuCash 2.4.0 +(Download link) to regain access to your data. If your data is still in xml format, don't attempt to save it to an sql format in GnuCash 2.4.2 on Windows as that will fail.

              From f760721ee0f710fdc6901d71b30ccec8d5aff830 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 12 Feb 2011 17:05:06 +0000 Subject: [PATCH 298/344] Add links to the 2.4 documentation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20286 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 99 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 68 insertions(+), 31 deletions(-) diff --git a/docs.phtml b/docs.phtml index c29a0174..6e2af9c1 100644 --- a/docs.phtml +++ b/docs.phtml @@ -14,67 +14,93 @@ include("externals/menu.phtml");

              gnucash-devel and we will add it.");?>

              -

              +

              -

              +

              @@ -94,29 +120,40 @@ include("externals/menu.phtml");

              From 4103fa6067fb6dff2e9bcf2ba57866e3acce73a6 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 12 Feb 2011 17:41:01 +0000 Subject: [PATCH 299/344] Readd (current stable release) indicator and fix small typo git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20288 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.phtml b/docs.phtml index 6e2af9c1..5c4cfe97 100644 --- a/docs.phtml +++ b/docs.phtml @@ -58,7 +58,7 @@ include("externals/menu.phtml"); -

              +

              GnuCash v2.4

              @@ -118,7 +118,7 @@ include("externals/menu.phtml");

                -
              • GnuCash v2.0: +
              • GnuCash v2.2:
                  : () | () | From 46ae1d422f609bc3261fc50dfa5fb26ea5347b44 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 12 Feb 2011 17:43:10 +0000 Subject: [PATCH 300/344] PDF -> Pdf for consistency git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20289 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.phtml b/docs.phtml index 5c4cfe97..cdefbde5 100644 --- a/docs.phtml +++ b/docs.phtml @@ -40,7 +40,7 @@ include("externals/menu.phtml");
                  • : - | PDF + | Pdf
                  • : From ee648fe8ec31666b5c86cf847066a6c3d2a34252 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 12 Feb 2011 17:44:38 +0000 Subject: [PATCH 301/344] Some more PDF -> Pdf changes git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20290 57a11ea4-9604-0410-9ed3-97b8803252fd --- docs.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.phtml b/docs.phtml index cdefbde5..eedd832d 100644 --- a/docs.phtml +++ b/docs.phtml @@ -112,7 +112,7 @@ include("externals/menu.phtml");
                  • + echo T_("Dave Gilbert's User Guide (Pdf)");?>

                  @@ -146,7 +146,7 @@ include("externals/menu.phtml");
              • GnuCash v1.6: From 50d0f11f06ac4e9bb3414938f409646c1b68a1de Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 21 Feb 2011 20:29:23 +0000 Subject: [PATCH 302/344] Try to add a link to the gnucash book as a news item git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20323 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/packtpub_gnucash_2.4cov.png | Bin 0 -> 32613 bytes news/110221-book.news | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 externals/packtpub_gnucash_2.4cov.png create mode 100644 news/110221-book.news diff --git a/externals/packtpub_gnucash_2.4cov.png b/externals/packtpub_gnucash_2.4cov.png new file mode 100644 index 0000000000000000000000000000000000000000..fcaccfd01ab7c8f93fe751dcf4f6db5ee9eb861d GIT binary patch literal 32613 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 B_dx&v literal 0 HcmV?d00001 diff --git a/news/110221-book.news b/news/110221-book.news new file mode 100644 index 00000000..e2d9a361 --- /dev/null +++ b/news/110221-book.news @@ -0,0 +1,18 @@ +Announcement: GnuCash Book: Small Business Accounting +2011-02-21 + +

                Recommended New Book: GnuCash 2.4 Small Business Accounting

                + +

                + +The GnuCash development team received notice about a new book +published by PacktPub, UK: GnuCash 2.4 Small Business +Accounting, by Ashok Ramachandran. This is a Beginner's Guide for +managing your accounts. Our own developer Christian Stimming has been +contributed to this book as a reviewer, and we can wholeheartly +recommend the outcome of this fruitful collaboration. Feel free to +have a look at this book over at packtpub.com, and, best of +all, the publisher has committed to allocate some percentage of the +book sales back to the GnuCash project. Have fun with this book!

                From 749b89226b5e59a79982d4d8f18ed2c998729144 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 21 Feb 2011 20:30:56 +0000 Subject: [PATCH 303/344] Try again so that the picture is there git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20324 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110221-book.news | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/news/110221-book.news b/news/110221-book.news index e2d9a361..fc78e35b 100644 --- a/news/110221-book.news +++ b/news/110221-book.news @@ -4,7 +4,9 @@

                Recommended New Book: GnuCash 2.4 Small Business Accounting

                - + The GnuCash development team received notice about a new book published by PacktPub, UK: GnuCash 2.4 Small Business From 628146595157984cdb59d238ce1c60209c92d752 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Mon, 21 Feb 2011 20:32:41 +0000 Subject: [PATCH 304/344] and some final tweaking of the news item git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20325 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110221-book.news | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/news/110221-book.news b/news/110221-book.news index fc78e35b..d3846d94 100644 --- a/news/110221-book.news +++ b/news/110221-book.news @@ -1,4 +1,4 @@ -Announcement: GnuCash Book: Small Business Accounting +Announcement: GnuCash Book on Small Business Accounting 2011-02-21

                Recommended New Book: GnuCash 2.4 Small Business Accounting

                @@ -11,10 +11,12 @@ The GnuCash development team received notice about a new book published by PacktPub, UK: GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran. This is a Beginner's Guide for -managing your accounts. Our own developer Christian Stimming has been -contributed to this book as a reviewer, and we can wholeheartly -recommend the outcome of this fruitful collaboration. Feel free to -have a look at this book over at packtpub.com, and, best of -all, the publisher has committed to allocate some percentage of the -book sales back to the GnuCash project. Have fun with this book!

                +managing your accounts.

                + +

                Our own developer Christian Stimming has been contributing to this +book as a reviewer, and we can wholeheartly recommend the outcome of +this fruitful collaboration. Feel free to have a look at this book +over at packtpub.com, +and, best of all, the publisher has committed to allocate some +percentage of the book sales back to the GnuCash project. Have fun +with this book!

                From 29700ae1edfcc109997230cae692773a784aabca Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 23 Feb 2011 12:52:33 +0000 Subject: [PATCH 305/344] Updated Italian translation git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20328 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/it.po | 1241 +++++++++++++++--------------------------------------- 1 file changed, 336 insertions(+), 905 deletions(-) diff --git a/po/it.po b/po/it.po index 508ec1c2..d514a256 100644 --- a/po/it.po +++ b/po/it.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: GnuCash ht-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-13 13:01+0100\n" -"PO-Revision-Date: 2010-12-23 16:18+0100\n" +"POT-Creation-Date: 2011-02-21 19:48+0100\n" +"PO-Revision-Date: 2011-02-21 19:52+0100\n" "Last-Translator: Cristian Marchi \n" "Language-Team: \n" "Language: \n" @@ -29,169 +29,106 @@ msgid "Stable release (%s)" msgstr "Rilascio stabile (%s)" #: download.phtml:15 -msgid "" -"A stable release is a version of GnuCash that is well tested and considered " -"appropriate for every day use." -msgstr "" -"Un rilascio stabile è una versione di GnuCash che è stata testata a fondo e " -"ritenuta appropriata per l'utilizzo di tutti i giorni." +msgid "A stable release is a version of GnuCash that is well tested and considered appropriate for every day use." +msgstr "Un rilascio stabile è una versione di GnuCash che è stata testata a fondo e ritenuta appropriata per l'utilizzo di tutti i giorni." #: download.phtml:16 #, php-format -msgid "" -"The latest stable release of GnuCash is %s. Choose the download for your " -"operating system below." -msgstr "" -"L'ultimo rilascio stabile di GnuCash è la versione %s. Scegliere qui sotto " -"il file da scaricare adatto al proprio sistema operativo." +msgid "The latest stable release of GnuCash is %s. Choose the download for your operating system below." +msgstr "L'ultimo rilascio stabile di GnuCash è la versione %s. Scegliere qui sotto il file da scaricare adatto al proprio sistema operativo." #: download.phtml:18 msgid "Installers" msgstr "Programmi di installazione" -#: download.phtml:20 download.phtml:21 download.phtml:49 download.phtml:50 +#: download.phtml:20 +#: download.phtml:21 +#: download.phtml:47 +#: download.phtml:48 #, php-format msgid "GnuCash %s for" msgstr "GnuCash %s per" #: download.phtml:25 -msgid "" -"Most linux distributions come bundled with a version of GnuCash, though it's " -"not always the most recent version and it may not have been installed by " -"default. Still it is recommended to use the GnuCash version that comes with " -"your distribution." -msgstr "" -"La maggior parte delle distribuzioni Linux forniscono una versione di " -"GnuCash, anche se questa potrebbe non essere quella più recente e installata " -"fin da subito. Si raccomanda comunque l'utilizzo della versione di GnuCash " -"fornita dalla propria distribuzione." +msgid "Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution." +msgstr "La maggior parte delle distribuzioni Linux forniscono una versione di GnuCash, anche se questa potrebbe non essere quella più recente e installata fin da subito. Si raccomanda comunque l'utilizzo della versione di GnuCash fornita dalla propria distribuzione." #: download.phtml:26 -msgid "" -"Below are ways to install GnuCash on some of the more popular distributions:" -msgstr "" -"Di seguito sono elencati alcuni metodi per installare GnuCash in alcune " -"delle più popolari distribuzioni:" +msgid "Below are ways to install GnuCash on some of the more popular distributions:" +msgstr "Di seguito sono elencati alcuni metodi per installare GnuCash in alcune delle più popolari distribuzioni:" #: download.phtml:29 -msgid "" -"Fedora users can install GnuCash through System->Administration->Add/Remove " -"Software (Gnome) or Applications->System->Software Management (KDE)." -msgstr "" -"Gli utenti di Fedora possono installare GnuCash attraverso il menu Sistema-" -">Amministrazione->Aggiungi/Rimuovi programmi (Gnome) o Applicazioni->Sistema-" -">Gestione programmi (KDE)." +msgid "Fedora users can install GnuCash through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE)." +msgstr "Gli utenti di Fedora possono installare GnuCash attraverso il menu Sistema->Amministrazione->Aggiungi/Rimuovi programmi (Gnome) o Applicazioni->Sistema->Gestione programmi (KDE)." #: download.phtml:30 -msgid "" -"Mandriva users can install GnuCash through the Software Management in the " -"Mandriva Linux Control Center." -msgstr "" -"Gli utenti di Mandriva possono installare GnuCash attraverso il gestore di " -"programmi nel Centro di Controllo di Mandriva Linux." +msgid "Mandriva users can install GnuCash through the Software Management in the Mandriva Linux Control Center." +msgstr "Gli utenti di Mandriva possono installare GnuCash attraverso il gestore di programmi nel Centro di Controllo di Mandriva Linux." #: download.phtml:31 -msgid "" -"Redhat and CentOS don't have GnuCash in their repositories by default. It " -"can be installed however from the third-party Epel repository. For more " -"details on configuring this additional software repository for your setup, " -"see " -msgstr "" -"Redhat e CentOS non forniscono GnuCash attraverso i loro repository di " -"default. GnuCash può comunque essere installato dal repository di terze " -"parti Epel. Per maggiori dettagli sulla configurazione di questo repository " -"di programmi, consultare la" +msgid "Redhat and CentOS don't have GnuCash in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see " +msgstr "Redhat e CentOS non forniscono GnuCash attraverso i loro repository di default. GnuCash può comunque essere installato dal repository di terze parti Epel. Per maggiori dettagli sulla configurazione di questo repository di programmi, consultare la" #: download.phtml:31 msgid "Epel's wiki page" msgstr "pagina wiki di Epel" #: download.phtml:32 -msgid "" -"Ubuntu 9.10 users can install GnuCash through the Software Center (in the " -"Applications menu). This will install GnuCash under the Office category in " -"the Applications menu." -msgstr "" -"Gli utenti di Ubuntu 9.10 possono installare GnuCash attraverso il Software " -"Center (nel menu Applicazioni). GnuCash verrà installato nella categoria " -"«Ufficio» del menu «Applicazioni»." +msgid "Ubuntu 9.10 users can install GnuCash through the Software Center (in the Applications menu). This will install GnuCash under the Office category in the Applications menu." +msgstr "Gli utenti di Ubuntu 9.10 possono installare GnuCash attraverso il Software Center (nel menu Applicazioni). GnuCash verrà installato nella categoria «Ufficio» del menu «Applicazioni»." #: download.phtml:34 -msgid "" -"If your distro doesn't ship with GnuCash or you wish to install a different " -"version than it ships with, you could try to build GnuCash directly from the " -"source code. The GnuCash wiki has guidelines for several distributions." -msgstr "" +msgid "If your distro doesn't ship with GnuCash or you wish to install a different version than it ships with, you could try to build GnuCash directly from the source code. The GnuCash wiki has guidelines for several distributions." +msgstr "Se la propria distribuzione non fornisce GnuCash o si vuole installare una versione diversa, è possibile compilare GnuCash direttamente dal codice sorgente. Il wiki di GnuCash fornisce le istruzioni per diverse distribuzioni." #: download.phtml:36 msgid "Source code" msgstr "Codice sorgente" -#: download.phtml:38 download.phtml:51 +#: download.phtml:38 +#: download.phtml:49 #, php-format msgid "for GnuCash %s" msgstr "per GnuCash %s" -#: download.phtml:39 -msgid "USA Mirror" -msgstr "Mirror in USA" - #: download.phtml:40 -msgid "European Mirror" -msgstr "Mirror in Europa" +msgid "For build instructions, please check the GnuCash wiki which has guidelines for several distributions." +msgstr "Per le istruzione di compilazione, fare riferimento alle istruzioni per le diverse distribuzioini nel wiki di GnuCash." #: download.phtml:42 -msgid "" -"For build instructions, please check the GnuCash wiki which has guidelines for " -"several distributions." -msgstr "" - -#: download.phtml:44 #, php-format msgid "Unstable/Development release (%s)" msgstr "Versione di sviluppo (non stabile) (%s)" -#: download.phtml:45 -msgid "" -"Unstable (development) releases are for testing purposes only. They contain " -"the newest features and improvements, but may also contain serious bugs " -"still. Don't install these releases for everyday use." -msgstr "" -"Le versioni di sviluppo (non stabili) sono dedicate solamente ai test. " -"Contengono nuove funzioni e miglioramenti, ma possono anche contenere dei " -"bug. Si consiglia di non installare questi rilasci per l'utilizzo di tutti i " -"giorni." +#: download.phtml:43 +msgid "Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use." +msgstr "Le versioni di sviluppo (non stabili) sono dedicate solamente ai test. Contengono nuove funzioni e miglioramenti, ma possono anche contenere dei bug. Si consiglia di non installare questi rilasci per l'utilizzo di tutti i giorni." -#: download.phtml:46 +#: download.phtml:44 #, php-format -msgid "" -"The latest unstable release of GnuCash is %s. Choose the download for your " -"operating system below." -msgstr "" -"L'ultima versione stabile di GnuCash è la %s. Scegliere qui sotto il file da " -"scaricare adatto al proprio sistema operativo." +msgid "The latest unstable release of GnuCash is %s. Choose the download for your operating system below." +msgstr "L'ultima versione stabile di GnuCash è la %s. Scegliere qui sotto il file da scaricare adatto al proprio sistema operativo." -#: download.phtml:54 +#: download.phtml:52 msgid "Other" msgstr "Altro" -#: download.phtml:57 +#: download.phtml:55 #, php-format msgid "View all GnuCash %s downloads (stable)" msgstr "Visualizza tutti i file scaricabili di GnuCash %s (stabile)" -#: download.phtml:58 +#: download.phtml:56 #, php-format msgid "View all GnuCash %s downloads (unstable)" msgstr "Visualizza tutti i file scaricabili di GnuCash %s (non stabile)" -#: download.phtml:59 +#: download.phtml:57 msgid "View all GnuCash downloads" msgstr "Visualizza tutti i file scaricabili di GnuCash" -#: index.phtml:5 oldnews.phtml:4 +#: index.phtml:5 +#: oldnews.phtml:4 msgid "Free Accounting Software" msgstr "Programma di contabilità gratuito" @@ -217,29 +154,12 @@ msgid "More downloads (Source, Development,...)" msgstr "Altri file da scaricare (codice sorgente, sviluppo, ecc...)" #: index.phtml:25 -msgid "" -"GnuCash is personal and small-business financial-accounting software, freely " -"licensed under the GNU GPL and available " -"for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." -msgstr "" -"GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in " -"ambito famigliare o in una piccola impresa, rilasciato gratuitamente con " -"licenza GNU GPL e disponibile per GNU/" -"Linux, BSD, Solaris, Mac OS X e Microsoft Windows." +msgid "GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." +msgstr "GnuCash è un programma finanziario e di contabilità adatto all'utilizzo in ambito famigliare o in una piccola impresa, rilasciato gratuitamente con licenza GNU GPL e disponibile per GNU/Linux, BSD, Solaris, Mac OS X e Microsoft Windows." #: index.phtml:27 -msgid "" -"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 to ensure balanced books and accurate reports. " -msgstr "" -"Progettato per essere di semplice utilizzo, ma comunque potente e " -"flessibile, GnuCash permette di tenere traccia dei conti bancari, delle " -"azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il " -"registro del libretto degli assegni, si basa sui principi fondamentali della " -"contabilità per garantire il bilancio dei conti e l'accuratezza dei " -"resoconti." +msgid "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 to ensure balanced books and accurate reports. " +msgstr "Progettato per essere di semplice utilizzo, ma comunque potente e flessibile, GnuCash permette di tenere traccia dei conti bancari, delle azioni, delle entrate e delle uscite. Intuitivo nell'utilizzo come il registro del libretto degli assegni, si basa sui principi fondamentali della contabilità per garantire il bilancio dei conti e l'accuratezza dei resoconti." #: index.phtml:30 msgid "Feature Highlights" @@ -247,15 +167,15 @@ msgstr "Caratteristiche principali" #: index.phtml:33 msgid "QIF/OFX/HBCI Import, Transaction Matching" -msgstr "" -"Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le " -"transazioni" +msgstr "Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le transazioni" -#: index.phtml:34 features.phtml:35 +#: index.phtml:34 +#: features.phtml:35 msgid "Reports, Graphs" msgstr "Resoconti e grafici" -#: index.phtml:35 features.phtml:104 +#: index.phtml:35 +#: features.phtml:104 msgid "Scheduled Transactions" msgstr "Transazioni pianificate" @@ -277,8 +197,7 @@ msgstr "Contabilità di piccole imprese" #: index.phtml:43 msgid "Customers, Vendors, Jobs,
                Invoices, A/P, A/R" -msgstr "" -"Clienti, venditori, lavori,
                fatture, conti per debiti e crediti correnti" +msgstr "Clienti, venditori, lavori,
                fatture, conti per debiti e crediti correnti" #: index.phtml:49 msgid "News" @@ -293,279 +212,152 @@ msgid "Checkbook-Style Register" msgstr "Registro in stile libretto degli assegni" #: features.phtml:25 -msgid "" -"The checkbook-style register provides a custom, convenient and familiar " -"interface to entering financial transactions. The register supports common " -"checking and credit-card transactions, as well as income, stock and currency " -"transactions." -msgstr "" -"Il registro in stile libretto degli assegni fornisce un'interfaccia " -"personalizzata, conveniente e familiare per l'inserimento delle transazioni " -"finanziarie. Il registro supporta le comuni transazioni relative agli " -"assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e " -"trasferimenti in valuta." +msgid "The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions. The register supports common checking and credit-card transactions, as well as income, stock and currency transactions." +msgstr "Il registro in stile libretto degli assegni fornisce un'interfaccia personalizzata, conveniente e familiare per l'inserimento delle transazioni finanziarie. Il registro supporta le comuni transazioni relative agli assegni e alla carta di credito, ma anche quelle dovute a entrate, azioni e trasferimenti in valuta." #: features.phtml:29 msgid "Double Entry" msgstr "Partita doppia" #: features.phtml:31 -msgid "" -"Every transaction must debit one account and credit others by an equal " -"amount. This ensures that the \"books balance\": that the difference between " -"income and outflow exactly equals the sum of all assets and equity." -msgstr "" -"Ogni transazione deve addebitare un conto e accreditarne un altro di uno " -"stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro " -"in entrata e denaro in uscita) sia pari alla somma di attività e capitali." +msgid "Every transaction must debit one account and credit others by an equal amount. This ensures that the \"books balance\": that the difference between income and outflow exactly equals the sum of all assets and equity." +msgstr "Ogni transazione deve addebitare un conto e accreditarne un altro di uno stesso importo. Questo fa si che il \"bilancio\" (la differenza tra denaro in entrata e denaro in uscita) sia pari alla somma di attività e capitali." #: features.phtml:38 -msgid "" -"GnuCash has an integrated reporting and graphing module, and comes complete " -"with a full suite of standard and customizeable reports, such as Balance " -"Sheet, Profit & Loss, Portfolio Valuation, and many others." -msgstr "" -"GnuCash possiede un modulo integrato per la realizzazione di grafici e " -"resoconti, ed è fornito di una serie completa di resoconti predefiniti e " -"personalizzabili quali fogli di bilancio, profitti e perdite, valutazione " -"del portafoglio e molti altri." +msgid "GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit & Loss, Portfolio Valuation, and many others." +msgstr "GnuCash possiede un modulo integrato per la realizzazione di grafici e resoconti, ed è fornito di una serie completa di resoconti predefiniti e personalizzabili quali fogli di bilancio, profitti e perdite, valutazione del portafoglio e molti altri." #: features.phtml:42 msgid "Income/Expense Account Types" msgstr "Conti di entrate e uscite" #: features.phtml:43 -msgid "" -"Income/Expense Account Types (Categories) allow you to categorize your cash " -"flow. When used properly with the double-entry feature and equity accounts, " -"these enable you to generate reports, such as Profit & Loss, that plain-" -"vanilla systems cannot handle." -msgstr "" -"I conti (categorie) di tipo entrate/uscite permettono di categorizzare i " -"flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e " -"i conti del capitale, essi permettono la generazione di resoconti, per " -"esempio, relativi a profitti e perdite che altri sistemi non sono in grado " -"di elaborare." +msgid "Income/Expense Account Types (Categories) allow you to categorize your cash flow. When used properly with the double-entry feature and equity accounts, these enable you to generate reports, such as Profit & Loss, that plain-vanilla systems cannot handle." +msgstr "I conti (categorie) di tipo entrate/uscite permettono di categorizzare i flussi di liquidi. Se utilizzati in modo appropriato con la partita doppia e i conti del capitale, essi permettono la generazione di resoconti, per esempio, relativi a profitti e perdite che altri sistemi non sono in grado di elaborare." #: features.phtml:47 msgid "Multiple Currencies" msgstr "Valute multiple" #: features.phtml:48 -msgid "" -"Different accounts can be denominated in different currencies. Currency " -"movements between accounts are fully balanced when double-entry is enabled." -msgstr "" -"I diversi conti possono avere valute differenti. I trasferimenti in valuta " -"sono completamente bilanciati quando è abilitata la partita doppia." +msgid "Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled." +msgstr "I diversi conti possono avere valute differenti. I trasferimenti in valuta sono completamente bilanciati quando è abilitata la partita doppia." #: features.phtml:52 msgid "Stock/Mutual Fund Portfolios" msgstr "Portafogli di azioni e fondi comuni" #: features.phtml:53 -msgid "" -"Track stocks individually (one per account) or in portfolio of accounts (a " -"group of accounts that can be displayed together)." -msgstr "" -"Le azioni possono essere tracciate individualmente (una per conto) o in un " -"portafoglio di conti (un gruppo di conti che possono essere visualizzati " -"insieme)." +msgid "Track stocks individually (one per account) or in portfolio of accounts (a group of accounts that can be displayed together)." +msgstr "Le azioni possono essere tracciate individualmente (una per conto) o in un portafoglio di conti (un gruppo di conti che possono essere visualizzati insieme)." #: features.phtml:56 msgid "Small Business Accounting Features" msgstr "Funzioni per la contabilità di piccole imprese" #: features.phtml:58 -msgid "" -"Simplify managing a small business with Customer and Vendor tracking, " -"Invoicing and Bill Payment, and Tax and Billing Terms." -msgstr "" -"La gestione di una piccola impresa è semplificata grazie alle funzioni di " -"registrazione di clienti e venditori, di fatturazione e pagamento, dei " -"termini di pagamento e delle imposte." +msgid "Simplify managing a small business with Customer and Vendor tracking, Invoicing and Bill Payment, and Tax and Billing Terms." +msgstr "La gestione di una piccola impresa è semplificata grazie alle funzioni di registrazione di clienti e venditori, di fatturazione e pagamento, dei termini di pagamento e delle imposte." #: features.phtml:61 msgid "QIF Import" msgstr "Importazione QIF" #: features.phtml:62 -msgid "" -"Intuit® Quicken® QIF files can be imported, " -"and are automatically merged to eliminate duplicate transactions." -msgstr "" -"I file QIF di Intuit® Quicken® possono essere " -"importati e sono automaticamente uniti per eliminare le transazioni " -"duplicate." +msgid "Intuit® Quicken® QIF files can be imported, and are automatically merged to eliminate duplicate transactions." +msgstr "I file QIF di Intuit® Quicken® possono essere importati e sono automaticamente uniti per eliminare le transazioni duplicate." #: features.phtml:65 msgid "OFX Import" msgstr "Importazione OFX" #: features.phtml:66 -msgid "" -"GnuCash is the first free software application to support the Open Financial " -"Exchange protocol that many banks and financial services are starting to use." -msgstr "" -"GnuCash è il primo programma gratuito a fornire il supporto per il " -"protocollo Open Financial Exchange che la maggior parte delle banche e dei " -"servizi finanziari stanno adottando." +msgid "GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are starting to use." +msgstr "GnuCash è il primo programma gratuito a fornire il supporto per il protocollo Open Financial Exchange che la maggior parte delle banche e dei servizi finanziari stanno adottando." #: features.phtml:69 msgid "HBCI Support" msgstr "Supporto al sistema HBCI" #: features.phtml:70 -msgid "" -"GnuCash is the first free software application to support the German Home " -"Banking Computer Information protocol, allowing German users to perform " -"statement download and initiate bank transfers and direct debits." -msgstr "" -"GnuCash è il primo programma gratuito a fornire il supporto al protocollo " -"Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti " -"Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di " -"inizializzare i trasferimenti bancari e gli addebiti diretti." +msgid "GnuCash is the first free software application to support the German Home Banking Computer Information protocol, allowing German users to perform statement download and initiate bank transfers and direct debits." +msgstr "GnuCash è il primo programma gratuito a fornire il supporto al protocollo Tedesco HBCI (Home Banking Computer Information), permettendo agli utenti Tedeschi di eseguire lo scaricamento via internet dell'estratto conto e di inizializzare i trasferimenti bancari e gli addebiti diretti." #: features.phtml:73 msgid "Improved Import Transaction Matching" -msgstr "" -"Individuazione migliorata delle corrispondenze tra le transazioni in fase di " -"importazione" +msgstr "Individuazione migliorata delle corrispondenze tra le transazioni in fase di importazione" #: features.phtml:74 -msgid "" -"The development of OFX and HBCI support has also resulted in an improved " -"transaction matching system that more accurately recognizes duplicate " -"transactions during file import." -msgstr "" -"Lo sviluppo del supporto per OFX e HBCI ha anche comportato un miglioramento " -"del sistema di individuazione delle corrispondenze tra transazioni in grado " -"ora di riconoscere più facilmente le transazioni duplicate durante il " -"processo di importazione." +msgid "The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately recognizes duplicate transactions during file import." +msgstr "Lo sviluppo del supporto per OFX e HBCI ha anche comportato un miglioramento del sistema di individuazione delle corrispondenze tra transazioni in grado ora di riconoscere più facilmente le transazioni duplicate durante il processo di importazione." #: features.phtml:77 msgid "Statement Reconciliation" msgstr "Riconciliazione con l'estratto conto" #: features.phtml:78 -msgid "" -"A reconcile window with running reconciled and cleared balances makes " -"balancing against bank statements easy." -msgstr "" -"Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e " -"liquidati, rende molto semplice il bilancio dei conti con i propri estratti " -"conti." +msgid "A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy." +msgstr "Una finestra di riconciliazione in cui sono riportati i saldi riconciliati e liquidati, rende molto semplice il bilancio dei conti con i propri estratti conti." #: features.phtml:81 msgid "Localization" msgstr "Localizzazione" #: features.phtml:82 -msgid "" -"Handles internationalized dates and currencies. The Gnucash menus and " -"popups have been translated to 21 languages, including Chinese, Danish, " -"French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, " -"Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. " -"Documentation is available in English, French, Portuguese and Spanish." -msgstr "" -"GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è " -"stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, " -"Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, " -"Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in " -"Inglese, Francese, Portoghese, Spagnolo e Italiano." +msgid "Handles internationalized dates and currencies. The Gnucash menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish." +msgstr "GnuCash permette l'internalizzazione di date e valute. Il menu di GnuCash è stato tradotto in 21 lingue tra cui: Cinese, Danese, Francese, Tedesco, Ungherese, Italiano, Giapponese, Polacco, Portoghese, Russo, Spagnolo, Svedese, Turco, Ucraino e Inglese. La documentazione è disponibile in Inglese, Francese, Portoghese, Spagnolo e Italiano." #: features.phtml:85 msgid "Transaction Finder" msgstr "Strumento per la ricerca delle transazioni" #: features.phtml:88 -msgid "" -"A powerful transaction query dialogue can help you quickly locate a needle " -"in a haystack." -msgstr "" -"Una potente procedura per la ricerca di transazioni può aiutare a " -"individuare rapidamente un ago in un pagliaio." +msgid "A powerful transaction query dialogue can help you quickly locate a needle in a haystack." +msgstr "Una potente procedura per la ricerca di transazioni può aiutare a individuare rapidamente un ago in un pagliaio." #: features.phtml:91 msgid "General Ledger" msgstr "Libro mastro generale" #: features.phtml:92 -msgid "" -"Multiple accounts can be displayed in one register window at the same time. " -"This can ease the trouble of tracking down typing/entry errors. It also " -"provides a convenient way of viewing a portfolio of many stocks, by showing " -"all transactions in that portfolio." -msgstr "" -"In una finestra del registro è possibile visualizzare più conti allo stesso " -"tempo. Questo facilita la ricerca degli errori di battitura o inserimento; " -"fornisce anche un metodo conveniente di visualizzare un partafoglio di più " -"azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." +msgid "Multiple accounts can be displayed in one register window at the same time. This can ease the trouble of tracking down typing/entry errors. It also provides a convenient way of viewing a portfolio of many stocks, by showing all transactions in that portfolio." +msgstr "In una finestra del registro è possibile visualizzare più conti allo stesso tempo. Questo facilita la ricerca degli errori di battitura o inserimento; fornisce anche un metodo conveniente di visualizzare un partafoglio di più azioni, mostrando tutte le transazioni contenute nel portafoglio stesso." #: features.phtml:95 msgid "Online Stock & Mutual Fund Quotes" msgstr "Quotazioni di azioni e fondi comuni online" #: features.phtml:96 -msgid "" -"Get Stock & Mutual Fund quotes from various web sites, update portfolio " -"automatically. Additional pricing sources are added regularly." -msgstr "" -"Le quotazioni di azioni e fondi comuni possono essere reperite da diversi " -"siti internet, permettendo l'aggiornamento automatico del portafoglio. Per " -"di più, le fonti dei prezzi sono aggiunte regolarmente." +msgid "Get Stock & Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly." +msgstr "Le quotazioni di azioni e fondi comuni possono essere reperite da diversi siti internet, permettendo l'aggiornamento automatico del portafoglio. Per di più, le fonti dei prezzi sono aggiunte regolarmente." #: features.phtml:99 msgid "Check Printing" msgstr "Stampa degli assegni" #: features.phtml:100 -msgid "" -"Checks may be printed in standard formats on common check stocks. A " -"customization GUI allows custom check layouts to be developed." -msgstr "" -"Gli assegni possono essere stampati con un formato predefinito per i comuni " -"gruppi di assegni. Un'interfaccia di personalizzazione permette di definire " -"dei formati personalizzati." +msgid "Checks may be printed in standard formats on common check stocks. A customization GUI allows custom check layouts to be developed." +msgstr "Gli assegni possono essere stampati con un formato predefinito per i comuni gruppi di assegni. Un'interfaccia di personalizzazione permette di definire dei formati personalizzati." #: features.phtml:105 -msgid "" -"You can now create recurring transactions, including automatic reminders " -"when a transaction is due, the ability to postpone a scheduled transaction " -"without canceling it, and the ability to specify only a limited number of " -"transactions." -msgstr "" -"È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria " -"automatici relativi alla scadenza di una transazione, posticipare una " -"transazione pianificata senza eliminarla e specificare solo un certo numero " -"di transazioni." +msgid "You can now create recurring transactions, including automatic reminders when a transaction is due, the ability to postpone a scheduled transaction without canceling it, and the ability to specify only a limited number of transactions." +msgstr "È ora possibile creare delle transazioni ricorrenti, inserire dei promemoria automatici relativi alla scadenza di una transazione, posticipare una transazione pianificata senza eliminarla e specificare solo un certo numero di transazioni." #: features.phtml:108 msgid "Mortgage & Loan Repayment Druid" msgstr "Procedura per il rimborso di mutui e ipoteche" #: features.phtml:109 -msgid "" -"A guided dialogue for setting up loan payments as scheduled transactions." -msgstr "" -"Un percorso guidato a finestre per la configurazione dei pagamenti di " -"prestiti come transazioni pianificate." +msgid "A guided dialogue for setting up loan payments as scheduled transactions." +msgstr "Un percorso guidato a finestre per la configurazione dei pagamenti di prestiti come transazioni pianificate." #: features.phtml:114 msgid "New User Manual and Help" msgstr "Nuovo manuale utente e aiuto" #: features.phtml:115 -msgid "" -"A new help subsystem that focuses on how to do tasks is now available, in " -"addition to a Tutorial and Concepts guide that gives the user background " -"information on accounting principles and how they are reflected in GnuCash." -msgstr "" -"È ora disponibile un sotto sistema di aiuto che si concentra su come " -"eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e " -"manuale di GnuCash\" che fornisce all'utente le informazioni di base " -"relative ai principi di contabilità e su come questi vengano applicati da " -"GnuCash." +msgid "A new help subsystem that focuses on how to do tasks is now available, in addition to a Tutorial and Concepts guide that gives the user background information on accounting principles and how they are reflected in GnuCash." +msgstr "È ora disponibile un sotto sistema di aiuto che si concentra su come eseguire le operazioni. Tale sistema si affianca alla \"guida ai concetti e manuale di GnuCash\" che fornisce all'utente le informazioni di base relative ai principi di contabilità e su come questi vengano applicati da GnuCash." #: docs.phtml:3 msgid "Documentation Project" @@ -576,516 +368,280 @@ msgid "GnuCash Documentation Project" msgstr "Progetto per la documentazione di GnuCash" #: docs.phtml:12 -msgid "" -"This page is the home of the Gnucash Documentation Project, our goal is to " -"maintain a community of people working towards creation of high quality " -"documentation for GnuCash." -msgstr "" -"Questa è la pagina principale del progetto per la documentazione di GnuCash; " -"l'obiettivo che si prefigge è quello di mantenere una comunità di persone " -"che lavorano alla realizzazione di documentazione di elevata qualità per " -"GnuCash" +msgid "This page is the home of the Gnucash Documentation Project, our goal is to maintain a community of people working towards creation of high quality documentation for GnuCash." +msgstr "Questa è la pagina principale del progetto per la documentazione di GnuCash; l'obiettivo che si prefigge è quello di mantenere una comunità di persone che lavorano alla realizzazione di documentazione di elevata qualità per GnuCash" #: docs.phtml:14 -msgid "" -"Everything you need concerning GnuCash documentation should be here, if you " -"notice something missing, email gnucash-devel and we will add it." -msgstr "" -"Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe " -"essere qui. Se dovesse mancare qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di " -"aggiungerla." +msgid "Everything you need concerning GnuCash documentation should be here, if you notice something missing, email gnucash-devel and we will add it." +msgstr "Tutto il necessario, relativamente alla documentazione di GnuCash, dovrebbe essere qui. Se dovesse mancare qualcosa, inviare una mail a gnucash-devel e qualcuno si occuperà di aggiungerla." #: docs.phtml:16 msgid "Nightly Documentation Builds" msgstr "Documentazione compilata in notturna" #: docs.phtml:17 -msgid "current unstable user documentation and developer documentation" +msgid "Current unstable user documentation and developer documentation" msgstr "L'attuale documentazione instabile dell'utente e dello sviluppatore" #: docs.phtml:19 -msgid "" -"Every night a server builds the documentation from the current contents of " -"the GnuCash subversion repository. This includes the Developer " -"Documentation from Doxygen and User Documentation for the current unstable " -"version of GnuCash." -msgstr "" -"Ogni notte un server compila la documentazione partendo dal contenuto del " -"deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori " -"di Doxygen e la documentazione dell'utente relativa all'attuale versione " -"instabile di GnuCash." +msgid "Every night a server builds the documentation from the current contents of the GnuCash subversion repository. This includes the Developer Documentation from Doxygen and User Documentation for the current unstable version of GnuCash." +msgstr "Ogni notte un server compila la documentazione partendo dal contenuto del deposito SVN di GnuCash. Sono incluse la documentazione per gli sviluppatori di Doxygen e la documentazione dell'utente relativa all'attuale versione instabile di GnuCash." -#: docs.phtml:22 docs.phtml:68 docs.phtml:99 docs.phtml:108 +#: docs.phtml:22 +#: docs.phtml:68 +#: docs.phtml:122 +#: docs.phtml:133 +#: docs.phtml:142 msgid "Help Manual" msgstr "Manuale di aiuto" -#: docs.phtml:25 docs.phtml:42 docs.phtml:69 docs.phtml:72 docs.phtml:75 -#: docs.phtml:77 docs.phtml:100 docs.phtml:104 docs.phtml:109 docs.phtml:111 -#: docs.phtml:114 docs.phtml:115 docs.phtml:119 +#: docs.phtml:25 +#: docs.phtml:42 +#: docs.phtml:71 +#: docs.phtml:88 +#: docs.phtml:123 +#: docs.phtml:128 +#: docs.phtml:134 +#: docs.phtml:138 +#: docs.phtml:143 +#: docs.phtml:153 msgid "English" msgstr "Inglese" -#: docs.phtml:29 docs.phtml:46 +#: docs.phtml:26 +#: docs.phtml:30 +#: docs.phtml:34 +#: docs.phtml:43 +#: docs.phtml:47 +#: docs.phtml:51 +#: docs.phtml:55 +#: docs.phtml:72 +#: docs.phtml:76 +#: docs.phtml:80 +#: docs.phtml:89 +#: docs.phtml:93 +#: docs.phtml:97 +#: docs.phtml:101 +#: docs.phtml:123 +#: docs.phtml:124 +#: docs.phtml:125 +#: docs.phtml:128 +#: docs.phtml:129 +#: docs.phtml:134 +#: docs.phtml:135 +#: docs.phtml:138 +#: docs.phtml:143 +#: docs.phtml:145 +#: docs.phtml:148 +msgid "Online" +msgstr "Online" + +#: docs.phtml:29 +#: docs.phtml:46 +#: docs.phtml:75 +#: docs.phtml:92 +#: docs.phtml:124 +#: docs.phtml:135 +#: docs.phtml:145 +#: docs.phtml:148 +#: docs.phtml:154 msgid "German" -msgstr "" +msgstr "Tedesco" -#: docs.phtml:33 docs.phtml:50 -#, fuzzy +#: docs.phtml:33 +#: docs.phtml:50 +#: docs.phtml:79 +#: docs.phtml:96 +#: docs.phtml:125 +#: docs.phtml:129 msgid "Italian" msgstr "Italiano" -#: docs.phtml:39 docs.phtml:74 docs.phtml:103 docs.phtml:113 +#: docs.phtml:39 +#: docs.phtml:85 +#: docs.phtml:127 +#: docs.phtml:137 +#: docs.phtml:147 msgid "Concepts Guide" msgstr "Guida ai concetti" #: docs.phtml:54 +#: docs.phtml:100 msgid "Japanese" -msgstr "" +msgstr "Giapponese" #: docs.phtml:61 -msgid "GnuCash v2.2 (current stable release)" -msgstr "GnuCash v2.2 (rilascio stabile attuale)" +msgid "(current stable release)" +msgstr "(rilascio stabile attuale)" #: docs.phtml:63 -msgid "" -"If you have a question about how to use GnuCash, you are in the right place. " -"The first thing you should do is read the Help Manual and the Concepts " -"Guide, most of your questions can probably be answered by these documents." -msgstr "" -"Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto " -"giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida " -"ai concetti; la maggior parte delle domande potrebbero trovare risposta in " -"questi documenti." +msgid "If you have a question about how to use GnuCash, you are in the right place. The first thing you should do is read the Help Manual and the Concepts Guide, most of your questions can probably be answered by these documents." +msgstr "Se si ha una domanda relativa all'utilizzo di GnuCash, si è nel posto giusto. Per prima cosa, si dovrebbe leggere il manuale di aiuto e la guida ai concetti; la maggior parte delle domande potrebbero trovare risposta in questi documenti." #: docs.phtml:64 -msgid "" -"The Help Manual is designed to be a quick reference of how to accomplish " -"specific tasks and how to use the features in GnuCash. The Concepts Guide is " -"designed to be an in depth guide to the concepts behind using GnuCash with a " -"tutorial to show how to put those concepts into practice." -msgstr "" -"Il manuale di aiuto è pensato per costituire un rapido riferimento su come " -"compiere delle operazioni specifiche e su come utilizzare le caratteristiche " -"di GnuCash. La guida ai concetti costituisce invece un approfondimento dei " -"concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche " -"un esempio guidato su come mettere in pratica questi concetti." - -#: docs.phtml:70 docs.phtml:101 docs.phtml:110 docs.phtml:120 -msgid "Deutsch" -msgstr "Tedesco" +msgid "The Help Manual is designed to be a quick reference of how to accomplish specific tasks and how to use the features in GnuCash. The Concepts Guide is designed to be an in depth guide to the concepts behind using GnuCash with a tutorial to show how to put those concepts into practice." +msgstr "Il manuale di aiuto è pensato per costituire un rapido riferimento su come compiere delle operazioni specifiche e su come utilizzare le caratteristiche di GnuCash. La guida ai concetti costituisce invece un approfondimento dei concetti che stanno alla base dell'utilizzo di GnuCash; essa illustra anche un esempio guidato su come mettere in pratica questi concetti." -#: docs.phtml:71 docs.phtml:76 -msgid "Italiano" -msgstr "Italiano" - -#: docs.phtml:81 -msgid "" -"Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer " -"to your question within either the Help Manual or the Concepts Guide. We " -"want feedback from you, it is only through your comments that we know " -"how to modify the documentation." -msgstr "" -"Inviare una mail alla lista di discussione gnucash-user se non si è avuta una risposta " -"soddisfacente al proprio quesito nel manuale di aiuto e nella guida ai " -"concetti. Abbiamo bisogno dei vostri commenti, dato che che solo attraverso " -"di essi possiamo capire come modificare la documentazione." +#: docs.phtml:107 +msgid "Please send an email to the gnucash-user mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We want feedback from you, it is only through your comments that we know how to modify the documentation." +msgstr "Inviare una mail alla lista di discussione gnucash-user se non si è avuta una risposta soddisfacente al proprio quesito nel manuale di aiuto e nella guida ai concetti. Abbiamo bisogno dei vostri commenti, dato che che solo attraverso di essi possiamo capire come modificare la documentazione." -#: docs.phtml:82 -msgid "" -"Additionally, you can talk to someone via IRC at irc.gnome.org channel " -"\"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where " -"registered users can ask and answer questions." -msgstr "" -"In aggiunta, è possibile discutere con qualcuno, relativamente alla propria " -"domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori " -"risorse sono le wiki Inglese o " -"Tedesca di GnuCash. Una wiki è un " -"sito web interattivo in cui gli utenti registrati possono rispondere o " -"proporre delle domande." - -#: docs.phtml:84 -msgid "" -"Some people have written HOWTO guides or tutorials. Note: the information " -"presented in these sources may or may not be updated to the most recent " -"version of GnuCash. If you are interested in doing development work on these " -"documents, you should contact the original authors." -msgstr "" -"Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le " -"informazioni presenti in queste fonti possono o non possono essere " -"aggiornate alla versione più recente di GnuCash. Se si è interessati a " -"sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." +#: docs.phtml:108 +msgid "Additionally, you can talk to someone via IRC at irc.gnome.org channel \"#gnucash\" about your question. Another resource is the English or Deutsch GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions." +msgstr "In aggiunta, è possibile discutere con qualcuno, relativamente alla propria domanda, tramite IRC nel canale \"#gnucash\" su irc.gnome.org. Ulteriori risorse sono le wiki Inglese o Tedesca di GnuCash. Una wiki è un sito web interattivo in cui gli utenti registrati possono rispondere o proporre delle domande." -#: docs.phtml:86 -msgid "Neil Williams GnuCash documentation" -msgstr "Documentazione di GnuCash di Neil Williams (Inglese)" +#: docs.phtml:110 +msgid "Some people have written HOWTO guides or tutorials. Note: the information presented in these sources may or may not be updated to the most recent version of GnuCash. If you are interested in doing development work on these documents, you should contact the original authors." +msgstr "Alcune persone hanno preparato delle guide e degli esempi guidati. Nota: le informazioni presenti in queste fonti possono o non possono essere aggiornate alla versione più recente di GnuCash. Se si è interessati a sviluppare questi documenti, si dovrebbe prima contattare l'autore originale." -#: docs.phtml:87 -msgid "GnuCash for Business Users" -msgstr "GnuCash per le imprese (Inglese)" - -#: docs.phtml:88 -msgid "mirror" -msgstr "alternativamente" - -#: docs.phtml:90 +#: docs.phtml:113 msgid "Joe Mack's Tutorial" msgstr "Guida pratica di Joe Mack (Inglese)" -#: docs.phtml:92 -msgid "Dave Gilbert's User Guide (PDF)" -msgstr "Guida dell'utente di Dave Gilbert (PDF in Inglese)" +#: docs.phtml:115 +msgid "Dave Gilbert's User Guide (Pdf)" +msgstr "Guida dell'utente di Dave Gilbert (Pdf in Inglese)" -#: docs.phtml:95 +#: docs.phtml:118 msgid "Older GnuCash Documentation" msgstr "Vecchia documentazione di GnuCash" -#: docs.phtml:96 -msgid "" -"This section contains all the older GnuCash documentation. If you are using " -"one of these old versions of GnuCash, it is highly recommended that you " -"upgrade to the latest stable version." -msgstr "" -"Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si " -"sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda " -"caldamente di aggiornarla all'ultima versione stabile." +#: docs.phtml:119 +msgid "This section contains all the older GnuCash documentation. If you are using one of these old versions of GnuCash, it is highly recommended that you upgrade to the latest stable version." +msgstr "Questa sezione contiene tutta la vecchia documentazione di GnuCash. Se si sta utilizzando una di queste vecchie versioni di GnuCash, si raccomanda caldamente di aggiornarla all'ultima versione stabile." -#: docs.phtml:121 -msgid "Espagnol" +#: docs.phtml:155 +msgid "Spanish" msgstr "Spagnolo" -#: docs.phtml:122 -msgid "Português" +#: docs.phtml:156 +msgid "Portugese" msgstr "Portoghese" -#: docs.phtml:125 +#: docs.phtml:159 msgid "Documentation Development" msgstr "Sviluppo della documentazione" -#: docs.phtml:127 +#: docs.phtml:161 msgid "Introduction" msgstr "Introduzione" -#: docs.phtml:128 -msgid "" -"The GnuCash documentation is stored in xml files. More precisely, it uses " -"the GNOME2 XML docbook system. This is a relatively flexible system that " -"takes xml files as input and can generate documentation in several different " -"output formats (html, pdf,...)." -msgstr "" -"La documentazione di GnuCash è contenuta in file di tipo xml. Più " -"precisamente, utilizza il sistema docbook GNOME2 XML. Questo sistema è " -"relativamente flessibile e partendo dai file xml è possibile generare la " -"documentazione in vari altri formati (html, pdf, ecc...)" +#: docs.phtml:162 +msgid "The GnuCash documentation is stored in xml files. More precisely, it uses the GNOME2 XML docbook system. This is a relatively flexible system that takes xml files as input and can generate documentation in several different output formats (html, pdf,...)." +msgstr "La documentazione di GnuCash è contenuta in file di tipo xml. Più precisamente, utilizza il sistema docbook GNOME2 XML. Questo sistema è relativamente flessibile e partendo dai file xml è possibile generare la documentazione in vari altri formati (html, pdf, ecc...)" -#: docs.phtml:129 -msgid "" -"If you wish to review or write GnuCash documentation, you will need to know " -"xml. Some basic knowledge of the docbook system may be useful as well" -msgstr "" -"Se si intende revisionare o scrivere della documentazione per GnuCash, è " -"necessario conoscere il linguaggio XML. Può anche essere necessaria una " -"conoscenza di base del sistema docbook" +#: docs.phtml:163 +msgid "If you wish to review or write GnuCash documentation, you will need to know xml. Some basic knowledge of the docbook system may be useful as well" +msgstr "Se si intende revisionare o scrivere della documentazione per GnuCash, è necessario conoscere il linguaggio XML. Può anche essere necessaria una conoscenza di base del sistema docbook" -#: docs.phtml:130 -msgid "" -"The following links are for further sites that can help with the " -"documentation and review process." -msgstr "" -"I collegamenti seguenti sono relativi ad altri siti che possono essere di " -"aiuto per i processi di creazione e di revisione della documentazione." +#: docs.phtml:164 +msgid "The following links are for further sites that can help with the documentation and review process." +msgstr "I collegamenti seguenti sono relativi ad altri siti che possono essere di aiuto per i processi di creazione e di revisione della documentazione." -#: docs.phtml:135 -msgid "" -"While this GnuCash wiki page is really about translating the documentation, " -"it holds some useful information on working with docbook files." -msgstr "" -"Anche se questa pagina del wiki di GnuCash tratta la traduzione della " -"documentazione, contiene alcune informazioni utili per lavorare con i file " -"docbook." +#: docs.phtml:169 +msgid "While this GnuCash wiki page is really about translating the documentation, it holds some useful information on working with docbook files." +msgstr "Anche se questa pagina del wiki di GnuCash tratta la traduzione della documentazione, contiene alcune informazioni utili per lavorare con i file docbook." -#: docs.phtml:137 +#: docs.phtml:171 msgid "We suggest also subscribing to " msgstr "Si consiglia anche l'iscrizione a " -#: docs.phtml:139 +#: docs.phtml:173 msgid "Gnome Documentation guidelines" msgstr "Linee guida di GNOME per la documentazione" -#: docs.phtml:140 -msgid "" -"As stated earlier, the new docs are based on the GNOME2 XML docbook system. " -"Everyone wishing to help please follow these guides where possible when " -"reviewing and/or writing docs." -msgstr "" -"Come già detto, la nuova documentazione è basata sul sistema docbook GNOME2 " -"XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le " -"linee guida al momento della revisione e/o scrittura della documentazione." +#: docs.phtml:174 +msgid "As stated earlier, the new docs are based on the GNOME2 XML docbook system. Everyone wishing to help please follow these guides where possible when reviewing and/or writing docs." +msgstr "Come già detto, la nuova documentazione è basata sul sistema docbook GNOME2 XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le linee guida al momento della revisione e/o scrittura della documentazione." -#: docs.phtml:146 +#: docs.phtml:180 msgid "Where to get the documentation source" msgstr "Dove ottenere il codice sorgente della documentazione" -#: docs.phtml:147 -msgid "" -"You will need a recent copy of the documentation source. For this you can " -"check out the documentation module from the GnuCash svn. Reviewers could " -"also start from the current docs tarball." -msgstr "" -"Sarà necessario ottenere una copia recente del codice sorgente della " -"documentazione. Per fare questo è possibile eseguire il \"check out\" del " -"modulo della documentazione dall'svn di GnuCash. I revisori possono anche " -"iniziare dal pacchetto della documentazione corrente." +#: docs.phtml:181 +msgid "You will need a recent copy of the documentation source. For this you can check out the documentation module from the GnuCash svn. Reviewers could also start from the current docs tarball." +msgstr "Sarà necessario ottenere una copia recente del codice sorgente della documentazione. Per fare questo è possibile eseguire il \"check out\" del modulo della documentazione dall'svn di GnuCash. I revisori possono anche iniziare dal pacchetto della documentazione corrente." -#: docs.phtml:148 -msgid "" -"For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. " -"To get the documentation source instead of the program source, replace " -"'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" -msgstr "" -"Per coloro che non hanno familiarità con il sistema svn, il wiki di GnuCash " -"ne fornisce una descrizione relativamente al codice di GnuCash. Per ottenere " -"il codice sorgente della documentazione in luogo di quello del programma, " -"sostituire \"gnucash\" con \"gnucash-docs\" nei comandi svn riportati, come " -"per esempio:" - -#: docs.phtml:151 +#: docs.phtml:182 +msgid "For those not familiar with svn, the GnuCash wiki has a description tailored to the GnuCash code. To get the documentation source instead of the program source, replace 'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:" +msgstr "Per coloro che non hanno familiarità con il sistema svn, il wiki di GnuCash ne fornisce una descrizione relativamente al codice di GnuCash. Per ottenere il codice sorgente della documentazione in luogo di quello del programma, sostituire \"gnucash\" con \"gnucash-docs\" nei comandi svn riportati, come per esempio:" + +#: docs.phtml:185 msgid "Writers" msgstr "Autori" -#: docs.phtml:152 -msgid "" -"Get a copy of the documentation source as described above and start making " -"changes. When you are satisfied with your changes you can create a patch by " -"running the following command in the base directory of the documentation " -"(usually gnucash-docs, unless you renamed it):" -msgstr "" -"Una volta ottenuta una copia del codice sorgente della documentazione nel " -"modo descritto più sopra, sarà possibile iniziare ad effettuare delle " -"modifiche. Una volta soddisfatti dei propri cambiamenti, si potrà creare una " -"patch eseguendo il seguente comando nella cartella base della documentazione " -"(di solito \"gnucash-docs\", se non è stata rinominata):" +#: docs.phtml:186 +msgid "Get a copy of the documentation source as described above and start making changes. When you are satisfied with your changes you can create a patch by running the following command in the base directory of the documentation (usually gnucash-docs, unless you renamed it):" +msgstr "Una volta ottenuta una copia del codice sorgente della documentazione nel modo descritto più sopra, sarà possibile iniziare ad effettuare delle modifiche. Una volta soddisfatti dei propri cambiamenti, si potrà creare una patch eseguendo il seguente comando nella cartella base della documentazione (di solito \"gnucash-docs\", se non è stata rinominata):" -#: docs.phtml:154 -msgid "" -"Next attach your patch to a bug report against the documentation component " -"for the GnuCash project in Gnome's " -"bugzilla database and send an email to gnucash-devel mailing list to inform other " -"developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch " -"submission." -msgstr "" -"Allegare poi la patch a una segnalazione di bug relativa al componente " -"\"documentazione\" per il progetto GnuCash nel database Bugzilla di GNOME e inviare una mail alla lista di " -"discussione gnucash-devel per informare gli altri sviluppatori del proprio lavoro. Consultare anche " -"la pagina del wiki di " -"GnuCash dedicata a bugzillaper maggiori informazioni su come inviare una " -"patch." +#: docs.phtml:188 +msgid "Next attach your patch to a bug report against the documentation component for the GnuCash project in Gnome's bugzilla database and send an email to gnucash-devel mailing list to inform other developers on your work. See also GnuCash' wiki page on bugzilla for more details about patch submission." +msgstr "Allegare poi la patch a una segnalazione di bug relativa al componente \"documentazione\" per il progetto GnuCash nel database Bugzilla di GNOME e inviare una mail alla lista di discussione gnucash-devel per informare gli altri sviluppatori del proprio lavoro. Consultare anche la pagina del wiki di GnuCash dedicata a bugzillaper maggiori informazioni su come inviare una patch." -#: docs.phtml:156 -msgid "" -"NOTE: It used to be ok also to send your patch directly to the " -"gnucash-devel list. This is discouraged now, as a patch is easily forgotten " -"between the many list discussions. Attach patches to bugs in Bugzilla " -"instead (either an existing bug or a new one). If you insist on sending a " -"patch to gnucash-devel, it should be attached, not inlined." -msgstr "" -"NOTA: in passato era sufficiente inviare la propria patch " -"direttamente alla lista di discussione degli sviluppatori. Oggi questo è " -"sconsigliato perché la patch rischia di passare inosservata tra le tante " -"discussioni. Allegare invece la patch a una segnalazione di bug su bugzilla. " -"Se si volesse comunque inviare la patch alla lista di discussione gnucash-" -"devel, si consiglia di allegarla e di non inserirle nel testo della mail." - -#: docs.phtml:157 -msgid "" -"Please let other writers know which section you wish to tackle. Please " -"forward this to gnucash-" -"devel so that people can say 'hey I'm doing that already' or 'go ahead " -"and do it'." -msgstr "" -"Si consiglia di rendere noto agli altri autori la sezione su cui si desidera " -"lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone " -"interessate possano dare il via libera o comunicare che quella particolare " -"sezione è già assegnata a qualcun altro." +#: docs.phtml:190 +msgid "NOTE: It used to be ok also to send your patch directly to the gnucash-devel list. This is discouraged now, as a patch is easily forgotten between the many list discussions. Attach patches to bugs in Bugzilla instead (either an existing bug or a new one). If you insist on sending a patch to gnucash-devel, it should be attached, not inlined." +msgstr "NOTA: in passato era sufficiente inviare la propria patch direttamente alla lista di discussione degli sviluppatori. Oggi questo è sconsigliato perché la patch rischia di passare inosservata tra le tante discussioni. Allegare invece la patch a una segnalazione di bug su bugzilla. Se si volesse comunque inviare la patch alla lista di discussione gnucash-devel, si consiglia di allegarla e di non inserirle nel testo della mail." -#: docs.phtml:158 -msgid "" -"You may also want to retain a local copy of the old documentation to refer " -"to when writing. This still has a lot of useful information in it which " -"hasn't been transferred to the new docs" -msgstr "" -"Può anche risultare utile mantenere una copia locale della vecchia " -"documentazione come riferimento per la scrittura: essa contiene ancora una " -"grande quantità di informazioni utili che non sono ancora state trasferite " -"nella nuova documentazione." +#: docs.phtml:191 +msgid "Please let other writers know which section you wish to tackle. Please forward this to gnucash-devel so that people can say 'hey I'm doing that already' or 'go ahead and do it'." +msgstr "Si consiglia di rendere noto agli altri autori la sezione su cui si desidera lavorare. La richiesta deve essere fatta sulla lista gnucash-devel in modo che le altre persone interessate possano dare il via libera o comunicare che quella particolare sezione è già assegnata a qualcun altro." -#: docs.phtml:161 +#: docs.phtml:192 +msgid "You may also want to retain a local copy of the old documentation to refer to when writing. This still has a lot of useful information in it which hasn't been transferred to the new docs" +msgstr "Può anche risultare utile mantenere una copia locale della vecchia documentazione come riferimento per la scrittura: essa contiene ancora una grande quantità di informazioni utili che non sono ancora state trasferite nella nuova documentazione." + +#: docs.phtml:195 msgid "Reviewers" msgstr "Revisori" -#: docs.phtml:162 -msgid "" -"Get a copy of the documentation source as described above and start " -"commenting on it." -msgstr "" -"Una volta ottenuta una copia del codice sorgente della documentazione nel " -"modo descritto più sopra, sarà possibile iniziare a commentarla." +#: docs.phtml:196 +msgid "Get a copy of the documentation source as described above and start commenting on it." +msgstr "Una volta ottenuta una copia del codice sorgente della documentazione nel modo descritto più sopra, sarà possibile iniziare a commentarla." -#: docs.phtml:163 -msgid "" -"The best way of retaining comments about docs in an easy to find way for " -"everyone would be to use bugzilla.gnome." -"org to file the bugs under documentation. This can also be done using " -"bug-buddy." -msgstr "" -"Il miglior modo per sottoporre in maniera semplice le proprie osservazioni " -"relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug " -"indicandolo come relativo alla documentazione. Questo può avvenire anche " -"utilizzando \"bug-buddy\"." +#: docs.phtml:197 +msgid "The best way of retaining comments about docs in an easy to find way for everyone would be to use bugzilla.gnome.org to file the bugs under documentation. This can also be done using bug-buddy." +msgstr "Il miglior modo per sottoporre in maniera semplice le proprie osservazioni relative alla documentazione, consiste nell'utilizzo di bugzilla.gnome.org: qui è possibile inserire un bug indicandolo come relativo alla documentazione. Questo può avvenire anche utilizzando \"bug-buddy\"." #: oldnews.phtml:10 msgid "Older Announcements" msgstr "Vecchi annunci" #: oldnews.phtml:13 -msgid "" -"This is an archive of announcements that once appeared on the GnuCash home " -"page." -msgstr "" -"Questo è un archivio di annunci comparsi in passato nella pagina principale " -"di GnuCash." +msgid "This is an archive of announcements that once appeared on the GnuCash home page." +msgstr "Questo è un archivio di annunci comparsi in passato nella pagina principale di GnuCash." -#: sizing.phtml:3 externals/menu.phtml:51 +#: sizing.phtml:3 +#: externals/menu.phtml:51 msgid "Sizing" msgstr "Dimensioni" #: sizing.phtml:14 -msgid "" -"It can often be quite interesting to study the source code metrics behind a " -"software development project. Not a surprising interest: its accounting " -"afterall. GnuCash has grown, over the years, from a small handy electronic " -"checkbook to a rather large and multi-featured desktop app." -msgstr "" -"Può rivelarsi interessante studiare le statistiche del codice sorgente " -"relativamente a un progetto di sviluppo di un programma. Niente di " -"originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso " -"degli anni da un piccolo e pratico registro degli assegni elettronico, fino " -"a divenire un'applicazione desktop relativamente estesa e con molte " -"caratteristiche." +msgid "It can often be quite interesting to study the source code metrics behind a software development project. Not a surprising interest: its accounting afterall. GnuCash has grown, over the years, from a small handy electronic checkbook to a rather large and multi-featured desktop app." +msgstr "Può rivelarsi interessante studiare le statistiche del codice sorgente relativamente a un progetto di sviluppo di un programma. Niente di originale: dopotutto si tratta di contabilità. GnuCash è cresciuto nel corso degli anni da un piccolo e pratico registro degli assegni elettronico, fino a divenire un'applicazione desktop relativamente estesa e con molte caratteristiche." #: sizing.phtml:17 -msgid "" -"GnuCash currently consists of over a third of a million lines of code spread " -"over more than a thousand files. It has been translated into twenty-three " -"languages and credits over 139 authors and contributors." -msgstr "" -"GnuCash attualmente consiste di oltre un terzo di milione di linee di codice " -"distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e " -"allo sviluppo hanno contribuito oltre 139 persone fra autori e collaboratori." +msgid "GnuCash currently consists of over a third of a million lines of code spread over more than a thousand files. It has been translated into twenty-three languages and credits over 139 authors and contributors." +msgstr "GnuCash attualmente consiste di oltre un terzo di milione di linee di codice distribuite in oltre un migliaio di file. È stato tradotto in 23 lingue e allo sviluppo hanno contribuito oltre 139 persone fra autori e collaboratori." #: sizing.phtml:23 -msgid "" -"If you've had trouble swimming through that mass of source code, think of it " -"this way: printed out on paper, and bound into volumes, it would amount to " -"several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-" -"width's worth of source code." -msgstr "" -"Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può " -"immaginare in questo modo: stampato su carta, e rilegato in volumi, " -"ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, " -"circa la larghezza di una libreria di codice sorgente!" +msgid "If you've had trouble swimming through that mass of source code, think of it this way: printed out on paper, and bound into volumes, it would amount to several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-width's worth of source code." +msgstr "Nel caso non ci si rendesse conto del volume di codice sorgente, lo si può immaginare in questo modo: stampato su carta, e rilegato in volumi, ammonterebbe a diverse dozzine di copie di \"Guerra e pace\" di Tolstoy, circa la larghezza di una libreria di codice sorgente!" #: sizing.phtml:26 -msgid "" -"Mind you, this is source code (and docs) crafted and debugged by actual " -"humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) " -"can generate gaziilions of lines of code automatically; I'm not counting " -"those. Every last line counted here was typed in, edited, indented, " -"tweaked, multiple times, by human hands." -msgstr "" -"Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e " -"corretto da umani; NON si tratta di codice generato automaticamente. Alcuni " -"strumenti (quali glade o g-wrap) sono in grado di generare un'enorme " -"quantità di di linee di codice automaticamente; queste non sono state " -"conteggiate. Ogni singola linea conteggiata in questa sede, è stata più " -"volte scritta, modificata, ordinata, regolata dal lavoro umano." +msgid "Mind you, this is source code (and docs) crafted and debugged by actual humans, this is *not* autogenerated code. Tools (such as glade or g-wrap) can generate gaziilions of lines of code automatically; I'm not counting those. Every last line counted here was typed in, edited, indented, tweaked, multiple times, by human hands." +msgstr "Si sottolinea, che questo è codice sorgente (e documentazione) realizzato e corretto da umani; NON si tratta di codice generato automaticamente. Alcuni strumenti (quali glade o g-wrap) sono in grado di generare un'enorme quantità di di linee di codice automaticamente; queste non sono state conteggiate. Ogni singola linea conteggiata in questa sede, è stata più volte scritta, modificata, ordinata, regolata dal lavoro umano." #: sizing.phtml:29 -msgid "" -"Given that we have about 400 outstanding bugs in bugzilla, that works out to " -"about one bug per thousand lines of code, or one bug per 50 pages of " -"printout. This bug count is actually not atypical for software projects; " -"its near the norm." -msgstr "" -"Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che " -"che mediamente è presente un bug per ogni centinaio di linee di codice, o " -"anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che " -"atipico per i progetti di sviluppo di programmi: si può affermare che è " -"nella norma." +msgid "Given that we have about 400 outstanding bugs in bugzilla, that works out to about one bug per thousand lines of code, or one bug per 50 pages of printout. This bug count is actually not atypical for software projects; its near the norm." +msgstr "Dato che sono segnalati su bugzilla circa 400 bug non risolti, significa che che mediamente è presente un bug per ogni centinaio di linee di codice, o anche un bug ogni 50 pagine stampate. Questo numero di bug è tutt'altro che atipico per i progetti di sviluppo di programmi: si può affermare che è nella norma." #: sizing.phtml:32 -msgid "" -"The table below shows some historical lines-of-code and number-of-files " -"metrics for the GnuCash development project. Note that not all of the code " -"is counted: for instance, the Makefiles and configure.in and autogen.sh are " -"not counted. Also, files that are automatically generated are not counted, " -"nor are files that have been 'borrowed' from other projects. Also not " -"counted are experimental files, miscellaneous perl scripts, various " -"converters, addons and utilities. Finally, glade files are not " -"counted, although large parts of the overall GUI are described in glade files." -msgstr "" -"La tabella seguente mostra i dati storici relativi al numero di linee di " -"codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono " -"contabilizzate tutte le linee di codice: per esempio, i file Makefiles, " -"configure.in e autogen.sh non sono contati. Anche i file generati " -"automaticamente non sono stati considerati, come anche i file \"presi in " -"prestito\" da altri progetti. Non sono contati neanche i file sperimentali, " -"i vari script di perl, gli addon e le utility. Infine, non sono " -"contabilizzati nemmeno i file glade anche se buona parte " -"dell'interfaccia grafica è descritta nei file di questo tipo." +msgid "The table below shows some historical lines-of-code and number-of-files metrics for the GnuCash development project. Note that not all of the code is counted: for instance, the Makefiles and configure.in and autogen.sh are not counted. Also, files that are automatically generated are not counted, nor are files that have been 'borrowed' from other projects. Also not counted are experimental files, miscellaneous perl scripts, various converters, addons and utilities. Finally, glade files are not counted, although large parts of the overall GUI are described in glade files." +msgstr "La tabella seguente mostra i dati storici relativi al numero di linee di codice e al numero di file per il progetto di sviluppo di GnuCash. Non sono contabilizzate tutte le linee di codice: per esempio, i file Makefiles, configure.in e autogen.sh non sono contati. Anche i file generati automaticamente non sono stati considerati, come anche i file \"presi in prestito\" da altri progetti. Non sono contati neanche i file sperimentali, i vari script di perl, gli addon e le utility. Infine, non sono contabilizzati nemmeno i file glade anche se buona parte dell'interfaccia grafica è descritta nei file di questo tipo." #: sizing.phtml:35 -msgid "" -"Note also that KLOC's are not a good metric of programmer productivity, nor " -"even that wc is a good way of counting KLOC's. Much better " -"measures are complexity metrics, which, for example, count the number and " -"size of if-then-else blocks, or the number and size of all blocks, or the " -"number of math operators per statement. Maybe someday we'll run one of " -"those tools on this code. For now, this is what we have. On the other hand, " -"we've attempted to count only those files that contain human-edited code, " -"that is, files that are directly edited by humans. The point of doing this " -"is to avoid artificially inflating the KLOC counts by counting automatically " -"generated code (which is why the glade files are not counted: they are large " -"and automatically generated)." -msgstr "" -"Si noti anche che le KLOC non rappresentano una misura attendibile della " -"produttività di un programmatore, e anche che wc non è il modo " -"più adatto per conteggiare le KLOC. Misurazioni migliori derivano da " -"conteggi complessi che, per esempio, esaminano il numero e la dimensione di " -"tutti i blocchi, o il numero di operatori matematici per espressione. Forse " -"un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; " -"per ora questo è quello che si ha a disposizione. D'altra parte, si è " -"cercato di conteggiare solamente quei file che contengono codice elaborato " -"esclusivamente da umani. Questo è stato fatto per evitare di aumentare il " -"valore delle KLOC includendo anche il codice generato automaticamente (per " -"questo motivo i file di glade non sono computati: sono molto grandi e " -"generati in automatico)." +msgid "Note also that KLOC's are not a good metric of programmer productivity, nor even that wc is a good way of counting KLOC's. Much better measures are complexity metrics, which, for example, count the number and size of if-then-else blocks, or the number and size of all blocks, or the number of math operators per statement. Maybe someday we'll run one of those tools on this code. For now, this is what we have. On the other hand, we've attempted to count only those files that contain human-edited code, that is, files that are directly edited by humans. The point of doing this is to avoid artificially inflating the KLOC counts by counting automatically generated code (which is why the glade files are not counted: they are large and automatically generated)." +msgstr "Si noti anche che le KLOC non rappresentano una misura attendibile della produttività di un programmatore, e anche che wc non è il modo più adatto per conteggiare le KLOC. Misurazioni migliori derivano da conteggi complessi che, per esempio, esaminano il numero e la dimensione di tutti i blocchi, o il numero di operatori matematici per espressione. Forse un giorno il codice di GnuCash verrà analizzato con uno di questi strumenti; per ora questo è quello che si ha a disposizione. D'altra parte, si è cercato di conteggiare solamente quei file che contengono codice elaborato esclusivamente da umani. Questo è stato fatto per evitare di aumentare il valore delle KLOC includendo anche il codice generato automaticamente (per questo motivo i file di glade non sono computati: sono molto grandi e generati in automatico)." #: sizing.phtml:39 msgid "Table 1. Historical Development Stats" @@ -1095,11 +651,13 @@ msgstr "Tabella 1. Statistiche storiche di sviluppo" msgid "Version" msgstr "Versione" -#: sizing.phtml:50 sizing.phtml:355 +#: sizing.phtml:50 +#: sizing.phtml:355 msgid "misc app" msgstr "applicazioni varie" -#: sizing.phtml:57 sizing.phtml:390 +#: sizing.phtml:57 +#: sizing.phtml:390 msgid "internal txt" msgstr "txt interni" @@ -1107,11 +665,13 @@ msgstr "txt interni" msgid "Total" msgstr "Totale" -#: sizing.phtml:59 sizing.phtml:395 +#: sizing.phtml:59 +#: sizing.phtml:395 msgid "Languages" msgstr "Lingue" -#: sizing.phtml:60 sizing.phtml:400 +#: sizing.phtml:60 +#: sizing.phtml:400 msgid "Author Credits" msgstr "Ringraziamenti" @@ -1120,200 +680,80 @@ msgid "Each cell displays the following:" msgstr "Ogni cella visualizza:" #: sizing.phtml:321 -msgid "" -"number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in " -"*.scm). If there are no *.scm files in the directory, then only (KLOCS in *." -"c + KLOCS in *.h) are displayed. If there is only one number in the " -"parenthesis, it is the approriate KLOC count for that statistic." -msgstr "" -"numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *." -"scm). Se non sono presenti nella directory dei file di tipo *.scm, allora " -"sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le " -"parentesi è presente un solo numero, questo rappresenta il conteggio KLOC " -"appropriato per quella statistica." +msgid "number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). If there are no *.scm files in the directory, then only (KLOCS in *.c + KLOCS in *.h) are displayed. If there is only one number in the parenthesis, it is the approriate KLOC count for that statistic." +msgstr "numero di file *.c, *.h e *.scm (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm). Se non sono presenti nella directory dei file di tipo *.scm, allora sono visualizzati solamente (KLOCS in *.c + KLOCS in *.h). Se tra le parentesi è presente un solo numero, questo rappresenta il conteggio KLOC appropriato per quella statistica." #: sizing.phtml:324 -msgid "" -"where KLOC == kilo-lines-of-code, as reported by wc. As noted " -"above, wc is not a terribly good code metric, but its what we have handy." -msgstr "" -"dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come " -"riportato da wc. Come messo in evidenza in precedenza, wc non è " -"un perfetto contatore di codice, ma è ciò che si ha a disposizione." +msgid "where KLOC == kilo-lines-of-code, as reported by wc. As noted above, wc is not a terribly good code metric, but its what we have handy." +msgstr "dove KLOC == kilo-lines-of-code (migliaia di linee di codice), come riportato da wc. Come messo in evidenza in precedenza, wc non è un perfetto contatore di codice, ma è ciò che si ha a disposizione." #: sizing.phtml:327 msgid "Table Column Legend" msgstr "Legenda della colonna della tabella" #: sizing.phtml:331 -msgid "" -"Contents of the src/engine and the include directories. The engine was split " -"out from the motif code in version 1.1. The data storage backend (file-io, " -"sql) was split out in the course of version 1.5" -msgstr "" -"Contenuto della directory src/engine e delle sue sotto directory. Il motore " -"è stato separato dal codice motif nella versione 1.1. Il backend per " -"l'archiviazione dei dati (file-io, sql) è stato separato nel corso della " -"versione 1.5." +msgid "Contents of the src/engine and the include directories. The engine was split out from the motif code in version 1.1. The data storage backend (file-io, sql) was split out in the course of version 1.5" +msgstr "Contenuto della directory src/engine e delle sue sotto directory. Il motore è stato separato dal codice motif nella versione 1.1. Il backend per l'archiviazione dei dati (file-io, sql) è stato separato nel corso della versione 1.5." #: sizing.phtml:335 -msgid "" -"Contents of the src/backend directory (version 1.7 and later) or of src/" -"engine/file, src/engine/sql (version 1.6 and earlier)" -msgstr "" -"Contenuto della directory src/backend (versione 1.7 e successive) o di src/" -"engine/file, src/engine/sql (versione 1.6 e precedenti)" +msgid "Contents of the src/backend directory (version 1.7 and later) or of src/engine/file, src/engine/sql (version 1.6 and earlier)" +msgstr "Contenuto della directory src/backend (versione 1.7 e successive) o di src/engine/file, src/engine/sql (versione 1.6 e precedenti)" #: sizing.phtml:339 -msgid "" -"Contents of the src/register directory (version 1.6 and earlier) or src/" -"register/register-core (version 1.7 and later). The register was split out " -"as a separate component from the motif code in version 1.1. As can be seen " -"from the stats, the register code has been fairly stable. At version 1.7 and " -"later, this cell shows a second count: the number of lines of code in src/" -"register/register-gnome (previously counted as part of gnome)" -msgstr "" -"Contenuto della directory src/register (versione 1.6 e precedenti) o src/" -"register/register-core (versione 1.7 e successive) . Il registro è stato " -"separato dal codice motif della versione 1.1. Come si può notare dalle " -"statistiche, il codice del registro è piuttosto stabile. A partire dalla " -"versione 1.7, questa cella mostra un secondo conteggio: il numero di linee " -"di codice in src/register/register-gnome (prima conteggiate come parte di " -"gnome)" +msgid "Contents of the src/register directory (version 1.6 and earlier) or src/register/register-core (version 1.7 and later). The register was split out as a separate component from the motif code in version 1.1. As can be seen from the stats, the register code has been fairly stable. At version 1.7 and later, this cell shows a second count: the number of lines of code in src/register/register-gnome (previously counted as part of gnome)" +msgstr "Contenuto della directory src/register (versione 1.6 e precedenti) o src/register/register-core (versione 1.7 e successive) . Il registro è stato separato dal codice motif della versione 1.1. Come si può notare dalle statistiche, il codice del registro è piuttosto stabile. A partire dalla versione 1.7, questa cella mostra un secondo conteggio: il numero di linee di codice in src/register/register-gnome (prima conteggiate come parte di gnome)" #: sizing.phtml:343 -msgid "" -"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/" -"register/ledger-core (version 1.7 and later)" -msgstr "" -"file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/" -"register/ledger-core (versione 1.7 e successive)" +msgid "*.c, *.h files in the src directory only (version 1.6 and earlier) or src/register/ledger-core (version 1.7 and later)" +msgstr "file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/register/ledger-core (versione 1.7 e successive)" #: sizing.phtml:347 -msgid "" -"Contents of the src/motif directory (version 1.2 and earlier). The motif " -"version of the code was discontinued after version 1.2, after most of the " -"non-gui code was moved to either the engine, the register or the ledger." -msgstr "" -"Contenuto della directory src/motif (versione 1.2 e precedenti). La versione " -"in motif del codice è stata abbandonata dopo la versione 1.2, allorché la " -"maggior parte del codice non relativo all'interfaccia grafica è stato " -"spostato o al motore,o al registro o al libro mastro." +msgid "Contents of the src/motif directory (version 1.2 and earlier). The motif version of the code was discontinued after version 1.2, after most of the non-gui code was moved to either the engine, the register or the ledger." +msgstr "Contenuto della directory src/motif (versione 1.2 e precedenti). La versione in motif del codice è stata abbandonata dopo la versione 1.2, allorché la maggior parte del codice non relativo all'interfaccia grafica è stato spostato o al motore,o al registro o al libro mastro." #: sizing.phtml:351 -msgid "" -"Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For " -"version 1.7 and later, this consists of src/gnome, src/gnome-search and src/" -"gnome-util" -msgstr "" -"Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e " -"precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/" -"gnome-search e src/gnome-util" +msgid "Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For version 1.7 and later, this consists of src/gnome, src/gnome-search and src/gnome-util" +msgstr "Contenuto della cartella src/gnome e src/register/gnome (versione 1.6 e precedenti). Per la versione 1.7 e successive, consiste di src/gnome, src/gnome-search e src/gnome-util" #: sizing.phtml:356 -msgid "" -"Contents of miscellanous application-related directories (version 1.7 and " -"later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/" -"gnc-module, src/network-utils, src/tax/us" -msgstr "" -"Contenuto delle directory relative ad applicazioni varie (versione 1.7 e " -"successive): src/app-file, src/app-utils, src/calculation, src/core-utils, " -"src/gnc-module, src/network-utils, src/tax/us" +msgid "Contents of miscellanous application-related directories (version 1.7 and later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" +msgstr "Contenuto delle directory relative ad applicazioni varie (versione 1.7 e successive): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us" #: sizing.phtml:361 -msgid "" -"Code to import and export various file formats: contents of the src/import-" -"export directory." -msgstr "" -"Codice per l'importazione e l'esportazione di file in vari formati: " -"contenuto della directory src/import-export" +msgid "Code to import and export various file formats: contents of the src/import-export directory." +msgstr "Codice per l'importazione e l'esportazione di file in vari formati: contenuto della directory src/import-export" #: sizing.phtml:366 -msgid "" -"Code to generate reports and graphs: contents of the src/reports directory." -msgstr "" -"Codice per la generazione di resoconti e grafici: contenuto della directory " -"src/reports" +msgid "Code to generate reports and graphs: contents of the src/reports directory." +msgstr "Codice per la generazione di resoconti e grafici: contenuto della directory src/reports" #: sizing.phtml:371 -msgid "" -"scheme and guile code in directories src/scm plus src/guile (version 1.6 and " -"earlier). In version 1.7 and later, much of this code went into reports, " -"import/export, and into indiovidual modules; thus only miscellaneous code " -"remains." -msgstr "" -"Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e " -"precedenti). Nella versione 1.7 e successive, la maggior parte di questo " -"codice è stato destinato ai resoconti, all'importazione ed esportazione e ai " -"moduli individuali; di conseguenza rimane solamente del codice vario." +msgid "scheme and guile code in directories src/scm plus src/guile (version 1.6 and earlier). In version 1.7 and later, much of this code went into reports, import/export, and into indiovidual modules; thus only miscellaneous code remains." +msgstr "Codice in scheme e guile nelle directory src/scm e src/guile (versione 1.6 e precedenti). Nella versione 1.7 e successive, la maggior parte di questo codice è stato destinato ai resoconti, all'importazione ed esportazione e ai moduli individuali; di conseguenza rimane solamente del codice vario." #: sizing.phtml:376 -msgid "" -"Code to add small-business features: contents of the src/business directory." -msgstr "" -"Codice per l'implementazione di funzioni dedicate alle piccole imprese: " -"contenuto della directory src/business" +msgid "Code to add small-business features: contents of the src/business directory." +msgstr "Codice per l'implementazione di funzioni dedicate alle piccole imprese: contenuto della directory src/business" #: sizing.phtml:381 -msgid "" -"Code to peform automated regression tests: contents of the src/*/test " -"directories." -msgstr "" -"Codice per l'esecuzione di test di regressione automatici: contenuto delle " -"directory src/*/test." +msgid "Code to peform automated regression tests: contents of the src/*/test directories." +msgstr "Codice per l'esecuzione di test di regressione automatici: contenuto delle directory src/*/test." #: sizing.phtml:386 -msgid "" -"English-language-only user documentation, including on-line help and manual " -"(html, sgml or xml). For version 1.8.4 and later, the number below the bar " -"counts the translated, non-english docs (currently de, es, fr, pt_PT). Both " -"of these numbers are somewhat hard to count, because of fairly large format " -"churns, and multiple competing versions." -msgstr "" -"Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il " -"manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero " -"sotto alla barra si riferisce alla documentazione tradotta (attualmente de, " -"es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da " -"calcolare a causa dei vari formati e versioni." +msgid "English-language-only user documentation, including on-line help and manual (html, sgml or xml). For version 1.8.4 and later, the number below the bar counts the translated, non-english docs (currently de, es, fr, pt_PT). Both of these numbers are somewhat hard to count, because of fairly large format churns, and multiple competing versions." +msgstr "Documentazione dell'utente in lingua Inglese, inclusi l'aiuto in linea e il manuale (html, sgml o xml). Per la versione 1.8.4 e successive, il numero sotto alla barra si riferisce alla documentazione tradotta (attualmente de, es, fr, pt_PT). Entrambi questi valori sono abbastanza difficili da calcolare a causa dei vari formati e versioni." #: sizing.phtml:391 -msgid "" -"The number of design documents and README files aimed at developers. This " -"includes *.txt files, *.texinfo files and README.* files in all " -"subdirectories. For version 1.7 and later, only those in the src " -"subdirectory are counted (leaving out some half-dozen scattered elsewhere)" -msgstr "" -"Il numero di documenti di progetto e di file README rivolti agli " -"sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le " -"sotto directory. Per la versione 1.7 e successive, sono state contate " -"solamente quelli nella sotto directory src (lasciandone fuori qualche mezza " -"dozzina sparpagliata qua e là)" +msgid "The number of design documents and README files aimed at developers. This includes *.txt files, *.texinfo files and README.* files in all subdirectories. For version 1.7 and later, only those in the src subdirectory are counted (leaving out some half-dozen scattered elsewhere)" +msgstr "Il numero di documenti di progetto e di file README rivolti agli sviluppatori. Sono inclusi i file *.txt, *.texinfo e README.* in tutte le sotto directory. Per la versione 1.7 e successive, sono state contate solamente quelli nella sotto directory src (lasciandone fuori qualche mezza dozzina sparpagliata qua e là)" #: sizing.phtml:396 -msgid "" -"The number of languages that the application messages have been translated " -"to (the number of po/*.po files). In parenthesis, the number of " -"messages in the message files (grep msgstr po/*.po |wc), in " -"thousands." -msgstr "" -"Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti " -"(il numero di file po/*.po ). Tra parentesi, è riportato il numero " -"in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" +msgid "The number of languages that the application messages have been translated to (the number of po/*.po files). In parenthesis, the number of messages in the message files (grep msgstr po/*.po |wc), in thousands." +msgstr "Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti (il numero di file po/*.po ). Tra parentesi, è riportato il numero in migliaia di messaggi nei file dei messaggi (grep msgstr po/*.po |wc)" #: sizing.phtml:401 -msgid "" -"The number of people credited in the AUTHORS file (version 1.6 and later) or " -"the README file (earlier versions). These include lead developers, patch " -"submitters and national-language translators. This includes additional " -"credits listed in the gnucash-docs/AUTHORS file that are not listed in the " -"main gnucash/AUTHORS file." -msgstr "" -"Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) " -"o nel file README (versioni precedenti). Sono inclusi gli sviluppatori " -"principali, coloro che hanno fornito delle patch e i traduttori i cui nomi " -"sono riportati nel file docs/AUTHORS e non nel file principale gnucash/" -"AUTHORS. " +msgid "The number of people credited in the AUTHORS file (version 1.6 and later) or the README file (earlier versions). These include lead developers, patch submitters and national-language translators. This includes additional credits listed in the gnucash-docs/AUTHORS file that are not listed in the main gnucash/AUTHORS file." +msgstr "Il numero di persone riportate nel file AUTHORS (versioni 1.6 e successive) o nel file README (versioni precedenti). Sono inclusi gli sviluppatori principali, coloro che hanno fornito delle patch e i traduttori i cui nomi sono riportati nel file docs/AUTHORS e non nel file principale gnucash/AUTHORS. " #: externals/menu.phtml:5 msgid "Information" @@ -1335,7 +775,8 @@ msgstr "Immagini, caratteristiche" msgid "How to help" msgstr "Come contribuire" -#: externals/menu.phtml:17 externals/menu.phtml:19 +#: externals/menu.phtml:17 +#: externals/menu.phtml:19 msgid "Documentation" msgstr "Documentazione" @@ -1399,17 +840,15 @@ msgstr "Lingua" msgid "Continent" msgstr "Continente" -#: externals/footer.phtml:4 search/templates/NMZ.foot.php_tmpl:13 +#: externals/footer.phtml:4 +#: search/templates/NMZ.foot.php_tmpl:13 msgid "Server & email outage reports to: " msgstr "Segnalare i problemi relativi a server ed email a:" -#: externals/footer.phtml:5 search/templates/NMZ.foot.php_tmpl:15 -msgid "" -"Translation problems? Contact: gnucash-devel@gnucash.org" -msgstr "" -"Problemi di traduzione? Contattare gnucash-devel@gnucash.org" +#: externals/footer.phtml:5 +#: search/templates/NMZ.foot.php_tmpl:15 +msgid "Translation problems? Contact: gnucash-devel@gnucash.org" +msgstr "Problemi di traduzione? Contattare gnucash-devel@gnucash.org" #: search/templates/NMZ.result.short.php_tmpl:4 #: search/templates/NMZ.result.normal.php_tmpl:4 @@ -1421,7 +860,8 @@ msgstr "punteggio" msgid "(${size} bytes)" msgstr "(${dimensione} byte)" -#: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28 +#: search/templates/NMZ.body.php_tmpl:4 +#: search/templates/NMZ.head.php_tmpl:28 msgid "Query" msgstr "Richiesta" @@ -1453,14 +893,11 @@ msgstr "" #: search/templates/NMZ.body.php_tmpl:29 msgid "" -"You can omit the and operator. Terms which " -"are\n" +"You can omit the and operator. Terms which are\n" "separated by one or more spaces are assumed to be an AND query." msgstr "" -"Si può omettere l'operatore and. I termini " -"separati\n" -"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E " -"logico)." +"Si può omettere l'operatore and. I termini separati\n" +"da uno o più spazi vengono elaborati come una richiesta di tipo AND (E logico)." #: search/templates/NMZ.body.php_tmpl:33 msgid "OR query" @@ -1515,8 +952,7 @@ msgstr "Ricerca per frasi" msgid "" "You can search for a phrase that consists of two or more terms\n" "by surrounding them with double quotation marks or braces such as\n" -"\"...\" and {...}.\n" +"\"...\" and {...}.\n" "In Namazu, the precision of phrase searching is not 100%,\n" "so wrong results may occasionally occur. Example:" msgstr "" @@ -1792,9 +1228,7 @@ msgstr "Suggerimenti per la ricerca" #: search/templates/NMZ.tips.php_tmpl:7 msgid "If you have trouble with searching, you can check the following tips." -msgstr "" -"Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti " -"seguenti." +msgstr "Se si hanno problemi con la ricerca, si consiglia di leggere i suggerimenti seguenti." #: search/templates/NMZ.tips.php_tmpl:11 msgid "" @@ -1901,9 +1335,24 @@ msgstr "Autore" msgid "Date" msgstr "Data" +#~ msgid "USA Mirror" +#~ msgstr "Mirror in USA" +#~ msgid "European Mirror" +#~ msgstr "Mirror in Europa" +#~ msgid "Deutsch" +#~ msgstr "Tedesco" +#~ msgid "Italiano" +#~ msgstr "Italiano" +#~ msgid "Neil Williams GnuCash documentation" +#~ msgstr "Documentazione di GnuCash di Neil Williams (Inglese)" +#~ msgid "GnuCash for Business Users" +#~ msgstr "GnuCash per le imprese (Inglese)" +#~ msgid "mirror" +#~ msgstr "alternativamente" +#~ msgid "Espagnol" +#~ msgstr "Spagnolo" #~ msgid "Doxygen Developer Documentation" #~ msgstr "Documentazione di Doxygen per gli sviluppatori" - #~ msgid "" #~ "The usual procedure for contributors to GnuCash is to initially submit " #~ "patches to the gnucash-" @@ -1919,60 +1368,42 @@ msgstr "Data" #~ "account. É anche possibile aggiungere la patch ad una segnalazione bug su " #~ "bugzilla.gnome.org se lo si " #~ "desidera." - #~ msgid "Interesting Links" #~ msgstr "Collegamenti di interesse" - #~ msgid "For both reviewers and documentation writers" #~ msgstr "Per revisori e autori di documentazione" - #~ msgid "engine" #~ msgstr "motore" - #~ msgid "backend" #~ msgstr "backend" - #~ msgid "register" #~ msgstr "registro" - #~ msgid "ledger" #~ msgstr "libro mastro" - #~ msgid "motif" #~ msgstr "motif" - #~ msgid "gnome" #~ msgstr "gnome" - #~ msgid "import export" #~ msgstr "importazione ed esportazione" - #~ msgid "reports" #~ msgstr "resoconti" - #~ msgid "scheme (misc)" #~ msgstr "scheme (vari)" - #~ msgid "business" #~ msgstr "imprese" - #~ msgid "test" #~ msgstr "test" - #~ msgid "user docs" #~ msgstr "documentazione dell'utente" - #~ msgid "scheme" #~ msgstr "scheme" - #~ msgid "docs" #~ msgstr "documentazione" - #~ msgid "Source code, Windows binary" #~ msgstr "Codice sorgente, binari per Windows" - #~ msgid "Source code only (USA)" #~ msgstr "Solo codice sorgente (USA)" - #~ msgid "Source code only (Europe)" #~ msgstr "Solo codice sorgente (Europa)" + From deb3baaabe0841aed35b034b4f8cbed53e24782e Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 23 Feb 2011 12:55:56 +0000 Subject: [PATCH 306/344] Translation to Italian of latest news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20329 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/110212-windows-sql.news | 25 +++++++++++++++++++++++++ news/it/110221-book.news | 20 ++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 news/it/110212-windows-sql.news create mode 100644 news/it/110221-book.news diff --git a/news/it/110212-windows-sql.news b/news/it/110212-windows-sql.news new file mode 100644 index 00000000..f75a4232 --- /dev/null +++ b/news/it/110212-windows-sql.news @@ -0,0 +1,25 @@ +Attenzione: il supporto SQL in GnuCash 2.4.2 su piattaforma Windows è danneggiato +2011-02-12 + +

                Supporto SQL danneggiato in GnuCash 2.4.2 su piattaforma Windows

                + +
                +

                ATTENZIONE: il supporto SQL in GnuCash 2.4.2 su piattaforma Windows è danneggiato

                +

                Se si utilizza GnuCash 2.4.2 su piattaforma Windows si incontreranno probabilmente dei problemi quando: +

                  +
                • si caricheranno dati da un file Sqlite3 o da un database MySQL/PostgreSQL;
                • +
                • si salveranno i propri dati in uno dei precedenti formati.
                • +

                +

                Se i propri dati sono già stati salvati in uno dei formati SQL utilizzando una versione precedente di +GnuCash, il modo migliore per evitare problemi consiste nel disinstallare GnuCash 2.4.2 e reinstallare GnuCash 2.4.0 +(collegamneto al download) per +ottenere di nuovo l'accesso ai propri dati. Se invece i propri dati sono ancora in formato xml, è bene evitare di salvarli in un +formato sql con GnuCash 2.4.2 in ambiente Windows per evitare problemi.

                +
                +

                Apparentemente questo problema si verifica solo in ambiente Windows. Le compilazioni per Linux e Mac OS X sembrano non +esserne affette. +Inoltre il problema affligge solamente il supporto SQL di GnuCash. Se i propri dati sono immagazzinati in formato xml, si può +tranquillamente continuare a utilizzare GnuCash 2.4.2 su Windows.

                +

                Stiamo lavorando a una soluzione per questo problema e una versione corretta verrà rilasciata il prima possibile. +Maggiori dettagli su questo problema e sui progressi sono disponibili in +questa segnalazione bug.

                diff --git a/news/it/110221-book.news b/news/it/110221-book.news new file mode 100644 index 00000000..0a5fdecf --- /dev/null +++ b/news/it/110221-book.news @@ -0,0 +1,20 @@ +Announcement: GnuCash Book on Small Business Accounting +2011-02-21 + +

                Raccomandazione di un nuovo libro: GnuCash 2.4 Small Business Accounting +(contabilità per le piccole imprese con GnuCash 2.4; testo in inglese)

                + +

                + +Il gruppo di sviluppo di GnuCash ha ricevutouna notifica riguardante la pubblicazione +di un nuovo libro pubblicato da PacktPub (Regno Unito): GnuCash 2.4 Small Business +Accounting, di Ashok Ramachandran (libro in lingua inglese). Si tratta di una guida per i nuovi utenti sulla +gestione dei propri conti.

                + +

                Il nostro sviluppatore Christian Stimming ha contribuito al libro in qualità di revisore, +e non possiamo che raccomandarea il frutto di questa collaborazione. Per dare un'occhiata a questo libro +dirigersi su packtpub.com e, tra l'altro, l'editore si è impegnato a +versare una piccola percentuale sulle vendite direttamente al progetto GnuCash. Quindi buona lettura!

                From 98f3b618b09c4654d05942861cd1ed5cba6c3f03 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 23 Feb 2011 13:01:58 +0000 Subject: [PATCH 307/344] Some small typos. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20330 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/110221-book.news | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news/it/110221-book.news b/news/it/110221-book.news index 0a5fdecf..16922698 100644 --- a/news/it/110221-book.news +++ b/news/it/110221-book.news @@ -8,13 +8,13 @@ -Il gruppo di sviluppo di GnuCash ha ricevutouna notifica riguardante la pubblicazione +Il gruppo di sviluppo di GnuCash ha ricevuto una notifica riguardante la pubblicazione di un nuovo libro pubblicato da PacktPub (Regno Unito): GnuCash 2.4 Small Business Accounting, di Ashok Ramachandran (libro in lingua inglese). Si tratta di una guida per i nuovi utenti sulla gestione dei propri conti.

                Il nostro sviluppatore Christian Stimming ha contribuito al libro in qualità di revisore, -e non possiamo che raccomandarea il frutto di questa collaborazione. Per dare un'occhiata a questo libro +e non possiamo che raccomandare il frutto di questa collaborazione. Per dare un'occhiata a questo libro dirigersi su packtpub.com e, tra l'altro, l'editore si è impegnato a versare una piccola percentuale sulle vendite direttamente al progetto GnuCash. Quindi buona lettura!

                From f4d92dee1fa74c44a124f07e5b88e3a5e4bb2e24 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 23 Feb 2011 13:11:12 +0000 Subject: [PATCH 308/344] Forgot to translate a phrase. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20331 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/110221-book.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/it/110221-book.news b/news/it/110221-book.news index 16922698..7b7ddb4a 100644 --- a/news/it/110221-book.news +++ b/news/it/110221-book.news @@ -1,4 +1,4 @@ -Announcement: GnuCash Book on Small Business Accounting +Annuncio: Libro dedicato alla contabilità per piccole imprese con GnuCash 2011-02-21

                Raccomandazione di un nuovo libro: GnuCash 2.4 Small Business Accounting From 93dcf067ccf626ba8693f1b6410dc79561ea4045 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 24 Feb 2011 20:57:24 +0000 Subject: [PATCH 309/344] Add news item about Uservoice forum git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20335 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110225-uservoice.news | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 news/110225-uservoice.news diff --git a/news/110225-uservoice.news b/news/110225-uservoice.news new file mode 100644 index 00000000..d4263a14 --- /dev/null +++ b/news/110225-uservoice.news @@ -0,0 +1,12 @@ +Announcement: New Additional Feature Request Forum +2011-02-25 + +

                New Feature Request Forum: Uservoice

                + +

                We are testing a new way for users to report their suggested +features and preferred enhancements: Uservoice offers not the +possibility to file new enhancement requests, but also enables user to +vote on existing suggestions. Please give it a try so that we, the +developers, can see whether this is an effective way to communicate +with our ever-growing user community. Thanks!

                From f1044b0eb5cdf7a2de4c2d651a14516b4ff5c224 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 26 Feb 2011 08:00:27 +0000 Subject: [PATCH 310/344] Minor edits in the uservoice announcement git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20341 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110225-uservoice.news | 12 ------------ news/110226-uservoice.news | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 news/110225-uservoice.news create mode 100644 news/110226-uservoice.news diff --git a/news/110225-uservoice.news b/news/110225-uservoice.news deleted file mode 100644 index d4263a14..00000000 --- a/news/110225-uservoice.news +++ /dev/null @@ -1,12 +0,0 @@ -Announcement: New Additional Feature Request Forum -2011-02-25 - -

                New Feature Request Forum: Uservoice

                - -

                We are testing a new way for users to report their suggested -features and preferred enhancements: Uservoice offers not the -possibility to file new enhancement requests, but also enables user to -vote on existing suggestions. Please give it a try so that we, the -developers, can see whether this is an effective way to communicate -with our ever-growing user community. Thanks!

                diff --git a/news/110226-uservoice.news b/news/110226-uservoice.news new file mode 100644 index 00000000..d99693d9 --- /dev/null +++ b/news/110226-uservoice.news @@ -0,0 +1,12 @@ +Announcement: New Additional Feature Request Forum +2011-02-26 + +

                New Feature Request Forum: Uservoice

                + +

                We are testing a new way for users to report their suggested +features and preferred enhancements: Uservoice offers not only the +possibility to file new enhancement requests, but also enables the +user to vote on existing suggestions. Please give it a try so that we, +the developers, can see whether this is an effective way to +communicate with our ever-growing user community. Thanks!

                From 548c61653da8f5d027c46e54cab73fd770034f63 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Mon, 28 Feb 2011 02:17:11 +0000 Subject: [PATCH 311/344] Add 2.4.3 news item git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20346 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110227-2.4.3.news | 223 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100644 news/110227-2.4.3.news diff --git a/news/110227-2.4.3.news b/news/110227-2.4.3.news new file mode 100644 index 00000000..237512af --- /dev/null +++ b/news/110227-2.4.3.news @@ -0,0 +1,223 @@ +Announcement: GnuCash 2.4.3 Release +2011-02-27 + +

                GnuCash 2.4.3 released

                + +

                The GnuCash development team proudly announces GnuCash 2.4.3, the third bug fix release in a series of stable of the GnuCash Free Accounting Software. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                + +

                Note: 2.4.1 was partially released but was pulled at the last minute when critical problems were found. 2.4.1 should NOT be used.

                + +

                Major changes in the 2.4.0 release include; +

                  +
                • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
                • +
                • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --with-html-engine=webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
                • +
                • Updated AqBanking on Win32.
                • +
                + +

                Getting GnuCash for Windows (Win32 binary)

                +

                The Gnucash 2.4.3 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash. + +

                Mac OSX binary

                +

                The Gnucash 2.4.3 MacOSX package can be downloaded from Sourceforge as well. + +

                Getting GnuCash as source code

                +

                If you want to compile GnuCash 2.4.3 for yourself, the source code can be downloaded from: +

                  +
                • Sourceforge: bzip2, gzip, all files.
                • +
                • You can also checkout the sources directly from the subversion repository with this command:

                  svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.3 gnucash
                • +

                + +

                To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                + + +

                Changes between 2.4.2 and 2.4.3 include: + +

                  +
                • User-visible changes
                • +
                    +
                  • Only show the Save As dialog at the end of the Hierarchy druid if it +was called at the beginning of a new book, not when a hierarchy is +added to from the actions menu.
                  • +
                  • Set a printer job name when printing reports and cheques
                  • +
                  • Update revision to 2.4.3
                  • +
                  • Fix invoice line ordering mismatch between register window and reports. + +The new code was missing the call to gncInvoiceSortEntries.
                  • +
                  • Add extra toolbar buttons as shortcuts for some business functions, "New Invoice" for now. + +The extra toolbar buttons are disabled until the user enables them +manually in Preferences -> Business -> Extra buttons.
                  • +
                  • Implement command for changing the ordering of invoice entries by moving them up or down one row. + +Turned out this is rather easy: Just swap the "date-entered" of both items.
                  • +
                  • Fix r20272: The text selection after auto-completion should work correctly now.
                  • +
                  • Extend the addr2/addr3 auto-completion also to the shipping addr2/addr3 lines.
                  • +
                  • Implement auto-completion on the addr2/addr3 lines of the "New Customer" dialog box.
                  • +
                  • Fix missing copying of invoice currency on "Copy Invoice". + +Unfortunately this feature has been creating invoices with no currency set. +This leads to weird amounts that have more digits than expected and don't +sum up correctly, and it also triggers the warning dialog "One or more of +the entries are for accounts different from the invoice/bill currency. (...)"
                  • +
                  • Minor tweaking of icon for duplicate invoice so that it doesn't look grayed out
                  • +
                  + + + + +
                • Updated translations or translation-related changes
                • +
                    +
                  • Update Russian translation by Sergey Belyashov.
                  • +
                  • Update translation po files: Merge latest pot template.
                  • +
                  • Update Dutch translation by Mark Haanen, copied from the Translation Project.
                  • +
                  • Updated Spanish translation, by Francisco Javier F. Serrador.
                  • +
                  • Updated Lithuanian translation by Mantas KriauÄiÅ«nas.
                  • +
                  • Update German translation.
                  • +
                  • I18n improvement: Unify two very similar strings.
                  • +
                  • Updated Italian translation.
                  • +
                  • Updated Slovak translation, copied from the translation project.
                  • +
                  • Updated Traditional Chinese translation, by Kuang-che Wu.
                  • +
                  • Remove translation markers from already-translated strings in German tax report.
                  • +
                  • Update German tax report, by Franz Stoll. + +The contributor also sent some explanatory documents, which I for now +copied into tax/us/de_DE/, but I just didn't know whether they better +belong anywhere else.
                  • +
                  • Updated Italian translation.
                  • +
                  • Unify two very similar strings.
                  • +
                  + + + + +
                • Bugs fixed
                • +
                    +
                  • Bug #635552: Rename "Financial Calculator" into "Loan Repayment Calculator" + +I've been told (by users who know the subject well enough) the "Financial +Calculator" should rather be called a "Loan Repayment Calculator" or a +"Mortgage Payment Calculator", as this is what is being offered there. So +I finally made this renaming.
                  • +
                  • Bug #640357: Adding very limited Perl-Support for doxygen + +Adding Doxygen commands to the Perl-scripts in the sources + +I searched for every *.pl file in the GnuCash source and added Doxygen commands +like @file, @brief, @author to better include them in doxygen. + +Patch by Christoph Holtermann.
                  • +
                  • Bug #640357: Adding very limited Perl-Support for doxygen + +There are a few Perl-scripts scattered through the GnuCash sources. This patch +enables doxygen to interpret them so that they can be provided with information +about author, date and so on. + +This is done by telling doxygen that their python-files. So python-comments can +be used. + +The actual Perl-source is commented out by using +@cond Perl +...PERL-CODE... +@endcond Perl + +Patch by Christoph Holtermann
                  • +
                  • Bug #640347: Adding Example Skripts for historic Stock Quotes + +This patch adds the example skripts from +http://wiki.gnucash.org/wiki/Stocks/get_prices +to the directory python-bindings/example_scripts. + +Patch by Christoph Holtermann.
                  • +
                  • Bug #640328: This patch makes Transaction.GetSplitList and Account.GetSplitList return Split instances + +I changed gnucash_core.py so that GetSplitList methods of Transaction and +Account return Split-instances so that the user doesn't need to call +Split(instance=GetSplitList()[n]). + +I checked the examples and changed one either. + +Patch by Christoph Holtermann
                  • +
                  • Bug #639906: Changing the way __format__ works for Split and Transaction + +Patch by Christoph Holtermann
                  • +
                  • Bug #641832: Workaround to avoid the current crashes on windows. + +On win32 the queryf() calls below seem to crash. On the other hand, +we know the used libdbi on windows is fine, so as a first +workaround, we assume libdbi is safe.
                  • +
                  • Bug #642445 [PATCH] Segfault when tip_of_the_day.list is empty
                  • +
                  • Bug #642284: Fails to build on Ubuntu Natty + +Patch by Ahmed El-Mahmoudy.
                  • +
                  • Bug #641832: Use g_strdup_printf() instead of dbi_conn_queryf() to format the query; the latter crashed msvcrt. Also reverts r20287 because the root bug is fixed.
                  • +
                  • Bug #641909: Fix broken price scatter plot + +The report was unknowingly broken by the move of one function in r20209 +namely gnc-locale-default-iso-currency-code from app-utils to core-utils, +and somehow this needs a re-export in the core-utils.scm declaration. +(I don't know why. For me, this confirms again this whole scheme plugin +stuff sucks, royally.)
                  • +
                  + + + + +
                • Other code/build changes
                • +
                    +
                  • Tag 2.4.3
                  • +
                  • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                  • +
                  • Update gtk include headers to follow gtk recommendations (only include gtk/gtk.h)
                  • +
                  • qofinstance.h: Delete duplicate declarations and consolidate editlevel declarations in one place.
                  • +
                  • Extend gtkmm/C++ plugin to include an actual gnc-plugin implementation.
                  • +
                  • Really fix conditional configure test for gtkmm.
                  • +
                  • Add optional module that compiles with gtkmm, i.e. in C++. + +This was just a crazy idea, but it turns out to be extremely easy. +This can be used as a place for new GUI elements which people prefer +to write in gtkmm/C++ instead of C. It's disabled by default. +Use configure --enable-gtkmm to enable it.
                  • +
                  • Fix const-correctness of gnc-module interface.
                  • +
                  • Add missing run-time typechecks in new code.
                  • +
                  • Fix CRIT gtk warning if the old_page_long_name was NULL but still passed to g_strrstr.
                  • +
                  • Win32 build: Updated aqbanking5 version numbers
                  • +
                  • Add accessor of GtkUIManager in GncMainWindow.
                  • +
                  • Win32 build: Fix outdated (and broken) URL of ActivePerl.
                  • +
                  • QofSession: Don't push a new generic error if there's already one available that might be more descriptive.
                  • +
                  • Remove no-longer-correct warning about the aqbanking5 setup wizard not being implemented: It is.
                  • +
                  • Add a Timespec constructor for the current clock time.
                  • +
                  • Win32 build: Fix some cross-compiling issues.
                  • +
                  • Win32 build: Update some version numbers: libofx, gwenhywfar, aqbanking
                  • +
                  • Fix potential parsing of NULL strings by correctly use an empty non-NULL string instead.
                  • +
                  • Another error message somewhat more verbose.
                  • +
                  • Make log warning about bad gnc_numeric print the actual error code.
                  • +
                  • Add address auto-completion of r20272 also for address line 4.
                  • +
                  • Add a common shared quickfill object for the addr2/addr3 lines of a GncAddress.
                  • +
                  • Minor code cleanup - remove includes from header if not necessary.
                  • +
                  • Fix CRIT error message on program quit in the aqbanking module.
                  • +
                  + + + + + + + + + + + + + + +
                + +

                How can you help?

                +

                Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already.

                +

                + +

                About the Program

                +

                GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                From 4c535d1385f64b2ea774398bd0a38cf8d54b8712 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 28 Feb 2011 04:46:43 +0000 Subject: [PATCH 312/344] Update webpage for 2.4.3 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20347 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index c5953ae2..25231791 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -2,7 +2,7 @@ // This section defines the most recent version numbers for all platforms. // Each platform can define its own latest version or follow the default. // Both a latest stable version and a latest unstable version are defined. - $latest_stable = "2.4.2"; + $latest_stable = "2.4.3"; $latest_stable_win = $latest_stable; # $latest_stable_mac_ppc = $latest_stable.".4"; $latest_stable_mac_ppc = $latest_stable; From aebd1c50dd7c6c3453e11ab572463518f26b643c Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 4 Mar 2011 21:05:55 +0000 Subject: [PATCH 313/344] Move book news item to top again git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20374 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/{110221-book.news => 110301-book.news} | 2 +- news/it/{110221-book.news => 110301-book.news} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename news/{110221-book.news => 110301-book.news} (98%) rename news/it/{110221-book.news => 110301-book.news} (99%) diff --git a/news/110221-book.news b/news/110301-book.news similarity index 98% rename from news/110221-book.news rename to news/110301-book.news index d3846d94..ba68ce9b 100644 --- a/news/110221-book.news +++ b/news/110301-book.news @@ -1,5 +1,5 @@ Announcement: GnuCash Book on Small Business Accounting -2011-02-21 +2011-03-01

                Recommended New Book: GnuCash 2.4 Small Business Accounting

                diff --git a/news/it/110221-book.news b/news/it/110301-book.news similarity index 99% rename from news/it/110221-book.news rename to news/it/110301-book.news index 7b7ddb4a..0f18e00b 100644 --- a/news/it/110221-book.news +++ b/news/it/110301-book.news @@ -1,5 +1,5 @@ Annuncio: Libro dedicato alla contabilità per piccole imprese con GnuCash -2011-02-21 +2011-03-01

                Raccomandazione di un nuovo libro: GnuCash 2.4 Small Business Accounting (contabilità per le piccole imprese con GnuCash 2.4; testo in inglese)

                From 3a45b3b14c5861b66dc1b93f1d4fd1b9a4661897 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Mon, 14 Mar 2011 20:35:56 +0000 Subject: [PATCH 314/344] Add 2.4.4 release notice git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20421 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110314-2.4.4.news | 204 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 news/110314-2.4.4.news diff --git a/news/110314-2.4.4.news b/news/110314-2.4.4.news new file mode 100644 index 00000000..b2ade6e0 --- /dev/null +++ b/news/110314-2.4.4.news @@ -0,0 +1,204 @@ +Announcement: GnuCash 2.4.4 Release +2011-03-14 + +

                GnuCash 2.4.4 released

                + +

                The GnuCash development team proudly announces GnuCash 2.4.4, the fourth bug fix release in a series of stable of the GnuCash Free Accounting Software. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                + +

                Note: 2.4.1 was partially released but was pulled at the last minute when critical problems were found. 2.4.1 should NOT be used.

                + +

                Major changes in the 2.4.0 release include; +

                  +
                • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
                • +
                • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --with-html-engine=webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
                • +
                • Updated AqBanking on Win32.
                • +
                + +

                Getting GnuCash for Windows (Win32 binary)

                +

                The Gnucash 2.4.4 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash. + +

                Mac OSX binary

                +

                The Gnucash 2.4.4 MacOSX package can be downloaded from Sourceforge as well. + +

                Getting GnuCash as source code

                +

                If you want to compile GnuCash 2.4.4 for yourself, the source code can be downloaded from: +

                  +
                • Sourceforge: bzip2, gzip, all files.
                • +
                • You can also checkout the sources directly from the subversion repository with this command:

                  svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.4 gnucash
                • +

                + +

                To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                + + +

                Changes between 2.4.3 and 2.4.4 include: + +

                  +
                • User-visible changes
                • +
                    +
                  • Update rev to 2.4.4
                  • +
                  • Implement automatic creation of stock account for newly imported OFX stocks. + +Only active if "auto-create commodity" is switched on in the preferences +from r20376.
                  • +
                  • When setting the report print name, check whether this exact name has been used before. + +Append an increasing number if that was the case.
                  • +
                  • When setting a printer job name, remove slashes because they are not allowes in filenames.
                  • +
                  • Add the invoice number in the output printer job name, if an invoice report is printed.
                  • +
                  • Add option in OFX import to have newly encountered commodities automatically created.
                  • +
                  • Modify Tax Info on Account Page to display or not display sub-account info based on whether row is expanded. + +Re-apply changes reverted in r20251. The only difference between this commit and r20207 is that, contrary to the recommendation given in gnc-tree-view.h, "Use GNC_TREE_VIEW_COLUMN_DATA_NONE if you plan on using a non-model data source for this column", it cobtinues to use "GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO". Using "GNC_TREE_VIEW_COLUMN_DATA_NONE" generates problems later in the "gnc_tree_view_add_text_column" routine when it tries to set up sorting for the column ("CRIT <Gtk> gtk_tree_sortable_set_sort_func: assertion `sort_column_id >= 0' failed"). + +Define a new column, GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in gnc-tree-model-account.c filled with gnc_ui_account_get_tax_info_sub_acct_string. + +Modify gnc-tree-view-account.c to define a tax_info_data_func that displays only the the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the row is expanded; otherwise it combines it with the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT model column. Modily the view creation function to use the new tax_info_data_func for the text after having first set it to GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO to prevent the problem mentioned above, thereby overriding it.
                  • +
                  • Update page name if invoice/bill is renamed.
                  • +
                  • Present already open budget page if the user tries to open a budget more than once
                  • +
                  • Update page name if budget is renamed.
                  • +
                  + + + + +
                • Updated translations or translation-related changes
                • +
                    +
                  • Update POTFILES.in
                  • +
                  • Updated Dutch translation copied from the translation project.
                  • +
                  • Updated Ukranian translation copied from the translation project.
                  • +
                  • Updated Traditional Chinese translation, glossary and win32 txt.
                  • +
                  • Fix typo in German translation
                  • +
                  • Add Traditional Chinese translation for win32 package system.
                  • +
                  • Updated Traditional Chinese translation by Kuang-che.
                  • +
                  • Improved French translation by Sebastien Daniel.
                  • +
                  + + + + +
                • Bugs fixed
                • +
                    +
                  • Bug #570042: Better default for book-closing entries in Income Statement Report Options + +Patch by Tristan Faujour: + +Proposed patch: make reports ignore book-closing entries + +I chose to: +- Change the reports' default behavior to have them ignore the book-closing +entries. +- Do not change anything in reports that deal explicitly with them. + +Here is the content of this patch (everything is under gnucash/src/report): +- In function gnc:account-get-trans-type-balance-interval, depending on an +argument, closing entries can be ignored (they are identified by +xaccTransGetIsClosingTxn). +- Some report utility functions are duplicated (with a "-with closing" suffix) +to provide the legacy feature. +- Equity statement and Profit & Loss reports are modified to call the +*-with-closing functions.
                  • +
                  • Bug #644556: Running the test as root happened to remove /dev/null. Check for this and also fix the respective test. + +Additionally, it turned out the log system never gave notice about +a log output file that was unwritable. Added an appropriate CRITICAL +error message.
                  • +
                  • Bug #644557 - gnucash-2.4.3: downstream patches to fix tests linking +Patches kindly provided by Gilles Dartiguelongue <eva@gentoo.org> of +the Gentoo project.
                  • +
                  • Bug #642739 - Translog files being created in Gnucash program +installation directory + +Translog files for databases are now created in a directory "translog" +inside the .gnucash dir. The files will be named following this +scheme: +<dbtype>_<hostname>_<user>_<dbname>.<timestamp>.log
                  • +
                  • Bug #644036: Counter format validation fails on Windows because the number format is I64i there. + +Note: Users will run into a problem when copying a windows file to linux +and vice versa because the counter format will have to be changed on the +other operating system each time.
                  • +
                  • Bug #521817 - Guid_init causes very long startup delay if Novell +Network active + +P_tmpdir is set to "\" by mingw. The way P_tmpdir is used by +GnuCash, this seems to trigger unwanted network activity. So on +Windows, I'm replacing it with "C:/temp" for now, based on suggestions +found on the internet regarding this issue.
                  • +
                  • Bug #347265 - budget column resizing/options applies to all budget windows
                  • +
                  + + + + +
                • Other code/build changes
                • +
                    +
                  • Tag 2.4.4
                  • +
                  • Add some more sanity checking in common importer module.
                  • +
                  • Refactor KVP-related functions of OFX into separate file.
                  • +
                  • Revert r20405, "Correct memory leaks..." - does not compile with guile-1.6 + +The patch will be re-applied once trunk requires guile-1.8, which will be done +right after the oncoming branching.
                  • +
                  • Code cleanup in ofx importer; refactoring to get away from the single giant long function.
                  • +
                  • Add some more const-correctness.
                  • +
                  • Configure simplification: Use pkg-config for libofx. Remove obsolete external qof detection. + +(Somehow the argument --with-qt3-wizard-package was writting right +inside the qof code stuff. This has been moved to the aqbanking section now.)
                  • +
                  • Win32: Tweak cross compiling script for webkit so that is seems to almost compile.
                  • +
                  • Correct memory leaks found with valgrind
                  • +
                  • Remove unused functions for wall clock timing. + +Facilities such as this should be used from external expert libraries. +Also, this is in the way when cleaning up some log system problems +in subsequent commits.
                  • +
                  • Fix r20394: Output string clean-up was missing the date part.
                  • +
                  • Move business-options.[hc] from business-utils to app-utils. + +As "business-core" has been dissolved, the "business-utils" code +has no more requirements than app-utils and can be moved there because of this.
                  • +
                  • Add ChangeLog.2010.
                  • +
                  • Fix missing timestamp in trace files on Windows
                  • +
                  • Additional svn:ignore settings
                  • +
                  • Add yet more gitignores.
                  • +
                  • Add more gitignore entries.
                  • +
                  • Add comments to warn about lack of Windows support in the guid_init +function.
                  • +
                  • Fix an accelerator.
                  • +
                  • Correct memory leaks found with valgrind
                  • +
                  • Add more debug logging.
                  • +
                  • Minor code cleanup: Move gconf section name into header; clarify argument name.
                  • +
                  • Minor code cleanup in ofx importer; improve const-correctness.
                  • +
                  • Use qualified include path for cmake/automake simplification
                  • +
                  • Add additional debug markers
                  • +
                  • Correct memory leak found with valgrind
                  • +
                  • Remove some obsolete files + +These files were once copied from gtk 2.8 to work around pre-2.8 gtk +bugs when that was still our baseline. Our baseline is currently 2.10, +so these files are no longer needed/used.
                  • +
                  • Fix Gtk CRIT warnings introduced in r20351
                  • +
                  • Small spelling corrections in comments and some whitespace adjustments
                  • +
                  + + + + + + + + + + + + + + +
                + +

                How can you help?

                +

                Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already.

                +

                + +

                About the Program

                +

                GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                From 907af1808ecdcde0f6da6b570b9edb9704d5c9f1 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 14 Mar 2011 23:54:13 +0000 Subject: [PATCH 315/344] Update webpage for 2.4.4 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20422 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 25231791..ba9ced11 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -2,7 +2,7 @@ // This section defines the most recent version numbers for all platforms. // Each platform can define its own latest version or follow the default. // Both a latest stable version and a latest unstable version are defined. - $latest_stable = "2.4.3"; + $latest_stable = "2.4.4"; $latest_stable_win = $latest_stable; # $latest_stable_mac_ppc = $latest_stable.".4"; $latest_stable_mac_ppc = $latest_stable; From 8138d2f2e01d88bd1f8eb98f7628f273724f6e8d Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 14 Mar 2011 23:54:54 +0000 Subject: [PATCH 316/344] Get rid of spurious file which breaks subversion on OSX because accounts and Accounts are the same file. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20423 57a11ea4-9604-0410-9ed3-97b8803252fd From a03eaaf7fed746148f2fb260dac79b7245c3ee84 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 21 Mar 2011 23:15:17 +0000 Subject: [PATCH 317/344] Update mac stable versions to 2.4.4.1, reflecting fix to Bug#645253/ git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20448 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/externals/global_params.php b/externals/global_params.php index ba9ced11..c931b820 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -4,10 +4,10 @@ // Both a latest stable version and a latest unstable version are defined. $latest_stable = "2.4.4"; $latest_stable_win = $latest_stable; -# $latest_stable_mac_ppc = $latest_stable.".4"; - $latest_stable_mac_ppc = $latest_stable; -# $latest_stable_mac_intel = $latest_stable.".5"; - $latest_stable_mac_intel = $latest_stable; + $latest_stable_mac_ppc = $latest_stable.".1"; + # $latest_stable_mac_ppc = $latest_stable; + $latest_stable_mac_intel = $latest_stable.".1"; + # $latest_stable_mac_intel = $latest_stable; $latest_unstable = "2.3.17"; $latest_unstable_win = $latest_unstable; From 22bd4cd86830b6bba7b63846290342bd83bba5f8 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 21 Mar 2011 23:15:56 +0000 Subject: [PATCH 318/344] Announce availability of 2.4.4.1, correcting Bug #645253 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20449 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110321-2.4.4.1.news | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 news/110321-2.4.4.1.news diff --git a/news/110321-2.4.4.1.news b/news/110321-2.4.4.1.news new file mode 100644 index 00000000..e394d30f --- /dev/null +++ b/news/110321-2.4.4.1.news @@ -0,0 +1,11 @@ +Announcement: GnuCash OSX 2.4.4.1 +2011-03-21 + +

                GnuCash OSX 2.4.4.1 DMG Available

                + +

                Revised Macintosh OSX dmgs for Gnucash 2.4.4 are available. These dmgs contain application bundles which include files which are needed for using AQBanking with the HBCI protocol. If you have experienced crashes with versions 2.4.2, 2.4.3, or 2.4.4 while trying to setup or edit Online Banking settings, these new dmgs will likely correct the problem

                + +

                Note: 2.4.1 was partially released but was pulled at the last minute when critical problems were found. 2.4.1 should NOT be used.

                + +

                About the Program

                +

                GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                From 4ad039968fa36dd5af5bcc9a5dd39777a28c1f58 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 26 Mar 2011 10:12:10 +0000 Subject: [PATCH 319/344] Minor cleanup of release announcements: Remove notices that are irrelevant for users and most probably also developers. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20486 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110227-2.4.3.news | 2 -- news/110314-2.4.4.news | 54 ------------------------------------------ 2 files changed, 56 deletions(-) diff --git a/news/110227-2.4.3.news b/news/110227-2.4.3.news index 237512af..13365891 100644 --- a/news/110227-2.4.3.news +++ b/news/110227-2.4.3.news @@ -5,8 +5,6 @@

                The GnuCash development team proudly announces GnuCash 2.4.3, the third bug fix release in a series of stable of the GnuCash Free Accounting Software. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                -

                Note: 2.4.1 was partially released but was pulled at the last minute when critical problems were found. 2.4.1 should NOT be used.

                -

                Major changes in the 2.4.0 release include;

                • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
                • diff --git a/news/110314-2.4.4.news b/news/110314-2.4.4.news index b2ade6e0..d0efc154 100644 --- a/news/110314-2.4.4.news +++ b/news/110314-2.4.4.news @@ -5,8 +5,6 @@

                  The GnuCash development team proudly announces GnuCash 2.4.4, the fourth bug fix release in a series of stable of the GnuCash Free Accounting Software. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                  -

                  Note: 2.4.1 was partially released but was pulled at the last minute when critical problems were found. 2.4.1 should NOT be used.

                  -

                  Major changes in the 2.4.0 release include;

                  • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
                  • @@ -35,7 +33,6 @@
                    • User-visible changes
                      • -
                      • Update rev to 2.4.4
                      • Implement automatic creation of stock account for newly imported OFX stocks. Only active if "auto-create commodity" is switched on in the preferences @@ -63,7 +60,6 @@ Modify gnc-tree-view-account.c to define a tax_info_data_func that displays only
                      • Updated translations or translation-related changes
                        • -
                        • Update POTFILES.in
                        • Updated Dutch translation copied from the translation project.
                        • Updated Ukranian translation copied from the translation project.
                        • Updated Traditional Chinese translation, glossary and win32 txt.
                        • @@ -132,68 +128,18 @@ found on the internet regarding this issue.
                        • Other code/build changes
                          • -
                          • Tag 2.4.4
                          • -
                          • Add some more sanity checking in common importer module.
                          • -
                          • Refactor KVP-related functions of OFX into separate file.
                          • Revert r20405, "Correct memory leaks..." - does not compile with guile-1.6 The patch will be re-applied once trunk requires guile-1.8, which will be done right after the oncoming branching.
                          • -
                          • Code cleanup in ofx importer; refactoring to get away from the single giant long function.
                          • -
                          • Add some more const-correctness.
                          • Configure simplification: Use pkg-config for libofx. Remove obsolete external qof detection. (Somehow the argument --with-qt3-wizard-package was writting right inside the qof code stuff. This has been moved to the aqbanking section now.)
                          • -
                          • Win32: Tweak cross compiling script for webkit so that is seems to almost compile.
                          • -
                          • Correct memory leaks found with valgrind
                          • -
                          • Remove unused functions for wall clock timing. - -Facilities such as this should be used from external expert libraries. -Also, this is in the way when cleaning up some log system problems -in subsequent commits.
                          • -
                          • Fix r20394: Output string clean-up was missing the date part.
                          • -
                          • Move business-options.[hc] from business-utils to app-utils. - -As "business-core" has been dissolved, the "business-utils" code -has no more requirements than app-utils and can be moved there because of this.
                          • -
                          • Add ChangeLog.2010.
                          • -
                          • Fix missing timestamp in trace files on Windows
                          • -
                          • Additional svn:ignore settings
                          • -
                          • Add yet more gitignores.
                          • -
                          • Add more gitignore entries.
                          • -
                          • Add comments to warn about lack of Windows support in the guid_init -function.
                          • -
                          • Fix an accelerator.
                          • Correct memory leaks found with valgrind
                          • -
                          • Add more debug logging.
                          • -
                          • Minor code cleanup: Move gconf section name into header; clarify argument name.
                          • -
                          • Minor code cleanup in ofx importer; improve const-correctness.
                          • -
                          • Use qualified include path for cmake/automake simplification
                          • -
                          • Add additional debug markers
                          • -
                          • Correct memory leak found with valgrind
                          • -
                          • Remove some obsolete files - -These files were once copied from gtk 2.8 to work around pre-2.8 gtk -bugs when that was still our baseline. Our baseline is currently 2.10, -so these files are no longer needed/used.
                          • -
                          • Fix Gtk CRIT warnings introduced in r20351
                          • -
                          • Small spelling corrections in comments and some whitespace adjustments
                          - - - - - - - - - - - -

                        How can you help?

                        From 8c105f8d7ab2dad062ec42f3f56bec3ff72adb10 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Sun, 10 Apr 2011 21:16:17 +0000 Subject: [PATCH 320/344] Add 2.4.5 news item git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20555 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110410-2.4.5.news | 119 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 news/110410-2.4.5.news diff --git a/news/110410-2.4.5.news b/news/110410-2.4.5.news new file mode 100644 index 00000000..dfa81a5e --- /dev/null +++ b/news/110410-2.4.5.news @@ -0,0 +1,119 @@ +Announcement: GnuCash 2.4.5 Release +2011-04-10 + +

                        GnuCash 2.4.5 released

                        + +

                        The GnuCash development team proudly announces GnuCash 2.4.5, the fifth bug fix release in a series of stable of the GnuCash Free Accounting Software. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                        + +

                        Major changes in the 2.4.0 release include; +

                          +
                        • In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features. In order to build with this, add --enable-dbi to the configure command. In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.
                        • +
                        • As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple. In order to build with this, add --with-html-engine=webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
                        • +
                        • Updated AqBanking on Win32.
                        • +
                        + +

                        Getting GnuCash for Windows (Win32 binary)

                        +

                        The Gnucash 2.4.5 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash. + +

                        Mac OSX binary

                        +

                        The Gnucash 2.4.5 MacOSX package can be downloaded from Sourceforge as well. + +

                        Getting GnuCash as source code

                        +

                        If you want to compile GnuCash 2.4.5 for yourself, the source code can be downloaded from: +

                          +
                        • Sourceforge: bzip2, gzip, all files.
                        • +
                        • You can also checkout the sources directly from the subversion repository with this command:

                          svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.5 gnucash
                        • +

                        + +

                        To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                        + + +

                        Changes between 2.4.4 and 2.4.5 include: + +

                          +
                        • User-visible changes
                        • +
                            +
                          • [20457] Improve message printed on screen
                          • +
                          • Note last stable version number
                          • +
                          + + + + +
                        • Updated translations or translation-related changes
                        • +
                            +
                          • [20507] Various spelling fixes in comments and translatable strings.
                          • +
                          • Updated Dutch translation, copied from the translation project.
                          • +
                          • Updated Italian translation.
                          • +
                          + + + + +
                        • Bugs fixed
                        • +
                            +
                          • [20496] Bug #645518: Partly revert r20378, "Correct memory leaks found with valgrind" + +The original author (Alex) asked to have this part reverted as it seems +to cause the crash explained in the bugreport, but he doesn't have time +to investigate this in detail right now.
                          • +
                          • [20481] Bug #645640: Online transfer must not allow to change amount in second window
                          • +
                          • Bug #642176: Add four decimals to CLF (Chilean Unidades de fomento) + +Oops, I forgot 1 digit
                          • +
                          • Bug #642176: Add four decimals to CLF (Chilean Unidades de fomento) + +While we could not find a document, which defines the decimals, +they are indispensable for the conversion of payments in "real" CLP.
                          • +
                          • Bug #645173 - [PATCH] Configure check uses hardcoded webkit library +name + +Patch by Andy Clayton.
                          • +
                          • Bug #641645 - Support ActivePerl 5.12 for Finance:Quote on Windows
                          • +
                          • Bug #644688: Account edit fails to detect that no changes have been made and marks the account 'dirty'.
                          • +
                          + + + + +
                        • Other code/build changes
                        • +
                            +
                          • [20501] During win32 build, if a component is already installed, print the installation path + +Original patch by plongstaff.
                          • +
                          • [20491] Fix glade message with unintended whitespaces.
                          • +
                          • [20487]Windows nightly build: fix webserver directory creation hack
                          • +
                          • [20475] Windows build: fix weekly 2.4 build and move log files into separate directory
                          • +
                          • [20461] Windows build: allow reset.sh to remove mingw
                          • +
                          • [20460] Windows build: fix upload code
                          • +
                          • [20456] Some additional Windows nightly build fixes: +- restore the original mingw/msys link, even when the build script abort (due to a die command) +- only restore the mingw/msys link if it was saved before +- weekly builds should be on Monday, not Tuesday +- upload tag rebuilds to a directory named 'releases' instead of 'tags'
                          • +
                          • [20455] Build server: automatically create directories on webserver for new branches
                          • +
                          • [20454] Rework the Windows weekly 2.4 build to avoid parallel builds (which would fail)
                          • +
                          • [20452] Adapt the windows build system to deal with swapping mingw installations on one build machine
                          • +
                          • Start the 2.4 stable branch so that trunk is now experimental again
                          • +
                          • Add some convenience getter functions to gncOwner.
                          • +
                          • Whitespace and spelling corrections
                          • +
                          • Make error message on missing <dbi/dbi.h> more verbose. + +Also mention the infamous dbi database drivers here, +https://lists.gnucash.org/pipermail/gnucash-devel/2011-February/031171.html
                          • +
                          + + + + + + + +
                        + +

                        How can you help?

                        +

                        Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already.

                        +

                        + +

                        About the Program

                        +

                        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                        From 4c6d452824518e777a32f5c7027d7b3795e763c2 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 10 Apr 2011 22:34:10 +0000 Subject: [PATCH 321/344] Update links to new version 2.4.5 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20556 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/externals/global_params.php b/externals/global_params.php index c931b820..b512b6c5 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -2,12 +2,12 @@ // This section defines the most recent version numbers for all platforms. // Each platform can define its own latest version or follow the default. // Both a latest stable version and a latest unstable version are defined. - $latest_stable = "2.4.4"; + $latest_stable = "2.4.5; $latest_stable_win = $latest_stable; - $latest_stable_mac_ppc = $latest_stable.".1"; - # $latest_stable_mac_ppc = $latest_stable; - $latest_stable_mac_intel = $latest_stable.".1"; - # $latest_stable_mac_intel = $latest_stable; + # $latest_stable_mac_ppc = $latest_stable.".1"; + $latest_stable_mac_ppc = $latest_stable; + # $latest_stable_mac_intel = $latest_stable.".1"; + $latest_stable_mac_intel = $latest_stable; $latest_unstable = "2.3.17"; $latest_unstable_win = $latest_unstable; From 1776c373331bdc01648d76df167a4ce15d45c453 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Mon, 11 Apr 2011 06:51:33 +0000 Subject: [PATCH 322/344] Fix a syntax error git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20557 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index b512b6c5..a7c8e3bf 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -2,7 +2,7 @@ // This section defines the most recent version numbers for all platforms. // Each platform can define its own latest version or follow the default. // Both a latest stable version and a latest unstable version are defined. - $latest_stable = "2.4.5; + $latest_stable = "2.4.5"; $latest_stable_win = $latest_stable; # $latest_stable_mac_ppc = $latest_stable.".1"; $latest_stable_mac_ppc = $latest_stable; From a372cf531061c0c8964094b2e51d634513b81e33 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Mon, 11 Apr 2011 10:48:32 +0000 Subject: [PATCH 323/344] Up to date Italian News git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20558 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/110207-2.4.2.news | 679 ++++++++++++++++++++++++++++++++++++ news/it/110227-2.4.3.news | 221 ++++++++++++ news/it/110314-2.4.4.news | 150 ++++++++ news/it/110321-2.4.4.1.news | 12 + news/it/110410-2.4.5.news | 119 +++++++ 5 files changed, 1181 insertions(+) create mode 100644 news/it/110207-2.4.2.news create mode 100644 news/it/110227-2.4.3.news create mode 100644 news/it/110314-2.4.4.news create mode 100644 news/it/110321-2.4.4.1.news create mode 100644 news/it/110410-2.4.5.news diff --git a/news/it/110207-2.4.2.news b/news/it/110207-2.4.2.news new file mode 100644 index 00000000..0f6c96e3 --- /dev/null +++ b/news/it/110207-2.4.2.news @@ -0,0 +1,679 @@ +Annuncio: rilascio di GnuCash 2.4.2 +2011-02-07 + +

                        Rilasciato GnuCash 2.4.2

                        + +

                        Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.2, la seconda versione di correzione dei problemi riscontrati nel rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

                        + +

                        Nota: la versione 2.4.1 è stata parzialmente rilasciata ma poi è stata ritirata all'ultimo minuto a causa della presenza di alcuni problemi critici. La versione 2.4.1 NON dovrebbe essere utilizzata.

                        + +

                        Le principali novità della versione 2.4.0 comprendono: +

                          +
                        • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
                        • +
                        • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
                        • +
                        • Aggiornamento di AqBanking su Win32.
                        • +
                        + +

                        Ottenere GnuCash per sistemi Windows (file binari di Win32)

                        +

                        Il file eseguibile di Win32 per l'installazione di Gnucash 2.4.2 può essere scaricato da Sourceforge. Il file installerà tutto ciò che è necessario per eseguire GnuCash. + +

                        File binario per sistemi Mac OSX

                        +

                        Il pacchetto per MacOSX di Gnucash 2.4.2 può essere scaricato anch'esso da Sourceforge. + +

                        Ottenere GnuCash come codice sorgente

                        +

                        Per compilare autonomamente GnuCash 2.4.2, il codice sorgente può essere scaricato da: +

                          +
                        • Sourceforge: bzip2, gzip, tutti i file.
                        • +
                        • È inoltre possibile eseguire il checkout direttamente dal repository subversion con il seguente comando:

                          svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.2 gnucash
                        • +

                        + +

                        Per compilare GnuCash dal codice sorgente sono necessari +Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

                        + + +

                        Cambiamenti tra la versione 2.4.0 e la versione 2.4.2: + +

                          + + + + +
                        • Cambiamenti visibili dall'utente
                        • +
                            +
                          • Partly revert r20207, "Modify Tax Info on Account Page..." + +The changes in the tree-model-account caused CRITICAL gtk warnings, so we +revert that part for now. The changes in gnc-ui-utils.[hc] have been kept.
                          • +
                          • Do not modify the entry's DateEntered when duplicating invoice to keep the entry ordering. + +Follow-up to r20115.
                          • +
                          • Modify Tax Info on Account Page to display or not display sub-account info based on whether row is expanded. + +Revert changes made in gnc-ui-util.c in rev 20039 and instead put those changes in new function: gnc_ui_account_get_tax_info_sub_acct_string. + +Define a new column, GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in gnc-tree-model-account.c filled with gnc_ui_account_get_tax_info_sub_acct_string. + +Modify gnc-tree-view-account.c to define a tax_info_data_func that displays only the the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the row is expanded; otherwise it combines it with the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT model column. Modily the view creation function to use the new tax_info_data_func.
                          • +
                          • Open the newly created invoices for editing after import.
                          • +
                          • Make the splash screen stack as a regular window instead of stacking in front of everything else.
                          • +
                          • SQL Backend Version Control: The final part. + +New error dialog boxes for ERR_SQL_DB_TOO_OLD and ERR_SQL_DB_TOO_NEW +Marks the book read-only if the user doesn't upgrade a too-old db and +when the user tries to load a too-new db.
                          • +
                          • Provide more detail in commit error when it's caused by a read-only book. Mark error message for translation.
                          • +
                          • Throw an error and return if if the book is marked readonly.
                          • +
                          • Add icons for Duplicate Invoice functionality
                          • +
                          • This patch adds a new option under Edit -> Preferences -> Date/Time +that looks like this: + + Date Completion + When a date is entered without year, it should be taken: + (*) In the current calendar year + ( ) In a sliding 12-month window starting this many months before the + current month: [ 6 ] + +Patch by Peter Selinger with minor modifications
                          • +
                          • Fix a bug introduced in 20042 which caused lists of Scheme strings passed to C code to be garbage. +This caused online price quotes to fail for anything other than a currency.
                          • +
                          • Make it possible to include trading accounts in the Income Statement and Profit and Loss reports.
                          • +
                          • Additionally, make the "Duplicate Invoice" feature available as menu item and toolbar button when viewing an invoice.
                          • +
                          • Implement "Duplicate Invoice" feature, where a new invoice is created as a copy of an old one with new date and new ID. + +This patch makes this feature available as button "Duplicate" in the search window.
                          • +
                          • Make reconcile+update import action of r20021 bug#373415 enabled by default because it's so useful.
                          • +
                          • Fix version number in welcome report.
                          • +
                          • Set sort order for GncEntry quickfill to LIFO by-date. + +Previously, the insertion order was random instead of by-date.
                          • +
                          • Activate balance averaging in account piechart report, introduced in r19253.
                          • +
                          • Add budget name to budget tab
                          • +
                          • Add info about sub-accounts to Tax Info column on Accounts page.
                          • +
                          • A plugin to import CSV data as a new invoice or bill. Based on code written by Sebastian Held. +Also includes a python script to massage a downloaded order form into the correct format for import. See contrib/rapid2gnucash.py +This works with Rapid Electronics (UK) and can be used as a basis for other vendors. Users need to add a line in their ~/.gnucash/config.user +for the module to be loaded: +(gnc:module-load "gnucash/plugins/bi_import" 0) +See bug #624911 for more details.
                          • +
                          • Add "copy budget" command to menu. Works like "open budget" except that a copy of the budget is made with the name "Copy of "+name of old budget. + +This command will allow you to easily create a copy of your 2010 budget and change its name to "2011". I also plan to add UI capabilities to more easily manipulate budget numbers.
                          • +
                          • Fully implement auto-completion in the invoice entries on the description field, separately for bills or invoices. + +The quickfill is obtained from the global cache of the GncEntry's +descriptions, one for invoices, one for the rest. +The auto-completion is a simple query to get the newest entry with the +same description, but limited to invoices or bills, respectively.
                          • +
                          • Add a new report: Customer Summary. + +This report shows a table of all customers and the sales, profit, and markup +in that table.
                          • +
                          • Add a new report: Future Scheduled Transaction Summary.
                          • +
                          • Improve GncEntry quickfill to create separate quickfills for invoices and bills
                          • +
                          + + + + +
                        • Traduzioni aggiornate o modifiche relative alle traduzioni
                        • +
                            +
                          • Updated German translation, now 100% completed.
                          • +
                          • I18n improvements: Fix weird strings.
                          • +
                          • Update POTFILES.in
                          • +
                          • Updated Dutch translation, copied from the translation project.
                          • +
                          • I18n: Fix misleading composed strings by defining two separate full sentences.
                          • +
                          • i18n: Add more terms to the glossary
                          • +
                          • i18n: Fix missing space in message
                          • +
                          • Updated Ukrainian translation, copied from the Translation Project.
                          • +
                          • Better OSX language handling: Add a "C" locale to the language-list +after any english locale so that if that english locale isn't present, +gettext will fall through to "C", which makes unnecessary the "en.po" +file. Also removed the special casing and locale truncation; gettext is +quite capable of doing that itself.
                          • +
                          • I18n improvements: Fix typos, fix unnecessary near-duplicates, remove unneeded strings.
                          • +
                          • Updated Italian translation.
                          • +
                          • Rejigger the set_macos_locale function to better handle qualified +languages (e.g., Portugues (Portugal). Add po/en.po so that english +doesn't have to be special-cased to the C locale.
                          • +
                          • Improve the for translators problematic format string from gnc_entry_ledger_verify_acc_cell_ok + +This version uses 2 separate sentences, +mentions currencies and +gives a clue for the account type. +Add enable basic doxygen output.
                          • +
                          + + + + +
                        • Problemi corretti
                        • +
                            +
                          • Bug #639172: Remove "Warning!! This is a DEVELOPMENT version .." tip of the day + +Also, to my knowledge the docs don't contain a "what's new in 2.4" section, +so I removed that tip as well.
                          • +
                          • Bug #638621: Update README file.
                          • +
                          • Bug #502066: The aging in business reports should use the due date instead of the post date + +Patch by Bert Claesen (but I changed the option name): + +Patch to aging.scm to include due date and "current" bucket +Patch file for aging.scm to include: +* Option to select due date or date posted +* Added column of "Current" for invoices not yet due
                          • +
                          • Bug #603334: Updates to RPM spec file to allow 2.3.7 to build on Fedora Core 12
                          • +
                          • Bug #638225: Sort when saving as XML + +Patch by Jim Radford (with code beautified and re-indented by myself): + +The attached patches sort the slots, lots, book accounts, bill terms, +customers, employees, entries, invoices, jobs, orders, tax tables and +vendors before saving them to the GnuCash XML file. + +This is an attempt to make saves more idempotent thereby facilitating +the use of a revision control system on the GnuCash XML files. + +With these patches most of the needless and seemingly random churn is +gone and I can add or remove a transaction and expect +there to be no unrelated changes to the GnuCash file. + +I've been using and refining this patches for the last few years, so it has +received quite a bit of testing. + +David Fraser adds: Without specific testing, I'm using this on an average-sized gnucash file +(5.7MB) without noticing any particular slowdown in saving, but a wonderful +reduction in diffs when comparing changes.
                          • +
                          • Bug #638962: Update Brazil Portugese translation by Dorneles Treméa
                          • +
                          • Bug #638615: Fix schema install with DESTDIR + +Patch by Jim Radford: + + +When doing + + make install DESTDIR=/tmp/gnucash + +the install fails because GCONF_SCHEMA_CONFIG_SOURCE doesn't end up using +DESTDIR (and it's non-trivial because of the xml:: prefix). The attached patch +fixes it for me but is non-ideal because it hard codes the value of +GCONF_SCHEMA_CONFIG_SOURCE using GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY.
                          • +
                          • Bug #638543: Add a GUI for the counter format and current value. + +Patch by Matthijs Kooijman: + +This allows the user to change the format used for the various counters, +as well as see and change the current value of the counter. + +This is a bit of hack right now, since the format and current counter +values are stored in the counter_formats and counters kvp slots +respectively, instead of options/<section> like the other options in the +File->properties window. + +This is implemented by adding the make-counter-option and +make-counter-format-option, which both replace the scm->kvp and kvp->scm +functions defined by make-number-range-option and make-string-option +respectively. The replaced function simply ignores the "path" parameter +and instead saves to the "counter" or "counter_formats" slot hardcoded.
                          • +
                          • Bug #638543: Validate counter format strings before using them. + +Patch by Matthijs Kooijman: + +The validation function is a very simple "parser" that simply checks for +a single gint64 conversion specification, allowing all modifiers and +flags that printf(3) specifies (except for the * width and precision, +which need an extra argument). + +The validation function returns an error message that is used to log a +warning and can be used by the GUI later on.
                          • +
                          • Bug #638543: Make the various counter formats configurable. + +Patch by Matthijs Kooijman: + +This retrieves the counter formats from the kvp slots in the book. The +defaults are unchanged, so this should not affect existing books at all.
                          • +
                          • Bug #638543: Centralize the counter formatting in qofbook. + +Patch by Matthijs Kooijman: + +Instead of querying qofbook for the next counter number and then doing +the formatting in all the different business modules (all using the same +format string), the formatting is now moved inside +qof_book_increment_and_get_counter (which is renamed to +qof_book_increment_and_format_counter). + +This changes the return value of a bunch of helper functions from gint64 +(the counter value) to gchar* (the formatted counter value), but does +not have any user-visible changes.
                          • +
                          • Bug #638543: Split the qof_book_get_counter function. + +Patch by Matthijs Kooijman: + +The qof_book_get_counter function now only gets the current counter +value. The new qof_book_get_and_increment_counter function now does the +incrementing.
                          • +
                          • Bug #638543: Remove the counter() method from the backends. + +Patch by Matthijs Kooijman: + +This method is not implemented by either of the backends and removing it +makes the subsequent commits possible.
                          • +
                          • Bug #636402: Add test case for DBI error: 1: table sqlite_sequence may not be dropped + +Patch by Mark Jenkins: + +The attached patch adds a test program demonstrating the problem in C, built in +src/optional/python-bindings +It pretty much shows the same calls that are being made to the C by the python +bindings (including initialization) and the example sqlite3 python script. +Running this small C program produces the same result. + +(The program is built in check_PROGRAMS, not bin_PROGRAMS, to avoid having it installed.)
                          • +
                          • Bug #454109: Online banking: grey out online action menu items when there is no online account + +Patch by Manfred Usselmann: + +Show error message, if assigned online account is not valid or cannot be found +or if the selected online action is not valid for this account. Improved +checking if online job has been successfully executed.
                          • +
                          • Bug #373415: Replace existing transaction fields by imported transaction marked as reconcile + +Patch by Manfred Usselmann: + +This patch adds an additional update action to the import matcher as described +above. It can be activated with the online banking preferences dialog. + +(Patch changed because of one function name adaption after r19936)
                          • +
                          • Bug #635355: Implement the correct "DTAUS import and send" feature again. + +Patch by Manfred Usselmann: Improved version: Only transactions which have +been successfully imported into GC are transmitted to the bank.
                          • +
                          • Bug #95635: QIF import: Mark matched transactions as cleared + +Patch by Tristan Faujour: + +Please describe the problem: +My bank allows me to download bank statement files in the QIF format. They +contain paid transactions, but there is no status ("C") line, so all +transactions are left in the "not cleared" status. +I wish it would be possible to define the default status in user preferences. + +Steps to reproduce: +- Import a QIF file with no "C" line. + +Actual results: +- Transactions are not cleared. + +Expected results: +- The "near split" of the imported transactions should be set to a default +status 'defined in user preferences). + +Does this happen every time? +- Yes + +Other information: +- I developed a patch. See attachment. It allows defining another status that +will be applied to the transactions that are imported as "not cleared". +- It is my first contribution, it should be taken with all due prudence.
                          • +
                          • Bug #637346: A second step towards doxygen python-bindings docs; add file missing in r19981
                          • +
                          • Bug #637346: A second step towards doxygen python-bindings docs + +Patch by Christoph Holtermann
                          • +
                          • Bug #636988: Tip about "New default date" by Tarlika Elisabeth Schmitz and Derek Atkins + +Contributed at gnucash-user@gnucash.org 2010-09-16
                          • +
                          • Bug #628444: String improvements after string freeze is lifted
                          • +
                          • Bug #565348: Patch to include subaccounts in the all columns in the account page + +Patch by James Duerr: + +Patch to include subaccounts in all columns, not just present column, and also +to sort including sub-account totals, rather than without.
                          • +
                          • Bug #639365: Revert r18546 so that the bills-due dialog displays only bills but not invoices. + +The INVOICE_TYPE string unfortunately is +stored in translated form due to the usage of gncInvoiceGetType() +for user-visible strings as well. Hence, as an exception we +must also search for the translated here even though it's an +internal flag.
                          • +
                          • Bug 638842 - Estonia adopted the Euro on 01.01.2011 + +Thanks to Toomas Tamm
                          • +
                          • Bug #636907: Improve "Close when finished" handling in "Online Banking Connection Window" + +Patch by Manfred Usselmann: + +This patch adds a toggle action to the online banking menu, which allows to +open and close the online banking log window. In addition it adds an option to +the online banking preferences to keep the log window open after the transfer +has finished.
                          • +
                          • Bug #639259: Add averages in barchart reports. + +Patch by Herbert Thoma: + +Matthias Gruhn suggested on the German GnuCash list: + +Add averages to the income and expense bar chart reports just like it was +introduced for the income and expense pie chart reports in r19253
                          • +
                          • Bug #638225: Author Jim Radford. KVP lists are ordered so should not be sorted
                          • +
                          • Bug #639498: Fix aqbanking-4.2.4 issue with "execute online transfer" on WinXP.
                          • +
                          • Bug #638689: Require libaqbanking >= 4.0.0 because earlier versions are not supported correctly by our code anymore.
                          • +
                          • Bug 639322 part 3: provide users with a sensible first time "Save As..." path on Windows +While $HOME is fine on linux, on Windows the most sensible location is "My Documents" +(or its translated equivalent).
                          • +
                          • Bug 639322 part 2b: display an error message if a user attempts to export to somewhere in gnc_dotgnucash_dir +and add a hint for translators to the error message string
                          • +
                          • Bug 639322 part 2: display an error message if a user attempts to save beneath gnc_dotgnucash_dir
                          • +
                          • Bug 639322 part 1: add extension .gcm to future state files +Old state files are still read (if no new equivalent exists yet) +but will never be written to again.
                          • +
                          • Bug #641628: I18n: Fix untranslated string in fancy-invoice.scm and invoice.scm
                          • +
                          • Bug #641646: Fix incorrect tip on switching between multiple tabs
                          • +
                          • Bug #641557: I18n slightly improved in fancy-invoice
                          • +
                          • Bug #640061 - Invoice items are not saved, patch by Christoph Holterman
                          • +
                          • Bug #631789 - "Assets" in summary bar does not match assets displayed + +As proposed in the bug, I have changed it to "Net Assets"
                          • +
                          • Bug #637770: Fix progress bar on load and full save in sql backend.
                          • +
                          • Bug #611936: Test DBI backends for a dbi bug which causes 64-bit numbers +to not be stored on 32-bit systems, and prevent saving or loading with +an informative error dialog box.
                          • +
                          • Bug #639906: Improve text output methods of python bindings + +Patch by Christoph Holtermann: + +For the more complex financial objects i chose a different approach. + +The printing functions are located in one module. Importing this module adds +these functions as methods to the classes defined in gnucash_core.py.
                          • +
                          • Bug #640233: Don't add "Account unknown Bank Unknown" memo when account and/or bank does not exist + +Patch by Jeff Kletsky: + +At least for the online OFX sources I use in the US, downloaded +transactions are populated with memos of + +"Account unknown Bank unknown" + +Past being annoying, this can cause improper "matches" when comparing +transactions. + +The root cause is found in src/import-export/aqbanking/gnc-ab-utils.c +in the function gnc_ab_memo_to_gnc where the code seems to check for +the existence of a remote account number from the aqbanking +transaction + +if (ab_other_accountid && *ab_other_accountid) + +and appears to intend to return the empty string if one is not present. + +However, an earlier line in the code sets ab_other_accountid to +"unknown" so that the test always returns true. + +This patch should return: + +* "Account <account number> Bank <bank number>" if both are present + +* "Account <account number>" if only the account is present + +* "Bank <bank number>" if only the bank is present + +* "" if neither is present + +Additionally, ordering of trimming was changed to handle the +possibility that the leading and/or trailing character(s) were stripped +as invalid UTF-8, resulting in an untrimmed string.
                          • +
                          • Bug #638762 - Windows 7 64-bit: GnuCash will not start due to existing SCHEME_LIBRARY_PATH env variable
                          • +
                          • Bug #629501 Nonexistent field in error message
                          • +
                          • Bug #467311 Print invoice button should be restored to View invoice
                          • +
                          • Bug #352057 button to create a new invoice when viewing an old one.
                          • +
                          • Bug #535774: Fix label for employee option on "Employee Report" + +Patch by Bert Claesen: + +The attached patch (against r20122) tries to solve bug #535774 and: + +*Introduces Option naming consistent with report title (e.g. Customer Report +shows Customer in the Option screen) +*Removes the printf() default string in case no arguments where given +*Moves the docname up to a higher level for easy of overview + +Cases default to a GNC-OWNER-VENDOR. + +Note on the patch: +*As indicated in the comments, two functions are nearly identical, where in the +Vendor report the use of Vendor/Company is mixed. This can easily be moved into +one function as the footprint is the same. + +cstim: I've clarified which ones of the functions returns translated vs. +untranslated strings, too.
                          • +
                          • 639980: Add EntryList and _gncEntry objects to list typemap. + +Patch by bstpierre.org + +Fix python failing getting invoice entry data.
                          • +
                          • Bug #639906: Adding __str__ and __unicode__ methods to GncNumeric + +Patch by Christoph Holtermann: + +1) I decided to let the methods return "Division by Zero" for denom()==0. +2) As proposed in +http://stackoverflow.com/questions/1307014/python-str-versus-unicode i created +both __str__ and __unicode__. +3) I use format to fix the decimal places to 2. It would be nice if the number +would be configurable.
                          • +
                          • Bug 637346: A small python doc enhancement, basically mentioning the wiki-page + +Patch by Christoph Holtermann.
                          • +
                          • Adds percentages to piecharts. See bug #343449 for details. Patch is derived from a patch submitted by Alexander Weiss
                          • +
                          + + + + +
                        • Altri cambiamenti relativi al codice e alla compilazione
                        • +
                            +
                          • Tag 2.4.2
                          • +
                          • Update revision to 2.4.2
                          • +
                          • Remove references to Neil William's website because it is vastly outdated.
                          • +
                          • Update revision to 2.4.1
                          • +
                          • DBI Backend: Cleanup after testing version control so that repeating the tests doesn't fail.
                          • +
                          • Check whether session has been created before trying to end it.
                          • +
                          • Fix compiler warning in gnc-backend-dbi.c.
                          • +
                          • Fix cmake build after latest configure changes.
                          • +
                          • Change GNC_RESAVE_VERSION to GNUCASH_RESAVE_VERSION so that it's similar to the other version macros; define it at the top of configure.ac so that it's obvious to everybody; and store the current Gnucash version only when doing a full save so that retrospective changes to GNUCASH_RESAVE_VERSION won't skip a resave because the database has been touchedby a newer version.
                          • +
                          • Win32: Add missing include for windows build
                          • +
                          • Set line ending property svn:eol-style to LF for newly added files
                          • +
                          • The new files for gnc_locale functions, ommitted from r20110.
                          • +
                          • Adjustments to test Makefiles required by r20176 (move quickfill functions from gnome-utils to app-utils
                          • +
                          • More adjustments for moving gnc_locale functions from app-utils to core-utils
                          • +
                          • Move gnc_locale functions from src/app-utils/gnc-ui-util to src/core-utils/gnc-locale-utils (new files) and adjust accordingly.
                          • +
                          • Adjust location and add gnc_(push|pop)_locale wrapper around dbi_conn_query() calls which retrieve data. Patch by Christoph Holtermann
                          • +
                          • Update newly introduced NANO version number in cmake build script as well.
                          • +
                          • Get rid of gtk dependency in <app-util/option-util.h> header by storing only a gpointer for the widget. + +This means the very last part of a gtk-dependency in app-util is in option-util.c +in one error message. My goal is to remove gtk completely from app-util +so that all code in our dependency chain up to app-util can be packaged +into a GUI-independent library, which can then be used by the python wrappers +and other GUI frontends alike.
                          • +
                          • Add gnc_get_long_version, a guint concocted by adding the version values together allowing two digits for each. Add a new version value, GNUNCASH_NANO_VERSION, to be incremented when there's any change to data serialization. Use the new gnc_get_long_version to tag the Gnucash version in the versions table in the dbi backend.
                          • +
                          • Add libgncmod-app-utils.la to src/backend/dbi/tests LDADD so that gnc_push_locale and gnc_pop_locale can be found for testing.
                          • +
                          • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                          • +
                          • Fix missing include in cmake build file.
                          • +
                          • Move gnc-ui.h file from top-level to gnome-utils. It is gtk-dependent anyway, so it is moved to where it belongs now.
                          • +
                          • Remove unneeded usage of a generic <gnc-ui.h> include in headers.
                          • +
                          • Remove pointless header RecnWindow.h - nothing gtk-independent here anyway.
                          • +
                          • Fix cmake build file after file removal.
                          • +
                          • Drop the obsolete gncUIWidget typedef because all of our GUI-code is inherently gtk-dependent (with the exception of option-util.h). + +If there were any re-write of gnucash with a different GUI toolkit, it will +define all GUI-related functions in its own way, so there's no point in +pretending those very gtk'ish functions were usable in a different toolkit as well.
                          • +
                          • Delete the unused and slightly pointless gnucash_foo_version functions
                          • +
                          • Adjust gnc_push_locale and gnc_pop_locale to take a locale category and +to handle MSWin32 (following gnome/druid-hierarchy.c) correctly. +Use them in gnc-backend-dbi.c instead of the incorrect code from r20189 +(Thanks, Christian).
                          • +
                          • Add locale.h; some systems seem not to pull it in via glib/gi18n.h
                          • +
                          • Left out of r20188: Actually wrap the important code...
                          • +
                          • Handle localization-ignorance bug in libdbi by setting LC_NUMERIC locale +to "C" before calling dbi_result_get_double() and back afterwards. This +is not thread-safe, but we're not multithreaded yet.
                          • +
                          • Change serialization of doubles in the dbi backend to use +g_ascii_dtostr() instead of sprintf. + +The problem is that sprintf is subject to localization and will output +e.g. 1,25 for one-and-a-quarter in European locales. SQL doesn't support +localization, so will interpret 1,25 as two fields, 1 and 25. + +Note also that GUID_ENCODING_LENGTH isn't big enough for a double, so +that's changed to G_ASCII_DTOSTR_BUF_SIZE.
                          • +
                          • Move quickfill and gnc-entry-quickfill files from gnome-utils to app-utils because they don't require gtk/gnome. + +(account-quickfill can't be moved because it also works with a GtkListStore.)
                          • +
                          • Add #include gnc-main.h for declaration of gnc_get_svn_version() for test_dbi_version_control().
                          • +
                          • Fix core swig files to have appropriate ifdefs for guile only portions + +Patch by Andy Clayton <q3aiml@gmail.com>
                          • +
                          • Fix r20169 for out-of-tree build. Clean up included .c file.
                          • +
                          • Add declaration for test_dbi_version_control; doxygen comments for test_dbi_safe_save and test_dbi_version_control; and rearrange order of declarations to keep the test functions together.
                          • +
                          • Spelling fixes in code comments.
                          • +
                          • Clarify the use of pathnames in the python bindings example scripts
                          • +
                          • Allow all book types instead of only sqlite3 for account_analysis.py
                          • +
                          • Fix lots of memory leaks
                          • +
                          • When closing a book (e.g. when opening a new file), release memory of the objects in the book
                          • +
                          • Remove qof_instance_begin_edit test from test_book_readonly; qof_instance_begin_edit doesn't check qof_book_is_readonly anymore.
                          • +
                          • Update svn:ignore for bi_import plugin
                          • +
                          • Set line ending property svn:eol-style to LF for newly added files
                          • +
                          • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                          • +
                          • Add missing svn:executable property
                          • +
                          • Fix printf conversion specifier of 64 bit integers in message. + +(Also, fix compiler warning about && and ||).
                          • +
                          • Improve wording of libdbi error message even more.
                          • +
                          • Remove old obsolete unused file from python wrappers. + +Apparently this is unused since r17284.
                          • +
                          • Make sure ENTER is balanced by LEAVE in gnc_commodity_set_quote_tz.
                          • +
                          • Win32 build: Aqbanking has a patch now, but doesn't need autotools called.
                          • +
                          • Remove *.i files from doxygen input again because at least my doxygen-1.6.3 hangs on gnucash_core.i. + +This is a follow-up to r19956, bug #637346.
                          • +
                          • Remove book_is_readonly check from qof_instance_begin_edit; it crashes if it's actually used.
                          • +
                          • Prevent a crash if gnc_sx_sxes_reverencing_account called when book has no sxes.
                          • +
                          • Win32: Add missing link libraries to bi_import plugin. Necessary for win32 linking.
                          • +
                          • Fix qof/test compilation errors, provide guard for glib_testing.
                          • +
                          • Remove the old "import-export/hbci" module because it is no longer supported. + +The newer "import-export/aqbanking" has been in use since aqbanking-3.0.0. +As it turned out, we require aqbanking-4.0.0 now anyway, which was +release 2009-05-30. Consequently, the old module isn't being maintained +by us and so needs to be removed.
                          • +
                          • Disable usage of qof/test for now because is does not yet compile.
                          • +
                          • Add a read-only attribute to QofBook and check of same to +qof_instance_begin_edit. Add qof_session_safe_save. Add unit tests for +these changes. + +QofBook read-only attribute is to prevent starting an edit when the +version of Gnucash which created a dataset is newer than the one +currently running. This is to prevent writing records of an old format +into an existing data set. The user can use File>Save As to create a new +QofSession which will write a completely new dataset in the current +format. This is an important safety feature for future versions of +Gnucash which will not bring all of a dataset into memory, instead +loading only what is immediately needed. + +Safe-save is the Qof access to allow writing out a dataset to an +existing server database (i.e., postgresql or mysql) while maintaining +the ability to both transaction-protect saving individual records while +maintaining the ability to rollback the entire save if something goes +wrong. + +The unit test framework is added to enable testing these components. +More tests will be added in a later commit.
                          • +
                          • Provide glib unit testing template files to make it easier to add unit testing to modules
                          • +
                          • Remove unused variable.
                          • +
                          • Remove obsolete compatibility code in the state file processing. +No version GnuCash 2.2.x version will produce state files with +spaces in their key names, and we don't need to worry about older +compatibility (migrating from 2.0.x should always happen via 2.2.x).
                          • +
                          • Fix some spelling errors in doxigen documentation
                          • +
                          • Provide for safely overwriting a sql database by moving the existing +tables out of the way, writing new tables, and then dropping the old +tables once everything has been saved.
                          • +
                          • Add python in section optional of README.dependencies + +Additional: explain alternatives and optional parts
                          • +
                          • Revert r20082 (re-enable plugins) +Get the bi_import plugin building on Windows by including missing libc functions
                          • +
                          • Disable building the plugins directory until windows build issues can be fixed
                          • +
                          • Add function for creating a new copy of an existing GncInvoice.
                          • +
                          • Remove obsolete unused autoconf macro
                          • +
                          • Add gnc_budget_clone() and make some functions arguments 'const'
                          • +Please enter the commit message for your changes. Lines starting +
                          • Follow-up to r19999: Refactor guile version-safe scm_to_locale_string into gnc function. + +(Yay, I made r20000 :-)
                          • +
                          • Fix r19985, r19986 for guile-1.6.8. + +The return value of guile-1.6's SCM_STRING_CHARS must not be freed, as +opposed to the return value of guile-1.8's scm_to_locale_string. So we +must wrap the free() into a macro that is defined appropriately (or maybe +we should refactor this into a function returning a g_malloc'd g_char anyway.)
                          • +
                          • Add facility to force BUILDING_FROM_SVN=no from outside the Gnucash build system + +Needed by packagers that maintain the packaging code in svn, svk or git too
                          • +
                          • Change dependency in src/backend/dbi/Makefile.am from app-utils to core-utils
                          • +
                          • Add en to the ALL_LINGUAS list in configure.ac; should have been in r20142
                          • +
                          • Enhanced database version handling. + +* Add a macro GNC_RESAVE_VERSION which holds an svn revision number. +* When fully saving a database put this number in versions with + table_name Gnucash-Resave. +* On database load, compare the current GNC_RESAVE_VERSION with the + Gnucash revision and Gnucash-Resave revision saved when the database + was created. +* If the current GNC_RESAVE_VERSION > the saved Gnucash + version, then emit ERR_SQL_DB_TOO_OLD. +* If GNC_RESAVE_VERSION < the saved Gnucash-Resave, emit ERR_SQL_DB_TOO_NEW.
                          • +
                          • Minor fixes to g_test: Adjust MODULEPATH so that the boundary path delimiters go at invocation; add DEFAULT_INCLUDES to the test_foo_CFLAGS; include the required NULL third arg to g_test_init()
                          • +
                          • Use last changed revision number instead of last-commited-somewhere-in-repo + +svnversion without options returns the most recent revision in the repo +at the time of the last svn update/checkout even if that revision +didn't hold any changes in the current path. Not very useful as a +reference. Better is to ask for the last changed revision with -c. +BUT: -c option for some reason always considers svn working copy +as having mixed sources. We're only interested in the last part so +we strip the beginning revision if it's there. +As a result if your WC really has mixed sources, that will not be +visible in the version number...
                          • +
                          • Remove the word "days" because it is also located after the near field.
                          • +
                          + + + + + + + + + + + +
                        + +

                        Come contribuire?

                        +

                        Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio.

                        +

                        + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        diff --git a/news/it/110227-2.4.3.news b/news/it/110227-2.4.3.news new file mode 100644 index 00000000..4b91ef7d --- /dev/null +++ b/news/it/110227-2.4.3.news @@ -0,0 +1,221 @@ +Annuncio: rilascio di GnuCash 2.4.3 +2011-02-27 + +

                        Rilasciato GnuCash 2.4.3

                        + +

                        Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.3, la terza versione di correzione dei problemi riscontrati nel rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

                        + +

                        Le principali novità della versione 2.4.0 comprendono: +

                          +
                        • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
                        • +
                        • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
                        • +
                        • Aggiornamento di AqBanking su Win32.
                        • +
                        + +

                        Ottenere GnuCash per sistemi Windows (file binari di Win32)

                        +

                        Il file eseguibile di Win32 per l'installazione di Gnucash 2.4.3 può essere scaricato da Sourceforge. Il file installerà tutto ciò che è necessario per eseguire GnuCash. + +

                        File binario per sistemi Mac OSX

                        +

                        Il pacchetto per MacOSX di Gnucash 2.4.3 può essere scaricato anch'esso da Sourceforge. + +

                        Ottenere GnuCash come codice sorgente

                        +

                        Per compilare autonomamente GnuCash 2.4.3, il codice sorgente può essere scaricato da: +

                          +
                        • Sourceforge: bzip2, gzip, tutti i file.
                        • +
                        • È inoltre possibile eseguire il checkout direttamente dal repository subversion con il seguente comando:

                          svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.3 gnucash
                        • +

                        + +

                        Per compilare GnuCash dal codice sorgente sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

                        + + +

                        Cambiamenti tra la versione 2.4.2 e la versione 2.4.3: + +

                          +
                        • Cambiamenti visibili dall'utente
                        • +
                            +
                          • Only show the Save As dialog at the end of the Hierarchy druid if it +was called at the beginning of a new book, not when a hierarchy is +added to from the actions menu.
                          • +
                          • Set a printer job name when printing reports and cheques
                          • +
                          • Update revision to 2.4.3
                          • +
                          • Fix invoice line ordering mismatch between register window and reports. + +The new code was missing the call to gncInvoiceSortEntries.
                          • +
                          • Add extra toolbar buttons as shortcuts for some business functions, "New Invoice" for now. + +The extra toolbar buttons are disabled until the user enables them +manually in Preferences -> Business -> Extra buttons.
                          • +
                          • Implement command for changing the ordering of invoice entries by moving them up or down one row. + +Turned out this is rather easy: Just swap the "date-entered" of both items.
                          • +
                          • Fix r20272: The text selection after auto-completion should work correctly now.
                          • +
                          • Extend the addr2/addr3 auto-completion also to the shipping addr2/addr3 lines.
                          • +
                          • Implement auto-completion on the addr2/addr3 lines of the "New Customer" dialog box.
                          • +
                          • Fix missing copying of invoice currency on "Copy Invoice". + +Unfortunately this feature has been creating invoices with no currency set. +This leads to weird amounts that have more digits than expected and don't +sum up correctly, and it also triggers the warning dialog "One or more of +the entries are for accounts different from the invoice/bill currency. (...)"
                          • +
                          • Minor tweaking of icon for duplicate invoice so that it doesn't look grayed out
                          • +
                          + + + + +
                        • Traduzioni aggiornate o modifiche relative alle traduzioni
                        • +
                            +
                          • Update Russian translation by Sergey Belyashov.
                          • +
                          • Update translation po files: Merge latest pot template.
                          • +
                          • Update Dutch translation by Mark Haanen, copied from the Translation Project.
                          • +
                          • Updated Spanish translation, by Francisco Javier F. Serrador.
                          • +
                          • Updated Lithuanian translation by Mantas KriauÄiÅ«nas.
                          • +
                          • Update German translation.
                          • +
                          • I18n improvement: Unify two very similar strings.
                          • +
                          • Updated Italian translation.
                          • +
                          • Updated Slovak translation, copied from the translation project.
                          • +
                          • Updated Traditional Chinese translation, by Kuang-che Wu.
                          • +
                          • Remove translation markers from already-translated strings in German tax report.
                          • +
                          • Update German tax report, by Franz Stoll. + +The contributor also sent some explanatory documents, which I for now +copied into tax/us/de_DE/, but I just didn't know whether they better +belong anywhere else.
                          • +
                          • Updated Italian translation.
                          • +
                          • Unify two very similar strings.
                          • +
                          + + + + +
                        • Problemi corretti
                        • +
                            +
                          • Bug #635552: Rename "Financial Calculator" into "Loan Repayment Calculator" + +I've been told (by users who know the subject well enough) the "Financial +Calculator" should rather be called a "Loan Repayment Calculator" or a +"Mortgage Payment Calculator", as this is what is being offered there. So +I finally made this renaming.
                          • +
                          • Bug #640357: Adding very limited Perl-Support for doxygen + +Adding Doxygen commands to the Perl-scripts in the sources + +I searched for every *.pl file in the GnuCash source and added Doxygen commands +like @file, @brief, @author to better include them in doxygen. + +Patch by Christoph Holtermann.
                          • +
                          • Bug #640357: Adding very limited Perl-Support for doxygen + +There are a few Perl-scripts scattered through the GnuCash sources. This patch +enables doxygen to interpret them so that they can be provided with information +about author, date and so on. + +This is done by telling doxygen that their python-files. So python-comments can +be used. + +The actual Perl-source is commented out by using +@cond Perl +...PERL-CODE... +@endcond Perl + +Patch by Christoph Holtermann
                          • +
                          • Bug #640347: Adding Example Skripts for historic Stock Quotes + +This patch adds the example skripts from +http://wiki.gnucash.org/wiki/Stocks/get_prices +to the directory python-bindings/example_scripts. + +Patch by Christoph Holtermann.
                          • +
                          • Bug #640328: This patch makes Transaction.GetSplitList and Account.GetSplitList return Split instances + +I changed gnucash_core.py so that GetSplitList methods of Transaction and +Account return Split-instances so that the user doesn't need to call +Split(instance=GetSplitList()[n]). + +I checked the examples and changed one either. + +Patch by Christoph Holtermann
                          • +
                          • Bug #639906: Changing the way __format__ works for Split and Transaction + +Patch by Christoph Holtermann
                          • +
                          • Bug #641832: Workaround to avoid the current crashes on windows. + +On win32 the queryf() calls below seem to crash. On the other hand, +we know the used libdbi on windows is fine, so as a first +workaround, we assume libdbi is safe.
                          • +
                          • Bug #642445 [PATCH] Segfault when tip_of_the_day.list is empty
                          • +
                          • Bug #642284: Fails to build on Ubuntu Natty + +Patch by Ahmed El-Mahmoudy.
                          • +
                          • Bug #641832: Use g_strdup_printf() instead of dbi_conn_queryf() to format the query; the latter crashed msvcrt. Also reverts r20287 because the root bug is fixed.
                          • +
                          • Bug #641909: Fix broken price scatter plot + +The report was unknowingly broken by the move of one function in r20209 +namely gnc-locale-default-iso-currency-code from app-utils to core-utils, +and somehow this needs a re-export in the core-utils.scm declaration. +(I don't know why. For me, this confirms again this whole scheme plugin +stuff sucks, royally.)
                          • +
                          + + + + +
                        • Altri cambiamenti relativi al codice e alla compilazione
                        • +
                            +
                          • Tag 2.4.3
                          • +
                          • Re-indentation of source code. + +This re-indentation was done using astyle-1.24 using the following options: + + astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none
                          • +
                          • Update gtk include headers to follow gtk recommendations (only include gtk/gtk.h)
                          • +
                          • qofinstance.h: Delete duplicate declarations and consolidate editlevel declarations in one place.
                          • +
                          • Extend gtkmm/C++ plugin to include an actual gnc-plugin implementation.
                          • +
                          • Really fix conditional configure test for gtkmm.
                          • +
                          • Add optional module that compiles with gtkmm, i.e. in C++. + +This was just a crazy idea, but it turns out to be extremely easy. +This can be used as a place for new GUI elements which people prefer +to write in gtkmm/C++ instead of C. It's disabled by default. +Use configure --enable-gtkmm to enable it.
                          • +
                          • Fix const-correctness of gnc-module interface.
                          • +
                          • Add missing run-time typechecks in new code.
                          • +
                          • Fix CRIT gtk warning if the old_page_long_name was NULL but still passed to g_strrstr.
                          • +
                          • Win32 build: Updated aqbanking5 version numbers
                          • +
                          • Add accessor of GtkUIManager in GncMainWindow.
                          • +
                          • Win32 build: Fix outdated (and broken) URL of ActivePerl.
                          • +
                          • QofSession: Don't push a new generic error if there's already one available that might be more descriptive.
                          • +
                          • Remove no-longer-correct warning about the aqbanking5 setup wizard not being implemented: It is.
                          • +
                          • Add a Timespec constructor for the current clock time.
                          • +
                          • Win32 build: Fix some cross-compiling issues.
                          • +
                          • Win32 build: Update some version numbers: libofx, gwenhywfar, aqbanking
                          • +
                          • Fix potential parsing of NULL strings by correctly use an empty non-NULL string instead.
                          • +
                          • Another error message somewhat more verbose.
                          • +
                          • Make log warning about bad gnc_numeric print the actual error code.
                          • +
                          • Add address auto-completion of r20272 also for address line 4.
                          • +
                          • Add a common shared quickfill object for the addr2/addr3 lines of a GncAddress.
                          • +
                          • Minor code cleanup - remove includes from header if not necessary.
                          • +
                          • Fix CRIT error message on program quit in the aqbanking module.
                          • +
                          + + + + + + + + + + + + + + +
                        + +

                        Come contribuire?

                        +

                        Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio.

                        +

                        + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        diff --git a/news/it/110314-2.4.4.news b/news/it/110314-2.4.4.news new file mode 100644 index 00000000..716eb58d --- /dev/null +++ b/news/it/110314-2.4.4.news @@ -0,0 +1,150 @@ +Annuncio: rilascio di GnuCash 2.4.4 +2011-03-14 + +

                        Rilasciato GnuCash 2.4.4

                        + +

                        Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.4, la quarta versione di correzione dei problemi riscontrati nel rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

                        + +

                        Le principali novità della versione 2.4.0 comprendono: +

                          +
                        • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
                        • +
                        • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
                        • +
                        • Aggiornamento di AqBanking su Win32.
                        • +
                        + +

                        Ottenere GnuCash per sistemi Windows (file binari di Win32)

                        +

                        Il file eseguibile di Win32 per l'installazione di Gnucash 2.4.4 può essere scaricato da Sourceforge. Il file installerà tutto ciò che è necessario per eseguire GnuCash. + +

                        File binario per sistemi Mac OSX

                        +

                        Il pacchetto per MacOSX di Gnucash 2.4.4 può essere scaricato anch'esso da Sourceforge. + +

                        Ottenere GnuCash come codice sorgente

                        +

                        Per compilare autonomamente GnuCash 2.4.4, il codice sorgente può essere scaricato da: +

                          +
                        • Sourceforge: bzip2, gzip, tutti i file.
                        • +
                        • È inoltre possibile eseguire il checkout direttamente dal repository subversion con il seguente comando:

                          svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.4 gnucash
                        • +

                        + +

                        Per compilare GnuCash dal codice sorgente sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

                        + + +

                        Cambiamenti tra la versione 2.4.3 e la versione 2.4.4: + +

                          +
                        • Cambiamenti visibili dall'utente
                        • +
                            +
                          • Implement automatic creation of stock account for newly imported OFX stocks. + +Only active if "auto-create commodity" is switched on in the preferences +from r20376.
                          • +
                          • When setting the report print name, check whether this exact name has been used before. + +Append an increasing number if that was the case.
                          • +
                          • When setting a printer job name, remove slashes because they are not allowes in filenames.
                          • +
                          • Add the invoice number in the output printer job name, if an invoice report is printed.
                          • +
                          • Add option in OFX import to have newly encountered commodities automatically created.
                          • +
                          • Modify Tax Info on Account Page to display or not display sub-account info based on whether row is expanded. + +Re-apply changes reverted in r20251. The only difference between this commit and r20207 is that, contrary to the recommendation given in gnc-tree-view.h, "Use GNC_TREE_VIEW_COLUMN_DATA_NONE if you plan on using a non-model data source for this column", it cobtinues to use "GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO". Using "GNC_TREE_VIEW_COLUMN_DATA_NONE" generates problems later in the "gnc_tree_view_add_text_column" routine when it tries to set up sorting for the column ("CRIT <Gtk> gtk_tree_sortable_set_sort_func: assertion `sort_column_id >= 0' failed"). + +Define a new column, GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in gnc-tree-model-account.c filled with gnc_ui_account_get_tax_info_sub_acct_string. + +Modify gnc-tree-view-account.c to define a tax_info_data_func that displays only the the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the row is expanded; otherwise it combines it with the data in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT model column. Modily the view creation function to use the new tax_info_data_func for the text after having first set it to GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO to prevent the problem mentioned above, thereby overriding it.
                          • +
                          • Update page name if invoice/bill is renamed.
                          • +
                          • Present already open budget page if the user tries to open a budget more than once
                          • +
                          • Update page name if budget is renamed.
                          • +
                          + + + + +
                        • Traduzioni aggiornate o modifiche relative alle traduzioni
                        • +
                            +
                          • Updated Dutch translation copied from the translation project.
                          • +
                          • Updated Ukranian translation copied from the translation project.
                          • +
                          • Updated Traditional Chinese translation, glossary and win32 txt.
                          • +
                          • Fix typo in German translation
                          • +
                          • Add Traditional Chinese translation for win32 package system.
                          • +
                          • Updated Traditional Chinese translation by Kuang-che.
                          • +
                          • Improved French translation by Sebastien Daniel.
                          • +
                          + + + + +
                        • Problemi corretti
                        • +
                            +
                          • Bug #570042: Better default for book-closing entries in Income Statement Report Options + +Patch by Tristan Faujour: + +Proposed patch: make reports ignore book-closing entries + +I chose to: +- Change the reports' default behavior to have them ignore the book-closing +entries. +- Do not change anything in reports that deal explicitly with them. + +Here is the content of this patch (everything is under gnucash/src/report): +- In function gnc:account-get-trans-type-balance-interval, depending on an +argument, closing entries can be ignored (they are identified by +xaccTransGetIsClosingTxn). +- Some report utility functions are duplicated (with a "-with closing" suffix) +to provide the legacy feature. +- Equity statement and Profit & Loss reports are modified to call the +*-with-closing functions.
                          • +
                          • Bug #644556: Running the test as root happened to remove /dev/null. Check for this and also fix the respective test. + +Additionally, it turned out the log system never gave notice about +a log output file that was unwritable. Added an appropriate CRITICAL +error message.
                          • +
                          • Bug #644557 - gnucash-2.4.3: downstream patches to fix tests linking +Patches kindly provided by Gilles Dartiguelongue <eva@gentoo.org> of +the Gentoo project.
                          • +
                          • Bug #642739 - Translog files being created in Gnucash program +installation directory + +Translog files for databases are now created in a directory "translog" +inside the .gnucash dir. The files will be named following this +scheme: +<dbtype>_<hostname>_<user>_<dbname>.<timestamp>.log
                          • +
                          • Bug #644036: Counter format validation fails on Windows because the number format is I64i there. + +Note: Users will run into a problem when copying a windows file to linux +and vice versa because the counter format will have to be changed on the +other operating system each time.
                          • +
                          • Bug #521817 - Guid_init causes very long startup delay if Novell +Network active + +P_tmpdir is set to "\" by mingw. The way P_tmpdir is used by +GnuCash, this seems to trigger unwanted network activity. So on +Windows, I'm replacing it with "C:/temp" for now, based on suggestions +found on the internet regarding this issue.
                          • +
                          • Bug #347265 - budget column resizing/options applies to all budget windows
                          • +
                          + + + + +
                        • Altri cambiamenti relativi al codice e alla compilazione
                        • +
                            +
                          • Revert r20405, "Correct memory leaks..." - does not compile with guile-1.6 + +The patch will be re-applied once trunk requires guile-1.8, which will be done +right after the oncoming branching.
                          • +
                          • Configure simplification: Use pkg-config for libofx. Remove obsolete external qof detection. + +(Somehow the argument --with-qt3-wizard-package was writting right +inside the qof code stuff. This has been moved to the aqbanking section now.)
                          • +
                          • Correct memory leaks found with valgrind
                          • +
                          + + +
                        + +

                        Come contribuire?

                        +

                        Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio.

                        +

                        + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        diff --git a/news/it/110321-2.4.4.1.news b/news/it/110321-2.4.4.1.news new file mode 100644 index 00000000..88e58069 --- /dev/null +++ b/news/it/110321-2.4.4.1.news @@ -0,0 +1,12 @@ +Announcement: GnuCash OSX 2.4.4.1 +2011-03-21 + +

                        Disponibile il DMG di GnuCash OSX 2.4.4.1

                        + +

                        Sono disponibili i DMG corretti per OSX di Gnucash 2.4.4. Questi DMG contengono i pacchetti necessari per utilizzare AQBanking con il protocollo HBCI. Se si avevano problemi con le versioni 2.4.2, 2.4.3, o 2.4.4 quando si tentava di impostare o di modificare le impostazioni per l'Online Banking settings, questi DMG dovrebbero correggere il problema.

                        + +

                        Nota: la versione 2.4.1 è stata parzialmente rilasciata ma poi è stata ritirata all'ultimo minuto a causa della presenza di alcuni problemi critici. La versione 2.4.1 NON dovrebbe essere utilizzata.

                        + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        + diff --git a/news/it/110410-2.4.5.news b/news/it/110410-2.4.5.news new file mode 100644 index 00000000..605c3820 --- /dev/null +++ b/news/it/110410-2.4.5.news @@ -0,0 +1,119 @@ +Annuncio: rilascio di GnuCash 2.4.5 +2011-04-10 + +

                        Rilasciato GnuCash 2.4.5

                        + +

                        Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.5, la quinta versione di correzione dei problemi riscontrati nel rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

                        + +

                        Le principali novità della versione 2.4.0 comprendono: +

                          +
                        • Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.
                        • +
                        • Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.
                        • +
                        • Aggiornamento di AqBanking su Win32.
                        • +
                        + +

                        Ottenere GnuCash per sistemi Windows (file binari di Win32)

                        +

                        Il file eseguibile di Win32 per l'installazione di Gnucash 2.4.5 può essere scaricato da Sourceforge. Il file installerà tutto ciò che è necessario per eseguire GnuCash. + +

                        File binario per sistemi Mac OSX

                        +

                        Il pacchetto per MacOSX di Gnucash 2.4.5 può essere scaricato anch'esso da Sourceforge. + +

                        Ottenere GnuCash come codice sorgente

                        +

                        Per compilare autonomamente GnuCash 2.4.5, il codice sorgente può essere scaricato da: +

                          +
                        • Sourceforge: bzip2, gzip, tutti i file.
                        • +
                        • È inoltre possibile eseguire il checkout direttamente dal repository subversion con il seguente comando:

                          svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.5 gnucash
                        • +

                        + +

                        Per compilare GnuCash dal codice sorgente sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

                        + + +

                        Cambiamenti tra la versione 2.4.4 e la versione 2.4.5: + +

                          +
                        • Cambiamenti visibili dall'utente
                        • +
                            +
                          • [20457] Improve message printed on screen
                          • +
                          • Note last stable version number
                          • +
                          + + + + +
                        • Traduzioni aggiornate o modifiche relative alle traduzioni
                        • +
                            +
                          • [20507] Various spelling fixes in comments and translatable strings.
                          • +
                          • Updated Dutch translation, copied from the translation project.
                          • +
                          • Updated Italian translation.
                          • +
                          + + + + +
                        • Problemi corretti
                        • +
                            +
                          • [20496] Bug #645518: Partly revert r20378, "Correct memory leaks found with valgrind" + +The original author (Alex) asked to have this part reverted as it seems +to cause the crash explained in the bugreport, but he doesn't have time +to investigate this in detail right now.
                          • +
                          • [20481] Bug #645640: Online transfer must not allow to change amount in second window
                          • +
                          • Bug #642176: Add four decimals to CLF (Chilean Unidades de fomento) + +Oops, I forgot 1 digit
                          • +
                          • Bug #642176: Add four decimals to CLF (Chilean Unidades de fomento) + +While we could not find a document, which defines the decimals, +they are indispensable for the conversion of payments in "real" CLP.
                          • +
                          • Bug #645173 - [PATCH] Configure check uses hardcoded webkit library +name + +Patch by Andy Clayton.
                          • +
                          • Bug #641645 - Support ActivePerl 5.12 for Finance:Quote on Windows
                          • +
                          • Bug #644688: Account edit fails to detect that no changes have been made and marks the account 'dirty'.
                          • +
                          + + + + +
                        • Altri cambiamenti relativi al codice e alla compilazione
                        • +
                            +
                          • [20501] During win32 build, if a component is already installed, print the installation path + +Original patch by plongstaff.
                          • +
                          • [20491] Fix glade message with unintended whitespaces.
                          • +
                          • [20487]Windows nightly build: fix webserver directory creation hack
                          • +
                          • [20475] Windows build: fix weekly 2.4 build and move log files into separate directory
                          • +
                          • [20461] Windows build: allow reset.sh to remove mingw
                          • +
                          • [20460] Windows build: fix upload code
                          • +
                          • [20456] Some additional Windows nightly build fixes: +- restore the original mingw/msys link, even when the build script abort (due to a die command) +- only restore the mingw/msys link if it was saved before +- weekly builds should be on Monday, not Tuesday +- upload tag rebuilds to a directory named 'releases' instead of 'tags'
                          • +
                          • [20455] Build server: automatically create directories on webserver for new branches
                          • +
                          • [20454] Rework the Windows weekly 2.4 build to avoid parallel builds (which would fail)
                          • +
                          • [20452] Adapt the windows build system to deal with swapping mingw installations on one build machine
                          • +
                          • Start the 2.4 stable branch so that trunk is now experimental again
                          • +
                          • Add some convenience getter functions to gncOwner.
                          • +
                          • Whitespace and spelling corrections
                          • +
                          • Make error message on missing <dbi/dbi.h> more verbose. + +Also mention the infamous dbi database drivers here, +https://lists.gnucash.org/pipermail/gnucash-devel/2011-February/031171.html
                          • +
                          + + + + + + + +
                        + +

                        Come contribuire?

                        +

                        Traducendo: il nuovo rilascio è accompagnato da alcune nuove stringhe da tradurre. Se si intende contribuire con una traduzione, si consiglia di testare fin da subito questo rilascio.

                        +

                        + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        From ed56495b7bb9b4830c5daab256a0b079e3a29a79 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Mon, 11 Apr 2011 16:51:10 +0000 Subject: [PATCH 324/344] Add translation for uservoice news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20559 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/110226-uservoice.news | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 news/it/110226-uservoice.news diff --git a/news/it/110226-uservoice.news b/news/it/110226-uservoice.news new file mode 100644 index 00000000..a6171d50 --- /dev/null +++ b/news/it/110226-uservoice.news @@ -0,0 +1,13 @@ +Announcio: Nuovo forum per richiedere l'implementazione di nuove funzionalità +2011-02-26 + +

                        Nuovo forum per richiedere nuove funzionalità: Uservoice

                        + +

                        Stiamo testando un nuovo metodo per permettere agli utenti di +segnalare i propri suggerimenti in riferimento alle nuove funzionalità +di GnuCash e al loro miglioramento: Uservoice offre non solo +la possibilità di richiedere nuove funzionalità, ma permette anche all'utente +di votare una proposta già esistente. Provando questo nuovo servizio, +gli sviluppatori potranno valutare se questo strumento fornisce un metodo +valido di comunicazione con la nostra, sempre crescente, comunità. Grazie!

                        From f0bcfb961956d420095ca9eda2cf3023a3921651 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 27 May 2011 18:28:05 +0000 Subject: [PATCH 325/344] Move notice about the gnucash book back to top git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20705 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/{110301-book.news => 110501-book.news} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename news/{110301-book.news => 110501-book.news} (98%) diff --git a/news/110301-book.news b/news/110501-book.news similarity index 98% rename from news/110301-book.news rename to news/110501-book.news index ba68ce9b..1aff4556 100644 --- a/news/110301-book.news +++ b/news/110501-book.news @@ -1,5 +1,5 @@ Announcement: GnuCash Book on Small Business Accounting -2011-03-01 +2011-05-01

                        Recommended New Book: GnuCash 2.4 Small Business Accounting

                        From 263e24769066048e12804305ea353b6262a496b7 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 27 May 2011 18:34:07 +0000 Subject: [PATCH 326/344] Add news item for 2.4.6, to be published on Sunday git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20706 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110529-2.4.6.news | 95 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 news/110529-2.4.6.news diff --git a/news/110529-2.4.6.news b/news/110529-2.4.6.news new file mode 100644 index 00000000..babf9295 --- /dev/null +++ b/news/110529-2.4.6.news @@ -0,0 +1,95 @@ +Announcement: GnuCash 2.4.6 Release +2011-05-29 + +

                        GnuCash 2.4.6 released

                        + +

                        The GnuCash development team proudly announces GnuCash 2.4.6, the sixth bug fix release in a series of stable of the GnuCash Free Accounting Software. With this release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                        + +

                        Getting GnuCash for Windows (Win32 binary)

                        +

                        The Gnucash 2.4.6 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash. + +

                        Mac OSX binary

                        +

                        The Gnucash 2.4.6 MacOSX package can be downloaded from Sourceforge as well. + +

                        Getting GnuCash as source code

                        +

                        If you want to compile GnuCash 2.4.6 for yourself, the source code can be downloaded from: +

                          +
                        • Sourceforge: bzip2, gzip, all files.
                        • +
                        • You can also checkout the sources directly from the subversion repository with this command:

                          svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.6 gnucash
                        • +

                        + +

                        To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                        + + +

                        Between 2.4.5 and 2.4.6, the following bugfixes were included:

                        +
                          +
                        • Preserve selection around the call to gtk_editable_set_position. +This lets us drop the racy gnucash_sheet_select_data_cb, which fixes +problems with lost input.
                        • +
                        • Add a gnc_quartz_set_menu call to main_window_new() so that newly +created windows get their menus on the mac menu.
                        • +
                        • Fix up the Mac shutdown process to give Gnucash a chance to clean up without spewing critical errors about the main loop already running (because of calling gnc_shutdown in an event handler).
                        • + +
                        • Bug #650241: Fix style for aging table in owner reports that has changed (after defining doctype) +Prevent inheriting the parent tablestyle for aging table in owner-report.
                        • +
                        • Bug #650757: Fix Easy & footer styles output wrong tags </btd> iso </b></td> preventing HTML 4.01 Transitional validation + +This patch removes the wrong </btd> tags and closes the center tag in the +footer and easy stylesheets. +
                        • +
                        • Bug #645221: Patch to show the headline as an h3 across all stylesheets + +The attached patch makes sure that the title fonts set through the options menu +behaves consistently across all style sheets. +
                        • +
                        • Bug #620123: Patch to make account name a header cell, iso td in trial-balance
                        • +
                        • Bug #648554: SQL backend doesn't correctly save taxable flag on bills. +
                        • +
                        • Bug #650163: Fix Technicolor style that outputs wrong tags <btd> instead of <b><td> +
                        • +
                        • Bug #650139: Fix missing doctype preventing HTML 4.01 transitional validation + +Exported reports lack a document type, preventing HTML validation. + +When exporting this may lead browsers to incorrectly read the reports generated +by GnuCash. +
                        • +
                        • Bug #650138: Style plain: Fix incorrect <p> tag around <h3> preventing HTML 4.01 transitional validation +
                        • +
                        • Bug #649992: Let owner-report aging table include due date / post date options in aging. +The attached patch patches the owner report to: +*Allow a choice between the use of Due Date and Date Posted +*Report with the current bucket
                        • +
                        • Bug #649608: Skip non-enabled Scheduled Transactions for Future Txn report
                        • +
                        • Update Slovak translation, copied from the Translation Project.
                        • +
                        • Bug #646729: Create the lockfile with at least read write user permissions +
                        • +
                        • Bug #647945: Add sanity check to hopefully fix crash when running custom reports
                        • +
                        • Bug #644897: Correctly link in libgncmod-report-gnome.la to avoid linking against an installed version.
                        • +
                        • Bug #646268: Fix missing GWEN_SYNCIO initialization.
                        • +
                        • Bug #644762: Deprecated __new__() call in function_class.py
                        • +
                        • Bug #647360: Invoice entries in expense voucher are created in old voucher, not in new one. +It worked fine for customer invoices, and vendor bills, but not +expense vouchers, where the feature was broken all along.
                        • +
                        • Bug #647242: Fix broken averaging for quarter or half-year step size +
                        • +
                        • Bug #647316: Fix crash when deleting custom report if no backup file existed. + +Before deleting the backup file by (delete-file), it must be checked +whether the to-be-deleted file exists, otherwise the guile procedure +will crash.
                        • +
                        • Fix warning about NULL guid_list in xaccQueryAddAccountGUIDMatch, which caused some total amounts in reports to disappear. + +Apparently gnc:account-get-trans-type-splits-interval didn't watch out +for empty lists of accounts, and the resulting split list somehow +was bogus. Now that we check for empty account list, all is fine again. +This was broken for some months by now, maybe since r20404?
                        • +
                        • Bug #628342 - Quick open on File menu deleted if failed
                        • +
                        • Bug #629156 Recently Used Filenames incorrectly displayed
                        • +
                        + +

                        In 2.4.6, translations for Japanese language were updated.

                        + + +

                        About the Program

                        +

                        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                        From 5018ef2eb9e576d0248327d826339f9167bde2c7 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 27 May 2011 18:35:11 +0000 Subject: [PATCH 327/344] Oops, remove news item again as it would should up immediately. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20707 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110529-2.4.6.news | 95 ------------------------------------------ 1 file changed, 95 deletions(-) delete mode 100644 news/110529-2.4.6.news diff --git a/news/110529-2.4.6.news b/news/110529-2.4.6.news deleted file mode 100644 index babf9295..00000000 --- a/news/110529-2.4.6.news +++ /dev/null @@ -1,95 +0,0 @@ -Announcement: GnuCash 2.4.6 Release -2011-05-29 - -

                        GnuCash 2.4.6 released

                        - -

                        The GnuCash development team proudly announces GnuCash 2.4.6, the sixth bug fix release in a series of stable of the GnuCash Free Accounting Software. With this release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                        - -

                        Getting GnuCash for Windows (Win32 binary)

                        -

                        The Gnucash 2.4.6 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash. - -

                        Mac OSX binary

                        -

                        The Gnucash 2.4.6 MacOSX package can be downloaded from Sourceforge as well. - -

                        Getting GnuCash as source code

                        -

                        If you want to compile GnuCash 2.4.6 for yourself, the source code can be downloaded from: -

                          -
                        • Sourceforge: bzip2, gzip, all files.
                        • -
                        • You can also checkout the sources directly from the subversion repository with this command:

                          svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.6 gnucash
                        • -

                        - -

                        To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                        - - -

                        Between 2.4.5 and 2.4.6, the following bugfixes were included:

                        -
                          -
                        • Preserve selection around the call to gtk_editable_set_position. -This lets us drop the racy gnucash_sheet_select_data_cb, which fixes -problems with lost input.
                        • -
                        • Add a gnc_quartz_set_menu call to main_window_new() so that newly -created windows get their menus on the mac menu.
                        • -
                        • Fix up the Mac shutdown process to give Gnucash a chance to clean up without spewing critical errors about the main loop already running (because of calling gnc_shutdown in an event handler).
                        • - -
                        • Bug #650241: Fix style for aging table in owner reports that has changed (after defining doctype) -Prevent inheriting the parent tablestyle for aging table in owner-report.
                        • -
                        • Bug #650757: Fix Easy & footer styles output wrong tags </btd> iso </b></td> preventing HTML 4.01 Transitional validation - -This patch removes the wrong </btd> tags and closes the center tag in the -footer and easy stylesheets. -
                        • -
                        • Bug #645221: Patch to show the headline as an h3 across all stylesheets - -The attached patch makes sure that the title fonts set through the options menu -behaves consistently across all style sheets. -
                        • -
                        • Bug #620123: Patch to make account name a header cell, iso td in trial-balance
                        • -
                        • Bug #648554: SQL backend doesn't correctly save taxable flag on bills. -
                        • -
                        • Bug #650163: Fix Technicolor style that outputs wrong tags <btd> instead of <b><td> -
                        • -
                        • Bug #650139: Fix missing doctype preventing HTML 4.01 transitional validation - -Exported reports lack a document type, preventing HTML validation. - -When exporting this may lead browsers to incorrectly read the reports generated -by GnuCash. -
                        • -
                        • Bug #650138: Style plain: Fix incorrect <p> tag around <h3> preventing HTML 4.01 transitional validation -
                        • -
                        • Bug #649992: Let owner-report aging table include due date / post date options in aging. -The attached patch patches the owner report to: -*Allow a choice between the use of Due Date and Date Posted -*Report with the current bucket
                        • -
                        • Bug #649608: Skip non-enabled Scheduled Transactions for Future Txn report
                        • -
                        • Update Slovak translation, copied from the Translation Project.
                        • -
                        • Bug #646729: Create the lockfile with at least read write user permissions -
                        • -
                        • Bug #647945: Add sanity check to hopefully fix crash when running custom reports
                        • -
                        • Bug #644897: Correctly link in libgncmod-report-gnome.la to avoid linking against an installed version.
                        • -
                        • Bug #646268: Fix missing GWEN_SYNCIO initialization.
                        • -
                        • Bug #644762: Deprecated __new__() call in function_class.py
                        • -
                        • Bug #647360: Invoice entries in expense voucher are created in old voucher, not in new one. -It worked fine for customer invoices, and vendor bills, but not -expense vouchers, where the feature was broken all along.
                        • -
                        • Bug #647242: Fix broken averaging for quarter or half-year step size -
                        • -
                        • Bug #647316: Fix crash when deleting custom report if no backup file existed. - -Before deleting the backup file by (delete-file), it must be checked -whether the to-be-deleted file exists, otherwise the guile procedure -will crash.
                        • -
                        • Fix warning about NULL guid_list in xaccQueryAddAccountGUIDMatch, which caused some total amounts in reports to disappear. - -Apparently gnc:account-get-trans-type-splits-interval didn't watch out -for empty lists of accounts, and the resulting split list somehow -was bogus. Now that we check for empty account list, all is fine again. -This was broken for some months by now, maybe since r20404?
                        • -
                        • Bug #628342 - Quick open on File menu deleted if failed
                        • -
                        • Bug #629156 Recently Used Filenames incorrectly displayed
                        • -
                        - -

                        In 2.4.6, translations for Japanese language were updated.

                        - - -

                        About the Program

                        -

                        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                        From 7efce8995a8338cec935ab53fe5f93010cf70937 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sun, 29 May 2011 08:39:57 +0000 Subject: [PATCH 328/344] Website announcement of 2.4.6 release git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20720 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110529-2.4.6.news | 96 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 news/110529-2.4.6.news diff --git a/news/110529-2.4.6.news b/news/110529-2.4.6.news new file mode 100644 index 00000000..37550542 --- /dev/null +++ b/news/110529-2.4.6.news @@ -0,0 +1,96 @@ +Announcement: GnuCash 2.4.6 Release +2011-05-29 + +

                        GnuCash 2.4.6 released

                        + +

                        The GnuCash development team proudly announces GnuCash 2.4.6, the sixth bug fix release in a series of stable of the GnuCash Free Accounting Software. With this release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                        + +

                        Getting GnuCash for Windows (Win32 binary)

                        +

                        The Gnucash 2.4.6 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash. + +

                        Mac OSX binary

                        +

                        The Gnucash 2.4.6 MacOSX package can be downloaded from Sourceforge as well. + +

                        Getting GnuCash as source code

                        +

                        If you want to compile GnuCash 2.4.6 for yourself, the source code can be downloaded from: +

                        + +

                        To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                        + +

                        Changes

                        + +

                        Between 2.4.5 and 2.4.6, the following bugfixes were included:

                        +
                          +
                        • Preserve selection around the call to gtk_editable_set_position. +This lets us drop the racy gnucash_sheet_select_data_cb, which fixes +problems with lost input.
                        • +
                        • Add a gnc_quartz_set_menu call to main_window_new() so that newly +created windows get their menus on the mac menu.
                        • +
                        • Fix up the Mac shutdown process to give Gnucash a chance to clean up without spewing critical errors about the main loop already running (because of calling gnc_shutdown in an event handler).
                        • + +
                        • Bug #650241: Fix style for aging table in owner reports that has changed (after defining doctype) +Prevent inheriting the parent tablestyle for aging table in owner-report.
                        • +
                        • Bug #650757: Fix Easy & footer styles output wrong tags </btd> iso </b></td> preventing HTML 4.01 Transitional validation + +This patch removes the wrong </btd> tags and closes the center tag in the +footer and easy stylesheets. +
                        • +
                        • Bug #645221: Patch to show the headline as an h3 across all stylesheets + +The attached patch makes sure that the title fonts set through the options menu +behaves consistently across all style sheets. +
                        • +
                        • Bug #620123: Patch to make account name a header cell, iso td in trial-balance
                        • +
                        • Bug #648554: SQL backend doesn't correctly save taxable flag on bills. +
                        • +
                        • Bug #650163: Fix Technicolor style that outputs wrong tags <btd> instead of <b><td> +
                        • +
                        • Bug #650139: Fix missing doctype preventing HTML 4.01 transitional validation + +Exported reports lack a document type, preventing HTML validation. + +When exporting this may lead browsers to incorrectly read the reports generated +by GnuCash. +
                        • +
                        • Bug #650138: Style plain: Fix incorrect <p> tag around <h3> preventing HTML 4.01 transitional validation +
                        • +
                        • Bug #649992: Let owner-report aging table include due date / post date options in aging. +The attached patch patches the owner report to: +*Allow a choice between the use of Due Date and Date Posted +*Report with the current bucket
                        • +
                        • Bug #649608: Skip non-enabled Scheduled Transactions for Future Txn report
                        • +
                        • Update Slovak translation, copied from the Translation Project.
                        • +
                        • Bug #646729: Create the lockfile with at least read write user permissions +
                        • +
                        • Bug #647945: Add sanity check to hopefully fix crash when running custom reports
                        • +
                        • Bug #644897: Correctly link in libgncmod-report-gnome.la to avoid linking against an installed version.
                        • +
                        • Bug #646268: Fix missing GWEN_SYNCIO initialization.
                        • +
                        • Bug #644762: Deprecated __new__() call in function_class.py
                        • +
                        • Bug #647360: Invoice entries in expense voucher are created in old voucher, not in new one. +It worked fine for customer invoices, and vendor bills, but not +expense vouchers, where the feature was broken all along.
                        • +
                        • Bug #647242: Fix broken averaging for quarter or half-year step size +
                        • +
                        • Bug #647316: Fix crash when deleting custom report if no backup file existed. + +Before deleting the backup file by (delete-file), it must be checked +whether the to-be-deleted file exists, otherwise the guile procedure +will crash.
                        • +
                        • Fix warning about NULL guid_list in xaccQueryAddAccountGUIDMatch, which caused some total amounts in reports to disappear. + +Apparently gnc:account-get-trans-type-splits-interval didn't watch out +for empty lists of accounts, and the resulting split list somehow +was bogus. Now that we check for empty account list, all is fine again. +This was broken for some months by now, maybe since r20404?
                        • +
                        • Bug #628342 - Quick open on File menu deleted if failed
                        • +
                        • Bug #629156 Recently Used Filenames incorrectly displayed
                        • +
                        + +

                        In 2.4.6, translations for Japanese language were updated.

                        + + +

                        About the Program

                        +

                        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                        From 9a02219229139ae7a9576f530e5fd65860da6e40 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sun, 29 May 2011 19:03:58 +0000 Subject: [PATCH 329/344] Update website version pointer to 2.4.6 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20721 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index a7c8e3bf..31effa31 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -2,7 +2,7 @@ // This section defines the most recent version numbers for all platforms. // Each platform can define its own latest version or follow the default. // Both a latest stable version and a latest unstable version are defined. - $latest_stable = "2.4.5"; + $latest_stable = "2.4.6"; $latest_stable_win = $latest_stable; # $latest_stable_mac_ppc = $latest_stable.".1"; $latest_stable_mac_ppc = $latest_stable; From c47387976e65417d280efed3238ddbd0341ebd64 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Tue, 31 May 2011 18:45:34 +0000 Subject: [PATCH 330/344] Update Italian news git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20724 57a11ea4-9604-0410-9ed3-97b8803252fd --- .../it/{110301-book.news => 110501-book.news} | 0 news/it/110529-2.4.6.news | 96 +++++++++++++++++++ 2 files changed, 96 insertions(+) rename news/it/{110301-book.news => 110501-book.news} (100%) create mode 100644 news/it/110529-2.4.6.news diff --git a/news/it/110301-book.news b/news/it/110501-book.news similarity index 100% rename from news/it/110301-book.news rename to news/it/110501-book.news diff --git a/news/it/110529-2.4.6.news b/news/it/110529-2.4.6.news new file mode 100644 index 00000000..e76b2d34 --- /dev/null +++ b/news/it/110529-2.4.6.news @@ -0,0 +1,96 @@ +Announcio: rilascio di GnuCash 2.4.6 +2011-05-29 + +

                        Rilasciato GnuCash 2.4.6

                        + +

                        Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.6, la sesta versione di correzione dei problemi riscontrati nel rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

                        + +

                        Ottenere GnuCash per sistemi Windows (file binari di Win32)

                        +

                        Il file eseguibile di Win32 per l'installazione di Gnucash 2.4.6 può essere scaricato da Sourceforge. Il file installerà tutto ciò che è necessario per eseguire GnuCash. + +

                        File binario per sistemi Mac OSX

                        +

                        Il pacchetto per MacOSX di Gnucash 2.4.6 può essere scaricato anch'esso da Sourceforge. + +

                        Ottenere GnuCash come codice sorgente

                        +

                        Per compilare autonomamente GnuCash 2.4.6, il codice sorgente può essere scaricato da: +

                          +
                        • Sourceforge: bzip2, gzip, tutti i file.
                        • +
                        • È inoltre possibile eseguire il checkout direttamente dal repository subversion con il seguente comando:

                          svn co http://svn.gnucash.org/repo/gnucash/tags/2.4.6 gnucash
                        • +

                        + +

                        Per compilare GnuCash dal codice sorgente sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

                        + +

                        Modifiche

                        + +

                        Tra la versione 2.4.5 e la 2.4.6, sono state introdotte le seguenti modifiche:

                        +
                          +
                        • Preserve selection around the call to gtk_editable_set_position. +This lets us drop the racy gnucash_sheet_select_data_cb, which fixes +problems with lost input.
                        • +
                        • Add a gnc_quartz_set_menu call to main_window_new() so that newly +created windows get their menus on the mac menu.
                        • +
                        • Fix up the Mac shutdown process to give Gnucash a chance to clean up without spewing critical errors about the main loop already running (because of calling gnc_shutdown in an event handler).
                        • + +
                        • Bug #650241: Fix style for aging table in owner reports that has changed (after defining doctype) +Prevent inheriting the parent tablestyle for aging table in owner-report.
                        • +
                        • Bug #650757: Fix Easy & footer styles output wrong tags </btd> iso </b></td> preventing HTML 4.01 Transitional validation + +This patch removes the wrong </btd> tags and closes the center tag in the +footer and easy stylesheets. +
                        • +
                        • Bug #645221: Patch to show the headline as an h3 across all stylesheets + +The attached patch makes sure that the title fonts set through the options menu +behaves consistently across all style sheets. +
                        • +
                        • Bug #620123: Patch to make account name a header cell, iso td in trial-balance
                        • +
                        • Bug #648554: SQL backend doesn't correctly save taxable flag on bills. +
                        • +
                        • Bug #650163: Fix Technicolor style that outputs wrong tags <btd> instead of <b><td> +
                        • +
                        • Bug #650139: Fix missing doctype preventing HTML 4.01 transitional validation + +Exported reports lack a document type, preventing HTML validation. + +When exporting this may lead browsers to incorrectly read the reports generated +by GnuCash. +
                        • +
                        • Bug #650138: Style plain: Fix incorrect <p> tag around <h3> preventing HTML 4.01 transitional validation +
                        • +
                        • Bug #649992: Let owner-report aging table include due date / post date options in aging. +The attached patch patches the owner report to: +*Allow a choice between the use of Due Date and Date Posted +*Report with the current bucket
                        • +
                        • Bug #649608: Skip non-enabled Scheduled Transactions for Future Txn report
                        • +
                        • Update Slovak translation, copied from the Translation Project.
                        • +
                        • Bug #646729: Create the lockfile with at least read write user permissions +
                        • +
                        • Bug #647945: Add sanity check to hopefully fix crash when running custom reports
                        • +
                        • Bug #644897: Correctly link in libgncmod-report-gnome.la to avoid linking against an installed version.
                        • +
                        • Bug #646268: Fix missing GWEN_SYNCIO initialization.
                        • +
                        • Bug #644762: Deprecated __new__() call in function_class.py
                        • +
                        • Bug #647360: Invoice entries in expense voucher are created in old voucher, not in new one. +It worked fine for customer invoices, and vendor bills, but not +expense vouchers, where the feature was broken all along.
                        • +
                        • Bug #647242: Fix broken averaging for quarter or half-year step size +
                        • +
                        • Bug #647316: Fix crash when deleting custom report if no backup file existed. + +Before deleting the backup file by (delete-file), it must be checked +whether the to-be-deleted file exists, otherwise the guile procedure +will crash.
                        • +
                        • Fix warning about NULL guid_list in xaccQueryAddAccountGUIDMatch, which caused some total amounts in reports to disappear. + +Apparently gnc:account-get-trans-type-splits-interval didn't watch out +for empty lists of accounts, and the resulting split list somehow +was bogus. Now that we check for empty account list, all is fine again. +This was broken for some months by now, maybe since r20404?
                        • +
                        • Bug #628342 - Quick open on File menu deleted if failed
                        • +
                        • Bug #629156 Recently Used Filenames incorrectly displayed
                        • +
                        + +

                        In 2.4.6, translations for Japanese language were updated.

                        + + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        From a31629785c9e7b5c868c6d85439ea25489e37ca4 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Tue, 31 May 2011 18:47:31 +0000 Subject: [PATCH 331/344] Bump Italian book news git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20725 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/110501-book.news | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/it/110501-book.news b/news/it/110501-book.news index 0f18e00b..3fa79c2a 100644 --- a/news/it/110501-book.news +++ b/news/it/110501-book.news @@ -1,5 +1,5 @@ Annuncio: Libro dedicato alla contabilità per piccole imprese con GnuCash -2011-03-01 +2011-05-01

                        Raccomandazione di un nuovo libro: GnuCash 2.4 Small Business Accounting (contabilità per le piccole imprese con GnuCash 2.4; testo in inglese)

                        From c67ae71e2896065841ff892c3701c603ca9eb859 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Tue, 31 May 2011 19:25:49 +0000 Subject: [PATCH 332/344] Update Italian translation for website git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20726 57a11ea4-9604-0410-9ed3-97b8803252fd --- locale/it/LC_MESSAGES/gnucash-htdocs.mo | Bin 58986 -> 61513 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/locale/it/LC_MESSAGES/gnucash-htdocs.mo b/locale/it/LC_MESSAGES/gnucash-htdocs.mo index 79f80871443cf17a08dc057a5f9e7e0bd78cc92f..4e43d7440c7f2c73981405be7dd96222c97e1771 100644 GIT binary patch delta 8482 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 delta 6357 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 WygS^JC9WwBZBb{A^~v=>^nU@eh&;al From 54f890db6bff97d56bcb4c5f024d12de1e1db19f Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Tue, 7 Jun 2011 12:23:57 +0000 Subject: [PATCH 333/344] Notification of server outage git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20737 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110606-server-maint.news | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 news/110606-server-maint.news diff --git a/news/110606-server-maint.news b/news/110606-server-maint.news new file mode 100644 index 00000000..34bc024c --- /dev/null +++ b/news/110606-server-maint.news @@ -0,0 +1,15 @@ +Planned Server Maintenance +2011-06-06 + +

                        Planned Server Maintenance Tuesday, June 7

                        + +

                        The GnuCash general server will be undergoing planned maintenance +on Tuesday, June 7, 2011, starting at 8:00am US/EDT (1200UTC) for a +series of software (OS) upgrades. During the outage access to +Subversion, Trac, Wiki, Email, Email Archives, and IRC Logs will be +unavailable. Access to www.gnucash.org will not be affected.

                        + +

                        The outage is expected to last anywhere from 5-14 hours, so planned +time for return to service is 10pm (0200 UTC).

                        + +

                        Updates can be found on the #gnucash IRC channel on irc.gimp.org

                        From a61a6add8e30625cca1ce31a4650f321839bacf2 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 8 Jun 2011 01:42:12 +0000 Subject: [PATCH 334/344] News item about complete service maintenance git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20738 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110607-server-maint.news | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 news/110607-server-maint.news diff --git a/news/110607-server-maint.news b/news/110607-server-maint.news new file mode 100644 index 00000000..092c93ba --- /dev/null +++ b/news/110607-server-maint.news @@ -0,0 +1,9 @@ +Server Maintenance Complete +2011-06-07 + +

                        Server Maintenance Complete

                        + +

                        The planned GnuCash general server maintenance has been completed. +At this time, all services should be running normally. If you have +any issues please contact the server administrators via email or contact +the GnuCash developers via email or IRC.

                        From 13af5b9c10b8a27eeb5be70d25fde277ee3e1ebd Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 10 Jun 2011 18:14:36 +0000 Subject: [PATCH 335/344] Bump book news on top again git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20748 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/{110501-book.news => 110608-book.news} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename news/{110501-book.news => 110608-book.news} (98%) diff --git a/news/110501-book.news b/news/110608-book.news similarity index 98% rename from news/110501-book.news rename to news/110608-book.news index 1aff4556..8185f8af 100644 --- a/news/110501-book.news +++ b/news/110608-book.news @@ -1,5 +1,5 @@ Announcement: GnuCash Book on Small Business Accounting -2011-05-01 +2011-06-08

                        Recommended New Book: GnuCash 2.4 Small Business Accounting

                        From 4553dd082788ceedbbd6a2196ecadb8e384f8e0f Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 15 Jun 2011 06:58:57 +0000 Subject: [PATCH 336/344] Disallow the old doc versions in robots.txt git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20759 57a11ea4-9604-0410-9ed3-97b8803252fd --- robots.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/robots.txt b/robots.txt index 37fa7003..2cb28bfd 100644 --- a/robots.txt +++ b/robots.txt @@ -18,3 +18,7 @@ Disallow: /cgi-bin/ Disallow: /lxr/ Disallow: /mirrors/ +# Don't let the docs for old versions show up in google anymore +Disallow: /docs/v1.6/ +Disallow: /docs/v1.8/ +Disallow: /docs/v2.0/ From 5a5b412ff187fa935148fd6503dcd430a2cb2a9b Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 2 Jul 2011 15:32:11 +0000 Subject: [PATCH 337/344] Install documentation release 2.4.1 on the gnucash website git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20820 57a11ea4-9604-0410-9ed3-97b8803252fd From 8fb52430cc8f74b4c65159eafa0e9e4c425e19fa Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 2 Jul 2011 15:44:47 +0000 Subject: [PATCH 338/344] Install documentation release 2.2.2 on the gnucash website git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20822 57a11ea4-9604-0410-9ed3-97b8803252fd From 8bd1166755fd4351ddd209014fc1388be9fe286e Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 2 Jul 2011 16:11:39 +0000 Subject: [PATCH 339/344] Announce gnucash-docs 2.2.2 and 2.4.1 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20823 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110702-docs-2.2.2.news | 101 +++++++++++++++++++ news/110702-docs-2.4.1.news | 196 ++++++++++++++++++++++++++++++++++++ 2 files changed, 297 insertions(+) create mode 100644 news/110702-docs-2.2.2.news create mode 100644 news/110702-docs-2.4.1.news diff --git a/news/110702-docs-2.2.2.news b/news/110702-docs-2.2.2.news new file mode 100644 index 00000000..39b57ad6 --- /dev/null +++ b/news/110702-docs-2.2.2.news @@ -0,0 +1,101 @@ +Announcement: GnuCash Documentation 2.2.2 Release +2011-07-02 + +

                        GnuCash Documentation 2.2.2 released

                        + +

                        The GnuCash documentation team proudly announces release 2.2.2 of the GnuCash help manual and concepts guide. This documentation is intended for the 2.2 series of GnuCash.

                        +

                        Note that this will be the last documentation release for the 2.2 series. All future documentation efforts will go into the 2.4 and unstable series.

                        + +

                        Reading the documentation online

                        + +

                        An online version of the documentation is available on the Documentation page of the GnuCash website. The 2.2.2 documentation will be found under "Older GnuCash Documentation", "GnuCash v2.2". + +

                        Getting GnuCash Documentation as source code

                        + +

                        If you want to compile the GnuCash Documentation 2.2.2 for yourself, the source code can be downloaded from: +

                        + +

                        Changes

                        +

                        Changes between 2.2.1 and 2.2.2 include

                        +
                          +
                        • Bugs fixed
                        • + +
                            +
                          • Bug #588035: Correct keyboard shortcut for Actions > Split menu item.
                          • +
                          • Bug #621573: Simplify explanation of entering a split transaction and remove comment + about register bug (no longer applicable).
                          • +
                          • Bug #627266: "Steps to enable On-line price updating" doesn't say to install Finance::Quote
                          • +
                          • Bug #630652: Expand and add GnuCash Other Assets
                            + + Patch author: Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Bug #632244: Removed the Preferences section from guide and updated on help. + + Keep old screenshots and source credits. Delete all references to new + preferences such as Printing tab. Delete all references to new SQL backend + and default .gnucash extension.
                          • +
                          • Bug #633066
                          • +
                          • Bug #633385: + Restructure section 2.2 Data Entry Concepts to only include basic info on files, + accounts, and transactions.
                            + Minor cosmetic edits to section 2.1.3 and a concept clarification to section 4.2.2.
                            + + Author: David (sunfish62 at yahoo dot com)
                            + Input: Yawar Amin (yawar dot amin at gmail dot com) and + Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Bug #634075: Replace all usage of the term `druid' with `assistant' in the GnuCash + Guide.
                            + Author: Mike E (mikee at saxicola dot idps dot co dot uk)
                          • +
                          + + +
                        • Translation updates
                        • +
                            +
                          • New and updated German version of guide document, by Juergen Hoewener.
                          • +
                          + + +
                        • New or improved content
                        • +
                            +
                          • guide: Explain concept behind What's New section
                          • +
                          • guide: Mention important changes in What's New section
                          • +
                          • guide: Mention platform support only for current stable version
                          • +
                          • guide: Change/remove references to old versions
                          • +
                          • New figure for Printing tab under Preferences.
                          • +
                          • Add Budgets and Other Assets chapters to the overview.
                            + + Author: Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Fix sequence of tenses grammar error
                            + + Author: Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Minor spelling and grammar fixes.
                          • +
                          + + +
                        • Internal, non-user visible changes
                        • +
                            +
                          • Add chapter getting-help to Makefile.
                          • +
                          • Separate getting-help chapter to validate getting-started xml file.
                          • +
                          • guide: Add entities for stable and unstable series
                          • +
                          • guide: Add single-quote entity definitions
                          • +
                          • Replace all usage of the words `GnuCash' or 'Gnucash' with the 'app' entity. + Patch by Yawar Amin
                          • +
                          • Added <application> markup to GnuCash program name
                          • +
                          • Remove old file that collides with existing one in case-insensitive filesystems.
                          • +
                          • Delete guilabel tags below section titles with same wording (redundant).
                            + Delete note about debit and credit effects on asset accounts because it's
                            + effectively the same as note `More on Debits and Credits' at the end of + Section 3.2.2 (Income and Expense Accounts).
                            + Replace GnuCash name with defined app entity.
                            + Use tip tags for tips.
                            + Use an xref tag for a reference.
                          • +
                          • GnuCash docs: merge revisions 19151,19307,19312-19313,19386,19455,19460,19472-19473,19479-19480,19482-19483 to 2.2 branch
                          • +
                          • guide: Remove 2.3+-specific info
                          • +
                          +
                        + + +

                        About the Program

                        +

                        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                        diff --git a/news/110702-docs-2.4.1.news b/news/110702-docs-2.4.1.news new file mode 100644 index 00000000..8d33601e --- /dev/null +++ b/news/110702-docs-2.4.1.news @@ -0,0 +1,196 @@ +Announcement: GnuCash Documentation 2.4.1 Release +2011-07-02 + +

                        GnuCash Documentation 2.4.1 released

                        + +

                        The GnuCash documentation team proudly announces release 2.4.1 of the GnuCash help manual and concepts guide. This documentation is intended for the 2.4 series of GnuCash.

                        +

                        Note: version 2.4.0 of the GnuCash Documentation was only partially released and had several issues. Hence it was never officially announced and should be skipped.

                        + +

                        Reading the documentation online

                        + +

                        An online version of the documentation is available on the Documentation page of the GnuCash website. The 2.4.1 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages. + +

                        Getting GnuCash Documentation as pdf

                        + +

                        An pdf version of the documentation available on the Documentation page of the GnuCash website. The 2.4.1 documentation will be found under "GnuCash v2.4 (current stable release)" in multiple languages. + +

                        Getting GnuCash Documentation as source code

                        + +

                        If you want to compile the GnuCash Documentation 2.4.1 for yourself, the source code can be downloaded from: +

                        + +

                        Changes

                        +

                        Changes between the 2.2 series and 2.4.1 include

                        +
                          +
                        • Bugs fixed
                        • +
                            +
                          • Bug #130920: Explain workaround for user-defined currencies.
                          • +
                          • Bug #535424: Update documentation for the Since Last Run assistant.
                          • +
                          • Bug #582547: Add account tree columns description.
                          • +
                          • Bug #588035: Correct keyboard shortcut for Actions > Split menu item.
                          • +
                          • Bug #621573: Simplify explanation of entering a split transaction and remove comment + about register bug (no longer applicable).
                          • +
                          • Bug #627266: "Steps to enable On-line price updating" doesn't say to + install Finance::Quote
                          • +
                          • Bug #627983: Quit or Cancel
                          • +
                          • Bug #627984: Documentation consistency: either don't use the term druid or at least explain it.
                          • +
                          • Bug #628745 - guide: Add What's New section for current stable series
                          • +
                          • Bug #630652: Expand and add GnuCash Other Assets
                            + Patch author: Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Bug #632244: Removed the Preferences section from guide and updated on help.
                          • +
                          • Bug #633385: + Restructure section 2.2 Data Entry Concepts to only include basic info on files, + accounts, and transactions.
                            + Minor cosmetic edits to section 2.1.3 and a concept clarification to section 4.2.2.
                            + + Author: David (sunfish62 at yahoo dot com)
                            + Input: Yawar Amin (yawar dot amin at gmail dot com) and Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Bug #633586: + + Move the explanation of debits and credits from section 3.2.2 `Income and Expense + Accounts' into section 2.1.3 `Double Entry', a more logical place.
                            + Get rid of historical info (easy to look up online), error checking features info + (this isn't a sales pitch), and banks' reversed usage of debit and credit + terms (a digression, not really relevant at this point).
                          • +
                          • Bug #634075: Replace all usage of the term `druid' with `assistant' in the GnuCash + Guide.
                            + Author: Mike E (mikee at saxicola dot idps dot co dot uk)
                          • +
                          • Bug #635357: Document Save As and Open dialogs.
                          • +
                          • Bug #635360: Explain backup files from a 2.4 point of view.
                          • +
                          • Bug #635361: Update the new account screen description and minor changes to account basics chapter in help.
                          • +
                          • Bug #635363: Add description of auto completion for business features.
                          • +
                          • Bug #635365: Mention invoice post date default.
                          • +
                          • Bug #635365: New images for AR Payment and AP Payment
                          • +
                          • Bug #635365: documents the new dialog related to style sheets
                          • +
                          • Bug #635386: Document trading accounts GnuCash capabilities.
                          • +
                          • Bug #635982: Fix typos and grammatical errors.
                            + + Author: Yasuaki Taniguchi (yasuakit at gmail dot com)
                            + Review: Yawar Amin (yawar dot amin at gmail dot com) and Cristian Marchi (cri79 at ngi dot it)
                          • +
                          • Bug #638500: Add a note about the source of the report being modified so that users can follow along.
                          • +
                          • Bug #639264: Add Information about Starting Balance in reconcile window and revise the entire section.
                          • +
                          • Bug #639999: 16.3 Current Assets miscalculation in 16.3.5 Wash/Suspense Account
                            + Patch by Chris Curtis.
                          • +
                          • Bug #644984: Update to 2.4 UI and workflow the guide section on scheduled transactions entering from the Scheduled transaction editor.
                          • +
                          • Bug #647735: Add instructions on how to change the GnuCash interface language.
                          • +
                          • Related to bug #635366: Add cross-links for the Tax Options menu.
                          • +
                          • Related to bug #635357: Remove QIF assistant description and move New Account Hierarchy setup description.
                          • +
                          + + + +
                        • Translation updates
                        • +
                            +
                          • New and updated German version of guide document, by Juergen Hoewener.
                          • +
                          • Updated German help, by Holger Stöhr.
                          • +
                          • Much improved Italian version of the documentation, by Christan Marchi.
                          • +
                          • New Japanese version of the guide, by Yasuaki Taniguchi.
                          • +
                          + + + +
                        • New or improved content
                        • +
                            +
                          • GnuCash Docs: Update GNOME documentation links, patch by Yawar Amin
                          • +
                          • Update help manual to reflect partial support of capital gains for US Income Tax reporting and TXF exporting for code 673.
                          • +
                          • New figure for Printing tab under Preferences.
                          • +
                          • Updated Preferences section to GnuCash 2.4 and minor changes for 2.4 release.
                          • +
                          • guide: Reword paragraphs about new file extension
                            + + Mention new file extension chosen during 2.3 development. Also, two + paragraphs in the `Basics' chapter talk about the new default .gnucash file + format. Make the second refer to the first.
                          • +
                          • guide: Change/remove references to old versions
                          • +
                          • guide: Mention important changes in What's New section
                          • +
                          • guide: Explain concept behind What's New section.
                          • +
                          • Update Reports section of help manual to reflect enhanced tax report.
                          • +
                          • help & guide: Update date, series and version entity definitions to current release.
                          • +
                          • Update menu paths to 2.4 UI.
                          • +
                          • Updated help content to GnuCash 2.4, improved markup and tagging.
                          • +
                          • Update help to reflect changes introduced with bug #634357.
                          • +
                          • Add shortcut for Transfer command.
                          • +
                          • Reintroduce the show splash screen option.
                          • +
                          • Add description for File->Add Report item.
                          • +
                          • Fix mixed up account names, spotted by aikhan
                          • +
                          • Provide separate Finance::Quote instructions for each OS and clarify the ones for Linux.
                          • +
                          • Changed "Portfoloio View" to "Commodity View". A "portfolio" is a + collection of investments, not a single investment. The register view in + question applies to a single investment, and is used for all + non-monetary commodities.
                          • +
                          • Update all references in the C guide & help files to also show the correct + preferences menu path for Mac OS X in addition to the Gnome one.
                          • +
                          • guide:Remove sections on international preferences and currency support, and + absorb them into earlier introduction and account setup sections.
                          • +
                          • Remove a note about bug #340041 that is fixed now.
                          • +
                          • Add information on python invoice import script + Documenation created by Mike Evans
                          • + +
                          • Lots of small fixes and tweaks to improve the quality of the content.
                          • +
                          + + + +
                        • Markup releated changes
                        • +
                            +
                          • Delete guilabel tags below section titles with same wording (redundant).
                            + Delete note about debit and credit effects on asset accounts because it's + effectively the same as note `More on Debits and Credits' at the end of + Section 3.2.2 (Income and Expense Accounts).
                            + Replace GnuCash name with defined app entity.
                            + Use tip tags for tips.
                            + Use an xref tag for a reference.
                          • +
                          • Replace all uses of GnuCash with the app entity
                          • +
                          • Replace all usage of the words 'GnuCash' or 'Gnucash' with the 'app' entity
                            + Patch by Yawar Amin
                          • +
                          • Add <application> markup to &app; entity.
                          • +
                          • guide: Add single-quote entity definitions
                          • +
                          • Use &rsquo; entity instead of "'"
                          • +
                          • Define entities for current stable and unstable versions, patch by Yawar Amin
                          • +
                          • guide: Add entities for stable and unstable series
                            + + Sometimes referring to the exact version in the documentation is a bit + superfluous, and instead we just want to refer to general GnuCash release + series (2.2, 2.3, 2.4, etc.) in which something happened.
                          • +
                          • Add mdash entity to enable the use of xml2po and add description for entities.
                          • +
                          • Add guibutton tag.
                          • +
                          • Generate html doc in UTF-8 instead of ISO-8859-1
                          • +
                          • Add figure tags and pgwide attribute to some screenshots
                            + The figure tags should go around all screenshots to have them + show up in the list of figures.
                            + The pgwide attribute repositions the image in pdf documents. Large + pictures still fit on the page thanks to this flag.
                          • +
                          • Use different accounting equation image for html or pdf rendering + This is meant as an example of how the pdf images can be improved. + This may not work well for screenshots though.
                          • +
                          • Improve figures and images for pdf printing and remove unused ones. + Change ppi to 144 for all figures
                          • +
                          • Add hyperlink to GnuCash user list.
                          • +
                          • Add function attribute to Enter key tagging.
                          • +
                          + + +
                        • Other, non-visible changes
                        • +
                            +
                          • Remove old files that collide with existing ones in case-insensitive filesystems.
                          • +
                          • Add chapter getting-help to Makefile.
                          • +
                          • Merge branch 'bug633066' into HEAD
                          • +
                          • Remove redundant index.
                          • +
                          • Add gitignores.
                          • +
                          • Separate getting-help chapter to validate getting-started xml file.
                          • +
                          • Update the build system to a more recent xsl stylesheet, including ones required for pdf and htmlhelp (Windows)
                          • +
                          • Restore pdf creation for gnucash-guide and gnucash-help in all languages.
                          • +
                          • Update docbook specification from 4.1.2 to 4.4.
                          • +
                          • Migrate the Italian GnuCash guide to a po file based workflow.
                          • +
                          • Set svn:eol-style property for all XML files to LF to avoid CRLF/LF mixups.
                          • +
                          • More information on translation process
                          • + +
                          • Several other small fixes and tweaks in the documentation build system
                          • +
                          +
                        + + +

                        About the Program

                        +

                        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                        From da77f40921ccd22400571517551a8cdef48e0a70 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 2 Jul 2011 20:43:18 +0000 Subject: [PATCH 340/344] Add 2.4.7 news item to website git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20827 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110702-2.4.7.news | 73 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 news/110702-2.4.7.news diff --git a/news/110702-2.4.7.news b/news/110702-2.4.7.news new file mode 100644 index 00000000..aa5d5c34 --- /dev/null +++ b/news/110702-2.4.7.news @@ -0,0 +1,73 @@ +Announcement: GnuCash 2.4.7 Release +2011-07-02 + +

                        GnuCash 2.4.7 released

                        + +

                        The GnuCash development team proudly announces GnuCash 2.4.7, the seventh bug fix release in a series of stable of the GnuCash Free Accounting Software. With this release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.

                        + +

                        Getting GnuCash for Windows (Win32 binary)

                        +

                        The Gnucash 2.4.7 Win32 setup executable can be downloaded from Sourceforge. It will install everything needed to run GnuCash. + +

                        Mac OSX binary

                        +

                        The Gnucash 2.4.7 MacOSX package can be downloaded from Sourceforge as well. + +

                        Getting GnuCash as source code

                        +

                        If you want to compile GnuCash 2.4.7 for yourself, the source code can be downloaded from: +

                        + +

                        To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.

                        + +

                        Changes

                        + +

                        Between 2.4.6 and 2.4.7, the following bugfixes were included:

                        +
                          +
                        • [20804]Bug #653056: Fix menu accelerators not working, crash on save-while-quitting.
                        • +
                        • [20800] Bug #646541: new invoice line items default to invoice open date +instead of current date +This commit partially reverts the changes in r19134 so that +customer invoices and employee vouchers default to the current date. +Vendor bills still default to the invoice open date.
                        • +
                        • [20798] Fix report reload and options change that got broken by the previous +commit.
                        • +
                        • [20796] Force custom url handlers to lowercase to deal with Webkit 1.4's case +sensitivity. +For more details, consult this Fedora bugreport: +https://bugzilla.redhat.com/show_bug.cgi?id=712268
                        • +
                        • [20792] Bug #652257 - Memory leak in gnc-file.c +Patch by Tim M
                        • +
                        • [20786] Bug #652435 - Fancy invoice export has <generic> tags in it preventing html validation Patch by Bert Claesen
                        • +
                        • [20785] Bug #652377 - XHTML 1.0 Transitional compliance for reports Patch by Tim M
                        • +
                        • [20784] Bug #632931 - Advanced Portfolio: new income column shows negative amount Patch by Sebastien Alborini
                        • +
                        • [20783] Bug #651889 - Using trading accounts, new non-expanded trading transaction shows inverted rates in exchange dialog + +When using trading accounts, the exchange rate dialog has a slightly +different behavior. This patch fixes the behavior for transactions +that are created in-line and are not expanded (single-line). +It does not affect the expanded transactions or transactions created +in the new transaction dialog. +Patch by Mathieu De Zutter
                        • +
                        • [20782] Bug #651992 - Exported invoices do not render correctly in Firefox Patch by Bert Claesen
                        • +
                        • [20760]Bug #612562 - Transfer Funds dialog - 'Show Income/Expense' checkboxes +are not working
                        • +
                        • [20750] Windows build: change default gtk theme to work around a number of +problems in the Ms-Windows theme we used before. +Particularly, this prevents the crash caused by bug #614636 and fixes +the black notebook tabs that appeared after Phil upgraded webkit and +many related gnome dependencies. +The new default theme is "Nimbus" following a suggestion by Kim Wood +on the mailing list.
                        • +
                        • [20746] Bug #652193 - Upcoming Scheduled Transactions Calendar Starting Month +Error. Patch by Rich
                        • +
                        • [20745] Replace deprecated xml tag in chart of accounts templates
                        • +
                        + +

                        In 2.4.7, translations for Tamil language were updated, by AshokR +from Transifex. See also +https://www.transifex.net/projects/p/gnucash24/

                        + + +

                        About the Program

                        +

                        GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.

                        From 92e761ca68ecf5ce357c33dc323ad84941961b22 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 2 Jul 2011 20:50:00 +0000 Subject: [PATCH 341/344] Remove older obsolete server maintenance news item git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20828 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/110606-server-maint.news | 15 --------------- news/110607-server-maint.news | 9 --------- 2 files changed, 24 deletions(-) delete mode 100644 news/110606-server-maint.news delete mode 100644 news/110607-server-maint.news diff --git a/news/110606-server-maint.news b/news/110606-server-maint.news deleted file mode 100644 index 34bc024c..00000000 --- a/news/110606-server-maint.news +++ /dev/null @@ -1,15 +0,0 @@ -Planned Server Maintenance -2011-06-06 - -

                        Planned Server Maintenance Tuesday, June 7

                        - -

                        The GnuCash general server will be undergoing planned maintenance -on Tuesday, June 7, 2011, starting at 8:00am US/EDT (1200UTC) for a -series of software (OS) upgrades. During the outage access to -Subversion, Trac, Wiki, Email, Email Archives, and IRC Logs will be -unavailable. Access to www.gnucash.org will not be affected.

                        - -

                        The outage is expected to last anywhere from 5-14 hours, so planned -time for return to service is 10pm (0200 UTC).

                        - -

                        Updates can be found on the #gnucash IRC channel on irc.gimp.org

                        diff --git a/news/110607-server-maint.news b/news/110607-server-maint.news deleted file mode 100644 index 092c93ba..00000000 --- a/news/110607-server-maint.news +++ /dev/null @@ -1,9 +0,0 @@ -Server Maintenance Complete -2011-06-07 - -

                        Server Maintenance Complete

                        - -

                        The planned GnuCash general server maintenance has been completed. -At this time, all services should be running normally. If you have -any issues please contact the server administrators via email or contact -the GnuCash developers via email or IRC.

                        From 099513a3d2691b69d10cf76b66dd249470e51166 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 3 Jul 2011 02:19:33 +0000 Subject: [PATCH 342/344] Update links to new version 2.4.7 git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20830 57a11ea4-9604-0410-9ed3-97b8803252fd --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 31effa31..b30e86ba 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -2,7 +2,7 @@ // This section defines the most recent version numbers for all platforms. // Each platform can define its own latest version or follow the default. // Both a latest stable version and a latest unstable version are defined. - $latest_stable = "2.4.6"; + $latest_stable = "2.4.7"; $latest_stable_win = $latest_stable; # $latest_stable_mac_ppc = $latest_stable.".1"; $latest_stable_mac_ppc = $latest_stable; From 0fe0b34da8ac8f31e9ccd05c9c8486c395748f68 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Sun, 3 Jul 2011 14:18:51 +0000 Subject: [PATCH 343/344] Add Italian news for GnuCash 2.4.7, 2.4.1 and 2.2.2 docs releases. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20831 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/110702-2.4.7.news | 73 ++++++++++++ news/it/110702-docs-2.2.2.news | 102 +++++++++++++++++ news/it/110702-docs-2.4.1.news | 197 +++++++++++++++++++++++++++++++++ 3 files changed, 372 insertions(+) create mode 100644 news/it/110702-2.4.7.news create mode 100644 news/it/110702-docs-2.2.2.news create mode 100644 news/it/110702-docs-2.4.1.news diff --git a/news/it/110702-2.4.7.news b/news/it/110702-2.4.7.news new file mode 100644 index 00000000..02efd976 --- /dev/null +++ b/news/it/110702-2.4.7.news @@ -0,0 +1,73 @@ +Annuncio: rilascio di GnuCash 2.4.7 +2011-07-02 + +

                        Rilasciato GnuCash 2.4.7

                        + +

                        Il team di sviluppo di GnuCash è orgoglioso di annunciare GnuCash 2.4.7, la sesta versione di correzione dei problemi riscontrati nel rilascio stabile del programma di contabilità gratuito GnuCash. Con questa nuova serie di rilasci, GnuCash può utilizzare un database SQL avvalendosi di SQLite3, MySQL o PostgreSQL. Il programma funziona in ambiente GNU/Linux, *BSD, Solaris, Microsoft Windows e Mac OSX.

                        + +

                        Ottenere GnuCash per sistemi Windows (file binari di Win32)

                        +

                        Il file eseguibile di Win32 per l'installazione di Gnucash 2.4.7 può essere scaricato da Sourceforge. Il file installerà tutto ciò che è necessario per eseguire GnuCash. + +

                        File binario per sistemi Mac OSX

                        +

                        Il pacchetto per MacOSX di Gnucash 2.4.7 può essere scaricato anch'esso da Sourceforge. + +

                        Ottenere GnuCash come codice sorgente

                        +

                        >Per compilare autonomamente GnuCash 2.4.7, il codice sorgente può essere scaricato da: +

                        + +

                        Per compilare GnuCash dal codice sorgente sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.

                        + +

                        Modifiche

                        + +

                        Tra la versione 2.4.6 e la 2.4.7, sono state introdotte le seguenti modifiche:

                        +
                          +
                        • [20804]Bug #653056: Fix menu accelerators not working, crash on save-while-quitting.
                        • +
                        • [20800] Bug #646541: new invoice line items default to invoice open date +instead of current date +This commit partially reverts the changes in r19134 so that +customer invoices and employee vouchers default to the current date. +Vendor bills still default to the invoice open date.
                        • +
                        • [20798] Fix report reload and options change that got broken by the previous +commit.
                        • +
                        • [20796] Force custom url handlers to lowercase to deal with Webkit 1.4's case +sensitivity. +For more details, consult this Fedora bugreport: +https://bugzilla.redhat.com/show_bug.cgi?id=712268
                        • +
                        • [20792] Bug #652257 - Memory leak in gnc-file.c +Patch by Tim M
                        • +
                        • [20786] Bug #652435 - Fancy invoice export has <generic> tags in it preventing html validation Patch by Bert Claesen
                        • +
                        • [20785] Bug #652377 - XHTML 1.0 Transitional compliance for reports Patch by Tim M
                        • +
                        • [20784] Bug #632931 - Advanced Portfolio: new income column shows negative amount Patch by Sebastien Alborini
                        • +
                        • [20783] Bug #651889 - Using trading accounts, new non-expanded trading transaction shows inverted rates in exchange dialog + +When using trading accounts, the exchange rate dialog has a slightly +different behavior. This patch fixes the behavior for transactions +that are created in-line and are not expanded (single-line). +It does not affect the expanded transactions or transactions created +in the new transaction dialog. +Patch by Mathieu De Zutter
                        • +
                        • [20782] Bug #651992 - Exported invoices do not render correctly in Firefox Patch by Bert Claesen
                        • +
                        • [20760]Bug #612562 - Transfer Funds dialog - 'Show Income/Expense' checkboxes +are not working
                        • +
                        • [20750] Windows build: change default gtk theme to work around a number of +problems in the Ms-Windows theme we used before. +Particularly, this prevents the crash caused by bug #614636 and fixes +the black notebook tabs that appeared after Phil upgraded webkit and +many related gnome dependencies. +The new default theme is "Nimbus" following a suggestion by Kim Wood +on the mailing list.
                        • +
                        • [20746] Bug #652193 - Upcoming Scheduled Transactions Calendar Starting Month +Error. Patch by Rich
                        • +
                        • [20745] Replace deprecated xml tag in chart of accounts templates
                        • +
                        + +

                        In 2.4.7, translations for Tamil language were updated, by AshokR +from Transifex. See also +https://www.transifex.net/projects/p/gnucash24/

                        + + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        diff --git a/news/it/110702-docs-2.2.2.news b/news/it/110702-docs-2.2.2.news new file mode 100644 index 00000000..2e2e422b --- /dev/null +++ b/news/it/110702-docs-2.2.2.news @@ -0,0 +1,102 @@ +Annuncio: rilascio 2.2.2 della Documentazione di GnuCash +2011-07-02 + +

                        Rilasciata la versione 2.2.2 della documentazione di GnuCash

                        + +

                        Il gruppo della documentazione di GnuCash è orgoglioso di annunciare il rilascio della versione 2.2.2 dell'aiuto e della guida ai concetti e manuale di GnuCash. Questa documentazione è +rivolta alla serie 2.2 dei rilasci di GnuCash.

                        +

                        Nota: questo sraà l'ultimo rilascio per la serie 2.2. Le forze saranno d'ora in poi concentrate solo sulla documentazione della serie stabile 2.4 e sulla versione in sviluppo.

                        + +

                        Leggere la documentazione online

                        + +

                        Una versione online della documentazione è disponibile nella pagina della documentazione del sito di GnuCash. La versione 2.2.2 della documentazione è disponibile nella sezione "Vecchia documentazione di GnuCash", "GnuCash v2.2". + +

                        Ottenere la documentazione di GnuCash come codice sorgente

                        + +

                        Per compilare la versione 2.2.2 della documentazione di GnuCash, il codice sorgente può essere scaricato da: +

                          +
                        • Sourceforge
                        • +
                        • È anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come descritto qui.
                        • +

                        + +

                        Cambiamenti

                        +

                        Le modifiche tra la versione 2.2.1 e la 2.2.2 includono

                        +
                          +
                        • Problemi corretti
                        • + +
                            +
                          • Bug #588035: Correct keyboard shortcut for Actions > Split menu item.
                          • +
                          • Bug #621573: Simplify explanation of entering a split transaction and remove comment + about register bug (no longer applicable).
                          • +
                          • Bug #627266: "Steps to enable On-line price updating" doesn't say to install Finance::Quote
                          • +
                          • Bug #630652: Expand and add GnuCash Other Assets
                            + + Patch author: Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Bug #632244: Removed the Preferences section from guide and updated on help. + + Keep old screenshots and source credits. Delete all references to new + preferences such as Printing tab. Delete all references to new SQL backend + and default .gnucash extension.
                          • +
                          • Bug #633066
                          • +
                          • Bug #633385: + Restructure section 2.2 Data Entry Concepts to only include basic info on files, + accounts, and transactions.
                            + Minor cosmetic edits to section 2.1.3 and a concept clarification to section 4.2.2.
                            + + Author: David (sunfish62 at yahoo dot com)
                            + Input: Yawar Amin (yawar dot amin at gmail dot com) and + Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Bug #634075: Replace all usage of the term `druid' with `assistant' in the GnuCash + Guide.
                            + Author: Mike E (mikee at saxicola dot idps dot co dot uk)
                          • +
                          + + +
                        • Aggiornamenti alle traduzioni
                        • +
                            +
                          • New and updated German version of guide document, by Juergen Hoewener.
                          • +
                          + + +
                        • Novità e miglioramenti ai contenuti
                        • +
                            +
                          • guide: Explain concept behind What's New section
                          • +
                          • guide: Mention important changes in What's New section
                          • +
                          • guide: Mention platform support only for current stable version
                          • +
                          • guide: Change/remove references to old versions
                          • +
                          • New figure for Printing tab under Preferences.
                          • +
                          • Add Budgets and Other Assets chapters to the overview.
                            + + Author: Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Fix sequence of tenses grammar error
                            + + Author: Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Minor spelling and grammar fixes.
                          • +
                          + + +
                        • Modifiche interne, non visibile all'utente
                        • +
                            +
                          • Add chapter getting-help to Makefile.
                          • +
                          • Separate getting-help chapter to validate getting-started xml file.
                          • +
                          • guide: Add entities for stable and unstable series
                          • +
                          • guide: Add single-quote entity definitions
                          • +
                          • Replace all usage of the words `GnuCash' or 'Gnucash' with the 'app' entity. + Patch by Yawar Amin
                          • +
                          • Added <application> markup to GnuCash program name
                          • +
                          • Remove old file that collides with existing one in case-insensitive filesystems.
                          • +
                          • Delete guilabel tags below section titles with same wording (redundant).
                            + Delete note about debit and credit effects on asset accounts because it's
                            + effectively the same as note `More on Debits and Credits' at the end of + Section 3.2.2 (Income and Expense Accounts).
                            + Replace GnuCash name with defined app entity.
                            + Use tip tags for tips.
                            + Use an xref tag for a reference.
                          • +
                          • GnuCash docs: merge revisions 19151,19307,19312-19313,19386,19455,19460,19472-19473,19479-19480,19482-19483 to 2.2 branch
                          • +
                          • guide: Remove 2.3+-specific info
                          • +
                          +
                        + + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        diff --git a/news/it/110702-docs-2.4.1.news b/news/it/110702-docs-2.4.1.news new file mode 100644 index 00000000..56a39424 --- /dev/null +++ b/news/it/110702-docs-2.4.1.news @@ -0,0 +1,197 @@ +Annuncio: rilascio 2.4.1 della Documentazione di GnuCash +2011-07-02 + +

                        Rilasciata la versione 2.4.1 della documentazione di GnuCash

                        + +

                        Il gruppo della documentazione di GnuCash è orgoglioso di annunciare il rilascio della versione 2.4.1 dell'aiuto e della guida ai concetti e manuale di GnuCash. Questa documentazione è +rivolta alla serie 2.4 dei rilasci di GnuCash.

                        +

                        Nota: la versione 2.4.0 della documentazione di GnuCash è stata rilasciata solo parzialmente e presentava alcuni problemi. Per questo non è mai stata ufficializzata e dovrebbe essere tralasciata.

                        + +

                        Leggere la documentazione online

                        + +

                        Una versione online della documentazione è disponibile nella pagina della documentazione del sito di GnuCash. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)". + +

                        Ottenere la documentazione di GnuCash in versione pdf

                        + +

                        Una versione pdf della documentazione è disponibile nella pagina della documentazione del sito di GnuCash. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)". + +

                        Ottenere la documentazione di GnuCash come codice sorgente

                        + +

                        Per compilare la versione 2.4.1 della documentazione di GnuCash, il codice sorgente può essere scaricato da: +

                          +
                        • Sourceforge
                        • +
                        • È anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come descritto qui.
                        • +

                        + +

                        Cambiamentis

                        +

                        Le modifiche tra la serie 2.2 e la versione 2.4.1 includono

                        +
                          +
                        • Problemi corretti
                        • +
                            +
                          • Bug #130920: Explain workaround for user-defined currencies.
                          • +
                          • Bug #535424: Update documentation for the Since Last Run assistant.
                          • +
                          • Bug #582547: Add account tree columns description.
                          • +
                          • Bug #588035: Correct keyboard shortcut for Actions > Split menu item.
                          • +
                          • Bug #621573: Simplify explanation of entering a split transaction and remove comment + about register bug (no longer applicable).
                          • +
                          • Bug #627266: "Steps to enable On-line price updating" doesn't say to + install Finance::Quote
                          • +
                          • Bug #627983: Quit or Cancel
                          • +
                          • Bug #627984: Documentation consistency: either don't use the term druid or at least explain it.
                          • +
                          • Bug #628745 - guide: Add What's New section for current stable series
                          • +
                          • Bug #630652: Expand and add GnuCash Other Assets
                            + Patch author: Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Bug #632244: Removed the Preferences section from guide and updated on help.
                          • +
                          • Bug #633385: + Restructure section 2.2 Data Entry Concepts to only include basic info on files, + accounts, and transactions.
                            + Minor cosmetic edits to section 2.1.3 and a concept clarification to section 4.2.2.
                            + + Author: David (sunfish62 at yahoo dot com)
                            + Input: Yawar Amin (yawar dot amin at gmail dot com) and Tom Bullock (tbullock at nd dot edu)
                          • +
                          • Bug #633586: + + Move the explanation of debits and credits from section 3.2.2 `Income and Expense + Accounts' into section 2.1.3 `Double Entry', a more logical place.
                            + Get rid of historical info (easy to look up online), error checking features info + (this isn't a sales pitch), and banks' reversed usage of debit and credit + terms (a digression, not really relevant at this point).
                          • +
                          • Bug #634075: Replace all usage of the term `druid' with `assistant' in the GnuCash + Guide.
                            + Author: Mike E (mikee at saxicola dot idps dot co dot uk)
                          • +
                          • Bug #635357: Document Save As and Open dialogs.
                          • +
                          • Bug #635360: Explain backup files from a 2.4 point of view.
                          • +
                          • Bug #635361: Update the new account screen description and minor changes to account basics chapter in help.
                          • +
                          • Bug #635363: Add description of auto completion for business features.
                          • +
                          • Bug #635365: Mention invoice post date default.
                          • +
                          • Bug #635365: New images for AR Payment and AP Payment
                          • +
                          • Bug #635365: documents the new dialog related to style sheets
                          • +
                          • Bug #635386: Document trading accounts GnuCash capabilities.
                          • +
                          • Bug #635982: Fix typos and grammatical errors.
                            + + Author: Yasuaki Taniguchi (yasuakit at gmail dot com)
                            + Review: Yawar Amin (yawar dot amin at gmail dot com) and Cristian Marchi (cri79 at ngi dot it)
                          • +
                          • Bug #638500: Add a note about the source of the report being modified so that users can follow along.
                          • +
                          • Bug #639264: Add Information about Starting Balance in reconcile window and revise the entire section.
                          • +
                          • Bug #639999: 16.3 Current Assets miscalculation in 16.3.5 Wash/Suspense Account
                            + Patch by Chris Curtis.
                          • +
                          • Bug #644984: Update to 2.4 UI and workflow the guide section on scheduled transactions entering from the Scheduled transaction editor.
                          • +
                          • Bug #647735: Add instructions on how to change the GnuCash interface language.
                          • +
                          • Related to bug #635366: Add cross-links for the Tax Options menu.
                          • +
                          • Related to bug #635357: Remove QIF assistant description and move New Account Hierarchy setup description.
                          • +
                          + + + +
                        • Aggiornamenti alle traduzioni
                        • +
                            +
                          • New and updated German version of guide document, by Juergen Hoewener.
                          • +
                          • Updated German help, by Holger Stöhr.
                          • +
                          • Much improved Italian version of the documentation, by Christan Marchi.
                          • +
                          • New Japanese version of the guide, by Yasuaki Taniguchi.
                          • +
                          + + + +
                        • Novità e miglioramenti ai contenuti
                        • +
                            +
                          • GnuCash Docs: Update GNOME documentation links, patch by Yawar Amin
                          • +
                          • Update help manual to reflect partial support of capital gains for US Income Tax reporting and TXF exporting for code 673.
                          • +
                          • New figure for Printing tab under Preferences.
                          • +
                          • Updated Preferences section to GnuCash 2.4 and minor changes for 2.4 release.
                          • +
                          • guide: Reword paragraphs about new file extension
                            + + Mention new file extension chosen during 2.3 development. Also, two + paragraphs in the `Basics' chapter talk about the new default .gnucash file + format. Make the second refer to the first.
                          • +
                          • guide: Change/remove references to old versions
                          • +
                          • guide: Mention important changes in What's New section
                          • +
                          • guide: Explain concept behind What's New section.
                          • +
                          • Update Reports section of help manual to reflect enhanced tax report.
                          • +
                          • help & guide: Update date, series and version entity definitions to current release.
                          • +
                          • Update menu paths to 2.4 UI.
                          • +
                          • Updated help content to GnuCash 2.4, improved markup and tagging.
                          • +
                          • Update help to reflect changes introduced with bug #634357.
                          • +
                          • Add shortcut for Transfer command.
                          • +
                          • Reintroduce the show splash screen option.
                          • +
                          • Add description for File->Add Report item.
                          • +
                          • Fix mixed up account names, spotted by aikhan
                          • +
                          • Provide separate Finance::Quote instructions for each OS and clarify the ones for Linux.
                          • +
                          • Changed "Portfoloio View" to "Commodity View". A "portfolio" is a + collection of investments, not a single investment. The register view in + question applies to a single investment, and is used for all + non-monetary commodities.
                          • +
                          • Update all references in the C guide & help files to also show the correct + preferences menu path for Mac OS X in addition to the Gnome one.
                          • +
                          • guide:Remove sections on international preferences and currency support, and + absorb them into earlier introduction and account setup sections.
                          • +
                          • Remove a note about bug #340041 that is fixed now.
                          • +
                          • Add information on python invoice import script + Documenation created by Mike Evans
                          • + +
                          • Lots of small fixes and tweaks to improve the quality of the content.
                          • +
                          + + + +
                        • Modifiche relative al markup
                        • +
                            +
                          • Delete guilabel tags below section titles with same wording (redundant).
                            + Delete note about debit and credit effects on asset accounts because it's + effectively the same as note `More on Debits and Credits' at the end of + Section 3.2.2 (Income and Expense Accounts).
                            + Replace GnuCash name with defined app entity.
                            + Use tip tags for tips.
                            + Use an xref tag for a reference.
                          • +
                          • Replace all uses of GnuCash with the app entity
                          • +
                          • Replace all usage of the words 'GnuCash' or 'Gnucash' with the 'app' entity
                            + Patch by Yawar Amin
                          • +
                          • Add <application> markup to &app; entity.
                          • +
                          • guide: Add single-quote entity definitions
                          • +
                          • Use &rsquo; entity instead of "'"
                          • +
                          • Define entities for current stable and unstable versions, patch by Yawar Amin
                          • +
                          • guide: Add entities for stable and unstable series
                            + + Sometimes referring to the exact version in the documentation is a bit + superfluous, and instead we just want to refer to general GnuCash release + series (2.2, 2.3, 2.4, etc.) in which something happened.
                          • +
                          • Add mdash entity to enable the use of xml2po and add description for entities.
                          • +
                          • Add guibutton tag.
                          • +
                          • Generate html doc in UTF-8 instead of ISO-8859-1
                          • +
                          • Add figure tags and pgwide attribute to some screenshots
                            + The figure tags should go around all screenshots to have them + show up in the list of figures.
                            + The pgwide attribute repositions the image in pdf documents. Large + pictures still fit on the page thanks to this flag.
                          • +
                          • Use different accounting equation image for html or pdf rendering + This is meant as an example of how the pdf images can be improved. + This may not work well for screenshots though.
                          • +
                          • Improve figures and images for pdf printing and remove unused ones. + Change ppi to 144 for all figures
                          • +
                          • Add hyperlink to GnuCash user list.
                          • +
                          • Add function attribute to Enter key tagging.
                          • +
                          + + +
                        • Altre modifiche non visibili
                        • +
                            +
                          • Remove old files that collide with existing ones in case-insensitive filesystems.
                          • +
                          • Add chapter getting-help to Makefile.
                          • +
                          • Merge branch 'bug633066' into HEAD
                          • +
                          • Remove redundant index.
                          • +
                          • Add gitignores.
                          • +
                          • Separate getting-help chapter to validate getting-started xml file.
                          • +
                          • Update the build system to a more recent xsl stylesheet, including ones required for pdf and htmlhelp (Windows)
                          • +
                          • Restore pdf creation for gnucash-guide and gnucash-help in all languages.
                          • +
                          • Update docbook specification from 4.1.2 to 4.4.
                          • +
                          • Migrate the Italian GnuCash guide to a po file based workflow.
                          • +
                          • Set svn:eol-style property for all XML files to LF to avoid CRLF/LF mixups.
                          • +
                          • More information on translation process
                          • + +
                          • Several other small fixes and tweaks in the documentation build system
                          • +
                          +
                        + + +

                        Informazioni sul programma

                        +

                        GnuCash è un programma di contabilità gratuito e a codice aperto rilasciato nel rispetto dei termini della licenza GNU General Public License (GPL) e disponibile per GNU/Linux, *BSD, Solaris, Mac OSX e Microsoft Windows. La scrittura del programma GnuCash ha avuto inizio nel 1997 e la prima versione stabile risale al 1998.

                        From 089c4b213ab40c16c31a6c33c6cdae5735fbe3bc Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Sun, 3 Jul 2011 14:23:32 +0000 Subject: [PATCH 344/344] Fix Italian news. git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/trunk@20832 57a11ea4-9604-0410-9ed3-97b8803252fd --- news/it/110702-2.4.7.news | 2 +- news/it/110702-docs-2.2.2.news | 4 ++-- news/it/110702-docs-2.4.1.news | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/news/it/110702-2.4.7.news b/news/it/110702-2.4.7.news index 02efd976..cde12634 100644 --- a/news/it/110702-2.4.7.news +++ b/news/it/110702-2.4.7.news @@ -12,7 +12,7 @@

                        Il pacchetto per MacOSX di Gnucash 2.4.7 può essere scaricato anch'esso da Sourceforge.

                        Ottenere GnuCash come codice sorgente

                        -

                        >Per compilare autonomamente GnuCash 2.4.7, il codice sorgente può essere scaricato da: +

                        Per compilare autonomamente GnuCash 2.4.7, il codice sorgente può essere scaricato da:

                        • Sourceforge: bzip2, gzip, tutti i file.
                        • È inoltre possibile eseguire il checkout direttamente dal deposito subversion come descritto qui.
                        • diff --git a/news/it/110702-docs-2.2.2.news b/news/it/110702-docs-2.2.2.news index 2e2e422b..950d56a8 100644 --- a/news/it/110702-docs-2.2.2.news +++ b/news/it/110702-docs-2.2.2.news @@ -4,8 +4,8 @@

                          Rilasciata la versione 2.2.2 della documentazione di GnuCash

                          Il gruppo della documentazione di GnuCash è orgoglioso di annunciare il rilascio della versione 2.2.2 dell'aiuto e della guida ai concetti e manuale di GnuCash. Questa documentazione è -rivolta alla serie 2.2 dei rilasci di GnuCash.

                          -

                          Nota: questo sraà l'ultimo rilascio per la serie 2.2. Le forze saranno d'ora in poi concentrate solo sulla documentazione della serie stabile 2.4 e sulla versione in sviluppo.

                          +rivolta alla serie 2.2 dei rilasci di GnuCash.

                          +

                          Nota: questo sarà l'ultimo rilascio per la serie 2.2. Le forze saranno d'ora in poi concentrate solo sulla documentazione della serie stabile 2.4 e sulla versione in sviluppo.

                          Leggere la documentazione online

                          diff --git a/news/it/110702-docs-2.4.1.news b/news/it/110702-docs-2.4.1.news index 56a39424..b7484fd3 100644 --- a/news/it/110702-docs-2.4.1.news +++ b/news/it/110702-docs-2.4.1.news @@ -11,9 +11,9 @@ rivolta alla serie 2.4 dei rilasci di GnuCash.

                          Una versione online della documentazione è disponibile nella pagina della documentazione del sito di GnuCash. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)". -

                          Ottenere la documentazione di GnuCash in versione pdf

                          +

                          Ottenere la documentazione di GnuCash in versione PDF

                          -

                          Una versione pdf della documentazione è disponibile nella pagina della documentazione del sito di GnuCash. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)". +

                          Una versione in formato PDF della documentazione è disponibile nella pagina della documentazione del sito di GnuCash. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".

                          Ottenere la documentazione di GnuCash come codice sorgente

                          @@ -23,7 +23,7 @@ rivolta alla serie 2.4 dei rilasci di GnuCash.

                        • È anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come descritto qui.

                        -

                        Cambiamentis

                        +

                        Cambiamenti

                        Le modifiche tra la serie 2.2 e la versione 2.4.1 includono

                        • Problemi corretti