mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge beaab58b72
into 5ce3a9dd1d
This commit is contained in:
commit
62c43e4db1
@ -268,9 +268,9 @@ static const TxnTypeVec long_types
|
||||
// Translators: this is a stock transaction describing a stock
|
||||
// split
|
||||
N_("Stock split"),
|
||||
N_("Company issues additional units, thereby reducing the stock price by a divisor "
|
||||
", while keeping the total monetary value of the overall investment constant. "
|
||||
"\n\nIf the split results in a cash in lieu for remainder units, please "
|
||||
N_("Company issues additional units, thereby reducing the stock price by a divisor, "
|
||||
"while keeping the total monetary value of the overall investment constant.\n\nIf "
|
||||
"the split results in a cash in lieu for remainder units, please "
|
||||
"record the sale using the Stock Transaction Assistant first, then record the split.")
|
||||
},
|
||||
{
|
||||
@ -310,8 +310,8 @@ static const TxnTypeVec short_types
|
||||
// Translators: this is a stock transaction describing cover
|
||||
// buying stock, and recording capital gain/loss
|
||||
N_("Buy to cover short"),
|
||||
N_("Buy back stock to cover short position, and record capital gain/loss. "
|
||||
"\n\nIf you are unable to calculate capital gains you can enter a placeholder "
|
||||
N_("Buy back stock to cover short position, and record capital gain/loss.\n\nIf "
|
||||
"you are unable to calculate capital gains you can enter a placeholder "
|
||||
"amount and correct it in the transaction later.")
|
||||
},
|
||||
{
|
||||
@ -395,8 +395,8 @@ static const TxnTypeVec short_types
|
||||
// split when shorting stock
|
||||
N_("Stock split"),
|
||||
N_("Company issues additional units, thereby reducing the stock price by a divisor, "
|
||||
"while keeping the total monetary value of the overall investment constant. "
|
||||
"\n\nIf the split results in a cash in lieu for remainder units, please "
|
||||
"while keeping the total monetary value of the overall investment constant.\n\nIf "
|
||||
"the split results in a cash in lieu for remainder units, please "
|
||||
"record the cover buy using the Stock Transaction Assistant first, then record the split.")
|
||||
},
|
||||
{
|
||||
|
@ -240,7 +240,7 @@ static GncToolBarShortNames toolbar_labels[] =
|
||||
/* Translators: This string is meant to be a short alternative for "Save Report Configuration As…"
|
||||
to be used as toolbar button label. */
|
||||
{ "ReportSaveAsAction", N_("Save Config As…") },
|
||||
{ "FilePrintPDFAction", N_("Make Pdf") },
|
||||
{ "FilePrintPDFAction", N_("Export as PDF") },
|
||||
{ nullptr, nullptr },
|
||||
};
|
||||
|
||||
|
@ -97,9 +97,9 @@ Select the type of Export required and the separator that will be used.
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Options</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -212,9 +212,9 @@ Select the type of Export required and the separator that will be used.
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Select Separator Character</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -268,9 +268,9 @@ Select the type of Export required and the separator that will be used.
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Accounts</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -410,9 +410,9 @@ Select the type of Export required and the separator that will be used.
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Date Range</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -190,7 +190,10 @@ There are two reserved names which can't be used to save custom settings:
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Load and Save Settings</b></property>
|
||||
<property name="label" translatable="yes">Load and Save Settings</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="track-visited-links">False</property>
|
||||
</object>
|
||||
@ -556,7 +559,10 @@ There are two reserved names which can't be used to save custom settings:
|
||||
<property name="can-focus">False</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>File Format</b></property>
|
||||
<property name="label" translatable="yes">File Format</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -778,7 +784,10 @@ For example
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Miscellaneous</b></property>
|
||||
<property name="label" translatable="yes">Miscellaneous</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -838,7 +847,10 @@ For example
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Commodity From</b></property>
|
||||
<property name="label" translatable="yes">Commodity From</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -884,9 +896,9 @@ For example
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Currency To</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -1011,8 +1023,11 @@ For example
|
||||
<object class="GtkLabel" id="finish_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Press "Apply" to add the Prices.
|
||||
"Cancel" to abort.</b></property>
|
||||
<property name="label" translatable="yes">Press "Apply" to add the Prices.
|
||||
"Cancel" to abort.</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="justify">center</property>
|
||||
<property name="wrap">True</property>
|
||||
|
@ -180,7 +180,10 @@ There are two reserved names which can't be used to save custom settings:
|
||||
<object class="GtkLabel" id="label12">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Load and Save Settings</b></property>
|
||||
<property name="label" translatable="yes">Load and Save Settings</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="track-visited-links">False</property>
|
||||
</object>
|
||||
@ -548,7 +551,10 @@ To know which lines belong to the same transaction, the importer will compare th
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="label" translatable="yes"><b>File Format</b></property>
|
||||
<property name="label" translatable="yes">File Format</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -781,7 +787,10 @@ For example
|
||||
<object class="GtkLabel" id="label13">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Miscellaneous</b></property>
|
||||
<property name="label" translatable="yes">Miscellaneous</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -812,7 +821,10 @@ For example
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Account</b></property>
|
||||
<property name="label" translatable="yes">Account</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -1059,13 +1071,13 @@ For example
|
||||
<property name="margin-end">12</property>
|
||||
<property name="label" translatable="yes">If you click "Next" Gnucash will perform a number of checks.
|
||||
|
||||
If one of those <i>checks fails</i> you'll be automatically redirected to the preview page to try and correct.
|
||||
If one of those "checks fails" you'll be automatically redirected to the preview page to try and correct.
|
||||
|
||||
On the following page you will be able to associate each transaction to a category.
|
||||
|
||||
If this is your <i>initial import into a new file</i>, you will first see a dialog for setting book options, since these can affect how imported data are converted to GnuCash transactions. If this is an existing file, the dialog will not be shown.
|
||||
If this is your "initial import into a new file", you will first see a dialog for setting book options, since these can affect how imported data are converted to GnuCash transactions. If this is an existing file, the dialog will not be shown.
|
||||
|
||||
If this is the <i>first time importing</i>, you will find that all lines may need to be associated. On subsequent imports, the importer will try to associate the transactions based on previous imports.
|
||||
If this is the "first time importing", you will find that all lines may need to be associated. On subsequent imports, the importer will try to associate the transactions based on previous imports.
|
||||
|
||||
The confidence of a correct association is displayed as a colored bar.
|
||||
|
||||
|
@ -159,7 +159,10 @@ Click 'Cancel' if you do not wish to create any new accounts now.</property>
|
||||
<object class="GtkLabel" id="label101">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Categories</b></property>
|
||||
<property name="label" translatable="yes">Categories</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -307,7 +310,10 @@ Click 'Cancel' if you do not wish to create any new accounts now.</property>
|
||||
<object class="GtkLabel" id="label103">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Category Description</b></property>
|
||||
<property name="label" translatable="yes">Category Description</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -374,9 +380,9 @@ Click 'Cancel' if you do not wish to create any new accounts now.</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes" comments="%s is an account template">Accounts in %s</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -418,9 +424,9 @@ Click 'Cancel' if you do not wish to create any new accounts now.</property>
|
||||
<property name="margin-start">6</property>
|
||||
<property name="margin-end">6</property>
|
||||
<property name="label" translatable="yes">Notes</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -531,9 +537,7 @@ Click 'Cancel' if you do not wish to create any new accounts now.</property>
|
||||
|
||||
Some accounts are marked as "Placeholder". Placeholder accounts are used to create a hierarchy of accounts and normally do not have transactions or opening balances. If you would like an account to be a placeholder account, click the checkbox for that account.
|
||||
|
||||
If you would like an account to have an opening balance, click on the row containing the account, then click on the opening balance field and enter the starting balance.
|
||||
|
||||
<b>Note:</b> all accounts except Equity and placeholder accounts may have an opening balance.</property>
|
||||
If you would like an account to have an opening balance, click on the row containing the account, then click on the opening balance field and enter the starting balance.</property>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="width-chars">75</property>
|
||||
@ -545,17 +549,52 @@ If you would like an account to have an opening balance, click on the row contai
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="margin-end">12</property>
|
||||
<property name="label" translatable="yes">Note:</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="margin-end">12</property>
|
||||
<property name="label" translatable="yes">All accounts except Equity and placeholder accounts may have an opening balance.</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow" id="final_account_tree_box">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="margin-end">12</property>
|
||||
<property name="margin-top">6</property>
|
||||
<property name="shadow-type">in</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">1</property>
|
||||
<property name="position">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
|
@ -216,7 +216,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc
|
||||
<property name="invisible-char">●</property>
|
||||
<property name="primary-icon-activatable">False</property>
|
||||
<property name="secondary-icon-activatable">False</property>
|
||||
<property name="secondary-icon-tooltip-text" translatable="yes">Enter the number of months still to be paid off. This determines both the remaining principle and the duration of the scheduled transaction.</property>
|
||||
<property name="secondary-icon-tooltip-text" translatable="yes">Enter the number of months still to be paid off. This determines both the remaining principal and the duration of the scheduled transaction.</property>
|
||||
<property name="climb-rate">1</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -545,7 +545,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc
|
||||
<property name="justify">center</property>
|
||||
<property name="wrap">True</property>
|
||||
<style>
|
||||
<class name="gnc-class-highlight"/>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1078,7 +1078,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Review the details below and if correct press "Apply"" to create the schedule.</property>
|
||||
<property name="label" translatable="yes">Review the details below and if correct press "Apply" to create the schedule.</property>
|
||||
<property name="justify">center</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -121,7 +121,10 @@ You will have the opportunity to load as many files as you wish, so don't worry
|
||||
<object class="GtkLabel" id="load_progress_primary">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label"><span weight="bold" size="larger">Primary text</span></property>
|
||||
<property name="label">Primary text</property>
|
||||
<style>
|
||||
<class name="gnc-class-title"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
@ -165,7 +168,10 @@ You will have the opportunity to load as many files as you wish, so don't worry
|
||||
<object class="GtkLabel" id="load_progress_sub">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label"><span style="italic">Sub-operation text</span></property>
|
||||
<property name="label">Sub-operation text</property>
|
||||
<style>
|
||||
<class name="gnc-class-emphasis"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
@ -941,9 +947,9 @@ In the following page, you will see the text that appears in the Payee and Memo
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Book Options</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -1063,7 +1069,10 @@ If you don't see your exchange listed, or none of the available choices are appr
|
||||
<object class="GtkLabel" id="convert_progress_primary">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label"><span weight="bold" size="larger">Primary text</span></property>
|
||||
<property name="label">Primary text</property>
|
||||
<style>
|
||||
<class name="gnc-class-title"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
@ -1107,7 +1116,10 @@ If you don't see your exchange listed, or none of the available choices are appr
|
||||
<object class="GtkLabel" id="convert_progress_sub">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label"><span style="italic">Sub-operation text</span></property>
|
||||
<property name="label">Sub-operation text</property>
|
||||
<style>
|
||||
<class name="gnc-class-emphasis"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
|
@ -343,7 +343,10 @@
|
||||
<object class="GtkLabel" id="income_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>_Income Account</b></property>
|
||||
<property name="label" translatable="yes">_Income Account</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
</object>
|
||||
@ -356,7 +359,10 @@
|
||||
<object class="GtkLabel" id="asset_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>A_sset Account</b></property>
|
||||
<property name="label" translatable="yes">A_sset Account</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
</object>
|
||||
|
@ -236,7 +236,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>S_ystem input encodings</b></property>
|
||||
<property name="label" translatable="yes">S_ystem input encodings</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">available_encs_view</property>
|
||||
@ -322,7 +325,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>_Custom encoding</b></property>
|
||||
<property name="label" translatable="yes">_Custom encoding</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">custom_enc_entry</property>
|
||||
@ -405,7 +411,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>_Selected encodings</b></property>
|
||||
<property name="label" translatable="yes">_Selected encodings</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">selected_encs_view</property>
|
||||
|
@ -34,9 +34,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">General</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -112,7 +112,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Invoices</b></property>
|
||||
<property name="label" translatable="yes">Invoices</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -189,7 +192,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Bills</b></property>
|
||||
<property name="label" translatable="yes">Bills</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -20,9 +20,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">QIF Import</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
|
@ -444,7 +444,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Sub-accounts</b></property>
|
||||
<property name="label" translatable="yes">Sub-accounts</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -551,9 +554,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Transactions</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -671,7 +674,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Sub-account Transactions</b></property>
|
||||
<property name="label" translatable="yes">Sub-account Transactions</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1192,9 +1198,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Identification</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -1703,9 +1709,9 @@ Clear the entry to have no warning.</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Balance Limit</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -1778,7 +1784,10 @@ Clear the entry to have no warning.</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="valign">start</property>
|
||||
<property name="label" translatable="yes"><b>Balance Information</b></property>
|
||||
<property name="label" translatable="yes">Balance Information</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1792,7 +1801,10 @@ Clear the entry to have no warning.</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Initial Balance Transfer</b></property>
|
||||
<property name="label" translatable="yes">Initial Balance Transfer</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -431,9 +431,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Terms</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -543,7 +543,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Term Definition</b></property>
|
||||
<property name="label" translatable="yes">Term Definition</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -841,7 +844,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Term Definition</b></property>
|
||||
<property name="label" translatable="yes">Term Definition</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1069,7 +1075,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>New Billing Term</b></property>
|
||||
<property name="label" translatable="yes">New Billing Term</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1084,7 +1093,10 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="margin-top">6</property>
|
||||
<property name="label" translatable="yes"><b>Term Definition</b></property>
|
||||
<property name="label" translatable="yes">Term Definition</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -25,9 +25,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Securities</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -212,7 +212,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Quote Source Information</b></property>
|
||||
<property name="label" translatable="yes">Quote Source Information</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -227,9 +230,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Security Information</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
|
@ -124,9 +124,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">1. Choose the file to import</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -189,7 +189,10 @@
|
||||
<object class="GtkLabel" id="label4">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>2. Select Import Type</b></property>
|
||||
<property name="label" translatable="yes">2. Select Import Type</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -308,9 +311,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">3. Select import options</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -351,9 +354,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">4. Preview</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
@ -47,9 +47,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Change Linked Document path head</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -596,9 +596,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">All Linked Documents</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -69,7 +69,10 @@
|
||||
<object class="GtkLabel" id="uri_type_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Data Format</b></property>
|
||||
<property name="label" translatable="yes">Data Format</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -137,7 +140,10 @@
|
||||
<object class="GtkLabel" id="label5">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>File</b></property>
|
||||
<property name="label" translatable="yes">File</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -278,7 +284,10 @@
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Database Connection</b></property>
|
||||
<property name="label" translatable="yes">Database Connection</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -183,7 +183,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Calculations</b></property>
|
||||
<property name="label" translatable="yes">Calculations</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -511,7 +514,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Payment Options</b></property>
|
||||
<property name="label" translatable="yes">Payment Options</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -631,7 +637,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Compounding</b></property>
|
||||
<property name="label" translatable="yes">Compounding</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="justify">right</property>
|
||||
</object>
|
||||
@ -648,9 +657,9 @@
|
||||
<property name="halign">start</property>
|
||||
<property name="margin-top">6</property>
|
||||
<property name="label" translatable="yes">Period</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
|
@ -94,9 +94,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="margin-bottom">6</property>
|
||||
<property name="label" translatable="yes">Search the Account List</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -103,7 +103,10 @@
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>What type of information to display?</b></property>
|
||||
<property name="label" translatable="yes">What type of information to display?</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -519,9 +519,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Colors</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -633,7 +633,10 @@
|
||||
<object class="GtkLabel" id="label847795">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Actions</b></property>
|
||||
<property name="label" translatable="yes">Actions</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -151,9 +151,9 @@
|
||||
<property name="label" translatable="yes">_Notes</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">lot_notes_text</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -190,7 +190,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>_Title</b></property>
|
||||
<property name="label" translatable="yes">_Title</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="justify">center</property>
|
||||
@ -220,7 +223,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>_Lots in This Account</b></property>
|
||||
<property name="label" translatable="yes">_Lots in This Account</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">lot_view</property>
|
||||
@ -301,7 +307,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Splits _free</b></property>
|
||||
<property name="label" translatable="yes">Splits _free</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">split_free_view</property>
|
||||
@ -356,7 +365,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Splits _in lot</b></property>
|
||||
<property name="label" translatable="yes">Splits _in lot</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">split_in_lot_view</property>
|
||||
|
@ -84,7 +84,10 @@
|
||||
<object class="GtkLabel" id="label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><span weight="bold" size="larger">Display Welcome Dialog Again?</span></property>
|
||||
<property name="label" translatable="yes">Display Welcome Dialog Again?</property>
|
||||
<style>
|
||||
<class name="gnc-class-title"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -98,7 +101,7 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="valign">start</property>
|
||||
<property name="label" translatable="yes">If you press the <i>Yes</i> button, the <i>Welcome to GnuCash</i> dialog will be displayed again next time you start GnuCash. If you press the <i>No</i> button, it will not be displayed again.</property>
|
||||
<property name="label" translatable="yes">If you press the "Yes" button, the "Welcome to GnuCash" dialog will be displayed again next time you start GnuCash. If you press the "No" button, it will not be displayed again.</property>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="width-chars">40</property>
|
||||
@ -207,7 +210,10 @@
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><span size="larger" weight="bold">Welcome to GnuCash!</span></property>
|
||||
<property name="label" translatable="yes">Welcome to GnuCash!</property>
|
||||
<style>
|
||||
<class name="gnc-class-title"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -227,7 +233,7 @@
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">There are some predefined actions available that most new users prefer to get started with GnuCash. Select one of these actions from below and click the <i>OK</i> button or press the <i>Cancel</i> button if you don't want to perform any of them.</property>
|
||||
<property name="label" translatable="yes">There are some predefined actions available that most new users prefer to get started with GnuCash. Select one of these actions from below and click the "OK" button or press the "Cancel" button if you don't want to perform any of them.</property>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="width-chars">50</property>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<property name="tooltip-markup">The company associated with this payment.</property>
|
||||
<property name="tooltip-text" translatable="yes">The company associated with this payment.</property>
|
||||
<property name="label" translatable="yes">Partner</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -205,9 +205,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Post To</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -333,9 +333,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Documents</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -417,9 +417,9 @@ In case of an over-payment or if no invoice was selected, GnuCash will automatic
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes">Amount</property>
|
||||
<property name="justify">right</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -660,9 +660,9 @@ In case of an over-payment or if no invoice was selected, GnuCash will automatic
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Transaction Details</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@ -696,9 +696,9 @@ In case of an over-payment or if no invoice was selected, GnuCash will automatic
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Transfer Account</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
@ -182,7 +182,10 @@
|
||||
<object class="GtkLabel" id="sep_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Separator Character</b></property>
|
||||
<property name="label" translatable="yes">Separator Character</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -326,7 +329,10 @@ Press 'Close' to return to the preference window
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Summarybar Content</b></property>
|
||||
<property name="label" translatable="yes">Summary Bar Content</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -376,9 +382,9 @@ Press 'Close' to return to the preference window
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Start Date</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -391,9 +397,9 @@ Press 'Close' to return to the preference window
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">End Date</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -596,7 +602,10 @@ Press 'Close' to return to the preference window
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Separator Character</b></property>
|
||||
<property name="label" translatable="yes">Separator Character</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -627,7 +636,10 @@ Press 'Close' to return to the preference window
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Labels</b></property>
|
||||
<property name="label" translatable="yes">Labels</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -707,7 +719,10 @@ Press 'Close' to return to the preference window
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Reverse Balanced Accounts</b></property>
|
||||
<property name="label" translatable="yes">Reverse Balanced Accounts</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -740,7 +755,10 @@ Press 'Close' to return to the preference window
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Default Currency</b></property>
|
||||
<property name="label" translatable="yes">Default Currency</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -814,9 +832,9 @@ Press 'Close' to return to the preference window
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Account Color</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -1019,9 +1037,9 @@ Press 'Close' to return to the preference window
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Fancy Date Format</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -1044,9 +1062,9 @@ Press 'Close' to return to the preference window
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Date Format</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -1058,7 +1076,10 @@ Press 'Close' to return to the preference window
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Time Format</b></property>
|
||||
<property name="label" translatable="yes">Time Format</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1099,7 +1120,10 @@ Press 'Close' to return to the preference window
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Date Completion</b></property>
|
||||
<property name="label" translatable="yes">Date Completion</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1212,7 +1236,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Numbers</b></property>
|
||||
<property name="label" translatable="yes">Numbers</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1407,9 +1434,9 @@ many months before the current month</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes" comments="Preferences Dialog, General Tab">General</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -1520,7 +1547,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>_Retain log/backup files</b></property>
|
||||
<property name="label" translatable="yes">_Retain log/backup files</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">pref/general/retain-days</property>
|
||||
@ -1553,7 +1583,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Files</b></property>
|
||||
<property name="label" translatable="yes">Files</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1586,7 +1619,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Search Dialog</b></property>
|
||||
<property name="label" translatable="yes">Search Dialog</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -1958,7 +1994,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Linked Files</b></property>
|
||||
<property name="label" translatable="yes">Linked Files</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -2096,9 +2135,9 @@ many months before the current month</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">General</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -2388,7 +2427,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Checks</b></property>
|
||||
<property name="label" translatable="yes">Checks</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -2501,7 +2543,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Actions</b></property>
|
||||
<property name="label" translatable="yes">Actions</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -2578,7 +2623,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Reconciling</b></property>
|
||||
<property name="label" translatable="yes">Reconciling</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -2655,7 +2703,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Graphics</b></property>
|
||||
<property name="label" translatable="yes">Graphics</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -2751,9 +2802,9 @@ many months before the current month</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Layout</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -2808,7 +2859,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Default Style</b></property>
|
||||
<property name="label" translatable="yes">Default Style</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -2831,7 +2885,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Other Defaults</b></property>
|
||||
<property name="label" translatable="yes">Other Defaults</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -3085,7 +3142,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Default Report Currency</b></property>
|
||||
<property name="label" translatable="yes">Default Report Currency</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -3108,7 +3168,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Location</b></property>
|
||||
<property name="label" translatable="yes">Location</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -3153,9 +3216,9 @@ many months before the current month</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Default zoom level</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -3287,7 +3350,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Window Geometry</b></property>
|
||||
<property name="label" translatable="yes">Window Geometry</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -3358,7 +3424,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Tab Position</b></property>
|
||||
<property name="label" translatable="yes">Tab Position</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -3447,7 +3516,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Summary Bar Position</b></property>
|
||||
<property name="label" translatable="yes">Summary Bar Position</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -3508,7 +3580,10 @@ many months before the current month</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Tabs</b></property>
|
||||
<property name="label" translatable="yes">Tabs</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -3709,9 +3784,9 @@ many months before the current month</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Online Quotes</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
|
@ -24,7 +24,10 @@
|
||||
<object class="GtkLabel" id="primary_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label"><span weight="bold" size="larger">Primary text</span></property>
|
||||
<property name="label">Primary text</property>
|
||||
<style>
|
||||
<class name="gnc-class-title"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
@ -68,7 +71,10 @@
|
||||
<object class="GtkLabel" id="sub_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label"><span style="italic">Sub-operation text</span></property>
|
||||
<property name="label">Sub-operation text</property>
|
||||
<style>
|
||||
<class name="gnc-class-emphasis"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
</object>
|
||||
|
@ -52,7 +52,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>A_vailable reports</b></property>
|
||||
<property name="label" translatable="yes">A_vailable reports</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="justify">center</property>
|
||||
@ -68,7 +71,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>_Selected Reports</b></property>
|
||||
<property name="label" translatable="yes">_Selected Reports</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="mnemonic-widget">contents_view</property>
|
||||
@ -299,7 +305,10 @@
|
||||
<object class="GtkLabel" id="label847671">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Available style sheets</b></property>
|
||||
<property name="label" translatable="yes">Available style sheets</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -379,7 +388,10 @@
|
||||
<object class="GtkLabel" id="label847672">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Style sheet options</b></property>
|
||||
<property name="label" translatable="yes">Style sheet options</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -756,7 +768,10 @@
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>New style sheet info</b></property>
|
||||
<property name="label" translatable="yes">New style sheet info</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -225,7 +225,10 @@
|
||||
<object class="GtkLabel" id="match_all_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Match all entries</b></property>
|
||||
<property name="label" translatable="yes">Match all entries</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -505,7 +505,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Since Last Run</b></property>
|
||||
<property name="label" translatable="yes">Since Last Run</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -528,7 +531,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Transaction Editor Defaults</b></property>
|
||||
<property name="label" translatable="yes">Transaction Editor Defaults</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -870,9 +876,9 @@
|
||||
<property name="label" translatable="yes">Name</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="justify">center</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -930,9 +936,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Options</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -1148,7 +1154,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Occurrences</b></property>
|
||||
<property name="label" translatable="yes">Occurrences</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -87,9 +87,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Income Tax Identity</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -243,7 +243,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>_Accounts</b></property>
|
||||
<property name="label" translatable="yes">_Accounts</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
</object>
|
||||
@ -455,7 +458,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Account Tax Information</b></property>
|
||||
<property name="label" translatable="yes">Account Tax Information</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -498,7 +504,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>_TXF Categories</b></property>
|
||||
<property name="label" translatable="yes">_TXF Categories</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
</object>
|
||||
@ -601,7 +610,10 @@
|
||||
<object class="GtkLabel" id="label847736">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Payer Name Source</b></property>
|
||||
<property name="label" translatable="yes">Payer Name Source</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -662,7 +674,10 @@
|
||||
<object class="GtkLabel" id="label847738">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Copy Number</b></property>
|
||||
<property name="label" translatable="yes">Copy Number</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -29,9 +29,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Tax Tables</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -139,7 +139,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Tax Table Entries</b></property>
|
||||
<property name="label" translatable="yes">Tax Table Entries</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -382,7 +385,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Tax Table Entry</b></property>
|
||||
<property name="label" translatable="yes">Tax Table Entry</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -397,9 +403,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Tax Table</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
|
@ -92,7 +92,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Tip of the Day</b></property>
|
||||
<property name="label" translatable="yes">Tip of the Day</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
</object>
|
||||
|
@ -77,7 +77,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Basic Information</b></property>
|
||||
<property name="label" translatable="yes">Basic Information</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
@ -271,9 +274,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Transfer From</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
@ -332,9 +335,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Transfer To</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">2</property>
|
||||
@ -488,7 +491,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes"><b>Currency Transfer</b></property>
|
||||
<property name="label" translatable="yes">Currency Transfer</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -638,9 +638,9 @@ If 0, all previous days included</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">New Transaction Information</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -68,7 +68,10 @@
|
||||
<property name="halign">start</property>
|
||||
<property name="margin-start">6</property>
|
||||
<property name="margin-end">6</property>
|
||||
<property name="label" translatable="yes"><b>Reconcile Information</b></property>
|
||||
<property name="label" translatable="yes">Reconcile Information</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
|
@ -20,9 +20,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="label" translatable="yes">Online Banking</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left-attach">0</property>
|
||||
|
@ -81,9 +81,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">Progress</property>
|
||||
<property name="xalign">0</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -208,7 +208,10 @@
|
||||
<object class="GtkLabel" id="label8877444">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes"><b>_Log Messages</b></property>
|
||||
<property name="label" translatable="yes">_Log Messages</property>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
<property name="use-markup">True</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="xalign">0</property>
|
||||
@ -368,9 +371,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">From</property>
|
||||
<property name="xalign">0</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -473,9 +476,9 @@
|
||||
<property name="can-focus">False</property>
|
||||
<property name="label" translatable="yes">To</property>
|
||||
<property name="xalign">0</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<style>
|
||||
<class name="gnc-class-strong"/>
|
||||
</style>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
@ -1727,7 +1730,7 @@
|
||||
<property name="model">imexporter-list</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="tooltip-text" translatable="yes">This list contains the file formats that AQBanking knows how to import. The profile list contains specializations and is populated according to which format you select in this list.</property>
|
||||
<property name="tooltip-text" translatable="yes">This list contains the file formats that AqBanking knows how to import. The profile list contains specializations and is populated according to which format you select in this list.</property>
|
||||
<child>
|
||||
<object class="GtkTreeViewColumn" id="imexporter-name">
|
||||
<property name="title" translatable="yes">File Format</property>
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
<menu id="FilePlaceholder1">
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">Import using AQBanking</attribute>
|
||||
<attribute name="label" translatable="yes">Import using AqBanking</attribute>
|
||||
<attribute name="action">gnc-plugin-aqbanking-actions.AQBankingImportAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Import into GnuCash any file format supported by AQBanking</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Import into GnuCash any file format supported by AqBanking</attribute>
|
||||
</item>
|
||||
</menu>
|
||||
|
||||
|
@ -191,7 +191,7 @@ gnc_plugin_bi_import_getFilename(GtkWindow *parent)
|
||||
gtk_file_filter_set_name (filter, "text files (*.txt)");
|
||||
gtk_file_filter_add_pattern (filter, "*.txt");
|
||||
filters = g_list_append( filters, filter );
|
||||
filename = gnc_file_dialog(parent, _("Import Bills or Invoices from csv"), filters, NULL, GNC_FILE_DIALOG_IMPORT);
|
||||
filename = gnc_file_dialog(parent, _("Import Bills or Invoices from CSV"), filters, NULL, GNC_FILE_DIALOG_IMPORT);
|
||||
|
||||
return filename;
|
||||
}
|
||||
|
@ -169,7 +169,7 @@ gnc_plugin_customer_import_getFilename (GtkWindow *parent)
|
||||
gtk_file_filter_add_pattern (filter, "*.txt");
|
||||
filters = g_list_append( filters, filter );
|
||||
filename = gnc_file_dialog(parent,
|
||||
_("Import Customers from csv"), filters, NULL, GNC_FILE_DIALOG_IMPORT);
|
||||
_("Import Customers from CSV"), filters, NULL, GNC_FILE_DIALOG_IMPORT);
|
||||
|
||||
return filename;
|
||||
}
|
||||
|
@ -480,7 +480,7 @@ for styling the invoice. Please see the exported report for the CSS class names.
|
||||
|
||||
(gnc-register-simple-boolean-option options
|
||||
(N_ "Display") (N_ "Use Detailed Tax Summary")
|
||||
"o" (N_ "Display all tax categories separately (one per line) instead of one single tax line.?") #f)
|
||||
"o" (N_ "Display all tax categories separately (one per line) instead of one single tax line?") #f)
|
||||
|
||||
(gnc-register-simple-boolean-option options
|
||||
(N_ "Display") (N_ "References")
|
||||
|
Loading…
Reference in New Issue
Block a user