mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: Improve Translator comments about CUSIP
Only comments, no MsgIds wre changed
This commit is contained in:
parent
7d603e1d01
commit
5f2a2f4626
@ -169,7 +169,8 @@ gnc_ui_select_commodity_modal_full(gnc_commodity * orig_sel,
|
||||
/* Translators: Replace here and later CUSIP by the name of your local
|
||||
National Securities Identifying Number
|
||||
like gb:SEDOL, de:WKN, ch:Valorennummer, fr:SICOVAM ...
|
||||
See http://en.wikipedia.org/wiki/ISIN for hints. */
|
||||
See http://en.wikipedia.org/wiki/ISIN and
|
||||
https://en.wikipedia.org/wiki/National_numbering_agency for hints. */
|
||||
cusip ? _("\nExchange code (ISIN, CUSIP or similar): ") : "",
|
||||
cusip ? cusip : "",
|
||||
mnemonic ? _("\nMnemonic (Ticker symbol or similar): ") : "",
|
||||
|
@ -472,7 +472,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="label" translatable="yes">ISIN, CUSI_P or other code</property>
|
||||
<property name="label" translatable="yes" comments="Again replace CUSIP by your National Securities Identifying Number.">ISIN, CUSI_P or other code</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="justify">center</property>
|
||||
<property name="mnemonic_widget">code_entry</property>
|
||||
|
Loading…
Reference in New Issue
Block a user