mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: Unify period labels; quote terms in a tooltip
This commit is contained in:
@@ -725,7 +725,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Set Review Created Transactions as the default in the Since Last Run dialog.</property>
|
||||
<property name="tooltip_text" translatable="yes">Set 'Review Created Transactions' as the default in the 'Since Last Run' dialog.</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
(vector 'WeekDelta (N_ "One Week"))
|
||||
(vector 'TwoWeekDelta (N_ "Two Weeks"))
|
||||
(vector 'MonthDelta (N_ "One Month"))
|
||||
(vector 'QuarterDelta (N_ "One Quarter"))
|
||||
(vector 'QuarterDelta (N_ "Quarter Year"))
|
||||
(vector 'HalfYearDelta (N_ "Half Year"))
|
||||
(vector 'YearDelta (N_ "One Year"))))))
|
||||
|
||||
|
||||
@@ -152,12 +152,12 @@ also show overall period profit & loss."))
|
||||
'disabled
|
||||
(list
|
||||
(vector 'disabled (G_ "Disabled"))
|
||||
(vector 'YearDelta (G_ "Year"))
|
||||
(vector 'YearDelta (G_ "One Year"))
|
||||
(vector 'HalfYearDelta (G_ "Half Year"))
|
||||
(vector 'QuarterDelta (G_ "Quarter"))
|
||||
(vector 'MonthDelta (G_ "Month"))
|
||||
(vector 'TwoWeekDelta (G_ "2Week"))
|
||||
(vector 'WeekDelta (G_ "Week")))
|
||||
(vector 'QuarterDelta (G_ "Quarter Year"))
|
||||
(vector 'MonthDelta (G_ "One Month"))
|
||||
(vector 'TwoWeekDelta (G_ "Two Weeks"))
|
||||
(vector 'WeekDelta (G_ "One Week")))
|
||||
#f
|
||||
(lambda (x)
|
||||
(let ((x (not (eq? x 'disabled))))
|
||||
|
||||
Reference in New Issue
Block a user