r22526 - htdocs/branches/beta - Synchronize beta with trunk

Geert Janssens gjanssens at code.gnucash.org
Mon Nov 5 09:05:50 EST 2012


Author: gjanssens
Date: 2012-11-05 09:05:48 -0500 (Mon, 05 Nov 2012)
New Revision: 22526
Trac: http://svn.gnucash.org/trac/changeset/22526

Added:
   htdocs/branches/beta/.gitignore
   htdocs/branches/beta/images/icons/gc-fb.png
   htdocs/branches/beta/locale/zh_TW/
   htdocs/branches/beta/locale/zh_TW/LC_MESSAGES/
   htdocs/branches/beta/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/news/111020-server-move.news
   htdocs/branches/beta/news/111023-2.4.8.news
   htdocs/branches/beta/news/120110-2.4.9.news
   htdocs/branches/beta/news/120122-windows-errata.news
   htdocs/branches/beta/news/120206-2.4.10.news
   htdocs/branches/beta/news/120212-2.4.10-1.news
   htdocs/branches/beta/news/120714-2.4.11.news
   htdocs/branches/beta/news/121101-Android.news
   htdocs/branches/beta/news/zh_TW/
   htdocs/branches/beta/news/zh_TW/index.html
   htdocs/branches/beta/po/zh_TW.po
Removed:
   htdocs/branches/beta/docs/v1.6/de_DE/image/
   htdocs/branches/beta/docs/v1.6/es/image/
   htdocs/branches/beta/docs/v1.6/pt_PT/image/
Modified:
   htdocs/branches/beta/Makefile
   htdocs/branches/beta/develdocs.phtml
   htdocs/branches/beta/docs.phtml
   htdocs/branches/beta/externals/global_params.php
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/externals/header.phtml
   htdocs/branches/beta/features.phtml
   htdocs/branches/beta/images/icons/gc-gplus.png
   htdocs/branches/beta/lang.php
   htdocs/branches/beta/locale/de/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/es/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/fr/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/hu/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/it/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/ja/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/nb/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/nl/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/pl/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/locale/zh_CN/LC_MESSAGES/gnucash-htdocs.mo
   htdocs/branches/beta/news/110925-new-website.news
   htdocs/branches/beta/po/de.po
   htdocs/branches/beta/po/en_GB.po
   htdocs/branches/beta/po/es.po
   htdocs/branches/beta/po/fr.po
   htdocs/branches/beta/po/hu.po
   htdocs/branches/beta/po/it.po
   htdocs/branches/beta/po/ja.po
   htdocs/branches/beta/po/nb.po
   htdocs/branches/beta/po/nl.po
   htdocs/branches/beta/po/pl.po
   htdocs/branches/beta/po/pt_PT.po
   htdocs/branches/beta/po/zh_CN.po
   htdocs/branches/beta/robots.txt
   htdocs/branches/beta/viewdoc.phtml
Log:
Synchronize beta with trunk

This will help us avoid unwanted overwrites of newer changes in trunk
when importing successful changes from beta

Added: htdocs/branches/beta/.gitignore
===================================================================
--- htdocs/branches/beta/.gitignore	                        (rev 0)
+++ htdocs/branches/beta/.gitignore	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,3 @@
+gnucash-htdocs.pot
+POTFILES
+message.mo

Modified: htdocs/branches/beta/Makefile
===================================================================
--- htdocs/branches/beta/Makefile	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/Makefile	2012-11-05 14:05:48 UTC (rev 22526)
@@ -1,5 +1,5 @@
 iso_languages = de es fr
-languages = ${iso_languages} hu it ja nb nl pl pt_PT zh_CN
+languages = ${iso_languages} hu it ja nb nl pl pt_PT zh_CN zh_TW
 
 .SECONDEXPANSION:
 

Modified: htdocs/branches/beta/develdocs.phtml
===================================================================
--- htdocs/branches/beta/develdocs.phtml	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/develdocs.phtml	2012-11-05 14:05:48 UTC (rev 22526)
@@ -12,6 +12,10 @@
 
 <p class="justify"><?php echo T_("If you are interested in improving the <span class=\"gnucash\">GnuCash</span> documentation, you have come to the right place. This page will provide you with the necessary information to get started.");?></p>
 
+<p class="justify"><?php echo T_("Just as the <span class=\"gnucash\">GnuCash</span> application has been developed over time by volunteers, so too has the documentation been written by volunteer developers and users to help others learn how <span class=\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in the creation of two major documents, the <b>Help Manual</b> and the <b>Concepts and Tutorial Guide</b>.");?></p>
+
+<p class="justify"><?php echo T_("The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in maintaining and improving both the program and its documentation. If you are interested in helping write, edit or translate <span class=\"gnucash\">GnuCash</span>'s documentation, this page gives guidance on how to get set up to join the effort.");?></p>
+
 <div class="dialog note">
 <p class="justify"><?php echo T_("The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and downloaded from the <a href=\"docs.phtml\">Documentation page</a>.");?></p>
 </div>

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/docs.phtml	2012-11-05 14:05:48 UTC (rev 22526)
@@ -155,34 +155,34 @@
       <td><?php echo T_("English");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=C&doc=help">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/C/gnucash-help.pdf">
+        <a href="http://code.gnucash.org/docs/C/gnucash-help.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/C/gnucash-help.epub">
-          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> <!--|
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/C/gnucash-help.mobi">
-          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>-->
+        <a href="http://code.gnucash.org/docs/C/gnucash-help.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="http://code.gnucash.org/docs/C/gnucash-help.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("German");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=de_DE&doc=help">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/de_DE/gnucash-help.pdf">
+        <a href="http://code.gnucash.org/docs/de_DE/gnucash-help.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/de_DE/gnucash-help.epub">
-          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> <!--|
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/de_DE/gnucash-help.mobi">
-          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>-->
+        <a href="http://code.gnucash.org/docs/de_DE/gnucash-help.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="http://code.gnucash.org/docs/de_DE/gnucash-help.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("Italian");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=it_IT&doc=help">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/it_IT/gnucash-help.pdf">
+        <a href="http://code.gnucash.org/docs/it_IT/gnucash-help.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/it_IT/gnucash-help.epub">
-          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> <!--|
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/it_IT/gnucash-help.mobi">
-          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>-->
+        <a href="http://code.gnucash.org/docs/it_IT/gnucash-help.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="http://code.gnucash.org/docs/it_IT/gnucash-help.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
     </tbody>
     </table>
@@ -194,45 +194,45 @@
       <td><?php echo T_("English");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=C&doc=guide">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/C/gnucash-guide.pdf">
+        <a href="http://code.gnucash.org/docs/C/gnucash-guide.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/C/gnucash-guide.epub">
-          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> <!--|
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/C/gnucash-guide.mobi">
-          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>-->
+        <a href="http://code.gnucash.org/docs/C/gnucash-guide.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="http://code.gnucash.org/docs/C/gnucash-guide.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("German");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=de_DE&doc=guide">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/de_DE/gnucash-guide.pdf">
+        <a href="http://code.gnucash.org/docs/de_DE/gnucash-guide.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/de_DE/gnucash-guide.epub">
-          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> <!--|
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/de_DE/gnucash-guide.mobi">
-          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>-->
+        <a href="http://code.gnucash.org/docs/de_DE/gnucash-guide.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="http://code.gnucash.org/docs/de_DE/gnucash-guide.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("Italian");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=it_IT&doc=guide">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/it_IT/gnucash-guide.pdf">
+        <a href="http://code.gnucash.org/docs/it_IT/gnucash-guide.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/it_IT/gnucash-guide.epub">
-          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> <!--|
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/it_IT/gnucash-guide.mobi">
-          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>-->
+        <a href="http://code.gnucash.org/docs/it_IT/gnucash-guide.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="http://code.gnucash.org/docs/it_IT/gnucash-guide.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
       <tr class="doctr">
       <td><?php echo T_("Japanese");?> :</td><td>
         <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=ja_JP&doc=guide">
           <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/ja_JP/gnucash-guide.pdf">
+        <a href="http://code.gnucash.org/docs/ja_JP/gnucash-guide.pdf">
           <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/ja_JP/gnucash-guide.epub">
-          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> <!--|
-        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk/ja_JP/gnucash-guide.mobi">
-          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>-->
+        <a href="http://code.gnucash.org/docs/ja_JP/gnucash-guide.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="http://code.gnucash.org/docs/ja_JP/gnucash-guide.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
     </tbody>
     </table>

Modified: htdocs/branches/beta/externals/global_params.php
===================================================================
--- htdocs/branches/beta/externals/global_params.php	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/externals/global_params.php	2012-11-05 14:05:48 UTC (rev 22526)
@@ -2,13 +2,14 @@
      // 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.7";
+     $latest_stable             = "2.4.11";
+#     $latest_stable_win		= $latest_stable."-1";
      $latest_stable_win         = $latest_stable;
-     $latest_stable_mac_ppc     = $latest_stable."-2";
- #    $latest_stable_mac_ppc     = $latest_stable;
-     $latest_stable_mac_intel   = $latest_stable."-2";
- #    $latest_stable_mac_intel   = $latest_stable;
-
+#    $latest_stable_mac_ppc     = $latest_stable."-2";
+     $latest_stable_mac_ppc     = $latest_stable;
+ #    $latest_stable_mac_intel   = $latest_stable."-2";
+     $latest_stable_mac_intel   = $latest_stable;
+ 
      $latest_unstable           = "2.3.17";
      $latest_unstable_win       = $latest_unstable;
      $latest_unstable_mac_ppc   = $latest_unstable;

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/externals/gnucash.css	2012-11-05 14:05:48 UTC (rev 22526)
@@ -77,7 +77,7 @@
 }
 
 h2.featuretitle {
-   margin:2px;
+   margin:2px 40px 2px 2px;
    text-align: left;
    color: black;
 }
@@ -394,6 +394,7 @@
    padding-left: 58px;
    border: 1px solid #7F7FAA;
    margin: 1em 2em;
+   min-height:55px;
 }
 
 div.warning {
@@ -471,7 +472,7 @@
    -moz-border-radius:15px;
 }
 
-#develdoc a:hover,a:active
+#develdoc a:hover
 {
    background-color:white;
 }
@@ -499,7 +500,7 @@
    -moz-border-radius:15px;
 }
 
-#stabledoc a:hover,a:active
+#stabledoc a:hover
 {
    background-color:white;
 }
@@ -624,6 +625,22 @@
    display:block;
 }
 
+#fb-icon{
+   left:-100px;
+   width:42px;
+}
+
+#fb-icon{
+   background:url('../images/icons/gc-fb.png') 0 0;
+   border-radius:12px;
+}
+
+#fb-icon a:hover{
+   background: url('../images/icons/gc-fb.png') 0 -42px white;
+   border-radius: 16px;
+   box-shadow: 0 0 4px silver;
+}
+
 #gplus-icon{
    left:-50px;
    width:42px;

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/externals/header.phtml	2012-11-05 14:05:48 UTC (rev 22526)
@@ -5,6 +5,7 @@
 $titledonation = T_("Support the GnuCash project with a donation");
 $titleuservoice = T_("Request or vote enhancements for GnuCash");
 $titlegplus = T_("GnuCash on Google +");
+$titlefb = T_("GnuCash on facebook");
 
 # This function will create a link to the given page
 # reusing the get parameters that were specified
@@ -75,34 +76,29 @@
 <p><img src="<?=$top_dir?>/images/gnucash-vert.png" alt="GnuCash" /></p>
 </div>
 
-<!--This is an image out of the view that is shown on google+ profile for GnuCash
-<div style="position:absolute;top:-1000px;left:-1000px;"><img src="<?=$home?>/images/gnc-download.png" alt="GnuCash small business accounting" height="152" width="125" /></div>-->
-
 <div id="googleplusone">
 
 <!--facebook like button-->
 <div style="padding:0 0 5px 0">
 <div id="fb-root"></div>
-    <script type="text/javascript">
-    //<![CDATA[
-    (function() {
-        document.write('<fb:like width="200" data-href="www.gnucash.org" data-send="false" data-layout="box_count" data-width="60" data-show-faces="true" data-font="verdana"></fb:like>');
-        var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://connect.facebook.net/en_US/all.js#xfbml=1';
-        s1.parentNode.insertBefore(s, s1);
-    })();
-    //]]>
-    </script>
+<script>(function(d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) {return;}
+  js = d.createElement(s); js.id = id;
+  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
+<div class="fb-like" data-href="www.gnucash.org" data-send="false" data-layout="box_count" data-width="60" data-show-faces="true" data-font="verdana"></div>
 </div>
 <!-- google +1 button-->
-<g:plusone size="tall" href="http://www.gnucash.org/beta/"></g:plusone>
+<g:plusone size="tall" href="http://www.gnucash.org/"></g:plusone>
 </div>
 
 <!-- the icons on the top right-->
 <div style="float:right;">
 <ul id="navlist">
+  <li id="fb-icon"><a href="https://www.facebook.com/Gnucash" title="<?php echo T_($titlefb);?>"></a></li>
   <li id="gplus-icon"><a href="https://plus.google.com/u/0/103666182558673867088/" title="<?php echo T_($titlegplus);?>"></a></li>
   <li id="uservoice-icon"><a href="http://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li>
   <li id="donation-icon"><a href="http://sourceforge.net/donate/index.php?group_id=192" title="<?php echo T_($titledonation);?>"></a></li>
@@ -129,7 +125,8 @@
 <!--| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "nb_NO"); ?>">Norsk Bokmål</a>-->
 <!-- | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "pl_PL"); ?>">Polska</a> -->
 <!--| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "pt_PT"); ?>">Português</a>-->
-| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "zh_CN"); ?>">中文</a>
+| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "zh_CN"); ?>">简体中文</a>
+| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "zh_TW"); ?>">繁體中文</a>
 </span>
 <span id="location">  <!-- <?= _("Continent"); ?>:
  (<a class="nav" href="http://www.gnucash.org/">US</a>)

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/features.phtml	2012-11-05 14:05:48 UTC (rev 22526)
@@ -11,7 +11,7 @@
 
 <div>
 <p>
-<?php echo T_("<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. This page will try to explain in detail which are the numerous features that <span class=\"gnucash\">GnuCash</span> has to offer to it's users.");?>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> is powerful accounting software. Below are details of some of the numerous features that <span class=\"gnucash\">GnuCash</span> has to offer to its users.");?>
 </p>
 <ul>
 <li><a href="#main-feat"><?php echo T_("Main features");?></a></li>
@@ -48,12 +48,12 @@
 <?php echo T_("The register supports common checking and credit-card transactions, as well as income, stock and currency transactions. The following features are also provided:");?>
 </p>
 <ul>
+<li><?php echo T_("The ability to enter <b>split transactions</b>");?></li>
+<li><?php echo T_("The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>");?></li>
 <li><?php echo T_("<b>Autofill</b> of entered transactions");?></li>
-<li><?php echo T_("Possibility to mark a transaction as <b>cleared</b>");?></li>
-<li><?php echo T_("Possibility to enter <b>split transactions</b>");?></li>
-<li><?php echo T_("<b>Multiple accounts</b> can be displayed in one register window at the same time");?></li>
-<li><?php echo T_("A <b>summarybar</b> that display all the relevant account's balance information");?></li>
-<li><?php echo T_("Many options to <b>customize</b> the appearence and the display style");?></li>
+<li><?php echo T_("The ability to display <b>multiple accounts</b> in a single register window");?></li>
+<li><?php echo T_("A <b>summary bar</b> that displays all of the relevant account's balance information");?></li>
+<li><?php echo T_("Many options to <b>customize</b> the appearance and the display style");?></li>
 </ul>
 </div>
 
@@ -66,7 +66,7 @@
 <?php echo T_("You can create recurring transactions with a high level of customization of amounts and timeline. You can also set an automatic reminder when a transaction is due.");?>
 </p>
 <p class="justify">
-<?php echo T_("An assistant that runs when <span class=\"gnucash\">GnuCash</span> is started, allows you to postpone a scheduled transaction without canceling it or to enter it before the due date.");?>
+<?php echo T_("An assistant that runs when <span class=\"gnucash\">GnuCash</span> is started allows scheduled transactions to be postponed without canceling or entering them before the due date.");?>
 </p>
 </div>
 
@@ -91,7 +91,7 @@
 <li><?php echo T_("and many others.");?></li>
 </ul>
 <p class="justify">
-<?php echo T_("Graphs and reports can be highly and easily customized in appearence and contents, in order to fullfill every user's need.");?>
+<?php echo T_("Graphs and reports can be highly and easily customized in appearance and contents, in order to fullfill every user's need.");?>
 </p>
 </div>
 
@@ -102,7 +102,7 @@
 <div class="center">
 <img class="featureimage" src="<?=$top_dir?>/images/features/feature_reconcile.png" alt="[Reconcile]" />
 </div>
-<p class="justify"><?php echo T_("The <b>reconciliation</b> of an account is an operation that allows the user to check the entered transactions belonging to a <span class=\"gnucash\">GnuCash</span> account against a bank statement. This operation is very useful to spot untracked transactions or data entry errors.");?></p>
+<p class="justify"><?php echo T_("<b>Account reconciliation</b> allows the user to compare the transactions entered in an account against a bank statement. This operation is very useful to spot untracked transactions or data entry errors and ensure that your books match the bank's.");?></p>
 <p class="justify"><?php echo T_("The <span class=\"gnucash\">GnuCash</span> reconcile tool with running reconciled and cleared balances makes reconciling against bank statements an easy task.");?></p>
 </div>
 
@@ -163,7 +163,7 @@
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Database support");?></h2>
 </div>
-<p class="justify"><?php echo T_("Along the usual xml format, starting from version 2.4, your <span class=\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL database</b> under the application of your selection (SQLite3, MySQL or PostgreSQL).");?></p>
+<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, <b>MySQL</b> or <b>PostgreSQL</b>.");?></p>
 </div>
 
 <div class="featurecontainer">
@@ -197,7 +197,7 @@
 <h2 class="featuretitle"><?php echo T_("Multiplatform");?></h2>
 </div>
 <p class="justify">
-<?php echo T_("<span class=\"gnucash\">GnuCash</span> can be executed on different operating systems. The most commonly used OS's like <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>, are supported along with many others.");?></p>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> runs on many different operating systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>.");?></p>
 </div>
 
 <div class="featurecontainer">

Added: htdocs/branches/beta/images/icons/gc-fb.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/images/icons/gc-fb.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/branches/beta/images/icons/gc-gplus.png
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/lang.php
===================================================================
--- htdocs/branches/beta/lang.php	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/lang.php	2012-11-05 14:05:48 UTC (rev 22526)
@@ -33,7 +33,7 @@
         'de_DE' => 'de', 'es_ES' => 'es', 'fr_FR' => 'fr',
         'hu_HU' => 'hu', 'it_IT' => 'it', 'ja_JP' => 'ja', 'nb_NO' => 'nb',
         'nl_NL' => 'nl', 'pl_PL' => 'pl', 'pt_PT' => 'pt_PT',
-        'zh_CN' => 'zh_CN', 'en_US' => 'en'
+        'zh_CN' => 'zh_CN', 'zh_TW' => 'zh_TW', 'en_US' => 'en'
         );
 
 # Find the full locale name for short language name.

Modified: htdocs/branches/beta/locale/de/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/es/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/fr/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/hu/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/it/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/ja/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/nb/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/nl/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/pl/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/pt_PT/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Modified: htdocs/branches/beta/locale/zh_CN/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)

Added: htdocs/branches/beta/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/locale/zh_TW/LC_MESSAGES/gnucash-htdocs.mo
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/branches/beta/news/110925-new-website.news
===================================================================
--- htdocs/branches/beta/news/110925-new-website.news	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/news/110925-new-website.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -3,7 +3,7 @@
 
 <h2>The GnuCash website gets a facelift!</h2>
 
-<p>As you can see, the GnuCash website got updated in appearence and content. Cristian Marchi worked for the last couple of months to get what you see now. He mainly reworked the appearence of the website while most of the framework is still the same of the old website.</p>
+<p>As you can see, the GnuCash website got updated in appearance and content. Cristian Marchi worked for the last couple of months to get what you see now. He mainly reworked the appearance of the website while most of the framework is still the same of the old website.</p>
 <p>The <a href="http://www.gnucash.org/features.phtml">features page</a> got some attention and now it better showcases what GnuCash is able to offer to its users. In addition to the features page, the content was updated also for the <a href="http://www.gnucash.org/docs.phtml">download</a> and <a href="http://www.gnucash.org/docs.phtml">documentation</a> pages. In this last page, you can now download the GnuCash docs in the <em>epub</em> format (e-book file format), thanks to the work provided by SASAKI Suguru.</p>
 <p>The GnuCash team hopes that you will enjoy the new look and contents of the refreshed website.</p>
 

Added: htdocs/branches/beta/news/111020-server-move.news
===================================================================
--- htdocs/branches/beta/news/111020-server-move.news	                        (rev 0)
+++ htdocs/branches/beta/news/111020-server-move.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,10 @@
+<b>Maintainance Announcement:</b> Scheduled GnuCash Server Downtime Oct 20
+2011-10-20
+
+<h2>Scheduled GnuCash Server Downtime</h2>
+
+<p>The GnuCash "everything" server will be unavailable Thursday, October 20, 2011, in order to move the hardware to a new location.  The shutdown will start around 3pm US/EST (1900 UTC) on Oct 20 and will hopefully last only 3 hours while the machines get moved to their new location.  It may last longer in the event that the network move does not happen on schedule.</p>
+
+<p>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.</p>
+
+<p>Please stay tuned to this location for further updates.</p>

Added: htdocs/branches/beta/news/111023-2.4.8.news
===================================================================
--- htdocs/branches/beta/news/111023-2.4.8.news	                        (rev 0)
+++ htdocs/branches/beta/news/111023-2.4.8.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,76 @@
+<b>Announcement:</b> GnuCash 2.4.8 Release
+2011-10-23
+
+<h2>GnuCash 2.4.8 released</h2>
+
+<p>The GnuCash development team proudly announces GnuCash 2.4.8, the eighth 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.</p>
+
+<h3>Getting GnuCash for Windows (Win32 binary)</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.8-setup.exe">Gnucash 2.4.8 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
+
+<h3>Mac OSX binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.8.dmg">Gnucash 2.4.8 MacOSX package</a> can be downloaded from Sourceforge as well.</p>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 2.4.8 for yourself, the source code can be downloaded from:</p>
+<ul>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.8.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.8.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.8/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+</ul>
+
+<p>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.</p>
+
+<h3>Changes</h3>
+
+<p>Between 2.4.7 and 2.4.8, the following bugfixes were included:</p>
+<ul>
+<li>Bug #655901 - Fix build with guile 2.0</li>
+<li>Fix handling a directory as a dataset file.</li>
+<li>Bug #626970 - Crash when saving a transaction whose destination account
+was deleted in the meantime</li>
+<li>Bug #661721 - Exposed Password</li>
+<li>Bug #651522 - crash in query_free_compiled, gnc_query_list_reset_query</li>
+<li>Use "Nimbus" gtk theme on Windows.
+A previous attempt failed to set this in the installer.
+</li>
+<li>Bug #644977 - Add new Quicken Check 21 format.
+
+Thanks to Steve Holland <sholland at napervillegi.com>
+</li>
+<li>Update Mac customizations for gtk-mac-integration-1.0.0.
+Mac integration has had a name and api change from
+ige-mac-integration as part of migration from Sourceforge to
+Gnome.
+</li>
+<li>Bug #553432 - Status line of edit invoice page mixes invoice currency
+amount with default currency symbol</li>
+<li>Bug #365928 - Jobs do not stick in Expense Vouchers</li>
+<li>Find the python libraries and includes even if the path to them includes a symlink.
+When python is installed using MacPorts there is a symlink in the path.
+</li>
+<li>Bug #612562 - Transfer Funds dialog - 'Show Income/Expense'
+checkboxes are not working.
+Subaccounts of income and expense are not always shown.</li>
+<li>Make sure that exiting conn_test_dbi_library on a failure
+doesn't leave the locale at "C".</li>
+<li>Bug #645216 - Fix wrong permissions on server result in bogus error
+message.</li>
+<li>Change default post date:
+* customer invoices: post at the current date
+* bills/vouchers: post at the last date on the bill/voucher</li>
+<li>Bug #658244 - Custom css stylesheet and logo in Tax Invoice report
+require protocol in exported HTML</li>
+<li>Bug #655901 - Fix build with guile 2.0
+Patch by Petr Gajdos</li>
+<li>Fix critical error regarding the color tabs when trying
+to display the search results and also on the scheduled transactions
+template.
+Patch by Robert Fewell</li>
+</ul>
+
+<p>In 2.4.8, the following languages had their translations updated:
+Japanese, Lithuanian, Latvian, Russian, Hungarian.</p>
+
+
+<h3>About the Program</h3>
+<p>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.</p>

Added: htdocs/branches/beta/news/120110-2.4.9.news
===================================================================
--- htdocs/branches/beta/news/120110-2.4.9.news	                        (rev 0)
+++ htdocs/branches/beta/news/120110-2.4.9.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,98 @@
+<b>Announcement:</b> GnuCash 2.4.9 Release
+2012-01-12
+
+<h2>GnuCash 2.4.9 released</h2>
+
+<p>The GnuCash development team proudly announces GnuCash 2.4.9, the eighth 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.</p>
+
+<h3>Getting GnuCash for Windows (Win32 binary)</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.9-setup.exe">Gnucash 2.4.9 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
+
+<h3>Mac OSX binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.9.dmg">Gnucash 2.4.9 MacOSX package</a> can be downloaded from Sourceforge as well.</p>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 2.4.9 for yourself, the source code can be downloaded from:</p>
+<ul>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.9.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.9.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.9/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+</ul>
+
+<p>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.</p>
+
+<h3>Changes</h3>
+
+<p>The headline change is for Microsoft Windows(TM) users: The underlying versions of Gtk+, Guile, and AQBanking (along with some dependencies) have been updated so that a separate GUI library (Qt) is no longer needed for AQBanking and those users can finally have the features of AQBanking5 which have been available to Linux and Mac users since 2.4.0.</p>
+
+<p>Between 2.4.8 and 2.4.9, the following bugfixes were included:</p>
+<ul>
+<li>Bug #666329 Empty database after a little while
+
+Separate the two uses of QofBook::dirty -- indicating that the book object
+itself has been edited and indicating that some object in the dataset has
+been changed -- into two separate variables with separate getters & setters.
+
+Use gnc_dbi_safe_sync_all (which doesn't lose data if the save partion
+errors out) for all be->sync.
+
+Reverse qof_book_mark_saved and qof_instance_mark_clean so that the book
+is dirty for qof_book_mark_saved when it's the instance.
+
+Original commit by jralls</li>
+<li>Bug #667105: Fix grammatical error in some accounts file.</li>
+<li>Bug #667276 : Fiix Korean accounts files. Patch submitted by Eulgyoon Lim.</li>
+<li>Bug #457401 - Print invoice should not be disabled for unposted invoices.
+Enable printing for unposted invoices.</li>
+<li>Add a "features" table to the KVP frame, and pop up an error message
+if we find a feature we don't know about.  Currently there are no
+known features, so essentially we will error out if we see anything.
+</li>
+
+<li>Bug #665998 Replace no-op function force_account_dirty with qof_book_mark_dirty.</li>
+<li>Bug #658247 - First time setup should prompt to save file.
+Fix supplied by Bob referenced in bug #665996.</li>
+<li>Bug #642276 Bayesian association with Sqlite
+Wraps the kvp_frame_set_slot_path with xaccAccountBeginEdit()/xaccAccountCommitEdit(). Also clean up some other cases where KVP was set without committing an edit.</li>
+<li>Fix table number alignment. </li>
+<li>Fix number alignment in table.</li>
+<li>Bug #649362 - Transfer Funds Window Exchange Rate and Decimal Points
+Rounding in Bill/Invoices
+This patch fixes the rounding by showing the actual value to convert. As
+a result the exchange rate direction had to be swapped as well to avoid
+lots of confusion.</li>
+<li>Abort posting if not all required exchange rates are given.
+Note that any exchange rate successfully entered before the posting is
+aborted are still saved with the invoice.</li>
+<li>Bug #665202 - Improve python-finding code. Patch by Pacho Ramos</li>
+<li>Bug #661383 - GnuCash segfault on Linux (Fedora 16 beta) because of
+shared library load / unload weirdness</li>
+<li>Fix right align for number cells in table.</li>
+<li>Added user settable line width and data point markers to net worth
+line chart.</li>
+<li>Commented line width.  This value really should be passed from .scm file</li>
+<li>Fix setting of line color for line charts.</li>
+<li>Bug #664862 - New report showing net assets over time
+Added new line chart report for assets, net-linechart.scm.
+Distantly related to Bug #570011</li>
+<li> Add missing Root Account part. Original commit by mikee.</li>
+<li>Bug #664764 - Account setup for Swedish small business Added Swedish chart of accounts for small businesses.
+Original commit by mikee.</li>
+<li>Bug #663368  When importing CSV files, the word 'Deposit' appears in Num/Action column</li>
+<li>Bug #630804 - make check failure in business module</li>
+<li>Don't install a script that is only used for building and testing.
+This fixes Secunia Advisory SA42048</li>
+<li>Bug #663638 - Posting Invoices asks for curency conversion for blank
+lines</li>
+<li>Bug #639082 - General Journal report reports an error</li>
+<li>Bug #662477 - Desktop file not compliant with FreeDesktop spec and GNOME
+goal
+Patch by Sébastien Villemot</li>
+
+</ul>
+
+<p>In 2.4.9, the following languages had their translations updated:
+French, German, Lithuanian .</p>
+
+
+<h3>About the Program</h3>
+<p>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.</p>

Added: htdocs/branches/beta/news/120122-windows-errata.news
===================================================================
--- htdocs/branches/beta/news/120122-windows-errata.news	                        (rev 0)
+++ htdocs/branches/beta/news/120122-windows-errata.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,22 @@
+<b>Errata:</b> GnuCash 2.4.9 on Windows
+2012-01-22
+
+<h2>GnuCash 2.4.9 on Windows: errata</h2>
+
+<p>After GnuCash 2.4.9 was released a number of issues were discovered with GnuCash on Windows:</p>
+
+<ul>
+<li>Due to a bug in the installer package, GnuCash 2.4.9 will fail to start if
+you installed it over an existing previous installation. The solution is simple:
+uninstall GnuCash before you install GnuCash 2.4.9.<br />If you already
+installed GnuCash 2.4.9 and are experiencing this problem, the same solution
+works equally: uninstall GnuCash and install it again. Your data will not be
+affected by this.</li>
+<li>Copy/Paste is not working in the account registers. Until now, no
+workaround exists yet. If you depend heavily on copy/paste you may consider
+staying with GnuCash 2.4.8 for now.</li>
+</ul>
+<p>We are currently working to solve these problems and will release a fixed
+version as soon as possible.
+You can find more details on the copy/paste bug and track its progress on
+<a href="https://bugzilla.gnome.org/show_bug.cgi?id=667900">this bug report</a>.</p>

Added: htdocs/branches/beta/news/120206-2.4.10.news
===================================================================
--- htdocs/branches/beta/news/120206-2.4.10.news	                        (rev 0)
+++ htdocs/branches/beta/news/120206-2.4.10.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,61 @@
+<b>Announcement:</b> GnuCash 2.4.10 Release
+2012-02-06
+
+<h2>GnuCash 2.4.10 released</h2>
+
+<p>The GnuCash development team proudly announces GnuCash 2.4.10, the ninth 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.</p>
+
+<h3>Getting GnuCash for Windows (Win32 binary)</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.10-setup.exe">Gnucash 2.4.10 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
+
+<h3>Mac OSX binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.10.dmg">Gnucash 2.4.10 MacOSX package</a> can be downloaded from Sourceforge as well.</p>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 2.4.10 for yourself, the source code can be downloaded from:</p>
+<ul>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.10.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.10.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.10/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+</ul>
+
+<p>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.</p>
+
+<h3>Changes</h3>
+
+<p>Between 2.4.9 and 2.4.10, the following bugfixes were included:</p>
+<ul>
+
+<li>Win32 installer: always remove previously installed versions.
+This avoids problems when libraries or reports have been moved around in newer versions.</li>
+<li>[Bug #667900] no clipboard editing in Release 2.4.9
+Update Gtk+ to 2.24.8 for Windows, to pick up da756d51 (win32: fix gdk clipboard).</li>
+<li>Turn on AQBAnking 5 in 2.4 branch.</li>
+
+<li>Win32: Restore default gtk theme to MS-Windows
+Our problems with this theme have been resolved in gtk+ 2.24.8</li>
+<li>[Bug 666849] Non-privileged user first run trouble
+The problem is that the first run was creating the slib catalog. This introduces a script
+to do that as part of installation, guaranteed to be run as an admin user.</li>
+<li>Update xml file backend to recognize a newer version file on load attempt, not load, and alert user of need to upgrade Gnucash.
+</li>
+<li>Reports: Make report Budget Flow 100% translatable</li>
+<li>Update txf.scm in stable branch to reflect changes to US Income Tax Forms and Schedules for 2011.</li>
+<li>[r21867]Reverse the test for HAVE_DBI
+
+ac_cv_header_dbi_dbi_h is set only if want_dbi is true, so testing for
+!= no succeeds if dbi isn't enabled -- which is not what we want.</li>
+<li>[21860]Bug #667417 - Fix build with glib 2.31.x
+Patch by Vincent Untz</li>
+<li>[21840] Add dependency on qofbook.h for swig generated file.
+
+Otherwise the old generated file complains about a missing declaration
+from r21832.</li>
+
+</ul>
+
+<p>In 2.4.10, the following languages had their translations updated:
+Lithuanian, Finnish, German.</p>
+
+
+<h3>About the Program</h3>
+<p>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.</p>

Added: htdocs/branches/beta/news/120212-2.4.10-1.news
===================================================================
--- htdocs/branches/beta/news/120212-2.4.10-1.news	                        (rev 0)
+++ htdocs/branches/beta/news/120212-2.4.10-1.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,14 @@
+<b>Announcement:</b> GnuCash 2.4.10-1 Release
+2012-02-12
+
+<h2>GnuCash 2.4.10-1 for Microsoft Window(TM) released</h2>
+
+<p>The GnuCash development team is pleased to announce that we have released GnuCash 2.4.10-1, a special Windows-only release which upgrades the included Gtk+ library to permit its use with a 16-bit color depth. Gnucash users who are not using a 16-bit color depth (it isn't a default, so you'll know if you are) need not upgrade from 2.4.10.</p>
+
+<h3>Getting GnuCash for Windows (Win32 binary)</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.10-1-setup.exe">Gnucash 2.4.10-1 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
+
+
+
+<h3>About the Program</h3>
+<p>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.</p>

Added: htdocs/branches/beta/news/120714-2.4.11.news
===================================================================
--- htdocs/branches/beta/news/120714-2.4.11.news	                        (rev 0)
+++ htdocs/branches/beta/news/120714-2.4.11.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,189 @@
+<b>Announcement:</b> GnuCash 2.4.11 Release
+2012-07-14
+
+<h2>GnuCash 2.4.11 released</h2>
+
+<p>The GnuCash development team proudly announces GnuCash 2.4.11, the ninth 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.</p>
+
+<h3>Getting GnuCash for Windows (Win32 binary)</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.11-setup.exe">Gnucash 2.4.11 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
+
+<h3>Mac OSX binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.11.dmg">Gnucash 2.4.11 MacOSX package</a> can be downloaded from Sourceforge as well.</p>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 2.4.11 for yourself, the source code can be downloaded from:</p>
+<ul>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.11.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.11.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.11/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+</ul>
+
+<p>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.</p>
+
+<h3>Changes</h3>
+
+<p>Between 2.4.10 and 2.4.11, the following bugfixes were included:</p>
+<ul>
+<li>[22080]Fix make dist for Swedish accounts files
+Reported by Robert Fewell</li>
+<li>[22260]Rewrite the tip-of-the-day parsing logic
+Since commit 22246, an empty tip of the day appears in the list of tips.
+This is due to the way the file is parsed.
+This commit rewrites the parsing logic to avoid such problems. As an
+added bonus, you can now add newlines in tips by using '\n' in the
+string.</li>
+<li>[22248]Bug #678848 - Customer/Vendor reports off-by-one on start date
+Additionally removes a superfluous module load</li>
+<li>[22246][PATCH] Fix tip-of-the-day with gcc-4.7
+When making the text file tips-of-the-day, GnuCash expects 'gcc -E' to
+preserve at least one of the whitespace lines between entries. However, this
+relies on behavior of 'gcc -E' that isn't actually part of the spec, and is
+a historical accident. And it changed in gcc-4.7, such that all the
+whitespace is removed.
+
+Work around this by explicitly adding a newline in the sed expression.
+
+Pre gcc-4.7 there will be two newlines between tips, but this has no impact
+on the tip displaying code.
+
+Patch by Bill Nottingham</li>
+<li>Bug #631611 - Check printing fails because fonts are too tiny on Windows
+Lesson learned: don't use cairo_identity_matrix on a cairo_t managed by
+GtkPrintContext. It kills a number of transformations that were already
+configured by GtkPrintContext. On Windows this breaks proper scaling.</li>
+<li>Fix a double free crash when the required features dialog is shown</li>
+<li>Bug #611853 - Entering a 2-digit year in the opening balance tab results
+in "Parsing Error"
+This bug was already fixed on trunk as part of the patch that converted
+the new account dialog from glade to gtkbuilder.
+This commit extracts only the parts required to fix bug #611853</li>
+<li>[22224] Bug #671323 - Scheduled monthly transactions lose "except on weekends"
+setting when using MySQL</li>
+<li>[22229] Bug #678214 - GnuCash fails to open some post-processed XML files
+Patch by Daniel Harding</li>
+<li>Bug #677570 - Error creating net worth linechart report
+
+Remove doubled file contents.
+Changeset 21628 has already done this for trunk.</li>
+<li>Add formatting to table.
+
+Add cell padding to columns in table.</li>
+<li>Bug #677570 Error creating net worth linechart report
+
+Revert "Added user settable line width and data point markers to net worth"
+
+Removed entire commit in order to make report work.  Details of error still need
+to found so that the feature can be reinstated.
+
+This reverts r21644.  Note, this feature works in trunk.</li>
+<li>[22197]Add EXTRA_CFLAGS for compiling on Win7
+
+
+Configure gets confused by some gcc builtins on Win7: Disable them so that configure finds the right settings.
+</li>
+<li>Add EXTRA_CFLAGS to inst_gnucash compile line so that cflags can be added by custom.sh</li>
+<li>[r22171][Bug 674862] Gnucash crashes after creating a new SX using the Mortgage
+Wizard and SQL Backend
+
+This addresses the crash reported on Ubuntu with Postgres by Krzysiek.
+The stack trace he posted showed the crash was the result of
+dereferencing a NULL GDate*, and this change protects against that. It
+still doesn't address the more basic problem of why on Win32 and with
+mysql and pgsql (but not SQLite3) the mortgage wizard is writing corrupt
+dates.
+</li>
+<li>[r22188][Bug #674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend 
+
+
+Special-cases dbi_result_get_datetime returning -1 to work around a bug in MinGW's implementation of gmtime().
+</li>
+<li>[22157] Bug #674494: Fix version and method of downloading isocodes in win32 packaging
+
+Patch by Mark Jenkins</li>
+<li>[r22154][Bug 674283] With mysql crash after deleting accounts included
+into a budget
+
+Never assume a pointer is NULL unless you set it to NULL!</li>
+<li>[22097] [Win32 build] Update gwenhywfar/aqbanking versions.</li>
+<li>[22090] Revert r22083, "Adapt German account templates to updated tax rate."
+
+A pure renaming is not the correct solution, I've been told.</li>
+<li>[22083] Adapt German account templates to updated tax rate.</li>
+<li>[22067] Remove potentially abandoned file (that has a GPLv2-only license, too).
+
+The last contributors here, Josh Sled and Chris Lyttle, have put their
+code under "GPLv2 and GPLv3" license, see r22063, but I'm too lazy to
+look up the copyright holders on the file as a whole so I'd rather remove it.
+
+If someone wants to add a similar packaging file again, feel free to do
+so, but please don't use GPLv2-only code to do so.</li>
+<li>[22066] Bug #670727: Extend license of 3 files to be GPLv2 and GPLv3.
+
+This has been granted by the gnumeric copyright holders.
+See https://bugzilla.gnome.org/show_bug.cgi?id=670727#c7</li>
+<li>[22063] Bug #670727: Clarify license of a file to be GPLv2 and GPLv3
+
+gnc-dense-cal.h: License remark was forgotten in r19507, but the author
+Josh Sled agreed on GPLv2 and GPLv3 licensing in his gnucash-devel
+message on 2010-08-28.</li>
+<li>Fix skipping of alternate rows when there is a customer id mis-match and fix
+gtk_entry_set_text errors.
+Fix already exists in trunk.</li>
+<li>Revert "Fix skipping of alternate rows when there is a customer id mis-match."
+Doesn't fully work.  Will redo.
+This reverts commit 63c4689a36aa042564d7c29b40ee970533e3d81f.</li>
+<li>Fix skipping of alternate rows when there is a customer id mis-match.
+Fix already exists in trunk.</li>
+<li>Fix translatable strings. Patch provided by Aurimas Fišeras.</li>
+<li>Properly handle Windos end-of-line markers in determining file versions.</li>
+<li>[21905] Bug #668196: Fix installation of python bindings
+
+With this patch, files are correctly installed together.
+
+Patch by Vincent Untz.</li>
+<li>[22018] Bug 632931: Advanced Portfolio: total gains does not include income
+
+- new column layout as suggested on bugzilla. Total return is now an amount
+  (not a percentage), and includes income as well as capital gains. New
+  column "Rate of return" gives the percentage.
+- changed default value for "Ignore brokerage fees when calculating
+  returns", the default is now to NOT ignore the fees.
+
+Patch by Sebastien Alborini <salborini at gmail.com></li>
+<li>[22012] Bug #669494 - Swedish account plan provided (BAS 2012)
+
+Additionally this commit adds some required changes to get the
+Swedish account plans to actually show up in GnuCash (both BAS and the
+earlier committed Swedish small business account plan)</li>
+<li>[22011] Fix a GtkWarning in the Account Hierarchy Druid which occurs
+if the Example Account file doesn't contain a long description.</li>
+<li>Fix translatable strings code for tax invoice report.</li>
+<li>Fix translatable strings code for some reports. Patch provided by Aurimas Fišeras.</li>
+<li>[21978] Move the features tests to its own source files.
+This allows for
+- other engine consumers to use the features test as well (think
+CuteCash, python bindings,...)
+- a central point for developers to check for feature definitions
+- a central point to manage all feature related code</li>
+<li>Windows: Update Gtk+ to 2.24.10</li>
+</ul>
+
+<p>In 2.4.11, the following languages had their translations updated:
+Lithuanian,  Traditional Chinese, Danish, Dutch, Czech, Bulgarian.</p>
+
+
+<h3>About the Program</h3>
+<p>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.</p>
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+</head>
+  <body>
+    <ul>
+<li>Tag 2.4.11 at the request of JRalls</li>
+<li>Bump version to 2.4.11 for release.</li>
+</ul>
+  </body>
+</html>

Added: htdocs/branches/beta/news/121101-Android.news
===================================================================
--- htdocs/branches/beta/news/121101-Android.news	                        (rev 0)
+++ htdocs/branches/beta/news/121101-Android.news	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,13 @@
+<b>Announcement:</b> Take GnuCash with you everywhere!
+2012-11-01
+
+<h2>The GnuCash companion for Android app is now available on google Play</h2>
+
+<p><b>Ngewi Fet</b> created a GnuCash companion application for Android the past summer thanks to <b>Gnome</b> who 
+sponsored the project as part of <b>Google Summer of Code</b>. The app reached now a stable state and is available
+on <a href="https://play.google.com/store/apps/details?id=org.gnucash.android&feature=search_result">google Play store</a>.</p>
+<h3>About</h3>
+<p><i>GnuCash for Android is a mobile finance expense tracker application. It is a companion application 
+for GnuCash for the desktop and enables flexible tracking of expenses on-the-go which can be exported 
+to the Open Financial eXchange (OFX) format for import into GnuCash for desktop.</i></p>
+

Added: htdocs/branches/beta/news/zh_TW/index.html
===================================================================
--- htdocs/branches/beta/news/zh_TW/index.html	                        (rev 0)
+++ htdocs/branches/beta/news/zh_TW/index.html	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html>
+<head>
+<link rel="icon" href="/favicon.ico" type="image/x-icon">
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>GnuCash - empty directory</title>
+</head>
+<body>
+<div><a href="../../">Home</a></div>
+</body>
+</html>

Modified: htdocs/branches/beta/po/de.po
===================================================================
--- htdocs/branches/beta/po/de.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/de.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -9,8 +9,8 @@
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
-"PO-Revision-Date: 2011-08-18 14:41+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
+"PO-Revision-Date: 2011-10-21 00:56+0100\n"
 "Last-Translator: Johannes Kapune <technik at kapune.de>\n"
 "Language-Team: deutsch <de at li.org>\n"
 "Language: \n"
@@ -19,13 +19,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr "Herunterladen"
 
 #: download.phtml:12
 msgid "Download GnuCash"
-msgstr "GnuCash herunterladen"
+msgstr "<span class=\"gnucash\">GnuCash</span> herunterladen"
 
 #: download.phtml:15
 #, php-format
@@ -37,8 +37,8 @@
 "A stable release is a version of <span class=\"gnucash\">GnuCash</span> that "
 "is well tested and considered appropriate for every day use."
 msgstr ""
-"Eine stabile Ausgabe von GnuCash ist gut getestet und für den täglichen "
-"Einsatz geeignet."
+"Eine stabile Ausgabe von <span class=\"gnucash\">GnuCash</span> ist gut "
+"getestet und für den täglichen Einsatz geeignet."
 
 #: download.phtml:18
 #, php-format
@@ -46,8 +46,8 @@
 "The latest stable release of <span class=\"gnucash\">GnuCash</span> is %s. "
 "Choose the download for your operating system below."
 msgstr ""
-"Die letzte stabile Ausgabe von GnuCash ist %s. Wählen Sie die passende "
-"Version für Ihr Betriebssystem unten aus."
+"Die letzte stabile Ausgabe von <span class=\"gnucash\">GnuCash</span> ist "
+"%s. Wählen Sie die passende Version für Ihr Betriebssystem unten aus."
 
 #: download.phtml:20
 msgid "Installers"
@@ -98,7 +98,6 @@
 "Softwareverwaltung im Mandriva Linux Conrtol Center installieren."
 
 #: download.phtml:33
-#, fuzzy
 msgid ""
 "Redhat and CentOS don't have <span class=\"gnucash\">GnuCash</span> in their "
 "repositories by default. It can be installed however from the third-party "
@@ -121,10 +120,9 @@
 "Software Center. This will install <span class=\"gnucash\">GnuCash</span> "
 "under the Office category in the Applications menu."
 msgstr ""
-"Benutzer von Ubuntu 9.10 können <span class=\"gnucash\">GnuCash</span> durch "
-"das Software-Center im Anwendungsmenü installieren. Danach befindet sich "
-"<span class=\"gnucash\">GnuCash</span> in der Kategorie Büro im "
-"Anwendungsmenü."
+"Benutzer von Ubuntu können <span class=\"gnucash\">GnuCash</span> durch das "
+"Software-Center im Anwendungsmenü installieren. Danach befindet sich <span "
+"class=\"gnucash\">GnuCash</span> in der Kategorie Büro im Anwendungsmenü."
 
 #: download.phtml:36
 msgid ""
@@ -160,8 +158,8 @@
 msgstr ""
 "Anleitungen zum Selbsterstellen von <span class=\"gnucash\">GnuCash</span> "
 "für verschiedene Distributionen findet man im Wiki unter<a href='http://wiki."
-"gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</"
-"a>. (englisch)"
+"gnucash.org/wiki/GnuCash#Installation'> guidelines for several "
+"distributions</a>. (englisch)"
 
 #: download.phtml:45
 #, php-format
@@ -185,8 +183,9 @@
 "The latest unstable release of <span class=\"gnucash\">GnuCash</span> is "
 "%s.  Choose the download for your operating system below."
 msgstr ""
-"Die aktuellste instabile Ausgabe von GnuCash ist %s. Wählen Sie die zu ihrem "
-"Betriebssystem passende Ausgabe zum herunterladen unten aus."
+"Die aktuellste instabile Ausgabe von <span class=\"gnucash\">GnuCash</span> "
+"ist %s. Wählen Sie die zu ihrem Betriebssystem passende Ausgabe zum "
+"herunterladen unten aus."
 
 #: download.phtml:57
 msgid "Other"
@@ -206,110 +205,346 @@
 msgid "View all GnuCash downloads"
 msgstr "Zeige alle herunterladbaren GnuCash Dateien"
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
-msgstr "Freie Finanzsoftware"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
+msgstr "Programmgröße"
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
-msgstr "Willkommen auf den GnuCash-Webseiten"
+#: 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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
+msgstr ""
+"Es kann bisweilen recht interessant sein, die Größe des Quelltext hinter "
+"einem Softwareprojekt zu untersuchen. Es mag nicht überraschen, daß es sich "
+"immer noch um Buchhaltung handelt. Aber GnuCash ist über die Jahre von einem "
+"handlichen elektronischen Scheckbuch zu einer ziemlich großen "
+"Buchhaltungsanwendung mit vielen Merkmalen gewachsen."
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
-msgstr "GnuCash %s herunterladen"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
+"<span class=\"gnucash\">GnuCash</span> besteht inzwischen aus über einer "
+"Drittelmillion Zeilen Anweisungen verteilt über mehr als tausend Dateien. Es "
+"wurde in 36 Sprachen übersetzt und über 200 Menschen haben Beiträge "
+"geleistet."
 
-#: index.phtml:21
-msgid "Source"
-msgstr "Quelltext"
+#: 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 ""
+"Falls Sie Schwierigkeiten haben, durch diese Menge Quelltext zu schwimmen, "
+"stellen Sie sich bitte folgendes vor: Ausgedruckt und gebunden wären es "
+"mehrere Dutzend Exemplare von Tolstois \"Krieg und Frieden\", ungefähr ein "
+"Bücherregal breit, voll mit Quelltext."
 
-#: index.phtml:21
-msgid "Via distribution"
-msgstr "In Linux-Distribution"
+#: 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 ""
+"Wohlgemerkt, dies sind Quelltext und Dokumentationen, welche von wirklichen "
+"Menschen erstellt und entwanzt wurde. Dies ist *kein* automatisch "
+"generierter Code. Werkzeuge wie Glade und Swig können beliebige Mengen Code "
+"automatisch erstellen; diese wurden hier aber nicht mitgezählt. Jede "
+"einzelnen hier gezählte Zeile wurde von menschlicher Hand eingegeben, "
+"geändert, eingerückt, davon viele mehrmals."
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
+#: 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 ""
-"Weitere Optionen zum Herunterladen (Quelltext, Entwicklerversionen,...)"
+"Angenommen, wir haben ca. 400 offene Fehlermeldungen in Bugzilla, dann "
+"ergibt das etwa einen Fehler pro tausend Zeilen Code oder einen Fehler pro "
+"50 Seiten eines Ausdrucks. Diese Fehlerzahl ist nicht untypisch für Software-"
+"Projekte; sie ist nah an der Norm."
 
-#: index.phtml:33
+#: sizing.phtml:32
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
-"GnuCash ist eine freie OpenSource-Finanzverwaltung für GNU/Linux, Unix, BSD, "
-"Solaris, Mac OSX und Microsoft Windows, veröffentlicht unter der <a href="
-"\"http://www.gnu.org\">GNU</a> GPL."
+"Die folgende Tabelle zeigt einige historische Maße für Quelltextzeilen und "
+"Dateienzahl für das <span class=\"gnucash\">GnuCash</span>-Projekt. Man "
+"beachte, daß nicht alle Zeilen gezählt wurden: z.B. die Makefiles, configure."
+"in und autogen.sh wurden nicht mitgezählt. Ebenso wurden weder Dateien "
+"mitgezählt, die automatisch erzeugt wurden, noch Dateien, die von anderen "
+"Projekten \"ausgeliehen\" wurden. Ebenfalls nicht gezählt wurden "
+"experimentelle Dateien, verschiedene Perl-Skripte, diverse Konverter, Add-"
+"Ons und Utilities. Schließlich wurden <tt>glade</tt>-Dateien nicht gezählt, "
+"obwohl weite Teile der graphischen Oberfläche in <tt>glade</tt>-Dateien "
+"definiert wurden."
 
-#: index.phtml:35
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
-"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"
-"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."
+"Beachten Sie auch, daß weder KLOC's (1000 Zeilen Quelltext) ein gutes Maß "
+"sind, um die Produktivität von Programmierern zu bestimmen, noch .<code>wc</"
+"code> eine gute Methode ist, um KLOC's zu messen. Viel bessere Maße sind "
+"Komplexitätsmaße, welche beispielsweise die Anzahl und Größe von if-then-"
+"else-Blöcken, die Anzahl und Größe aller Blöcke, oder die Anzahl der "
+"mathematischen Operatoren pro Anweisungszeile. Möglicherweise werden wir "
+"eines Tages  eine derartiges Werkzeug auf den Quelltext anwenden. Zur Zeit "
+"ist dies aber, was wir zur Verfügung haben - andererseits haben wir "
+"versucht, nur die Dateien mit tatsächlich direkt von Menschen editiertem "
+"Code zu zählen."
 
-#: index.phtml:39
-msgid "Feature Highlights"
-msgstr "Feature-Übersicht"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
+msgstr "Tabelle 1: Historische Entwicklungsstatistik"
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
-msgstr "Doppelte Buchführung"
+#: sizing.phtml:42
+msgid "Version"
+msgstr "Version"
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
-msgstr "Aktienkonten, Währungskonten"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
+msgstr "verschiedene Aplikationen"
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
-msgstr "Geschäftsbuchführung"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
+msgstr "internal txt"
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
-msgstr "Berichte, Diagramme"
+#: sizing.phtml:57
+msgid "Total"
+msgstr "Summe"
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
-msgstr "HBCI Online-Banking, QIF/OFX/MT940 Import"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
+msgstr "Sprachen"
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
-msgstr "Terminierte Buchungen"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
+msgstr "genannte Autoren"
 
-#: index.phtml:50
-msgid "Financial Calculations"
-msgstr "Finanzrechner"
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
+msgstr "Jede Zelle enthält folgendes:"
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
-msgstr "<b>Mehr entdecken...</b>"
+#: sizing.phtml:322
+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 ""
+"Anzahl von *.c-, *.h- und *.scm-Dateien (KLOCS in *.c + KLOCS in *.h + KLOCS "
+"in *.scm). Wenn keine *.scm-Dateien in dem Verzeichnis sind, werden nur "
+"(KLOCS in *.c + KLOCS in *.h) angezeigt. Wenn nur eine Zahl in den Klammern "
+"ist, handelt es sich um die zugehörige KLOC-Zahl für die Statistik."
 
-#: index.phtml:58
-msgid "News"
-msgstr "Neuigkeiten"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
+msgstr ""
+"wobei KLOC == kilo-lines-of-code (1000 Zeilen Code), wie von <code>wc</code> "
+"berichtet. Wie zuvor bemerkt, ist wc kein besonders gutes Codemaß, aber es "
+"ist das, welches wir griffbereit haben."
 
-#: index.phtml:73
-msgid "Older Announcements ..."
-msgstr "Ältere Ankündigungen"
+#: sizing.phtml:329
+msgid "Table Column Legend"
+msgstr "Legende der Tabellenspalten"
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
-msgstr "Klick <a href=\"oldnews.phtml\">hier</a> für ältere Ankündigungen..."
+#: sizing.phtml:333
+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 ""
+"Inhalt von src/engine und Unterverzeichnisse. Die Maschine wurde in Version "
+"1.1 aus dem Motif-Code ausgegliedert. Das Datenspeicher-Modul (file-io, sql) "
+"wurde im Verlauf von Version 1.5 abgetrennt."
 
+#: sizing.phtml:337
+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 ""
+"Inhalt des src/backend Verzeichnisses (Version 1.7 und später) oder von src/"
+"engine/file, src/engine/sql (Version 1.6 und früher)"
+
+#: sizing.phtml:341
+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 ""
+"Inhalt von src/register directory (Version 1.6 und früher) oder src/register/"
+"register-core (Version 1.7 und später). Das Register wurde als separates "
+"Modul aus dem Motif-Code in Version 1.1 herausgelöst. Wie man in der "
+"Statistik sieht, hat sich das Register als ziemlich stabil erwiesen. Ab "
+"Version 1.7 zeigt die Zelle einen 2. Eintrag: die Anzahl der Codezeilen in "
+"src/register/register-gnome, welches zuvor als Teil von Gnome gezählt wurde."
+
+#: sizing.phtml:345
+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 ""
+"*.c, *.h files im src Verzeichnis allein (Version 1.6 und früher) or src/"
+"register/ledger-core (version 1.7 und später)"
+
+#: sizing.phtml:349
+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 ""
+"Inhalt des src/motif Verzeichnisses (Version 1.2 und früher). Die Motif-"
+"Version des Codes wurde nach Version 1.2 aufgegeben, nachdem der größte Teil "
+"des nicht die Oberfläche betreffenden Codes verschoben war, enweder in die "
+"Engine, das Register oder nach Ledger."
+
+#: sizing.phtml:353
+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 ""
+"Inhalt von src/gnome plus src/register/gnome (Version 1.6 und früher). Für "
+"Version 1.7 und später, besteht dies aus src/gnome, src/gnome-search und src/"
+"gnome-util"
+
+#: sizing.phtml:358
+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 ""
+"Inhalt von verschiedenen anwendungsbezogenenen Verzeichnissen (Ab Version "
+"1.7): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-"
+"module, src/network-utils, src/tax/us"
+
+#: sizing.phtml:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+"Code, um verschiedene Dateiformate zu im- und exportieren: Inhalt des src/"
+"import-export Verzeichnisses."
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+"Code zur Erzeugung von Berichten und Graphiken: Inhalt des src/reports "
+"Verzeichnisses."
+
+#: sizing.phtml:373
+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 ""
+"Scheme- und Guile-Code in den Verzeichnissen src/scm plus src/guile (bis "
+"Version 1.6). Ab Version 1.7 wanderte viel von diesem Code nach reports, "
+"import/export und in individuelle Module; so daß nur vermischter Code übrig "
+"blieb."
+
+#: sizing.phtml:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr "Code des Geschäftsmoduls in src/business."
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+"Code, um automatisierte Regressionstests durchzuführen: Inhalt des src/*/"
+"test Verzeichnisses."
+
+#: sizing.phtml:388
+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 ""
+"Englischsprachige Benutzerdokumentation einschließlich Online-Hilfe und "
+"Handbuch in HTML, SGML und/oder XML. Ab Version 1.8.4 enthält die Zahl unter "
+"dem Strich die übersetzten, nicht englischen Dokumente (de, es, fr, pt ...) "
+"Diese beiden Zahlen sind etwas schwierig zu bestimmen, wegen der "
+"Durchmischung mit Format-Anweisungen und teilweise mehreren konkurrierenden "
+"Versionen."
+
+#: sizing.phtml:393
+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 ""
+"Die Anzahl der Design-Dokumente und Readme-Dateien, welche zur Unterstützung "
+"der Entwickler gedacht sind. Dies schließt *.txt-, *.texinfo- und README.*-"
+"Dateien in allen Unterverzeichnissen ein. Ab Version 1.7 werden nur jene im "
+"src-Verzeichnis gezählt, wodurch etliche zerstreute ausgelassen werden."
+
+#: sizing.phtml:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+"Die Anzahl der Sprachen, in welche die Meldungen des Programms übersetzt "
+"wurden, also die Anzahl der <tt>po/*.po</tt>-Dateien. In Klammern die Anzahl "
+"der Meldungen in den Übersetzungsdateien (<tt>grep msgstr po/*.po |wc</tt>), "
+"in Tausend."
+
+#: sizing.phtml:403
+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 ""
+"Die Anzahl der Personen, welche in der Autoren-Datei AUTHORS (ab Version "
+"1.6) oder davor in der Liesmich-Datei README genannt werden. Diese schließt "
+"führende Entwickler, Einsenderinnen von Verbesserungen und die jeweiligen "
+"Übersetzer ebenso ein wie zusätzlich in gnucash-docs/AUTHORS genannte "
+"Personen, die nicht bereits in gnucash/AUTHORS genannt sind."
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 #, fuzzy
 msgid "Writing Documentation"
@@ -327,17 +562,36 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 msgid "Introduction"
 msgstr "Einführung"
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -345,21 +599,23 @@
 "can generate documentation in several different output formats (html, "
 "pdf,...)."
 msgstr ""
-"Die GnuCash Dokumentation wird in xml-Dateien gespeichert. Es wird das "
-"GNOME2 XML docbook System verwendet. Dieses System ist relativ flexibel, "
-"nimmt die xml Dateien als Eingangsmaterial und kann daraus Dokumente in den "
-"verschiedensten Ausgabeformaten erzeugen, wie html, pdf etc."
+"Die <span class=\"gnucash\">GnuCash</span> Dokumentation wird in xml-Dateien "
+"gespeichert. Es wird das GNOME2 XML docbook System verwendet. Dieses System "
+"ist relativ flexibel, nimmt die xml Dateien als Eingangsmaterial und kann "
+"daraus Dokumente in den verschiedensten Ausgabeformaten erzeugen, wie html, "
+"pdf etc."
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
-"Wenn Sie die GnuCash Dokumentation bearbeiten wollen, sollten Sie xml kennen "
-"und ein paar grundsätzliche Kenntnisse des docbook Systems besitzen."
+"Wenn Sie die <span class=\"gnucash\">GnuCash</span> Dokumentation bearbeiten "
+"wollen, sollten Sie xml kennen und ein paar grundsätzliche Kenntnisse des "
+"docbook Systems besitzen."
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
@@ -367,32 +623,32 @@
 "Die folgenden Links führen zu weiteren Websites, welche beim Dokumentieren "
 "und Redigieren hilfreich sein können."
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
-"Diese GnuCash wiki-Seite beschreibt das Übersetzen von Dokumentation. Sie "
-"enthält eine Menge nützlicher Informationen um mit docbook Dateien zu "
-"arbeiten"
+"Diese <span class=\"gnucash\">GnuCash</span> wiki-Seite beschreibt das "
+"Übersetzen von Dokumentation. Sie enthält eine Menge nützlicher "
+"Informationen um mit docbook Dateien zu arbeiten"
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 "Eind detaillierter Leitfaden wie Dokumente bearbeitet werden sollten (update "
 "and maintenance)."
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 msgid "We suggest also subscribing to"
 msgstr "Wir empfehlen dafür auch die Entwickler-Mailingliste zu abonnieren"
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 msgid "Gnome Documentation guidelines"
 msgstr "Die Seite der Gnome Dokumentationsrichtlinien (eng.)"
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 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 "
@@ -402,11 +658,11 @@
 "System. Jeder der mithelfen möchte beachte bitte diese Richtlinien soweit "
 "irgend möglich beim Berichtigen und Schreiben von neuen Artikeln."
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr "Wo bekommt man die Quelltexte der Dokumentation?"
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -419,7 +675,7 @@
 "sourceforge.net/projects/gnucash/files/gnucash-docs/'>current docs tarball</"
 "a> laden. "
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -427,15 +683,15 @@
 "documentation source instead of the program source, replace 'gnucash' with "
 "'gnucash-docs' in the mentioned svn commands, like this:"
 msgstr ""
-"Bitte holen Sie das Dokumentationsmodul aus dem Gnucash SVN-repository "
-"\"gnucash-docs\". Für diejenigen, die nicht mit svn vertraut sind, hat das "
-"Gnucash-Wiki eine <a href='http://wiki.gnucash.org/wiki/"
-"Subversion'>Anleitung</a>. \n"
+"Bitte holen Sie das Dokumentationsmodul aus dem <span class=\"gnucash"
+"\">GnuCash</span> SVN-repository \"gnucash-docs\". Für diejenigen, die nicht "
+"mit svn vertraut sind, hat das <span class=\"gnucash\">GnuCash</span>-Wiki "
+"eine <a href='http://wiki.gnucash.org/wiki/Subversion'>Anleitung</a>. \n"
 "Um die Dokumentation zu bekommen, muß man der Anleitung folgen und dabei "
 "<i>checkout gnucash</i> ersetzen durch <i>checkout gnucash-docs</i>. Man "
 "kann aber auch vom aktuellen docs tarball starten."
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 #, fuzzy
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
@@ -448,11 +704,11 @@
 "Konzepte\", sowie die Online-Hilfe lesen. Viele Fragen werden möglicherweise "
 "bereits durch diese Dokumente beantwortet."
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr "Autoren"
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -465,7 +721,7 @@
 "Dokumentation (normalerweise gnucash-docs, außer Sie haben diesen Pfad "
 "umbenannt):"
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -484,7 +740,7 @@
 "page on bugzilla</a> für mehr Informationen zwecks Patches einreichen "
 "(englisch)."
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -499,7 +755,7 @@
 "anzuhängen (ob nun an existierende oder an einen neuen). Patches bitte immer "
 "als Anhang anfügen, nicht Inline im Mailtext senden"
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -512,7 +768,7 @@
 "könne, ob sie bereits daran arbeiten oder ob diese Aufgabe momentan vakant "
 "ist."
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 "
@@ -523,18 +779,18 @@
 "Menge nützlicher Informationen, welche noch nicht in die neue übertragen "
 "wurden."
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr "Redakteure/Reviewer"
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
 "Laden Sie eine Kopie der Dokumentation herunter und fangen an zu schreiben"
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -546,15 +802,393 @@
 "org</a>, um die Bugs unter \"Component documentation\" aufzulisten. "
 "Fehlereinsendungen sind auch mit bug-buddy möglich."
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "Dokumentation"
+
+#: docs.phtml:4
+msgid "Browse documentation online"
+msgstr "Dokumentation online ansehen"
+
+#: docs.phtml:5
+msgid "Download documentation as PDF"
+msgstr "Dokumentation im pdf-Format herunterladen"
+
+#: docs.phtml:6
+msgid "Download documentation as epub"
+msgstr "Dokumentation im epub-Format herunterladen"
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr "Dokumentation im mobipocket-Format herunterladen"
+
+#: docs.phtml:15
+#, fuzzy
+msgid "GnuCash Documentation"
+msgstr "Alte und veraltete Dokumentation"
+
+#: docs.phtml:17
+#, fuzzy
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+"Im folgenden werden Methoden beschrieben, um  <span class=\"gnucash"
+"\">GnuCash</span> auf einigen verbreiteten Distributionen zu installieren:"
+
+#: docs.phtml:19
+#, fuzzy
+msgid "The Help Manual"
+msgstr "Online-Hilfe"
+
+#: docs.phtml:20
+#, fuzzy
+msgid "The Tutorials and Concepts Guide"
+msgstr "Kurs und Konzepte"
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> 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 <span class="
+"\"gnucash\">GnuCash</span> ausnutzt. \"Kurs und Konzepte\" soll die Konzepte "
+"hinter <span class=\"gnucash\">GnuCash</span> tiefergehend erläutern und mit "
+"einem Tutorial zeigen, wie man sie praktisch anwendet."
+
+#: docs.phtml:25
+#, fuzzy
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+"Zusätzlich können Sie mit den Entwicklern via Internet-Relay-Chat (IRC) auf "
+"irc.gnome.org im Kanal \"<a href=\"irc://irc.gnome.org/gnucash\">#gnucash</"
+"a> über ihre Fragen sprechen. Eine anderes Hilfsmittel sind die <a href="
+"\"http://wiki.gnucash.org/wiki\">englischen</a> oder <a href=\"http://"
+"linuxwiki.de/GnuCash\">deutschen</a> GnuCash Wikis. Ein Wiki ist eine "
+"Webseite, die von Ihren Benutzern gemeinsam erstellt wird. Teilweise ist, "
+"vor allem zum Schutz vor Spammern, für die Mitarbeit eine Registrierung "
+"erforderlich."
+
+#: docs.phtml:27
+#, fuzzy
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+"Bitte senden Sie eine Email an die <a href='mailto:gnucash-user at lists."
+"gnucash.org'>gnucash-user</a> Mailingliste [englisch, oder auf deutsch an <a "
+"href='mailto:gnucash-de at gnucash.org'>gnucash-de</a>], 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:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr "(aktuelle stabile Version)"
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr ""
+"Aktuelle, in Enwicklung befindliche Dokumentation für Benutzer und Entwickler"
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr "stabile"
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr "Online-Hilfe"
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr "Englisch"
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr "Deutsch"
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr "Italienisch"
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr "Kurs und Konzepte"
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr "Japanisch"
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+"Dies ist die letzte stabile Veröffentlichung von der <span class=\"gnucash"
+"\">GnuCash</span> Dokumentation. <em>Stabil</em> sagt in diesem Zusammenhang "
+"nicht das dies eine Deokumentation ist die den allerneuesten Stand von <span "
+"class=\"gnucash\">GnuCash</span> wiedergibt aber so neu dass sie ohne "
+"Probleme benutzbar sein sollte."
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr "Täglich automatisch erstellte Dokumentation"
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr ""
+"Aktuelle, in Enwicklung befindliche Dokumentation für Benutzer und Entwickler"
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr "unstabil"
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+"Jede Nacht erstellt ein Server die Dokumentation aus dem aktuellen Inhalt "
+"des <span class=\"gnucash\">GnuCash</span> Subversion-Repositorium. Diese "
+"schließt die Entwicklerdokumentation ein, welche durch Doxygen aus den "
+"Kommentaren des Quelltextes erzeugt wird, sowie die Benutzerdokumentation "
+"für die aktuelle instabile Version von <span class=\"gnucash\">GnuCash</span>"
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+"<b>NOTE:</b> Diese Dokumentation ist von Zeit zu Zeit nicht zugänglich da "
+"die Entwickler dann an Erweiterungen arbeiten. Gerade deshalb sind dies die "
+"aktuellsten Dokumente für <span class=\"gnucash\">GnuCash</span> Benutzer"
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr "Alte und veraltete Dokumentation"
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+"Dieser Abschnitt enthält alle älteren <span class=\"gnucash\">GnuCash</span> "
+"Dokumentationen. Falls Sie eine dieser alten Versionen von <span class="
+"\"gnucash\">GnuCash</span> verwenden, empfehlen wir Ihnen dringend, auf die "
+"letzte stabile Version zu aktualisieren."
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr "spanisch"
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr "Portugiesisch"
+
+#: docs.phtml:334
+msgid "Unofficial documentation"
+msgstr "Nicht offizielle Dokumentation"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr "Einige Nutzer haben HOWTOs oder Tutorials geschrieben"
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr "Joe Mack's Tutorial (englisch)"
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr "Dave Gilberts Benutzerhandbuch PDF (englisch)"
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+"<b>NOTE:</b> 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 <span "
+"class=\"gnucash\">GnuCash</span>. Falls Sie diese Dokumente weiterentwickeln "
+"wollen, sollten Sie die ursprünglichen Autoren kontaktieren, auch um "
+"Parallelarbeit zu vermeiden."
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr "Freie Finanzsoftware"
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "Willkommen auf den GnuCash-Webseiten"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr "GnuCash %s herunterladen"
+
+#: index.phtml:21
+msgid "Source"
+msgstr "Quelltext"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr "In Linux-Distribution"
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr ""
+"Weitere Optionen zum Herunterladen (Quelltext, Entwicklerversionen,...)"
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> ist eine freie OpenSource-"
+"Finanzverwaltung für GNU/Linux, Unix, BSD, Solaris, Mac OSX und Microsoft "
+"Windows, veröffentlicht unter der <a href=\"http://www.gnu.org\">GNU</a> GPL."
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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 ""
+"Das Programm ist eine Komplettlösung zur Verwaltung der Finanzen von "
+"Privatanwendern und Kleinbetrieben. Das aus dem Rechnungswesen bekannte "
+"Prinzip der doppelten Buchführung wird in <span class=\"gnucash\">GnuCash</"
+"span> konsequent umgesetzt, so dass <span class=\"gnucash\">GnuCash</span> "
+"höchste Ansprüche an die Kontenführung erfüllen kann. Auch Homebanking über "
+"HBCI wird unterstützt. Für den Geschäftsverkehr ist die Verwaltung von "
+"Kunden, Lieferanten und Rechnungen enthalten. Weitere Features sind "
+"terminierte Buchungen, Import von OFX-Dateien und QIF-Dateien, zahlreiche "
+"Berichte und Grafiken mit Torten- und Balkendiagrammen und eine "
+"benutzerdefinierbare Oberfläche."
+
+#: index.phtml:39
+msgid "Feature Highlights"
+msgstr "Feature-Übersicht"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr "Doppelte Buchführung"
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr "Aktienkonten, Währungskonten"
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr "Geschäftsbuchführung"
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr "Berichte, Diagramme"
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr "HBCI Online-Banking, QIF/OFX/MT940 Import"
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr "Terminierte Buchungen"
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr "Finanzrechner"
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr "<b>Mehr entdecken...</b>"
+
+#: index.phtml:58
+msgid "News"
+msgstr "Neuigkeiten"
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr "Ältere Ankündigungen"
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr "Klick <a href=\"oldnews.phtml\">hier</a> für ältere Ankündigungen..."
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr "Feature-Übersicht"
 
 #: features.phtml:14
+#, fuzzy
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 "<span class=\"gnucash\">GnuCash</span> ist eine mächtige Finanzanwendung. "
 "Diese Seite versucht einen Überblick über die vielfachen Möglichkeiten "
@@ -602,6 +1236,9 @@
 "a custom, convenient and familiar interface to entering financial "
 "transactions."
 msgstr ""
+"Das von <span class=\"gnucash\">GnuCash</span> verwendete übersichtliche "
+"Kontobuch bietet eine leicht zu bedienende Oberfläche um Buchungen "
+"einzugeben."
 
 #: features.phtml:48
 msgid ""
@@ -609,34 +1246,42 @@
 "as income, stock and currency transactions. The following features are also "
 "provided:"
 msgstr ""
+"Das Kontenblatt unterstützt Scheckbuchungen und Kreditkartenumsätze genauso "
+"wie Aktien- oder Devisenhandel. Die folgenden Funktionen werden ebenfalls "
+"unterstützt:"
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
-msgstr ""
+#, fuzzy
+msgid "The ability to enter <b>split transactions</b>"
+msgstr "Die Möglichkeit geteilte Buchungen einzugeben."
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
+#, fuzzy
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
 msgstr "Die Möglichkeit eine Buchung als abgeglichen zu markieren"
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
-msgstr ""
+msgid "<b>Autofill</b> of entered transactions"
+msgstr "Automatisches Ausfüllen von Buchungsvorlagen"
 
 #: features.phtml:54
+#, fuzzy
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
-msgstr ""
+"The ability to display <b>multiple accounts</b> in a single register window"
+msgstr "mehrere Konten können gleichzeitig in einem Fenster dargestellt werden"
 
 #: features.phtml:55
+#, fuzzy
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
+"Eine <b>Zusammenfassung</b> die alle relevanten Kontenstände auflistet."
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
-msgstr ""
+msgid "Many options to <b>customize</b> the appearance and the display style"
+msgstr "Viele Optionen um Aussehen und Inhalte anzupassen."
 
 #: features.phtml:66
 msgid ""
@@ -644,19 +1289,28 @@
 "amounts and timeline. You can also set an automatic reminder when a "
 "transaction is due."
 msgstr ""
+"Sie können sich wiederholende  Überweissungen erzeugen mit großer Bandbreite "
+"von Betrag und Zeitpunkten. Sie können sich auch erinnern lassen wann eine "
+"Überweisung fällig ist. "
 
 #: features.phtml:69
+#, fuzzy
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
+"Ein Assistent wird zusammen mit<span class=\"gnucash\">GnuCash</span> "
+"gestartet, der es erlaubt fällige Zahlungen aufzuschieben ohne sie zu "
+"löschen oder schon vor Fälligkeit auszuführen."
 
 #: features.phtml:79
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> has an integrated module to display "
 "graphs of your financial data in the form of:"
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> hat eingebaute Module um Diagramme "
+"Ihrer Finanzdaten anzuzeigen als:"
 
 #: features.phtml:82
 msgid "Barcharts"
@@ -668,17 +1322,19 @@
 
 #: features.phtml:84
 msgid "Scatter plots"
-msgstr ""
+msgstr "Streudiagramme"
 
 #: features.phtml:86
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> also comes complete with a full suite "
 "of standard and customizeable reports, such as:"
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> beinhaltet ebenso einen großen Satz "
+"von standard und benutzerdefinierbaren Berichten, wie z. B.:"
 
 #: features.phtml:88
 msgid "Balance Sheet"
-msgstr ""
+msgstr "Bilanzaufstellung"
 
 #: features.phtml:89
 msgid "Profit & Loss"
@@ -686,7 +1342,7 @@
 
 #: features.phtml:90
 msgid "Portfolio Valuation"
-msgstr ""
+msgstr "Portfolio bewertung"
 
 #: features.phtml:91
 msgid "and many others."
@@ -694,21 +1350,28 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
+"Grafiken und Berichte können leicht in Aussehen und Inhalt angepaßt werden, "
+"ganz wie der Nutzer es benötigt."
 
 #: features.phtml:100
 msgid "Statement Reconciliation"
 msgstr "Kontoauszug abgleichen"
 
 #: features.phtml:105
+#, fuzzy
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
+"Der <b>Abgleich</b> von Konten dient dem Benutzer alle Buchungsvorgänge von "
+"<span class=\"gnucash\">GnuCash</span> mit dem Bankkonto abzugleichen. Dies "
+"ist sehr nützlich um nicht ausgeführte Zahlungen oder Datenfehler "
+"aufzuspüren."
 
 #: features.phtml:106
 msgid ""
@@ -716,8 +1379,8 @@
 "reconciled and cleared balances makes reconciling against bank statements an "
 "easy task."
 msgstr ""
-"Die eingebaute Kontenabstimmung vereinfacht den Abgleich der in GnuCash "
-"eingetragenen Konten mit Kontoauszügen."
+"Die eingebaute Kontenabstimmung vereinfacht den Abgleich der in <span class="
+"\"gnucash\">GnuCash</span> eingetragenen Konten mit Kontoauszügen."
 
 #: features.phtml:111
 msgid "Income/Expense Account Types"
@@ -732,7 +1395,7 @@
 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 "
+"übersichtlich zu ordnen. Mit diesen Konten ist eine doppelte 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."
@@ -748,21 +1411,27 @@
 "b> and <b>Billing Terms</b>."
 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."
+"werden. <span class=\"gnucash\">GnuCash</span> 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:127
 msgid ""
 "Using A/Receivable and A/Payable accounts you can even manage <b>payrolls</"
 "b> for your employees."
 msgstr ""
+"Durch die Nutzung von Einnahmen- und Ausgabenkonten ist es auch möglich "
+"Lohnkonten für Ihre Angestellten zu führen."
 
 #: features.phtml:130
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> gives you also a tool to manage your "
 "business' <b>budget</b> so that you can easily plan your financial strategy."
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> gibt Ihnen auch ein Werkzeug zur "
+"Budgetplanung an die Hand, so daß sie leicht Ihre finanzielle Strategie "
+"planen können."
 
 #: features.phtml:136
 msgid "Multiple Currencies"
@@ -773,9 +1442,9 @@
 "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."
+"<span class=\"gnucash\">GnuCash</span> 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:146
 msgid "Stock/Mutual Fund Portfolios"
@@ -786,9 +1455,10 @@
 "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."
+"<span class=\"gnucash\">GnuCash</span> besitzt eine Reihe von Funktionen, um "
+"Anlagen zu überwachen.  Von einfachen festverzinslichen Wertpapieren bis zu "
+"börsennotierten Aktien kann <span class=\"gnucash\">GnuCash</span> ihre "
+"Anlagen verwalten."
 
 #: features.phtml:154
 msgid "Online Stock & Mutual Fund Quotes"
@@ -812,11 +1482,12 @@
 msgstr "Datenbank unterstützung"
 
 #: features.phtml:166
+#, fuzzy
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
 "Neben dem ursprünglichen xml Format kann  <span class=\"gnucash\">GnuCash</"
 "span>  die Daten ab Version 2.4 auch in einer SQL Datenbank speichern "
@@ -867,22 +1538,22 @@
 "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 "
-"online abgeschickt werden."
+"<span class=\"gnucash\">GnuCash</span> 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:197
 msgid "Multiplatform"
 msgstr "Multiplatform"
 
 #: features.phtml:200
+#, fuzzy
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 "<span class=\"gnucash\">GnuCash</span> ist auf den verschiedensten "
-"Plattformen lauffähig. Die am häufigsten verwendeten Betriebssystemen wie "
+"Plattformen lauffähig. Die am häufigsten verwendeten Betriebssysteme wie "
 "<b>Windows</b>, <b>MacOSX</b> and <b>Linux</b> werden unterstütz, dazu noch "
 "viele andere."
 
@@ -963,251 +1634,6 @@
 "wie sie in  <span class=\"gnucash\">GnuCash</span> umgesetzt worden sind, "
 "mit vielen praktischen Schritt für Schritt Beispielen."
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr "Dokumentation"
-
-#: docs.phtml:4
-#, fuzzy
-msgid "Browse documentation online"
-msgstr "Die Seite der Gnome Dokumentationsrichtlinien (eng.)"
-
-#: docs.phtml:5
-#, fuzzy
-msgid "Download documentation as PDF"
-msgstr "Nicht offizielle Dokumentation"
-
-#: docs.phtml:6
-#, fuzzy
-msgid "Download documentation as epub"
-msgstr "Nicht offizielle Dokumentation"
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-#, fuzzy
-msgid "GnuCash Documentation"
-msgstr "Alte und veraltete Dokumentation"
-
-#: docs.phtml:56
-#, fuzzy
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-"Im folgenden werden Methoden beschrieben, um  <span class=\"gnucash"
-"\">GnuCash</span> auf einigen verbreiteten Distributionen zu installieren:"
-
-#: docs.phtml:58
-#, fuzzy
-msgid "The Help Manual"
-msgstr "Online-Hilfe"
-
-#: docs.phtml:59
-#, fuzzy
-msgid "The Tutorials and Concepts Guide"
-msgstr "Kurs und Konzepte"
-
-#: docs.phtml:62
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> 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 <span class="
-"\"gnucash\">GnuCash</span> ausnutzt. \"Kurs und Konzepte\" soll die Konzepte "
-"hinter <span class=\"gnucash\">GnuCash</span> tiefergehend erläutern und mit "
-"einem Tutorial zeigen, wie man sie praktisch anwendet."
-
-#: docs.phtml:64
-#, fuzzy
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-"Zusätzlich können Sie mit den Entwicklern via Internet-Relay-Chat (IRC) auf "
-"irc.gnome.org im Kanal \"<a href=\"irc://irc.gnome.org/gnucash\">#gnucash</"
-"a> über ihre Fragen sprechen. Eine anderes Hilfsmittel sind die <a href="
-"\"http://wiki.gnucash.org/wiki\">englischen</a> oder <a href=\"http://"
-"linuxwiki.de/GnuCash\">deutschen</a> GnuCash Wikis. Ein Wiki ist eine "
-"Webseite, die von Ihren Benutzern gemeinsam erstellt wird. Teilweise ist, "
-"vor allem zum Schutz vor Spammern, für die Mitarbeit eine Registrierung "
-"erforderlich."
-
-#: docs.phtml:66
-#, fuzzy
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-"Bitte senden Sie eine Email an die <a href='mailto:gnucash-user at lists."
-"gnucash.org'>gnucash-user</a> Mailingliste [englisch, oder auf deutsch an <a "
-"href='mailto:gnucash-de at gnucash.org'>gnucash-de</a>], 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:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-msgid "(current stable release)"
-msgstr "(aktuelle stabile Version)"
-
-#: docs.phtml:76
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr ""
-"Aktuelle, in Enwicklung befindliche Dokumentation für Benutzer und Entwickler"
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr "stabile"
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr "Online-Hilfe"
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr "Englisch"
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr "Deutsch"
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr "Italienisch"
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr "Kurs und Konzepte"
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr "Japanisch"
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-"Dies ist die letzte stabile Veröffentlichung von der <span class=\"gnucash"
-"\">GnuCash</span> Dokumentation. <em>Stabil</em> sagt in diesem Zusammenhang "
-"nicht das dies eine Deokumentation ist die den allerneuesten Stand von <span "
-"class=\"gnucash\">GnuCash</span> wiedergibt aber so neu dass sie ohne "
-"Probleme benutzbar sein sollte."
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr "Täglich automatisch erstellte Dokumentation"
-
-#: docs.phtml:136
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr ""
-"Aktuelle, in Enwicklung befindliche Dokumentation für Benutzer und Entwickler"
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr ""
-
-#: docs.phtml:190
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-"Jede Nacht erstellt ein Server die Dokumentation aus dem aktuellen Inhalt "
-"des <span class=\"gnucash\">GnuCash</span> Subversion-Repositorium. Diese "
-"schließt die Entwicklerdokumentation ein, welche durch Doxygen aus den "
-"Kommentaren des Quelltextes erzeugt wird, sowie die Benutzerdokumentation "
-"für die aktuelle instabile Version von <span class=\"gnucash\">GnuCash</span>"
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-"<b>NOTE:</b> Diese Dokumentation ist von Zeit zu Zeit nicht zugänglich da "
-"die Entwickler dann an Erweiterungen arbeiten. Gerade deshalb sind dies die "
-"aktuellsten Dokumente für <span class=\"gnucash\">GnuCash</span> Benutzer"
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr "Alte und veraltete Dokumentation"
-
-#: docs.phtml:201
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, 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."
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr "spanisch"
-
-#: docs.phtml:256
-msgid "Portugese"
-msgstr "Portugiesisch"
-
-#: docs.phtml:262
-msgid "Unofficial documentation"
-msgstr "Nicht offizielle Dokumentation"
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr "Einige Nutzer haben HOWTOs oder Tutorials geschrieben"
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr "Joe Mack's Tutorial (englisch)"
-
-#: docs.phtml:269
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr "Dave Gilberts Benutzerhandbuch PDF (englisch)"
-
-#: docs.phtml:273
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-"<b>NOTE:</b> 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 <span "
-"class=\"gnucash\">GnuCash</span>. Falls Sie diese Dokumente weiterentwickeln "
-"wollen, sollten Sie die ursprünglichen Autoren kontaktieren, auch um "
-"Parallelarbeit zu vermeiden."
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr "Ältere Ankündigungen"
@@ -1220,344 +1646,6 @@
 "Dies ist ein Archiv der Ankündigungen, die einst auf der GnuCash-Startseite "
 "erschienen sind."
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-msgstr "Programmgröße"
-
-#: 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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
-"from a small handy electronic checkbook to a rather large and multi-featured "
-"desktop app."
-msgstr ""
-"Es kann bisweilen recht interessant sein, die Größe des Quelltext hinter "
-"einem Softwareprojekt zu untersuchen. Es mag nicht überraschen, daß es sich "
-"immer noch um Buchhaltung handelt. Aber GnuCash ist über die Jahre von einem "
-"handlichen elektronischen Scheckbuch zu einer ziemlich großen "
-"Buchhaltungsanwendung mit vielen Merkmalen gewachsen."
-
-#: sizing.phtml:17
-msgid ""
-"<span class=\"gnucash\">GnuCash</span> 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 besteht inzwischen aus über einer Drittelmillion Zeilen Anweisungen "
-"verteilt über mehr als tausend Dateien. Es wurde in 36 Sprachen übersetzt "
-"und über 200 Menschen haben Beiträge geleistet."
-
-#: 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 ""
-"Falls Sie Schwierigkeiten haben, durch diese Menge Quelltext zu schwimmen, "
-"stellen Sie sich bitte folgendes vor: Ausgedruckt und gebunden wären es "
-"mehrere Dutzend Exemplare von Tolstois \"Krieg und Frieden\", ungefähr ein "
-"Bücherregal breit, voll mit Quelltext."
-
-#: 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 ""
-"Wohlgemerkt, dies sind Quelltext und Dokumentationen, welche von wirklichen "
-"Menschen erstellt und entwanzt wurde. Dies ist *kein* automatisch "
-"generierter Code. Werkzeuge wie Glade und Swig können beliebige Mengen Code "
-"automatisch erstellen; diese wurden hier aber nicht mitgezählt. Jede "
-"einzelnen hier gezählte Zeile wurde von menschlicher Hand eingegeben, "
-"geändert, eingerückt, davon viele mehrmals."
-
-#: 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 ""
-"Angenommen, wir haben ca. 400 offene Fehlermeldungen in Bugzilla, dann "
-"ergibt das etwa einen Fehler pro tausend Zeilen Code oder einen Fehler pro "
-"50 Seiten eines Ausdrucks. Diese Fehlerzahl ist nicht untypisch für Software-"
-"Projekte; sie ist nah an der Norm."
-
-#: sizing.phtml:32
-msgid ""
-"The table below shows some historical lines-of-code and number-of-files "
-"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-"Die folgende Tabelle zeigt einige historische Maße für Quelltextzeilen und "
-"Dateienzahl für das GnuCash-Projekt. Man beachte, daß nicht alle Zeilen "
-"gezählt wurden: z.B. die Makefiles, configure.in und autogen.sh wurden nicht "
-"mitgezählt. Ebenso wurden weder Dateien mitgezählt, die automatisch erzeugt "
-"wurden, noch Dateien, die von anderen Projekten \"ausgeliehen\" wurden. "
-"Ebenfalls nicht gezählt wurden experimentelle Dateien, verschiedene Perl-"
-"Skripte, diverse Konverter, Add-Ons und Utilities. Schließlich wurden "
-"<tt>glade</tt>-Dateien nicht gezählt, obwohl weite Teile der graphischen "
-"Oberfläche in <tt>glade</tt>-Dateien definiert wurden."
-
-#: sizing.phtml:35
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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 ""
-"Beachten Sie auch, daß weder KLOC's (1000 Zeilen Quelltext) ein gutes Maß "
-"sind, um die Produktivität von Programmierern zu bestimmen, noch .<code>wc</"
-"code> eine gute Methode ist, um KLOC's zu messen. Viel bessere Maße sind "
-"Komplexitätsmaße, welche beispielsweise die Anzahl und Größe von if-then-"
-"else-Blöcken, die Anzahl und Größe aller Blöcke, oder die Anzahl der "
-"mathematischen Operatoren pro Anweisungszeile. Möglicherweise werden wir "
-"eines Tages  eine derartiges Werkzeug auf den Quelltext anwenden. Zur Zeit "
-"ist dies aber, was wir zur Verfügung haben - andererseits haben wir "
-"versucht, nur die Dateien mit tatsächlich direkt von Menschen editiertem "
-"Code zu zählen."
-
-#: sizing.phtml:38
-msgid "Table 1.  Historical Development Stats"
-msgstr "Tabelle 1: Historische Entwicklungsstatistik"
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr "Version"
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr ""
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr ""
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr ""
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr "Sprachen"
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr "genannte Autoren"
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr "Jede Zelle enthält folgendes:"
-
-#: sizing.phtml:322
-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 ""
-"Anzahl von *.c-, *.h- und *.scm-Dateien (KLOCS in *.c + KLOCS in *.h + KLOCS "
-"in *.scm). Wenn keine *.scm-Dateien in dem Verzeichnis sind, werden nur "
-"(KLOCS in *.c + KLOCS in *.h) angezeigt. Wenn nur eine Zahl in den Klammern "
-"ist, handelt es sich um die zugehörige KLOC-Zahl für die Statistik."
-
-#: sizing.phtml:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-"wobei KLOC == kilo-lines-of-code (1000 Zeilen Code), wie von <code>wc</code> "
-"berichtet. Wie zuvor bemerkt, ist wc kein besonders gutes Codemaß, aber es "
-"ist das, welches wir griffbereit haben."
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr "Legende der Tabellenspalten"
-
-#: sizing.phtml:333
-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 ""
-"Inhalt von src/engine und Unterverzeichnisse. Die Maschine wurde in Version "
-"1.1 aus dem Motif-Code ausgegliedert. Das Datenspeicher-Modul (file-io, sql) "
-"wurde im Verlauf von Version 1.5 abgetrennt."
-
-#: sizing.phtml:337
-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 ""
-"Inhalt des src/backend Verzeichnisses (Version 1.7 und später) oder von src/"
-"engine/file, src/engine/sql (Version 1.6 und früher)"
-
-#: sizing.phtml:341
-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 ""
-"Inhalt von src/register directory (Version 1.6 und früher) oder src/register/"
-"register-core (Version 1.7 und später). Das Register wurde als separates "
-"Modul aus dem Motif-Code in Version 1.1 herausgelöst. Wie man in der "
-"Statistik sieht, hat sich das Register als ziemlich stabil erwiesen. Ab "
-"Version 1.7 zeigt die Zelle einen 2. Eintrag: die Anzahl der Codezeilen in "
-"src/register/register-gnome, welches zuvor als Teil von Gnome gezählt wurde."
-
-#: sizing.phtml:345
-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 ""
-"*.c, *.h files im src Verzeichnis allein (Version 1.6 und früher) or src/"
-"register/ledger-core (version 1.7 und später)"
-
-#: sizing.phtml:349
-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 ""
-"Inhalt des src/motif Verzeichnisses (Version 1.2 und früher). Die Motif-"
-"Version des Codes wurde nach Version 1.2 aufgegeben, nachdem der größte Teil "
-"des nicht die Oberfläche betreffenden Codes verschoben war, enweder in die "
-"Engine, das Register oder nach Ledger."
-
-#: sizing.phtml:353
-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 ""
-"Inhalt von src/gnome plus src/register/gnome (Version 1.6 und früher). Für "
-"Version 1.7 und später, besteht dies aus src/gnome, src/gnome-search und src/"
-"gnome-util"
-
-#: sizing.phtml:358
-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 ""
-"Inhalt von verschiedenen anwendungsbezogenenen Verzeichnissen (Ab Version "
-"1.7): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-"
-"module, src/network-utils, src/tax/us"
-
-#: sizing.phtml:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-"Code, um verschiedene Dateiformate zu im- und exportieren: Inhalt des src/"
-"import-export Verzeichnisses."
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr ""
-"Code zur Erzeugung von Berichten und Graphiken: Inhalt des src/reports "
-"Verzeichnisses."
-
-#: sizing.phtml:373
-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 ""
-"Scheme- und Guile-Code in den Verzeichnissen src/scm plus src/guile (bis "
-"Version 1.6). Ab Version 1.7 wanderte viel von diesem Code nach reports, "
-"import/export und in individuelle Module; so daß nur vermischter Code übrig "
-"blieb."
-
-#: sizing.phtml:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr "Code des Geschäftsmoduls in src/business."
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-"Code, um automatisierte Regressionstests durchzuführen: Inhalt des src/*/"
-"test Verzeichnisses."
-
-#: sizing.phtml:388
-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 ""
-"Englischsprachige Benutzerdokumentation einschließlich Online-Hilfe und "
-"Handbuch in HTML, SGML und/oder XML. Ab Version 1.8.4 enthält die Zahl unter "
-"dem Strich die übersetzten, nicht englischen Dokumente (de, es, fr, pt ...) "
-"Diese beiden Zahlen sind etwas schwierig zu bestimmen, wegen der "
-"Durchmischung mit Format-Anweisungen und teilweise mehreren konkurrierenden "
-"Versionen."
-
-#: sizing.phtml:393
-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 ""
-"Die Anzahl der Design-Dokumente und Readme-Dateien, welche zur Unterstützung "
-"der Entwickler gedacht sind. Dies schließt *.txt-, *.texinfo- und README.*-"
-"Dateien in allen Unterverzeichnissen ein. Ab Version 1.7 werden nur jene im "
-"src-Verzeichnis gezählt, wodurch etliche zerstreute ausgelassen werden."
-
-#: sizing.phtml:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-"Die Anzahl der Sprachen, in welche die Meldungen des Programms übersetzt "
-"wurden, also die Anzahl der <tt>po/*.po</tt>-Dateien. In Klammern die Anzahl "
-"der Meldungen in den Übersetzungsdateien (<tt>grep msgstr po/*.po |wc</tt>), "
-"in Tausend."
-
-#: sizing.phtml:403
-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 ""
-"Die Anzahl der Personen, welche in der Autoren-Datei AUTHORS (ab Version "
-"1.6) oder davor in der Liesmich-Datei README genannt werden. Diese schließt "
-"führende Entwickler, Einsenderinnen von Verbesserungen und die jeweiligen "
-"Übersetzer ebenso ein wie zusätzlich in gnucash-docs/AUTHORS genannte "
-"Personen, die nicht bereits in gnucash/AUTHORS genannt sind."
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr "Infos"
@@ -1592,7 +1680,7 @@
 
 #: externals/menu.phtml:28
 msgid "Support"
-msgstr "HBCI-Unterstützung"
+msgstr "weitere Hilfen"
 
 #: externals/menu.phtml:31
 msgid "FAQ"
@@ -1619,9 +1707,8 @@
 msgstr "IRC (Online-Chat)"
 
 #: externals/menu.phtml:46
-#, fuzzy
 msgid "Development"
-msgstr "Entwickler"
+msgstr "Entwicklung"
 
 #: externals/menu.phtml:49
 msgid "Source Docs"
@@ -1640,26 +1727,28 @@
 msgstr "Übersetzungen"
 
 #: externals/menu.phtml:61
-#, fuzzy
 msgid "New Book: GnuCash 2.4 Small Business Accounting"
-msgstr "Geschäftsbuchführung"
+msgstr ""
+"Neuerscheinung: GnuCash 2.4 Small Business Accounting, Autor: Ashok "
+"Ramachandran"
 
 #: externals/menu.phtml:65
 msgid ""
 "The GnuCash development team received notice about a new book published by "
 "PacktPub, UK:"
 msgstr ""
-"Das GnuCash Entwicklungsteam hat eine Notiz erhalten, dass (leider nur in "
-"englisch) ein neues Buch erschienen ist bei PacktPub, GB:"
+"Das <span class=\"gnucash\">GnuCash</span> Entwicklungsteam hat eine Notiz "
+"erhalten, dass (leider nur in englisch) ein neues Buch erschienen ist bei "
+"PacktPub, GB:"
 
 #: externals/menu.phtml:66
 msgid "GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran"
-msgstr ""
+msgstr "GnuCash 2.4 Small Business Accounting, Autor: Ashok Ramachandran"
 
 #: externals/menu.phtml:67
 msgid "This is a Beginner's Guide for managing your accounts."
 msgstr ""
-"Dies ist ein Leitfaden für Anfänger, der hilt Ihre Konten zu verwalten."
+"Dies ist ein Leitfaden für Anfänger, der hilft Ihre Konten zu verwalten."
 
 #: externals/menu.phtml:68
 msgid ""
@@ -1670,16 +1759,16 @@
 "publisher has committed to allocate some percentage of the book sales back "
 "to the GnuCash project. Have fun with this book!"
 msgstr ""
-"Einer unser Entwickler, Christian Stimming, hat bei diesem Buch als Lektor "
+"Einer unserer Entwickler, Christian Stimming, hat bei diesem Buch als Lektor "
 "mitgewirkt und wir freuen uns über diese fruchtbare Zusammenarbeit. Sie "
 "können einen kleinen Auszug aus diesem Buch anlesen unter <a href=\"http://"
 "link.packtpub.com/6FDDUr\">packtpub.com</a>. Der Autor hat zugesagt einen "
-"kleinen Prozentsatz des Erlöses aus diesem Buch dem GnuCash Projekt "
-"zufließen zu lassen. "
+"kleinen Prozentsatz des Erlöses aus diesem Buch dem <span class=\"gnucash"
+"\">GnuCash</span> Projekt zufließen zu lassen. "
 
 #: externals/header.phtml:4
 msgid "Subscribe to RSS feed"
-msgstr ""
+msgstr "RSS abonnieren"
 
 #: externals/header.phtml:5
 msgid "Support the GnuCash project with a donation"
@@ -1687,13 +1776,23 @@
 
 #: externals/header.phtml:6
 msgid "Request or vote enhancements for GnuCash"
-msgstr "Für neue oder schon vorhandene Erweiterungenstimmen"
+msgstr "Für neue oder schon vorhandene Erweiterungen stimmen"
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+#, fuzzy
+msgid "GnuCash on Google +"
+msgstr "GnuCash %s für"
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "GnuCash %s für"
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr "Sprache"
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr "Kontinent"
 
@@ -1705,16 +1804,22 @@
 msgid "Translation problems? Contact:"
 msgstr "Übersetzungsprobleme? Kontaktiere:"
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "Score"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "Dieses Suchsystem wird betrieben mit:"
 
-#: 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.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr "Anfragen zu Server-Problemem an: "
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+"Übersetzungsprobleme? Bitte <a href=\"mailto:gnucash-de at gnucash.org"
+"\"><b>gnucash-de at gnucash.org</b></a> kontaktieren."
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr "Abfrage"
@@ -2071,22 +2176,6 @@
 msgid "Lists to Search"
 msgstr "Folgende Listen durchsuchen"
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr "Dieses Suchsystem wird betrieben mit:"
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr "Anfragen zu Server-Problemem an: "
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-"Übersetzungsprobleme? Bitte <a href=\"mailto:gnucash-de at gnucash.org"
-"\"><b>gnucash-de at gnucash.org</b></a> kontaktieren."
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "Suchtipps"
@@ -2197,6 +2286,11 @@
 "Das ist ein Defekt in Namazu. Die Präzision der Phrasensuche ist nicht 100%, "
 "was gelegentlich zu falschen Ergebnissen führt."
 
+#: search/templates/NMZ.result.normal.php_tmpl:4
+#: search/templates/NMZ.result.short.php_tmpl:4
+msgid "score"
+msgstr "Score"
+
 #: search/templates/NMZ.result.normal.php_tmpl:5
 msgid "Author"
 msgstr "Autor"
@@ -2205,6 +2299,15 @@
 msgid "Date"
 msgstr "Datum"
 
+#: search/templates/NMZ.result.normal.php_tmpl:9
+#: search/templates/NMZ.result.short.php_tmpl:6
+msgid "(${size} bytes)"
+msgstr "(${size} Byte)"
+
+#, fuzzy
+#~ msgid "Writing documentation"
+#~ msgstr "Nicht offizielle Dokumentation"
+
 #~ msgid "Documentation Project"
 #~ msgstr "Dokumentations-Projekt"
 
@@ -2219,15 +2322,15 @@
 #~ msgstr ""
 #~ "Dies ist die Homepage des <span class=\"gnucash\">GnuCash</span> "
 #~ "Dokumentationsprojekts. Unser Ziel ist es, die Gemeinschaft der Menschen "
-#~ "zu fördern, die zusammen eine qualitativ hochwertige Dokumentation von "
-#~ "<span class=\"gnucash\">GnuCash</span> erstellen."
+#~ "zu fördern, die helfen zusammen eine qualitativ hochwertige Dokumentation "
+#~ "von <span class=\"gnucash\">GnuCash</span> erstellen."
 
+#~ msgid "Documentation Development"
+#~ msgstr "Dokumentationsentwicklung"
+
 #~ msgid "Online"
 #~ msgstr "Online"
 
-#~ msgid "Documentation Development"
-#~ msgstr "Dokumentationsentwicklung"
-
 #~ msgid "Free Acconting Software"
 #~ msgstr "Freie Finanzsoftware"
 

Modified: htdocs/branches/beta/po/en_GB.po
===================================================================
--- htdocs/branches/beta/po/en_GB.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/en_GB.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gnucash-htdocs 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-03 21:01+0200\n"
+"POT-Creation-Date: 2011-10-19 18:02+0200\n"
 "PO-Revision-Date: 2006-08-11 09:08-0400\n"
 "Last-Translator: Neil Williams <linux at codehelp.co.uk>\n"
 "Language-Team: en_GB <en_GB at li.org>\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:28 docs.phtml:88
+#: download.phtml:5 docs.phtml:32 docs.phtml:96
 #, fuzzy
 msgid "Download"
 msgstr "FTP download"
@@ -85,7 +85,7 @@
 "Redhat and CentOS don't have <span class=\"gnucash\">GnuCash</span> 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 "
+"repository for your setup, see"
 msgstr ""
 
 #: download.phtml:33
@@ -163,7 +163,7 @@
 msgid "View all GnuCash downloads"
 msgstr ""
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:52
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
 #, fuzzy
 msgid "Free Accounting Software"
 msgstr "Open Source Accounting Software"
@@ -355,7 +355,7 @@
 msgstr ""
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 
 #: features.phtml:66
@@ -414,7 +414,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 
@@ -664,11 +664,30 @@
 msgid "Documentation Project"
 msgstr "GnuCash Documentation Project"
 
-#: docs.phtml:11
+#: docs.phtml:4
+#, fuzzy
+msgid "Browse documentation online"
+msgstr "Documentation Development"
+
+#: docs.phtml:5
+#, fuzzy
+msgid "Download documentation as PDF"
+msgstr "Includes documentation in French."
+
+#: docs.phtml:6
+#, fuzzy
+msgid "Download documentation as epub"
+msgstr "Includes documentation in French."
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr ""
+
+#: docs.phtml:15
 msgid "GnuCash Documentation Project"
 msgstr "GnuCash Documentation Project"
 
-#: docs.phtml:13
+#: docs.phtml:17
 #, fuzzy
 msgid ""
 "This page is the home of the <span class=\"gnucash\">GnuCash</span> "
@@ -680,7 +699,7 @@
 "maintain a community of people working towards creation of high quality "
 "documentation for GnuCash."
 
-#: docs.phtml:15
+#: docs.phtml:19
 #, fuzzy
 msgid ""
 "If you have a question about how to use <span class=\"gnucash\">GnuCash</"
@@ -692,7 +711,7 @@
 "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."
 
-#: docs.phtml:16
+#: docs.phtml:20
 #, fuzzy
 msgid ""
 "The <b>Help Manual</b> is designed to be a quick reference of how to "
@@ -706,7 +725,7 @@
 "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."
 
-#: docs.phtml:18
+#: docs.phtml:22
 #, fuzzy
 msgid ""
 "Please send an email to the <a href='mailto:gnucash-user at lists.gnucash."
@@ -721,7 +740,7 @@
 "<b>want</b> feedback from you, it is only through your comments that we know "
 "how to modify the documentation."
 
-#: docs.phtml:19
+#: docs.phtml:23
 #, fuzzy
 msgid ""
 "Additionally, you can talk to someone via IRC at irc.gnome.org channel "
@@ -736,56 +755,48 @@
 "linuxwiki.de/GnuCash'>Deutsch</a> GnuCash wikis. A wiki is an interactive "
 "website where registered users can ask and answer questions."
 
-#: docs.phtml:23
+#: docs.phtml:27
 #, fuzzy
 msgid "Nightly Documentation Builds"
 msgstr "Documentation"
 
-#: docs.phtml:25
+#: docs.phtml:29
 msgid ""
 "Current <em>unstable</em> user documentation and developer documentation"
 msgstr ""
 
-#: docs.phtml:28
+#: docs.phtml:32
 msgid "Unstable"
 msgstr ""
 
-#: docs.phtml:30 docs.phtml:90 docs.phtml:146 docs.phtml:163 docs.phtml:178
+#: docs.phtml:34 docs.phtml:98 docs.phtml:159 docs.phtml:176 docs.phtml:191
 msgid "Help Manual"
 msgstr "Help Manual"
 
-#: docs.phtml:33 docs.phtml:49 docs.phtml:93 docs.phtml:109 docs.phtml:147
-#: docs.phtml:155 docs.phtml:164 docs.phtml:171 docs.phtml:179 docs.phtml:193
+#: docs.phtml:38 docs.phtml:56 docs.phtml:102 docs.phtml:120 docs.phtml:160
+#: docs.phtml:168 docs.phtml:177 docs.phtml:184 docs.phtml:192 docs.phtml:206
 msgid "English"
 msgstr "English"
 
-#: docs.phtml:34 docs.phtml:38 docs.phtml:42 docs.phtml:50 docs.phtml:54
-#: docs.phtml:58 docs.phtml:62 docs.phtml:94 docs.phtml:98 docs.phtml:102
-#: docs.phtml:110 docs.phtml:114 docs.phtml:118 docs.phtml:122 docs.phtml:147
-#: docs.phtml:148 docs.phtml:149 docs.phtml:155 docs.phtml:156 docs.phtml:164
-#: docs.phtml:165 docs.phtml:171 docs.phtml:179 docs.phtml:181 docs.phtml:187
-msgid "Online"
-msgstr ""
-
-#: docs.phtml:37 docs.phtml:53 docs.phtml:97 docs.phtml:113 docs.phtml:148
-#: docs.phtml:165 docs.phtml:181 docs.phtml:187 docs.phtml:194
+#: docs.phtml:42 docs.phtml:60 docs.phtml:106 docs.phtml:124 docs.phtml:161
+#: docs.phtml:178 docs.phtml:194 docs.phtml:200 docs.phtml:207
 msgid "German"
 msgstr ""
 
-#: docs.phtml:41 docs.phtml:57 docs.phtml:101 docs.phtml:117 docs.phtml:149
-#: docs.phtml:156
+#: docs.phtml:46 docs.phtml:64 docs.phtml:110 docs.phtml:128 docs.phtml:162
+#: docs.phtml:169
 msgid "Italian"
 msgstr ""
 
-#: docs.phtml:46 docs.phtml:106 docs.phtml:154 docs.phtml:170 docs.phtml:186
+#: docs.phtml:52 docs.phtml:116 docs.phtml:167 docs.phtml:183 docs.phtml:199
 msgid "Concepts Guide"
 msgstr "Concepts Guide"
 
-#: docs.phtml:61 docs.phtml:121
+#: docs.phtml:68 docs.phtml:132
 msgid "Japanese"
 msgstr ""
 
-#: docs.phtml:74
+#: docs.phtml:82
 msgid ""
 "Every night a server builds the documentation from the current contents of "
 "the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
@@ -794,38 +805,38 @@
 "\"gnucash\">GnuCash</span>."
 msgstr ""
 
-#: docs.phtml:78
+#: docs.phtml:86
 msgid ""
 "<b>NOTE:</b> these documents might not be accessible from time to time "
 "because developers might be working on improvements. However they are the "
 "most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
 msgstr ""
 
-#: docs.phtml:83
+#: docs.phtml:91
 #, fuzzy
 msgid "(current stable release)"
 msgstr "GnuCash v1.8 (current stable release)"
 
-#: docs.phtml:85
+#: docs.phtml:93
 msgid "Current <em>stable</em> user documentation and developer documentation"
 msgstr ""
 
-#: docs.phtml:88
+#: docs.phtml:96
 msgid "Stable"
 msgstr ""
 
-#: docs.phtml:134
+#: docs.phtml:147
 msgid ""
 "This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
 "span> documentation. <em>Stable</em> means that this documentation is not "
 "necessarily the most up to date but it works without any problem."
 msgstr ""
 
-#: docs.phtml:139
+#: docs.phtml:152
 msgid "Older GnuCash Documentation"
 msgstr "Older GnuCash Documentation"
 
-#: docs.phtml:141
+#: docs.phtml:154
 #, fuzzy
 msgid ""
 "This section contains all the older <span class=\"gnucash\">GnuCash</span> "
@@ -837,34 +848,34 @@
 "one of these old versions of GnuCash, it is highly recommended that you "
 "upgrade to the latest stable version."
 
-#: docs.phtml:195
+#: docs.phtml:208
 msgid "Spanish"
 msgstr ""
 
-#: docs.phtml:196
+#: docs.phtml:209
 #, fuzzy
 msgid "Portugese"
 msgstr "Português"
 
-#: docs.phtml:202
+#: docs.phtml:215
 #, fuzzy
 msgid "Unofficial documentation"
 msgstr "Updated documentation"
 
-#: docs.phtml:204
+#: docs.phtml:217
 msgid "Some people have written HOWTO guides or tutorials."
 msgstr ""
 
-#: docs.phtml:207
+#: docs.phtml:220
 msgid "Joe Mack's Tutorial"
 msgstr "Joe Mack's Tutorial"
 
-#: docs.phtml:209
+#: docs.phtml:222
 #, fuzzy
 msgid "Dave Gilbert's User Guide (Pdf)"
 msgstr "Dave Gilbert's User Guide (PDF)"
 
-#: docs.phtml:213
+#: docs.phtml:226
 #, fuzzy
 msgid ""
 "<b>NOTE:</b> the information presented in these sources may or may not be "
@@ -877,16 +888,16 @@
 "version of GnuCash. If you are interested in doing development work on these "
 "documents, you should contact the original authors."
 
-#: docs.phtml:219
+#: docs.phtml:232
 msgid "Documentation Development"
 msgstr "Documentation Development"
 
-#: docs.phtml:222
+#: docs.phtml:235
 #, fuzzy
 msgid "Introduction"
 msgstr "Information"
 
-#: docs.phtml:223
+#: docs.phtml:236
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -895,14 +906,14 @@
 "pdf,...)."
 msgstr ""
 
-#: docs.phtml:224
+#: docs.phtml:237
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
 
-#: docs.phtml:225
+#: docs.phtml:238
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
@@ -910,29 +921,29 @@
 "The following links are for further sites that can help with the "
 "documentation and review process."
 
-#: docs.phtml:230
+#: docs.phtml:243
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
 
-#: docs.phtml:231
+#: docs.phtml:244
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 
-#: docs.phtml:233
+#: docs.phtml:246
 #, fuzzy
 msgid "We suggest also subscribing to"
 msgstr "We suggest also subscribing to "
 
-#: docs.phtml:235
+#: docs.phtml:248
 #, fuzzy
 msgid "Gnome Documentation guidelines"
 msgstr "Documentation Development"
 
-#: docs.phtml:236
+#: docs.phtml:249
 #, fuzzy
 msgid ""
 "As stated earlier, the new docs are based on the GNOME2 XML docbook system. "
@@ -943,11 +954,11 @@
 "docbook system. Everyone wishing to help please follow these guides where "
 "possible when reviewing and/or writing docs."
 
-#: docs.phtml:242
+#: docs.phtml:255
 msgid "Where to get the documentation source"
 msgstr ""
 
-#: docs.phtml:243
+#: docs.phtml:256
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -955,7 +966,7 @@
 "net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
 msgstr ""
 
-#: docs.phtml:244
+#: docs.phtml:257
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -964,11 +975,11 @@
 "'gnucash-docs' in the mentioned svn commands, like this:"
 msgstr ""
 
-#: docs.phtml:247
+#: docs.phtml:260
 msgid "Writers"
 msgstr "Writers"
 
-#: docs.phtml:248
+#: docs.phtml:261
 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 "
@@ -976,7 +987,7 @@
 "(usually gnucash-docs, unless you renamed it):"
 msgstr ""
 
-#: docs.phtml:250
+#: docs.phtml:263
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -987,7 +998,7 @@
 "details about patch submission."
 msgstr ""
 
-#: docs.phtml:252
+#: docs.phtml:265
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -996,7 +1007,7 @@
 "patch to gnucash-devel, it should be attached, not inlined."
 msgstr ""
 
-#: docs.phtml:253
+#: docs.phtml:266
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -1008,7 +1019,7 @@
 "devel</a> so that people can say 'hey I'm doing that already' or 'go ahead "
 "and do it'."
 
-#: docs.phtml:254
+#: docs.phtml:267
 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 "
@@ -1018,17 +1029,17 @@
 "to when writing. This still has a lot of useful information in it which "
 "hasn't been transferred to the new docs"
 
-#: docs.phtml:257
+#: docs.phtml:270
 msgid "Reviewers"
 msgstr "Reviewers"
 
-#: docs.phtml:258
+#: docs.phtml:271
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
 
-#: docs.phtml:259
+#: docs.phtml:272
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -1052,7 +1063,7 @@
 "This is an archive of announcements that once appeared on the GnuCash home "
 "page."
 
-#: sizing.phtml:3 externals/menu.phtml:57
+#: sizing.phtml:3 externals/menu.phtml:53
 msgid "Sizing"
 msgstr "Sizing"
 
@@ -1389,110 +1400,115 @@
 "credits listed in the gnucash-docs/AUTHORS file that are not listed in the "
 "main gnucash/AUTHORS file."
 
-#: externals/menu.phtml:10
+#: externals/menu.phtml:6
 msgid "Information"
 msgstr "Information"
 
-#: externals/menu.phtml:13
+#: externals/menu.phtml:9
 msgid "About / News"
 msgstr "About / News"
 
-#: externals/menu.phtml:14
+#: externals/menu.phtml:10
 #, fuzzy
 msgid "News Feed"
 msgstr "News"
 
-#: externals/menu.phtml:15
+#: externals/menu.phtml:11
 #, fuzzy
 msgid "Screenshots, Features"
 msgstr "Screenshots"
 
-#: externals/menu.phtml:16
+#: externals/menu.phtml:12
 msgid "How to help"
 msgstr "How to help"
 
-#: externals/menu.phtml:17
+#: externals/menu.phtml:13
 msgid "Donations"
 msgstr "Donations"
 
-#: externals/menu.phtml:23
+#: externals/menu.phtml:19
 #, fuzzy
 msgid "Downloads"
 msgstr "FTP download"
 
-#: externals/menu.phtml:26
+#: externals/menu.phtml:22
 msgid "Program"
 msgstr ""
 
-#: externals/menu.phtml:27 externals/menu.phtml:34
+#: externals/menu.phtml:23 externals/menu.phtml:30
 msgid "Documentation"
 msgstr "Documentation"
 
-#: externals/menu.phtml:32
+#: externals/menu.phtml:28
 #, fuzzy
 msgid "Support"
 msgstr "HBCI Support"
 
-#: externals/menu.phtml:35
+#: externals/menu.phtml:31
 msgid "FAQ"
 msgstr "FAQ"
 
-#: externals/menu.phtml:36
+#: externals/menu.phtml:32
 msgid "Wiki"
 msgstr "Wiki"
 
-#: externals/menu.phtml:37
+#: externals/menu.phtml:33
 msgid "Mailing Lists"
 msgstr "Mailing Lists"
 
-#: externals/menu.phtml:40
+#: externals/menu.phtml:36
 msgid "Search"
 msgstr "Search"
 
-#: externals/menu.phtml:43
+#: externals/menu.phtml:39
 msgid "Bug Reports"
 msgstr "Bug Reports"
 
-#: externals/menu.phtml:44
+#: externals/menu.phtml:40
 msgid "IRC (Chat)"
 msgstr "IRC (Chat)"
 
-#: externals/menu.phtml:50
+#: externals/menu.phtml:46
 #, fuzzy
-msgid "Developement"
+msgid "Development"
 msgstr "Developer Information"
 
-#: externals/menu.phtml:53
+#: externals/menu.phtml:49
 msgid "Source Docs"
 msgstr "Source Docs"
 
-#: externals/menu.phtml:54
+#: externals/menu.phtml:50
 msgid "Browse Source Code"
 msgstr "Browse Source Code"
 
-#: externals/menu.phtml:55
+#: externals/menu.phtml:51
 msgid "Subversion Access"
 msgstr "Subversion Access"
 
-#: externals/menu.phtml:56
+#: externals/menu.phtml:52
 msgid "Language Translations"
 msgstr "Language Translations"
 
-#: externals/menu.phtml:69
+#: externals/menu.phtml:60
+#, fuzzy
+msgid "New Book: GnuCash 2.4 Small Business Accounting"
+msgstr "Small-Business Accounting"
+
+#: externals/menu.phtml:64
 msgid ""
 "The GnuCash development team received notice about a new book published by "
 "PacktPub, UK:"
 msgstr ""
 
-#: externals/menu.phtml:70
+#: externals/menu.phtml:65
 msgid "GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran"
 msgstr ""
 
-#: externals/menu.phtml:71
+#: externals/menu.phtml:66
 msgid "This is a Beginner's Guide for managing your accounts."
 msgstr ""
 
-#: externals/menu.phtml:72
+#: externals/menu.phtml:67
 msgid ""
 "Our own developer Christian Stimming has been contributing to this book as a "
 "reviewer, and we can wholeheartly recommend the outcome of this fruitful "
@@ -1502,32 +1518,32 @@
 "to the GnuCash project. Have fun with this book!"
 msgstr ""
 
-#: externals/header.phtml:6
+#: externals/header.phtml:4
 msgid "Subscribe to RSS feed"
 msgstr ""
 
-#: externals/header.phtml:7
+#: externals/header.phtml:5
 msgid "Support the GnuCash project with a donation"
 msgstr ""
 
-#: externals/header.phtml:8
+#: externals/header.phtml:6
 msgid "Request or vote enhancements for GnuCash"
 msgstr ""
 
-#: externals/header.phtml:56
+#: externals/header.phtml:98
 #, fuzzy
 msgid "Language"
 msgstr "Languages"
 
-#: externals/header.phtml:69
+#: externals/header.phtml:112
 msgid "Continent"
 msgstr ""
 
-#: externals/footer.phtml:11
+#: externals/footer.phtml:10
 msgid "Server & email outage reports to:"
 msgstr ""
 
-#: externals/footer.phtml:12
+#: externals/footer.phtml:11
 msgid "Translation problems? Contact:"
 msgstr ""
 
@@ -7746,9 +7762,6 @@
 #~ msgid "<B>Announcement:</B> GnuCash 1.3.1 Released!"
 #~ msgstr "<B>Announcement:</B> GnuCash 1.3.1 Released!"
 
-#~ msgid "Includes documentation in French."
-#~ msgstr "Includes documentation in French."
-
 #~ msgid "QIF importing fixes."
 #~ msgstr "QIF importing fixes."
 

Modified: htdocs/branches/beta/po/es.po
===================================================================
--- htdocs/branches/beta/po/es.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/es.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: GC website\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
 "PO-Revision-Date: 2006-05-28 23:44-0400\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr ""
 
@@ -161,97 +161,244 @@
 msgid "View all GnuCash downloads"
 msgstr ""
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
 msgstr ""
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
+#: 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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
 msgstr ""
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
 
-#: index.phtml:21
-#, fuzzy
-msgid "Source"
-msgstr "Orden"
+#: 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 ""
 
-#: index.phtml:21
-msgid "Via distribution"
+#: 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 ""
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
+#: 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 ""
 
-#: index.phtml:33
+#: sizing.phtml:32
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
 
-#: index.phtml:35
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
 
-#: index.phtml:39
-msgid "Feature Highlights"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
 msgstr ""
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
+#: sizing.phtml:42
+msgid "Version"
 msgstr ""
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
 msgstr ""
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
 msgstr ""
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
+#: sizing.phtml:57
+msgid "Total"
 msgstr ""
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
 msgstr ""
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
 msgstr ""
 
-#: index.phtml:50
-msgid "Financial Calculations"
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
 msgstr ""
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
+#: sizing.phtml:322
+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 ""
 
-#: index.phtml:58
-msgid "News"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
 msgstr ""
 
-#: index.phtml:73
-msgid "Older Announcements ..."
+#: sizing.phtml:329
+msgid "Table Column Legend"
 msgstr ""
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:333
+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:337
+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:341
+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:345
+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:349
+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:353
+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:358
+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:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+
+#: sizing.phtml:373
+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:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+
+#: sizing.phtml:388
+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:393
+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:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+
+#: sizing.phtml:403
+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 ""
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 msgid "Writing Documentation"
 msgstr ""
@@ -267,17 +414,36 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 msgid "Introduction"
 msgstr ""
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -286,51 +452,51 @@
 "pdf,...)."
 msgstr ""
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
 msgstr ""
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 msgid "We suggest also subscribing to"
 msgstr ""
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 msgid "Gnome Documentation guidelines"
 msgstr ""
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 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 ""
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr ""
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -338,7 +504,7 @@
 "net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
 msgstr ""
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -347,7 +513,7 @@
 "'gnucash-docs' in the mentioned svn commands, like this:"
 msgstr ""
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
 "packages to help users: the <b>Help Manual</b> and the <b>Tutorials and "
@@ -355,11 +521,11 @@
 "downloaded."
 msgstr ""
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr ""
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -367,7 +533,7 @@
 "(usually gnucash-docs, unless you renamed it):"
 msgstr ""
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -378,7 +544,7 @@
 "details about patch submission."
 msgstr ""
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -387,7 +553,7 @@
 "patch to gnucash-devel, it should be attached, not inlined."
 msgstr ""
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -395,24 +561,24 @@
 "and do it'."
 msgstr ""
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 ""
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr ""
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -420,15 +586,326 @@
 "bug-buddy."
 msgstr ""
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr ""
+
+#: docs.phtml:4
+msgid "Browse documentation online"
+msgstr ""
+
+#: docs.phtml:5
+msgid "Download documentation as PDF"
+msgstr ""
+
+#: docs.phtml:6
+msgid "Download documentation as epub"
+msgstr ""
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr ""
+
+#: docs.phtml:15
+msgid "GnuCash Documentation"
+msgstr ""
+
+#: docs.phtml:17
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+
+#: docs.phtml:19
+msgid "The Help Manual"
+msgstr ""
+
+#: docs.phtml:20
+msgid "The Tutorials and Concepts Guide"
+msgstr ""
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+
+#: docs.phtml:25
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+
+#: docs.phtml:27
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr ""
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr ""
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr ""
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr ""
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr ""
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr ""
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr ""
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr ""
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr ""
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr ""
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr ""
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr ""
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr ""
+
+#: docs.phtml:334
+msgid "Unofficial documentation"
+msgstr ""
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr ""
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr ""
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr ""
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr ""
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr ""
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr ""
+
+#: index.phtml:21
+#, fuzzy
+msgid "Source"
+msgstr "Orden"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr ""
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr ""
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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 ""
+
+#: index.phtml:39
+msgid "Feature Highlights"
+msgstr ""
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr ""
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr ""
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr ""
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr ""
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr ""
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr ""
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr ""
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr ""
+
+#: index.phtml:58
+msgid "News"
+msgstr ""
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr ""
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr ""
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 
 #: features.phtml:17 features.phtml:24
@@ -477,31 +954,31 @@
 msgstr ""
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
+msgid "The ability to enter <b>split transactions</b>"
 msgstr ""
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
 msgstr ""
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
+msgid "<b>Autofill</b> of entered transactions"
 msgstr ""
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 
 #: features.phtml:66
@@ -514,8 +991,8 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
 
 #: features.phtml:79
@@ -560,7 +1037,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 
@@ -570,10 +1047,10 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 
 #: features.phtml:106
@@ -658,10 +1135,10 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
 
 #: features.phtml:171
@@ -706,9 +1183,8 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 
 #: features.phtml:205
@@ -768,196 +1244,6 @@
 "by step."
 msgstr ""
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr ""
-
-#: docs.phtml:4
-msgid "Browse documentation online"
-msgstr ""
-
-#: docs.phtml:5
-msgid "Download documentation as PDF"
-msgstr ""
-
-#: docs.phtml:6
-msgid "Download documentation as epub"
-msgstr ""
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-msgid "GnuCash Documentation"
-msgstr ""
-
-#: docs.phtml:56
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-
-#: docs.phtml:58
-msgid "The Help Manual"
-msgstr ""
-
-#: docs.phtml:59
-msgid "The Tutorials and Concepts Guide"
-msgstr ""
-
-#: docs.phtml:62
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-
-#: docs.phtml:64
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-
-#: docs.phtml:66
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-msgid "(current stable release)"
-msgstr ""
-
-#: docs.phtml:76
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr ""
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr ""
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr ""
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr ""
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr ""
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr ""
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr ""
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr ""
-
-#: docs.phtml:136
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr ""
-
-#: docs.phtml:190
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr ""
-
-#: docs.phtml:201
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr ""
-
-#: docs.phtml:256
-msgid "Portugese"
-msgstr ""
-
-#: docs.phtml:262
-msgid "Unofficial documentation"
-msgstr ""
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr ""
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr ""
-
-#: docs.phtml:269
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr ""
-
-#: docs.phtml:273
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr ""
@@ -968,244 +1254,6 @@
 "page."
 msgstr ""
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-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. <span class=\"gnucash\">GnuCash</span> 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 ""
-"<span class=\"gnucash\">GnuCash</span> 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 <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-
-#: sizing.phtml:35
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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:38
-msgid "Table 1.  Historical Development Stats"
-msgstr ""
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr ""
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr ""
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr ""
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr ""
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr ""
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr ""
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr ""
-
-#: sizing.phtml:322
-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:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr ""
-
-#: sizing.phtml:333
-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:337
-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:341
-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:345
-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:349
-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:353
-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:358
-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:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr ""
-
-#: sizing.phtml:373
-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:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr ""
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-
-#: sizing.phtml:388
-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:393
-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:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-
-#: sizing.phtml:403
-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 ""
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr ""
@@ -1326,11 +1374,19 @@
 msgid "Request or vote enhancements for GnuCash"
 msgstr ""
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+msgid "GnuCash on Google +"
+msgstr ""
+
+#: externals/header.phtml:8
+msgid "GnuCash on facebook"
+msgstr ""
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr ""
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr ""
 
@@ -1342,16 +1398,20 @@
 msgid "Translation problems? Contact:"
 msgstr ""
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "puntuación"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "El sistema de búsqueda está soportado por:"
 
-#: search/templates/NMZ.result.short.php_tmpl:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
 msgstr ""
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr "Consulta"
@@ -1673,20 +1733,6 @@
 msgid "Lists to Search"
 msgstr ""
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr "El sistema de búsqueda está soportado por:"
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr ""
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr ""
@@ -1766,6 +1812,11 @@
 "not 100%, so it cause wrong results occasionally."
 msgstr ""
 
+#: search/templates/NMZ.result.normal.php_tmpl:4
+#: search/templates/NMZ.result.short.php_tmpl:4
+msgid "score"
+msgstr "puntuación"
+
 #: search/templates/NMZ.result.normal.php_tmpl:5
 msgid "Author"
 msgstr "Autor"
@@ -1773,3 +1824,8 @@
 #: search/templates/NMZ.result.normal.php_tmpl:6
 msgid "Date"
 msgstr "Fecha"
+
+#: search/templates/NMZ.result.normal.php_tmpl:9
+#: search/templates/NMZ.result.short.php_tmpl:6
+msgid "(${size} bytes)"
+msgstr ""

Modified: htdocs/branches/beta/po/fr.po
===================================================================
--- htdocs/branches/beta/po/fr.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/fr.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -1,47 +1,47 @@
-# 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 <jsled at asynchronous.org>, 2006.
-# 
-# Quelques propositions de traductions :
-# - checkbook: livre de compte
-# - register: livre
-# - transaction: opération (éviter transaction ?)
-# - general ledger: grand livre
-# 
+# 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 <jsled at asynchronous.org>, 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: 2012-02-15 21:10+0100\n"
-"PO-Revision-Date: 2009-02-21 13:17+0100\n"
-"Last-Translator: jsled <jsled at asynchronous.org>\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
+"PO-Revision-Date: 2011-11-02 16:52+0100\n"
+"Last-Translator: Jérôme Rapinat <romjerome at yahoo.fr>\n"
 "Language-Team: French <gnomefr at traduc.org>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
-#, fuzzy
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
-msgstr "Téléchargements"
+msgstr "Télécharger"
 
 #: download.phtml:12
-#, fuzzy
 msgid "Download GnuCash"
-msgstr "Téléchargements"
+msgstr "Télécharger GnuCash"
 
 #: download.phtml:15
 #, php-format
 msgid "Stable release (%s)"
-msgstr ""
+msgstr "Version stable (%s)"
 
 #: download.phtml:17
 msgid ""
 "A stable release is a version of <span class=\"gnucash\">GnuCash</span> that "
 "is well tested and considered appropriate for every day use."
 msgstr ""
+"Une version stable de <span class=\"gnucash\">GnuCash</span> doit être "
+"considérée comme bien testée et appropriée pour une utilisation quotidienne."
 
 #: download.phtml:18
 #, php-format
@@ -49,15 +49,18 @@
 "The latest stable release of <span class=\"gnucash\">GnuCash</span> is %s. "
 "Choose the download for your operating system below."
 msgstr ""
+"La dernière version stable de <span class=\"gnucash\">GnuCash</span> est la "
+"version %s. Choisissez le téléchargement correspondant à votre système "
+"d'exploitation."
 
 #: download.phtml:20
 msgid "Installers"
-msgstr ""
+msgstr "Installeurs"
 
 #: download.phtml:22 download.phtml:23 download.phtml:51 download.phtml:52
 #, php-format
 msgid "GnuCash %s for"
-msgstr ""
+msgstr "GnuCash %s pour"
 
 #: download.phtml:27
 msgid ""
@@ -66,12 +69,19 @@
 "not have been installed by default. Still it is recommended to use the <span "
 "class=\"gnucash\">GnuCash</span> version that comes with your distribution."
 msgstr ""
+"La plupart des distributions linux ont leur versions compilées de <span "
+"class=\"gnucash\">GnuCash</span> avec dépendances, mais ce n'est pas "
+"toujours la version la plus récente et elle n'est pas installée par défaut. "
+"Il est malgré tout recommandé d'utiliser la version <span class=\"gnucash"
+"\">GnuCash</span> présente avec votre distribution."
 
 #: download.phtml:28
 msgid ""
 "Below are ways to install <span class=\"gnucash\">GnuCash</span> on some of "
 "the more popular distributions:"
 msgstr ""
+"Voici quelques liens pour installer <span class=\"gnucash\">GnuCash</span> "
+"sur quelques distributions les plus populaires :"
 
 #: download.phtml:31
 msgid ""
@@ -79,12 +89,18 @@
 "System->Administration->Add/Remove Software (Gnome) or Applications->System-"
 ">Software Management (KDE)."
 msgstr ""
+"Les utilisateurs de Fedora peuvent installer <span class=\"gnucash"
+"\">GnuCash</span> via Système->Administration->Ajouter/Supprimer un logiciel "
+"(Gnome) ou Applications->Système->Gestionnaire de logiciel (KDE)."
 
 #: download.phtml:32
 msgid ""
 "Mandriva users can install <span class=\"gnucash\">GnuCash</span> through "
 "the Software Management in the Mandriva Linux Control Center."
 msgstr ""
+"Les utilisateurs de Mandriva peuvent installer <span class=\"gnucash"
+"\">GnuCash</span> via le gestionnaire de logiciel du centre de contôle "
+"Mandriva Linux."
 
 #: download.phtml:33
 msgid ""
@@ -93,10 +109,14 @@
 "Epel repository. For more details on configuring this additional software "
 "repository for your setup, see"
 msgstr ""
+"Redhat et CentOS n'ont pas <span class=\"gnucash\">GnuCash</span> par défaut "
+"dans leurs dépôts. On peut malgré tout l'installer depuis le dépôt logiciels-"
+"tiers Epel. Pour plus de détails sur la configuration et la mise en place de "
+"ce dépôt logiciel supplémentaire, voir"
 
 #: download.phtml:33
 msgid "Epel's wiki page"
-msgstr ""
+msgstr "Page wiki d'Epel"
 
 #: download.phtml:34
 msgid ""
@@ -104,6 +124,9 @@
 "Software Center. This will install <span class=\"gnucash\">GnuCash</span> "
 "under the Office category in the Applications menu."
 msgstr ""
+"Les utilisateurs d'Ubuntu peuvent installer <span class=\"gnucash\">GnuCash</"
+"span> via le centre logiciel. Ceci installera <span class=\"gnucash"
+"\">GnuCash</span> dans la catégorie Bureautique du menu Applications."
 
 #: download.phtml:36
 msgid ""
@@ -114,16 +137,21 @@
 "gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</"
 "a>."
 msgstr ""
+"Si votre distribution ne gère pas <span class=\"gnucash\">GnuCash</span> ou "
+"si vous souhaitez installer une autre versionque celle proposée, vous pouvez "
+"essayer de construire <span class=\"gnucash\">GnuCash</span> directement "
+"depuis le code source. Le wiki de <span class=\"gnucash\">GnuCash</span> "
+"fournit des <a href='http://wiki.gnucash.org/wiki/"
+"GnuCash#Installation'>aides pour différentes distributions</a>."
 
 #: download.phtml:38
-#, fuzzy
 msgid "Source code"
-msgstr "Docs Source"
+msgstr "Code source"
 
 #: download.phtml:40 download.phtml:53
 #, php-format
 msgid "for GnuCash %s"
-msgstr ""
+msgstr "pour GnuCash %s"
 
 #: download.phtml:42
 msgid ""
@@ -131,11 +159,15 @@
 "span> wiki which has <a href='http://wiki.gnucash.org/wiki/"
 "GnuCash#Installation'>guidelines for several distributions</a>."
 msgstr ""
+"Pour les instructions de construction, s'il vous plaît regardez le wiki de "
+"<span class=\"gnucash\">GnuCash</span> qui fournit des <a href='http://wiki."
+"gnucash.org/wiki/GnuCash#Installation'>aides pour différentes distributions</"
+"a>."
 
 #: download.phtml:45
 #, php-format
 msgid "Unstable/Development release (%s)"
-msgstr ""
+msgstr "Version instable/en développement (%s)"
 
 #: download.phtml:47
 msgid ""
@@ -150,128 +182,309 @@
 "The latest unstable release of <span class=\"gnucash\">GnuCash</span> is "
 "%s.  Choose the download for your operating system below."
 msgstr ""
+"La dernière version instable de <span class=\"gnucash\">GnuCash</span> est "
+"la version %s. Choisissez le téléchargement correspondant à votre système "
+"d'exploitation."
 
 #: download.phtml:57
 msgid "Other"
-msgstr ""
+msgstr "Autre"
 
 #: download.phtml:61
 #, php-format
 msgid "View all GnuCash %s downloads (stable)"
-msgstr ""
+msgstr "Voir tous les téléchargements GnuCash %s (stable)"
 
 #: download.phtml:62
 #, php-format
 msgid "View all GnuCash %s downloads (unstable)"
-msgstr ""
+msgstr "Voir tous les téléchargements GnuCash %s (instable)"
 
 #: download.phtml:63
 msgid "View all GnuCash downloads"
-msgstr ""
+msgstr "Voir tous les téléchargements GnuCash"
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
-msgstr "Logiciel Libre de finances personnelles"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
+msgstr "Dimensionnement"
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
-msgstr "Bienvenue Sur GnuCash.org"
+#: 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. <span class=\"gnucash\">GnuCash</span> 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é. <span "
+"class=\"gnucash\">GnuCash</span> 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."
 
-#: index.phtml:18
-#, fuzzy, php-format
-msgid "Download GnuCash %s"
-msgstr "Téléchargements"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
+"<span class=\"gnucash\">GnuCash</span> dépasse 300,000 lignes de code et un "
+"millier de fichiers. Il est traduit dans 23 langues et mentionne 139 auteurs "
+"et contributeurs."
 
-#: index.phtml:21
-#, fuzzy
-msgid "Source"
-msgstr "Docs Source"
+#: 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."
 
-#: index.phtml:21
-msgid "Via distribution"
+#: 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."
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
+#: 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."
 
-#: index.phtml:33
+#: sizing.phtml:32
 #, fuzzy
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 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."
+"La tableau ci-après montre la progression de la taille du code et du nombre "
+"de fichiers qui constituent <span class=\"gnucash\">GnuCash</span>. Certains "
+"fichiers annexes, empruntés à d'autres projets, ou générés automatiquement, "
+"ne sont pas comptés."
 
-#: index.phtml:35
-#, fuzzy
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
-"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."
+"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 "
+"<code>wc</code>. 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."
 
-#: index.phtml:39
-msgid "Feature Highlights"
-msgstr "Fonctionnalités"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
+msgstr "Table 1.  Statistiques sur les développements antérieurs"
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
-msgstr "Comptabilité en partie double"
+#: sizing.phtml:42
+msgid "Version"
+msgstr "Version"
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
-msgstr "Actions/Obligations/Fonds mutuel"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
+msgstr "divers"
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
-msgstr "Comptabilité pour petites entreprises"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
+msgstr "txt interne"
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
-msgstr "Rapports et graphiques"
+#: sizing.phtml:57
+msgid "Total"
+msgstr "Total"
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
-msgstr "Importation des protocoles QIF/OFX/HBCI"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
+msgstr "Langues"
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
-msgstr "Opérations planifiées"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
+msgstr "Auteurs"
 
-#: index.phtml:50
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
+msgstr "Chaque cellule affiche l'information suivante:"
+
+#: sizing.phtml:322
 #, fuzzy
-msgid "Financial Calculations"
-msgstr "Calcul financier"
+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."
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
+#: sizing.phtml:326
+#, fuzzy
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. 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."
 
-#: index.phtml:58
-msgid "News"
-msgstr "Actualités"
+#: sizing.phtml:329
+msgid "Table Column Legend"
+msgstr "Légende des titres des colonnes du tableau"
 
-#: index.phtml:73
-#, fuzzy
-msgid "Older Announcements ..."
-msgstr "Anciennes annonces"
+#: sizing.phtml:333
+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 ""
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:337
+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:341
+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:345
+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 ""
+"les fichiers *.c, *.h sont seulement dans le répertoire src (version 1.6 et "
+"supérieure) ou src/register/ledger-core (version 1.7 et supérieure)"
+
+#: sizing.phtml:349
+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:353
+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:358
+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 ""
+"Les répertoires avec les données de diverses applications-liées (version 1.7 "
+"et supérieure) : src/app-file, src/app-utils, src/calculation, src/core-"
+"utils, src/gnc-module, src/network-utils, src/tax/us"
+
+#: sizing.phtml:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+"Code pour importer et exporter différents formats de fichier : données du "
+"répertoire src/import-export."
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+"Code pour générer des rapports et graphiques : données du répertoire src/"
+"reports."
+
+#: sizing.phtml:373
+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:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+"Code pour ajouter des fonctionnalités à la petite entreprise : données du "
+"répertoire src/business."
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+"Code pour améliorer les tests automatisés de régression : données du "
+"répertoire src/*/test."
+
+#: sizing.phtml:388
+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:393
+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:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+
+#: sizing.phtml:403
+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 ""
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 #, fuzzy
 msgid "Writing Documentation"
@@ -289,18 +502,36 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
-#, fuzzy
+#: develdocs.phtml:25
 msgid "Introduction"
-msgstr "Information Générale"
+msgstr "Introduction"
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -308,56 +539,68 @@
 "can generate documentation in several different output formats (html, "
 "pdf,...)."
 msgstr ""
+"La documentation <span class=\"gnucash\">GnuCash</span> est stockées dans "
+"des fichiers <b>xml</b>. Plus précisément, elle utilise le <b>système GNOME2 "
+"XML docbook</b>. C'est un système relativement flexible qui utilise les "
+"fichiers xml files comme une entrée et peut générer une documentation dans "
+"plusieurs formats de sortie (html, pdf,...)."
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
+"Si vous souhaitez revoir ou écrire la documentation de <span class=\"gnucash"
+"\">GnuCash</span>, vous aurez besoin de connaître le xml. Quelques "
+"connaissances de base sur le système docbook peuvent être également utiles"
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 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."
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
+"Comme cette page du wiki de <span class=\"gnucash\">GnuCash</span> est "
+"réellement dédiée à la traduction de la documentation, elle stocke plusieurs "
+"informations utiles sur le travail avec les fichiers docbook."
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
+"Un guide détaillé sur la manière de travailler pour la documentation (mise à "
+"jour et maintenance)."
 
-#: develdocs.phtml:33
-#, fuzzy
+#: develdocs.phtml:37
 msgid "We suggest also subscribing to"
-msgstr "Nous suggérons également l'inscription à "
+msgstr "Nous suggérons également l'inscription à"
 
-#: develdocs.phtml:38
-#, fuzzy
+#: develdocs.phtml:42
 msgid "Gnome Documentation guidelines"
-msgstr "Dernière documentation disponible"
+msgstr "Guides de documentation Gnome"
 
-#: develdocs.phtml:40
-#, fuzzy
+#: develdocs.phtml:44
 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 ""
-"Merci de lire ces guides pour savoir comment contribuer à la documentation."
+"Comme expliqué par ailleurs, les nouvelles documentations sont basées sur le "
+"système GNOME2 XML docbook. Celles et ceux qui souhaitent aider peuvent lire "
+"ces guides pour savoir comment contribuer à la documentation."
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
-msgstr ""
+msgstr "Où obtenir la source de documentation"
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -365,8 +608,7 @@
 "net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
 msgstr ""
 
-#: develdocs.phtml:52
-#, fuzzy
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -374,10 +616,14 @@
 "documentation source instead of the program source, replace 'gnucash' with "
 "'gnucash-docs' in the mentioned svn commands, like this:"
 msgstr ""
-"Merci d'extraire le module de documentation à partir du dépôt SVN. Voir les "
-"instructions en anglais pour plus de détail."
+"Pour celles et ceux qui ne sont pas familier(ère)s avec svn, le wiki de "
+"<span class=\"gnucash\">GnuCash</span> fournit une <a href='http://wiki."
+"gnucash.org/wiki/Subversion'>description</a> sur mesure du code de <span "
+"class=\"gnucash\">GnuCash</span>. Pour obtenir cette source de documentation "
+"à la place de la source du programme, remplacez 'gnucash' par 'gnucash-docs' "
+"dans les commandes svn mentionnées, par exemple :"
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 #, fuzzy
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
@@ -385,15 +631,16 @@
 "Concepts Guide</b>. With the above command, the source code of both will be "
 "downloaded."
 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."
+"Si vous avez des questions sur l'utilisation de <span class=\"gnucash"
+"\">GnuCash</span>, vous êtes au bon endroit.Vous devriez d'abord lire le "
+"<b>Manuel d'Aide</b> et le <b>Guide de Concepts</b>. La majorité de vos "
+"questions y-sont probablement répondue."
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr "Rédacteurs"
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -401,7 +648,7 @@
 "(usually gnucash-docs, unless you renamed it):"
 msgstr ""
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -412,7 +659,7 @@
 "details about patch submission."
 msgstr ""
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -421,7 +668,7 @@
 "patch to gnucash-devel, it should be attached, not inlined."
 msgstr ""
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -429,24 +676,26 @@
 "and do it'."
 msgstr ""
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 ""
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr "Relecteurs"
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
+"Obtenir une copie de la source de la documentation tel que décrit ci-dessus "
+"et commencez à la commenter."
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -457,48 +706,412 @@
 "les enregistrer sur <a href=\"http://bugzilla.gnome.org/\">bugzilla.gnome."
 "org</a> dans la section documentation."
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "Documentation"
+
+#: docs.phtml:4
+msgid "Browse documentation online"
+msgstr "Parcourir la documentation en ligne"
+
+#: docs.phtml:5
+msgid "Download documentation as PDF"
+msgstr "Télécharger la documentation en PDF"
+
+#: docs.phtml:6
+msgid "Download documentation as epub"
+msgstr "Télécharger la documentation en epub"
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr "Télécharger la documentation en mobipocket"
+
+#: docs.phtml:15
+#, fuzzy
+msgid "GnuCash Documentation"
+msgstr "Ancienne documentation GnuCash"
+
+#: docs.phtml:17
+#, fuzzy
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+"Voici quelques liens pour installer <span class=\"gnucash\">GnuCash</span> "
+"sur quelques distributions les plus populaires :"
+
+#: docs.phtml:19
+#, fuzzy
+msgid "The Help Manual"
+msgstr "Manuel d'Aide"
+
+#: docs.phtml:20
+#, fuzzy
+msgid "The Tutorials and Concepts Guide"
+msgstr "Guide des concepts"
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+"Le <b>Manuel d'Aide</b> traite brièvement les fonctionnalités principale de "
+"<span class=\"gnucash\">GnuCash</span> et comment les utiliser. Le <b>Guide "
+"de Concept</b> est une ressource beaucoup plus approfondie qui offre des "
+"leçons sur chacun des concepts de la comptabilité avec <span class=\"gnucash"
+"\">GnuCash</span> par l'entremise de tutoriels."
+
+#: docs.phtml:25
+#, fuzzy
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+"Il existe aussi des flux de discussions IRC via irc.gnome.org \"#gnucash\". "
+"Une autre ressource étant les wikis dédiés pour les <a href='http://wiki."
+"gnucash.org/wiki/'>anglophones</a> ou <a href='http://linuxwiki.de/"
+"GnuCash'>germanophones</a>. Un wiki est un site internet interactif où les "
+"utilisateurs enregistrés peuvent poser et répondre à des questions."
+
+#: docs.phtml:27
+#, fuzzy
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+"Merci d'envoyer vos questions à la liste de diffusion <a href='mailto:"
+"gnucash-user at lists.gnucash.org'>gnucash-user</a>, si vous ne parvenez pas à "
+"trouver de réponse dans le <b>Manuel</b>, le <b>Guide des concepts</b>, la "
+"FAQ, le Wiki... C'est avec vos remarques constructives et vos retours que "
+"nous pouvons savoir comment améliorer la documentaiton."
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr "(dernière version stable)"
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr "Documentation <em>stable</em> de l'utilisateur et du développeur"
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr "Stable"
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr "Manuel d'Aide"
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr "Anglais"
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr "Allemand"
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr "Italien"
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr "Guide des concepts"
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr "Japonais"
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+"Ceci est la dernière version stable de la documentation <span class=\"gnucash"
+"\">GnuCash</span>. <em>Stable</em> signifiant que la documentation n'est pas "
+"nécessairement la plus à jour mais elle fonctionne sans problème."
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr "Dernière documentation disponible"
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr "Documentation <em>instable</em> de l'utilisateur et du développeur"
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr "Instable"
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+"Quotidiennement un serveur reconstruit la documentation <span class=\"gnucash"
+"\">GnuCash</span> à partir des données à jour dans le dépôt subversion. Ceci "
+"comprend la <b>documentation développeur</b> depuis <b>Doxygen</b> et la "
+"<b>documentation utilisateur</b> pour la version <em>instable</em> de <span "
+"class=\"gnucash\">GnuCash</span>."
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr "Ancienne documentation GnuCash"
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+"Cette partie contient les vieilles documentation, pour les anciennes "
+"versions de <span class=\"gnucash\">GnuCash</span>. Si vous utilisez l'une "
+"de ces anciennes versions de <span class=\"gnucash\">GnuCash</span>, nous "
+"vous conseillons plutôt de mettre à jour votre version."
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr "Espagnol"
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr "Portuguais"
+
+#: docs.phtml:334
+msgid "Unofficial documentation"
+msgstr "Documentation non-officielle"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr ""
+"Certaines personnes ont écrit des guides COMMENT FAIRE ou des tutoriels."
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr "Tutoriel de Joe Mack"
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr "Guide de l'utilisateur (PDF) par Dave Gilbert"
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+"<b>NOTE :</b> l'information présentée dans ces sources peut être mise à jour "
+"ou pas vers la version la plus récente de <span class=\"gnucash\">GnuCash</"
+"span>. Si vous êtes intéressé(e) dans le travail de développement pour ces "
+"documents, alors vous devriez contacter les premiers auteurs."
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr "Logiciel Libre de finances personnelles"
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "Bienvenue Sur GnuCash.org"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr "Télécharger GnuCash %s"
+
+#: index.phtml:21
+msgid "Source"
+msgstr "Source"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr "Par la distribution"
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr "Plus de téléchargements (source, développement ...)"
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> est un gestionnaire de finances "
+"personnelles, offert gratuitement sous la license <a href=\"http://www.gnu."
+"org/\">GNU</a> GPL et disponible pour GNU/Linux, BSD, Solaris, Mac OS X et "
+"Microsoft Windows."
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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, <span class="
+"\"gnucash\">GnuCash</span> 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:39
+msgid "Feature Highlights"
+msgstr "Fonctionnalités"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr "Comptabilité en partie double"
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr "Actions/Obligations/Fonds mutuel"
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr "Comptabilité pour petites entreprises"
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr "Rapports et graphiques"
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr "Importation des protocoles QIF/OFX/HBCI"
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr "Opérations planifiées"
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr "Calculs financiers"
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr "<b>Découvrir plus...</b>"
+
+#: index.phtml:58
+msgid "News"
+msgstr "Actualités"
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr "Anciennes annonces ..."
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+"Cliquez <a href=\"oldnews.phtml\">ici</a> pour les anciennes annonces ..."
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr "Fonctionnalités"
 
 #: features.phtml:14
+#, fuzzy
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> est un puissant logiciel de "
+"comptabilité. Cette page va essayer de détailler les nombreuses "
+"fonctionnalités offertes par <span class=\"gnucash\">GnuCash</span> à ses "
+"utilisateurs."
 
 #: features.phtml:17 features.phtml:24
-#, fuzzy
 msgid "Main features"
-msgstr "Fonctionnalités"
+msgstr "Fonctionnalités principales"
 
 #: features.phtml:18 features.phtml:117
 msgid "Advanced features"
-msgstr ""
+msgstr "Fonctionnalités avancées"
 
 #: features.phtml:19
 msgid "Data storing and exchange features"
-msgstr ""
+msgstr "Stockage des données et fonctions d'échange"
 
 #: features.phtml:20 features.phtml:193
 msgid "Other goodies"
-msgstr ""
+msgstr "Autres bonnes chose"
 
 #: features.phtml:28
 msgid "Double Entry"
 msgstr "Comptabilité en partie double"
 
 #: features.phtml:34
-#, fuzzy
 msgid ""
 "Every transaction must debit one account and credit others by an equal "
 "amount. This ensures the books balance: the difference between income and "
 "expenses exactly equals the sum of assets and liabilities."
 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."
+"Chaque transaction/opération 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:40
 msgid "Checkbook-Style Register"
@@ -510,6 +1123,9 @@
 "a custom, convenient and familiar interface to entering financial "
 "transactions."
 msgstr ""
+"Le style livre de compte de <span class=\"gnucash\">GnuCash</span> fournit "
+"une interface personnalisée, familière et convenant à la saisie des "
+"transactions/opérations financières."
 
 #: features.phtml:48
 msgid ""
@@ -517,34 +1133,47 @@
 "as income, stock and currency transactions. The following features are also "
 "provided:"
 msgstr ""
+"Le livre/registre supporte les transactions sur un compte courant comme les "
+"chèques et carte de crédit, mais aussi les opérations sur le revenu, les "
+"actions et devises."
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
-msgstr ""
+#, fuzzy
+msgid "The ability to enter <b>split transactions</b>"
+msgstr "Possibilité d'entrer des <b>transactions/opérations divisées</b>"
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
-msgstr ""
+#, fuzzy
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
+msgstr "Possibilité de marquer la transaction comme <b>pointée</b>"
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
-msgstr ""
+msgid "<b>Autofill</b> of entered transactions"
+msgstr "<b>Remplissage automatique</b> des transactions/opérations saisies"
 
 #: features.phtml:54
+#, fuzzy
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
+"<b>Plusieurs comptes</b> peuvent être affichés en même temps dans une "
+"fenêtre de livre/registre"
 
 #: features.phtml:55
+#, fuzzy
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
+"Une <b>barre de résumé</b> qui affiche toutes les informations liées à "
+"l'équilibre des comptes"
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
+"De nombreuses options pour <b>personnaliser</b> l'apparence et le style "
+"d'affichage"
 
 #: features.phtml:66
 msgid ""
@@ -552,81 +1181,100 @@
 "amounts and timeline. You can also set an automatic reminder when a "
 "transaction is due."
 msgstr ""
+"Vous pouvez créer des transactions/opérations récurrentes avec un haut "
+"niveau de personnalisation des comptes dans le temps. Vous pouvez également "
+"automatiquement définir une échéance de transaction/opération."
 
 #: features.phtml:69
+#, fuzzy
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
+"Un assistant lancé dès que <span class=\"gnucash\">GnuCash</span> est "
+"ouvert, qui vous permet de plannifier une transaction/opération sans fermer "
+"le programme ou saisir l'échance."
 
 #: features.phtml:79
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> has an integrated module to display "
 "graphs of your financial data in the form of:"
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> a un module intégré pour afficher les "
+"graphiques de vos données financières sous la forme de :"
 
 #: features.phtml:82
 msgid "Barcharts"
-msgstr ""
+msgstr "Histogrammes"
 
 #: features.phtml:83
 msgid "Piecharts"
-msgstr ""
+msgstr "Diagrammes en camembert"
 
 #: features.phtml:84
 msgid "Scatter plots"
-msgstr ""
+msgstr "Projections de points"
 
 #: features.phtml:86
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> also comes complete with a full suite "
 "of standard and customizeable reports, such as:"
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> fournit également une suite compète "
+"de rapports standards et personnalisables, tels que :"
 
 #: features.phtml:88
 msgid "Balance Sheet"
-msgstr ""
+msgstr "Feuille de bilan"
 
 #: features.phtml:89
 msgid "Profit & Loss"
-msgstr ""
+msgstr "Perte & profit"
 
 #: features.phtml:90
 msgid "Portfolio Valuation"
-msgstr ""
+msgstr "Valeur du portefeuille"
 
 #: features.phtml:91
 msgid "and many others."
-msgstr ""
+msgstr "et pleins d'autres."
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
+"Le contenu des graphiques et rapports peut être grandement et facilement "
+"personnalisé, répondant à tous les besoins de l'utilisateur."
 
 #: features.phtml:100
 msgid "Statement Reconciliation"
-msgstr "Réconciliation"
+msgstr "État de rapprochement"
 
 #: features.phtml:105
+#, fuzzy
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
+"Le <b>rapprochement</b> d'un compte est une opération qui permet à "
+"l'utilisateur de vérifier les transactions/opérations entrées entre un "
+"compte <span class=\"gnucash\">GnuCash</span> et l'état de la banque. Cette "
+"opération est très utile pour trouver les transactions/opérations non "
+"vérifiées ou des erreurs de saisie."
 
 #: features.phtml:106
-#, fuzzy
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> reconcile tool with running "
 "reconciled and cleared balances makes reconciling against bank statements an "
 "easy task."
 msgstr ""
-"Une fenêtre de réconciliation avec les opérations en cours et validées rend "
-"l'opération facile."
+"L'outil de rapprochement <span class=\"gnucash\">GnuCash</span> avec "
+"pointage et rapprochement permet de faciliter l'équilibre des opérations par "
+"rapport aux états de la banque."
 
 #: features.phtml:111
 msgid "Income/Expense Account Types"
@@ -650,15 +1298,15 @@
 msgstr "Fonctionnalités comptables pour petites entreprises"
 
 #: features.phtml:124
-#, fuzzy
 msgid ""
 "Simplify managing a small business with <b>Customer</b> and <b>Vendor</b> "
 "tracking, <b>Jobs</b>, <b>Invoicing</b> and <b>Bill</b> Payment, and <b>Tax</"
 "b> and <b>Billing Terms</b>."
 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."
+"Simplifie la gestion d'une petite entreprise incluant le suivi des "
+"<b>clients</b> et des <b>fournisseurs</b>, la <b>prestation</b> et le "
+"<b>règlement des factures</b>, et les <b>échéances fiscales</b> et de "
+"<b>factures</b>."
 
 #: features.phtml:127
 msgid ""
@@ -671,6 +1319,9 @@
 "<span class=\"gnucash\">GnuCash</span> gives you also a tool to manage your "
 "business' <b>budget</b> so that you can easily plan your financial strategy."
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> fournit également un outil de gestion "
+"du <b>budget</b> de votre société, ainsi vous pouvez facilement plannifier "
+"votre stratégie financière."
 
 #: features.phtml:136
 msgid "Multiple Currencies"
@@ -712,24 +1363,28 @@
 
 #: features.phtml:160
 msgid "Data storage and exchange features"
-msgstr ""
+msgstr "Stockage des données et fonctions d'échange"
 
 #: features.phtml:164
 msgid "Database support"
-msgstr ""
+msgstr "Support de base de données"
 
 #: features.phtml:166
+#, fuzzy
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
+"En complément du format xml de base, depuis la version 2.4, vos données "
+"financières <span class=\"gnucash\">GnuCash</span> peuvent être stockées "
+"dans une <b>base de données SQL</b> selon la séléction de votre application "
+"(SQLite3, MySQL ou PostgreSQL)."
 
 #: features.phtml:171
-#, fuzzy
 msgid "QIF and OFX Import"
-msgstr "Importation OFX"
+msgstr "Importation OFX et QIF"
 
 #: features.phtml:174
 msgid ""
@@ -737,57 +1392,66 @@
 "\">GnuCash</span>  can import Intuit<sup>®</sup> Quicken<sup>®</sup> "
 "<b>QIF</b> files using a practical assistant."
 msgstr ""
+"Si vous êtes en train de migrer depuis un autre programme de finance, <span "
+"class=\"gnucash\">GnuCash</span>  peut importer intuitivement les fichiers "
+"<sup>®</sup> Quicken<sup>®</sup> <b>QIF</b> en utilisant un "
+"assistant fonctionnel."
 
 #: features.phtml:177
-#, fuzzy
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> is also the first free software "
 "application to support the <b>OFX</b> (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."
+"<span class=\"gnucash\">GnuCash</span> est le premier logiciel libre à "
+"supporter le format d'échange ouvert de données financières <b>OFX</b> (Open "
+"Financial Exchange) utilisé par de nombreuse banques et institutions "
+"financières."
 
 #: features.phtml:180
 msgid ""
 "A transaction matching system ensures that duplicate transactions are "
 "accurately recognized and automatically deleted during file import."
 msgstr ""
+"Une transaction/opération correspondante au système va garantir que les "
+"transactions/opérations homologues sont reconnues avec pertinence et "
+"automatiquement supprimées durant l'importation du fichier."
 
 #: features.phtml:186
 msgid "HBCI Support"
 msgstr "Support du protocole HBCI"
 
 #: features.phtml:189
-#, fuzzy
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> is the first free software "
 "application to support the German <b>Home Banking Computer Information</b> "
 "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."
+"<span class=\"gnucash\">GnuCash</span est le premier logiciel libre à "
+"supporter le format allemand HBCI <b>Home Banking Computer Information</b>, "
+"permettant à ses utilisateurs de débiter ou de virer des sommes directement "
+"de leur compte bancaire."
 
 #: features.phtml:197
 msgid "Multiplatform"
-msgstr ""
+msgstr "Multiplate-forme"
 
 #: features.phtml:200
+#, fuzzy
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> peut être exécuter sur différents "
+"systèmes d'exploitation. Les plus utilisés comme <b>Windows</b>, <b>MacOSX</"
+"b> et <b>Linux</b> sont supportés ainsi que de nombreux autres systèmes."
 
 #: features.phtml:205
 msgid "Localization"
 msgstr "Localisation"
 
 #: features.phtml:208
-#, fuzzy
 msgid ""
 "<span class=\"gnucash\">GnuCash</span> handles internationalized dates and "
 "currencies. The application's menus and popups have been translated to 21 "
@@ -796,12 +1460,13 @@
 "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. "
+"<span class=\"gnucash\">GnuCash</span> supporte les 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:213
 msgid "Transaction Finder"
@@ -829,7 +1494,6 @@
 "de chèques personnalisées."
 
 #: features.phtml:229
-#, fuzzy
 msgid "Mortgage & Loan Repayment Assistant"
 msgstr "Assistant d'hypothèque & de remboursement de prêt"
 
@@ -841,9 +1505,8 @@
 "automatisés."
 
 #: features.phtml:238
-#, fuzzy
 msgid "User Manual and Help"
-msgstr "Un nouveau manuel d'utilisateur et une rubrique d'aide"
+msgstr "Manuel de l'utilisateur et aide"
 
 #: features.phtml:241
 msgid ""
@@ -854,237 +1517,13 @@
 "class=\"gnucash\">GnuCash</span> with many practical examples described step "
 "by step."
 msgstr ""
+"<span class=\"gnucash\">GnuCash</span> est très bien documenté : avec le "
+"<b>Manuel</b> de l'application, les nouveaux utilisateurs peuvent en "
+"apprendre plus avec le <b>guide Tutoriel et Concepts</b>. Ce document donne "
+"l'information sur les principes non visibles de la gestion des comptes et "
+"comment ils apparaissent dans <span class=\"gnucash\">GnuCash</span> à "
+"l'aide d'exemples pratiques, détaillés étape par étape."
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr "Documentation"
-
-#: docs.phtml:4
-#, fuzzy
-msgid "Browse documentation online"
-msgstr "Dernière documentation disponible"
-
-#: docs.phtml:5
-#, fuzzy
-msgid "Download documentation as PDF"
-msgstr "Documentation"
-
-#: docs.phtml:6
-#, fuzzy
-msgid "Download documentation as epub"
-msgstr "Documentation"
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-#, fuzzy
-msgid "GnuCash Documentation"
-msgstr "Ancienne documentation GnuCash"
-
-#: docs.phtml:56
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-
-#: docs.phtml:58
-#, fuzzy
-msgid "The Help Manual"
-msgstr "Manuel d'Aide"
-
-#: docs.phtml:59
-#, fuzzy
-msgid "The Tutorials and Concepts Guide"
-msgstr "Guide des concepts"
-
-#: docs.phtml:62
-#, fuzzy
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> 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:64
-#, fuzzy
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-"Il existe des flux de discussions et des wikis dédiés pour les anglophones "
-"ou germanophones."
-
-#: docs.phtml:66
-#, fuzzy
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-"Merci d'envoyer vos questions à la liste de diffusion <a href='mailto:"
-"gnucash-user at lists.gnucash.org'>gnucash-user</a>, 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:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-#, fuzzy
-msgid "(current stable release)"
-msgstr "GnuCash v2.0 (dernière version stable)"
-
-#: docs.phtml:76
-#, fuzzy
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr ""
-"documentation utilisateur et développeur de la version en cours de "
-"développement"
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr ""
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr "Manuel d'Aide"
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr "Anglais"
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr ""
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-#, fuzzy
-msgid "Italian"
-msgstr "Australie"
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr "Guide des concepts"
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr ""
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr "Dernière documentation disponible"
-
-#: docs.phtml:136
-#, fuzzy
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr ""
-"documentation utilisateur et développeur de la version en cours de "
-"développement"
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr ""
-
-#: docs.phtml:190
-#, fuzzy
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-"Les documentations sont reconstruites quotidiennement à partir des données à "
-"jour dans le dépôt des sources."
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr "Ancienne documentation GnuCash"
-
-#: docs.phtml:201
-#, fuzzy
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, 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:255
-msgid "Spanish"
-msgstr ""
-
-#: docs.phtml:256
-#, fuzzy
-msgid "Portugese"
-msgstr "Portuguais"
-
-#: docs.phtml:262
-#, fuzzy
-msgid "Unofficial documentation"
-msgstr "Documentation"
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr ""
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr "Tutoriel de Joe Mack"
-
-#: docs.phtml:269
-#, fuzzy
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr "Guide de l'utilisateur (PDF) par Dave Gilbert"
-
-#: docs.phtml:273
-#, fuzzy
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. 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."
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr "Anciennes annonces"
@@ -1095,284 +1534,17 @@
 "page."
 msgstr "Archive des annonces apparues sur la page de GnuCash."
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-msgstr "Dimensionnement"
-
-#: sizing.phtml:14
-#, fuzzy
-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. <span class=\"gnucash\">GnuCash</span> 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
-#, fuzzy
-msgid ""
-"<span class=\"gnucash\">GnuCash</span> 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
-#, fuzzy
-msgid ""
-"The table below shows some historical lines-of-code and number-of-files "
-"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> 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 <code>wc</code> 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 "
-"<code>wc</code>. 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:38
-msgid "Table 1.  Historical Development Stats"
-msgstr "Table 1.  Statistiques sur les développements antérieurs"
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr "Version"
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr "divers"
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr "txt interne"
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr "Total"
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr "Langues"
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr "Auteurs"
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr "Chaque cellule contient l'information suivante:"
-
-#: sizing.phtml:322
-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:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. 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:329
-msgid "Table Column Legend"
-msgstr "Légende des titres des colonnes du tableau"
-
-#: sizing.phtml:333
-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:337
-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:341
-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:345
-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:349
-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:353
-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:358
-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:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr ""
-
-#: sizing.phtml:373
-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:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr ""
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-
-#: sizing.phtml:388
-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:393
-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:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-
-#: sizing.phtml:403
-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 ""
-
 #: externals/menu.phtml:6
 msgid "Information"
-msgstr "Information Générale"
+msgstr "Information"
 
 #: externals/menu.phtml:9
 msgid "About / News"
 msgstr "Sommaire / Actualités"
 
 #: externals/menu.phtml:10
-#, fuzzy
 msgid "News Feed"
-msgstr "Actualités"
+msgstr "Flux d'actualités"
 
 #: externals/menu.phtml:11
 msgid "Screenshots, Features"
@@ -1380,7 +1552,7 @@
 
 #: externals/menu.phtml:12
 msgid "How to help"
-msgstr "Comment Aider"
+msgstr "Comment aider"
 
 #: externals/menu.phtml:13
 msgid "Donations"
@@ -1392,12 +1564,11 @@
 
 #: externals/menu.phtml:22
 msgid "Program"
-msgstr ""
+msgstr "Programme"
 
 #: externals/menu.phtml:28
-#, fuzzy
 msgid "Support"
-msgstr "Support du protocole HBCI"
+msgstr "Support"
 
 #: externals/menu.phtml:31
 msgid "FAQ"
@@ -1424,9 +1595,8 @@
 msgstr "Clavardage IRC"
 
 #: externals/menu.phtml:46
-#, fuzzy
 msgid "Development"
-msgstr "Informations pour développeur"
+msgstr "Développement"
 
 #: externals/menu.phtml:49
 msgid "Source Docs"
@@ -1442,26 +1612,27 @@
 
 #: externals/menu.phtml:52
 msgid "Language Translations"
-msgstr "Transactions planifiées"
+msgstr "Traductions"
 
 #: externals/menu.phtml:61
-#, fuzzy
 msgid "New Book: GnuCash 2.4 Small Business Accounting"
-msgstr "Comptabilité pour petites entreprises"
+msgstr "Nouveau livre : GnuCash 2.4 Small Business Accounting"
 
 #: externals/menu.phtml:65
 msgid ""
 "The GnuCash development team received notice about a new book published by "
 "PacktPub, UK:"
 msgstr ""
+"L'équipe de développement GnuCash a été informée qu'un nouveau livre a été "
+"publié par PacktPub, UK :"
 
 #: externals/menu.phtml:66
 msgid "GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran"
-msgstr ""
+msgstr "GnuCash 2.4 Small Business Accounting, par Ashok Ramachandran"
 
 #: externals/menu.phtml:67
 msgid "This is a Beginner's Guide for managing your accounts."
-msgstr ""
+msgstr "Le guide du débutant pour gérer ses comptes."
 
 #: externals/menu.phtml:68
 msgid ""
@@ -1475,43 +1646,58 @@
 
 #: externals/header.phtml:4
 msgid "Subscribe to RSS feed"
-msgstr ""
+msgstr "S'incrire au flux RSS"
 
 #: externals/header.phtml:5
 msgid "Support the GnuCash project with a donation"
-msgstr ""
+msgstr "Supporter le projet GnuCash avec un don"
 
 #: externals/header.phtml:6
 msgid "Request or vote enhancements for GnuCash"
-msgstr ""
+msgstr "Requête ou proposition d'amélioration pour GnuCash"
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+#, fuzzy
+msgid "GnuCash on Google +"
+msgstr "GnuCash %s pour"
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "GnuCash %s pour"
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr "Langue"
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr "Continent"
 
 #: externals/footer.phtml:10
-#, fuzzy
 msgid "Server & email outage reports to:"
-msgstr "Problèmes de serveurs et de messagerie à transmettre à : "
+msgstr "Problèmes de serveurs & de messagerie à transmettre à :"
 
 #: externals/footer.phtml:11
 msgid "Translation problems? Contact:"
-msgstr ""
+msgstr "Des problèmes de traduction ? Contactez :"
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "pertinence"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "Ce moteur de recherche utilise:"
 
-#: 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.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr "Problèmes de serveurs et de messagerie à transmettre à : "
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+"Problème de traduction ? Voir <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr "Requêtes"
@@ -1880,22 +2066,6 @@
 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.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr "Problèmes de serveurs et de messagerie à transmettre à : "
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-"Problème de traduction ? Voir <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "Trucs pour la recherche"
@@ -2007,6 +2177,11 @@
 "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.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"
@@ -2015,27 +2190,63 @@
 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)"
+
 #, fuzzy
+#~ msgid "Writing documentation"
+#~ msgstr "Documentation non-officielle"
+
 #~ msgid "Documentation Project"
-#~ msgstr "Projet de documentation de GnuCash"
+#~ msgstr "Projet de documentation"
 
 #~ msgid "GnuCash Documentation Project"
 #~ msgstr "Projet de documentation de GnuCash"
 
-#, fuzzy
 #~ msgid ""
 #~ "This page is the home of the <span class=\"gnucash\">GnuCash</span> "
 #~ "Documentation Project, our goal is to maintain a community of people "
 #~ "working towards creation of high quality documentation for <span class="
 #~ "\"gnucash\">GnuCash</span>."
 #~ 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."
+#~ "Cette page est consacrée au projet de documentation de <span class="
+#~ "\"gnucash\">GnuCash</span>. Notre objectif est de maintenir une "
+#~ "communauté dédiée à la création d'une documentation de qualité sur <span "
+#~ "class=\"gnucash\">GnuCash</span>."
 
 #~ msgid "Documentation Development"
-#~ msgstr "Developpement de la documentation"
+#~ msgstr "Développement de la documentation"
 
+# attention, scheme désigne le langage de programmation
+#~ msgid "scheme (misc)"
+#~ msgstr "scheme (divers)"
+
+#~ msgid "business"
+#~ msgstr "commerce"
+
+#~ msgid "test"
+#~ msgstr "test"
+
+#~ msgid "user docs"
+#~ msgstr "docs utilisateurs"
+
+#~ msgid "scheme"
+#~ msgstr "scheme"
+
+#~ msgid "docs"
+#~ msgstr "docs"
+
+#~ msgid "Source code, Windows binary"
+#~ msgstr "Code source, exécutables windows"
+
+#~ msgid "USA (master site)"
+#~ msgstr "USA (site principal)"
+
+#~ msgid "Europe"
+#~ msgstr "Europe"
+
 #, fuzzy
 #~ msgid "Free Acconting Software"
 #~ msgstr "Logiciel Libre de finances personnelles"
@@ -2109,7 +2320,7 @@
 #~ "transactions doubles."
 
 #~ msgid "Improved Import Transaction Matching"
-#~ msgstr "Améliorations de la Réconciliation de Transactions Importées"
+#~ msgstr "Améliorations du rapprochement de Transactions Importées"
 
 #~ msgid ""
 #~ "The development of OFX and HBCI support has also resulted in an improved "
@@ -2183,39 +2394,14 @@
 #~ msgid "reports"
 #~ msgstr "rapports"
 
-# attention, scheme désigne le langage de programmation
-#~ msgid "scheme (misc)"
-#~ msgstr "scheme (divers)"
-
-#~ msgid "business"
-#~ msgstr "commerce"
-
-#~ msgid "test"
-#~ msgstr "test"
-
-#~ msgid "user docs"
-#~ msgstr "docs utilisateurs"
-
-#~ msgid "scheme"
-#~ msgstr "scheme"
-
-#~ msgid "docs"
-#~ msgstr "docs"
-
-#~ msgid "Source code, Windows binary"
-#~ msgstr "Code source, exécutables windows"
-
+#, fuzzy
 #~ msgid "Source code only (USA)"
-#~ msgstr "Code source seulement (USA)"
+#~ msgstr "Code source"
 
+#, fuzzy
 #~ msgid "Source code only (Europe)"
-#~ msgstr "Code source seulement (Europe)"
+#~ msgstr "Code source"
 
-#~ msgid "USA (master site)"
-#~ msgstr "USA (site principal)"
-
+#, fuzzy
 #~ msgid "SourceForge"
-#~ msgstr "Sourceforge"
-
-#~ msgid "Europe"
-#~ msgstr "Europe"
+#~ msgstr "Code source"

Modified: htdocs/branches/beta/po/hu.po
===================================================================
--- htdocs/branches/beta/po/hu.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/hu.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gnucash-htdocs 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
 "PO-Revision-Date: 2011-08-11 23:33+0100\n"
 "Last-Translator: Takó Kornél <takokornel at gmail.com>\n"
 "Language-Team: en_GB <en_GB at li.org>\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr "FTP letöltés"
 
@@ -160,106 +160,343 @@
 msgid "View all GnuCash downloads"
 msgstr "Összes GnuCash letöltés"
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
-msgstr "Ingyenes könyvelő program"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
+msgstr "Méretezés"
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
-msgstr "Köszönti önt a GnuCash.org"
+#: sizing.phtml:14
+#, fuzzy
+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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
+msgstr ""
+"It can often be quite interesting to study the source code metrics behind a "
+"software development project. Not a surprising interest: it is accounting "
+"afterall. GnuCash has grown, over the years, from a small handy electronic "
+"chequebook to a rather large and multi-featured desktop app."
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
-msgstr "A GnuCash letöltése %s"
+#: sizing.phtml:17
+#, fuzzy
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 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."
 
-#: index.phtml:21
-msgid "Source"
-msgstr "Forrá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 ""
+"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."
 
-#: index.phtml:21
-msgid "Via distribution"
-msgstr "Disztribúción keresztül"
+#: 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 ""
+"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."
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
-msgstr "További letöltések (Forráskód, Fejlesztés, ...)"
+#: 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 ""
+"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."
 
-#: index.phtml:33
+#: sizing.phtml:32
 #, fuzzy
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
-"GnuCash is personal and small-business financial-accounting software, freely "
-"licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available "
-"for GNU/Linux, *BSD, Solaris and Mac OSX."
+"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, <tt>glade</tt> files are not "
+"counted, although large parts of the overall GUI are described in <tt>glade</"
+"tt> files."
 
-#: index.phtml:35
-#, fuzzy
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
-"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 chequebook register, it is based on professional accounting "
-"principles to ensure balanced books and accurate reports. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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)."
 
-#: index.phtml:39
-#, fuzzy
-msgid "Feature Highlights"
-msgstr "Features"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
+msgstr "Table 1.  Historical Development Stats"
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
-msgstr "Kettős könyvelés"
+#: sizing.phtml:42
+msgid "Version"
+msgstr "Verzió"
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
-msgstr "Stock/Bond/Mutual Fund Accounts"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
+msgstr "misc app"
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
-msgstr "Kisvállalkozás könyvelése"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
+msgstr "internal txt"
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
-msgstr "Jelentések, grafikák"
+#: sizing.phtml:57
+msgid "Total"
+msgstr "Összesen"
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
-msgstr "QIF/OFX/HBCI Import, Transaction Matching"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
+msgstr "Nyelv"
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
-msgstr "Ütemezett tranzakciók"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
+msgstr "Author Credits"
 
-#: index.phtml:50
-msgid "Financial Calculations"
-msgstr "Pénzügyi kalkulátor"
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
+msgstr "Minden cella  következőt mutatja:"
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
+#: sizing.phtml:322
+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 ""
+"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."
 
-#: index.phtml:58
-msgid "News"
-msgstr "Hírek"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
+msgstr ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
 
-#: index.phtml:73
-msgid "Older Announcements ..."
-msgstr "Korábbi bejegyzések"
+#: sizing.phtml:329
+msgid "Table Column Legend"
+msgstr "Table Column Legend"
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:333
+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 ""
+"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"
 
+#: sizing.phtml:337
+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 ""
+"Contents of the src/backend directory (version 1.7 and later) or of src/"
+"engine/file, src/engine/sql (version 1.6 and earlier)"
+
+#: sizing.phtml:341
+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 ""
+"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)"
+
+#: sizing.phtml:345
+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 ""
+"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/"
+"register/ledger-core (version 1.7 and later)"
+
+#: sizing.phtml:349
+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 ""
+"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."
+
+#: sizing.phtml:353
+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 ""
+"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"
+
+#: sizing.phtml:358
+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 ""
+"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"
+
+#: sizing.phtml:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+
+#: sizing.phtml:373
+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 ""
+"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."
+
+#: sizing.phtml:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+"Code to add small-business features: contents of the src/business directory."
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+
+#: sizing.phtml:388
+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 ""
+"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."
+
+#: sizing.phtml:393
+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 ""
+"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)"
+
+#: sizing.phtml:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+
+#: sizing.phtml:403
+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 ""
+"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."
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 #, fuzzy
 msgid "Writing Documentation"
@@ -277,18 +514,37 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 #, fuzzy
 msgid "Introduction"
 msgstr "Introduction"
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -297,14 +553,14 @@
 "pdf,...)."
 msgstr ""
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
@@ -312,29 +568,29 @@
 "The following links are for further sites that can help with the "
 "documentation and review process."
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 #, fuzzy
 msgid "We suggest also subscribing to"
 msgstr "We suggest also subscribing to "
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 #, fuzzy
 msgid "Gnome Documentation guidelines"
 msgstr "Documentation Development"
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 #, fuzzy
 msgid ""
 "As stated earlier, the new docs are based on the GNOME2 XML docbook system. "
@@ -345,11 +601,11 @@
 "docbook system. Everyone wishing to help please follow these guides where "
 "possible when reviewing and/or writing docs."
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr "Hol található a dokumentáció forrása"
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -357,7 +613,7 @@
 "net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
 msgstr ""
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -366,7 +622,7 @@
 "'gnucash-docs' in the mentioned svn commands, like this:"
 msgstr ""
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 #, fuzzy
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
@@ -378,11 +634,11 @@
 "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."
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr "szerkesztők"
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -390,7 +646,7 @@
 "(usually gnucash-docs, unless you renamed it):"
 msgstr ""
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -401,7 +657,7 @@
 "details about patch submission."
 msgstr ""
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -410,7 +666,7 @@
 "patch to gnucash-devel, it should be attached, not inlined."
 msgstr ""
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -422,7 +678,7 @@
 "devel</a> so that people can say 'hey I'm doing that already' or 'go ahead "
 "and do it'."
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 "
@@ -432,17 +688,17 @@
 "to when writing. This still has a lot of useful information in it which "
 "hasn't been transferred to the new docs"
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr "Reviewers"
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -454,15 +710,370 @@
 "org</a> to file the bugs under documentation. This can also be done using "
 "bug-buddy."
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "Dokumentáció"
+
+#: docs.phtml:4
+#, fuzzy
+msgid "Browse documentation online"
+msgstr "Documentation Development"
+
+#: docs.phtml:5
+#, fuzzy
+msgid "Download documentation as PDF"
+msgstr "Includes documentation in French."
+
+#: docs.phtml:6
+#, fuzzy
+msgid "Download documentation as epub"
+msgstr "Includes documentation in French."
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr ""
+
+#: docs.phtml:15
+#, fuzzy
+msgid "GnuCash Documentation"
+msgstr "Régebbi GnuCash dokumentáció"
+
+#: docs.phtml:17
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+
+#: docs.phtml:19
+#, fuzzy
+msgid "The Help Manual"
+msgstr "Help Manual"
+
+#: docs.phtml:20
+#, fuzzy
+msgid "The Tutorials and Concepts Guide"
+msgstr "Concepts Guide"
+
+#: docs.phtml:23
+#, fuzzy
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+"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."
+
+#: docs.phtml:25
+#, fuzzy
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
+"\"gnucash\" about your question.  Another resource is the <a href='http://"
+"gnomesupport.org/wiki/index.php/GnuCash'>English</a> or <a href='http://"
+"linuxwiki.de/GnuCash'>Deutsch</a> GnuCash wikis. A wiki is an interactive "
+"website where registered users can ask and answer questions."
+
+#: docs.phtml:27
+#, fuzzy
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+"Please send an email to the <a href='mailto:gnucash-user at lists.gnucash."
+"org'>gnucash-user</a> mailing list if you cannot find a satisfactory answer "
+"to your question within either the Help Manual or the Concepts Guide. We "
+"<b>want</b> feedback from you, it is only through your comments that we know "
+"how to modify the documentation."
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+#, fuzzy
+msgid "(current stable release)"
+msgstr "GnuCash v1.8 (current stable release)"
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr "Stabil"
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr "Help Manual"
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr "Angol"
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr "Német"
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr "Olasz"
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr "Concepts Guide"
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr "Japán"
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr "Dokumentáció"
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr "Instabil"
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr "Régebbi GnuCash dokumentáció"
+
+#: docs.phtml:260
+#, fuzzy
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+"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."
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr "Spanyol"
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr "Portugál"
+
+#: docs.phtml:334
+#, fuzzy
+msgid "Unofficial documentation"
+msgstr "Updated documentation"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr "néhányan írtak Hogyan -okat és bemutatókat."
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr "Joe Mack bemutatója"
+
+#: docs.phtml:341
+#, fuzzy
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr "Dave Gilbert's User Guide (PDF)"
+
+#: docs.phtml:345
+#, fuzzy
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+"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."
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr "Ingyenes könyvelő program"
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "Köszönti önt a GnuCash.org"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr "A GnuCash letöltése %s"
+
+#: index.phtml:21
+msgid "Source"
+msgstr "Forrás"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr "Disztribúción keresztül"
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr "További letöltések (Forráskód, Fejlesztés, ...)"
+
+#: index.phtml:33
+#, fuzzy
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+"GnuCash is personal and small-business financial-accounting software, freely "
+"licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available "
+"for GNU/Linux, *BSD, Solaris and Mac OSX."
+
+#: index.phtml:35
+#, fuzzy
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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 ""
+"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 chequebook register, it is based on professional accounting "
+"principles to ensure balanced books and accurate reports. "
+
+#: index.phtml:39
+#, fuzzy
+msgid "Feature Highlights"
+msgstr "Features"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr "Kettős könyvelés"
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr "Stock/Bond/Mutual Fund Accounts"
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr "Kisvállalkozás könyvelése"
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr "Jelentések, grafikák"
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr "QIF/OFX/HBCI Import, Transaction Matching"
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr "Ütemezett tranzakciók"
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr "Pénzügyi kalkulátor"
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr ""
+
+#: index.phtml:58
+msgid "News"
+msgstr "Hírek"
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr "Korábbi bejegyzések"
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr "Features"
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 
 #: features.phtml:17 features.phtml:24
@@ -516,31 +1127,31 @@
 msgstr ""
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
+msgid "The ability to enter <b>split transactions</b>"
 msgstr ""
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
 msgstr ""
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
+msgid "<b>Autofill</b> of entered transactions"
 msgstr ""
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 
 #: features.phtml:66
@@ -553,8 +1164,8 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
 
 #: features.phtml:79
@@ -599,7 +1210,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 
@@ -609,10 +1220,10 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 
 #: features.phtml:106
@@ -713,10 +1324,10 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
 
 #: features.phtml:171
@@ -768,9 +1379,8 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 
 #: features.phtml:205
@@ -843,231 +1453,6 @@
 "by step."
 msgstr ""
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr "Dokumentáció"
-
-#: docs.phtml:4
-#, fuzzy
-msgid "Browse documentation online"
-msgstr "Documentation Development"
-
-#: docs.phtml:5
-#, fuzzy
-msgid "Download documentation as PDF"
-msgstr "Includes documentation in French."
-
-#: docs.phtml:6
-#, fuzzy
-msgid "Download documentation as epub"
-msgstr "Includes documentation in French."
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-#, fuzzy
-msgid "GnuCash Documentation"
-msgstr "Régebbi GnuCash dokumentáció"
-
-#: docs.phtml:56
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-
-#: docs.phtml:58
-#, fuzzy
-msgid "The Help Manual"
-msgstr "Help Manual"
-
-#: docs.phtml:59
-#, fuzzy
-msgid "The Tutorials and Concepts Guide"
-msgstr "Concepts Guide"
-
-#: docs.phtml:62
-#, fuzzy
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-"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."
-
-#: docs.phtml:64
-#, fuzzy
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"\"gnucash\" about your question.  Another resource is the <a href='http://"
-"gnomesupport.org/wiki/index.php/GnuCash'>English</a> or <a href='http://"
-"linuxwiki.de/GnuCash'>Deutsch</a> GnuCash wikis. A wiki is an interactive "
-"website where registered users can ask and answer questions."
-
-#: docs.phtml:66
-#, fuzzy
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-"Please send an email to the <a href='mailto:gnucash-user at lists.gnucash."
-"org'>gnucash-user</a> mailing list if you cannot find a satisfactory answer "
-"to your question within either the Help Manual or the Concepts Guide. We "
-"<b>want</b> feedback from you, it is only through your comments that we know "
-"how to modify the documentation."
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-#, fuzzy
-msgid "(current stable release)"
-msgstr "GnuCash v1.8 (current stable release)"
-
-#: docs.phtml:76
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr "Stabil"
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr "Help Manual"
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr "Angol"
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr "Német"
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr "Olasz"
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr "Concepts Guide"
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr "Japán"
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr "Dokumentáció"
-
-#: docs.phtml:136
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr "Instabil"
-
-#: docs.phtml:190
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr "Régebbi GnuCash dokumentáció"
-
-#: docs.phtml:201
-#, fuzzy
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-"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."
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr "Spanyol"
-
-#: docs.phtml:256
-msgid "Portugese"
-msgstr "Portugál"
-
-#: docs.phtml:262
-#, fuzzy
-msgid "Unofficial documentation"
-msgstr "Updated documentation"
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr "néhányan írtak Hogyan -okat és bemutatókat."
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr "Joe Mack bemutatója"
-
-#: docs.phtml:269
-#, fuzzy
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr "Dave Gilbert's User Guide (PDF)"
-
-#: docs.phtml:273
-#, fuzzy
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-"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."
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr "Régebbi bejegyzések"
@@ -1080,343 +1465,6 @@
 "This is an archive of announcements that once appeared on the GnuCash home "
 "page."
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-msgstr "Méretezés"
-
-#: sizing.phtml:14
-#, fuzzy
-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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
-"from a small handy electronic checkbook to a rather large and multi-featured "
-"desktop app."
-msgstr ""
-"It can often be quite interesting to study the source code metrics behind a "
-"software development project. Not a surprising interest: it is accounting "
-"afterall. GnuCash has grown, over the years, from a small handy electronic "
-"chequebook to a rather large and multi-featured desktop app."
-
-#: sizing.phtml:17
-#, fuzzy
-msgid ""
-"<span class=\"gnucash\">GnuCash</span> 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 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."
-
-#: 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 ""
-"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."
-
-#: 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 ""
-"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."
-
-#: 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 ""
-"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."
-
-#: sizing.phtml:32
-#, fuzzy
-msgid ""
-"The table below shows some historical lines-of-code and number-of-files "
-"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-"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, <tt>glade</tt> files are not "
-"counted, although large parts of the overall GUI are described in <tt>glade</"
-"tt> files."
-
-#: sizing.phtml:35
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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 ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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)."
-
-#: sizing.phtml:38
-msgid "Table 1.  Historical Development Stats"
-msgstr "Table 1.  Historical Development Stats"
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr "Verzió"
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr "misc app"
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr "internal txt"
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr "Összesen"
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr "Nyelv"
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr "Author Credits"
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr "Minden cella  következőt mutatja:"
-
-#: sizing.phtml:322
-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 ""
-"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."
-
-#: sizing.phtml:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr "Table Column Legend"
-
-#: sizing.phtml:333
-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 ""
-"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"
-
-#: sizing.phtml:337
-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 ""
-"Contents of the src/backend directory (version 1.7 and later) or of src/"
-"engine/file, src/engine/sql (version 1.6 and earlier)"
-
-#: sizing.phtml:341
-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 ""
-"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)"
-
-#: sizing.phtml:345
-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 ""
-"*.c, *.h files in the src directory only (version 1.6 and earlier) or src/"
-"register/ledger-core (version 1.7 and later)"
-
-#: sizing.phtml:349
-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 ""
-"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."
-
-#: sizing.phtml:353
-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 ""
-"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"
-
-#: sizing.phtml:358
-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 ""
-"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"
-
-#: sizing.phtml:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-
-#: sizing.phtml:373
-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 ""
-"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."
-
-#: sizing.phtml:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr ""
-"Code to add small-business features: contents of the src/business directory."
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-
-#: sizing.phtml:388
-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 ""
-"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."
-
-#: sizing.phtml:393
-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 ""
-"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)"
-
-#: sizing.phtml:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-
-#: sizing.phtml:403
-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 ""
-"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."
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr "Információ"
@@ -1539,11 +1587,21 @@
 msgid "Request or vote enhancements for GnuCash"
 msgstr ""
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+#, fuzzy
+msgid "GnuCash on Google +"
+msgstr "GnuCash %s for"
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "GnuCash %s for"
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr "Nyelv"
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr "Kontinens"
 
@@ -1555,16 +1613,20 @@
 msgid "Translation problems? Contact:"
 msgstr "Fordítási problémák? Kapcsolat:"
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "pont"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "A kereső rendszert támogatja:"
 
-#: search/templates/NMZ.result.short.php_tmpl:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
-msgstr "(${size} bytes)"
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr ""
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr "Lekérdezés"
@@ -1860,20 +1922,6 @@
 msgid "Lists to Search"
 msgstr ""
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr "A kereső rendszert támogatja:"
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr ""
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "Keresési tippek"
@@ -1953,6 +2001,11 @@
 "not 100%, so it cause wrong results occasionally."
 msgstr ""
 
+#: search/templates/NMZ.result.normal.php_tmpl:4
+#: search/templates/NMZ.result.short.php_tmpl:4
+msgid "score"
+msgstr "pont"
+
 #: search/templates/NMZ.result.normal.php_tmpl:5
 msgid "Author"
 msgstr "Author"
@@ -1961,6 +2014,15 @@
 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} bytes)"
+
+#, fuzzy
+#~ msgid "Writing documentation"
+#~ msgstr "updated documentation"
+
 #~ msgid "Documentation Project"
 #~ msgstr "Dokumentáció Projekt"
 
@@ -7005,9 +7067,6 @@
 #~ "(All 1.5.x releases will be unstable/buggy. The next stable version will "
 #~ "be 1.6.0)."
 
-#~ msgid "updated documentation"
-#~ msgstr "updated documentation"
-
 #~ msgid "updated Norwegian and Portuguese translations"
 #~ msgstr "updated Norwegian and Portuguese translations"
 

Modified: htdocs/branches/beta/po/it.po
===================================================================
--- htdocs/branches/beta/po/it.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/it.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: GnuCash ht-docs\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
-"PO-Revision-Date: 2011-08-12 11:12+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
+"PO-Revision-Date: 2012-02-15 21:19+0100\n"
 "Last-Translator: Cristian Marchi <cri.penta at gmail.com>\n"
 "Language-Team: \n"
 "Language: \n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr "Scarica"
 
@@ -202,120 +202,361 @@
 msgid "View all GnuCash downloads"
 msgstr "Visualizza tutti i file scaricabili di GnuCash"
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
-msgstr "Programma di contabilità gratuito"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
+msgstr "Dimensioni"
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
-msgstr "Benvenuti su GnuCash.org"
+#: 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. <span class=\"gnucash\">GnuCash</span> 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à. <span class=\"gnucash"
+"\">GnuCash</span> è 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:18
-#, php-format
-msgid "Download GnuCash %s"
-msgstr "Scarica GnuCash %s"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
+"<span class=\"gnucash\">GnuCash</span> 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:21
-msgid "Source"
-msgstr "Sorgente"
+#: 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:21
-msgid "Via distribution"
-msgstr "Da distribuzione"
+#: 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:24
-msgid "More downloads (Source, Development,...)"
-msgstr "Altri file (codice sorgente, sviluppo, ecc...)"
+#: 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:33
+#: sizing.phtml:32
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
-"<span class=\"gnucash\">GnuCash</span> è un programma finanziario e di "
-"contabilità adatto all'utilizzo in ambito famigliare o in una piccola "
-"impresa, rilasciato gratuitamente con licenza <a href=\"http://www.gnu.org/"
-"\">GNU</a> GPL e disponibile per GNU/Linux, BSD, Solaris, Mac OS X e "
-"Microsoft Windows."
+"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 <span class="
+"\"gnucash\">GnuCash</span>. 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 <tt>glade</tt> anche se buona "
+"parte dell'interfaccia grafica è descritta nei file di questo tipo."
 
-#: index.phtml:35
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
-"Progettato per essere di semplice utilizzo, ma comunque potente e "
-"flessibile, <span class=\"gnucash\">GnuCash</span> 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."
+"Si noti anche che le KLOC non rappresentano una misura attendibile della "
+"produttività di un programmatore, e anche che <code>wc</code> 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:39
-msgid "Feature Highlights"
-msgstr "Caratteristiche principali"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
+msgstr "Tabella 1. Statistiche storiche di sviluppo"
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
-msgstr "Contabilità a partita doppia"
+#: sizing.phtml:42
+msgid "Version"
+msgstr "Versione"
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
-msgstr "Conti per azioni, obbligazioni e fondi comuni"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
+msgstr "applicazioni varie"
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
-msgstr "Contabilità di piccole imprese"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
+msgstr "txt interni"
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
-msgstr "Resoconti e grafici"
+#: sizing.phtml:57
+msgid "Total"
+msgstr "Totale"
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
+msgstr "Lingue"
+
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
+msgstr "Ringraziamenti"
+
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
+msgstr "Ogni cella visualizza:"
+
+#: sizing.phtml:322
+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 ""
-"Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le "
-"transazioni"
+"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:49 features.phtml:62
-msgid "Scheduled Transactions"
-msgstr "Transazioni pianificate"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. 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 <code>wc</code>. Come messo in evidenza in precedenza, wc non è "
+"un perfetto contatore di codice, ma è ciò che si ha a disposizione."
 
-#: index.phtml:50
-msgid "Financial Calculations"
-msgstr "Calcolatrice finanziaria"
+#: sizing.phtml:329
+msgid "Table Column Legend"
+msgstr "Legenda della colonna della tabella"
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
-msgstr "<b>Altre caratteristiche...</b>"
+#: sizing.phtml:333
+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."
 
-#: index.phtml:58
-msgid "News"
-msgstr "Novità"
+#: sizing.phtml:337
+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)"
 
-#: index.phtml:73
-msgid "Older Announcements ..."
-msgstr "Vecchie notizie..."
+#: sizing.phtml:341
+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)"
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:345
+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 ""
-"Fare clic  <a href=\"oldnews.phtml\">qui</a> per consultare le notizie "
-"precedenti..."
+"file *.c, *.h nella sola directory src (versione 1.6 e precedenti) o src/"
+"register/ledger-core (versione 1.7 e successive)"
 
+#: sizing.phtml:349
+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:353
+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:358
+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:363
+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:368
+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:373
+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:378
+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:383
+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:388
+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:393
+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:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+"Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti "
+"(il numero di file <tt>po/*.po</tt> ). Tra parentesi, è riportato il numero "
+"in migliaia di messaggi nei file dei messaggi (<tt>grep msgstr po/*.po |wc</"
+"tt>)"
+
+#: sizing.phtml:403
+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. "
+
 #: develdocs.phtml:3 externals/menu.phtml:53
-#, fuzzy
 msgid "Writing Documentation"
-msgstr "Documentazione"
+msgstr "Scrittura della documentazione"
 
 #: develdocs.phtml:11
-#, fuzzy
 msgid "Writing GnuCash Documentation"
-msgstr "Vecchia documentazione di GnuCash"
+msgstr "Scrittura della documentazione di GnuCash"
 
 #: develdocs.phtml:13
 msgid ""
@@ -323,18 +564,54 @@
 "span> documentation, you have come to the right place. This page will "
 "provide you with the necessary information to get started."
 msgstr ""
+"Se si intende migliorare la documentazione di <span class=\"gnucash"
+"\">GnuCash</span>, questo è il posto giusto. In questa pagina verranno "
+"fornite le informazioni necessarie per iniziare."
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+"Proprio come <span class=\"gnucash\">GnuCash</span> è stato sviluppato nel "
+"tempo grazie all'apporto di volontari, anche la documentazione è stata "
+"preparata da sviluppatori volontari e dagli utenti con lo scopo di insegnare "
+"agli altri come utilizzare <span class=\"gnucash\">GnuCash</span>. Questo "
+"sforzo collaborativo, ha portato alla creazione di due documenti, il "
+"<b>manuale di aiuto</b> e la <b>guida ai concetti</b>."
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+"La comunità di  <span class=\"gnucash\">GnuCash</span> accetta qualsiasi "
+"aiuto per il miglioramento sia del programma che della documentazione. Se si "
+"intende contribuire scrivendo, modificando o traducendo la documentazione "
+"di  <span class=\"gnucash\">GnuCash</span>, questa pagina fornisce le "
+"indicazioni necessarie per poter iniziare a contribuire."
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
+"La documentazione di <span class=\"gnucash\">GnuCash</span> può essere "
+"visualizzata e scaricata dalla <a href=\"docs.phtml\">pagina della "
+"documentazione</a>."
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 msgid "Introduction"
 msgstr "Introduzione"
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -348,7 +625,7 @@
 "file xml è possibile generare la documentazione in vari altri formati (html, "
 "pdf, ecc...)"
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
@@ -358,7 +635,7 @@
 "\">GnuCash</span>, è necessario conoscere il linguaggio XML. Può anche "
 "essere necessaria una conoscenza di base del sistema docbook"
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
@@ -366,7 +643,7 @@
 "I collegamenti seguenti sono relativi ad altri siti che possono essere di "
 "aiuto per i processi di creazione e di revisione della documentazione."
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
@@ -376,22 +653,22 @@
 "tratta la traduzione della documentazione, contiene alcune informazioni "
 "utili per lavorare con i file docbook."
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 "Una guida dettagliata su come lavorare con la documentazione (aggiornamento "
 "e manutenzione)"
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 msgid "We suggest also subscribing to"
 msgstr "Si consiglia anche l'iscrizione a"
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 msgid "Gnome Documentation guidelines"
 msgstr "Linee guida di GNOME per la documentazione"
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 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 "
@@ -401,11 +678,11 @@
 "XML. Chiunque desideri contribuire è invitato, dove possibile, a seguire le "
 "linee guida al momento della revisione e/o scrittura della documentazione."
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr "Dove ottenere il codice sorgente della documentazione"
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -419,7 +696,7 @@
 "projects/gnucash/files/gnucash-docs/'>pacchetto della documentazione "
 "corrente</a>."
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -434,24 +711,22 @@
 "della documentazione in luogo di quello del programma, sostituire \"gnucash"
 "\" con \"gnucash-docs\" nei comandi svn riportati, come per esempio:"
 
-#: develdocs.phtml:55
-#, fuzzy
+#: develdocs.phtml:59
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
 "packages to help users: the <b>Help Manual</b> and the <b>Tutorials and "
 "Concepts Guide</b>. With the above command, the source code of both will be "
 "downloaded."
 msgstr ""
-"Queso è il posto giusto per chiunque abbia una domanda relativa all'utilizzo "
-"di <span class=\"gnucash\">GnuCash</span>. Per prima cosa, si dovrebbe "
-"leggere il <b>manuale di aiuto</b> e la <b>guida ai concetti</b>; la maggior "
-"parte delle domande potrebbero trovare risposta in questi documenti."
+"Esistono due documenti principali di <span class=\"gnucash\">GnuCash</span> "
+"per aiutare l'utente: il <b>manuale di aiuto</b> e la <b>guida ai concetti</"
+"b>. Con il comando fornito, verrà scaricato il codice sorgente di entrambi."
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr "Autori"
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -464,7 +739,7 @@
 "patch eseguendo il seguente comando nella cartella base della documentazione "
 "(di solito \"gnucash-docs\", se non è stata rinominata):"
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -484,7 +759,7 @@
 "\">GnuCash</span> dedicata a bugzilla</a> per maggiori informazioni su come "
 "inviare una patch."
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -499,20 +774,20 @@
 "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."
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
 "devel</a> so that people can say 'hey I'm doing that already' or 'go ahead "
 "and do it'."
 msgstr ""
-"Si consiglia di comunicare agli altri autori la sezione su cui si desidera "
+"Si consiglia di comunicare ad altri autori la sezione su cui si desidera "
 "lavorare. La richiesta deve essere fatta sulla lista <a href='mailto:gnucash-"
 "devel at lists.gnucash.org'>gnucash-devel</a> in modo che le altre persone "
 "interessate possano dare il via libera o comunicare che quella particolare "
 "sezione è già assegnata a qualcun altro."
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 "
@@ -523,11 +798,11 @@
 "grande quantità di informazioni utili che non sono ancora state trasferite "
 "nella nuova documentazione."
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr "Revisori"
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
@@ -535,7 +810,7 @@
 "Una volta ottenuta una copia del codice sorgente della documentazione nel "
 "modo descritto più sopra, sarà possibile iniziare a commentarla."
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -548,19 +823,391 @@
 "indicandolo come relativo alla documentazione. Questo può avvenire anche "
 "utilizzando \"bug-buddy\"."
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "Documentazione"
+
+#: docs.phtml:4
+msgid "Browse documentation online"
+msgstr "Sfoglia la documentazione online"
+
+#: docs.phtml:5
+msgid "Download documentation as PDF"
+msgstr "Scarica la documentazione in formato PDF"
+
+#: docs.phtml:6
+msgid "Download documentation as epub"
+msgstr "Scarica la documentazione in formato epub"
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr "Scarica la documentazione in formato mobi"
+
+#: docs.phtml:15
+msgid "GnuCash Documentation"
+msgstr "Documentazione di GnuCash"
+
+#: docs.phtml:17
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+"Esistono due documenti principali di <span class=\"gnucash\">GnuCash</span> "
+"per aiutare l'utente:"
+
+#: docs.phtml:19
+msgid "The Help Manual"
+msgstr "Il manuale di aiuto"
+
+#: docs.phtml:20
+msgid "The Tutorials and Concepts Guide"
+msgstr "La guida ai concetti"
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+"Il <b>manuale di aiuto</b> è pensato per costituire un rapido riferimento su "
+"come compiere delle operazioni specifiche e su come utilizzare le "
+"caratteristiche di <span class=\"gnucash\">GnuCash</span>. La <b>guida ai "
+"concetti</b> costituisce invece un approfondimento dei concetti che stanno "
+"alla base dell'utilizzo di <span class=\"gnucash\">GnuCash</span>; essa "
+"illustra anche degli esempi guidati su come mettere in pratica questi "
+"concetti."
+
+#: docs.phtml:25
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+"In aggiunta, è possibile sottoporre ad altri il proprio problema tramite IRC "
+"usando il canale <b>#gnucash</b> su <i>irc.gnome.org</i>. Ulteriori risorse "
+"sono le wiki <a href=\"http://wiki.gnucash.org/wiki/\">Inglese</a> o <a href="
+"\"http://linuxwiki.de/GnuCash\">Tedesca</a> di <span class=\"gnucash"
+"\">GnuCash</span>."
+
+#: docs.phtml:27
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+"Inviare una mail alla lista di discussione <a href='mailto:gnucash-"
+"user at lists.gnucash.org'>gnucash-user</a> se non è stata trovata una risposta "
+"soddisfacente al proprio quesito nel <b>manuale di aiuto</b> o nella "
+"<b>guida ai concetti</b>. Abbiamo <b>bisogno</b> dei vostri commenti, dato "
+"che solo attraverso di essi possiamo capire come migliorare la "
+"documentazione."
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+"La documentazione di <span class=\"gnucash\">GnuCash</span> è stata creata "
+"dalla comunità degli utenti. Consultare la <a href=\"develdocs.phtml"
+"\">pagina sulla scrittura della documentazione</a> per contribuire a questo "
+"progetto."
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr "(rilascio stabile attuale)"
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr ""
+"L'attuale documentazione <em>stabile</em> dell'utente e dello sviluppatore"
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr "Stabile"
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr "Manuale di aiuto"
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr "Inglese"
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr "Tedesco"
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr "Italiano"
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr "Guida ai concetti"
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr "Giapponese"
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+"Questa è l'ultima versione stabile della documentazione di <span class="
+"\"gnucash\">GnuCash</span>. <em>Stabile</em> significa che questa "
+"documentazione non è necessariamente la più aggiornata ma funziona senza "
+"problemi."
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr "Documentazione compilata in notturna"
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr ""
+"L'attuale documentazione <em>instabile</em> dell'utente e dello sviluppatore"
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr "Instabile"
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+"Ogni notte un server compila la documentazione partendo dal contenuto del "
+"deposito SVN di <span class=\"gnucash\">GnuCash</span>. Sono incluse la "
+"<b>documentazione per gli sviluppatori</b> di <b>Doxygen</b> e la "
+"<b>documentazione dell'utente</b> relativa all'attuale versione instabile di "
+"<span class=\"gnucash\">GnuCash</span>."
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+"<b>NOTA:</b> questi documenti potrebbero a volte non essere accessibili "
+"poiché gli sviluppatori potrebbero essere al lavoro su di essi per "
+"migliorarli. Comunque rappresentano il riferimento più aggiornato per gli "
+"utenti di  <span class=\"gnucash\">GnuCash</span>."
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr "Vecchia documentazione di GnuCash"
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+"Questa sezione raccoglie tutta la vecchia documentazione di <span class="
+"\"gnucash\">GnuCash</span>. Se si sta utilizzando una di queste vecchie "
+"versioni di <span class=\"gnucash\">GnuCash</span>, si raccomanda caldamente "
+"di aggiornarla all'ultima versione stabile."
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr "Spagnolo"
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr "Portoghese"
+
+#: docs.phtml:334
+msgid "Unofficial documentation"
+msgstr "Documentazione non ufficiale"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr "Alcune persone hanno scritto degli HOWTO e delle guide."
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr "Guida pratica di Joe Mack (Inglese)"
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr "Guida dell'utente di Dave Gilbert (Pdf in Inglese)"
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+"<b>NOTA</b>: le informazioni presenti in queste fonti possono o non possono "
+"essere aggiornate alla versione più recente di <span class=\"gnucash"
+"\">GnuCash</span>. Se si è interessati a sviluppare questi documenti, si "
+"dovrebbe prima contattare l'autore originale."
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr "Programma di contabilità gratuito"
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "Benvenuti su GnuCash.org"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr "Scarica GnuCash %s"
+
+#: index.phtml:21
+msgid "Source"
+msgstr "Sorgente"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr "Da distribuzione"
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr "Altri file (codice sorgente, sviluppo, ecc...)"
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> è un programma finanziario e di "
+"contabilità adatto all'utilizzo in ambito famigliare o in una piccola "
+"impresa, rilasciato gratuitamente con licenza <a href=\"http://www.gnu.org/"
+"\">GNU</a> GPL e disponibile per GNU/Linux, BSD, Solaris, Mac OS X e "
+"Microsoft Windows."
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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, <span class=\"gnucash\">GnuCash</span> 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:39
+msgid "Feature Highlights"
+msgstr "Caratteristiche principali"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr "Contabilità a partita doppia"
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr "Conti per azioni, obbligazioni e fondi comuni"
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr "Contabilità di piccole imprese"
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr "Resoconti e grafici"
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr ""
+"Importazione di dati QIF/OFX/HBCI, ricerca delle corrispondenze tra le "
+"transazioni"
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr "Transazioni pianificate"
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr "Calcolatrice finanziaria"
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr "<b>Altre caratteristiche...</b>"
+
+#: index.phtml:58
+msgid "News"
+msgstr "Novità"
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr "Vecchie notizie..."
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+"Fare clic  <a href=\"oldnews.phtml\">qui</a> per consultare le notizie "
+"precedenti..."
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr "Funzionalità"
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 "<span class=\"gnucash\">GnuCash</span> è un potente programma di "
 "contabilità. Questa pagina descrive in dettaglio le numerose funzionalità "
-"che <span class=\"gnucash\">GnuCash</span> offre ai suoi utenti."
+"che <span class=\"gnucash\">GnuCash</span> offre ai propri utenti."
 
 #: features.phtml:17 features.phtml:24
 msgid "Main features"
@@ -620,35 +1267,37 @@
 "inoltre fornite le seguenti funzionalità:"
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
-msgstr "<b>Autocompletamento</b> delle transazioni inserite"
+msgid "The ability to enter <b>split transactions</b>"
+msgstr "Possibilità di immettere delle <b>transazioni pianificate</b>"
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
-msgstr "Possibilità di marcare una transazione come <b>liquidata</b>"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
+msgstr ""
+"Possibilità di marcare una transazione come <b>liquidata</b> o "
+"<b>riconciliata</b>"
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
-msgstr "Possibilità di immissione di <b>transazioni pianificate</b>"
+msgid "<b>Autofill</b> of entered transactions"
+msgstr "<b>Autocompletamento</b> delle transazioni inserite"
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
-"<b>Più conti</b> possono essere visualizzati contemporaneamente in un'unica "
-"finestra del registro."
+"Possibilità di visualizzare <b>Più conti</b> contemporaneamente in un'unica "
+"finestra del registro"
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
 "Una <b>barra di riepilogo</b> visualizza tutte le informazioni relative al "
 "saldo del conto"
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 "Numerose opzioni per <b>personalizzare</b> l'aspetto e lo stile di "
 "visualizzazione"
@@ -666,8 +1315,8 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
 "Un assistente che viene eseguito ad ogni avvio di <span class=\"gnucash"
 "\">GnuCash</span>, permette di posticipare una transazione pianificata senza "
@@ -719,7 +1368,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 "I grafici e i resoconti possono essere personalizzati nel contenuto e "
@@ -732,10 +1381,10 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 "La <b>riconciliazione</b> di un conto è un'operazione che permette "
 "all'utente di confrontare le transazioni inserite in un conto di <span class="
@@ -849,15 +1498,15 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
-"Oltre al formato xml, a partire dalla versione 2.4 i dati finanziari di "
+"<span class=\"gnucash\">GnuCash</span> di norma immagazzina i dati in file "
+"di formato <b>xml</b>. A partire dalla versione 2.4 i dati finanziari di "
 "<span class=\"gnucash\">GnuCash</span> possono essere immagazzinati in un "
-"<b>database SQL</b> nella propria applicazione preferita (SQLite3, MySQL o "
-"PostgreSQL)."
+"<b>database SQL</b> usando <b>SQLite3</b>, <b>MySQL</b> o <b>PostgreSQL</b>."
 
 #: features.phtml:171
 msgid "QIF and OFX Import"
@@ -917,13 +1566,11 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 "<span class=\"gnucash\">GnuCash</span> può essere eseguito su diversi "
-"sistemi operativi. Sono supporti i più diffusi sistemi operativi, come "
-"<b>Windows</b>, <b>MacOSX</b> e <b>Linux</b> ma anche molti altri."
+"sistemi operativi inclusi <b>Windows</b>, <b>MacOSX</b> e <b>Linux</b>."
 
 #: features.phtml:205
 msgid "Localization"
@@ -1000,246 +1647,6 @@
 "di base relative ai principi di contabilità e su come questi vengano "
 "applicati in <span class=\"gnucash\">GnuCash</span>."
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr "Documentazione"
-
-#: docs.phtml:4
-msgid "Browse documentation online"
-msgstr "Sfoglia la documentazione online"
-
-#: docs.phtml:5
-msgid "Download documentation as PDF"
-msgstr "Scarica la documentazione in formato PDF"
-
-#: docs.phtml:6
-msgid "Download documentation as epub"
-msgstr "Scarica la documentazione in formato epub"
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr "Scarica la documentazione in formato mobi"
-
-#: docs.phtml:54
-#, fuzzy
-msgid "GnuCash Documentation"
-msgstr "Vecchia documentazione di GnuCash"
-
-#: docs.phtml:56
-#, fuzzy
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-"Di seguito sono elencati alcuni metodi per installare <span class=\"gnucash"
-"\">GnuCash</span> in alcune delle più popolari distribuzioni:"
-
-#: docs.phtml:58
-#, fuzzy
-msgid "The Help Manual"
-msgstr "Manuale di aiuto"
-
-#: docs.phtml:59
-#, fuzzy
-msgid "The Tutorials and Concepts Guide"
-msgstr "Guida ai concetti"
-
-#: docs.phtml:62
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-"Il <b>manuale di aiuto</b> è pensato per costituire un rapido riferimento su "
-"come compiere delle operazioni specifiche e su come utilizzare le "
-"caratteristiche di <span class=\"gnucash\">GnuCash</span>. La <b>guida ai "
-"concetti</b> costituisce invece un approfondimento dei concetti che stanno "
-"alla base dell'utilizzo di <span class=\"gnucash\">GnuCash</span>; essa "
-"illustra anche degli esempi guidati su come mettere in pratica questi "
-"concetti."
-
-#: docs.phtml:64
-#, fuzzy
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-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 <a href='http://wiki.gnucash.org/wiki/'>Inglese</a> o "
-"<a href='http://linuxwiki.de/GnuCash'>Tedesca</a> di <span class=\"gnucash"
-"\">GnuCash</span>. Una wiki è un sito web interattivo in cui gli utenti "
-"registrati possono rispondere o proporre delle domande."
-
-#: docs.phtml:66
-#, fuzzy
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-"Inviare una mail alla lista di discussione <a href='mailto:gnucash-"
-"user at lists.gnucash.org'>gnucash-user</a> se non è stata trovata una risposta "
-"soddisfacente al proprio quesito nel <b>manuale di aiuto</b> o nella "
-"<b>guida ai concetti</b>. Abbiamo <b>bisogno</b> dei vostri commenti, dato "
-"che solo attraverso di essi possiamo capire come migliorare la "
-"documentazione."
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-msgid "(current stable release)"
-msgstr "(rilascio stabile attuale)"
-
-#: docs.phtml:76
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr ""
-"L'attuale documentazione <em>stabile</em> dell'utente e dello sviluppatore"
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr "Stabile"
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr "Manuale di aiuto"
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr "Inglese"
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr "Tedesco"
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr "Italiano"
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr "Guida ai concetti"
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr "Giapponese"
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-"Questa è l'ultima versione stabile della documentazione di <span class="
-"\"gnucash\">GnuCash</span>. <em>Stabile</em> significa che questa "
-"documentazione non è necessariamente la più aggiornata ma funziona senza "
-"problemi."
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr "Documentazione compilata in notturna"
-
-#: docs.phtml:136
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr ""
-"L'attuale documentazione <em>instabile</em> dell'utente e dello sviluppatore"
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr "Instabile"
-
-#: docs.phtml:190
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-"Ogni notte un server compila la documentazione partendo dal contenuto del "
-"deposito SVN di <span class=\"gnucash\">GnuCash</span>. Sono incluse la "
-"<b>documentazione per gli sviluppatori</b> di <b>Doxygen</b> e la "
-"<b>documentazione dell'utente</b> relativa all'attuale versione instabile di "
-"<span class=\"gnucash\">GnuCash</span>."
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-"<b>NOTA:</b> questi documenti potrebbero a volte non essere accessibili "
-"poiché gli sviluppatori potrebbero essere al lavoro su di essi per "
-"migliorarli. Comunque rappresentano il riferimento più aggiornato per gli "
-"utenti di  <span class=\"gnucash\">GnuCash</span>."
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr "Vecchia documentazione di GnuCash"
-
-#: docs.phtml:201
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-"Questa sezione raccoglie tutta la vecchia documentazione di <span class="
-"\"gnucash\">GnuCash</span>. Se si sta utilizzando una di queste vecchie "
-"versioni di <span class=\"gnucash\">GnuCash</span>, si raccomanda caldamente "
-"di aggiornarla all'ultima versione stabile."
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr "Spagnolo"
-
-#: docs.phtml:256
-msgid "Portugese"
-msgstr "Portoghese"
-
-#: docs.phtml:262
-msgid "Unofficial documentation"
-msgstr "Documentazione non ufficiale"
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr "Alcune persone hanno scritto degli HOWTO e delle guide."
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr "Guida pratica di Joe Mack (Inglese)"
-
-#: docs.phtml:269
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr "Guida dell'utente di Dave Gilbert (Pdf in Inglese)"
-
-#: docs.phtml:273
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-"<b>NOTA</b>: le informazioni presenti in queste fonti possono o non possono "
-"essere aggiornate alla versione più recente di <span class=\"gnucash"
-"\">GnuCash</span>. Se si è interessati a sviluppare questi documenti, si "
-"dovrebbe prima contattare l'autore originale."
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr "Vecchi annunci"
@@ -1252,354 +1659,6 @@
 "Questo è un archivio di annunci comparsi in passato nella pagina principale "
 "di GnuCash."
 
-#: sizing.phtml:3 externals/menu.phtml:54
-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. <span class=\"gnucash\">GnuCash</span> 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à. <span class=\"gnucash"
-"\">GnuCash</span> è 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 ""
-"<span class=\"gnucash\">GnuCash</span> 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 ""
-"<span class=\"gnucash\">GnuCash</span> 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!"
-
-#: 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 <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> 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 <span class="
-"\"gnucash\">GnuCash</span>. 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 <tt>glade</tt> 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 <code>wc</code> 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 <code>wc</code> 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:38
-msgid "Table 1.  Historical Development Stats"
-msgstr "Tabella 1. Statistiche storiche di sviluppo"
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr "Versione"
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr "applicazioni varie"
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr "txt interni"
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr "Totale"
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr "Lingue"
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr "Ringraziamenti"
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr "Ogni cella visualizza:"
-
-#: sizing.phtml:322
-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:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. 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 <code>wc</code>. Come messo in evidenza in precedenza, wc non è "
-"un perfetto contatore di codice, ma è ciò che si ha a disposizione."
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr "Legenda della colonna della tabella"
-
-#: sizing.phtml:333
-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:337
-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:341
-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:345
-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:349
-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:353
-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:358
-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:363
-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:368
-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:373
-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:378
-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:383
-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:388
-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:393
-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:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-"Il numero di lingue in cui i messaggi dell'applicazione sono stati tradotti "
-"(il numero di file <tt>po/*.po</tt> ). Tra parentesi, è riportato il numero "
-"in migliaia di messaggi nei file dei messaggi (<tt>grep msgstr po/*.po |wc</"
-"tt>)"
-
-#: sizing.phtml:403
-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:6
 msgid "Information"
 msgstr "Informazioni"
@@ -1661,7 +1720,6 @@
 msgstr "IRC (Chat)"
 
 #: externals/menu.phtml:46
-#, fuzzy
 msgid "Development"
 msgstr "Sviluppo"
 
@@ -1732,11 +1790,21 @@
 msgid "Request or vote enhancements for GnuCash"
 msgstr "Richiedi o vota nuove funzionalità per GnuCash"
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+#, fuzzy
+msgid "GnuCash on Google +"
+msgstr "GnuCash %s per"
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "GnuCash %s per"
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr "Lingua"
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr "Continente"
 
@@ -1748,16 +1816,22 @@
 msgid "Translation problems? Contact:"
 msgstr "Problemi con la traduzione? contattare:"
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "punteggio"
+#: 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:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
-msgstr "(${dimensione} byte)"
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr "Segnalare i problemi relativi a server ed email a:"
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+"Problemi di traduzione? Contattare <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr "Richiesta"
@@ -2119,22 +2193,6 @@
 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.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr "Segnalare i problemi relativi a server ed email a:"
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-"Problemi di traduzione? Contattare <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "Suggerimenti per la ricerca"
@@ -2242,6 +2300,11 @@
 "È 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"
@@ -2250,6 +2313,15 @@
 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)"
+
+#, fuzzy
+#~ msgid "Writing documentation"
+#~ msgstr "Documentazione non ufficiale"
+
 #~ msgid "Documentation Project"
 #~ msgstr "Progetto per la documentazione"
 

Modified: htdocs/branches/beta/po/ja.po
===================================================================
--- htdocs/branches/beta/po/ja.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/ja.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gnucash-htdocs r18581\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
 "PO-Revision-Date: 2010-11-26 17:46+0900\n"
 "Last-Translator: Yasuaki Taniguchi <yasuakit at gmail.com>\n"
 "Language-Team: Japanese <translation-team-ja at lists.sourceforge.net>\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr "ダウンロード"
 
@@ -176,108 +176,244 @@
 msgid "View all GnuCash downloads"
 msgstr "すべての GnuCash ダウンロードファイルを見る"
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
-msgstr "フリーの財務ソフトウェア"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
+msgstr "開発規模"
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
-msgstr "GnuCash.orgにようこそ"
+#: 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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
+msgstr ""
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
-msgstr "GnuCash %s のダウンロード"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
 
-#: index.phtml:21
-msgid "Source"
-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 ""
 
-#: index.phtml:21
-msgid "Via distribution"
-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 ""
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
-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 ""
 
-#: index.phtml:33
-#, fuzzy
+#: sizing.phtml:32
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
-"GnuCash は個人または小規模ビジネス向けの財務ソフトウェアです。<a href="
-"\"http://www.gnu.org/\">GNU</a> GPL ライセンスに基づきフリーで提供されていま"
-"す。GNU/Linux、 BSD、 Solaris、 Mac OS X および Microsoft Windows で利用でき"
-"ます。"
 
-#: index.phtml:35
-#, fuzzy
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
-"簡単に使えるように設計されていますが、強力で高い柔軟性があります。GnuCash に"
-"よって銀行口座、株式、収益および費用を追跡することができます。小切手帳のよう"
-"に素早く、直感的に利用できる一方、プロの会計原理に基づいているため確実に帳簿"
-"の釣り合を保ち、正確な帳票を作成できます。"
 
-#: index.phtml:39
-msgid "Feature Highlights"
-msgstr "主な特徴"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
+msgstr ""
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
-msgstr "複式記帳法会計処理"
+#: sizing.phtml:42
+msgid "Version"
+msgstr "バージョン"
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
-msgstr "株式/債券/投資信託勘定科目"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
+msgstr ""
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
-msgstr "小規模ビジネスの会計処理"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
+msgstr "内部テキスト"
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
-msgstr "帳票、グラフ"
+#: sizing.phtml:57
+msgid "Total"
+msgstr "合計"
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
-msgstr "QIF/OFX/HBCI 形式のインポート、取引を一致させる処理"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
+msgstr "言語"
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
-msgstr "予定取引"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
+msgstr ""
 
-#: index.phtml:50
-#, fuzzy
-msgid "Financial Calculations"
-msgstr "財務計算"
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
+msgstr ""
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
+#: sizing.phtml:322
+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 ""
 
-#: index.phtml:58
-msgid "News"
-msgstr "ニュース"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
+msgstr ""
 
-#: index.phtml:73
-#, fuzzy
-msgid "Older Announcements ..."
-msgstr "過去のアナウンス"
+#: sizing.phtml:329
+msgid "Table Column Legend"
+msgstr ""
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:333
+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:337
+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:341
+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:345
+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:349
+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:353
+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:358
+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:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+
+#: sizing.phtml:373
+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:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+
+#: sizing.phtml:388
+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:393
+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:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+
+#: sizing.phtml:403
+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 ""
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 #, fuzzy
 msgid "Writing Documentation"
@@ -295,17 +431,36 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 msgid "Introduction"
 msgstr "導入"
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 #, fuzzy
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
@@ -319,7 +474,7 @@
 "xml ファイルを入力としていくつかの異なる形式 (html、pdf等) で出力することがで"
 "きます。"
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 #, fuzzy
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
@@ -329,13 +484,13 @@
 "GnuCash の文書を査読または記述するときは xml を知っている必要があります。加え"
 "て、いくつかの docbook システムに関する基本的な知識も役に立ちます。"
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
 msgstr "次のリンクは文書化および査読過程で非常に役に立つサイトです。"
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 #, fuzzy
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
@@ -345,21 +500,21 @@
 "この GnuCash wiki ページはこれから翻訳が必要ですが、docbook ファイルを使用す"
 "るために役に立つ情報が含まれています。"
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 #, fuzzy
 msgid "We suggest also subscribing to"
 msgstr "次のメーリングリストを購読することを提案します"
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 msgid "Gnome Documentation guidelines"
 msgstr "Gnome 文書ガイドライン"
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 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 "
@@ -369,11 +524,11 @@
 "貢献をしようと考えている方は、査読や文書作成を行うときにこれらのガイドに従う"
 "ようにしてください。"
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr "文書ソースの入手"
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 #, fuzzy
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
@@ -386,7 +541,7 @@
 "projects/gnucash/files/gnucash-docs/'>最新の文書 tar アーカイブ</a> から開始"
 "しても構いません。"
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 #, fuzzy
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
@@ -400,7 +555,7 @@
 "アウト対象を gnucash から gnucash-docs に単に変更してください。実際には以下の"
 "ようになります。"
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 #, fuzzy
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
@@ -412,11 +567,11 @@
 "います。最初に読むべき文書はヘルプマニュアルおよびコンセプトガイドです。あな"
 "たの疑問に対するほとんどの解決方法はこれらの文書に書いてあります。"
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr "著者"
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -427,7 +582,7 @@
 "満足のいく物になったら文書の最上位ディレクトリ (通常は変更しない限り gnucash-"
 "docs になります) で以下のコマンドを入力してパッチを作成してください。"
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 #, fuzzy
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
@@ -446,7 +601,7 @@
 "は <a href='http://wiki.gnucash.org/wiki/Bugzilla'>GnuCash' wiki page on "
 "bugzilla</a> も併せて確認してください。"
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -461,7 +616,7 @@
 "かです)。もしパッチを gnucash-devel に送ろうと考えている場合は、インラインに"
 "記述するのではなく添付してください。"
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -473,7 +628,7 @@
 "きるように <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</"
 "a> へメールを送ってください。"
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 "
@@ -483,17 +638,17 @@
 "れません。これは古い文書内に新しい文書に移行されていない多くの役に立つ情報が"
 "ある場合です。"
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr "査読者"
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr "上で説明した方法で文書のソースを入手し、査読を行ってください。"
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -504,15 +659,385 @@
 "<a href='http://bugzilla.gnome.org/'>bugzilla.gnome.org</a> に文書に関してバ"
 "グ登録をしておくことです。バグ追跡システムによって記録が残ります。"
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "文書"
+
+#: docs.phtml:4
+#, fuzzy
+msgid "Browse documentation online"
+msgstr "Gnome 文書ガイドライン"
+
+#: docs.phtml:5
+#, fuzzy
+msgid "Download documentation as PDF"
+msgstr "文書"
+
+#: docs.phtml:6
+#, fuzzy
+msgid "Download documentation as epub"
+msgstr "文書"
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr ""
+
+#: docs.phtml:15
+#, fuzzy
+msgid "GnuCash Documentation"
+msgstr "過去の GnuCash 文書"
+
+#: docs.phtml:17
+#, fuzzy
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+"いくつかの有名なディストリビューションで GnuCash をインストールする方法は次の"
+"通りです。"
+
+#: docs.phtml:19
+#, fuzzy
+msgid "The Help Manual"
+msgstr "ヘルプマニュアル"
+
+#: docs.phtml:20
+#, fuzzy
+msgid "The Tutorials and Concepts Guide"
+msgstr "コンセプトガイド"
+
+#: docs.phtml:23
+#, fuzzy
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+"ヘルプマニュアルは GnuCash で特定の作業を達成を達成する方法、および、機能を使"
+"用する方法に関して説明するクイックリファレンスとして設計されています。コンセ"
+"プトガイドは GnuCash を使用する際の背景となる概念をより深く説明するガイドとし"
+"て設計され、これらの概念を利用する方法に関するチュートリアルを提供していま"
+"す。"
+
+#: docs.phtml:25
+#, fuzzy
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+"これに加えて、IRC を使用して英語で他の誰かに質問をすることができます。 irc."
+"gnome.org サーバーの \"#gnucash\" チャンネルを使用してください。他のリソース"
+"として <a href='http://wiki.gnucash.org/wiki/'>英語</a> および <a "
+"href='http://linuxwiki.de/GnuCash'>ドイツ語</a> の GnuCash wiki があります。"
+"wiki は登録された利用者が質問や回答を登録することが可能な対話的な Web サイト"
+"です。"
+
+#: docs.phtml:27
+#, fuzzy
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+"もしヘルプマニュアルとコンセプトガイドで疑問に対する十分な回答を得られなかっ"
+"た場合は <a href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a> "
+"メーリングリストに<b>英語</b>でメールを送ってください。私たちはあなたたちの"
+"フィードバックを<b>求めています</b>。あなたのコメントを通してのみ私たちはどの"
+"ように文書を変更するべきか知ることができます。"
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+#, fuzzy
+msgid "(current stable release)"
+msgstr "GnuCash v2.2 (現在の安定版)"
+
+#: docs.phtml:37
+#, fuzzy
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr "現在の開発版ユーザー文書および開発文書"
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr ""
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr "ヘルプマニュアル"
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr "英語"
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr "ドイツ語"
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr "イタリア語"
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr "コンセプトガイド"
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr "日本語"
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr "日次夜間文書ビルド"
+
+#: docs.phtml:146
+#, fuzzy
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr "現在の開発版ユーザー文書および開発文書"
+
+#: docs.phtml:149
+#, fuzzy
+msgid "Unstable"
+msgstr "インストーラー"
+
+#: docs.phtml:249
+#, fuzzy
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+"毎晩、GnuCash subversion リポジトリの現在の内容から文書が作成されます。これら"
+"には Doxygen による開発者向け文書および現在のGnuCash開発版のユーザー文書が含"
+"まれます。"
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr "過去の GnuCash 文書"
+
+#: docs.phtml:260
+#, fuzzy
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+"このセクションに含まれているのはすべて古い GnuCash に関する文書です。もしこれ"
+"ら古いバージョンの GnuCash を使用している場合は、最新の安定バージョンにアップ"
+"グレードすることを推奨します。"
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr ""
+
+#: docs.phtml:328
+#, fuzzy
+msgid "Portugese"
+msgstr "ポルトガル語"
+
+#: docs.phtml:334
+#, fuzzy
+msgid "Unofficial documentation"
+msgstr "文書"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr ""
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr "Joe Mack 氏によるチュートリアル"
+
+#: docs.phtml:341
+#, fuzzy
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr "Dave Gilbert 氏によるユーザーズガイド (PDF)"
+
+#: docs.phtml:345
+#, fuzzy
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+"何名かの人々が HOWTO ガイドやチュートリアルを書いています。注意: これらの情報"
+"は最新バージョンの GnuCash に対応してアップデートしているかもしれませんし、"
+"アップデートしていないかもしれません。もしこれらの文書の開発に興味があるな"
+"ら、元の作者に連絡してください。"
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr "フリーの財務ソフトウェア"
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "GnuCash.orgにようこそ"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr "GnuCash %s のダウンロード"
+
+#: index.phtml:21
+msgid "Source"
+msgstr "ソース"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr "ディストリビューションでの入手"
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr "他のダウンロード (ソース、開発版、…)"
+
+#: index.phtml:33
+#, fuzzy
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+"GnuCash は個人または小規模ビジネス向けの財務ソフトウェアです。<a href="
+"\"http://www.gnu.org/\">GNU</a> GPL ライセンスに基づきフリーで提供されていま"
+"す。GNU/Linux、 BSD、 Solaris、 Mac OS X および Microsoft Windows で利用でき"
+"ます。"
+
+#: index.phtml:35
+#, fuzzy
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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:39
+msgid "Feature Highlights"
+msgstr "主な特徴"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr "複式記帳法会計処理"
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr "株式/債券/投資信託勘定科目"
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr "小規模ビジネスの会計処理"
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr "帳票、グラフ"
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr "QIF/OFX/HBCI 形式のインポート、取引を一致させる処理"
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr "予定取引"
+
+#: index.phtml:50
+#, fuzzy
+msgid "Financial Calculations"
+msgstr "財務計算"
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr ""
+
+#: index.phtml:58
+msgid "News"
+msgstr "ニュース"
+
+#: index.phtml:73
+#, fuzzy
+msgid "Older Announcements ..."
+msgstr "過去のアナウンス"
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr "特徴"
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 
 #: features.phtml:17 features.phtml:24
@@ -566,31 +1091,31 @@
 msgstr ""
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
+msgid "The ability to enter <b>split transactions</b>"
 msgstr ""
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
 msgstr ""
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
+msgid "<b>Autofill</b> of entered transactions"
 msgstr ""
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 
 #: features.phtml:66
@@ -603,8 +1128,8 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
 
 #: features.phtml:79
@@ -649,7 +1174,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 
@@ -659,10 +1184,10 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 
 #: features.phtml:106
@@ -762,10 +1287,10 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
 
 #: features.phtml:171
@@ -819,9 +1344,8 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 
 #: features.phtml:205
@@ -891,244 +1415,6 @@
 "by step."
 msgstr ""
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr "文書"
-
-#: docs.phtml:4
-#, fuzzy
-msgid "Browse documentation online"
-msgstr "Gnome 文書ガイドライン"
-
-#: docs.phtml:5
-#, fuzzy
-msgid "Download documentation as PDF"
-msgstr "文書"
-
-#: docs.phtml:6
-#, fuzzy
-msgid "Download documentation as epub"
-msgstr "文書"
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-#, fuzzy
-msgid "GnuCash Documentation"
-msgstr "過去の GnuCash 文書"
-
-#: docs.phtml:56
-#, fuzzy
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-"いくつかの有名なディストリビューションで GnuCash をインストールする方法は次の"
-"通りです。"
-
-#: docs.phtml:58
-#, fuzzy
-msgid "The Help Manual"
-msgstr "ヘルプマニュアル"
-
-#: docs.phtml:59
-#, fuzzy
-msgid "The Tutorials and Concepts Guide"
-msgstr "コンセプトガイド"
-
-#: docs.phtml:62
-#, fuzzy
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-"ヘルプマニュアルは GnuCash で特定の作業を達成を達成する方法、および、機能を使"
-"用する方法に関して説明するクイックリファレンスとして設計されています。コンセ"
-"プトガイドは GnuCash を使用する際の背景となる概念をより深く説明するガイドとし"
-"て設計され、これらの概念を利用する方法に関するチュートリアルを提供していま"
-"す。"
-
-#: docs.phtml:64
-#, fuzzy
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-"これに加えて、IRC を使用して英語で他の誰かに質問をすることができます。 irc."
-"gnome.org サーバーの \"#gnucash\" チャンネルを使用してください。他のリソース"
-"として <a href='http://wiki.gnucash.org/wiki/'>英語</a> および <a "
-"href='http://linuxwiki.de/GnuCash'>ドイツ語</a> の GnuCash wiki があります。"
-"wiki は登録された利用者が質問や回答を登録することが可能な対話的な Web サイト"
-"です。"
-
-#: docs.phtml:66
-#, fuzzy
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-"もしヘルプマニュアルとコンセプトガイドで疑問に対する十分な回答を得られなかっ"
-"た場合は <a href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a> "
-"メーリングリストに<b>英語</b>でメールを送ってください。私たちはあなたたちの"
-"フィードバックを<b>求めています</b>。あなたのコメントを通してのみ私たちはどの"
-"ように文書を変更するべきか知ることができます。"
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-#, fuzzy
-msgid "(current stable release)"
-msgstr "GnuCash v2.2 (現在の安定版)"
-
-#: docs.phtml:76
-#, fuzzy
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr "現在の開発版ユーザー文書および開発文書"
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr ""
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr "ヘルプマニュアル"
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr "英語"
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr "ドイツ語"
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr "イタリア語"
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr "コンセプトガイド"
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr "日本語"
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr "日次夜間文書ビルド"
-
-#: docs.phtml:136
-#, fuzzy
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr "現在の開発版ユーザー文書および開発文書"
-
-#: docs.phtml:139
-#, fuzzy
-msgid "Unstable"
-msgstr "インストーラー"
-
-#: docs.phtml:190
-#, fuzzy
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-"毎晩、GnuCash subversion リポジトリの現在の内容から文書が作成されます。これら"
-"には Doxygen による開発者向け文書および現在のGnuCash開発版のユーザー文書が含"
-"まれます。"
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr "過去の GnuCash 文書"
-
-#: docs.phtml:201
-#, fuzzy
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-"このセクションに含まれているのはすべて古い GnuCash に関する文書です。もしこれ"
-"ら古いバージョンの GnuCash を使用している場合は、最新の安定バージョンにアップ"
-"グレードすることを推奨します。"
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr ""
-
-#: docs.phtml:256
-#, fuzzy
-msgid "Portugese"
-msgstr "ポルトガル語"
-
-#: docs.phtml:262
-#, fuzzy
-msgid "Unofficial documentation"
-msgstr "文書"
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr ""
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr "Joe Mack 氏によるチュートリアル"
-
-#: docs.phtml:269
-#, fuzzy
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr "Dave Gilbert 氏によるユーザーズガイド (PDF)"
-
-#: docs.phtml:273
-#, fuzzy
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-"何名かの人々が HOWTO ガイドやチュートリアルを書いています。注意: これらの情報"
-"は最新バージョンの GnuCash に対応してアップデートしているかもしれませんし、"
-"アップデートしていないかもしれません。もしこれらの文書の開発に興味があるな"
-"ら、元の作者に連絡してください。"
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr "過去のアナウンス"
@@ -1139,244 +1425,6 @@
 "page."
 msgstr "GnuCash ホームページに掲載された過去のアナウンスのアーカイブです。"
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-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. <span class=\"gnucash\">GnuCash</span> 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 ""
-"<span class=\"gnucash\">GnuCash</span> 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 <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-
-#: sizing.phtml:35
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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:38
-msgid "Table 1.  Historical Development Stats"
-msgstr ""
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr "バージョン"
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr ""
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr "内部テキスト"
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr "合計"
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr "言語"
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr ""
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr ""
-
-#: sizing.phtml:322
-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:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr ""
-
-#: sizing.phtml:333
-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:337
-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:341
-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:345
-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:349
-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:353
-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:358
-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:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr ""
-
-#: sizing.phtml:373
-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:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr ""
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-
-#: sizing.phtml:388
-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:393
-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:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-
-#: sizing.phtml:403
-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 ""
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr "情報"
@@ -1500,11 +1548,21 @@
 msgid "Request or vote enhancements for GnuCash"
 msgstr ""
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+#, fuzzy
+msgid "GnuCash on Google +"
+msgstr "GnuCash %s for"
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "GnuCash %s for"
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr "言語"
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr "大陸"
 
@@ -1517,16 +1575,24 @@
 msgid "Translation problems? Contact:"
 msgstr ""
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "スコア"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "この全文検索システムは:"
 
-#: search/templates/NMZ.result.short.php_tmpl:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
-msgstr "(${size} バイト)"
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr "サーバーおよび email の不具合に関する連絡先: "
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+"翻訳に関する連絡先: <a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-"
+"devel at gnucash.org</b></a> <br>\n"
+"日本語チーム: <a href=\"mailto:translation-team-ja at lists.sourceforge.net"
+"\"><b>translation-team-ja at lists.sourceforge.net</b></a>"
+
 # Namazu 検索関係の文字列 (search 配下) は元々日本語化されているため訳す必要はありません。
 # 以下同様です。
 # Comment by Yasuaki Taniguchi
@@ -1875,24 +1941,6 @@
 msgid "Lists to Search"
 msgstr "検索対象"
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr "この全文検索システムは:"
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr "サーバーおよび email の不具合に関する連絡先: "
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-"翻訳に関する連絡先: <a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-"
-"devel at gnucash.org</b></a> <br>\n"
-"日本語チーム: <a href=\"mailto:translation-team-ja at lists.sourceforge.net"
-"\"><b>translation-team-ja at lists.sourceforge.net</b></a>"
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "検索のコツ"
@@ -2000,6 +2048,11 @@
 "これは仕様です。 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 "著者"
@@ -2008,6 +2061,15 @@
 msgid "Date"
 msgstr "日付"
 
+#: search/templates/NMZ.result.normal.php_tmpl:9
+#: search/templates/NMZ.result.short.php_tmpl:6
+msgid "(${size} bytes)"
+msgstr "(${size} バイト)"
+
+#, fuzzy
+#~ msgid "Writing documentation"
+#~ msgstr "文書"
+
 #~ msgid "Documentation Project"
 #~ msgstr "文書プロジェクト"
 

Modified: htdocs/branches/beta/po/nb.po
===================================================================
--- htdocs/branches/beta/po/nb.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/nb.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
 "PO-Revision-Date: 2006-05-28 20:21-0400\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr ""
 
@@ -161,97 +161,244 @@
 msgid "View all GnuCash downloads"
 msgstr ""
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
 msgstr ""
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
+#: 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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
 msgstr ""
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
 
-#: index.phtml:21
-#, fuzzy
-msgid "Source"
-msgstr "Sortering"
+#: 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 ""
 
-#: index.phtml:21
-msgid "Via distribution"
+#: 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 ""
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
+#: 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 ""
 
-#: index.phtml:33
+#: sizing.phtml:32
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
 
-#: index.phtml:35
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
 
-#: index.phtml:39
-msgid "Feature Highlights"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
 msgstr ""
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
+#: sizing.phtml:42
+msgid "Version"
 msgstr ""
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
 msgstr ""
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
 msgstr ""
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
+#: sizing.phtml:57
+msgid "Total"
 msgstr ""
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
 msgstr ""
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
 msgstr ""
 
-#: index.phtml:50
-msgid "Financial Calculations"
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
 msgstr ""
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
+#: sizing.phtml:322
+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 ""
 
-#: index.phtml:58
-msgid "News"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
 msgstr ""
 
-#: index.phtml:73
-msgid "Older Announcements ..."
+#: sizing.phtml:329
+msgid "Table Column Legend"
 msgstr ""
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:333
+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:337
+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:341
+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:345
+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:349
+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:353
+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:358
+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:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+
+#: sizing.phtml:373
+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:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+
+#: sizing.phtml:388
+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:393
+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:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+
+#: sizing.phtml:403
+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 ""
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 msgid "Writing Documentation"
 msgstr ""
@@ -267,17 +414,36 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 msgid "Introduction"
 msgstr ""
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -286,51 +452,51 @@
 "pdf,...)."
 msgstr ""
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
 msgstr ""
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 msgid "We suggest also subscribing to"
 msgstr ""
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 msgid "Gnome Documentation guidelines"
 msgstr ""
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 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 ""
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr ""
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -338,7 +504,7 @@
 "net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
 msgstr ""
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -347,7 +513,7 @@
 "'gnucash-docs' in the mentioned svn commands, like this:"
 msgstr ""
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
 "packages to help users: the <b>Help Manual</b> and the <b>Tutorials and "
@@ -355,11 +521,11 @@
 "downloaded."
 msgstr ""
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr ""
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -367,7 +533,7 @@
 "(usually gnucash-docs, unless you renamed it):"
 msgstr ""
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -378,7 +544,7 @@
 "details about patch submission."
 msgstr ""
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -387,7 +553,7 @@
 "patch to gnucash-devel, it should be attached, not inlined."
 msgstr ""
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -395,24 +561,24 @@
 "and do it'."
 msgstr ""
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 ""
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr ""
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -420,15 +586,326 @@
 "bug-buddy."
 msgstr ""
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr ""
+
+#: docs.phtml:4
+msgid "Browse documentation online"
+msgstr ""
+
+#: docs.phtml:5
+msgid "Download documentation as PDF"
+msgstr ""
+
+#: docs.phtml:6
+msgid "Download documentation as epub"
+msgstr ""
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr ""
+
+#: docs.phtml:15
+msgid "GnuCash Documentation"
+msgstr ""
+
+#: docs.phtml:17
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+
+#: docs.phtml:19
+msgid "The Help Manual"
+msgstr ""
+
+#: docs.phtml:20
+msgid "The Tutorials and Concepts Guide"
+msgstr ""
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+
+#: docs.phtml:25
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+
+#: docs.phtml:27
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr ""
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr ""
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr ""
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr ""
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr ""
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr ""
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr ""
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr ""
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr ""
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr ""
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr ""
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr ""
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr ""
+
+#: docs.phtml:334
+msgid "Unofficial documentation"
+msgstr ""
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr ""
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr ""
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr ""
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr ""
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr ""
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr ""
+
+#: index.phtml:21
+#, fuzzy
+msgid "Source"
+msgstr "Sortering"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr ""
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr ""
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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 ""
+
+#: index.phtml:39
+msgid "Feature Highlights"
+msgstr ""
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr ""
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr ""
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr ""
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr ""
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr ""
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr ""
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr ""
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr ""
+
+#: index.phtml:58
+msgid "News"
+msgstr ""
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr ""
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr ""
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 
 #: features.phtml:17 features.phtml:24
@@ -477,31 +954,31 @@
 msgstr ""
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
+msgid "The ability to enter <b>split transactions</b>"
 msgstr ""
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
 msgstr ""
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
+msgid "<b>Autofill</b> of entered transactions"
 msgstr ""
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 
 #: features.phtml:66
@@ -514,8 +991,8 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
 
 #: features.phtml:79
@@ -560,7 +1037,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 
@@ -570,10 +1047,10 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 
 #: features.phtml:106
@@ -658,10 +1135,10 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
 
 #: features.phtml:171
@@ -706,9 +1183,8 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 
 #: features.phtml:205
@@ -768,196 +1244,6 @@
 "by step."
 msgstr ""
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr ""
-
-#: docs.phtml:4
-msgid "Browse documentation online"
-msgstr ""
-
-#: docs.phtml:5
-msgid "Download documentation as PDF"
-msgstr ""
-
-#: docs.phtml:6
-msgid "Download documentation as epub"
-msgstr ""
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-msgid "GnuCash Documentation"
-msgstr ""
-
-#: docs.phtml:56
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-
-#: docs.phtml:58
-msgid "The Help Manual"
-msgstr ""
-
-#: docs.phtml:59
-msgid "The Tutorials and Concepts Guide"
-msgstr ""
-
-#: docs.phtml:62
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-
-#: docs.phtml:64
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-
-#: docs.phtml:66
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-msgid "(current stable release)"
-msgstr ""
-
-#: docs.phtml:76
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr ""
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr ""
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr ""
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr ""
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr ""
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr ""
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr ""
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr ""
-
-#: docs.phtml:136
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr ""
-
-#: docs.phtml:190
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr ""
-
-#: docs.phtml:201
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr ""
-
-#: docs.phtml:256
-msgid "Portugese"
-msgstr ""
-
-#: docs.phtml:262
-msgid "Unofficial documentation"
-msgstr ""
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr ""
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr ""
-
-#: docs.phtml:269
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr ""
-
-#: docs.phtml:273
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr ""
@@ -968,244 +1254,6 @@
 "page."
 msgstr ""
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-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. <span class=\"gnucash\">GnuCash</span> 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 ""
-"<span class=\"gnucash\">GnuCash</span> 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 <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-
-#: sizing.phtml:35
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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:38
-msgid "Table 1.  Historical Development Stats"
-msgstr ""
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr ""
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr ""
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr ""
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr ""
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr ""
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr ""
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr ""
-
-#: sizing.phtml:322
-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:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr ""
-
-#: sizing.phtml:333
-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:337
-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:341
-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:345
-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:349
-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:353
-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:358
-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:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr ""
-
-#: sizing.phtml:373
-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:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr ""
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-
-#: sizing.phtml:388
-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:393
-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:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-
-#: sizing.phtml:403
-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 ""
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr ""
@@ -1326,11 +1374,19 @@
 msgid "Request or vote enhancements for GnuCash"
 msgstr ""
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+msgid "GnuCash on Google +"
+msgstr ""
+
+#: externals/header.phtml:8
+msgid "GnuCash on facebook"
+msgstr ""
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr ""
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr ""
 
@@ -1342,14 +1398,18 @@
 msgid "Translation problems? Contact:"
 msgstr ""
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "Dette søkesystemet er styrt av:"
+
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
 msgstr ""
 
-#: search/templates/NMZ.result.short.php_tmpl:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
 msgstr ""
 
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
@@ -1706,20 +1766,6 @@
 msgid "Lists to Search"
 msgstr "Lister som skal søkes"
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr "Dette søkesystemet er styrt av:"
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr ""
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "Søke Tips"
@@ -1826,6 +1872,11 @@
 "Dette er ikke Namazu sterke side. Presisjonen på frase søk er\n"
 "ikke 100%, så den kan til tider gi feil resultat."
 
+#: 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 "Forfatter"
@@ -1833,3 +1884,8 @@
 #: search/templates/NMZ.result.normal.php_tmpl:6
 msgid "Date"
 msgstr "Dato"
+
+#: search/templates/NMZ.result.normal.php_tmpl:9
+#: search/templates/NMZ.result.short.php_tmpl:6
+msgid "(${size} bytes)"
+msgstr ""

Modified: htdocs/branches/beta/po/nl.po
===================================================================
--- htdocs/branches/beta/po/nl.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/nl.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Geert Janssens <janssens-geert at telenet.be>, 2009, 2010.
-# Mark Haanen <i18n at haanen.net>, 2011.
+# Mark Haanen <i18n at haanen.net>, 2011, 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: nl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
-"PO-Revision-Date: 2011-08-12 21:43+0200\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
+"PO-Revision-Date: 2012-02-17 21:45+0100\n"
 "Last-Translator: Mark Haanen <i18n at haanen.net>\n"
 "Language-Team: Dutch <vertaling at vrijschrift.org>\n"
 "Language: nl\n"
@@ -18,7 +18,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms:  nplurals=2; plural=(n > 1);\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr "Downloaden"
 
@@ -200,116 +200,350 @@
 msgid "View all GnuCash downloads"
 msgstr "Alle GnuCash downloads bekijken"
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
-msgstr "Vrije boekhoudsoftware"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
+msgstr "Statistieken"
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
-msgstr "Welkom op GnuCash.org"
+#: 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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
+msgstr ""
+"Het kan vaak heel interessant zijn om de statistieken van een software "
+"ontwikkelingsproject te bestuderen. Een evidente interesse: boekhouding en "
+"statistiek gaan tenslotte goed samen. Door de jaren heen is GnuCash "
+"uitgegroeid van een een klein, handig, elektronisch chequeboekje to een "
+"redelijk grote bureaublad toepassing met een uitgebreide functieomvang."
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
-msgstr "GnuCash %s downloaden"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
+"<span class=\"gnucash\">GnuCash</span> bestaat momenteel uit meer dan "
+"driehonderd vijftigduizend broncoderegels verdeeld over meer dan duizend "
+"bestanden. Het is vertaald naar 23 talen en heeft bijdragen ontvangen meer "
+"dan 139 auteurs."
 
-#: index.phtml:21
-msgid "Source"
-msgstr "Broncode"
+#: 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 ""
+"Als je je die massa broncode moeilijk kan voorstellen, beschouw het dan als "
+"volgt: afgedrukt op papier en in boeken ingebonden, zou dit overeenkomen met "
+"een paar dozijn exemplaren van Tolstoj's \"Oorlog en Vrede\", ongeveer een "
+"volledige boekenplank gevuld met broncode."
 
-#: index.phtml:21
-msgid "Via distribution"
-msgstr "Via distributie"
+#: 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 ""
+"Voor alle duidelijkheid, dit is broncode (en documentatie) gecreëerd en "
+"getest door mensen. Het gaat hier *niet* om automatisch gegenereerde code. "
+"Hulpmiddelen (zoals glad of g-wrap) kunnen automatisch miljoenen coderegels "
+"genereren; deze tel ik niet mee. Elke getelde regel is ingetikt, bewerkt en "
+"bijgewerkt, vaak meer dan eens, door mensenhanden."
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
-msgstr "Overige downloads (broncode, ontwikkelversies, ...)"
+#: 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 ""
+"Gezien dat we ongeveer 400 open bugs hebben in bugzilla, komt dit uit op "
+"ongeveer één bug per duizend regels code, of één bug per 50 afgedrukte "
+"pagina's. Deze bug verhouding is eigenlijk niet abnormaal voor software "
+"projecten; ze is in de buurt van de norm."
 
-#: index.phtml:33
+#: sizing.phtml:32
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
-"<span class=\"gnucash\">GnuCash</span> is boekhoudsoftware voor thuis en "
-"voor kleine ondernemingen, beschikbaar voor GNU/Linux, BSD, Solaris, Mac OS "
-"X en Microsoft WIndows onder de voorwaarden van de vrije <a href=\"http://"
-"www.gnu.org/\">GNU</a> General Public License."
+"De onderstaande tabel toont enkele historische aantal-coderegels en aantal-"
+"bestanden statistieken voor het GnuCash ontwikkelingsproject. Merk op dat "
+"niet alle code geteld is: bijvoorbeeld, de Makefiles, configure.in en "
+"autogen.sh zijn niet geteld. En ook bestanden die automatisch gegenereerd "
+"worden, zijn niet meegeteld, net zo min als bestanden die van andere "
+"projecten 'geleend' werden. Voorts niet geteld zijn experimentele bestanden, "
+"allerlei perl scripts, diverse conversie hulpmiddelen, toevoegingen en "
+"hulpmiddelen. Tenslotte, <tt>glade</tt> bestanden worden niet geteld, hoewel "
+"grote delen van de algemene GUI in <tt>glade</tt> bestanden beschreven is."
 
-#: index.phtml:35
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
-"<span class=\"gnucash\">GnuCash</span> stelt u in staat om heel eenvoudig "
-"bankrekeningen, beleggingen, inkomsten en uitgaven bij te houden, zonder in "
-"te leveren op kracht of flexibiliteit. Net zo snel en intuïtief te gebruiken "
-"als een dagboek, maar gestoeld op boekhoudkundige principes om te zorgen "
-"voor een sluitende boekhouding en accurate rapporten."
+"Merk ook op dat KCR's geen goede maatstaf zijn voor de productiviteit van "
+"ontwikkelaars. Bovendien is <code>wc</code> geen goede manier om KCR's te "
+"tellen. Veel betere metingen zijn complexiteitsstatistieken die bijvoorbeeld "
+"het aantal en de grootte van if-then-else blokken tellen, of het aantal en "
+"de groote van alle blokken, of het aantal wiskundige operatoren per "
+"statement. Misschien gebruiken we ooit wel eens zo'n hulpmiddel op deze "
+"code. Voorlopig is dit wat we hebben. Van de andere kant hebben we "
+"geprobeerd om enkel de bestanden te tellen die door mensen bewerkte code "
+"bevatten, d.w.z., bestanden die rechtstreeks door mensen bewerkt zijn. De "
+"reden hiervoor is het artificieel opblazen van de KCR tellingen te vermijden "
+"door automatisch gegenereerde code mee te tellen (dit is waarom glade "
+"bestanden niet meegeteld worden: deze zijn groot en automatisch gegenereerd)."
 
-#: index.phtml:39
-msgid "Feature Highlights"
-msgstr "Belangrijkste functies"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
+msgstr "Tabel 1.  Historische ontwikkelingsstatistieken"
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
-msgstr "Dubbel boekhouden"
+#: sizing.phtml:42
+msgid "Version"
+msgstr "Versie"
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
-msgstr "Ondersteunt aandelen, obligaties en beleggingsfondsen"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
+msgstr "diverse app"
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
-msgstr "Functies voor kleine ondernemingen"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
+msgstr "interne txt"
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
-msgstr "Rapporten en grafieken"
+#: sizing.phtml:57
+msgid "Total"
+msgstr "Totaal"
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
+msgstr "Talen"
+
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
+msgstr "Auteurs"
+
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
+msgstr "Elke cel geeft het volgende weer:"
+
+#: sizing.phtml:322
+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 ""
-"Import vanuit QIF-bestanden of Online bankieren (OFX/HCBI), herkenning van "
-"bestaande boekingen"
+"aantal *.c *, .h en *.scm bestanden (KCR's in *.c + KCR's in *.h + KCR's in "
+"*.scm). Al er geen *.scm bestanden zijn in de map, dan wordt enkel (KCR's in "
+"*.c + KCR's in *.h) getoond. Als er maar één enkel getal tussen haakjes "
+"staat, dan is dat het geschikte KCR-aantal voor die statistiek."
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
-msgstr "Periodiek terugkerende boekingen"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
+msgstr ""
+"waarbij KCR == kilo-coderegels, zoals weergegeven door <code>wc</code>. "
+"Zoals eerder vermeld is wc geen bijzonder goed meetinstrument, maar het is "
+"wat we beschikbaar hebben."
 
-#: index.phtml:50
-msgid "Financial Calculations"
-msgstr "Financiële berekeningen"
+#: sizing.phtml:329
+msgid "Table Column Legend"
+msgstr "Legenda tabelkolommen"
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
-msgstr "<b>Ontdek meer...</b>"
+#: sizing.phtml:333
+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 ""
+"Inhoud van de src/engine en de include mappen. De engine is van de motif "
+"code afgesplitst in versie 1.1. De data opslag backend (file-io, sql) is "
+"afgesplitst in de loop van versie 1.5"
 
-#: index.phtml:58
-msgid "News"
-msgstr "Nieuws"
+#: sizing.phtml:337
+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 ""
+"Inhoud van de src/backend map (versie 1.7 en later) of van src/engine/file, "
+"src/engine/sql (versie 1.6 en eerder)"
 
-#: index.phtml:73
-msgid "Older Announcements ..."
-msgstr "Oudere berichten..."
+#: sizing.phtml:341
+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 ""
+"Inhoud van de src/register map (versie 1.6 en eerder) of src/register-core "
+"(versie 1.7 en later). De register code is van de motif code afgesplitst in "
+"een aparte component in versie 1.1. Zoals afgelezen kan worden uit de "
+"statistieken, is de registercode vrij stabiel gebleven. In versie 1.7 en "
+"later toont deze cel een tweede telling: het aantal coderegels in src/"
+"register/register-gnome (voordien meegeteld als deel van gnome)"
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
-msgstr "Klik <a href=\"oldnews.phtml\">hier</a> voor oudere berichten..."
+#: sizing.phtml:345
+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 ""
+"*.c, *.h bestanden, enkel in de src map. (versie 1.6 en eerder) of in src/"
+"register/ledger-core (versie 1.7 en later)"
 
+#: sizing.phtml:349
+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 ""
+"Inhoud van de src/motif map (versie 1.2 en eerder). De motif versie van de "
+"code is opgeheven na versie 1.2, nadat de meeste non-gui code verhuisd was "
+"naar engine, register of ledger."
+
+#: sizing.phtml:353
+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 ""
+"Inhoud van src/gnome en src/register/gnome (versie 1.6 en eerder). Voor "
+"versie 1.7 en later bestaat dit uit src/gnome, src/gnome-search en src/gnome-"
+"util"
+
+#: sizing.phtml:358
+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 ""
+"Inhoud van allerei mappen die verband houden met de toepassing (versie 1.7 "
+"en later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/"
+"gnc-module, src/network-utils, src/tax/us"
+
+#: sizing.phtml:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+"Code voor de import en export van diverse bestandsformaten: inhoud van de "
+"src/import-export map."
+
+#: sizing.phtml:368
+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:373
+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 ""
+"scheme en guile code in mappen src/scm en src/guile (versie 1.6 en eerder). "
+"In versie 1.7 en later is veel van deze code verhuisd naar reports, import/"
+"export en naar individuele modules; hierdoor blijft de restcode over."
+
+#: sizing.phtml:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+"Code om functies voor kleine ondernemingen toe te voegen: inhoud van de src/"
+"business map."
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+"Code om automatische regressietesten uit te voeren: inhoud van de src/*/test "
+"mappen."
+
+#: sizing.phtml:388
+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 ""
+"Gebruikersdocumentatie (enkel Engelstalig), inclusief de online hulp en "
+"handleiding (html, sgml of xml). Voor versie 1.8.4 en later telt het getal "
+"onder de streep de vertaalde, niet-Engelstalige docs (momenteel de, es, fr, "
+"pt_PT). Beide getallen zijn tamelijk moeilijk te tellen door vrij grote "
+"veranderingen in het bestandsformaat en verschillende concurrerende versies."
+
+#: sizing.phtml:393
+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 ""
+"Het aantal ontwerpdocumenten en README-bestanden bestemd voor ontwikkelaars. "
+"Dit omvat *.txt bestanden, *.texinfo bestanden en README.* bestanden in alle "
+"submappen. Voor versie 1.7 en later worden enkel deze in de src map geteld "
+"(hiermee ruim zes andere vindplaatsen negerend)"
+
+#: sizing.phtml:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+"Het aantal talen waarin de toepassingsberichten vertaald zijn (het aantal "
+"<tt>po/*.po</tt> bestanden). Tussen haakjes het aantal berichten in de "
+"berichtenbestanden (<tt>grep msgstr po/*.po |wc</tt>), in duizendtallen."
+
+#: sizing.phtml:403
+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 ""
+"Het aantal mensen vermeld in het AUTHORS bestand (versie 1.6 en later) of "
+"het README bestand (eerdere versies). Dit omvat hoofdontwikkelaars, "
+"instuurders van patches en vertalers. Bevat tevens extra vermeldingen uit "
+"het gnucash-docs/AUTHORS bestand die niet vermeld zijn in het gnucash/"
+"AUTHORS hoofdbestand."
+
 #: develdocs.phtml:3 externals/menu.phtml:53
-#, fuzzy
 msgid "Writing Documentation"
-msgstr "Documentatie"
+msgstr "Documentatie schrijven"
 
 #: develdocs.phtml:11
-#, fuzzy
 msgid "Writing GnuCash Documentation"
-msgstr "Oudere GnuCash-documentatie"
+msgstr "GnuCash-documentatie schrijven"
 
 #: develdocs.phtml:13
 msgid ""
@@ -317,18 +551,52 @@
 "span> documentation, you have come to the right place. This page will "
 "provide you with the necessary information to get started."
 msgstr ""
+"Als u geïnteresseerd bent in het verbeteren van de <span class=\"gnucash"
+"\">GnuCash</span>-documentatie, bent u hier aan het juiste adres. Deze "
+"pagina verschaft u de nodige informatie om te beginnen."
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+"De documentatie is, net als de <span class=\"gnucash\">GnuCash</span>-"
+"applicatie zelf, vrijwillig geschreven door ontwikkelaars en gebruikers om "
+"anderen te helpen te leren hoe <span class=\"gnucash\">GnuCash</span> werkt. "
+"Dit samenwerkingsverband heeft geresulteerd in twee grote documenten, de "
+"<b>Handleiding</b> en de <b>Conceptengids</b>."
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+"De <span class=\"gnucash\">GnuCash</span>-gemeenschap verwelkomt hulp bij "
+"het onderhouden en verbeteren van zowel het programma als de bijbehorende "
+"documentatie. Als u geïnteresseerd bent in het helpen schrijven, bewerken of "
+"vertalen van de documentatie van <span class=\"gnucash\">GnuCash</span>, "
+"helpt deze pagina u op weg om mee te doen."
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
+"De <span class=\"gnucash\">GnuCash</span>-documentatie kan worden bekeken en "
+"gedownload van de <a href=\"docs.phtml\">Documentatie- pagina</a>."
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 msgid "Introduction"
 msgstr "Introductie"
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -342,7 +610,7 @@
 "bestanden documentatie in verschillende vormen (html, pdf, ...) kan "
 "aanbieden."
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
@@ -352,7 +620,7 @@
 "\">GnuCash</span> documentatie, zal je eerst met XML overweg moeten kunnen. "
 "Elementaire kennis van het docbook-systeem kan ook handig zijn."
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
@@ -360,7 +628,7 @@
 "De volgende koppelingen verwijzen naar overige sites die kunnen helpen bij "
 "het documentatie- en reviewproces."
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
@@ -370,22 +638,22 @@
 "over het vertalen van de documentatie gaat, staat er ook nuttige informatie "
 "in over het werken met docbook-bestanden."
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 "Een gedetailleerde handleiding hoe om te gaan met documentatie (bijwerken en "
 "onderhoud)"
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 msgid "We suggest also subscribing to"
 msgstr "Ook adviseren wij u zich te abonneren op"
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 msgid "Gnome Documentation guidelines"
 msgstr "Documentatierichtlijnen van Gnome"
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 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 "
@@ -396,11 +664,11 @@
 "van de documentatie verzoeken wij om deze richtlijnen waar mogelijk te "
 "volgen."
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr "Waar vind ik de documentatiebestanden"
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -413,7 +681,7 @@
 "sourceforge.net/projects/gnucash/files/gnucash-docs/'>huidige documentatie-"
 "tarball</a>."
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -428,24 +696,22 @@
 "de broncode van het programma moet je 'gnucash' in de genoemde commando's "
 "vervangen door 'gnucash-docs', zoals dit:"
 
-#: develdocs.phtml:55
-#, fuzzy
+#: develdocs.phtml:59
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
 "packages to help users: the <b>Help Manual</b> and the <b>Tutorials and "
 "Concepts Guide</b>. With the above command, the source code of both will be "
 "downloaded."
 msgstr ""
-"Als je een vraag hebt over het gebruik van <span class=\"gnucash\">GnuCash</"
-"span> ben je aan het juiste adres. Het eerste wat je zou moeten lezen zijn "
-"de <b>handleiding</b> en de <b>conceptengids</b>, omdat deze twee documenten "
-"waarschijnlijk je meeste vragen al beantwoorden."
+"Er zijn twee belangrijke <span class=\"gnucash\">GnuCash</span>-documenten "
+"om gebruikers te helpen: de <b>Handleiding</b> en de </b>Conceptengids</b>. "
+"Met het bovenstaand commando wordt voor allebei de broncode gedownload."
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr "Schrijvers"
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -458,7 +724,7 @@
 "documentatie (normaal gesproken gnucash-docs, tenzij je de naam hebt "
 "gewijzigd):"
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -478,7 +744,7 @@
 "wiki.gnucash.org/wiki/Bugzilla'>GnuCash wiki pagina over Bugzilla</a> "
 "doorlezen."
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -494,7 +760,7 @@
 "mailinglijst te sturen, doe het dan als bijlage, niet in de tekst van de e-"
 "mail zelf."
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -506,7 +772,7 @@
 "org'>gnucash-devel</a>. Op die manier kunnen we dubbel werk zoveel mogelijk "
 "voorkomen."
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 "
@@ -516,11 +782,11 @@
 "documentatie om dingen op te zoeken tijdens het schrijven. Deze bevat nog "
 "veel nuttige informatie die niet overgenomen is in de nieuwe documentatie."
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr "Reviewers"
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
@@ -528,7 +794,7 @@
 "Maak een eigen kopie van de documentatiebestanden zoals hierboven beschreven "
 "en begin met het leveren van opmerkingen."
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -541,19 +807,382 @@
 "org/'>bugzilla.gnome.org</a> (categorie: 'documentation'). Dit kan ook via "
 "het programma Bug-buddy."
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "Documentatie"
+
+#: docs.phtml:4
+msgid "Browse documentation online"
+msgstr "Documentatie online bekijken"
+
+#: docs.phtml:5
+msgid "Download documentation as PDF"
+msgstr "Documentatie als PDF downloaden"
+
+#: docs.phtml:6
+msgid "Download documentation as epub"
+msgstr "Documentatie als epub-document downloaden"
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr "Documentatie als mobipocket-document downloaden"
+
+#: docs.phtml:15
+msgid "GnuCash Documentation"
+msgstr "GnuCash-documentatie"
+
+#: docs.phtml:17
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+"Er zijn twee belangrijke <span class=\"gnucash\">GnuCash</span>-documenten "
+"om gebruikers te helpen:"
+
+#: docs.phtml:19
+msgid "The Help Manual"
+msgstr "de Handleiding"
+
+#: docs.phtml:20
+msgid "The Tutorials and Concepts Guide"
+msgstr "de Conceptengids"
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+"De <b>Handleiding</b> is bedoeld als snelle referentie voor het uitvoeren "
+"van specifieke taken en het gebruik van de functionaliteiten van <span class="
+"\"gnucash\">GnuCash</span>. De <b>Conceptengids</b> is bedoeld als een "
+"gedetailleerde toelichting op de achterliggende concepten van <span class="
+"\"gnucash\">GnuCash</span>, compleet met een zelfstudiegids die laat zien "
+"hoe deze concepten in de praktijk kunnen worden toegepast."
+
+#: docs.phtml:25
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+"Ook is het mogelijk om via IRC (kanaal <b>#gnucash</b> op <i>irc.gnome.org</"
+"i>) met iemand over je vraag te spreken of om de <a href=\"http://wiki."
+"gnucash.org/wiki/\">Engelstalige</a> of de <a href=\"http://linuxwiki.de/"
+"GnuCash\">Duitstalige</a> <span class=\"gnucash\">GnuCash</span>-wiki te "
+"raadplegen."
+
+#: docs.phtml:27
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+"Stuur een e-mail naar de <a href=\"mailto:gnucash-user at lists.gnucash.org"
+"\">gnucash-user</a>-mailinglijst als jouw vraag niet toereikend beantwoord "
+"wordt door de <b>Handleiding</b> of de <b>Conceptengids</b>. We ontvangen "
+"<b>graag</b> uw feedback, want alleen zo ontdekken wij hoe wij de "
+"documentatie kunnen verbeteren."
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+"<span class=gnucash\">Gnucash</span>-documentatie is samengesteld door haar "
+"gemeenschap. Raadpleeg de pagina over <a href=develdocs.phtml\">documentatie "
+"schrijven</a> als je interesse hebt om hieraan bij te dragen."
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr "(actuele stabiele uitgave)"
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr "Huidige <em>stabiele</em> gebruikers- en ontwikkelaarsdocumentatie"
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr "Stabiel"
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr "Handleiding"
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr "Engels"
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr "Duits"
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr "Italiaans"
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr "Conceptengids"
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr "Japans"
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+"Dit is de huidige stabiele uitgave van de <span class=\"gnucash\">GnuCash</"
+"span> documentatie. <em>Stabiel</em> betekent hier niet noodzakelijk dat de "
+"documentatie volledig actueel is, maar wel dat deze zonder problemen zou "
+"moeten werken."
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr "Door nachtverwerking gegenereerde documentatie"
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr "Huidige <em>instabiele</em> gebruikers- en ontwikkelaarsdocumentatie"
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr "Instabiel"
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+"Elke nacht genereert een server de documentatie op basis van de huidige "
+"inhoud van de <span class=\"gnucash\">GnuCash</span> Subversion pakketbron. "
+"Deze bevat de <b>ontwikkelaarsdocumentatie</b> vanuit <b>Doxygen</b> en de "
+"<b>gebruikersdocumentatie</b> voor voor de huidige <em>instabiele</em> <span "
+"class=\"gnucash\">GnuCash</span>-versie."
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+"<b>OPMERKING:</b> deze documenten zijn niet altijd toegankelijk omdat "
+"ontwkkelaars soms werken aan verbeteringen. Dit is echter de meest actuele "
+"naslagbron voor <span class=\"gnucash\">GnuCash</span>-gebruikers."
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr "Oudere GnuCash-documentatie"
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+"Deze sectie bevat alle oudere <span class=\"gnucash\">GnuCash</span>-"
+"documentatie. Als je nog een van deze oude versies van <span class=\"gnucash"
+"\">GnuCash</span> gebruikt, raden wij je met klem aan om te upgraden naar de "
+"huidige stabiele versie."
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr "Spaans"
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr "Portugees"
+
+#: docs.phtml:334
+msgid "Unofficial documentation"
+msgstr "Officieuze documentatie"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr ""
+"Sommige mensen hebben zelf handleidingen of zelfstudie-gidsen geschreven."
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr "Zelfstudie-gids (Engelstalig, geschreven door Joe Mack)"
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr "Gebruikershandleiding (Engelstalige PDF, geschreven door Dave Gilbert)"
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+"<b>OPMERKING:</b> deze informatiebronnen zijn niet noodzakelijkerwijs "
+"aangepast aan de actuele versie van <span class=\"gnucash\">GnuCash</span>. "
+"Als je geïnteresseerd bent om aan deze documenten te werken, neem dan "
+"contact op met de oorspronkelijke auteurs."
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr "Vrije boekhoudsoftware"
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "Welkom op GnuCash.org"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr "GnuCash %s downloaden"
+
+#: index.phtml:21
+msgid "Source"
+msgstr "Broncode"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr "Via distributie"
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr "Overige downloads (broncode, ontwikkelversies, ...)"
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> is boekhoudsoftware voor thuis en "
+"voor kleine ondernemingen, beschikbaar voor GNU/Linux, BSD, Solaris, Mac OS "
+"X en Microsoft WIndows onder de voorwaarden van de vrije <a href=\"http://"
+"www.gnu.org/\">GNU</a> General Public License."
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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 ""
+"<span class=\"gnucash\">GnuCash</span> stelt u in staat om heel eenvoudig "
+"bankrekeningen, beleggingen, inkomsten en uitgaven bij te houden, zonder in "
+"te leveren op kracht of flexibiliteit. Net zo snel en intuïtief te gebruiken "
+"als een dagboek, maar gestoeld op boekhoudkundige principes om te zorgen "
+"voor een sluitende boekhouding en accurate rapporten."
+
+#: index.phtml:39
+msgid "Feature Highlights"
+msgstr "Belangrijkste functies"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr "Dubbel boekhouden"
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr "Ondersteunt aandelen, obligaties en beleggingsfondsen"
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr "Functies voor kleine ondernemingen"
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr "Rapporten en grafieken"
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr ""
+"Import vanuit QIF-bestanden of Online bankieren (OFX/HCBI), herkenning van "
+"bestaande boekingen"
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr "Periodiek terugkerende boekingen"
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr "Financiële berekeningen"
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr "<b>Ontdek meer...</b>"
+
+#: index.phtml:58
+msgid "News"
+msgstr "Nieuws"
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr "Oudere berichten..."
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr "Klik <a href=\"oldnews.phtml\">hier</a> voor oudere berichten..."
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr "Functies"
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 "<span class=\"gnucash\">GnuCash</span> is krachtige boekhoudsoftware. Deze "
-"pagina beschrijft de talrijke functies die <span class=\"gnucash\">GnuCash</"
-"span> haar gebruikers te bieden heeft in detail."
+"pagina beschrijft enkele van talrijke functies die <span class=\"gnucash"
+"\">GnuCash</span> haar gebruikers te bieden heeft in detail."
 
 #: features.phtml:17 features.phtml:24
 msgid "Main features"
@@ -611,34 +1240,38 @@
 "De volgende functionaliteiten zijn ook beschikbaar:"
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
-msgstr "<b>Automatisch aanvullen</b> bij invoer van boekingen"
+msgid "The ability to enter <b>split transactions</b>"
+msgstr ""
+"De mogelijkheid om <b>boekingen met meerdere tegenrekeningen</b> in te voeren"
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
-msgstr "Mogelijkheid om boekingen als <b>bevestigd</b> aan te merken"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
+msgstr ""
+"De mogelijkheid om boekingen als <b>bevestigd</b> of <b>afgestemd</b> aan te "
+"merken"
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
-msgstr ""
-"Mogelijkheid om <b>boekingen met meerdere tegenrekeningen</b> in te voeren"
+msgid "<b>Autofill</b> of entered transactions"
+msgstr "<b>Automatisch aanvullen</b> bij invoer van boekingen"
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
-"Mogelijkheid om <b>meerdere rekeningen tegelijkertijd</b> in één dagboek "
+"De mogelijkheid om <b>meerdere rekeningen tegelijkertijd</b> in één dagboek "
 "weer te geven."
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
-msgstr "Een <b>samenvattingsbalk</b> die alle relevante saldo-informatie toont"
+msgstr ""
+"Een <b>samenvattingsbalk</b> die alle relevante saldo-informatie van de "
+"rekening toont"
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 "Veel opties om het uiterlijk en de weergavestijl <b>zelf aan te passen</b>"
 
@@ -655,13 +1288,13 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
-"Het is mogelijk bij de start van <span class=\"gnucash\">Gnucash</span> een "
-"dialoogvenster te laten openen waarin eerder geplande boekingen kunnen "
-"worden uitgesteld (zonder deze te annuleren) of om deze juist vóór de "
-"ingeplande datum te laten plaatsvinden."
+"Een dialoogvenster, dat zich opent zodra <span class=\"gnucash\">Gnucash</"
+"span> wordt opgestart, stelt u in staat om eerder geplande boekingen uit te "
+"stellen (zonder deze te annuleren) of juist vóór de eerder ingeplande datum "
+"uit te voeren."
 
 #: features.phtml:79
 msgid ""
@@ -709,7 +1342,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 "Grafieken en rapporten kunnen qua uiterlijk en inhoud zeer eenvoudig worden "
@@ -721,16 +1354,16 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 "Het <b>afstemmen</b> van een rekening is een bewerking waarbij de ingevoerde "
-"boekingen op een <span class=\"gnucash\">GnuCash</span>-rekening te "
-"vergelijken met een brondocument (zoals een rekeningafschrift of saldo-"
-"opgave). Dit is met name zinvol om de volledige en juiste invoer van alle "
-"boekingen vast te stellen."
+"boekingen op een <span class=\"gnucash\">GnuCash</span>-rekening worden "
+"afgestemd met een brondocument (zoals een rekeningafschrift). Dit is met "
+"name zinvol om de volledige en juiste invoer van alle boekingen vast te "
+"stellen."
 
 #: features.phtml:106
 msgid ""
@@ -842,15 +1475,14 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
-"Naast het traditionele XML-bestandsformaat is het sinds versie 2.4 ook "
-"mogelijk uw <span class=\"gnucash\">GnuCash</span>-gegevens op te slaa in "
-"een <b>SQL-databank</b> binnen een toepassing naar keuze (SQLite3, MySQL of "
-"PostgreSQL)."
+"Naast het standaard <b>XML</b>-bestandsformaat is het sinds versie 2.4 ook "
+"mogelijk uw <span class=\"gnucash\">GnuCash</span>-gegevens op te slaan in "
+"een <b>SQL-databank</b> met behulp van SQLite3, MySQL of PostgreSQL."
 
 #: features.phtml:171
 msgid "QIF and OFX Import"
@@ -910,14 +1542,12 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 "<span class=\"gnucash\">GnuCash</span> kan worden uitgevoerd op "
-"verschillende besturingssystemen. Naast de meest voorkomende  (<b>Microsoft "
-"Windows</b>, <b>Apple OS X</b> en <b>Linux</b>) worden ook enkele minder "
-"gebruikelijke platforms ondersteund."
+"verschillende besturingssystemen, waaronder <b>Windows</b>, <b>Mac OS X</b> "
+"en <b>Linux</b>."
 
 #: features.phtml:205
 msgid "Localization"
@@ -995,241 +1625,6 @@
 "in <span class=\"gnucash\">GnuCash</span>, aangevuld met veel stap-voor-stap "
 "beschreven voorbeelden."
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr "Documentatie"
-
-#: docs.phtml:4
-msgid "Browse documentation online"
-msgstr "Documentatie online bekijken"
-
-#: docs.phtml:5
-msgid "Download documentation as PDF"
-msgstr "Documentatie als PDF downloaden"
-
-#: docs.phtml:6
-msgid "Download documentation as epub"
-msgstr "Documentatie als epub-document downloaden"
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr "Documentatie als mobipocket-document downloaden"
-
-#: docs.phtml:54
-#, fuzzy
-msgid "GnuCash Documentation"
-msgstr "Oudere GnuCash-documentatie"
-
-#: docs.phtml:56
-#, fuzzy
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-"Hieronder wordt beschreven hoe <span class=\"gnucash\">GnuCash</span> kan "
-"worden geïnstalleerd op enkele van de populairste distributies:"
-
-#: docs.phtml:58
-#, fuzzy
-msgid "The Help Manual"
-msgstr "Handleiding"
-
-#: docs.phtml:59
-#, fuzzy
-msgid "The Tutorials and Concepts Guide"
-msgstr "Conceptengids"
-
-#: docs.phtml:62
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-"De <b>handleiding</b> is bedoeld als snelle referentie voor het uitvoeren "
-"van specifieke taken en het gebruik van de functionaliteiten van <span clas="
-"\"gnucash\">GnuCash</span>. De <b>conceptengids</b> is bedoeld als een "
-"gedetailleerde toelichting op de achterliggende concepten van <span clas="
-"\"gnucash\">GnuCash</span>, compleet met een zelfstudiegids die laat zien "
-"hoe deze concepten in de praktijk kunnen worden toegepast."
-
-#: docs.phtml:64
-#, fuzzy
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-"Ook is het mogelijk om via IRC (kanaal #gnucash op irc.gnome.org) met iemand "
-"over je vraag te spreken of om de <a href='http://wiki.gnucash.org/"
-"wiki/'>GnuCash wiki</a> te raadplegen. Mocht je dit nog niet kennen: een "
-"wiki is een interactieve website waar geregistreerde gebruikers vragen "
-"kunnen stellen en/of beantwoorden."
-
-#: docs.phtml:66
-#, fuzzy
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-"Stuur een e-mail naar de <a href='mailto:gnucash-user at lists.gnucash."
-"org'>gnucash-user</a>-mailinglijst als je geen bevredigend antwoord op een "
-"vraag aantreft in de <b>handleiding</b> of de <b>conceptengids</b>. We "
-"ontvangen <b>graag</b> uw feedback, want enkel op die manier ontdekken wij "
-"hoe wij de documentatie kunnen verbeteren."
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-msgid "(current stable release)"
-msgstr "(actuele stabiele uitgave)"
-
-#: docs.phtml:76
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr "Huidige <em>stabiele</em> gebruikers- en ontwikkelaarsdocumentatie"
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr "Stabiel"
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr "Handleiding"
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr "Engels"
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr "Duits"
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr "Italiaans"
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr "Conceptengids"
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr "Japans"
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-"Dit is de huidige stabiele uitgave van de <span class=\"gnucash\">GnuCash</"
-"span> documentatie. <em>Stabiel</em> betekent hier niet noodzakelijk dat de "
-"documentatie volledig actueel is, maar wel dat deze zonder problemen zou "
-"moeten werken."
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr "Door nachtverwerking gegenereerde documentatie"
-
-#: docs.phtml:136
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr "Huidige <em>instabiele</em> gebruikers- en ontwikkelaarsdocumentatie"
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr "Instabiel"
-
-#: docs.phtml:190
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-"Elke nacht genereert een server de documentatie op basis van de huidige "
-"inhoud van de <span class=\"gnucash\">GnuCash</span> Subversion pakketbron. "
-"Deze bevat de <b>ontwikkelaarsdocumentatie</b> vanuit <b>Doxygen</b> en de "
-"<b>gebruikersdocumentatie</b> voor voor de huidige <em>instabiele</em> <span "
-"class=\"gnucash\">GnuCash</span>-versie."
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-"<b>OPMERKING:</b> deze documenten zijn niet altijd toegankelijk omdat "
-"ontwkkelaars soms werken aan verbeteringen. Dit is echter de meest actuele "
-"naslagbron voor <span class=\"gnucash\">GnuCash</span>-gebruikers."
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr "Oudere GnuCash-documentatie"
-
-#: docs.phtml:201
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-"Deze sectie bevat alle oudere <span class=\"gnucash\">GnuCash</span>-"
-"documentatie. Als je nog een van deze oude versies van <span class=\"gnucash"
-"\">GnuCash</span> gebruikt, raden wij je met klem aan om te upgraden naar de "
-"huidige stabiele versie."
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr "Spaans"
-
-#: docs.phtml:256
-msgid "Portugese"
-msgstr "Portugees"
-
-#: docs.phtml:262
-msgid "Unofficial documentation"
-msgstr "Officieuze documentatie"
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr ""
-"Sommige mensen hebben zelf handleidingen of zelfstudie-gidsen geschreven."
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr "Zelfstudie-gids (Engelstalig, geschreven door Joe Mack)"
-
-#: docs.phtml:269
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr "Gebruikershandleiding (Engelstalige PDF, geschreven door Dave Gilbert)"
-
-#: docs.phtml:273
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-"<b>OPMERKING:</b> deze informatiebronnen zijn niet noodzakelijkerwijs "
-"aangepast aan de actuele versie van <span class=\"gnucash\">GnuCash</span>. "
-"Als je geïnteresseerd bent om aan deze documenten te werken, neem dan "
-"contact op met de oorspronkelijke auteurs."
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr "Oude berichten"
@@ -1241,375 +1636,6 @@
 msgstr ""
 "Dit is een archief met berichten die ooit op de GnuCash thuispagina stonden."
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-msgstr "Statistieken"
-
-#: sizing.phtml:14
-#, fuzzy
-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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
-"from a small handy electronic checkbook to a rather large and multi-featured "
-"desktop app."
-msgstr ""
-"Het kan vaak heel interessant zijn om de statistieken van een software "
-"ontwikkelingsproject te bestuderen. Een evidente interesse: boekhouding en "
-"statistiek gaan tenslotte goed samen. Door de jaren heen is GnuCash "
-"uitgegroeid van een een klein, handig, electronisch chequeboekje to een "
-"redelijk grote bureaublad toepassing met een uitgebreide functieomvang."
-
-#: sizing.phtml:17
-#, fuzzy
-msgid ""
-"<span class=\"gnucash\">GnuCash</span> 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 bestaat momenteel uit meer dan driehonderd vijftigduizend broncode "
-"regels verdeeld over meer dan duizend bestanden. Het is vertaald naar 23 "
-"talen en heeft bijdragen ontvangen meer dan 139 auteurs."
-
-#: sizing.phtml:23
-#, fuzzy
-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 ""
-"Als je je die massa broncode moeilijk kan voorstellen, beschouw het dan als "
-"volgt: afgedrukt op papier en in boeken ingebonden, zou dit overeenkomen met "
-"meerdere tientallen kopieën van Tolstoy's \"Oorlog en Vrede\", ongeveer een "
-"volledige boekenplank gevuld met broncode."
-
-#: sizing.phtml:26
-#, fuzzy
-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 ""
-"Voor alle duidelijkheid, dit is broncode (en documentatie) gecreëerd en "
-"getest door mensen. Het gaat hier *niet* om automatisch gegenereerde code. "
-"Hulpmiddelen (zoals glad of g-wrap) kunnen automatisch miljoenen coderegels "
-"genereren; deze tel ik niet mee. Elke getelde regel is ingetikt, bewerkt, "
-"bijgewerkt, meer dan eens, door mensenhanden."
-
-#: sizing.phtml:29
-#, fuzzy
-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 ""
-"Gezien dat we ongeveer 400 open bugs hebben in bugzilla, komt dit uit op "
-"ongeveer één bug per duizend regels code, of één bug per 50 afgedrukte "
-"paginas. Deze bug verhouding is eigenlijk niet abnormaal voor software "
-"projecten; ze is in de buurt van de norm."
-
-#: sizing.phtml:32
-#, fuzzy
-msgid ""
-"The table below shows some historical lines-of-code and number-of-files "
-"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-"De onderstaande tabel toont enkele historische aantal-coderegels en aantal-"
-"files statistieken voor het GnuCash ontwikkelingsproject. Merk op dat niet "
-"alle code geteld is: bijvoorbeeld, de Makefiles, configure.in en autogen.sh "
-"zijn niet geteld. En ook bestanden die automatisch gegenereerd worden, zijn "
-"niet meegeteld, net zo min als bestanden die van andere projecten 'geleend' "
-"werden. Voorts niet geteld zijn experimentele bestanden, allerlei perl "
-"scripts, diverse conversie hulpmiddelen, toevoegingen en hulpmiddelen. "
-"Tenslotte, <tt>glade</tt> bestanden worden niet geteld, hoewel grote delen "
-"van de algemene GUI in <tt>glade</tt> bestanden beschreven is."
-
-#: sizing.phtml:35
-#, fuzzy
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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 ""
-"Merk ook op dat KCR's geen goede maatstaf zijn voor ontwikkelaarsactiviteit, "
-"of zelfs dat <code>wc</code> geen goede manier is om KCR's te tellen. Veel "
-"betere metingen zijn complexiteitsstatistieken die bijvoorbeeld het aantal "
-"en de grootte van if-then-else blokken tellen, of het aantal en de groote "
-"van alle blokken, of het aantal wiskundige operatoren per statement. "
-"Misschien gebruiken we ooit wel eens zo'n hulpmiddel op deze code. Voorlopig "
-"is dit wat we hebben. Van de andere kant hebben we geprobeerd om enkel de "
-"bestanden te tellen die door mensen bewerkte code bevatten, d.w.z., "
-"bestanden die rechtstreeks door mensen bewerkt zijn. De reden hiervoor is "
-"het artificieel opblazen van de KCR tellingen te vermijden door automatisch "
-"gegenereerde code mee te tellen (dit is waarom glade bestanden niet "
-"meegeteld worden: deze zijn groot en automatisch gegenereerd)."
-
-#: sizing.phtml:38
-#, fuzzy
-msgid "Table 1.  Historical Development Stats"
-msgstr "Tabel 1.  Historische ontwikkelingsstatistieken"
-
-#: sizing.phtml:42
-#, fuzzy
-msgid "Version"
-msgstr "Versie"
-
-#: sizing.phtml:49 sizing.phtml:357
-#, fuzzy
-msgid "misc app"
-msgstr "diverse app"
-
-#: sizing.phtml:56 sizing.phtml:392
-#, fuzzy
-msgid "internal txt"
-msgstr "interne txt"
-
-#: sizing.phtml:57
-#, fuzzy
-msgid "Total"
-msgstr "Totaal"
-
-#: sizing.phtml:58 sizing.phtml:397
-#, fuzzy
-msgid "Languages"
-msgstr "Talen"
-
-#: sizing.phtml:59 sizing.phtml:402
-#, fuzzy
-msgid "Author Credits"
-msgstr "Auteurs"
-
-#: sizing.phtml:318
-#, fuzzy
-msgid "Each cell displays the following:"
-msgstr "Elke cel toont het volgende:"
-
-#: sizing.phtml:322
-#, fuzzy
-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 ""
-"aantal *.c *, .h en *.scm bestanden (KCR's in *.c + KCR's in *.h + KCR's in "
-"*.scm). Al er geen *.scm bestanden zijn in de map, dan wordt enkel (KCR's in "
-"*.c + KCR's in *.h) getoond. Als er maar één enkel getal tussen haakjes "
-"staat, dan is dat het gepaste KCR aantal voor die statistiek."
-
-#: sizing.phtml:326
-#, fuzzy
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-"waarbij KCR == kilo-coderegels, zoals weergegeven door <code>wc</code>. "
-"Zoals eerder vermeld is wc geen bijzonder goede code metriek, maar het is "
-"wat we bij de hand hebben."
-
-#: sizing.phtml:329
-#, fuzzy
-msgid "Table Column Legend"
-msgstr "Legenda tabelkolommen"
-
-#: sizing.phtml:333
-#, fuzzy
-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 ""
-"Inhoud van de src/engine en de include mappen. De engine is van de motif "
-"code afgesplitst in versie 1.1. De data opslag backen (file-io, sql) is "
-"afgesplitst in de loop van versie 1.5"
-
-#: sizing.phtml:337
-#, fuzzy
-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 ""
-"Inhoud van de src/backend map (versie 1.7 en later) of van src/engine/file, "
-"src/engine/sql (versie 1.6 en eerder)"
-
-#: sizing.phtml:341
-#, fuzzy
-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 ""
-"Inhoud van de src/register map (versie 1.6 en eerder) of src/register-core "
-"(versie 1.7 en later). De register code is van de motif code afgesplitst in "
-"een apparte component in versie 1.1. Zoals afgelezen kan worden uit de "
-"statistieken, is de registercode vrij stabiel gebleven. In versie 1.7 en "
-"later toont deze cel een tweede telling: het aantal coderegels in src/"
-"register/register-gnome (voordien meegeteld als deel van gnome)"
-
-#: sizing.phtml:345
-#, fuzzy
-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 ""
-"*.c, *.h bestanden, enkel in de src map. (versie 1.6 en eerder) of in src/"
-"register/ledger-core (versie 1.7 en later)"
-
-#: sizing.phtml:349
-#, fuzzy
-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 ""
-"Inhoud van de src/motif map (versie 1.2 en eerder). De motif versie van de "
-"code is opgeheven na versie 1.2, nadat de meeste non-gui code verhuisd was "
-"naar engine, register of ledger."
-
-#: sizing.phtml:353
-#, fuzzy
-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 ""
-"Inhoud van src/gnome en src/register/gnome (versie 1.6 en eerder). Voor "
-"versie 1.7 en later bestaat dit uit src/gnome, src/gnome-search en src/gnome-"
-"util"
-
-#: sizing.phtml:358
-#, fuzzy
-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 ""
-"Inhoud van allerei mappen die verband houden met de toepassing (versie 1.7 "
-"en later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/"
-"gnc-module, src/network-utils, src/tax/us"
-
-#: sizing.phtml:363
-#, fuzzy
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-"Code voor de import en export van diverse bestandsformaten: inhoud van de "
-"src/import-export map."
-
-#: sizing.phtml:368
-#, fuzzy
-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:373
-#, fuzzy
-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 ""
-"scheme en guile code in mappen src/scm en src/guile (versie 1.6 en eerder). "
-"In versie 1.7 en later is veel van deze code verhuisd naar reports, import/"
-"export, en in individuele modueles; hierdoor blijft enkel diverse code over."
-
-#: sizing.phtml:378
-#, fuzzy
-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;"
-
-#: sizing.phtml:383
-#, fuzzy
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-"Code om automatische regressie testen uit te voeren: inhoud van de src/*/"
-"test mappen."
-
-#: sizing.phtml:388
-#, fuzzy
-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 ""
-"Gebruikersdocumentatie (enkel Engelstalig), inclusief de online hulp en "
-"handleiding (html, sgml of xml). Voor versie 1.8.4 en later telt het getal "
-"onder de streep de vertaalde, niet-Engelstalige docs (momenteel de, es, fr, "
-"pt_PT). Beide getallen zijn tamelijk moeilijk te tellen, ten gevolge van "
-"vrij grote formaat variaties en verschillende concurrerende versies."
-
-#: sizing.phtml:393
-#, fuzzy
-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 ""
-"Het aantal design documenten en README bestanden gericht aan ontwikkelaars. "
-"Dit omvat *.txt bestanden, *.texinfo bestanden en README.* bestanden in alle "
-"submappen. Voor versie 1.7 en later worden enkel deze in de src map geteld "
-"(hiermee een zestal andere negerend op andere plaatsen)"
-
-#: sizing.phtml:398
-#, fuzzy
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-"Het aantal talen waarin de toepassingsberichten vertaald zijn (het aantal "
-"<tt>po/*.po</tt> bestanden). Tussen haakjes, het aantal berichten in de "
-"berichtenbestanden (<tt>grep msgstr po/*.po |wc</tt>), in duizendtallen."
-
-#: sizing.phtml:403
-#, fuzzy
-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 ""
-"Het aantal mensen vermeld in het AUTHORS bestand (versie 1.6 en later) of "
-"het README bestand (eerdere versies). Dit omvat hoofdontwikkelaars, patch "
-"verzenders en vertalers. Dit omvat extra vermeldingen uit het gnucash-docs/"
-"AUTHORS bestand die niet vermeld zijn in het gnucash/AUTHORS hoofdbestand."
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr "Informatie"
@@ -1671,7 +1697,6 @@
 msgstr "IRC (Chat)"
 
 #: externals/menu.phtml:46
-#, fuzzy
 msgid "Development"
 msgstr "Ontwikkeling"
 
@@ -1692,10 +1717,8 @@
 msgstr "Vertalingen"
 
 #: externals/menu.phtml:61
-#, fuzzy
 msgid "New Book: GnuCash 2.4 Small Business Accounting"
-msgstr ""
-"GnuCash 2.4 Small Business Accounting, geschreven door Ashok Ramachandran"
+msgstr "Nieuw boek: GnuCash 2.4 Small Business Accounting"
 
 #: externals/menu.phtml:65
 msgid ""
@@ -1746,11 +1769,21 @@
 "Dien verbetervoorstellen voor GnuCash in (of stem op die van andere "
 "gebruikers)"
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+#, fuzzy
+msgid "GnuCash on Google +"
+msgstr "GnuCash %s voor"
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "GnuCash %s voor"
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr "Taal"
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr "Continent"
 
@@ -1762,16 +1795,22 @@
 msgid "Translation problems? Contact:"
 msgstr "Vertaalproblemen? Meld het op:"
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "score"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "Dit zoeksysteem draait op:"
 
-#: search/templates/NMZ.result.short.php_tmpl:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
-msgstr "(${size} bytes)"
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr "Storingsmeldingen server & e-mail naar:"
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+"Vertaalproblemen? Meld het op: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr "Zoekopdracht"
@@ -2143,22 +2182,6 @@
 msgid "Lists to Search"
 msgstr "Te doorzoeken lijsten"
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr "Dit zoeksysteem draait op:"
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr "Storingsmeldingen server & e-mail naar:"
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-"Vertaalproblemen? Meld het op: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "Zoektips"
@@ -2266,6 +2289,11 @@
 "Dit is een probleem in Namazu. Zoeken op exacte tekst is\n"
 "niet 100% accuraat en leidt soms tot verkeerde resultaten."
 
+#: search/templates/NMZ.result.normal.php_tmpl:4
+#: search/templates/NMZ.result.short.php_tmpl:4
+msgid "score"
+msgstr "score"
+
 #: search/templates/NMZ.result.normal.php_tmpl:5
 msgid "Author"
 msgstr "Auteur"
@@ -2274,6 +2302,15 @@
 msgid "Date"
 msgstr "Datum"
 
+#: search/templates/NMZ.result.normal.php_tmpl:9
+#: search/templates/NMZ.result.short.php_tmpl:6
+msgid "(${size} bytes)"
+msgstr "(${size} bytes)"
+
+#, fuzzy
+#~ msgid "Writing documentation"
+#~ msgstr "Officieuze documentatie"
+
 #~ msgid "Documentation Project"
 #~ msgstr "Documentatieproject"
 

Modified: htdocs/branches/beta/po/pl.po
===================================================================
--- htdocs/branches/beta/po/pl.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/pl.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
 "PO-Revision-Date: 2006-05-29 00:20-0400\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr ""
 
@@ -161,97 +161,244 @@
 msgid "View all GnuCash downloads"
 msgstr ""
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
 msgstr ""
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
+#: 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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
 msgstr ""
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
 
-#: index.phtml:21
-#, fuzzy
-msgid "Source"
-msgstr "Kryterium sortowania"
+#: 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 ""
 
-#: index.phtml:21
-msgid "Via distribution"
+#: 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 ""
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
+#: 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 ""
 
-#: index.phtml:33
+#: sizing.phtml:32
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
 
-#: index.phtml:35
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
 
-#: index.phtml:39
-msgid "Feature Highlights"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
 msgstr ""
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
+#: sizing.phtml:42
+msgid "Version"
 msgstr ""
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
 msgstr ""
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
 msgstr ""
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
+#: sizing.phtml:57
+msgid "Total"
 msgstr ""
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
 msgstr ""
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
 msgstr ""
 
-#: index.phtml:50
-msgid "Financial Calculations"
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
 msgstr ""
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
+#: sizing.phtml:322
+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 ""
 
-#: index.phtml:58
-msgid "News"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
 msgstr ""
 
-#: index.phtml:73
-msgid "Older Announcements ..."
+#: sizing.phtml:329
+msgid "Table Column Legend"
 msgstr ""
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:333
+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:337
+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:341
+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:345
+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:349
+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:353
+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:358
+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:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+
+#: sizing.phtml:373
+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:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+
+#: sizing.phtml:388
+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:393
+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:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+
+#: sizing.phtml:403
+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 ""
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 msgid "Writing Documentation"
 msgstr ""
@@ -267,17 +414,36 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 msgid "Introduction"
 msgstr ""
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -286,51 +452,51 @@
 "pdf,...)."
 msgstr ""
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
 msgstr ""
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 msgid "We suggest also subscribing to"
 msgstr ""
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 msgid "Gnome Documentation guidelines"
 msgstr ""
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 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 ""
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr ""
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -338,7 +504,7 @@
 "net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
 msgstr ""
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -347,7 +513,7 @@
 "'gnucash-docs' in the mentioned svn commands, like this:"
 msgstr ""
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
 "packages to help users: the <b>Help Manual</b> and the <b>Tutorials and "
@@ -355,11 +521,11 @@
 "downloaded."
 msgstr ""
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr ""
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -367,7 +533,7 @@
 "(usually gnucash-docs, unless you renamed it):"
 msgstr ""
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -378,7 +544,7 @@
 "details about patch submission."
 msgstr ""
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -387,7 +553,7 @@
 "patch to gnucash-devel, it should be attached, not inlined."
 msgstr ""
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -395,24 +561,24 @@
 "and do it'."
 msgstr ""
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 ""
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr ""
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -420,15 +586,326 @@
 "bug-buddy."
 msgstr ""
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr ""
+
+#: docs.phtml:4
+msgid "Browse documentation online"
+msgstr ""
+
+#: docs.phtml:5
+msgid "Download documentation as PDF"
+msgstr ""
+
+#: docs.phtml:6
+msgid "Download documentation as epub"
+msgstr ""
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr ""
+
+#: docs.phtml:15
+msgid "GnuCash Documentation"
+msgstr ""
+
+#: docs.phtml:17
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+
+#: docs.phtml:19
+msgid "The Help Manual"
+msgstr ""
+
+#: docs.phtml:20
+msgid "The Tutorials and Concepts Guide"
+msgstr ""
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+
+#: docs.phtml:25
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+
+#: docs.phtml:27
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr ""
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr ""
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr ""
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr ""
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr ""
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr ""
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr ""
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr ""
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr ""
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr ""
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr ""
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr ""
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr ""
+
+#: docs.phtml:334
+msgid "Unofficial documentation"
+msgstr ""
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr ""
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr ""
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr ""
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr ""
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr ""
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr ""
+
+#: index.phtml:21
+#, fuzzy
+msgid "Source"
+msgstr "Kryterium sortowania"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr ""
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr ""
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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 ""
+
+#: index.phtml:39
+msgid "Feature Highlights"
+msgstr ""
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr ""
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr ""
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr ""
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr ""
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr ""
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr ""
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr ""
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr ""
+
+#: index.phtml:58
+msgid "News"
+msgstr ""
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr ""
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr ""
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 
 #: features.phtml:17 features.phtml:24
@@ -477,31 +954,31 @@
 msgstr ""
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
+msgid "The ability to enter <b>split transactions</b>"
 msgstr ""
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
 msgstr ""
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
+msgid "<b>Autofill</b> of entered transactions"
 msgstr ""
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 
 #: features.phtml:66
@@ -514,8 +991,8 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
 
 #: features.phtml:79
@@ -560,7 +1037,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 
@@ -570,10 +1047,10 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 
 #: features.phtml:106
@@ -658,10 +1135,10 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
 
 #: features.phtml:171
@@ -706,9 +1183,8 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 
 #: features.phtml:205
@@ -768,196 +1244,6 @@
 "by step."
 msgstr ""
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr ""
-
-#: docs.phtml:4
-msgid "Browse documentation online"
-msgstr ""
-
-#: docs.phtml:5
-msgid "Download documentation as PDF"
-msgstr ""
-
-#: docs.phtml:6
-msgid "Download documentation as epub"
-msgstr ""
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-msgid "GnuCash Documentation"
-msgstr ""
-
-#: docs.phtml:56
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-
-#: docs.phtml:58
-msgid "The Help Manual"
-msgstr ""
-
-#: docs.phtml:59
-msgid "The Tutorials and Concepts Guide"
-msgstr ""
-
-#: docs.phtml:62
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-
-#: docs.phtml:64
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-
-#: docs.phtml:66
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-msgid "(current stable release)"
-msgstr ""
-
-#: docs.phtml:76
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr ""
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr ""
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr ""
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr ""
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr ""
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr ""
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr ""
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr ""
-
-#: docs.phtml:136
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr ""
-
-#: docs.phtml:190
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr ""
-
-#: docs.phtml:201
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr ""
-
-#: docs.phtml:256
-msgid "Portugese"
-msgstr ""
-
-#: docs.phtml:262
-msgid "Unofficial documentation"
-msgstr ""
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr ""
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr ""
-
-#: docs.phtml:269
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr ""
-
-#: docs.phtml:273
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr ""
@@ -968,244 +1254,6 @@
 "page."
 msgstr ""
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-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. <span class=\"gnucash\">GnuCash</span> 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 ""
-"<span class=\"gnucash\">GnuCash</span> 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 <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-
-#: sizing.phtml:35
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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:38
-msgid "Table 1.  Historical Development Stats"
-msgstr ""
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr ""
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr ""
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr ""
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr ""
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr ""
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr ""
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr ""
-
-#: sizing.phtml:322
-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:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr ""
-
-#: sizing.phtml:333
-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:337
-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:341
-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:345
-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:349
-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:353
-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:358
-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:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr ""
-
-#: sizing.phtml:373
-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:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr ""
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-
-#: sizing.phtml:388
-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:393
-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:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-
-#: sizing.phtml:403
-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 ""
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr ""
@@ -1326,11 +1374,19 @@
 msgid "Request or vote enhancements for GnuCash"
 msgstr ""
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+msgid "GnuCash on Google +"
+msgstr ""
+
+#: externals/header.phtml:8
+msgid "GnuCash on facebook"
+msgstr ""
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr ""
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr ""
 
@@ -1342,16 +1398,20 @@
 msgid "Translation problems? Contact:"
 msgstr ""
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "wynik"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "Ten system wyszukiwania jest oparty na:"
 
-#: search/templates/NMZ.result.short.php_tmpl:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
-msgstr "(${size} bajtów)"
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr ""
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr "Zapytania"
@@ -1728,20 +1788,6 @@
 msgid "Lists to Search"
 msgstr ""
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr "Ten system wyszukiwania jest oparty na:"
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr ""
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "Porady dotyczące wyszukiwania"
@@ -1857,6 +1903,11 @@
 "To jest usterka Namazu. Precyzja wyszukiwania fraz nie jest\n"
 "100%, ale złe wyniki są rzadkie."
 
+#: search/templates/NMZ.result.normal.php_tmpl:4
+#: search/templates/NMZ.result.short.php_tmpl:4
+msgid "score"
+msgstr "wynik"
+
 #: search/templates/NMZ.result.normal.php_tmpl:5
 msgid "Author"
 msgstr "Autor"
@@ -1864,3 +1915,8 @@
 #: search/templates/NMZ.result.normal.php_tmpl:6
 msgid "Date"
 msgstr "Data"
+
+#: search/templates/NMZ.result.normal.php_tmpl:9
+#: search/templates/NMZ.result.short.php_tmpl:6
+msgid "(${size} bytes)"
+msgstr "(${size} bajtów)"

Modified: htdocs/branches/beta/po/pt_PT.po
===================================================================
--- htdocs/branches/beta/po/pt_PT.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/pt_PT.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
 "PO-Revision-Date: 2006-05-24 21:54-0400\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr ""
 
@@ -163,97 +163,244 @@
 msgid "View all GnuCash downloads"
 msgstr ""
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
 msgstr ""
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
-msgstr "Bem Vindo ao GnuCash.org"
+#: 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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
+msgstr ""
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
+#: sizing.phtml:17
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 ""
 
-#: index.phtml:21
-msgid "Source"
+#: 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 ""
 
-#: index.phtml:21
-msgid "Via distribution"
+#: 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 ""
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
+#: 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 ""
 
-#: index.phtml:33
+#: sizing.phtml:32
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
 
-#: index.phtml:35
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
 
-#: index.phtml:39
-#, fuzzy
-msgid "Feature Highlights"
-msgstr "Funcionalidades"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
+msgstr ""
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
+#: sizing.phtml:42
+msgid "Version"
 msgstr ""
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
 msgstr ""
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
 msgstr ""
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
+#: sizing.phtml:57
+msgid "Total"
 msgstr ""
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
 msgstr ""
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
 msgstr ""
 
-#: index.phtml:50
-msgid "Financial Calculations"
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
 msgstr ""
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
+#: sizing.phtml:322
+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 ""
 
-#: index.phtml:58
-msgid "News"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
 msgstr ""
 
-#: index.phtml:73
-msgid "Older Announcements ..."
+#: sizing.phtml:329
+msgid "Table Column Legend"
 msgstr ""
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:333
+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:337
+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:341
+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:345
+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:349
+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:353
+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:358
+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:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+
+#: sizing.phtml:373
+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:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+
+#: sizing.phtml:388
+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:393
+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:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+
+#: sizing.phtml:403
+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 ""
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 #, fuzzy
 msgid "Writing Documentation"
@@ -271,18 +418,37 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 #, fuzzy
 msgid "Introduction"
 msgstr "Informao Genrica"
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -291,52 +457,52 @@
 "pdf,...)."
 msgstr ""
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
 msgstr ""
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 msgid "We suggest also subscribing to"
 msgstr ""
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 #, fuzzy
 msgid "Gnome Documentation guidelines"
 msgstr "Documentao"
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 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 ""
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr ""
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -344,7 +510,7 @@
 "net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
 msgstr ""
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
 "wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
@@ -353,7 +519,7 @@
 "'gnucash-docs' in the mentioned svn commands, like this:"
 msgstr ""
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
 "packages to help users: the <b>Help Manual</b> and the <b>Tutorials and "
@@ -361,11 +527,11 @@
 "downloaded."
 msgstr ""
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr ""
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -373,7 +539,7 @@
 "(usually gnucash-docs, unless you renamed it):"
 msgstr ""
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -384,7 +550,7 @@
 "details about patch submission."
 msgstr ""
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -393,7 +559,7 @@
 "patch to gnucash-devel, it should be attached, not inlined."
 msgstr ""
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -401,24 +567,24 @@
 "and do it'."
 msgstr ""
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 ""
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr ""
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -426,15 +592,332 @@
 "bug-buddy."
 msgstr ""
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "Documentao"
+
+#: docs.phtml:4
+#, fuzzy
+msgid "Browse documentation online"
+msgstr "Documentao"
+
+#: docs.phtml:5
+#, fuzzy
+msgid "Download documentation as PDF"
+msgstr "Documentao"
+
+#: docs.phtml:6
+#, fuzzy
+msgid "Download documentation as epub"
+msgstr "Documentao"
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr ""
+
+#: docs.phtml:15
+#, fuzzy
+msgid "GnuCash Documentation"
+msgstr "Documentao"
+
+#: docs.phtml:17
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr ""
+
+#: docs.phtml:19
+msgid "The Help Manual"
+msgstr ""
+
+#: docs.phtml:20
+msgid "The Tutorials and Concepts Guide"
+msgstr ""
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+
+#: docs.phtml:25
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+
+#: docs.phtml:27
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr ""
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr ""
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr ""
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr ""
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr ""
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr ""
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr ""
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr ""
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+
+#: docs.phtml:144
+#, fuzzy
+msgid "Nightly Documentation Builds"
+msgstr "Documentao"
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr ""
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr ""
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr ""
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr ""
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr ""
+
+#: docs.phtml:334
+#, fuzzy
+msgid "Unofficial documentation"
+msgstr "Documentao"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr ""
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr ""
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr ""
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr ""
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "Bem Vindo ao GnuCash.org"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr ""
+
+#: index.phtml:21
+msgid "Source"
+msgstr ""
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr ""
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr ""
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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 ""
+
+#: index.phtml:39
+#, fuzzy
+msgid "Feature Highlights"
+msgstr "Funcionalidades"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr ""
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr ""
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr ""
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr ""
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr ""
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr ""
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr ""
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr ""
+
+#: index.phtml:58
+msgid "News"
+msgstr ""
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr ""
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr "Funcionalidades"
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 
 #: features.phtml:17 features.phtml:24
@@ -484,31 +967,31 @@
 msgstr ""
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
+msgid "The ability to enter <b>split transactions</b>"
 msgstr ""
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
 msgstr ""
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
+msgid "<b>Autofill</b> of entered transactions"
 msgstr ""
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 
 #: features.phtml:66
@@ -521,8 +1004,8 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
 
 #: features.phtml:79
@@ -567,7 +1050,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 
@@ -577,10 +1060,10 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 
 #: features.phtml:106
@@ -665,10 +1148,10 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
 
 #: features.phtml:171
@@ -713,9 +1196,8 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 
 #: features.phtml:205
@@ -775,202 +1257,6 @@
 "by step."
 msgstr ""
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr "Documentao"
-
-#: docs.phtml:4
-#, fuzzy
-msgid "Browse documentation online"
-msgstr "Documentao"
-
-#: docs.phtml:5
-#, fuzzy
-msgid "Download documentation as PDF"
-msgstr "Documentao"
-
-#: docs.phtml:6
-#, fuzzy
-msgid "Download documentation as epub"
-msgstr "Documentao"
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-#, fuzzy
-msgid "GnuCash Documentation"
-msgstr "Documentao"
-
-#: docs.phtml:56
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr ""
-
-#: docs.phtml:58
-msgid "The Help Manual"
-msgstr ""
-
-#: docs.phtml:59
-msgid "The Tutorials and Concepts Guide"
-msgstr ""
-
-#: docs.phtml:62
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-
-#: docs.phtml:64
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-
-#: docs.phtml:66
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-msgid "(current stable release)"
-msgstr ""
-
-#: docs.phtml:76
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr ""
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr ""
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr ""
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr ""
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr ""
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr ""
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr ""
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-
-#: docs.phtml:134
-#, fuzzy
-msgid "Nightly Documentation Builds"
-msgstr "Documentao"
-
-#: docs.phtml:136
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr ""
-
-#: docs.phtml:139
-msgid "Unstable"
-msgstr ""
-
-#: docs.phtml:190
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr ""
-
-#: docs.phtml:201
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr ""
-
-#: docs.phtml:256
-msgid "Portugese"
-msgstr ""
-
-#: docs.phtml:262
-#, fuzzy
-msgid "Unofficial documentation"
-msgstr "Documentao"
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr ""
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr ""
-
-#: docs.phtml:269
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr ""
-
-#: docs.phtml:273
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr ""
@@ -981,244 +1267,6 @@
 "page."
 msgstr ""
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-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. <span class=\"gnucash\">GnuCash</span> 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 ""
-"<span class=\"gnucash\">GnuCash</span> 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 <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-
-#: sizing.phtml:35
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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:38
-msgid "Table 1.  Historical Development Stats"
-msgstr ""
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr ""
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr ""
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr ""
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr ""
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr ""
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr ""
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr ""
-
-#: sizing.phtml:322
-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:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr ""
-
-#: sizing.phtml:333
-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:337
-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:341
-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:345
-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:349
-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:353
-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:358
-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:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr ""
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr ""
-
-#: sizing.phtml:373
-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:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr ""
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr ""
-
-#: sizing.phtml:388
-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:393
-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:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-
-#: sizing.phtml:403
-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 ""
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr "Informao Genrica"
@@ -1340,11 +1388,21 @@
 msgid "Request or vote enhancements for GnuCash"
 msgstr ""
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+#, fuzzy
+msgid "GnuCash on Google +"
+msgstr "Promover o GnuCash"
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "Promover o GnuCash"
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr ""
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr ""
 
@@ -1356,16 +1414,20 @@
 msgid "Translation problems? Contact:"
 msgstr ""
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
 msgstr ""
 
-#: search/templates/NMZ.result.short.php_tmpl:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
 msgstr ""
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr ""
@@ -1662,20 +1724,6 @@
 msgid "Lists to Search"
 msgstr ""
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr ""
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr ""
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr ""
@@ -1755,6 +1803,11 @@
 "not 100%, so it cause wrong results occasionally."
 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 ""
@@ -1763,7 +1816,16 @@
 msgid "Date"
 msgstr ""
 
+#: search/templates/NMZ.result.normal.php_tmpl:9
+#: search/templates/NMZ.result.short.php_tmpl:6
+msgid "(${size} bytes)"
+msgstr ""
+
 #, fuzzy
+#~ msgid "Writing documentation"
+#~ msgstr "Documentao"
+
+#, fuzzy
 #~ msgid "Documentation Project"
 #~ msgstr "Documentao"
 

Modified: htdocs/branches/beta/po/zh_CN.po
===================================================================
--- htdocs/branches/beta/po/zh_CN.po	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/po/zh_CN.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gnucash-htdocs r18948\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-15 21:10+0100\n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
 "PO-Revision-Date: 2010-05-02 07:26+1000\n"
 "Last-Translator: Tao Wang <dancefire at gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh at googlegroups.com>\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: download.phtml:5 docs.phtml:79 docs.phtml:139
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
 msgid "Download"
 msgstr "下载"
 
@@ -181,106 +181,310 @@
 msgid "View all GnuCash downloads"
 msgstr "查看所有的 GnuCash 下载"
 
-#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:94
-msgid "Free Accounting Software"
-msgstr "免费的财务软件"
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
+msgstr "大小"
 
-#: index.phtml:12
-msgid "Welcome to GnuCash.org"
-msgstr "欢迎来到 GnuCash.org"
+#: sizing.phtml:14
+#, fuzzy
+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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
+"from a small handy electronic checkbook to a rather large and multi-featured "
+"desktop app."
+msgstr ""
+"研究软件开发项目背后的源代码数量通常是一个非常有趣的事情。并不令人吃惊,这也"
+"是一种会计。多年来,GnuCash 从一个小型轻巧的电子账簿,发展到今天相当大,并且"
+"多功能的桌面应用程序。"
 
-#: index.phtml:18
-#, php-format
-msgid "Download GnuCash %s"
-msgstr "下载 GnuCash %s"
+#: sizing.phtml:17
+#, fuzzy
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> 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 目前包含了一千多个文件,三十多万行代码。而且,已经被翻译成 36 种语"
+"言,并且有 139 名作者和贡献者贡献了自己的力量。"
 
-#: index.phtml:21
-msgid "Source"
-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 ""
+"如果您还是对如此巨大的源代码没有概念的话,可以换个角度想想,想想将其打印在纸"
+"上并且装订好,这将相当于数十本托尔斯泰的《战争与和平》,相当于整整一书架宽的"
+"源代码。"
 
-#: index.phtml:21
-msgid "Via distribution"
-msgstr "通过各种 Linux 发行版"
+#: 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 ""
+"需要提醒的是,这些代码(以及文档)是由真实的人类撰写并调试的,这可不是自动产生"
+"的代码。工具(如 Glade、g-wrap)是可以自动产生很多行代码,但我可没有包括那些。"
+"每一行这里统计的,都是由人手动录入、编辑、缩进、调整了很多次的。"
 
-#: index.phtml:24
-msgid "More downloads (Source, Development,...)"
-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 ""
+"基于我们的 Bugzilla 系统中有400个突出的 Bug,可以算出每一千行才会有一个 Bug,"
+"或者可以理解为每打印出50页代码才有一个 Bug。在软件项目中,这样的数量实际上并"
+"不特殊,可以说接近正常。"
 
-#: index.phtml:33
+#: sizing.phtml:32
 #, fuzzy
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
-"financial-accounting software, freely licensed under the <a href=\"http://"
-"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
-"X and Microsoft Windows."
+"The table below shows some historical lines-of-code and number-of-files "
+"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
 msgstr ""
-"GnuCash 是个人或小型企业财务软件,是免费授权于<a href=\"http://www.gnu.org/"
-"\">GNU</a> GPL的软件,它支持多种操作系统,包括GNU/Linux、BSD、Solaris、Mac "
-"OS X 以及微软的 Windows。"
+"下列的表中显示了 GnuCash 开发项目一些历史的代码行和文件数目的数据。注意不是所"
+"有的代码都被统计了:比如说,Makefile 和 Configure.in 以及 autogen.sh 都不会记"
+"录在内。还有所有自动生成的代码都不会统计在内。也不包括从其它项目中借来的代"
+"码。而且还没有记录试验用的文件、辅助的 Perl 脚本、各种转换器、插件以及一些工"
+"具。最后,<tt>glade</tt>也没有被统计,虽然绝大多数的界面都定义在了<tt>glade</"
+"tt>文件中。"
 
-#: index.phtml:35
-#, fuzzy
+#: sizing.phtml:35
 msgid ""
-"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
-"\">GnuCash</span> 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. "
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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 ""
-"被设计为使用简单,但功能强大并且灵活。GnuCash 允许您跟踪银行账户、股票、收入"
-"和支出。就像日常纸质账簿一样可以直观并且快速的使用。它基于专业的会计理念,以"
-"确保平衡的账簿和精准的报表。"
+"还需要注意的是,KLOC(代码千行数)对于程序员生产力来说不是一个很好的描述,甚至"
+"<code>wc</code>也不是一个好的方式来计算代码行数。更好的方法是复杂一些的数据。"
+"比如,计算 if-then-else 的代码段大小和数量;所有代码段的大小和数量;每一个表"
+"达式操作符的数量等。也许那天我们将使用这样的工具来进行分析。但是现在,这些是"
+"我们所能做的。另一方面,我们已经尽力去统计那些只有由人编辑的代码。这么做是为"
+"了避免人为的夸大代码的数量(这就是为什么glade不被统计的原因,因为它们是自动产"
+"生的而且很大)。"
 
-#: index.phtml:39
-msgid "Feature Highlights"
-msgstr "主要功能"
+#: sizing.phtml:38
+msgid "Table 1.  Historical Development Stats"
+msgstr "表一:历史开发状态图"
 
-#: index.phtml:44
-msgid "Double-Entry Accounting"
-msgstr "复式会计记账"
+#: sizing.phtml:42
+msgid "Version"
+msgstr "版本"
 
-#: index.phtml:45
-msgid "Stock/Bond/Mutual Fund Accounts"
-msgstr "股票、债券、基金账户"
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
+msgstr "其它应用"
 
-#: index.phtml:46
-msgid "Small-Business Accounting"
-msgstr "小型企业会计"
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
+msgstr "内部文本文件"
 
-#: index.phtml:47 features.phtml:75
-msgid "Reports, Graphs"
-msgstr "报告、图表"
+#: sizing.phtml:57
+msgid "Total"
+msgstr "合计"
 
-#: index.phtml:48
-msgid "QIF/OFX/HBCI Import, Transaction Matching"
-msgstr "QIF、OFX、HBCI 导入数据以及交易匹配"
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
+msgstr "语言"
 
-#: index.phtml:49 features.phtml:62
-msgid "Scheduled Transactions"
-msgstr "计划的交易"
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
+msgstr "贡献的作者"
 
-#: index.phtml:50
-#, fuzzy
-msgid "Financial Calculations"
-msgstr "财务计算"
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
+msgstr "每个单元格显示如下信息:<br />"
 
-#: index.phtml:52
-msgid "<b>Discover more...</b>"
+#: sizing.phtml:322
+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 ""
+"\"*.c, *.h, *.scm\"文件的数量 (*.c 的代码量 + *.h 的代码量 + *.scm 的代码"
+"量),以千行为单位计算代码量。如果目录中没有*.scm文件,就不显示最后一部分“+ *."
+"scm 的代码量”。如果括号中只有一个数字,那么这是一个适于该相的统计数字。"
 
-#: index.phtml:58
-msgid "News"
-msgstr "新闻"
+#: sizing.phtml:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
+msgstr ""
+"KLOC 是指 千行代码数,由<code>wc</code>报告。如上述说明的一样,<code>wc</"
+"code>虽然不是一个好的度量标准,但是这是我们手里现有的。"
 
-#: index.phtml:73
-#, fuzzy
-msgid "Older Announcements ..."
-msgstr "以前的公告"
+#: sizing.phtml:329
+msgid "Table Column Legend"
+msgstr "表栏说明"
 
-#: index.phtml:76
-msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+#: sizing.phtml:333
+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 ""
+"src/engine 及 include 目录的内容。版本 1.1 中,引擎从 motif 中分离了。数据存"
+"储后台 (文件IO、SQL) 从版本 1.5 中分割出去了。"
 
+#: sizing.phtml:337
+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 ""
+"src/backend 目录(版本 1.7 或以后)、src/engine/file、src/engine/sql (版本1.6或"
+"更早)的内容。"
+
+#: sizing.phtml:341
+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 ""
+"src/register 目录(版本 1.6或更早) 或 src/register/register-core (版本 1.7 或"
+"以后) 的内容。账簿在版本 1.1 时从 motif 中分离出来。就像从统计中所看到的一"
+"样,账簿代码已经趋于稳定。在版本 1.7 和以后,这个单元格显示了第二个数字:即 "
+"src/register/register-gnome (之前作为 gnome 的一部分计算) 中的代码行数。"
+
+#: sizing.phtml:345
+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 ""
+"只在 src 目录(版本1.6或更早)或 src/register/ledger-core (版本1.7或以后) 下的 "
+"*.c 和 *.h 文件。"
+
+#: sizing.phtml:349
+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 ""
+"src/motif 目录 (版本 1.2 或更早)下的内容。在版本 1.2 以后 motif 的代码就不再"
+"继续了,之后大多数非图形界面的代码,或者被移到了 engine,或者被移到了账簿或总"
+"账下。"
+
+#: sizing.phtml:353
+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 ""
+"src/gnome 和 src/register/gnome (版本1.6或更早),或者 src/gnome、src/gnome-"
+"search 和 src/gnome-util 目录(版本1.7及以后)下的内容。"
+
+#: sizing.phtml:358
+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 ""
+"与应用程序相关的一些杂项的目录 (1.7及以后):src/app-file、src/app-utils、src/"
+"calculation、src/core-utils、src/gnu-module、src/network-utils 和 src/tax/"
+"us。"
+
+#: sizing.phtml:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr "导入/导出各种文件格式的代码:src/import-export 目录下的内容。"
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr "生成报告和图表的代码:src/reports 目录下的内容。"
+
+#: sizing.phtml:373
+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 ""
+"scheme 和 guile 的代码。在版本1.6或更早,是在 src/scm 和 src/guile 下;在1.7"
+"或以后,大部分代码进入到了 reports、导入/导出以及进入到独立的模块中了,因此这"
+"里只有一部分代码。"
+
+#: sizing.phtml:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr "添加的小型企业功能的代码:src/business 目录的内容。"
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr "执行自动回归测试的代码:src/*/test 目录下的内容。"
+
+#: sizing.phtml:388
+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 ""
+"英语文档,包括在线帮助和手册 (html, sgml 或 xml)。对于 1.8.4 及以后,计算了翻"
+"译的、非英语的文档 (包括 de, es, fr, pt_PT)。这些数字很难计算,因为大量的格式"
+"信息以及多种不同的版本。"
+
+#: sizing.phtml:393
+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 ""
+"设计文档及面向开发人员的文档的数量。包括所有子目录的 *.txt、*.texinfo 以及 "
+"README。对于版本1.7及以后,只统计 src 子目录下的内容。"
+
+#: sizing.phtml:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+"程序被翻译成了多少种语言 (<tt>po/*.po</tt>文件的数量)。括号内是本地化消息文件"
+"中的字符串的个数(<tt>grep msgstr po/*.po |wc</tt>),以千为单位。"
+
+#: sizing.phtml:403
+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 ""
+"在 AUTHORS 文件中显示的做出了贡献的人的个数 (版本 1.6及以后),对于早期版本,"
+"是来自于README中的人数。这包含了未能列在 gnucash/AUTHORS 中但列在了 gnucash-"
+"docs/AUTHORS 中的其他的贡献者。"
+
 #: develdocs.phtml:3 externals/menu.phtml:53
 #, fuzzy
 msgid "Writing Documentation"
@@ -298,18 +502,37 @@
 "provide you with the necessary information to get started."
 msgstr ""
 
-#: develdocs.phtml:16
+#: develdocs.phtml:15
 msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
 "downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
 msgstr ""
 
-#: develdocs.phtml:21
+#: develdocs.phtml:25
 #, fuzzy
 msgid "Introduction"
 msgstr "信息"
 
-#: develdocs.phtml:23
+#: develdocs.phtml:27
 msgid ""
 "The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
 "<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
@@ -318,42 +541,42 @@
 "pdf,...)."
 msgstr ""
 
-#: develdocs.phtml:24
+#: develdocs.phtml:28
 msgid ""
 "If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
 "documentation, you will need to know xml. Some basic knowledge of the "
 "docbook system may be useful as well"
 msgstr ""
 
-#: develdocs.phtml:25
+#: develdocs.phtml:29
 msgid ""
 "The following links are for further sites that can help with the "
 "documentation and review process."
 msgstr "下面这些链接对进一步寻找文档和评论有帮助。"
 
-#: develdocs.phtml:30
+#: develdocs.phtml:34
 msgid ""
 "While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
 "translating the documentation, it holds some useful information on working "
 "with docbook files."
 msgstr ""
 
-#: develdocs.phtml:31
+#: develdocs.phtml:35
 msgid ""
 "A detailed guide on how to work with documentation (update and maintenance)."
 msgstr ""
 
-#: develdocs.phtml:33
+#: develdocs.phtml:37
 #, fuzzy
 msgid "We suggest also subscribing to"
 msgstr "我们建议同样订阅"
 
-#: develdocs.phtml:38
+#: develdocs.phtml:42
 #, fuzzy
 msgid "Gnome Documentation guidelines"
 msgstr "每夜文档构建"
 
-#: develdocs.phtml:40
+#: develdocs.phtml:44
 #, fuzzy
 msgid ""
 "As stated earlier, the new docs are based on the GNOME2 XML docbook system. "
@@ -363,11 +586,11 @@
 "请阅读下列指南。新文档是基于 GNOME2 XML Docbook 系统。每一个希望帮助写文档"
 "的,请在评论或者撰写文档时尽量遵循这些指南。"
 
-#: develdocs.phtml:49
+#: develdocs.phtml:53
 msgid "Where to get the documentation source"
 msgstr ""
 
-#: develdocs.phtml:51
+#: develdocs.phtml:55
 msgid ""
 "You will need a recent copy of the documentation source. For this you can "
 "check out the documentation module from the <span class=\"gnucash\">GnuCash</"
@@ -375,7 +598,7 @@
 "net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
 msgstr ""
 
-#: develdocs.phtml:52
+#: develdocs.phtml:56
 #, fuzzy
 msgid ""
 "For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
@@ -389,7 +612,7 @@
 "Subversion'>Subversion 的介绍</a>。相对于check out 源代码,唯一的改变就是从 "
 "gnucash 变到 gnucash-docs。您也可以从当前文档的压缩文件开始。"
 
-#: develdocs.phtml:55
+#: develdocs.phtml:59
 #, fuzzy
 msgid ""
 "There are two major <span class=\"gnucash\">GnuCash</span> documentation "
@@ -400,11 +623,11 @@
 "如果您对使用 GnuCash 有任何疑问,那么你找对地方了。你首先需要做的是阅读《帮助"
 "手册》和《概念指南》,绝大多数的问题都会在里面找到答案。"
 
-#: develdocs.phtml:61
+#: develdocs.phtml:65
 msgid "Writers"
 msgstr "作者"
 
-#: develdocs.phtml:63
+#: develdocs.phtml:67
 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 "
@@ -412,7 +635,7 @@
 "(usually gnucash-docs, unless you renamed it):"
 msgstr ""
 
-#: develdocs.phtml:65
+#: develdocs.phtml:69
 msgid ""
 "Next attach your patch to a bug report against the documentation component "
 "for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
@@ -423,7 +646,7 @@
 "details about patch submission."
 msgstr ""
 
-#: develdocs.phtml:67
+#: develdocs.phtml:71
 msgid ""
 "<b>NOTE:</b> 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 "
@@ -432,7 +655,7 @@
 "patch to gnucash-devel, it should be attached, not inlined."
 msgstr ""
 
-#: develdocs.phtml:68
+#: develdocs.phtml:72
 msgid ""
 "Please let other writers know which section you wish to tackle. Please "
 "forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
@@ -443,7 +666,7 @@
 "devel at lists.gnucash.org'>gnucash-devel</a>,这样人们就可以说“嘿,我已经做了那"
 "个了”,或者“好吧,去做吧”。"
 
-#: develdocs.phtml:69
+#: develdocs.phtml:73
 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 "
@@ -451,17 +674,17 @@
 msgstr ""
 "您也可以为老文档保留一个本地副本。里面还是有大量的信息未被转移到新文档中。"
 
-#: develdocs.phtml:75
+#: develdocs.phtml:79
 msgid "Reviewers"
 msgstr "评论人员"
 
-#: develdocs.phtml:77
+#: develdocs.phtml:81
 msgid ""
 "Get a copy of the documentation source as described above and start "
 "commenting on it."
 msgstr ""
 
-#: develdocs.phtml:78
+#: develdocs.phtml:82
 msgid ""
 "The best way of retaining comments about docs in an easy to find way for "
 "everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
@@ -472,15 +695,372 @@
 "href='http://bugzilla.gnome.org/'>bugzilla.gnome.org</a> 中提交一个关于文档"
 "的 Bug。这也可以通过使用 Bug-buddy 来实现。"
 
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "文档"
+
+#: docs.phtml:4
+#, fuzzy
+msgid "Browse documentation online"
+msgstr "每夜文档构建"
+
+#: docs.phtml:5
+#, fuzzy
+msgid "Download documentation as PDF"
+msgstr "文档"
+
+#: docs.phtml:6
+#, fuzzy
+msgid "Download documentation as epub"
+msgstr "文档"
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr ""
+
+#: docs.phtml:15
+#, fuzzy
+msgid "GnuCash Documentation"
+msgstr "早期的 GnuCash 的文档"
+
+#: docs.phtml:17
+#, fuzzy
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr "下面是安装 GnuCash 到一些较流行的 Linux 发布版的方法:"
+
+#: docs.phtml:19
+#, fuzzy
+msgid "The Help Manual"
+msgstr "帮助手册"
+
+#: docs.phtml:20
+#, fuzzy
+msgid "The Tutorials and Concepts Guide"
+msgstr "概念指南"
+
+#: docs.phtml:23
+#, fuzzy
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+"《帮助手册》是一个关于如何完成特定任务以及如何使用 GnuCash 某项功能的快速参"
+"考。《概念指南》是使用 GnuCash 背后更深层次的概念,包括了一个教程用以显示如何"
+"将这些概念用于实际。"
+
+#: docs.phtml:25
+#, fuzzy
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+"此外,您也可以在 irc.gnome.org 频道“#gnucash”中找个人问您的问题。其它的资源还"
+"有<a href='http://wiki.gnucash.org/wiki/'>English</a> 或 <a href='http://"
+"linuxwiki.de/GnuCash'>Deutsch</a> 的 GnuCash 的 Wiki。Wiki 是一个交互性的网"
+"站,注册的用户可以在那里提问或者回答问题。"
+
+#: docs.phtml:27
+#, fuzzy
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+"如果您不能在《帮助手册》或《概念指南》中找到满意答案,请发邮件到 <a "
+"href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a> 邮件列表。我们"
+"<b>希望</b>得到您的反馈,只有通过您的评论,我们才能够知道应当如何修改文档。"
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+
+#: docs.phtml:35
+#, fuzzy
+msgid "(current stable release)"
+msgstr "GnuCash v2.0 (当前稳定版本)"
+
+#: docs.phtml:37
+#, fuzzy
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr "当前不稳定版用户文档和开发者文档"
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr ""
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr "帮助手册"
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr "英语"
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr ""
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr ""
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr "概念指南"
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr ""
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr "每夜文档构建"
+
+#: docs.phtml:146
+#, fuzzy
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr "当前不稳定版用户文档和开发者文档"
+
+#: docs.phtml:149
+#, fuzzy
+msgid "Unstable"
+msgstr "安装程序"
+
+#: docs.phtml:249
+#, fuzzy
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+"每晚都会有一个服务器从 GnuCash Subversion的软件库中下载当前的文档内容,并且构"
+"建最新的文档。这包括了从 Doxygen 生成的《开发人员文档》和为当前不稳定版本撰写"
+"的《用户文档》。"
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr "早期的 GnuCash 的文档"
+
+#: docs.phtml:260
+#, fuzzy
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+"这部分包含了所有早期的 GnuCash 的文档。如果您正在使用其中一个早期的版本,那么"
+"非常建议您升级到最新的稳定版本。"
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr ""
+
+#: docs.phtml:328
+#, fuzzy
+msgid "Portugese"
+msgstr "葡萄牙文"
+
+#: docs.phtml:334
+#, fuzzy
+msgid "Unofficial documentation"
+msgstr "文档"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr ""
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr "Joe Mack 的教程"
+
+#: docs.phtml:341
+#, fuzzy
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr "Dave Gilbert 的用户手册 (PDF)"
+
+#: docs.phtml:345
+#, fuzzy
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+"有些人写了“如何做”向导或者教程。注意:这些信息来源不一定反映了当前 GnuCash 的"
+"最新版本。如果您对这些文档比较感兴趣,您应当联系其原作者。"
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr "免费的财务软件"
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "欢迎来到 GnuCash.org"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr "下载 GnuCash %s"
+
+#: index.phtml:21
+msgid "Source"
+msgstr "源代码"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr "通过各种 Linux 发行版"
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr "更多下载 (源代码、开发版本...)"
+
+#: index.phtml:33
+#, fuzzy
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+"GnuCash 是个人或小型企业财务软件,是免费授权于<a href=\"http://www.gnu.org/"
+"\">GNU</a> GPL的软件,它支持多种操作系统,包括GNU/Linux、BSD、Solaris、Mac "
+"OS X 以及微软的 Windows。"
+
+#: index.phtml:35
+#, fuzzy
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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:39
+msgid "Feature Highlights"
+msgstr "主要功能"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr "复式会计记账"
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr "股票、债券、基金账户"
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr "小型企业会计"
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr "报告、图表"
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr "QIF、OFX、HBCI 导入数据以及交易匹配"
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr "计划的交易"
+
+#: index.phtml:50
+#, fuzzy
+msgid "Financial Calculations"
+msgstr "财务计算"
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr ""
+
+#: index.phtml:58
+msgid "News"
+msgstr "新闻"
+
+#: index.phtml:73
+#, fuzzy
+msgid "Older Announcements ..."
+msgstr "以前的公告"
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr ""
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
 #: features.phtml:3
 msgid "Features"
 msgstr "特色"
 
 #: features.phtml:14
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. "
-"This page will try to explain in detail which are the numerous features that "
-"<span class=\"gnucash\">GnuCash</span> has to offer to it's users."
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
 msgstr ""
 
 #: features.phtml:17 features.phtml:24
@@ -534,31 +1114,31 @@
 msgstr ""
 
 #: features.phtml:51
-msgid "<b>Autofill</b> of entered transactions"
+msgid "The ability to enter <b>split transactions</b>"
 msgstr ""
 
 #: features.phtml:52
-msgid "Possibility to mark a transaction as <b>cleared</b>"
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
 msgstr ""
 
 #: features.phtml:53
-msgid "Possibility to enter <b>split transactions</b>"
+msgid "<b>Autofill</b> of entered transactions"
 msgstr ""
 
 #: features.phtml:54
 msgid ""
-"<b>Multiple accounts</b> can be displayed in one register window at the same "
-"time"
+"The ability to display <b>multiple accounts</b> in a single register window"
 msgstr ""
 
 #: features.phtml:55
 msgid ""
-"A <b>summarybar</b> that display all the relevant account's balance "
+"A <b>summary bar</b> that displays all of the relevant account's balance "
 "information"
 msgstr ""
 
 #: features.phtml:56
-msgid "Many options to <b>customize</b> the appearence and the display style"
+msgid "Many options to <b>customize</b> the appearance and the display style"
 msgstr ""
 
 #: features.phtml:66
@@ -571,8 +1151,8 @@
 #: features.phtml:69
 msgid ""
 "An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
-"started, allows you to postpone a scheduled transaction without canceling it "
-"or to enter it before the due date."
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
 msgstr ""
 
 #: features.phtml:79
@@ -617,7 +1197,7 @@
 
 #: features.phtml:94
 msgid ""
-"Graphs and reports can be highly and easily customized in appearence and "
+"Graphs and reports can be highly and easily customized in appearance and "
 "contents, in order to fullfill every user's need."
 msgstr ""
 
@@ -627,10 +1207,10 @@
 
 #: features.phtml:105
 msgid ""
-"The <b>reconciliation</b> of an account is an operation that allows the user "
-"to check the entered transactions belonging to a <span class=\"gnucash"
-"\">GnuCash</span> account against a bank statement. This operation is very "
-"useful to spot untracked transactions or data entry errors."
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
 msgstr ""
 
 #: features.phtml:106
@@ -728,10 +1308,10 @@
 
 #: features.phtml:166
 msgid ""
-"Along the usual xml format, starting from version 2.4, your <span class="
-"\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL "
-"database</b> under the application of your selection (SQLite3, MySQL or "
-"PostgreSQL)."
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
 msgstr ""
 
 #: features.phtml:171
@@ -783,9 +1363,8 @@
 
 #: features.phtml:200
 msgid ""
-"<span class=\"gnucash\">GnuCash</span> can be executed on different "
-"operating systems. The most commonly used OS's like <b>Windows</b>, "
-"<b>MacOSX</b> and <b>Linux</b>, are supported along with many others."
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
 msgstr ""
 
 #: features.phtml:205
@@ -854,233 +1433,6 @@
 "by step."
 msgstr ""
 
-#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
-msgid "Documentation"
-msgstr "文档"
-
-#: docs.phtml:4
-#, fuzzy
-msgid "Browse documentation online"
-msgstr "每夜文档构建"
-
-#: docs.phtml:5
-#, fuzzy
-msgid "Download documentation as PDF"
-msgstr "文档"
-
-#: docs.phtml:6
-#, fuzzy
-msgid "Download documentation as epub"
-msgstr "文档"
-
-#: docs.phtml:7
-msgid "Download documentation as mobipocket"
-msgstr ""
-
-#: docs.phtml:54
-#, fuzzy
-msgid "GnuCash Documentation"
-msgstr "早期的 GnuCash 的文档"
-
-#: docs.phtml:56
-#, fuzzy
-msgid ""
-"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
-"packages to help users:"
-msgstr "下面是安装 GnuCash 到一些较流行的 Linux 发布版的方法:"
-
-#: docs.phtml:58
-#, fuzzy
-msgid "The Help Manual"
-msgstr "帮助手册"
-
-#: docs.phtml:59
-#, fuzzy
-msgid "The Tutorials and Concepts Guide"
-msgstr "概念指南"
-
-#: docs.phtml:62
-#, fuzzy
-msgid ""
-"The <b>Help Manual</b> is designed to be a quick reference of how to "
-"accomplish specific tasks and how to use the features in <span class="
-"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
-"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
-"span> with a tutorial to show how to put those concepts into practice."
-msgstr ""
-"《帮助手册》是一个关于如何完成特定任务以及如何使用 GnuCash 某项功能的快速参"
-"考。《概念指南》是使用 GnuCash 背后更深层次的概念,包括了一个教程用以显示如何"
-"将这些概念用于实际。"
-
-#: docs.phtml:64
-#, fuzzy
-msgid ""
-"Additionally, you can talk to someone via IRC at irc.gnome.org channel "
-"<b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
-"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
-msgstr ""
-"此外,您也可以在 irc.gnome.org 频道“#gnucash”中找个人问您的问题。其它的资源还"
-"有<a href='http://wiki.gnucash.org/wiki/'>English</a> 或 <a href='http://"
-"linuxwiki.de/GnuCash'>Deutsch</a> 的 GnuCash 的 Wiki。Wiki 是一个交互性的网"
-"站,注册的用户可以在那里提问或者回答问题。"
-
-#: docs.phtml:66
-#, fuzzy
-msgid ""
-"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
-"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
-"satisfactory answer to your question within either the <b>Help Manual</b> or "
-"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
-"is also through your comments that we know how to improve the documentation."
-msgstr ""
-"如果您不能在《帮助手册》或《概念指南》中找到满意答案,请发邮件到 <a "
-"href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a> 邮件列表。我们"
-"<b>希望</b>得到您的反馈,只有通过您的评论,我们才能够知道应当如何修改文档。"
-
-#: docs.phtml:69
-msgid ""
-"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
-"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
-"page</a> if you are interested in contributing to this effort."
-msgstr ""
-
-#: docs.phtml:74
-#, fuzzy
-msgid "(current stable release)"
-msgstr "GnuCash v2.0 (当前稳定版本)"
-
-#: docs.phtml:76
-#, fuzzy
-msgid "Current <em>stable</em> user documentation and developer documentation"
-msgstr "当前不稳定版用户文档和开发者文档"
-
-#: docs.phtml:79
-msgid "Stable"
-msgstr ""
-
-#: docs.phtml:81 docs.phtml:141 docs.phtml:206 docs.phtml:223 docs.phtml:238
-msgid "Help Manual"
-msgstr "帮助手册"
-
-#: docs.phtml:85 docs.phtml:103 docs.phtml:145 docs.phtml:163 docs.phtml:207
-#: docs.phtml:215 docs.phtml:224 docs.phtml:231 docs.phtml:239 docs.phtml:253
-msgid "English"
-msgstr "英语"
-
-#: docs.phtml:89 docs.phtml:107 docs.phtml:149 docs.phtml:167 docs.phtml:208
-#: docs.phtml:225 docs.phtml:241 docs.phtml:247 docs.phtml:254
-msgid "German"
-msgstr ""
-
-#: docs.phtml:93 docs.phtml:111 docs.phtml:153 docs.phtml:171 docs.phtml:209
-#: docs.phtml:216
-msgid "Italian"
-msgstr ""
-
-#: docs.phtml:99 docs.phtml:159 docs.phtml:214 docs.phtml:230 docs.phtml:246
-msgid "Concepts Guide"
-msgstr "概念指南"
-
-#: docs.phtml:115 docs.phtml:175
-msgid "Japanese"
-msgstr ""
-
-#: docs.phtml:129
-msgid ""
-"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
-"span> documentation. <em>Stable</em> means that this documentation is not "
-"necessarily the most up to date but it works without any problem."
-msgstr ""
-
-#: docs.phtml:134
-msgid "Nightly Documentation Builds"
-msgstr "每夜文档构建"
-
-#: docs.phtml:136
-#, fuzzy
-msgid ""
-"Current <em>unstable</em> user documentation and developer documentation"
-msgstr "当前不稳定版用户文档和开发者文档"
-
-#: docs.phtml:139
-#, fuzzy
-msgid "Unstable"
-msgstr "安装程序"
-
-#: docs.phtml:190
-#, fuzzy
-msgid ""
-"Every night a server builds the documentation from the current contents of "
-"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
-"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
-"Documentation</b> for the current <em>unstable</em> version of <span class="
-"\"gnucash\">GnuCash</span>."
-msgstr ""
-"每晚都会有一个服务器从 GnuCash Subversion的软件库中下载当前的文档内容,并且构"
-"建最新的文档。这包括了从 Doxygen 生成的《开发人员文档》和为当前不稳定版本撰写"
-"的《用户文档》。"
-
-#: docs.phtml:194
-msgid ""
-"<b>NOTE:</b> these documents might not be accessible from time to time "
-"because developers might be working on improvements. However they are the "
-"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
-msgstr ""
-
-#: docs.phtml:199
-msgid "Older GnuCash Documentation"
-msgstr "早期的 GnuCash 的文档"
-
-#: docs.phtml:201
-#, fuzzy
-msgid ""
-"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
-"documentation. If you are using one of these old versions of <span class="
-"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
-"latest stable version."
-msgstr ""
-"这部分包含了所有早期的 GnuCash 的文档。如果您正在使用其中一个早期的版本,那么"
-"非常建议您升级到最新的稳定版本。"
-
-#: docs.phtml:255
-msgid "Spanish"
-msgstr ""
-
-#: docs.phtml:256
-#, fuzzy
-msgid "Portugese"
-msgstr "葡萄牙文"
-
-#: docs.phtml:262
-#, fuzzy
-msgid "Unofficial documentation"
-msgstr "文档"
-
-#: docs.phtml:264
-msgid "Some people have written HOWTO guides or tutorials."
-msgstr ""
-
-#: docs.phtml:267
-msgid "Joe Mack's Tutorial"
-msgstr "Joe Mack 的教程"
-
-#: docs.phtml:269
-#, fuzzy
-msgid "Dave Gilbert's User Guide (Pdf)"
-msgstr "Dave Gilbert 的用户手册 (PDF)"
-
-#: docs.phtml:273
-#, fuzzy
-msgid ""
-"<b>NOTE:</b> the information presented in these sources may or may not be "
-"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
-"span>. If you are interested in doing development work on these documents, "
-"you should contact the original authors."
-msgstr ""
-"有些人写了“如何做”向导或者教程。注意:这些信息来源不一定反映了当前 GnuCash 的"
-"最新版本。如果您对这些文档比较感兴趣,您应当联系其原作者。"
-
 #: oldnews.phtml:11
 msgid "Older Announcements"
 msgstr "以前的公告"
@@ -1091,310 +1443,6 @@
 "page."
 msgstr "这是一个公告的存档,曾经出现在 GnuCash 的首页上。"
 
-#: sizing.phtml:3 externals/menu.phtml:54
-msgid "Sizing"
-msgstr "大小"
-
-#: sizing.phtml:14
-#, fuzzy
-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. <span class=\"gnucash\">GnuCash</span> has grown, over the years, "
-"from a small handy electronic checkbook to a rather large and multi-featured "
-"desktop app."
-msgstr ""
-"研究软件开发项目背后的源代码数量通常是一个非常有趣的事情。并不令人吃惊,这也"
-"是一种会计。多年来,GnuCash 从一个小型轻巧的电子账簿,发展到今天相当大,并且"
-"多功能的桌面应用程序。"
-
-#: sizing.phtml:17
-#, fuzzy
-msgid ""
-"<span class=\"gnucash\">GnuCash</span> 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 目前包含了一千多个文件,三十多万行代码。而且,已经被翻译成 36 种语"
-"言,并且有 139 名作者和贡献者贡献了自己的力量。"
-
-#: 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 ""
-"需要提醒的是,这些代码(以及文档)是由真实的人类撰写并调试的,这可不是自动产生"
-"的代码。工具(如 Glade、g-wrap)是可以自动产生很多行代码,但我可没有包括那些。"
-"每一行这里统计的,都是由人手动录入、编辑、缩进、调整了很多次的。"
-
-#: 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 ""
-"基于我们的 Bugzilla 系统中有400个突出的 Bug,可以算出每一千行才会有一个 Bug,"
-"或者可以理解为每打印出50页代码才有一个 Bug。在软件项目中,这样的数量实际上并"
-"不特殊,可以说接近正常。"
-
-#: sizing.phtml:32
-#, fuzzy
-msgid ""
-"The table below shows some historical lines-of-code and number-of-files "
-"metrics for the <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
-"overall GUI are described in <tt>glade</tt> files."
-msgstr ""
-"下列的表中显示了 GnuCash 开发项目一些历史的代码行和文件数目的数据。注意不是所"
-"有的代码都被统计了:比如说,Makefile 和 Configure.in 以及 autogen.sh 都不会记"
-"录在内。还有所有自动生成的代码都不会统计在内。也不包括从其它项目中借来的代"
-"码。而且还没有记录试验用的文件、辅助的 Perl 脚本、各种转换器、插件以及一些工"
-"具。最后,<tt>glade</tt>也没有被统计,虽然绝大多数的界面都定义在了<tt>glade</"
-"tt>文件中。"
-
-#: sizing.phtml:35
-msgid ""
-"Note also that KLOC's are not a good metric of programmer productivity, nor "
-"even that <code>wc</code> 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 ""
-"还需要注意的是,KLOC(代码千行数)对于程序员生产力来说不是一个很好的描述,甚至"
-"<code>wc</code>也不是一个好的方式来计算代码行数。更好的方法是复杂一些的数据。"
-"比如,计算 if-then-else 的代码段大小和数量;所有代码段的大小和数量;每一个表"
-"达式操作符的数量等。也许那天我们将使用这样的工具来进行分析。但是现在,这些是"
-"我们所能做的。另一方面,我们已经尽力去统计那些只有由人编辑的代码。这么做是为"
-"了避免人为的夸大代码的数量(这就是为什么glade不被统计的原因,因为它们是自动产"
-"生的而且很大)。"
-
-#: sizing.phtml:38
-msgid "Table 1.  Historical Development Stats"
-msgstr "表一:历史开发状态图"
-
-#: sizing.phtml:42
-msgid "Version"
-msgstr "版本"
-
-#: sizing.phtml:49 sizing.phtml:357
-msgid "misc app"
-msgstr "其它应用"
-
-#: sizing.phtml:56 sizing.phtml:392
-msgid "internal txt"
-msgstr "内部文本文件"
-
-#: sizing.phtml:57
-msgid "Total"
-msgstr "合计"
-
-#: sizing.phtml:58 sizing.phtml:397
-msgid "Languages"
-msgstr "语言"
-
-#: sizing.phtml:59 sizing.phtml:402
-msgid "Author Credits"
-msgstr "贡献的作者"
-
-#: sizing.phtml:318
-msgid "Each cell displays the following:"
-msgstr "每个单元格显示如下信息:<br />"
-
-#: sizing.phtml:322
-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 ""
-"\"*.c, *.h, *.scm\"文件的数量 (*.c 的代码量 + *.h 的代码量 + *.scm 的代码"
-"量),以千行为单位计算代码量。如果目录中没有*.scm文件,就不显示最后一部分“+ *."
-"scm 的代码量”。如果括号中只有一个数字,那么这是一个适于该相的统计数字。"
-
-#: sizing.phtml:326
-msgid ""
-"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
-"above, wc is not a terribly good code metric, but its what we have handy."
-msgstr ""
-"KLOC 是指 千行代码数,由<code>wc</code>报告。如上述说明的一样,<code>wc</"
-"code>虽然不是一个好的度量标准,但是这是我们手里现有的。"
-
-#: sizing.phtml:329
-msgid "Table Column Legend"
-msgstr "表栏说明"
-
-#: sizing.phtml:333
-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 ""
-"src/engine 及 include 目录的内容。版本 1.1 中,引擎从 motif 中分离了。数据存"
-"储后台 (文件IO、SQL) 从版本 1.5 中分割出去了。"
-
-#: sizing.phtml:337
-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 ""
-"src/backend 目录(版本 1.7 或以后)、src/engine/file、src/engine/sql (版本1.6或"
-"更早)的内容。"
-
-#: sizing.phtml:341
-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 ""
-"src/register 目录(版本 1.6或更早) 或 src/register/register-core (版本 1.7 或"
-"以后) 的内容。账簿在版本 1.1 时从 motif 中分离出来。就像从统计中所看到的一"
-"样,账簿代码已经趋于稳定。在版本 1.7 和以后,这个单元格显示了第二个数字:即 "
-"src/register/register-gnome (之前作为 gnome 的一部分计算) 中的代码行数。"
-
-#: sizing.phtml:345
-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 ""
-"只在 src 目录(版本1.6或更早)或 src/register/ledger-core (版本1.7或以后) 下的 "
-"*.c 和 *.h 文件。"
-
-#: sizing.phtml:349
-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 ""
-"src/motif 目录 (版本 1.2 或更早)下的内容。在版本 1.2 以后 motif 的代码就不再"
-"继续了,之后大多数非图形界面的代码,或者被移到了 engine,或者被移到了账簿或总"
-"账下。"
-
-#: sizing.phtml:353
-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 ""
-"src/gnome 和 src/register/gnome (版本1.6或更早),或者 src/gnome、src/gnome-"
-"search 和 src/gnome-util 目录(版本1.7及以后)下的内容。"
-
-#: sizing.phtml:358
-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 ""
-"与应用程序相关的一些杂项的目录 (1.7及以后):src/app-file、src/app-utils、src/"
-"calculation、src/core-utils、src/gnu-module、src/network-utils 和 src/tax/"
-"us。"
-
-#: sizing.phtml:363
-msgid ""
-"Code to import and export various file formats: contents of the src/import-"
-"export directory."
-msgstr "导入/导出各种文件格式的代码:src/import-export 目录下的内容。"
-
-#: sizing.phtml:368
-msgid ""
-"Code to generate reports and graphs: contents of the src/reports directory."
-msgstr "生成报告和图表的代码:src/reports 目录下的内容。"
-
-#: sizing.phtml:373
-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 ""
-"scheme 和 guile 的代码。在版本1.6或更早,是在 src/scm 和 src/guile 下;在1.7"
-"或以后,大部分代码进入到了 reports、导入/导出以及进入到独立的模块中了,因此这"
-"里只有一部分代码。"
-
-#: sizing.phtml:378
-msgid ""
-"Code to add small-business features: contents of the src/business directory."
-msgstr "添加的小型企业功能的代码:src/business 目录的内容。"
-
-#: sizing.phtml:383
-msgid ""
-"Code to peform automated regression tests: contents of the src/*/test "
-"directories."
-msgstr "执行自动回归测试的代码:src/*/test 目录下的内容。"
-
-#: sizing.phtml:388
-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 ""
-"英语文档,包括在线帮助和手册 (html, sgml 或 xml)。对于 1.8.4 及以后,计算了翻"
-"译的、非英语的文档 (包括 de, es, fr, pt_PT)。这些数字很难计算,因为大量的格式"
-"信息以及多种不同的版本。"
-
-#: sizing.phtml:393
-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 ""
-"设计文档及面向开发人员的文档的数量。包括所有子目录的 *.txt、*.texinfo 以及 "
-"README。对于版本1.7及以后,只统计 src 子目录下的内容。"
-
-#: sizing.phtml:398
-msgid ""
-"The number of languages that the application messages have been translated "
-"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
-"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
-"thousands."
-msgstr ""
-"程序被翻译成了多少种语言 (<tt>po/*.po</tt>文件的数量)。括号内是本地化消息文件"
-"中的字符串的个数(<tt>grep msgstr po/*.po |wc</tt>),以千为单位。"
-
-#: sizing.phtml:403
-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 ""
-"在 AUTHORS 文件中显示的做出了贡献的人的个数 (版本 1.6及以后),对于早期版本,"
-"是来自于README中的人数。这包含了未能列在 gnucash/AUTHORS 中但列在了 gnucash-"
-"docs/AUTHORS 中的其他的贡献者。"
-
 #: externals/menu.phtml:6
 msgid "Information"
 msgstr "信息"
@@ -1518,11 +1566,21 @@
 msgid "Request or vote enhancements for GnuCash"
 msgstr ""
 
-#: externals/header.phtml:98
+#: externals/header.phtml:7
+#, fuzzy
+msgid "GnuCash on Google +"
+msgstr "GnuCash %s 运行于"
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "GnuCash %s 运行于"
+
+#: externals/header.phtml:116
 msgid "Language"
 msgstr "语言"
 
-#: externals/header.phtml:112
+#: externals/header.phtml:131
 msgid "Continent"
 msgstr "大陆"
 
@@ -1535,16 +1593,22 @@
 msgid "Translation problems? Contact:"
 msgstr ""
 
-#: search/templates/NMZ.result.short.php_tmpl:4
-#: search/templates/NMZ.result.normal.php_tmpl:4
-msgid "score"
-msgstr "得分"
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr "这个搜索系统是使用:"
 
-#: search/templates/NMZ.result.short.php_tmpl:6
-#: search/templates/NMZ.result.normal.php_tmpl:9
-msgid "(${size} bytes)"
-msgstr "(${size} 字节)"
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr "服务器或电子邮件故障请报告:"
 
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+"翻译问题?请联系:<a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-"
+"devel at gnucash.org</b></a>"
+
 #: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
 msgid "Query"
 msgstr "查询"
@@ -1840,22 +1904,6 @@
 msgid "Lists to Search"
 msgstr "要搜索的列表"
 
-#: search/templates/NMZ.foot.php_tmpl:9
-msgid "This search system is powered by:"
-msgstr "这个搜索系统是使用:"
-
-#: search/templates/NMZ.foot.php_tmpl:13
-msgid "Server & email outage reports to: "
-msgstr "服务器或电子邮件故障请报告:"
-
-#: search/templates/NMZ.foot.php_tmpl:15
-msgid ""
-"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
-"\"><b>gnucash-devel at gnucash.org</b></a>"
-msgstr ""
-"翻译问题?请联系:<a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-"
-"devel at gnucash.org</b></a>"
-
 #: search/templates/NMZ.tips.php_tmpl:4
 msgid "Tips on searching"
 msgstr "搜索技巧"
@@ -1953,6 +2001,11 @@
 "not 100%, so it cause wrong results occasionally."
 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 "作者"
@@ -1961,6 +2014,15 @@
 msgid "Date"
 msgstr "日期"
 
+#: search/templates/NMZ.result.normal.php_tmpl:9
+#: search/templates/NMZ.result.short.php_tmpl:6
+msgid "(${size} bytes)"
+msgstr "(${size} 字节)"
+
+#, fuzzy
+#~ msgid "Writing documentation"
+#~ msgstr "文档"
+
 #~ msgid "Documentation Project"
 #~ msgstr "文档项目"
 

Added: htdocs/branches/beta/po/zh_TW.po
===================================================================
--- htdocs/branches/beta/po/zh_TW.po	                        (rev 0)
+++ htdocs/branches/beta/po/zh_TW.po	2012-11-05 14:05:48 UTC (rev 22526)
@@ -0,0 +1,1892 @@
+# traditional Chinese translation for gnucash.
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the GnuCash package.
+# Kuang-che Wu <kcwu at csie.org>, 2011-2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnucash-htdocs r22051\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2012-11-05 14:55+0100\n"
+"PO-Revision-Date: 2012-03-18 00:13+0800\n"
+"Last-Translator: Kuang-che Wu <kcwu at csie.org>\n"
+"Language-Team: \n"
+"Language: zh_TW\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: download.phtml:5 docs.phtml:40 docs.phtml:149
+msgid "Download"
+msgstr "下載"
+
+#: download.phtml:12
+msgid "Download GnuCash"
+msgstr "下載 GnuCash"
+
+#: download.phtml:15
+#, php-format
+msgid "Stable release (%s)"
+msgstr "穩定版 (%s)"
+
+#: download.phtml:17
+msgid ""
+"A stable release is a version of <span class=\"gnucash\">GnuCash</span> that "
+"is well tested and considered appropriate for every day use."
+msgstr ""
+"穩定版是指經過妥善測試的 <span class=\"gnucash\">GnuCash</span> 版本,適合一"
+"般人日常使用。"
+
+#: download.phtml:18
+#, php-format
+msgid ""
+"The latest stable release of <span class=\"gnucash\">GnuCash</span> is %s. "
+"Choose the download for your operating system below."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 最新的穩定版是 %s。選擇符合您作業系統"
+"的版本下載。"
+
+#: download.phtml:20
+msgid "Installers"
+msgstr "安裝檔"
+
+#: download.phtml:22 download.phtml:23 download.phtml:51 download.phtml:52
+#, php-format
+msgid "GnuCash %s for"
+msgstr ""
+
+#: download.phtml:27
+msgid ""
+"Most linux distributions come bundled with a version of <span class=\"gnucash"
+"\">GnuCash</span>, 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 <span "
+"class=\"gnucash\">GnuCash</span> version that comes with your distribution."
+msgstr ""
+
+#: download.phtml:28
+msgid ""
+"Below are ways to install <span class=\"gnucash\">GnuCash</span> on some of "
+"the more popular distributions:"
+msgstr ""
+
+#: download.phtml:31
+msgid ""
+"Fedora users can install <span class=\"gnucash\">GnuCash</span> through "
+"System->Administration->Add/Remove Software (Gnome) or Applications->System-"
+">Software Management (KDE)."
+msgstr ""
+
+#: download.phtml:32
+msgid ""
+"Mandriva users can install <span class=\"gnucash\">GnuCash</span> through "
+"the Software Management in the Mandriva Linux Control Center."
+msgstr ""
+
+#: download.phtml:33
+msgid ""
+"Redhat and CentOS don't have <span class=\"gnucash\">GnuCash</span> 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:33
+msgid "Epel's wiki page"
+msgstr ""
+
+#: download.phtml:34
+msgid ""
+"Ubuntu users can install <span class=\"gnucash\">GnuCash</span> through the "
+"Software Center. This will install <span class=\"gnucash\">GnuCash</span> "
+"under the Office category in the Applications menu."
+msgstr ""
+
+#: download.phtml:36
+msgid ""
+"If your distro doesn't ship with <span class=\"gnucash\">GnuCash</span> or "
+"you wish to install a different version than it ships with, you could try to "
+"build <span class=\"gnucash\">GnuCash</span> directly from the source code. "
+"The <span class=\"gnucash\">GnuCash</span> wiki has <a href='http://wiki."
+"gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</"
+"a>."
+msgstr ""
+
+#: download.phtml:38
+msgid "Source code"
+msgstr "原始程式碼"
+
+#: download.phtml:40 download.phtml:53
+#, php-format
+msgid "for GnuCash %s"
+msgstr ""
+
+#: download.phtml:42
+msgid ""
+"For build instructions, please check the <span class=\"gnucash\">GnuCash</"
+"span> wiki which has <a href='http://wiki.gnucash.org/wiki/"
+"GnuCash#Installation'>guidelines for several distributions</a>."
+msgstr ""
+
+#: download.phtml:45
+#, php-format
+msgid "Unstable/Development release (%s)"
+msgstr "不穩定/開發版 (%s)"
+
+#: download.phtml:47
+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:48
+#, php-format
+msgid ""
+"The latest unstable release of <span class=\"gnucash\">GnuCash</span> is "
+"%s.  Choose the download for your operating system below."
+msgstr ""
+
+#: download.phtml:57
+msgid "Other"
+msgstr "其他"
+
+#: download.phtml:61
+#, php-format
+msgid "View all GnuCash %s downloads (stable)"
+msgstr "檢視所有 GnuCash %s 的下載 (穩定版)"
+
+#: download.phtml:62
+#, php-format
+msgid "View all GnuCash %s downloads (unstable)"
+msgstr "檢視所有 GnuCash %s 的下載 (不穩定版)"
+
+#: download.phtml:63
+msgid "View all GnuCash downloads"
+msgstr "檢視所有的 GnuCash 下載"
+
+#: sizing.phtml:3 externals/menu.phtml:54
+msgid "Sizing"
+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. <span class=\"gnucash\">GnuCash</span> 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 ""
+"<span class=\"gnucash\">GnuCash</span> 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 <span class=\"gnucash\">GnuCash</span> 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, <tt>glade</tt> files are not counted, although large parts of the "
+"overall GUI are described in <tt>glade</tt> files."
+msgstr ""
+
+#: sizing.phtml:35
+msgid ""
+"Note also that KLOC's are not a good metric of programmer productivity, nor "
+"even that <code>wc</code> 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:38
+msgid "Table 1.  Historical Development Stats"
+msgstr ""
+
+#: sizing.phtml:42
+msgid "Version"
+msgstr ""
+
+#: sizing.phtml:49 sizing.phtml:357
+msgid "misc app"
+msgstr ""
+
+#: sizing.phtml:56 sizing.phtml:392
+msgid "internal txt"
+msgstr ""
+
+#: sizing.phtml:57
+msgid "Total"
+msgstr ""
+
+#: sizing.phtml:58 sizing.phtml:397
+msgid "Languages"
+msgstr ""
+
+#: sizing.phtml:59 sizing.phtml:402
+msgid "Author Credits"
+msgstr ""
+
+#: sizing.phtml:318
+msgid "Each cell displays the following:"
+msgstr ""
+
+#: sizing.phtml:322
+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:326
+msgid ""
+"where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted "
+"above, wc is not a terribly good code metric, but its what we have handy."
+msgstr ""
+
+#: sizing.phtml:329
+msgid "Table Column Legend"
+msgstr ""
+
+#: sizing.phtml:333
+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:337
+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:341
+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:345
+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:349
+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:353
+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:358
+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:363
+msgid ""
+"Code to import and export various file formats: contents of the src/import-"
+"export directory."
+msgstr ""
+
+#: sizing.phtml:368
+msgid ""
+"Code to generate reports and graphs: contents of the src/reports directory."
+msgstr ""
+
+#: sizing.phtml:373
+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:378
+msgid ""
+"Code to add small-business features: contents of the src/business directory."
+msgstr ""
+
+#: sizing.phtml:383
+msgid ""
+"Code to peform automated regression tests: contents of the src/*/test "
+"directories."
+msgstr ""
+
+#: sizing.phtml:388
+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:393
+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:398
+msgid ""
+"The number of languages that the application messages have been translated "
+"to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of "
+"messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in "
+"thousands."
+msgstr ""
+
+#: sizing.phtml:403
+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 ""
+
+#: develdocs.phtml:3 externals/menu.phtml:53
+msgid "Writing Documentation"
+msgstr ""
+
+#: develdocs.phtml:11
+msgid "Writing GnuCash Documentation"
+msgstr ""
+
+#: develdocs.phtml:13
+msgid ""
+"If you are interested in improving the <span class=\"gnucash\">GnuCash</"
+"span> documentation, you have come to the right place. This page will "
+"provide you with the necessary information to get started."
+msgstr ""
+"若您對改善 <span class=\"gnucash\">GnuCash</span> 文件有興趣,那您就來對地方"
+"了。本頁提供如何開始進行的必要資訊。"
+
+#: develdocs.phtml:15
+msgid ""
+"Just as the <span class=\"gnucash\">GnuCash</span> application has been "
+"developed over time by volunteers, so too has the documentation been written "
+"by volunteer developers and users to help others learn how <span class="
+"\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in "
+"the creation of two major documents, the <b>Help Manual</b> and the "
+"<b>Concepts and Tutorial Guide</b>."
+msgstr ""
+
+#: develdocs.phtml:17
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in "
+"maintaining and improving both the program and its documentation. If you are "
+"interested in helping write, edit or translate <span class=\"gnucash"
+"\">GnuCash</span>'s documentation, this page gives guidance on how to get "
+"set up to join the effort."
+msgstr ""
+
+#: develdocs.phtml:20
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> documentation can be viewed and "
+"downloaded from the <a href=\"docs.phtml\">Documentation page</a>."
+msgstr ""
+
+#: develdocs.phtml:25
+msgid "Introduction"
+msgstr "介紹"
+
+#: develdocs.phtml:27
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> documentation is stored in "
+"<b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</"
+"b>. This is a relatively flexible system that takes xml files as input and "
+"can generate documentation in several different output formats (html, "
+"pdf,...)."
+msgstr ""
+
+#: develdocs.phtml:28
+msgid ""
+"If you wish to review or write <span class=\"gnucash\">GnuCash</span> "
+"documentation, you will need to know xml. Some basic knowledge of the "
+"docbook system may be useful as well"
+msgstr ""
+
+#: develdocs.phtml:29
+msgid ""
+"The following links are for further sites that can help with the "
+"documentation and review process."
+msgstr ""
+
+#: develdocs.phtml:34
+msgid ""
+"While this <span class=\"gnucash\">GnuCash</span> wiki page is really about "
+"translating the documentation, it holds some useful information on working "
+"with docbook files."
+msgstr ""
+
+#: develdocs.phtml:35
+msgid ""
+"A detailed guide on how to work with documentation (update and maintenance)."
+msgstr ""
+
+#: develdocs.phtml:37
+msgid "We suggest also subscribing to"
+msgstr ""
+
+#: develdocs.phtml:42
+msgid "Gnome Documentation guidelines"
+msgstr ""
+
+#: develdocs.phtml:44
+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 ""
+
+#: develdocs.phtml:53
+msgid "Where to get the documentation source"
+msgstr ""
+
+#: develdocs.phtml:55
+msgid ""
+"You will need a recent copy of the documentation source. For this you can "
+"check out the documentation module from the <span class=\"gnucash\">GnuCash</"
+"span> svn. Reviewers could also start from the <a href='http://sourceforge."
+"net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>."
+msgstr ""
+
+#: develdocs.phtml:56
+msgid ""
+"For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> "
+"wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> "
+"tailored to the <span class=\"gnucash\">GnuCash</span> code. To get the "
+"documentation source instead of the program source, replace 'gnucash' with "
+"'gnucash-docs' in the mentioned svn commands, like this:"
+msgstr ""
+
+#: develdocs.phtml:59
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users: the <b>Help Manual</b> and the <b>Tutorials and "
+"Concepts Guide</b>. With the above command, the source code of both will be "
+"downloaded."
+msgstr ""
+
+#: develdocs.phtml:65
+msgid "Writers"
+msgstr "作者"
+
+#: develdocs.phtml:67
+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 ""
+
+#: develdocs.phtml:69
+msgid ""
+"Next attach your patch to a bug report against the documentation component "
+"for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://"
+"bugzilla.gnome.org/'>Gnome's bugzilla database</a> and send an email to <a "
+"href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> mailing list "
+"to inform other developers on your work. See also <a href='http://wiki."
+"gnucash.org/wiki/Bugzilla'>GnuCash' wiki page on bugzilla</a> for more "
+"details about patch submission."
+msgstr ""
+
+#: develdocs.phtml:71
+msgid ""
+"<b>NOTE:</b> 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 ""
+
+#: develdocs.phtml:72
+msgid ""
+"Please let other writers know which section you wish to tackle. Please "
+"forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-"
+"devel</a> so that people can say 'hey I'm doing that already' or 'go ahead "
+"and do it'."
+msgstr ""
+
+#: develdocs.phtml:73
+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 ""
+
+#: develdocs.phtml:79
+msgid "Reviewers"
+msgstr ""
+
+#: develdocs.phtml:81
+msgid ""
+"Get a copy of the documentation source as described above and start "
+"commenting on it."
+msgstr ""
+
+#: develdocs.phtml:82
+msgid ""
+"The best way of retaining comments about docs in an easy to find way for "
+"everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome."
+"org</a> to file the bugs under documentation. This can also be done using "
+"bug-buddy."
+msgstr ""
+
+#: docs.phtml:3 externals/menu.phtml:23 externals/menu.phtml:30
+msgid "Documentation"
+msgstr "文件"
+
+#: docs.phtml:4
+msgid "Browse documentation online"
+msgstr "線上瀏覽文件"
+
+#: docs.phtml:5
+msgid "Download documentation as PDF"
+msgstr "下載 PDF 格式文件"
+
+#: docs.phtml:6
+msgid "Download documentation as epub"
+msgstr "下載 epub 格式文件"
+
+#: docs.phtml:7
+msgid "Download documentation as mobipocket"
+msgstr "下載 mobipocket 文件"
+
+#: docs.phtml:15
+msgid "GnuCash Documentation"
+msgstr "GnuCash 文件"
+
+#: docs.phtml:17
+msgid ""
+"There are two major <span class=\"gnucash\">GnuCash</span> documentation "
+"packages to help users:"
+msgstr "<span class=\"gnucash\">GnuCash</span> 主要有兩份文件能幫助使用者:"
+
+#: docs.phtml:19
+msgid "The Help Manual"
+msgstr "說明手冊"
+
+#: docs.phtml:20
+msgid "The Tutorials and Concepts Guide"
+msgstr "教學與觀念指南"
+
+#: docs.phtml:23
+msgid ""
+"The <b>Help Manual</b> is designed to be a quick reference of how to "
+"accomplish specific tasks and how to use the features in <span class="
+"\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an "
+"in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</"
+"span> with a tutorial to show how to put those concepts into practice."
+msgstr ""
+"<b>說明手冊</b>是如何完成各種任務及如何使用 <span class=\"gnucash\">GnuCash</"
+"span> 各種功能的快速參考。<b>教學與觀念指南</b>的內容則是操作 <span class="
+"\"gnucash\">GnuCash</span> 之外,其背後概念的深度指南。"
+
+#: docs.phtml:25
+msgid ""
+"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
+"channel <b>#gnucash</b> about your question. Another resource is the <a href="
+"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
+msgstr ""
+"此外,您可以在 IRC <i>irc.gnome.org</i> 的 <b>#gnucash</b> 頻道詢問您的問題。"
+"另一種資源是 <a href='http://wiki.gnucash.org/wiki/'>英文</a>或<a "
+"href='http://linuxwiki.de/GnuCash'>德文</a> <span class=\"gnucash\">GnuCash</"
+"span> 的 wiki。"
+
+#: docs.phtml:27
+msgid ""
+"You can also send an email to the <a href=\"mailto:gnucash-user at lists."
+"gnucash.org\">gnucash-user</a> mailing list if you cannot find a "
+"satisfactory answer to your question within either the <b>Help Manual</b> or "
+"the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it "
+"is also through your comments that we know how to improve the documentation."
+msgstr ""
+
+#: docs.phtml:30
+msgid ""
+"<span class=\"gnucash\">GnuCash</span>'s documentation has been created by "
+"its community. See the <a href=\"develdocs.phtml\">Writing Documentation "
+"page</a> if you are interested in contributing to this effort."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 的文件是由它的社群合力寫的。您若有意也"
+"對文件出一點力,請看 <a href=\"develdocs.phtml\">Writing Documentation</a> 這"
+"個網頁。"
+
+#: docs.phtml:35
+msgid "(current stable release)"
+msgstr "(最新的穩定版)"
+
+#: docs.phtml:37
+msgid "Current <em>stable</em> user documentation and developer documentation"
+msgstr "當前<em>穩定版</em>的使用文件及開發文件"
+
+#: docs.phtml:40
+msgid "Stable"
+msgstr "穩定版"
+
+#: docs.phtml:42 docs.phtml:151 docs.phtml:265 docs.phtml:287 docs.phtml:305
+msgid "Help Manual"
+msgstr "說明手冊"
+
+#: docs.phtml:46 docs.phtml:85 docs.phtml:155 docs.phtml:194 docs.phtml:266
+#: docs.phtml:277 docs.phtml:288 docs.phtml:297 docs.phtml:306 docs.phtml:325
+msgid "English"
+msgstr "英文"
+
+#: docs.phtml:57 docs.phtml:96 docs.phtml:166 docs.phtml:205 docs.phtml:268
+#: docs.phtml:290 docs.phtml:310 docs.phtml:317 docs.phtml:326
+msgid "German"
+msgstr "德文"
+
+#: docs.phtml:68 docs.phtml:107 docs.phtml:177 docs.phtml:216 docs.phtml:270
+#: docs.phtml:279
+msgid "Italian"
+msgstr "義大利文"
+
+#: docs.phtml:81 docs.phtml:190 docs.phtml:276 docs.phtml:296 docs.phtml:316
+msgid "Concepts Guide"
+msgstr "觀念指南"
+
+#: docs.phtml:118 docs.phtml:227
+msgid "Japanese"
+msgstr "日文"
+
+#: docs.phtml:139
+msgid ""
+"This is the latest stable release of the <span class=\"gnucash\">GnuCash</"
+"span> documentation. <em>Stable</em> means that this documentation is not "
+"necessarily the most up to date but it works without any problem."
+msgstr ""
+"這是 <span class=\"gnucash\">GnuCash</span> 最後一個穩定版的文件。<em>穩定版"
+"</em>意味這不見得是最新的,但仍運作良好。"
+
+#: docs.phtml:144
+msgid "Nightly Documentation Builds"
+msgstr "每夜製作的文件"
+
+#: docs.phtml:146
+msgid ""
+"Current <em>unstable</em> user documentation and developer documentation"
+msgstr "最新<em>不穩定版</em>的使用文件及開發文件"
+
+#: docs.phtml:149
+msgid "Unstable"
+msgstr "不穩定版"
+
+#: docs.phtml:249
+msgid ""
+"Every night a server builds the documentation from the current contents of "
+"the <span class=\"gnucash\">GnuCash</span> subversion repository. This "
+"includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User "
+"Documentation</b> for the current <em>unstable</em> version of <span class="
+"\"gnucash\">GnuCash</span>."
+msgstr ""
+"每天晚上都會有台機器根據 <span class=\"gnucash\">GnuCash</span> subversion "
+"repository 的內容製作文件。這包括了寫給 <span class=\"gnucash\">GnuCash</"
+"span> 最新<em>不穩定版</em>的 <b>Doxygen</b> <b>開發者文件<b/>及<b>使用者文件"
+"</b>。"
+
+#: docs.phtml:253
+msgid ""
+"<b>NOTE:</b> these documents might not be accessible from time to time "
+"because developers might be working on improvements. However they are the "
+"most up to date reference for <span class=\"gnucash\">GnuCash</span> users."
+msgstr ""
+"<b>注意:</b>偶爾會因為開發人員正改寫到一半,導致這些文件無法存取。話雖如此,"
+"這些文件是寫給 <span class=\"gnucash\">GnuCash</span> 使用者最最新的參考資"
+"料。"
+
+#: docs.phtml:258
+msgid "Older GnuCash Documentation"
+msgstr "舊的 GnuCash 文件"
+
+#: docs.phtml:260
+msgid ""
+"This section contains all the older <span class=\"gnucash\">GnuCash</span> "
+"documentation. If you are using one of these old versions of <span class="
+"\"gnucash\">GnuCash</span>, it is highly recommended that you upgrade to the "
+"latest stable version."
+msgstr ""
+"這部分包含了所有早期的 <span class=\"gnucash\">GnuCash</span> 文件。如果您還"
+"在用這些舊版的 <span class=\"gnucash\">GnuCash</span>,非常建議您升級到最新的"
+"穩定版。"
+
+#: docs.phtml:327
+msgid "Spanish"
+msgstr "西班牙文"
+
+#: docs.phtml:328
+msgid "Portugese"
+msgstr "葡萄牙文"
+
+#: docs.phtml:334
+msgid "Unofficial documentation"
+msgstr "非正式文件"
+
+#: docs.phtml:336
+msgid "Some people have written HOWTO guides or tutorials."
+msgstr "有人寫了 HOWTO 指南或教學。"
+
+#: docs.phtml:339
+msgid "Joe Mack's Tutorial"
+msgstr "Joe Mack 的教程"
+
+#: docs.phtml:341
+msgid "Dave Gilbert's User Guide (Pdf)"
+msgstr "Dave Gilbert 的使用手冊 (Pdf)"
+
+#: docs.phtml:345
+msgid ""
+"<b>NOTE:</b> the information presented in these sources may or may not be "
+"updated to the most recent version of <span class=\"gnucash\">GnuCash</"
+"span>. If you are interested in doing development work on these documents, "
+"you should contact the original authors."
+msgstr ""
+"<b>注意:</b>這些文件裡的資訊不一定有隨著最新版的 <span class=\"gnucash"
+"\">GnuCash</span> 更新。您若有興趣幫忙完善這些文件,應直接聯絡原作者。"
+
+#: index.phtml:5 oldnews.phtml:4 externals/header.phtml:112
+msgid "Free Accounting Software"
+msgstr "自由的帳務軟體"
+
+#: index.phtml:12
+msgid "Welcome to GnuCash.org"
+msgstr "歡迎來到 GnuCash.org"
+
+#: index.phtml:18
+#, php-format
+msgid "Download GnuCash %s"
+msgstr "下載 GnuCash %s"
+
+#: index.phtml:21
+msgid "Source"
+msgstr "原始碼"
+
+#: index.phtml:21
+msgid "Via distribution"
+msgstr "通過各發行版"
+
+#: index.phtml:24
+msgid "More downloads (Source, Development,...)"
+msgstr "更多下載 (原始碼、開發版本…)"
+
+#: index.phtml:33
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is personal and small-business "
+"financial-accounting software, freely licensed under the <a href=\"http://"
+"www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS "
+"X and Microsoft Windows."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 是個人或小型企業用的財務軟體,依 <a "
+"href=\"http://www.gnu.org/\">GNU</a> GPL 免費授權,支援 GNU/Linux、BSD、"
+"Solaris、Mac OS X 及 Microsoft Windows。"
+
+#: index.phtml:35
+msgid ""
+"Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash"
+"\">GnuCash</span> 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 ""
+"<span class=\"gnucash\">GnuCash</span> 不僅設計成易於使用,而且功能強大又有彈"
+"性。它可以追蹤銀行帳戶、股票、收入與支出,就像用帳簿一樣快捷、直覺。基於專業"
+"的會計原則確保帳目平衡並提供準確的報表。"
+
+#: index.phtml:39
+msgid "Feature Highlights"
+msgstr "功能特色"
+
+#: index.phtml:44
+msgid "Double-Entry Accounting"
+msgstr "複式簿記"
+
+#: index.phtml:45
+msgid "Stock/Bond/Mutual Fund Accounts"
+msgstr "股票、債券、基金帳戶"
+
+#: index.phtml:46
+msgid "Small-Business Accounting"
+msgstr "小型企業會計"
+
+#: index.phtml:47 features.phtml:75
+msgid "Reports, Graphs"
+msgstr "報告,圖表"
+
+#: index.phtml:48
+msgid "QIF/OFX/HBCI Import, Transaction Matching"
+msgstr "QIF/OFX/HBCI 格式匯入,交易比對"
+
+#: index.phtml:49 features.phtml:62
+msgid "Scheduled Transactions"
+msgstr "排程交易"
+
+#: index.phtml:50
+msgid "Financial Calculations"
+msgstr "金務計算"
+
+#: index.phtml:52
+msgid "<b>Discover more...</b>"
+msgstr "<b>了解更多...</b>"
+
+#: index.phtml:58
+msgid "News"
+msgstr "新聞"
+
+#: index.phtml:73
+msgid "Older Announcements ..."
+msgstr "過去的公告 ..."
+
+#: index.phtml:76
+msgid "Click <a href=\"oldnews.phtml\">here</a> for older announcements..."
+msgstr "點選 <a href=\"oldnews.phtml\">此處</a> 有過去的公告..."
+
+#: viewdoc.phtml:4
+msgid "View document"
+msgstr ""
+
+#: viewdoc.phtml:111
+msgid ""
+"The document requested is not available. The tutorial and concepts guide "
+"will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:115
+#, php-format
+msgid ""
+"The document requested is not available for the version %s. Version %s will "
+"be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:119
+msgid ""
+"The document requested is not available in the requested language. The "
+"English version will be displayed instead."
+msgstr ""
+
+#: viewdoc.phtml:123
+#, php-format
+msgid ""
+"It seems your browser doesn't support iframes. To view the requested page in "
+"a separate windows, please <a href=\"%s\">click here</a>."
+msgstr ""
+
+#: features.phtml:3
+msgid "Features"
+msgstr "功能"
+
+#: features.phtml:14
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is powerful accounting software. "
+"Below are details of some of the numerous features that <span class=\"gnucash"
+"\">GnuCash</span> has to offer to its users."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 是個強大的帳務軟體。以下是 <span "
+"class=\"gnucash\">GnuCash</span> 提供給使用者眾多功能中的一部分細節。"
+
+#: features.phtml:17 features.phtml:24
+msgid "Main features"
+msgstr "主要功能"
+
+#: features.phtml:18 features.phtml:117
+msgid "Advanced features"
+msgstr "進階功能"
+
+#: features.phtml:19
+msgid "Data storing and exchange features"
+msgstr "資料保存與交換功能"
+
+#: features.phtml:20 features.phtml:193
+msgid "Other goodies"
+msgstr "其他好東西"
+
+#: features.phtml:28
+msgid "Double Entry"
+msgstr "複式簿記法"
+
+#: features.phtml:34
+msgid ""
+"Every transaction must debit one account and credit others by an equal "
+"amount. This ensures the books balance: the difference between income and "
+"expenses exactly equals the sum of assets and liabilities."
+msgstr ""
+"每一筆交易都必須是從一個科目中取出,然後存入另一個科目中,并且存取的數額相"
+"等。這保證了帳目平衡:收入跟支出的差值恰好等於資產跟負債的總合。"
+
+#: features.phtml:40
+msgid "Checkbook-Style Register"
+msgstr "紙質帳簿風格的介面"
+
+#: features.phtml:46
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> checkbook-style register provides "
+"a custom, convenient and familiar interface to entering financial "
+"transactions."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 的紙本風格記帳簿提供了方便、熟悉又可自"
+"訂的介面來輸入金融交易。"
+
+#: features.phtml:48
+msgid ""
+"The register supports common checking and credit-card transactions, as well "
+"as income, stock and currency transactions. The following features are also "
+"provided:"
+msgstr ""
+"帳簿支援常見的支票及信用卡交易,還有收入、股票、外匯交易。還提供以下功能:"
+
+#: features.phtml:51
+msgid "The ability to enter <b>split transactions</b>"
+msgstr "能夠輸入<b>分割交易(拆分細項)</b>"
+
+#: features.phtml:52
+msgid ""
+"The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>"
+msgstr "能夠標記交易已<b>結清</b>或<b>對帳</b>"
+
+#: features.phtml:53
+msgid "<b>Autofill</b> of entered transactions"
+msgstr "<b>自動填入</b>已輸入過的交易"
+
+#: features.phtml:54
+msgid ""
+"The ability to display <b>multiple accounts</b> in a single register window"
+msgstr "能夠在一個視窗中顯示<b>多個科目</b>"
+
+#: features.phtml:55
+msgid ""
+"A <b>summary bar</b> that displays all of the relevant account's balance "
+"information"
+msgstr "<b>摘要條</b>顯示所有相關的結餘資訊"
+
+#: features.phtml:56
+msgid "Many options to <b>customize</b> the appearance and the display style"
+msgstr "很多選項可供<b>客製化</b>外觀及顯示風格"
+
+#: features.phtml:66
+msgid ""
+"You can create recurring transactions with a high level of customization of "
+"amounts and timeline. You can also set an automatic reminder when a "
+"transaction is due."
+msgstr ""
+"您可以建立重覆發生的交易,高度客製金額及時間。還可以設定交易過期時自動提醒。"
+
+#: features.phtml:69
+msgid ""
+"An assistant that runs when <span class=\"gnucash\">GnuCash</span> is "
+"started allows scheduled transactions to be postponed without canceling or "
+"entering them before the due date."
+msgstr ""
+
+#: features.phtml:79
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> has an integrated module to display "
+"graphs of your financial data in the form of:"
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 的整合模組,能替您的金融資料繪製下列圖"
+"形:"
+
+#: features.phtml:82
+msgid "Barcharts"
+msgstr "長條圖"
+
+#: features.phtml:83
+msgid "Piecharts"
+msgstr "圓餅圖"
+
+#: features.phtml:84
+msgid "Scatter plots"
+msgstr "散佈圖"
+
+#: features.phtml:86
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> also comes complete with a full suite "
+"of standard and customizeable reports, such as:"
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 也能製作各式標準及可自訂的報表,像是:"
+
+#: features.phtml:88
+msgid "Balance Sheet"
+msgstr "資產負債表"
+
+#: features.phtml:89
+msgid "Profit & Loss"
+msgstr "損益表"
+
+#: features.phtml:90
+msgid "Portfolio Valuation"
+msgstr "投資組合估值"
+
+#: features.phtml:91
+msgid "and many others."
+msgstr "還有很多其他種的圖表。"
+
+#: features.phtml:94
+msgid ""
+"Graphs and reports can be highly and easily customized in appearance and "
+"contents, in order to fullfill every user's need."
+msgstr "圖表的外觀及內容都可以大幅度並容易的客製化,以符合每個使用者的需求。"
+
+#: features.phtml:100
+msgid "Statement Reconciliation"
+msgstr "帳單對帳"
+
+#: features.phtml:105
+msgid ""
+"<b>Account reconciliation</b> allows the user to compare the transactions "
+"entered in an account against a bank statement. This operation is very "
+"useful to spot untracked transactions or data entry errors and ensure that "
+"your books match the bank's."
+msgstr ""
+"<b>科目對帳</b>讓使用者核對已輸入的交易資料與銀行的對帳單。這能有效的找出沒記"
+"錄到的交易或輸入錯誤,並確保你的記帳本跟銀行的資料是一致的。"
+
+#: features.phtml:106
+msgid ""
+"The <span class=\"gnucash\">GnuCash</span> reconcile tool with running "
+"reconciled and cleared balances makes reconciling against bank statements an "
+"easy task."
+msgstr ""
+"透過 <span class=\"gnucash\">GnuCash</span> 的對帳工具來對帳、結清結餘,讓檢"
+"查銀行對帳單對帳這件事變簡單了。"
+
+#: features.phtml:111
+msgid "Income/Expense Account Types"
+msgstr "收入/支出科目類別"
+
+#: features.phtml:113
+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:121
+msgid "Small Business Accounting Features"
+msgstr "小型企業會計功能"
+
+#: features.phtml:124
+msgid ""
+"Simplify managing a small business with <b>Customer</b> and <b>Vendor</b> "
+"tracking, <b>Jobs</b>, <b>Invoicing</b> and <b>Bill</b> Payment, and <b>Tax</"
+"b> and <b>Billing Terms</b>."
+msgstr ""
+"<b>顧客</b>及<b>廠商</b>追蹤、<b>任務</b>、<b>發票</b>、<b>帳單</b>、<b>支付"
+"條款</b>等功能,簡化了管理小企業的工作。"
+
+#: features.phtml:127
+msgid ""
+"Using A/Receivable and A/Payable accounts you can even manage <b>payrolls</"
+"b> for your employees."
+msgstr "使用 A/應收帳款 跟 A/應付帳款 科目,您甚至可以管理員工的<b>薪水</b>。"
+
+#: features.phtml:130
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> gives you also a tool to manage your "
+"business' <b>budget</b> so that you can easily plan your financial strategy."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 也提供了管理您企業<b>預算</b>的工具,"
+"讓您能簡單地規畫您的金融策略。"
+
+#: features.phtml:136
+msgid "Multiple Currencies"
+msgstr "多種貨幣"
+
+#: features.phtml:140
+msgid ""
+"Different accounts can be denominated in different currencies. Currency "
+"movements between accounts are fully balanced when double-entry is enabled."
+msgstr ""
+"不同的科目可以以不同的貨幣計價。當使用複式記帳時,科目之間的資金流動會完全保"
+"持平衡。"
+
+#: features.phtml:146
+msgid "Stock/Mutual Fund Portfolios"
+msgstr "股票/基金投資組合"
+
+#: features.phtml:149
+msgid ""
+"Track stocks individually (one per account) or in portfolio of accounts (a "
+"group of accounts that can be displayed together)."
+msgstr "追蹤各別股票(每個科目一支)或多個科目的投資組合(一組科目可以同時顯示)。"
+
+#: features.phtml:154
+msgid "Online Stock & Mutual Fund Quotes"
+msgstr "線上股票、基金報價查詢"
+
+#: features.phtml:157
+msgid ""
+"Get Stock & Mutual Fund quotes from various web sites, update portfolio "
+"automatically. Additional pricing sources are added regularly."
+msgstr ""
+"自動從許多網站上抓取股票及基金報價並更新投資組合的價格。持續增加更多報價來"
+"源。"
+
+#: features.phtml:160
+msgid "Data storage and exchange features"
+msgstr "資料儲存與交換功能"
+
+#: features.phtml:164
+msgid "Database support"
+msgstr "支援資料庫"
+
+#: features.phtml:166
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</"
+"b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> "
+"financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, "
+"<b>MySQL</b> or <b>PostgreSQL</b>."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 預設將資料用 <b>xml</b> 格式儲存。從 "
+"2.4 版開始,<span class=\"gnucash\">GnuCash</span> 可以將資料存在 <b>SQL 資料"
+"庫</b>,包括 <b>SQLite3</b>、<b>MySQL</b>、<b>PostgreSQL</b>。"
+
+#: features.phtml:171
+msgid "QIF and OFX Import"
+msgstr "QIF 及 OFX 匯入"
+
+#: features.phtml:174
+msgid ""
+"If you are migrating from other financial software, <span class=\"gnucash"
+"\">GnuCash</span>  can import Intuit<sup>®</sup> Quicken<sup>®</sup> "
+"<b>QIF</b> files using a practical assistant."
+msgstr ""
+"若您從其他金融軟體轉換過來,<span class=\"gnucash\">GnuCash</span> 提供實用的"
+"精靈,可以匯入 Intuit<sup>®</sup> Quicken<sup>®</sup> <b>QIF</b> 格式"
+"的檔案。"
+
+#: features.phtml:177
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is also the first free software "
+"application to support the <b>OFX</b> (Open Financial Exchange) protocol "
+"that many banks and financial services are starting to use."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 也是第一個支援 <b>OFX</b>  (Open "
+"Financial Exchange) 通信協定的自由軟體。許多銀行和金融機構開始使用這個協定(台"
+"灣還沒有)。"
+
+#: features.phtml:180
+msgid ""
+"A transaction matching system ensures that duplicate transactions are "
+"accurately recognized and automatically deleted during file import."
+msgstr ""
+
+#: features.phtml:186
+msgid "HBCI Support"
+msgstr "HBCI 支援"
+
+#: features.phtml:189
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is the first free software "
+"application to support the German <b>Home Banking Computer Information</b> "
+"protocol, allowing German users to perform statement download and initiate "
+"bank transfers and direct debits."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 是第一個自由軟體支援德國的 <b>Home "
+"Banking Computer Information</b> 通信協定,讓德國的使用者能下載對帳單,進行轉"
+"帳、付款等操作。"
+
+#: features.phtml:197
+msgid "Multiplatform"
+msgstr "多平台"
+
+#: features.phtml:200
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> runs on many different operating "
+"systems including <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 可以在許多作業系統上執行,包括 "
+"<b>Windows</b>、<b>MacOSX</b>、<b>Linux</b>。"
+
+#: features.phtml:205
+msgid "Localization"
+msgstr "本地化"
+
+#: features.phtml:208
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> handles internationalized dates and "
+"currencies. The application's 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 ""
+"<span class=\"gnucash\">GnuCash</span> 能處理國際化的日期以及貨幣。程式的選單"
+"跟視窗已被翻譯成二十一種語言,包含中文、丹麥文、法文、德文、匈牙利文、義大利"
+"文、日文、挪威文、波蘭文、葡萄牙文、俄文、西班牙文、瑞典文、土耳其文、烏克蘭"
+"文、英式英文。說明文件現在已被翻譯為英語、法語、葡萄牙語和西班牙語。"
+
+#: features.phtml:213
+msgid "Transaction Finder"
+msgstr "交易搜尋器"
+
+#: features.phtml:216
+msgid ""
+"A powerful transaction query dialogue can help you quickly locate a needle "
+"in a haystack."
+msgstr "一個功能強大的交易查詢對話框可以幫助你在如大海般的交易記錄中快速撈針。"
+
+#: features.phtml:221
+msgid "Check Printing"
+msgstr "列印支票"
+
+#: features.phtml:224
+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:229
+msgid "Mortgage & Loan Repayment Assistant"
+msgstr "抵押 & 貸款償還精靈"
+
+#: features.phtml:232
+msgid ""
+"A guided dialogue for setting up loan payments as scheduled transactions."
+msgstr ""
+
+#: features.phtml:238
+msgid "User Manual and Help"
+msgstr "使用手冊及說明文件"
+
+#: features.phtml:241
+msgid ""
+"<span class=\"gnucash\">GnuCash</span> is very well documented: along the "
+"application <b>Manual</b>, new users can take full advantage of the "
+"<b>Tutorial and Concepts guide</b>. This document gives background "
+"information on accounting principles and how they are reflected in <span "
+"class=\"gnucash\">GnuCash</span> with many practical examples described step "
+"by step."
+msgstr ""
+"<span class=\"gnucash\">GnuCash</span> 擁有詳細的文件:除了<b>說明手冊</b>之"
+"外,新使用者可以從<b>教學與觀念指南</b>學到很多。這份文件介紹會計原則其後的意"
+"義,並用實例一步步說明這些觀念如何應用在 <span class=\"gnucash\">GnuCash</"
+"span>。"
+
+#: 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 主頁上出現過的公告的存檔。"
+
+#: externals/menu.phtml:6
+msgid "Information"
+msgstr "資訊"
+
+#: externals/menu.phtml:9
+msgid "About / News"
+msgstr "關於 / 新聞"
+
+#: externals/menu.phtml:10
+msgid "News Feed"
+msgstr ""
+
+#: externals/menu.phtml:11
+msgid "Screenshots, Features"
+msgstr "螢幕截圖,功能特色"
+
+#: externals/menu.phtml:12
+msgid "How to help"
+msgstr "如何來幫忙"
+
+#: externals/menu.phtml:13
+msgid "Donations"
+msgstr "捐款"
+
+#: externals/menu.phtml:19
+msgid "Downloads"
+msgstr "下載"
+
+#: externals/menu.phtml:22
+msgid "Program"
+msgstr "程式"
+
+#: externals/menu.phtml:28
+msgid "Support"
+msgstr ""
+
+#: externals/menu.phtml:31
+msgid "FAQ"
+msgstr "常見問題(FAQ)"
+
+#: externals/menu.phtml:32
+msgid "Wiki"
+msgstr "Wiki"
+
+#: externals/menu.phtml:33
+msgid "Mailing Lists"
+msgstr ""
+
+#: externals/menu.phtml:36
+msgid "Search"
+msgstr "搜尋"
+
+#: externals/menu.phtml:39
+msgid "Bug Reports"
+msgstr "Bug 回報"
+
+#: externals/menu.phtml:40
+msgid "IRC (Chat)"
+msgstr "IRC (聊天室)"
+
+#: externals/menu.phtml:46
+msgid "Development"
+msgstr "開發"
+
+#: externals/menu.phtml:49
+msgid "Source Docs"
+msgstr "程式碼文件"
+
+#: externals/menu.phtml:50
+msgid "Browse Source Code"
+msgstr "瀏覽程式碼"
+
+#: externals/menu.phtml:51
+msgid "Subversion Access"
+msgstr ""
+
+#: externals/menu.phtml:52
+msgid "Language Translations"
+msgstr "語言翻譯"
+
+#: externals/menu.phtml:61
+msgid "New Book: GnuCash 2.4 Small Business Accounting"
+msgstr "新書:GnuCash 2.4 Small Business Accounting"
+
+#: externals/menu.phtml:65
+msgid ""
+"The GnuCash development team received notice about a new book published by "
+"PacktPub, UK:"
+msgstr "GnuCash 開發團隊收到了英國 PacktPub 出版社的新書通知:"
+
+#: externals/menu.phtml:66
+msgid "GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran"
+msgstr "《GnuCash 2.4 Small Business Accounting》, Ashok Ramachandran 著"
+
+#: externals/menu.phtml:67
+msgid "This is a Beginner's Guide for managing your accounts."
+msgstr "這是一本教您管理帳目的初學指南。"
+
+#: externals/menu.phtml:68
+msgid ""
+"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 <a href="
+"\"http://link.packtpub.com/6FDDUr\">packtpub.com</a>, 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!"
+msgstr ""
+
+#: externals/header.phtml:4
+msgid "Subscribe to RSS feed"
+msgstr ""
+
+#: externals/header.phtml:5
+msgid "Support the GnuCash project with a donation"
+msgstr ""
+
+#: externals/header.phtml:6
+msgid "Request or vote enhancements for GnuCash"
+msgstr ""
+
+#: externals/header.phtml:7
+msgid "GnuCash on Google +"
+msgstr ""
+
+#: externals/header.phtml:8
+#, fuzzy
+msgid "GnuCash on facebook"
+msgstr "GnuCash 文件"
+
+#: externals/header.phtml:116
+msgid "Language"
+msgstr "語言"
+
+#: externals/header.phtml:131
+msgid "Continent"
+msgstr ""
+
+#: externals/footer.phtml:10
+msgid "Server & email outage reports to:"
+msgstr ""
+
+#: externals/footer.phtml:11
+msgid "Translation problems? Contact:"
+msgstr ""
+
+#: search/templates/NMZ.foot.php_tmpl:9
+msgid "This search system is powered by:"
+msgstr ""
+
+#: search/templates/NMZ.foot.php_tmpl:13
+msgid "Server & email outage reports to: "
+msgstr ""
+
+#: search/templates/NMZ.foot.php_tmpl:15
+msgid ""
+"Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org"
+"\"><b>gnucash-devel at gnucash.org</b></a>"
+msgstr ""
+"翻譯問題?請聯絡:<a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-"
+"devel at gnucash.org</b></a>"
+
+#: search/templates/NMZ.body.php_tmpl:4 search/templates/NMZ.head.php_tmpl:28
+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"
+"<code class=\"operator\">and</code> operator between the terms, e.g."
+msgstr ""
+
+#: search/templates/NMZ.body.php_tmpl:29
+msgid ""
+"You can omit the <code class=\"operator\">and</code> 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"
+"<code class=\"operator\">or</code> 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 <code class=\"operator\">not</code>\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"
+"<code class=\"operator\">\"...\"</code> and <code class=\"operator\">{...}</"
+"code>.\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 <code>inter</code>)"
+msgstr ""
+
+#: search/templates/NMZ.body.php_tmpl:96
+msgid "Inside matching"
+msgstr ""
+
+#: search/templates/NMZ.body.php_tmpl:97
+msgid "(terms which contain <code>text</code>)"
+msgstr ""
+
+#: search/templates/NMZ.body.php_tmpl:98
+msgid "Suffix matching"
+msgstr ""
+
+#: search/templates/NMZ.body.php_tmpl:100
+msgid "(terms which terminated with <code>net</code>)"
+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 <code\n"
+"class=\"operator\">/.../</code>. Namazu uses <a\n"
+"href=\"http://www.ruby-lang.org/\">Ruby</a>'s regular\n"
+"regular expressions engine. It generally offers a <a\n"
+"href=\"http://www.perl.com/\">Perl</a> 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"
+"<code>Subject:</code>, <code>From:</code>,\n"
+"<code>Message-Id:</code>. 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 <code>Linux</code>\n"
+"in a <code>Subject:</code> field)"
+msgstr ""
+
+#: search/templates/NMZ.body.php_tmpl:136
+msgid ""
+"(Retrieves all documents which contain <code>GNU Emacs</code>\n"
+"in a <code>Subject:</code> field)"
+msgstr ""
+
+#: search/templates/NMZ.body.php_tmpl:141
+msgid ""
+"(Retrieves all documents which contain <code>foo at bar.jp</code>\n"
+"in a <code>From:</code> field)"
+msgstr ""
+
+#: search/templates/NMZ.body.php_tmpl:147
+msgid ""
+"(Retrieves a certain document which contains specified\n"
+"<code>Message-Id:</code>)"
+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 <a\n"
+"href=\"#query-phrase\">phrase searching</a>. 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"
+"<code>TCP/IP</code>.  Since this method of handling isn't complete,\n"
+"you can also describe the term as <code>TCP and IP</code> instead of\n"
+"<code>TCP/IP</code>, 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.body.php_tmpl:182
+#: search/templates/NMZ.tips.php_tmpl:60
+msgid ""
+"If you want to use <code class=\"operator\">and</code>,\n"
+"<code class=\"operator\">or</code> or <code\n"
+"class=\"operator\">not</code> as ordinary keywords<br>\n"
+"You can surround them respectively with double quotes like <code\n"
+"class=\"operator\">\"...\"</code> or braces like <code\n"
+"class=\"operator\">{...}</code>."
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:4
+msgid "Mailing List Search"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:30
+msgid "Search!"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:32
+msgid "[How to search]"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:35
+msgid "Display"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:43
+msgid "Description"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:45
+msgid "normal"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:46
+msgid "short"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:48
+msgid "Sort"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:50
+msgid "by score"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:51
+msgid "by date in late order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:52
+msgid "by date in early order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:53
+msgid "by title in ascending order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:54
+msgid "by title in descending order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:55
+msgid "by author in ascending order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:56
+msgid "by author in descending order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:57
+msgid "by size in ascending order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:58
+msgid "by size in descending order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:59
+msgid "by URI in ascending order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:60
+msgid "by URI in descending order"
+msgstr ""
+
+#: search/templates/NMZ.head.php_tmpl:65
+msgid "Lists to Search"
+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<br>\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 <code\n"
+"class=\"operator\">or</code> 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 <code class=\"operator\">and</code>\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 <code class=\"example\">tex*</code> to\n"
+"search for terms which begin with\n"
+"<code>tex</code> (e.g., <code>tex</code>,\n"
+"<code>texi2html</code>,\n"
+"<code>texindex</code>, <code>text</code>)."
+msgstr ""
+
+#: search/templates/NMZ.tips.php_tmpl:41
+msgid ""
+"You can specify <code class=\"example\">*tex</code> to\n"
+"search for terms which terminated with <code>tex</code> (e.g.,\n"
+"<code>bibtex</code>,\n"
+"<code>jlatex</code>, <code>latex</code>,\n"
+"<code>platex</code>, <code>ptex</code>, <code>vertex</code>)."
+msgstr ""
+
+#: search/templates/NMZ.tips.php_tmpl:48
+msgid ""
+"You can specify <code class=\"example\">*tex*</code> to\n"
+"search for terms which contain <code>tex</code> (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.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 "Ask for Help"
+#~ msgstr "尋求幫助"

Modified: htdocs/branches/beta/robots.txt
===================================================================
--- htdocs/branches/beta/robots.txt	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/robots.txt	2012-11-05 14:05:48 UTC (rev 22526)
@@ -22,3 +22,4 @@
 Disallow: /docs/v1.6/
 Disallow: /docs/v1.8/
 Disallow: /docs/v2.0/
+Disallow: /docs/v2.2/

Modified: htdocs/branches/beta/viewdoc.phtml
===================================================================
--- htdocs/branches/beta/viewdoc.phtml	2012-11-05 14:00:10 UTC (rev 22525)
+++ htdocs/branches/beta/viewdoc.phtml	2012-11-05 14:05:48 UTC (rev 22526)
@@ -112,14 +112,15 @@
 <?php } ?>
 <?php if (! $req_rev_ok ) {
   $reqrev=$_GET["rev"]; ?>
-<p style="color: red;"><?= T_("The document requested is not available for the version $reqrev. Version $showrev will be displayed instead.")?></p>
+<p style="color: red;"><?php printf (T_("The document requested is not available for the version %s. Version %s will be displayed instead."),
+                                     $reqrev, $showrev); ?></p>
 <?php } ?>
 <?php if (! $req_lang_ok ) { ?>
 <p style="color: red;"><?= T_("The document requested is not available in the requested language. The English version will be displayed instead.")?></p>
 <?php } ?>
 
 <iframe src="<?php echo $showurl; ?>" style="border-width: 0px; width: 100%; min-width: 700px; height: 80em;">
-<?php echo T_("It seems your browser doesn't support iframes. To view the requested page in a separate windows, please <a href=\"" . $showurl . "\">click here</a>."); ?>
+<?php printf (T_("It seems your browser doesn't support iframes. To view the requested page in a separate windows, please <a href=\"%s\">click here</a>."), $showurl); ?>
 </iframe>
 
 </div>



More information about the gnucash-changes mailing list