mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Regularize capitalization of the word 'GnuCash'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13691 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
2006-03-23 David Hampton <hampton@employees.org>
|
||||
|
||||
* numerous: Regularize capitalization of the word 'GnuCash' where
|
||||
its user visible.
|
||||
|
||||
2006-03-23 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/business/business-gnome/businessmod-gnome.c:
|
||||
open the bills due reminder at BOOK_OPENED instead of UI_START.
|
||||
This gets us the bills-due reminder on File->Open as well.
|
||||
|
||||
2006-03-23 David Hampton <david@hampton-pc.rainbolthampton.net>
|
||||
2006-03-23 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/backend/postgres/checkpoint.c: Update to compile on FC5.
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ libgncmod_backend_file_LTX_gnc_module_path(void)
|
||||
char *
|
||||
libgncmod_backend_file_LTX_gnc_module_description(void)
|
||||
{
|
||||
return g_strdup("The binary and XML (v1 and v2) backends for Gnucash");
|
||||
return g_strdup("The binary and XML (v1 and v2) backends for GnuCash");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -2550,7 +2550,7 @@ void pgend_provider_init(void)
|
||||
QofBackendProvider *prov;
|
||||
|
||||
prov = g_new0(QofBackendProvider, 1);
|
||||
prov->provider_name = "The Postgres backend for Gnucash";
|
||||
prov->provider_name = "The Postgres backend for GnuCash";
|
||||
prov->access_method = "postgres";
|
||||
prov->partial_book_supported = FALSE;
|
||||
prov->backend_new = pgendNew;
|
||||
|
||||
@@ -67,7 +67,7 @@ libgncmod_business_core_LTX_gnc_module_path(void)
|
||||
char *
|
||||
libgncmod_business_core_LTX_gnc_module_description(void)
|
||||
{
|
||||
return g_strdup("The Gnucash business core");
|
||||
return g_strdup("The GnuCash business core");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -70,7 +70,7 @@ libgncmod_business_backend_file_LTX_gnc_module_path(void)
|
||||
char *
|
||||
libgncmod_business_backend_file_LTX_gnc_module_description(void)
|
||||
{
|
||||
return g_strdup("The XML (v2) parsers for Gnucash business objects");
|
||||
return g_strdup("The XML (v2) parsers for GnuCash business objects");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -74,7 +74,7 @@ libgncmod_business_gnome_LTX_gnc_module_path(void)
|
||||
char *
|
||||
libgncmod_business_gnome_LTX_gnc_module_description(void)
|
||||
{
|
||||
return g_strdup("The Gnucash business module GNOME UI");
|
||||
return g_strdup("The GnuCash business module GNOME UI");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
<locale name="C">
|
||||
<short>Show bills due reminder at startup</short>
|
||||
<long>
|
||||
If active, at startup Gnucash will check to see whether any
|
||||
If active, at startup GnuCash will check to see whether any
|
||||
bills will become due soon. If so, it will present the user
|
||||
with a reminder dialog. The definition of "soon" is
|
||||
controlled by the "Days in Advance" setting. Otherwise
|
||||
@@ -142,7 +142,7 @@
|
||||
<short>Show bills due within this many days</short>
|
||||
<long>
|
||||
This field defines the number of days in advance that
|
||||
Gnucash will check for due bills. Its value is only used if
|
||||
GnuCash will check for due bills. Its value is only used if
|
||||
the "Notify when due" setting is active.
|
||||
</long>
|
||||
</locale>
|
||||
|
||||
@@ -53,7 +53,7 @@ libgncmod_business_utils_LTX_gnc_module_path(void)
|
||||
char *
|
||||
libgncmod_business_utils_LTX_gnc_module_description(void)
|
||||
{
|
||||
return g_strdup("The Gnucash business utilities module");
|
||||
return g_strdup("The GnuCash business utilities module");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -55,7 +55,7 @@ libgncmod_dialog_tax_table_LTX_gnc_module_path(void)
|
||||
char *
|
||||
libgncmod_dialog_tax_table_LTX_gnc_module_description(void)
|
||||
{
|
||||
return g_strdup("The Gnucash tax-table GNOME UI module");
|
||||
return g_strdup("The GnuCash tax-table GNOME UI module");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -204,8 +204,8 @@ the last highlighted line to refresh the highlighting. Some editors have a speci
|
||||
refresh option.
|
||||
|
||||
[cstim 2003-03-25] The "Data Structures" page of doxygen doesn't show
|
||||
anything useful for gnucash. Obviously doxygen only accepts "real" C
|
||||
struct definitions for inclusion on that page. However, all gnucash
|
||||
anything useful for GnuCash. Obviously doxygen only accepts "real" C
|
||||
struct definitions for inclusion on that page. However, all GnuCash
|
||||
data structures are defined somewhere in private headers, and only the
|
||||
typedefs are publically visible. Isn't there a way to have doxygen
|
||||
show the documentation for the <i>typedefs</i> on the "Data
|
||||
|
||||
@@ -331,7 +331,7 @@ gnc_validate_directory (const gchar *dirname)
|
||||
g_fprintf(stderr,
|
||||
_("An error occurred while creating the directory:\n"
|
||||
" %s\n"
|
||||
"Please correct the problem and restart gnucash.\n"
|
||||
"Please correct the problem and restart GnuCash.\n"
|
||||
"The reported error was '%s' (errno %d).\n"),
|
||||
dirname, strerror(errno), errno);
|
||||
exit(1);
|
||||
@@ -354,7 +354,7 @@ gnc_validate_directory (const gchar *dirname)
|
||||
_("The path\n"
|
||||
" %s\n"
|
||||
"exists but it is not a directory. Please delete\n"
|
||||
"the file and start gnucash again.\n"),
|
||||
"the file and start GnuCash again.\n"),
|
||||
dirname);
|
||||
exit(1);
|
||||
|
||||
@@ -363,7 +363,7 @@ gnc_validate_directory (const gchar *dirname)
|
||||
_("An unknown error occurred when validating that the\n"
|
||||
" %s\n"
|
||||
"directory exists and is usable. Please correct the\n"
|
||||
"problem and restart gnucash. The reported error \n"
|
||||
"problem and restart GnuCash. The reported error \n"
|
||||
"was '%s' (errno %d)."),
|
||||
dirname, strerror(errno), errno);
|
||||
exit(1);
|
||||
@@ -375,7 +375,7 @@ gnc_validate_directory (const gchar *dirname)
|
||||
_("The path\n"
|
||||
" %s\n"
|
||||
"exists but it is not a directory. Please delete\n"
|
||||
"the file and start gnucash again.\n"),
|
||||
"the file and start GnuCash again.\n"),
|
||||
dirname);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ libgncmod_engine_LTX_gnc_module_path(void)
|
||||
char *
|
||||
libgncmod_engine_LTX_gnc_module_description(void)
|
||||
{
|
||||
return g_strdup("The Gnucash accounting engine");
|
||||
return g_strdup("The GnuCash accounting engine");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -38,7 +38,7 @@ reject_user_agent (const char *user_agent)
|
||||
"<h1>Error - Wrong Browser</h1>\n"
|
||||
"Your browser was deteted to be %s<p>\n"
|
||||
"This server returns finacial data (XML) that only\n"
|
||||
"the gnucash client understands. You must use gnucash\n"
|
||||
"the GnuCash client understands. You must use GnuCash\n"
|
||||
"to view this data\n"
|
||||
"</body></html>\n",
|
||||
user_agent);
|
||||
|
||||
@@ -59,7 +59,7 @@ libgncmod_gnome_search_LTX_gnc_module_path(void)
|
||||
char *
|
||||
libgncmod_gnome_search_LTX_gnc_module_description(void)
|
||||
{
|
||||
return g_strdup("The Gnucash Gnome Search UI");
|
||||
return g_strdup("The GnuCash Gnome Search UI");
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -1407,8 +1407,8 @@ gnc_options_dialog_new(gchar *title)
|
||||
GtkWidget * hbox;
|
||||
|
||||
retval = g_new0(GNCOptionWin, 1);
|
||||
xml = gnc_glade_xml_new ("preferences.glade", "Gnucash Options");
|
||||
retval->dialog = glade_xml_get_widget (xml, "Gnucash Options");
|
||||
xml = gnc_glade_xml_new ("preferences.glade", "GnuCash Options");
|
||||
retval->dialog = glade_xml_get_widget (xml, "GnuCash Options");
|
||||
retval->page_list = glade_xml_get_widget (xml, "page_list");
|
||||
|
||||
glade_xml_signal_autoconnect_full( xml,
|
||||
|
||||
@@ -1373,8 +1373,8 @@ gnc_preferences_dialog_create(void)
|
||||
|
||||
ENTER("");
|
||||
DEBUG("Opening preferences.glade:");
|
||||
xml = gnc_glade_xml_new(GLADE_FILENAME, "Gnucash Preferences");
|
||||
dialog = glade_xml_get_widget(xml, "Gnucash Preferences");
|
||||
xml = gnc_glade_xml_new(GLADE_FILENAME, "GnuCash Preferences");
|
||||
dialog = glade_xml_get_widget(xml, "GnuCash Preferences");
|
||||
DEBUG("autoconnect");
|
||||
glade_xml_signal_autoconnect_full(xml, gnc_glade_autoconnect_full_func,
|
||||
dialog);
|
||||
|
||||
@@ -148,11 +148,11 @@ druid_gconf_update_path (GError **error)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
fprintf(output, "\n######## The following lines were added by Gnucash. ########\n");
|
||||
fprintf(output, "\n######## The following lines were added by GnuCash. ########\n");
|
||||
if (!found_user_dir)
|
||||
fprintf(output, PATH_STRING1);
|
||||
fprintf(output, PATH_STRING2, GNC_GCONF_DIR);
|
||||
fprintf(output, "############## End of lines added by Gnucash. ##############\n");
|
||||
fprintf(output, "############## End of lines added by GnuCash. ##############\n");
|
||||
if (fclose(output) != 0) {
|
||||
*error = g_error_new (G_FILE_ERROR,
|
||||
g_file_error_from_errno(errno),
|
||||
@@ -400,26 +400,26 @@ druid_gconf_finish_page_prepare (GnomeDruidPage *druidpage,
|
||||
gint who, how;
|
||||
gchar *text;
|
||||
const gchar *pgm_path =
|
||||
_("When you click Apply, Gnucash will modify your ~/.gconf.path file "
|
||||
_("When you click Apply, GnuCash will modify your ~/.gconf.path file "
|
||||
"and restart the gconf backend.");
|
||||
const gchar *pgm_install =
|
||||
_("When you click Apply, Gnucash will install the gconf data into your "
|
||||
_("When you click Apply, GnuCash will install the gconf data into your "
|
||||
"local ~/.gconf file and restart the gconf backend. The %s script "
|
||||
"must be found in your search path for this to work correctly.");
|
||||
const gchar *user_path =
|
||||
_("You have chosen to correct the problem by yourself. When you click "
|
||||
"Apply, Gnucash will exit. Please correct the problem and restart "
|
||||
"Apply, GnuCash will exit. Please correct the problem and restart "
|
||||
"the gconf backend with the command 'gconftool-2 --shutdown' before "
|
||||
"restarting Gnucash. If you have not already done so, you can click "
|
||||
"restarting GnuCash. If you have not already done so, you can click "
|
||||
"the Back button and copy the necessary text from the dialog.");
|
||||
const gchar *user_install =
|
||||
_("You have chosen to correct the problem by yourself. When you "
|
||||
"click Apply, Gnucash will exit. Please run the %s script which "
|
||||
"click Apply, GnuCash will exit. Please run the %s script which "
|
||||
"will install the configuration data and restart the gconf backend.");
|
||||
const gchar *user_did =
|
||||
_("You have already corrected the problem and restarted the gconf "
|
||||
"backend with the command 'gconftool-2 --shutdown'. When you click "
|
||||
"Apply, Gnucash will continue loading.");
|
||||
"Apply, GnuCash will continue loading.");
|
||||
|
||||
who = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(druid), WHO_DOES));
|
||||
switch (who) {
|
||||
|
||||
@@ -1194,7 +1194,7 @@
|
||||
<child>
|
||||
<widget class="GtkRadioButton" id="unknown_source_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">These are quote sources that were recently added to F::Q. Gnucash does not know if these sources retrieve information from a single site or from multiple sites on the internet.</property>
|
||||
<property name="tooltip" translatable="yes">These are quote sources that were recently added to F::Q. GnuCash does not know if these sources retrieve information from a single site or from multiple sites on the internet.</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">_Unknown:</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
||||
@@ -238,7 +238,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"><b>Cannot find default values</b>
|
||||
|
||||
The configuration data used to specify default values for Gnucash cannot be found in the default system locations. Without this data Gnucash will still operate properly but it may require some extra time to setup. Do you wish to setup the configuration data?</property>
|
||||
The configuration data used to specify default values for GnuCash cannot be found in the default system locations. Without this data GnuCash will still operate properly but it may require some extra time to setup. Do you wish to setup the configuration data?</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
@@ -268,7 +268,7 @@ The configuration data used to specify default values for Gnucash cannot be foun
|
||||
|
||||
<widget class="GtkWindow" id="GConf Install Druid">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes">Update gconf settings - Gnucash</property>
|
||||
<property name="title" translatable="yes">Update gconf settings - GnuCash</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
@@ -292,8 +292,8 @@ The configuration data used to specify default values for Gnucash cannot be foun
|
||||
<widget class="GnomeDruidPageEdge" id="start_page">
|
||||
<property name="visible">True</property>
|
||||
<property name="position">GNOME_EDGE_START</property>
|
||||
<property name="title" translatable="yes">Update gnucash configuration data</property>
|
||||
<property name="text" translatable="yes">The configuration data used by Gnucash to specify its default values cannot be found in the default system locations. Without this data Gnucash will still operate properly, but it may require some extra time to set up.</property>
|
||||
<property name="title" translatable="yes">Update GnuCash configuration data</property>
|
||||
<property name="text" translatable="yes">The configuration data used by GnuCash to specify its default values cannot be found in the default system locations. Without this data GnuCash will still operate properly, but it may require some extra time to set up.</property>
|
||||
</widget>
|
||||
</child>
|
||||
|
||||
@@ -430,7 +430,7 @@ The configuration data used to specify default values for Gnucash cannot be foun
|
||||
<property name="left_margin">0</property>
|
||||
<property name="right_margin">0</property>
|
||||
<property name="indent">0</property>
|
||||
<property name="text" translatable="yes">This method will modify the file .gconf.path in your home directory. It will add the Gnucash install directory to this path so that Gnucash can find its default settings and their descriptions.</property>
|
||||
<property name="text" translatable="yes">This method will modify the file .gconf.path in your home directory. It will add the GnuCash install directory to this path so that GnuCash can find its default settings and their descriptions.</property>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
@@ -469,7 +469,7 @@ The configuration data used to specify default values for Gnucash cannot be foun
|
||||
<property name="left_margin">0</property>
|
||||
<property name="right_margin">0</property>
|
||||
<property name="indent">0</property>
|
||||
<property name="text" translatable="yes">This method will install the Gnucash default settings and descriptions into the .gconf directory within your home directory. The disadvantage to this method is that future updates to GnuCash will not update your local settings to add in new keys.</property>
|
||||
<property name="text" translatable="yes">This method will install the GnuCash default settings and descriptions into the .gconf directory within your home directory. The disadvantage to this method is that future updates to GnuCash will not update your local settings to add in new keys.</property>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
@@ -677,7 +677,7 @@ The configuration data used to specify default values for Gnucash cannot be foun
|
||||
<property name="left_margin">0</property>
|
||||
<property name="right_margin">0</property>
|
||||
<property name="indent">0</property>
|
||||
<property name="text">Gnucash will add the appropriate text here.
|
||||
<property name="text">GnuCash will add the appropriate text here.
|
||||
</property>
|
||||
</widget>
|
||||
</child>
|
||||
@@ -739,7 +739,7 @@ command 'gconftool-2 --shutdown'.</property>
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label4">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Gnucash will update the system path for you.</property>
|
||||
<property name="label" translatable="yes">GnuCash will update the system path for you.</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
@@ -822,7 +822,7 @@ command 'gconftool-2 --shutdown'.</property>
|
||||
<property name="left_margin">0</property>
|
||||
<property name="right_margin">0</property>
|
||||
<property name="indent">0</property>
|
||||
<property name="text" translatable="yes">You have chosen to install the configuration data used by Gnucash into the ~/.gconf directory. GnuCash can do this for you, or tell you how to do it yourself.</property>
|
||||
<property name="text" translatable="yes">You have chosen to install the configuration data used by GnuCash into the ~/.gconf directory. GnuCash can do this for you, or tell you how to do it yourself.</property>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
@@ -981,7 +981,7 @@ command 'gconftool-2 --shutdown'.</property>
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label6">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Gnucash will install the data for you.</property>
|
||||
<property name="label" translatable="yes">GnuCash will install the data for you.</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
@@ -1019,7 +1019,7 @@ command 'gconftool-2 --shutdown'.</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="position">GNOME_EDGE_FINISH</property>
|
||||
<property name="title" translatable="yes">Finish changes</property>
|
||||
<property name="text">Gnucash will fill this text in based upon the previous choices.</property>
|
||||
<property name="text">GnuCash will fill this text in based upon the previous choices.</property>
|
||||
<signal name="prepare" handler="druid_gconf_finish_page_prepare" last_modification_time="Thu, 14 Jul 2005 04:54:49 GMT"/>
|
||||
<signal name="back" handler="druid_gconf_finish_page_back" last_modification_time="Thu, 14 Jul 2005 04:54:55 GMT"/>
|
||||
<signal name="finish" handler="druid_gconf_finish_page_finish" last_modification_time="Thu, 14 Jul 2005 04:55:11 GMT"/>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<glade-interface>
|
||||
<requires lib="gnome"/>
|
||||
|
||||
<widget class="GtkDialog" id="Gnucash Options">
|
||||
<property name="title" translatable="yes">Gnucash Options</property>
|
||||
<widget class="GtkDialog" id="GnuCash Options">
|
||||
<property name="title" translatable="yes">GnuCash Options</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
@@ -137,8 +137,8 @@
|
||||
</child>
|
||||
</widget>
|
||||
|
||||
<widget class="GtkDialog" id="Gnucash Preferences">
|
||||
<property name="title" translatable="yes">Gnucash Preferences</property>
|
||||
<widget class="GtkDialog" id="GnuCash Preferences">
|
||||
<property name="title" translatable="yes">GnuCash Preferences</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
@@ -1999,7 +1999,7 @@
|
||||
<child>
|
||||
<widget class="GtkCheckButton" id="gconf/general/register/use_theme_colors">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">If checked, the system color theme will be applied to register windows. If clear, the original gnucash register colors will be used.</property>
|
||||
<property name="tooltip" translatable="yes">If checked, the system color theme will be applied to register windows. If clear, the original GnuCash register colors will be used.</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">_Use system theme colors</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<widget class="GtkDialog" id="totd_dialog">
|
||||
<property name="border_width">6</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes">Gnucash Tip Of The Day</property>
|
||||
<property name="title" translatable="yes">GnuCash Tip Of The Day</property>
|
||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||
<property name="modal">False</property>
|
||||
|
||||
@@ -999,9 +999,9 @@ gnc_main_window_delete_event (GtkWidget *window,
|
||||
QofSession *session;
|
||||
GtkWidget *dialog;
|
||||
gint response;
|
||||
const gchar *title = _("Quit Gnucash?");
|
||||
const gchar *title = _("Quit GnuCash?");
|
||||
const gchar *message =_("You are attempting to close the last "
|
||||
"Gnucash window. Doing so will quit the "
|
||||
"GnuCash window. Doing so will quit the "
|
||||
"application. Are you sure that this is "
|
||||
"what you want to do?");
|
||||
|
||||
|
||||
@@ -85,11 +85,11 @@ gnc_show_splash_screen (void)
|
||||
vbox = gtk_vbox_new (FALSE, 3);
|
||||
#ifdef GNUCASH_SVN
|
||||
/* Development version */
|
||||
ver_string = g_strdup_printf(_("Version: Gnucash-%s svn (r%s built %s)"),
|
||||
ver_string = g_strdup_printf(_("Version: GnuCash-%s svn (r%s built %s)"),
|
||||
VERSION, GNUCASH_SVN_REV, GNUCASH_BUILD_DATE);
|
||||
#else
|
||||
/* Dist Tarball */
|
||||
ver_string = g_strdup_printf(_("Version: Gnucash-%s (r%s built %s)"),
|
||||
ver_string = g_strdup_printf(_("Version: GnuCash-%s (r%s built %s)"),
|
||||
VERSION, GNUCASH_SVN_REV, GNUCASH_BUILD_DATE);
|
||||
#endif
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ can_calc_value(FinCalcDialog *fcd, FinCalcValue value, int *error_item)
|
||||
{
|
||||
const char *missing = _("This program can only calculate one value at a time. "
|
||||
"You must enter values for all but one quantity.");
|
||||
const char *bad_exp = _("Gnucash cannot determine the value in one of the fields. "
|
||||
const char *bad_exp = _("GnuCash cannot determine the value in one of the fields. "
|
||||
"You must enter a valid expression.");
|
||||
const char *string;
|
||||
gnc_numeric nvalue;
|
||||
|
||||
@@ -77,8 +77,8 @@
|
||||
<locale name="C">
|
||||
<short>Automatically insert a decimal point</short>
|
||||
<long>
|
||||
If active, Gnucash will automatically insert a decimal point
|
||||
into values that are entered without one. Otherwise Gnucash
|
||||
If active, GnuCash will automatically insert a decimal point
|
||||
into values that are entered without one. Otherwise GnuCash
|
||||
will not modify entered numbers.
|
||||
</long>
|
||||
</locale>
|
||||
@@ -196,7 +196,7 @@
|
||||
This setting controls the source of the default currency for
|
||||
new accounts. If set to "locale" then GnuCash will retrieve
|
||||
the default currency from the user's locale setting. If set
|
||||
to "other", Gnucash will use the setting specified by the
|
||||
to "other", GnuCash will use the setting specified by the
|
||||
currency_other key.
|
||||
</long>
|
||||
</locale>
|
||||
@@ -440,7 +440,7 @@
|
||||
This setting controls the default currency used for
|
||||
reports. If set to "locale" then GnuCash will retrieve the
|
||||
default currency from the user's locale setting. If set to
|
||||
"other", Gnucash will use the setting specified by the
|
||||
"other", GnuCash will use the setting specified by the
|
||||
currency_other key.
|
||||
</long>
|
||||
</locale>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
This setting controls the type of starting date used in
|
||||
profit/loss calculations. If set to "absolute" then GnuCash
|
||||
will retrieve the starting date specified by the start_date
|
||||
key. If set to anything else, Gnucash will retrieve the
|
||||
key. If set to anything else, GnuCash will retrieve the
|
||||
starting date specified by the start_period key.
|
||||
</long>
|
||||
</locale>
|
||||
@@ -91,7 +91,7 @@
|
||||
This setting controls the type of ending date used in
|
||||
profit/loss calculations. If set to "absolute" then GnuCash
|
||||
will retrieve the ending date specified by the end_date
|
||||
key. If set to anything else, Gnucash will retrieve the
|
||||
key. If set to anything else, GnuCash will retrieve the
|
||||
ending date specified by the end_period key.
|
||||
</long>
|
||||
</locale>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label847715">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Please select or create an appropriate Gnucash account for:</property>
|
||||
<property name="label" translatable="yes">Please select or create an appropriate GnuCash account for:</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
||||
|
||||
@@ -388,7 +388,7 @@ Setup</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="position">GNOME_EDGE_FINISH</property>
|
||||
<property name="title" translatable="yes">HBCI Setup Finished</property>
|
||||
<property name="text" translatable="yes">Now the setup for all HBCI accounts that are matching to a Gnucash account is finished. You can now invoke HBCI actions on those accounts.
|
||||
<property name="text" translatable="yes">Now the setup for all HBCI accounts that are matching to a GnuCash account is finished. You can now invoke HBCI actions on those accounts.
|
||||
|
||||
If you want to add another HBCI bank, user, or account, you can start this druid again anytime.
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ static void gnc_plugin_log_replay_cmd_new_log_replay (GtkAction *action, GncMain
|
||||
|
||||
static GtkActionEntry gnc_plugin_actions [] = {
|
||||
{ "LogReplayAction", GTK_STOCK_CONVERT, N_("_Replay GnuCash .log file..."), NULL,
|
||||
N_("Replay a gnucash log file after a crash. This cannot be undone."),
|
||||
N_("Replay a GnuCash log file after a crash. This cannot be undone."),
|
||||
G_CALLBACK (gnc_plugin_log_replay_cmd_new_log_replay) },
|
||||
};
|
||||
static guint gnc_plugin_n_actions = G_N_ELEMENTS (gnc_plugin_actions);
|
||||
|
||||
@@ -287,13 +287,13 @@ int ofx_proc_transaction_cb(struct OfxTransactionData data, void * transaction_u
|
||||
g_free(tmp);
|
||||
}
|
||||
|
||||
PERR("WRITEME: Gnucash ofx_proc_transaction():Add PAYEE and ADRESS here once supported by libofx!\n");
|
||||
PERR("WRITEME: GnuCash ofx_proc_transaction():Add PAYEE and ADRESS here once supported by libofx!\n");
|
||||
|
||||
/* Ideally, gnucash should process the corrected transactions */
|
||||
if(data.fi_id_corrected_valid==true){
|
||||
PERR("WRITEME: Gnucash ofx_proc_transaction(): WARNING: This transaction corrected a previous transaction, but we created a new one instead!\n");
|
||||
PERR("WRITEME: GnuCash ofx_proc_transaction(): WARNING: This transaction corrected a previous transaction, but we created a new one instead!\n");
|
||||
tmp=notes;
|
||||
notes=g_strdup_printf("%s%s%s%s",tmp,"|This corrects transaction #",data.fi_id_corrected,"but Gnucash didn't process the correction!");
|
||||
notes=g_strdup_printf("%s%s%s%s",tmp,"|This corrects transaction #",data.fi_id_corrected,"but GnuCash didn't process the correction!");
|
||||
g_free(tmp);
|
||||
}
|
||||
xaccTransSetNotes(transaction, notes);
|
||||
|
||||
@@ -829,7 +829,7 @@ static GtkActionEntry report_actions[] =
|
||||
N_("Add the current report to the `Custom' menu for later use. "
|
||||
"The report will be saved in the file ~/.gnucash/saved-reports-2.0. "
|
||||
"It will be accessible as menu entry in the report menu at the "
|
||||
"next startup of gnucash."),
|
||||
"next startup of GnuCash."),
|
||||
G_CALLBACK(gnc_plugin_page_report_save_cb) },
|
||||
{ "ReportExportAction", GTK_STOCK_CONVERT, N_("Export _Report"), NULL,
|
||||
N_("Export HTML-formatted report to file"),
|
||||
|
||||
@@ -40,7 +40,7 @@ libgncmod_report_gnome_LTX_gnc_module_path(void) {
|
||||
|
||||
char *
|
||||
libgncmod_report_gnome_LTX_gnc_module_description(void) {
|
||||
return g_strdup("Gnome component of Gnucash report generation system");
|
||||
return g_strdup("Gnome component of GnuCash report generation system");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
@@ -35,7 +35,7 @@ libgncmod_report_system_LTX_gnc_module_path(void) {
|
||||
|
||||
char *
|
||||
libgncmod_report_system_LTX_gnc_module_description(void) {
|
||||
return g_strdup("Core components of Gnucash report generation system");
|
||||
return g_strdup("Core components of GnuCash report generation system");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user