r18016 - gnucash/trunk - 1) Add new files to po/POTFILES.in

Phil Longstaff plongstaff at code.gnucash.org
Sat Apr 4 20:52:30 EDT 2009


Author: plongstaff
Date: 2009-04-04 20:52:30 -0400 (Sat, 04 Apr 2009)
New Revision: 18016
Trac: http://svn.gnucash.org/trac/changeset/18016

Modified:
   gnucash/trunk/lib/libqof/backend/file/qsf-xml.h
   gnucash/trunk/lib/libqof/qof/qofclass.h
   gnucash/trunk/po/POTFILES.in
Log:
1) Add new files to po/POTFILES.in
2) Fix some unmatched quotes (in some cases, they were spelling errors)


Modified: gnucash/trunk/lib/libqof/backend/file/qsf-xml.h
===================================================================
--- gnucash/trunk/lib/libqof/backend/file/qsf-xml.h	2009-04-04 23:45:29 UTC (rev 18015)
+++ gnucash/trunk/lib/libqof/backend/file/qsf-xml.h	2009-04-05 00:52:30 UTC (rev 18016)
@@ -127,7 +127,7 @@
 
 Some defaults will relate to how to format descriptive dates, whether discount
 should be considered, which account to use for certain QSF data from applications
-that don't use accounts.
+that do not use accounts.
 
 Some defaults are pre-defined and cannot be over-written:
 - qsf_time_now
@@ -159,7 +159,7 @@
 book does not have to contain any specific object types or have any
 particular structure. To merge partial books into usual QofBook data
 sources, the map must deal with entities that need to be referenced in
-the target QofBook but which simply don't exist in the QofBook used to generate
+the target QofBook but which simply do not exist in the QofBook used to generate
 the QSF. e.g. pilot-link knows nothing of Accounts yet when QSF creates
 a gncInvoice from qof-datebook, gncInvoice needs to know the GUID of 
 certain accounts in the target QofBook. This is handled in the map 
@@ -262,7 +262,7 @@
 #define QSF_CONDITIONAL_ELSE "else" /**< Alternative
 
 if(){} else{} is also supported. Nesting of conditionals causes problems for
-validating the final map against any sensible XML Schema and a map that doesn't 
+validating the final map against any sensible XML Schema and a map that does not 
 validate will be rejected. When editing conditionals in a QSF map, ALWAYS 
 validate the map using xmllint. If necessary, define a variable at the foot of 
 the definitions block, using a similar syntax to a default, then use that 

Modified: gnucash/trunk/lib/libqof/qof/qofclass.h
===================================================================
--- gnucash/trunk/lib/libqof/qof/qofclass.h	2009-04-04 23:45:29 UTC (rev 18015)
+++ gnucash/trunk/lib/libqof/qof/qofclass.h	2009-04-05 00:52:30 UTC (rev 18016)
@@ -101,8 +101,8 @@
 -# Each ::QofCollection contains one or many entities - *all* of a single type.
 -# The entity type within the collection can be determined at run time.
 -# Easy conversions to GList or whatever in the param_setfcn handler.
--# Each parameter can have it's own collection.
--# Each entity can have a different *type* of collection to it's siblings, 
+-# Each parameter can have its own collection.
+-# Each entity can have a different *type* of collection to its siblings, 
 provided that it is acceptable to the set function.
 -# Each object decides which types are acceptable for which parameter in the 
 set functions. This is then part of the API for that object.

Modified: gnucash/trunk/po/POTFILES.in
===================================================================
--- gnucash/trunk/po/POTFILES.in	2009-04-04 23:45:29 UTC (rev 18015)
+++ gnucash/trunk/po/POTFILES.in	2009-04-05 00:52:30 UTC (rev 18016)
@@ -282,7 +282,7 @@
 src/gnome-utils/dialog-account.c
 src/gnome-utils/dialog-book-close.c
 src/gnome-utils/dialog-commodity.c
-src/gnome-utils/dialog-database-connection.c
+src/gnome-utils/dialog-file-access.c
 src/gnome-utils/dialog-options.c
 src/gnome-utils/dialog-preferences.c
 src/gnome-utils/dialog-query-list.c
@@ -485,7 +485,9 @@
 src/register/register-gnome/quickfillcell-gnome.c
 src/register/register-gnome/table-gnome.c
 src/report/locale-specific/us/gncmod-locale-reports-us.c
+src/report/report-gnome/custom-report-dialog.glade
 src/report/report-gnome/dialog-column-view.c
+src/report/report-gnome/dialog-custom-report.c
 src/report/report-gnome/dialog-style-sheet.c
 src/report/report-gnome/gncmod-report-gnome.c
 src/report/report-gnome/gnc-plugin-page-report.c



More information about the gnucash-changes mailing list