lots of help and other misc. fixes.

This commit is contained in:
Matthew Wilson 2005-12-03 20:07:04 +00:00
parent 16da1e3180
commit fc96c0bcfb
16 changed files with 476 additions and 597 deletions

View file

@ -3,106 +3,106 @@ package WebGUI::i18n::English::Asset_StockData;
our $I18N = {
'template_label' => {
message => q|Stock List Template|,
lastUpdated => 1121703035,
},
message => q|Stock List Template|,
lastUpdated => 1121703035,
},
'display_template_label' => {
message => q|Stock Display Template|,
lastUpdated => 1121703035,
},
message => q|Stock Display Template|,
lastUpdated => 1121703035,
},
'app_name' => {
message => q|Stock Data|,
lastUpdated => 1119068745
},
'default_stock_label' => {
message => q|Default Stocks|,
message => q|Default Stocks|,
lastUpdate => 1119068745
},
'default_stock_description' => {
message => q|Enter the default stocks you wish to show visitors and users who do not have their stock lists personalized. One stock symbol per line|,
message => q|Enter the default stocks you wish to show visitors and users who do not have their stock lists personalized. One stock symbol per line|,
lastUpdate => 1119068745
},
'edit_title' => {
message => q|Edit Stock List|,
message => q|Edit Stock List|,
lastUpdate => 1119068745
},
'add_button_label' => {
message => q|Add >>|,
message => q|Add >>|,
lastUpdate => 1119068745
},
'finish_button_label' => {
message => q|Finish|,
message => q|Finish|,
lastUpdate => 1119068745
},
'symbol_label' => {
message => q|Stock Symbol|,
message => q|Stock Symbol|,
lastUpdate => 1119068745
},
'symbol_header' => {
message => q|Stock Symbol List|,
message => q|Stock Symbol List|,
lastUpdate => 1119068745
},
'symbol_edit_label' => {
message => q|Add/Edit Stock Symbols|,
message => q|Add/Edit Stock Symbols|,
lastUpdate => 1119068745
},
'stock_source' => {
message => q|Primary Source|,
message => q|Primary Source|,
lastUpdate => 1119068745
},
'stock_source_description' => {
message => q|The Stock List application gets stock quotes from various internet sources. Choose the primary source you wish to have stocks returned from. Choosing the market most of your users will choose stocks from greatly improves the performance of stock retrieval|,
message => q|The Stock List application gets stock quotes from various internet sources. Choose the primary source you wish to have stocks returned from. Choosing the market most of your users will choose stocks from greatly improves the performance of stock retrieval|,
lastUpdate => 1119068745
},
'failover_label' => {
message => q|Use Multiple Sources|,
message => q|Use Multiple Sources|,
lastUpdate => 1119068745
},
'failover_description' => {
message => q|If this option is marked yes, all available stock sources will be searched (starting with the primary source). If marked no, only the primary source selected will be searched. This will reduce the number of available stocks available to your users, but will greatly improve the performance of stock retrieval.|,
message => q|If this option is marked yes, all available stock sources will be searched (starting with the primary source). If marked no, only the primary source selected will be searched. This will reduce the number of available stocks available to your users, but will greatly improve the performance of stock retrieval.|,
lastUpdate => 1119068745
},
'no_symbol' => {
message => q|Symbol %s could not be found from the list available market search sources.|,
message => q|Symbol %s could not be found from the list available market search sources.|,
lastUpdate => 1119068745
},
'no_symbol_error' => {
message => q|"You have not entered a stock symbol to add to your list"|,
message => q|"You have not entered a stock symbol to add to your list"|,
lastUpdate => 1119068745
},
'symbol_exists' => {
message => q|Symbol %s is already in your Stock List.|,
message => q|Symbol %s is already in your Stock List.|,
lastUpdate => 1119068745
},
'delete_confirm' => {
message => q|Are you sure you wish to remove %s from your Stock List?|,
message => q|Are you sure you wish to remove %s from your Stock List?|,
lastUpdate => 1119068745
},
#Help Messages
'help_add_edit_stocklist_title' => {
message => q|Stock List, Add/Edit|,
lastUpdated => 1066583066
},
'help_add_edit_stocklist_body' => {
message => q|<P>Stock Lists allow users to track stocks on your site. Data is retrieved from various sources on the internet and displayed in tabluar format. This application allows any registered user to configure stock lists as well as to set a default stock list for visitors or for users who have not configured one themselves<P>|,
lastUpdated => 1119066571,
@ -112,397 +112,397 @@ our $I18N = {
message => q|Select a template from the list to layout your Stock List. Each Stock List may only use templates with namespace "StockList".|,
lastUpdated => 1119066250
},
'display_template_label_description' => {
message => q|Select a template from the list to layout the display for individual Stocks. Stock List Display templates use templates with namespace "StockList/Display".|,
message => q|Select a template from the list to layout the display for individual Stocks. Stock List Display templates use templates with namespace "StockList/Display".|,
lastUpdated => 1119066250
},
'default_stock_label_description' => {
message => q|Enter a list of default stocks (one per line) to display in cases where the user is not logged in or the user has not personalized the Stock List|,
message => q|Enter a list of default stocks (one per line) to display in cases where the user is not logged in or the user has not personalized the Stock List|,
lastUpdated => 1119066250
},
'stock_source_description' => {
message => q|Choose the primary source from which to retrieve stocks. This is the first internet location the application will search. Choosing the source that contains stocks which the majority of your users will be watching greatly increases the performance of the Stock List.|,
message => q|Choose the primary source from which to retrieve stocks. This is the first internet location the application will search. Choosing the source that contains stocks which the majority of your users will be watching greatly increases the performance of the Stock List.|,
lastUpdated => 1119066250
},
'failover_label_description' => {
message => q|Choosing yes indicates that all available internet sources will be searched to find each stock. Choosing no restricts the search to your primary source. This greatly improves the performance of searchs, but limits your users to stocks available from only once source.|,
message => q|Choosing yes indicates that all available internet sources will be searched to find each stock. Choosing no restricts the search to your primary source. This greatly improves the performance of searchs, but limits your users to stocks available from only once source.|,
lastUpdated => 1119066250
},
'help_add_edit_stock_title' => {
message => q|Stock List, Add/Edit Stocks|,
message => q|Stock List, Add/Edit Stocks|,
lastUpdated => 1119066250
},
'help_add_edit_stock_description' => {
message => q|<p>The stock edit page allows you to customize your stock lists. Add to, remove from, and order your personalized list of stocks to display on the site</p>|,
message => q|<p>The stock edit page allows you to customize your stock lists. Add to, remove from, and order your personalized list of stocks to display on the site</p>|,
lastUpdated => 1119066250
},
'symbol_label_description' => {
message => q|Enter a valid stock symbol. If your symbol cannot be found, contact your administrator. It is likely that your site restricts stocks to a certain market (US market, European market, etc)|,
message => q|Enter a valid stock symbol. If your symbol cannot be found, contact your administrator. It is likely that your site restricts stocks to a certain market (US market, European market, etc)|,
lastUpdated => 1119066250
},
'help_stock_list_template' => {
message => q|Stock List Template|,
message => q|Stock List Template|,
lastUpdated => 1119066250
},
'help_stock_list_template_description' => {
message => q|<p>The following describes the list of available template variables for building StockList templates</p>
message => q|<p>The following describes the list of available template variables for building StockList templates</p>
<b>extrasFolder</b><br>
The url to the extras folder containing css files and images used by the Stock List application
<p>
<b>editUrl</b><br>
The url to the page where users can customize stocks
<p>
The url to the extras folder containing css files and images used by the Stock List application
<p>
<b>editUrl</b><br>
The url to the page where users can customize stocks
<p>
<b>isVisitor</b><br>
Whether or not the current user is a visitor. This returns true if the users is authenticated against the system
<p>
<b>isVisitor</b><br>
Whether or not the current user is a visitor. This returns true if the users is authenticated against the system
<p>
<b>stock.display.url</b><br>
General url to the page that displays details for individual stocks. A stock symbol must be added to the end of this url
<p>
<b>stock.display.url</b><br>
General url to the page that displays details for individual stocks. A stock symbol must be added to the end of this url
<p>
<b>lastUpdate.default</b><br>
default date and time format for the date and time stocks were updated by the returning sources
<p>
<b>lastUpdate.default</b><br>
default date and time format for the date and time stocks were updated by the returning sources
<p>
<b>lastUpdate.intl</b><br>
international date and time format for the date and time stocks were updated by the returning sources
<p>
<b>lastUpdate.intl</b><br>
international date and time format for the date and time stocks were updated by the returning sources
<p>
<b>lastUpdate.us</b><br>
US date and time format for the date and time stocks were updated by the returning sources
<p>
<b>lastUpdate.us</b><br>
US date and time format for the date and time stocks were updated by the returning sources
<p>
<b>stocks.loop</b><br>
Loop containing all default or personalized stocks
<p>
<b>stocks.loop</b><br>
Loop containing all default or personalized stocks
<p>
<dd><b>stocks.symbol</b><br>
<dd>Stock Symbol
<p>
<dd><b>stocks.symbol</b><br>
<dd>Stock Symbol
<p>
<dd><b>stocks.name</b><br>
<dd>Company or Mutual Fund Name
<p>
<dd><b>stocks.name</b><br>
<dd>Company or Mutual Fund Name
<p>
<dd><b>stocks.last</b><br>
<dd>Last Price
<p>
<dd><b>stocks.last</b><br>
<dd>Last Price
<p>
<dd><b>stocks.high</b><br>
<dd>Highest trade today
<p>
<dd><b>stocks.high</b><br>
<dd>Highest trade today
<p>
<dd><b>stocks.low</b><br>
<dd>Lowest trade today
<p>
<dd><b>stocks.low</b><br>
<dd>Lowest trade today
<p>
<dd><b>stocks.date</b><br>
<dd>Last Trade Date (MM/DD/YY format)
<p>
<dd><b>stocks.date</b><br>
<dd>Last Trade Date (MM/DD/YY format)
<p>
<dd><b>stocks.time</b><br>
<dd>Last Trade Time
<p>
<dd><b>stocks.time</b><br>
<dd>Last Trade Time
<p>
<dd><b>stocks.net</b><br>
<dd>Net Change
<p>
<dd><b>stocks.net</b><br>
<dd>Net Change
<p>
<dd><b>stocks.net.isDown</b><br>
<dd>Net Change is negative
<p>
<dd><b>stocks.net.isDown</b><br>
<dd>Net Change is negative
<p>
<dd><b>stocks.net.isUp</b><br>
<dd>Net Change is positive
<p>
<dd><b>stocks.net.isUp</b><br>
<dd>Net Change is positive
<p>
<dd><b>stocks.net.noChange</b><br>
<dd>Net Change is zero
<p>
<dd><b>stocks.net.noChange</b><br>
<dd>Net Change is zero
<p>
<dd><b>stocks.net.icon</b><br>
<dd>Icon associated with net change (up, down, even)
<p>
<dd><b>stocks.net.icon</b><br>
<dd>Icon associated with net change (up, down, even)
<p>
<dd><b>stocks.p_change</b><br>
<dd>Percent Change from previous day's close
<p>
<dd><b>stocks.p_change</b><br>
<dd>Percent Change from previous day's close
<p>
<dd><b>stocks.volume</b><br>
<dd>Day's Volume
<p>
<dd><b>stocks.volume</b><br>
<dd>Day's Volume
<p>
<dd><b>stocks.volume.millions</b><br>
<dd>Day's Volume In Millions
<p>
<dd><b>stocks.volume.millions</b><br>
<dd>Day's Volume In Millions
<p>
<dd><b>stocks.avg_vol</b><br>
<dd>Average Daily Vol
<p>
<dd><b>stocks.avg_vol</b><br>
<dd>Average Daily Vol
<p>
<dd><b>stocks.bid</b><br>
<dd>Bid
<p>
<dd><b>stocks.bid</b><br>
<dd>Bid
<p>
<dd><b>stocks.ask</b><br>
<dd>Ask
<p>
<dd><b>stocks.ask</b><br>
<dd>Ask
<p>
<dd><b>stocks.close</b><br>
<dd>Previous Close
<p>
<dd><b>stocks.close</b><br>
<dd>Previous Close
<p>
<dd><b>stocks.open</b><br>
<dd>Today's Open
<p>
<dd><b>stocks.open</b><br>
<dd>Today's Open
<p>
<dd><b>stocks.day_range</b><br>
<dd>Day's Range
<p>
<dd><b>stocks.day_range</b><br>
<dd>Day's Range
<p>
<dd><b>stocks.year_range</b><br>
<dd>52-Week Range
<p>
<dd><b>stocks.year_range</b><br>
<dd>52-Week Range
<p>
<dd><b>stocks.year_high</b><br>
<dd>52-Week High
<p>
<dd><b>stocks.year_high</b><br>
<dd>52-Week High
<p>
<dd><b>stocks.year_low</b><br>
<dd>52-Week Low
<p>
<dd><b>stocks.year_low</b><br>
<dd>52-Week Low
<p>
<dd><b>stocks.eps</b><br>
<dd>Earnings per Share
<p>
<dd><b>stocks.eps</b><br>
<dd>Earnings per Share
<p>
<dd><b>stocks.pe</b><br>
<dd>P/E Ratio
<p>
<dd><b>stocks.pe</b><br>
<dd>P/E Ratio
<p>
<dd><b>stocks.div_date</b><br>
<dd>Dividend Pay Date
<p>
<dd><b>stocks.div_date</b><br>
<dd>Dividend Pay Date
<p>
<dd><b>stocks.div</b><br>
<dd>Dividend per Share
<p>
<dd><b>stocks.div</b><br>
<dd>Dividend per Share
<p>
<dd><b>stocks.div_yield</b><br>
<dd>Dividend Yield
<p>
<dd><b>stocks.div_yield</b><br>
<dd>Dividend Yield
<p>
<dd><b>stocks.cap</b><br>
<dd>Market Capitalization
<p>
<dd><b>stocks.cap</b><br>
<dd>Market Capitalization
<p>
<dd><b>stocks.ex_div</b><br>
<dd>Ex-Dividend Date.
<p>
<dd><b>stocks.ex_div</b><br>
<dd>Ex-Dividend Date.
<p>
<dd><b>stocks.nav</b><br>
<dd>Net Asset Value
<p>
<dd><b>stocks.nav</b><br>
<dd>Net Asset Value
<p>
<dd><b>stocks.yield</b><br>
<dd>Yield (usually 30 day avg)
<p>
<dd><b>stocks.yield</b><br>
<dd>Yield (usually 30 day avg)
<p>
<dd><b>stocks.exchange</b><br>
<dd>The exchange the information was obtained from.
<p>
<dd><b>stocks.exchange</b><br>
<dd>The exchange the information was obtained from.
<p>
<dd><b>stocks.success</b><br>
<dd>Did the stock successfully return information? (true/false)
<p>
<dd><b>stocks.success</b><br>
<dd>Did the stock successfully return information? (true/false)
<p>
<dd><b>stocks.errormsg</b><br>
<dd>If success is false, this field may contain the reason why.
<p>
<dd><b>stocks.errormsg</b><br>
<dd>If success is false, this field may contain the reason why.
<p>
<dd><b>stocks.method</b><br>
<dd>The module (as could be passed to fetch) which found this information.
<p>
<dd><b>stocks.method</b><br>
<dd>The module (as could be passed to fetch) which found this information.
<p>
|,
lastUpdated => 1119066250
},
'help_stock_list_display_template' => {
message => q|Stock List Display Template|,
'help_stock_list_display_template' => {
message => q|Stock List Display Template|,
lastUpdated => 1119066250
},
'help_stock_list_display_template_description' => {
message => q|<p>The following describes the list of available template variables for building StockList templates</p>
message => q|<p>The following describes the list of available template variables for building StockList templates</p>
<b>extrasFolder</b><br>
The url to the extras folder containing css files and images used by the Stock List application
<p>
The url to the extras folder containing css files and images used by the Stock List application
<p>
<b>lastUpdate.intl</b><br>
international date and time format for the date and time stocks were updated by the returning sources
<p>
<b>lastUpdate.intl</b><br>
international date and time format for the date and time stocks were updated by the returning sources
<p>
<b>lastUpdate.us</b><br>
US date and time format for the date and time stocks were updated by the returning sources
<p>
<b>lastUpdate.us</b><br>
US date and time format for the date and time stocks were updated by the returning sources
<p>
<b>stocks.symbol</b><br>
Stock Symbol
<p>
<b>stocks.symbol</b><br>
Stock Symbol
<p>
<b>stocks.name</b><br>
Company or Mutual Fund Name
<p>
<b>stocks.name</b><br>
Company or Mutual Fund Name
<p>
<b>stocks.last</b><br>
Last Price
<p>
<b>stocks.last</b><br>
Last Price
<p>
<b>stocks.high</b><br>
Highest trade today
<p>
<b>stocks.high</b><br>
Highest trade today
<p>
<b>stocks.low</b><br>
Lowest trade today
<p>
<b>stocks.low</b><br>
Lowest trade today
<p>
<b>stocks.date</b><br>
Last Trade Date (MM/DD/YY format)
<p>
<b>stocks.date</b><br>
Last Trade Date (MM/DD/YY format)
<p>
<b>stocks.time</b><br>
Last Trade Time
<p>
<b>stocks.time</b><br>
Last Trade Time
<p>
<b>stocks.net</b><br>
Net Change
<p>
<b>stocks.net</b><br>
Net Change
<p>
<b>stocks.net.isDown</b><br>
Net Change is negative
<p>
<b>stocks.net.isDown</b><br>
Net Change is negative
<p>
<b>stocks.net.isUp</b><br>
Net Change is positive
<p>
<b>stocks.net.isUp</b><br>
Net Change is positive
<p>
<b>stocks.net.noChange</b><br>
Net Change is zero
<p>
<b>stocks.net.noChange</b><br>
Net Change is zero
<p>
<b>stocks.net.icon</b><br>
Icon associated with net change (up, down, even)
<p>
<b>stocks.net.icon</b><br>
Icon associated with net change (up, down, even)
<p>
<b>stocks.p_change</b><br>
Percent Change from previous day's close
<p>
<b>stocks.p_change</b><br>
Percent Change from previous day's close
<p>
<b>stocks.volume</b><br>
Day's Volume
<p>
<b>stocks.volume</b><br>
Day's Volume
<p>
<b>stocks.volume.millions</b><br>
Day's Volume In Millions
<p>
<b>stocks.volume.millions</b><br>
Day's Volume In Millions
<p>
<b>stocks.avg_vol</b><br>
Average Daily Vol
<p>
<b>stocks.avg_vol</b><br>
Average Daily Vol
<p>
<b>stocks.bid</b><br>
Bid
<p>
<b>stocks.bid</b><br>
Bid
<p>
<b>stocks.ask</b><br>
Ask
<p>
<b>stocks.ask</b><br>
Ask
<p>
<b>stocks.close</b><br>
Previous Close
<p>
<b>stocks.close</b><br>
Previous Close
<p>
<b>stocks.open</b><br>
Today's Open
<p>
<b>stocks.open</b><br>
Today's Open
<p>
<b>stocks.day_range</b><br>
Day's Range
<p>
<b>stocks.day_range</b><br>
Day's Range
<p>
<b>stocks.year_range</b><br>
52-Week Range
<p>
<b>stocks.year_range</b><br>
52-Week Range
<p>
<b>stocks.year_high</b><br>
52-Week High
<p>
<b>stocks.year_high</b><br>
52-Week High
<p>
<b>stocks.year_low</b><br>
52-Week Low
<p>
<b>stocks.year_low</b><br>
52-Week Low
<p>
<b>stocks.eps</b><br>
Earnings per Share
<p>
<b>stocks.eps</b><br>
Earnings per Share
<p>
<b>stocks.pe</b><br>
P/E Ratio
<p>
<b>stocks.pe</b><br>
P/E Ratio
<p>
<b>stocks.div_date</b><br>
Dividend Pay Date
<p>
<b>stocks.div_date</b><br>
Dividend Pay Date
<p>
<b>stocks.div</b><br>
Dividend per Share
<p>
<b>stocks.div</b><br>
Dividend per Share
<p>
<b>stocks.div_yield</b><br>
Dividend Yield
<p>
<b>stocks.div_yield</b><br>
Dividend Yield
<p>
<b>stocks.cap</b><br>
Market Capitalization
<p>
<b>stocks.cap</b><br>
Market Capitalization
<p>
<b>stocks.ex_div</b><br>
Ex-Dividend Date.
<p>
<b>stocks.ex_div</b><br>
Ex-Dividend Date.
<p>
<b>stocks.nav</b><br>
Net Asset Value
<p>
<b>stocks.nav</b><br>
Net Asset Value
<p>
<b>stocks.yield</b><br>
Yield (usually 30 day avg)
<p>
<b>stocks.yield</b><br>
Yield (usually 30 day avg)
<p>
<b>stocks.exchange</b><br>
The exchange the information was obtained from.
<p>
<b>stocks.exchange</b><br>
The exchange the information was obtained from.
<p>
<b>stocks.success</b><br>
Did the stock successfully return information? (true/false)
<p>
<b>stocks.success</b><br>
Did the stock successfully return information? (true/false)
<p>
<b>stocks.errormsg</b><br>
If success is false, this field may contain the reason why.
<p>
<b>stocks.errormsg</b><br>
If success is false, this field may contain the reason why.
<p>
<b>stocks.method</b><br>
The module (as could be passed to fetch) which found this information.
<p>
<b>stocks.method</b><br>
The module (as could be passed to fetch) which found this information.
<p>
|,
lastUpdated => 1119066250
},