mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18n cleanup; improve wording to disambiguation the semantics of a bool checkbox.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13589 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
defef8df47
commit
60a2b55d60
@ -1333,16 +1333,22 @@ gtva_update_column_names (GncTreeView *view)
|
|||||||
mnemonic = gnc_commodity_get_mnemonic(gnc_default_report_currency());
|
mnemonic = gnc_commodity_get_mnemonic(gnc_default_report_currency());
|
||||||
|
|
||||||
gtva_update_column_name(priv->present_report_column,
|
gtva_update_column_name(priv->present_report_column,
|
||||||
|
/* Translators: %s is a currency mnemonic.*/
|
||||||
_("Present (%s)"), mnemonic);
|
_("Present (%s)"), mnemonic);
|
||||||
gtva_update_column_name(priv->balance_report_column,
|
gtva_update_column_name(priv->balance_report_column,
|
||||||
|
/* Translators: %s is a currency mnemonic.*/
|
||||||
_("Balance (%s)"), mnemonic);
|
_("Balance (%s)"), mnemonic);
|
||||||
gtva_update_column_name(priv->cleared_report_column,
|
gtva_update_column_name(priv->cleared_report_column,
|
||||||
|
/* Translators: %s is a currency mnemonic.*/
|
||||||
_("Cleared (%s)"), mnemonic);
|
_("Cleared (%s)"), mnemonic);
|
||||||
gtva_update_column_name(priv->reconciled_report_column,
|
gtva_update_column_name(priv->reconciled_report_column,
|
||||||
|
/* Translators: %s is a currency mnemonic.*/
|
||||||
_("Reconciled (%s)"), mnemonic);
|
_("Reconciled (%s)"), mnemonic);
|
||||||
gtva_update_column_name(priv->future_min_report_column,
|
gtva_update_column_name(priv->future_min_report_column,
|
||||||
|
/* Translators: %s is a currency mnemonic.*/
|
||||||
_("Future Minimum (%s)"), mnemonic);
|
_("Future Minimum (%s)"), mnemonic);
|
||||||
gtva_update_column_name(priv->total_report_column,
|
gtva_update_column_name(priv->total_report_column,
|
||||||
|
/* Translators: %s is a currency mnemonic.*/
|
||||||
_("Total (%s)"), mnemonic);
|
_("Total (%s)"), mnemonic);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -782,7 +782,7 @@ Unknown</property>
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkCheckButton" id="delete_manual">
|
<widget class="GtkCheckButton" id="delete_manual">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="tooltip" translatable="yes">Delete manually entered stock prices dated earlier than the specified date. By default, only stock prices added by Finance::Quote will be deleted.</property>
|
<property name="tooltip" translatable="yes">If activated, delete manually entered stock prices dated earlier than the specified date. Otherwise only stock prices added by Finance::Quote will be deleted.</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="label" translatable="yes">Delete _manually entered prices</property>
|
<property name="label" translatable="yes">Delete _manually entered prices</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
@ -805,7 +805,7 @@ Unknown</property>
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkCheckButton" id="delete_last">
|
<widget class="GtkCheckButton" id="delete_last">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="tooltip" translatable="yes">Delete all prices before the specified date. By default, the last stock price dated before the date will be kept and all earlier quotes deleted.</property>
|
<property name="tooltip" translatable="yes">If activated, delete all prices before the specified date. Otherwise the last stock price dated before the date will be kept and all earlier quotes deleted.</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="label" translatable="yes">Delete _last price for a stock</property>
|
<property name="label" translatable="yes">Delete _last price for a stock</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user