mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #529816: Clarify i18n strings and comments concerning CUSIP and ISIN.
Patch by Frank H. Ellenberger. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17464 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -136,6 +136,7 @@ Glen Ditchfield <gjditchfield@acm.org> updated documentation
|
||||
Tyson Dowd <tyson@tyse.net> for config/make patches & debian maint
|
||||
Koen D'Hondt <ripley@xs4all.nl> for Solaris patches to XmHTML
|
||||
Bob Drzyzgula <bob@mostly.com> for budgeting design notes
|
||||
Frank H. Ellenberger <f.ellenberger@online.de> small things, usually germany related
|
||||
Volker Englisch <Volker@englisch.us> QA and testing
|
||||
Christoph Ernst <C.Ernst72@googlemail.com> Small bugfixes and minor enhancements
|
||||
Jonathan Ernst <jonathan@ernstfamily.ch> Translations
|
||||
|
||||
@@ -172,9 +172,13 @@ gnc_ui_select_commodity_modal_full(gnc_commodity * orig_sel,
|
||||
initial,
|
||||
fullname ? _("\nCommodity: ") : "",
|
||||
fullname ? fullname : "",
|
||||
cusip ? _("\nExchange code (CUSIP or similar): ") : "",
|
||||
/* 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. */
|
||||
cusip ? _("\nExchange code (ISIN, CUSIP or similar): ") : "",
|
||||
cusip ? cusip : "",
|
||||
mnemonic ? _("\nMnemonic(Ticker symbol or similar): ") : "",
|
||||
mnemonic ? _("\nMnemonic (Ticker symbol or similar): ") : "",
|
||||
mnemonic ? mnemonic : "");
|
||||
gtk_label_set_text ((GtkLabel *)(win->select_user_prompt),
|
||||
user_prompt_text);
|
||||
|
||||
@@ -815,7 +815,7 @@
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label811">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">CUSI_P or other code:</property>
|
||||
<property name="label" translatable="yes">ISIN, CUSI_P or other code:</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
||||
|
||||
@@ -421,7 +421,9 @@ gnc_tree_view_commodity_new (QofBook *book,
|
||||
GNC_TREE_MODEL_COMMODITY_COL_VISIBILITY,
|
||||
sort_by_commodity_string);
|
||||
col = gnc_tree_view_add_text_column (
|
||||
view, _("CUSIP code"), "cusip_code", NULL, "QWERTYUIOP",
|
||||
/* Translators: Again replace CUSIP by the name of your
|
||||
National Securities Identifying Number. */
|
||||
view, _("ISIN/CUSIP"), "cusip_code", NULL, "QWERTYUIOP",
|
||||
GNC_TREE_MODEL_COMMODITY_COL_CUSIP,
|
||||
GNC_TREE_MODEL_COMMODITY_COL_VISIBILITY,
|
||||
sort_by_commodity_string);
|
||||
|
||||
@@ -90,8 +90,8 @@
|
||||
<type>bool</type>
|
||||
<default>TRUE</default>
|
||||
<locale name="C">
|
||||
<short>Show the CUSIP Code (Exchange Specific Data) column</short>
|
||||
<long>Show the CUSIP Code (Exchange Specific Data) column</long>
|
||||
<short>Show the ISIN/CUSIP Code (Exchange Specific Data) column</short>
|
||||
<long>Show the ISIN/CUSIP Code (Exchange Specific Data) column</long>
|
||||
</locale>
|
||||
</schema>
|
||||
<schema>
|
||||
|
||||
Reference in New Issue
Block a user