1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE script:module PUBLIC
"-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
4 * This file is part of the LibreOffice project.
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 * This file incorporates work covered by the following license notice:
12 * Licensed to the Apache Software Foundation (ASF) under one or more
13 * contributor license agreements. See the NOTICE file distributed
14 * with this work for additional information regarding copyright
15 * ownership. The ASF licenses this file to you under the Apache
16 * License, Version 2.0 (the "License"); you may not use this file
17 * except in compliance with the License. You may obtain a copy of
18 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 <script:module xmlns:
script=
"http://openoffice.org/2000/script" script:
name=
"Lang_zh" script:
language=
"StarBasic">Option Explicit
22 Sub LoadChineseSimpleLanguage()
24 sProductname = GetProductname
26 sCancel =
"取消
"
27 sColumnHeader =
"列标题
"
28 sInsertStockName =
"请首先往您的帐号内输入一些股票名称!
"
29 sTitle =
"<PRODUCTNAME
>:股票管理
"
30 sTitle = ReplaceString(sTitle, sProductName,
"<PRODUCTNAME
>")
31 sMsgError =
"输入错误
"
32 sMsgNoName = sInsertStockname
33 sMsgNoQuantity =
"请输入大于
0的交易股数
"
34 sMsgNoDividend =
"请输入每股的红利金额或红利总额
"
35 sMsgNoExchangeRate =
"请输入一个正确的兑换率(旧股-
> 新股)。
"
36 sMsgNoValidExchangeDate =
"请输入拆股生效日期。
"
37 sMsgWrongExchangeDate =
"因为在拆股生效后已经进行了股票交易,所以无法拆股。
"
38 sMsgSellTooMuch =
"您最多能出售的股票数为:
"
39 sMsgConfirm =
"需要确认
"
40 sMsgFreeStock =
"您想要输入赠送股票?
"
41 sMsgTotalLoss =
"您想要输入总亏损值?
"
42 sMsgAuthorization =
"安全查询
"
43 sMsgDeleteAll =
"您要删除所有的交易信息并重新建立股票帐号一览表吗?
"
44 cSplit =
"股票拆股日期
"
45 sHistory =
"记录
"
46 TransactTitle(
1) =
"出售股票
"
47 TransactTitle(
2) =
"购买股票
"
48 StockRatesTitle(
1) =
"支付红利
"
49 StockRatesTitle(
2) =
"股票拆股
"
50 StockRatesTitle(
3) = sHistory
51 sDepotCurrency =
"股票交易的货币
"
52 sStockName =
"股票名称
"
53 TransactMode = LIFO
' Possible values:
"FIFO
" and
"LIFO
"
54 DateCellStyle =
"结果 日期
"
55 CurrCellStyle =
"1"
56 sStartDate =
"起始日期:
"
57 sEndDate =
"终止日期:
"
58 sStartUpWelcome =
"这个样式能够帮助您有效地管理自己的股票帐号
"
59 sStartUpChooseMarket =
"请首先选择采用的参考货币以及要直接用国际互联网来更新资料的证券交易所!
"
60 sStartUpHint =
"很遗憾,
<History
>功能仅可供美国市场使用!
"
61 sStartupHint = ReplaceString(sStartUpHint, sHistory,
"<History
>")
62 sNoInternetUpdate =
"不通过国际互联网更新
"
63 sMarketPlace =
"交易所:
"
64 sNoInternetDataAvailable =
"无法获得国际互联网上的行情!
"
65 sCheckInternetSettings =
"可能的原因是:
<BR
>您的国际互联网设定不正确,需要重新设定。
<BR
>输入了一个错误的股票号码。
"
66 sCheckInternetSettings = ReplaceString(sCheckInternetSettings, chr(
13),
"<BR
>")
68 sMsgEndDatebeforeNow =
"终止日期必须在今天之前!
"
69 sMsgStartDatebeforeEndDate =
"起始日期必须在终止日期之前!
"
71 sMarket(
0,
0) =
"美元
"
72 sMarket(
0,
1) =
"$
"
73 sMarket(
0,
2) =
"纽约
"
74 sMarket(
0,
3) =
"http://finance.yahoo.com/d/quotes.csv?s=
<StockID
>&f=sl1d1t1c1ohgv
&e=.csv
"
75 sMarket(
0,
4) =
"http://ichart.finance.yahoo.com/table.csv?
" &_
76 "s=
<StockID
>&d=
<EndMonth
>&e=
<EndDay
>&f=
<Endyear
>&g=d
&" &_
77 "a=
<StartMonth
>&b=
<StartDay
>&c=
<Startyear
>&ignore=.csv
"
78 sMarket(
0,
5) =
"图标
"
79 sMarket(
0,
6) =
"en
"
80 sMarket(
0,
7) =
"US
"
81 sMarket(
0,
8) =
"409"
82 sMarket(
0,
9) =
"44"
83 sMarket(
0,
10) =
"1"
85 sMarket(
1,
0) =
"欧元
"
86 sMarket(
1,
1) = chr(
8364)
87 sMarket(
1,
2) =
"法兰克福
"
88 sMarket(
1,
3) =
"http://de.finance.yahoo.com/d/quotes.csv?s=
<StockID
>.F
&f=sl1t1c1ghpv
&e=.csv
"
89 sMarket(
1,
5) =
"代码
"
90 sMarket(
1,
6) =
"de;nl;pt;el
"
91 sMarket(
1,
7) =
"DE;NL;PT;GR
"
92 sMarket(
1,
8) =
"407;
413;
816;
408"
93 sMarket(
1,
9) =
"59/
9"
94 sMarket(
1,
10) =
"1"
96 sMarket(
2,
0) =
"英镑
"
97 sMarket(
2,
1) =
"£
"
98 sMarket(
2,
2) =
"伦敦
"
99 sMarket(
2,
3) =
"http://uk.finance.yahoo.com/d/quotes.csv?s=
<StockID
>.L
&m=*
&f=sl1t1c1ghov
&e=.csv
"
100 sMarket(
2,
5) =
"股票代码
"
101 sMarket(
2,
6) =
"en
"
102 sMarket(
2,
7) =
"GB
"
103 sMarket(
2,
8) =
"809"
104 sMarket(
2,
9) =
"44"
105 sMarket(
2,
10) =
"1"
107 sMarket(
3,
0) =
"日元
"
108 sMarket(
3,
1) =
"¥
"
109 sMarket(
3,
2) =
"东京
"
110 sMarket(
3,
3) =
""
111 sMarket(
3,
5) =
"代码
"
112 sMarket(
3,
6) =
"ja
"
113 sMarket(
3,
7) =
"JP
"
114 sMarket(
3,
8) =
"411"
115 sMarket(
3,
9) =
""
116 sMarket(
3,
10) =
""
118 sMarket(
4,
0) =
"港币
"
119 sMarket(
4,
1) =
"HK$
"
120 sMarket(
4,
2) =
"香港
"
121 sMarket(
4,
3) =
"http://hk.finance.yahoo.com/d/quotes.csv?s=
<StockID
>.HK
&f=sl1d1t1c1ohgv
&e=.csv
"
122 sMarket(
4,
5) =
"编号
"
123 sMarket(
4,
6) =
"zh
"
124 sMarket(
4,
7) =
"HK
"
125 sMarket(
4,
8) =
"C04
"
126 sMarket(
4,
9) =
"44"
127 sMarket(
4,
10) =
"1"
129 sMarket(
5,
0) =
"澳元
"
130 sMarket(
5,
1) =
"$
"
131 sMarket(
5,
2) =
"悉尼
"
132 sMarket(
5,
3) =
"http://au.finance.yahoo.com/d/quotes.csv?s=
<StockID
>&f=sl1d1t1c1ohgv
&e=.csv
"
133 sMarket(
5,
5) =
"股票代码
"
134 sMarket(
5,
6) =
"en
"
135 sMarket(
5,
7) =
"AU
"
136 sMarket(
5,
8) =
"C09
"
137 sMarket(
5,
9) =
"44"
138 sMarket(
5,
10) =
"1"
140 ' ****************************End of the default subset*********************************
143 LocalizedCurrencies()
146 .lblStockNames.Label = sStockname
147 .lblQuantity.Label =
"数量
"
148 .lblRate.Label =
"股票牌价
"
149 .lblDate.Label =
"交易日期
"
150 .hlnCommission.Label =
"其它支出费用
"
151 .lblCommission.Label =
"手续费
"
152 .lblMinimum.Label =
"最低手续费
"
153 .lblFix.Label =
"固定金额/费用
"
155 .cmdCancel.Label = sCancel
159 .optPerShare.Label =
"每股红利
"
160 .optTotal.Label =
"红利总计
"
161 .lblDividend.Label =
"金额
"
162 .lblExchangeRate.Label =
"兑换率(旧-
>新)
"
163 .lblColon.Label =
":
"
164 .lblDate.Label =
"兑换日期:
"
165 .lblStockNames.Label = sStockname
166 .lblStartDate.Label = sStartDate
167 .lblEndDate.Label = sEndDate
168 .optDaily.Label =
"每天
"
169 .optWeekly.Label =
"每周
"
170 .hlnInterval.Label =
"时间周期
"
172 .cmdCancel.Label = sCancel