[Gnucash-changes] r13708 - gnucash/trunk/src/report/standard-reports - Remove unused i18n strings

Christian Stimming cstim at cvs.gnucash.org
Tue Mar 28 15:31:18 EST 2006


Author: cstim
Date: 2006-03-28 15:31:17 -0500 (Tue, 28 Mar 2006)
New Revision: 13708
Trac: http://svn.gnucash.org/trac/changeset/13708

Modified:
   gnucash/trunk/src/report/standard-reports/equity-statement.scm
   gnucash/trunk/src/report/standard-reports/income-statement.scm
   gnucash/trunk/src/report/standard-reports/trial-balance.scm
Log:
Remove unused i18n strings

Modified: gnucash/trunk/src/report/standard-reports/equity-statement.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/equity-statement.scm	2006-03-28 20:30:58 UTC (rev 13707)
+++ gnucash/trunk/src/report/standard-reports/equity-statement.scm	2006-03-28 20:31:17 UTC (rev 13708)
@@ -65,11 +65,7 @@
 (define opthelp-party-name (N_ "Name of company/individual"))
 
 (define optname-start-date (N_ "Start Date"))
-(define opthelp-start-date
-  (N_ "Start of the period this equity statement will cover"))
 (define optname-end-date (N_ "End Date"))
-(define opthelp-end-date
-  (N_ "End of the period this equity statement will cover"))
 
 (define optname-accounts (N_ "Accounts to include"))
 (define opthelp-accounts

Modified: gnucash/trunk/src/report/standard-reports/income-statement.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/income-statement.scm	2006-03-28 20:30:58 UTC (rev 13707)
+++ gnucash/trunk/src/report/standard-reports/income-statement.scm	2006-03-28 20:31:17 UTC (rev 13708)
@@ -59,11 +59,7 @@
 (define opthelp-party-name (N_ "Name of company/individual"))
 
 (define optname-start-date (N_ "Start Date"))
-(define opthelp-start-date
-  (N_ "Start of the period this income statement will cover"))
 (define optname-end-date (N_ "End Date"))
-(define opthelp-end-date
-  (N_ "End of the period this income statement will cover"))
 ;; FIXME this could use an indent option
 
 (define optname-accounts (N_ "Accounts to include"))

Modified: gnucash/trunk/src/report/standard-reports/trial-balance.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/trial-balance.scm	2006-03-28 20:30:58 UTC (rev 13707)
+++ gnucash/trunk/src/report/standard-reports/trial-balance.scm	2006-03-28 20:31:17 UTC (rev 13708)
@@ -68,10 +68,7 @@
 (define opthelp-party-name (N_ "Name of company/individual"))
 
 (define optname-start-date (N_ "Start of Adjusting/Closing"))
-(define opthelp-start-date
-  (N_ "The earliest date Adjusting/Closing entries were made for this period"))
 (define optname-end-date (N_ "Date of Report"))
-(define opthelp-end-date (N_ "Trial Balance/Work Sheet as-of date"))
 (define optname-report-variant (N_ "Report variation"))
 (define opthelp-report-variant (N_ "Kind of trial balance to generate"))
 ;; FIXME this needs an indent option



More information about the gnucash-changes mailing list