Skip to content

Commit

Permalink
I18N: Add translator comment for "Shares"
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Feb 16, 2024
1 parent e49045e commit 41f03c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnucash/report/trep-engine.scm
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ be excluded from periodic reporting.")
;; other account name option appears here
(list (N_ "Use Full Other Account Name") "i" (G_ "Display the full account name?") #f)
(list (N_ "Other Account Code") "j" (G_ "Display the other account code?") #f)
;; Translators: The number of units of any kind of investment (shares, fonds, bonds, …)
(list (N_ "Shares") "k" (G_ "Display the number of shares?") #f)
(list (N_ "Link") "l5" (G_ "Display the transaction linked document") #f)
(list (N_ "Price") "l" (G_ "Display the shares price?") #f)
Expand Down

0 comments on commit 41f03c6

Please sign in to comment.