[Gnucash-changes] r13671 - gnucash/trunk/src - I18n cleanup; mark forgotten strings for translation

Derek Atkins warlord at MIT.EDU
Sun Mar 19 18:03:47 EST 2006


Christian Stimming <cstim at cvs.gnucash.org> writes:

> Author: cstim
> Date: 2006-03-19 15:42:33 -0500 (Sun, 19 Mar 2006)
> New Revision: 13671
> Trac: http://svn.gnucash.org/trac/changeset/13671
>
> Modified:
>    gnucash/trunk/src/business/business-reports/easy-invoice.scm
>    gnucash/trunk/src/business/business-reports/fancy-invoice.scm
>    gnucash/trunk/src/business/business-reports/invoice.scm
>    gnucash/trunk/src/gnome/glade/register.glade
> Log:
> I18n cleanup; mark forgotten strings for translation
>
> Modified: gnucash/trunk/src/business/business-reports/easy-invoice.scm
> ===================================================================
> --- gnucash/trunk/src/business/business-reports/easy-invoice.scm	2006-03-19 20:01:26 UTC (rev 13670)
> +++ gnucash/trunk/src/business/business-reports/easy-invoice.scm	2006-03-19 20:42:33 UTC (rev 13671)
> @@ -215,6 +215,7 @@
>  			     (gnc:entry-get-inv-tax-table entry))
>  			(and (gnc:entry-get-bill-taxable entry)
>  			     (gnc:entry-get-bill-tax-table entry)))
> +		    ;; This "T" is supposed to be an abbrev. for Tax?
>  		    (_ "T") "")))

I'm 99% sure this "T" is an abbreviation for "Taxable".

>    (gnc:register-inv-option
>     (gnc:make-string-option
> @@ -595,6 +596,7 @@
>  	     (gnc:html-table-append-row!
>  	      table
>  	      (list
> +	       ;; This string is supposed to be an abbrev. for "Reference"?
>  	       (string-append (_ "REF") ":&nbsp;" reference))))))

Yes.

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list