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:
Frank H. Ellenberger
2015-03-20 22:00:32 +01:00
parent ca7935f4bd
commit 3f905e73c6
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@@ -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"