mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix minor I18n issues
Follow up of ec8fc42:
Empty strings should not be marked for translation.
Mark "Thank you ..." for translation
Unify "Thank you ..." between different invoices
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
(gnc:make-text-option
|
||||
(N_ "Text") (N_ "Extra Notes")
|
||||
"v" (N_ "Extra notes to put on the invoice (simple HTML is accepted).")
|
||||
(_ "Thank you for your patronage")))
|
||||
(_ "Thank you for your patronage!")))
|
||||
|
||||
(gnc:register-inv-option
|
||||
(gnc:make-string-option
|
||||
|
||||
@@ -344,7 +344,7 @@
|
||||
(gnc:make-text-option
|
||||
(N_ "Display") (N_ "Extra Notes")
|
||||
"u" (N_ "Extra notes to put on the invoice.")
|
||||
(_ "Thank you for your patronage")))
|
||||
(_ "Thank you for your patronage!")))
|
||||
|
||||
(gnc:register-inv-option
|
||||
(gnc:make-complex-boolean-option
|
||||
|
||||
@@ -329,7 +329,7 @@
|
||||
(gnc:make-text-option
|
||||
(N_ "Display") (N_ "Extra Notes")
|
||||
"u" (N_ "Extra notes to put on the invoice.")
|
||||
(_ "Thank you for your patronage")))
|
||||
(_ "Thank you for your patronage!")))
|
||||
|
||||
(gnc:register-inv-option
|
||||
(gnc:make-string-option
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
"a" "" (lambda () '())
|
||||
#f)) ;customers-only)) ;-- see above
|
||||
|
||||
(add-option (gnc:make-currency-option gnc:pagename-general optname-report-currency "b" "" (N_ "")))
|
||||
(add-option (gnc:make-currency-option gnc:pagename-general optname-report-currency "b" "" ""))
|
||||
|
||||
;; Elements page options
|
||||
(add-option (gnc:make-simple-boolean-option elementspage optname-col-date "a" (N_ "Display the date?") #t))
|
||||
@@ -240,7 +240,7 @@
|
||||
(add-option (gnc:make-text-option
|
||||
notespage optname-extra-notes "a"
|
||||
(_ "Notes added at end of invoice -- may contain HTML markup.")
|
||||
"Thank you for your patronage."))
|
||||
(_ "Thank you for your patronage!")))
|
||||
;(N_ "(Development version -- don't rely on the numbers on this report without double-checking them.<br>Change the 'Extra Notes' option to get rid of this message)")))
|
||||
|
||||
(add-option (gnc:make-text-option notespage optname-extra-css "b"
|
||||
|
||||
Reference in New Issue
Block a user