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:
Christian Stimming 2006-08-15 19:34:03 +00:00
parent 9f9dcbb5b9
commit 3fc7807fda

View File

@ -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<?))