mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798862 - Merge identical strings (bis)
Ensure similar strings are identical and use double line view instead of double line mode.
This commit is contained in:
parent
4e99731241
commit
1b3c693d7d
@ -45,7 +45,7 @@ N_( "Every transaction has a \"Notes\" field where you can put useful \
|
||||
information.\n\n\
|
||||
To make it visible\n\
|
||||
select \"View\" in the menu bar and check \"Double Line\" or\n\
|
||||
check \"Double Line Mode\" in Preferences:Register Defaults.")
|
||||
check \"Double Line View\" in Preferences:Register Defaults.")
|
||||
|
||||
N_( "To enter multiple-split transactions such as a paycheck with \
|
||||
multiple deductions, click the Split button in the tool bar. \
|
||||
|
@ -228,7 +228,7 @@
|
||||
<key name="num-source" type="b">
|
||||
<default>false</default>
|
||||
<summary>Set book option on new files to use split "action" field for "Num" field on registers/reports</summary>
|
||||
<description>If selected, the default book option for new files is set so that the 'Num' cell on registers shows/updates the split 'action' field and the transaction 'num' field is shown on the second line in double line mode (and is not visible in single line mode). Otherwise, the default book option for new files is set so that the 'Num' cell on registers shows/updates the transaction 'num' field.</description>
|
||||
<description>If selected, the default book option for new files is set so that the 'Num' cell on registers shows/updates the split 'action' field and the transaction 'num' field is shown on the second line in double line view (and is not visible if that's not set). Otherwise, the default book option for new files is set so that the 'Num' cell on registers shows/updates the transaction 'num' field.</description>
|
||||
</key>
|
||||
|
||||
<child name="register" schema="org.gnucash.GnuCash.general.register"/>
|
||||
@ -283,18 +283,18 @@
|
||||
</key>
|
||||
<key name="default-style-ledger" type="b">
|
||||
<default>true</default>
|
||||
<summary>Show all transactions on one line or in double line mode on two.</summary>
|
||||
<description>This field specifies the default view style when opening a new register window. Possible values are "ledger", "auto-ledger" and "journal". The "ledger" setting says to show each transaction on one or two lines. The "auto-ledger" setting does the same, but also expands only the current transaction to show all splits. The "journal" setting shows all transactions in expanded form.</description>
|
||||
<summary>Hide splits in all transactions.</summary>
|
||||
<description>This field specifies the default view style when opening a new register window. Possible values are "Basic ledger", "Auto-split ledger" and "Transaction journal". The "Basic ledger" setting says to show each transaction on one or two lines depending on whether Double line view is set. The "Auto-split ledger" setting does the same, but also expands only the current transaction to show all splits. The "Transaction journal" setting shows all transactions in expanded form.</description>
|
||||
</key>
|
||||
<key name="default-style-autoledger" type="b">
|
||||
<default>false</default>
|
||||
<summary>Automatically expand the current transaction to show all splits. All other transactions are shown on one line or in double line mode on two.</summary>
|
||||
<description>This field specifies the default view style when opening a new register window. Possible values are "ledger", "auto-ledger" and "journal". The "ledger" setting says to show each transaction on one or two lines. The "auto-ledger" setting does the same, but also expands only the current transaction to show all splits. The "journal" setting shows all transactions in expanded form.</description>
|
||||
<summary>Automatically expand the current transaction to show all splits. All other transactions are shown on one or two lines depending on whether Double line view is set.</summary>
|
||||
<description>This field specifies the default view style when opening a new register window. Possible values are "Basic ledger", "Auto-split ledger" and "Transaction journal". The "Basic ledger" setting says to show each transaction on one or two lines depending on whether Double line view is set. The "Auto-split ledger" setting does the same, but also expands only the current transaction to show all splits. The "Transaction journal" setting shows all transactions in expanded form.</description>
|
||||
</key>
|
||||
<key name="default-style-journal" type="b">
|
||||
<default>false</default>
|
||||
<summary>All transactions are expanded to show all splits.</summary>
|
||||
<description>This field specifies the default view style when opening a new register window. Possible values are "ledger", "auto-ledger" and "journal". The "ledger" setting says to show each transaction on one or two lines. The "auto-ledger" setting does the same, but also expands only the current transaction to show all splits. The "journal" setting shows all transactions in expanded form.</description>
|
||||
<description>This field specifies the default view style when opening a new register window. Possible values are "Basic ledger", "Auto-split ledger" and "Transaction journal". The "Basic ledger" setting says to show each transaction on one or two lines depending on whether Double line view is set. The "Auto-split ledger" setting does the same, but also expands only the current transaction to show all splits. The "Transaction journal" setting shows all transactions in expanded form.</description>
|
||||
</key>
|
||||
<key name="double-line-mode" type="b">
|
||||
<default>false</default>
|
||||
|
@ -1442,7 +1442,7 @@ many months before the current month</property>
|
||||
<property name="receives-default">False</property>
|
||||
<property name="has-tooltip">True</property>
|
||||
<property name="tooltip-markup">If selected, the default book option for new files is set so that the &quot;Num&quot; cell on registers shows/updates the split &quot;action&quot; field and the transaction &quot;num&quot; field is shown on the second line in double line view (and is not visible in single line mode). Otherwise, the default book option for new files is set so that the &quot;Num&quot; cell on registers shows/updates the transaction &quot;num&quot; field.</property>
|
||||
<property name="tooltip-text" translatable="yes">If selected, the default book option for new files is set so that the 'Num' cell on registers shows/updates the split 'action' field and the transaction 'num' field is shown on the second line in double line view (and is not visible in single line mode). Otherwise, the default book option for new files is set so that the 'Num' cell on registers shows/updates the transaction 'num' field.</property>
|
||||
<property name="tooltip-text" translatable="yes">If selected, the default book option for new files is set so that the 'Num' cell on registers shows/updates the split 'action' field and the transaction 'num' field is shown on the second line in double line view (and is not visible if that's not set). Otherwise, the default book option for new files is set so that the 'Num' cell on registers shows/updates the transaction 'num' field.</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="draw-indicator">True</property>
|
||||
@ -2846,8 +2846,8 @@ many months before the current month</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="receives-default">False</property>
|
||||
<property name="has-tooltip">True</property>
|
||||
<property name="tooltip-markup">Show all transactions on one line or in double line view on two.</property>
|
||||
<property name="tooltip-text" translatable="yes">Show all transactions on one line or in double line view on two.</property>
|
||||
<property name="tooltip-markup">Hide splits in all transactions.</property>
|
||||
<property name="tooltip-text" translatable="yes">Hide splits in all transactions.</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="active">True</property>
|
||||
@ -2865,8 +2865,8 @@ many months before the current month</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="receives-default">False</property>
|
||||
<property name="has-tooltip">True</property>
|
||||
<property name="tooltip-markup">Automatically expand the current transaction to show all splits. All other transactions are shown on one line or in double line view on two.</property>
|
||||
<property name="tooltip-text" translatable="yes">Automatically expand the current transaction to show all splits. All other transactions are shown on one line or in double line view on two.</property>
|
||||
<property name="tooltip-markup">Automatically expand the current transaction to show all splits. All other transactions are shown on one or two lines depending on whether Double line view is set.</property>
|
||||
<property name="tooltip-text" translatable="yes">Automatically expand the current transaction to show all splits. All other transactions are shown on one or two lines depending on whether Double line view is set.</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="draw-indicator">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user