mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
@@ -639,7 +639,7 @@ gnc_set_default_gain_loss_account_widget(gnc_commodity *commodity)
|
|||||||
{
|
{
|
||||||
book_currency_data->default_gain_loss_account_text =
|
book_currency_data->default_gain_loss_account_text =
|
||||||
gtk_label_new( _("Because no accounts have " \
|
gtk_label_new( _("Because no accounts have " \
|
||||||
"been set up yet,you will need to return to this " \
|
"been set up yet, you will need to return to this " \
|
||||||
"dialog (via File->Properties), after account setup, " \
|
"dialog (via File->Properties), after account setup, " \
|
||||||
"if you want to set a default gain/loss account.") );
|
"if you want to set a default gain/loss account.") );
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
</key>
|
</key>
|
||||||
<key name="migrate-prefs-done" type="b">
|
<key name="migrate-prefs-done" type="b">
|
||||||
<default>false</default>
|
<default>false</default>
|
||||||
<summary>Tool to migrate preferences from old backend (CGonf) to new one (GSettings) has run successfully.</summary>
|
<summary>Tool to migrate preferences from old backend (GConf) to new one (GSettings) has run successfully.</summary>
|
||||||
<description>GnuCash switched to another backend to store user preferences between 2.4 and 2.6. To smooth the transition, most preferences will be migrated the first time a 2.6 version of GnuCash is run. This migration should only run once. This preference keeps track whether or not this migration tool has run successfully.</description>
|
<description>GnuCash switched to another backend to store user preferences between 2.4 and 2.6. To smooth the transition, most preferences will be migrated the first time a 2.6 version of GnuCash is run. This migration should only run once. This preference keeps track whether or not this migration tool has run successfully.</description>
|
||||||
</key>
|
</key>
|
||||||
<key name="retain-type-never" type="b">
|
<key name="retain-type-never" type="b">
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ static const gchar *finish_trans_string = N_(
|
|||||||
|
|
||||||
static const gchar *finish_trans_search_gl_string = N_(
|
static const gchar *finish_trans_search_gl_string = N_(
|
||||||
/* Translators: %s is the file name string. */
|
/* Translators: %s is the file name string. */
|
||||||
"When you click 'Apply', the transactions will be exported to the file '%s.\n\n"
|
"When you click 'Apply', the transactions will be exported to the file '%s'.\n\n"
|
||||||
"You can also verify your selections by clicking on 'Back' or 'Cancel' to Abort Export.\n");
|
"You can also verify your selections by clicking on 'Back' or 'Cancel' to Abort Export.\n");
|
||||||
|
|
||||||
static const gchar *start_tree_string = N_(
|
static const gchar *start_tree_string = N_(
|
||||||
|
|||||||
Reference in New Issue
Block a user