mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Mark forgotten strings for translation
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14677 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9f9dcbb5b9
commit
3fc7807fda
@ -164,11 +164,11 @@
|
||||
|
||||
(gnc:html-table-set-cell!
|
||||
html-table
|
||||
1 bgt-col "Bgt")
|
||||
1 bgt-col (_ "Bgt")) ;; Translators: Abbreviation for "Budget"
|
||||
|
||||
(gnc:html-table-set-cell!
|
||||
html-table
|
||||
1 act-col "Act")
|
||||
1 act-col (_ "Act")) ;; Translators: Abbreviation for "Actual"
|
||||
|
||||
(set! period (+ period 1))
|
||||
)
|
||||
@ -329,7 +329,7 @@
|
||||
)
|
||||
|
||||
(gnc:html-document-set-title!
|
||||
doc (sprintf #f (_ "%s - %s")
|
||||
doc (sprintf #f (_ "%s: %s")
|
||||
report-name (gnc:budget-get-name budget)))
|
||||
|
||||
(set! accounts (sort accounts account-full-name<?))
|
||||
|
Loading…
Reference in New Issue
Block a user