xref: /trunk/main/wizards/source/depot/Lang_sv.xba (revision 3e02b54d)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
3*3e02b54dSAndrew Rist<!--***********************************************************
4*3e02b54dSAndrew Rist *
5*3e02b54dSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
6*3e02b54dSAndrew Rist * or more contributor license agreements.  See the NOTICE file
7*3e02b54dSAndrew Rist * distributed with this work for additional information
8*3e02b54dSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
9*3e02b54dSAndrew Rist * to you under the Apache License, Version 2.0 (the
10*3e02b54dSAndrew Rist * "License"); you may not use this file except in compliance
11*3e02b54dSAndrew Rist * with the License.  You may obtain a copy of the License at
12*3e02b54dSAndrew Rist *
13*3e02b54dSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14*3e02b54dSAndrew Rist *
15*3e02b54dSAndrew Rist * Unless required by applicable law or agreed to in writing,
16*3e02b54dSAndrew Rist * software distributed under the License is distributed on an
17*3e02b54dSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18*3e02b54dSAndrew Rist * KIND, either express or implied.  See the License for the
19*3e02b54dSAndrew Rist * specific language governing permissions and limitations
20*3e02b54dSAndrew Rist * under the License.
21*3e02b54dSAndrew Rist *
22*3e02b54dSAndrew Rist ***********************************************************-->
23cdf0e10cSrcweir<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_sv" script:language="StarBasic">Option Explicit
24cdf0e10cSrcweir
25cdf0e10cSrcweirSub LoadSwedishLanguage()
26cdf0e10cSrcweir	sProductname = GetProductname
27cdf0e10cSrcweir	sOK = &quot;~OK&quot;
28cdf0e10cSrcweir	sCancel = &quot;Avbryt&quot;
29cdf0e10cSrcweir	sColumnHeader = &quot;Kolumnhuvud&quot;
30cdf0e10cSrcweir	sInsertStockName = &quot;Infoga först några aktier i Din portfölj!&quot;
31cdf0e10cSrcweir	sTitle = &quot;&lt;PRODUCTNAME&gt;: Aktieförvaltning&quot;
32cdf0e10cSrcweir	sTitle = ReplaceString(sTitle, sProductName, &quot;&lt;PRODUCTNAME&gt;&quot;)
33cdf0e10cSrcweir	sMsgError = &quot;Inmatningsfel&quot;
34cdf0e10cSrcweir	sMsgNoName = sInsertStockname
35cdf0e10cSrcweir	sMsgNoQuantity = &quot;Var vänlig och mata in ett större antal än 0&quot;
36cdf0e10cSrcweir	sMsgNoDividend = &quot;Var vänlig och mata in utdelning per styck eller den totala utdelningen&quot;
37cdf0e10cSrcweir	sMsgNoExchangeRate = &quot;Var vänlig och mata in en korrekt omräkningskurs (gamla aktier -&gt; nya aktier).&quot;
38cdf0e10cSrcweir	sMsgNoValidExchangeDate = &quot;Var vänlig och mata in ett giltigt datum för aktiesplitten.&quot;
39cdf0e10cSrcweir	sMsgWrongExchangeDate = &quot;Split är inte möjlig eftersom det redan finns transaktioner efter splitdatum.&quot;
40cdf0e10cSrcweir	sMsgSellTooMuch = &quot;Så många aktier kan Du inte sälja. Maximum: &quot;
41cdf0e10cSrcweir	sMsgConfirm = &quot;Bekräftelse krävs&quot;
42cdf0e10cSrcweir	sMsgFreeStock = &quot;Avser Du att mata in gratisaktier?&quot;
43cdf0e10cSrcweir	sMsgTotalLoss = &quot;Avser Du att mata in en totalförlust?&quot;
44cdf0e10cSrcweir	sMsgAuthorization = &quot;Säkerhetskontroll&quot;
45cdf0e10cSrcweir	sMsgDeleteAll = &quot;Vill Du ta bort alla rörelser och återställa portföljöversikten?&quot;
46cdf0e10cSrcweir	cSplit = &quot;Aktiesplit den &quot;
47cdf0e10cSrcweir	sHistory = &quot;Historik&quot;
48cdf0e10cSrcweir	TransactTitle(1) = 	 &quot;Sälja aktier&quot;
49cdf0e10cSrcweir	TransactTitle(2) = &quot;Köpa aktier&quot;
50cdf0e10cSrcweir	StockRatesTitle(1) = &quot;Aktieutdelning&quot;
51cdf0e10cSrcweir	StockRatesTitle(2) = &quot;Aktiesplit&quot;
52cdf0e10cSrcweir	StockRatesTitle(3) = sHistory
53cdf0e10cSrcweir	sDepotCurrency = &quot;Portföljvaluta&quot;
54cdf0e10cSrcweir	sStockName = &quot;Aktienamn&quot;
55cdf0e10cSrcweir	TransactMode = LIFO	&apos; Possible values: &quot;FIFO&quot; and &quot;LIFO&quot;
56cdf0e10cSrcweir	DateCellStyle = &quot;Resultat datum&quot;
57cdf0e10cSrcweir	CurrCellStyle = &quot;1&quot;
58cdf0e10cSrcweir	sStartDate = &quot;Startdatum:&quot;
59cdf0e10cSrcweir	sEndDate = &quot;Slutdatum:&quot;
60cdf0e10cSrcweir	sStartUpWelcome = &quot;Med hjälp av den här mallen kan Du förvalta Din aktieportfölj effektivt&quot;
61cdf0e10cSrcweir	sStartUpChooseMarket = &quot;Välj först Din referensvaluta och därigenom börs för Internet-uppdateringen!&quot;
62cdf0e10cSrcweir	sStartUpHint = &quot;Tyvärr är &lt;History&gt;-funktionen bara tillgänglig för den amerikanska marknaden!&quot;
63cdf0e10cSrcweir	sStartupHint = ReplaceString(sStartUpHint, sHistory, &quot;&lt;History&gt;&quot;)
64cdf0e10cSrcweir	sNoInternetUpdate = &quot;utan Internet-uppdatering&quot;
65cdf0e10cSrcweir	sMarketPlace = &quot;Börs:&quot;
66cdf0e10cSrcweir	sNoInternetDataAvailable = &quot;Det gick inte att ta emot Internet-kurser!&quot;
67cdf0e10cSrcweir	sCheckInternetSettings = &quot;Detta kan bero på att: &lt;BR&gt; Dina Internet-inställningar måste ändras.&lt;BR&gt; Du har angivit ett felaktigt ID (t.ex. symbol, värdepappersnr.) för aktien.&quot;
68cdf0e10cSrcweir	sCheckInternetSettings = ReplaceString(sCheckInternetSettings, chr(13), &quot;&lt;BR&gt;&quot;)
69cdf0e10cSrcweir
70cdf0e10cSrcweir	sMsgEndDatebeforeNow = &quot;Slutdatum måste ligga före idag!&quot;
71cdf0e10cSrcweir	sMsgStartDatebeforeEndDate = &quot;Startdatum måste ligga före slutdatum!&quot;
72cdf0e10cSrcweir
73cdf0e10cSrcweir	sMarket(0,0) = &quot;Amerikansk dollar&quot;
74cdf0e10cSrcweir	sMarket(0,1) = &quot;$&quot;
75cdf0e10cSrcweir	sMarket(0,2) = &quot;New York&quot;
76cdf0e10cSrcweir	sMarket(0,3) = &quot;http://finance.yahoo.com/d/quotes.csv?s=&lt;StockID&gt;&amp;f=sl1d1t1c1ohgv&amp;e=.csv&quot;
77cdf0e10cSrcweir	sMarket(0,4) = &quot;http://ichart.finance.yahoo.com/table.csv?&quot; &amp;_
78cdf0e10cSrcweir				   &quot;s=&lt;StockID&gt;&amp;d=&lt;EndMonth&gt;&amp;e=&lt;EndDay&gt;&amp;f=&lt;Endyear&gt;&amp;g=d&amp;&quot; &amp;_
79cdf0e10cSrcweir				   &quot;a=&lt;StartMonth&gt;&amp;b=&lt;StartDay&gt;&amp;c=&lt;Startyear&gt;&amp;ignore=.csv&quot;
80cdf0e10cSrcweir	sMarket(0,5) = &quot;Symbol&quot;
81cdf0e10cSrcweir	sMarket(0,6) = &quot;en&quot;
82cdf0e10cSrcweir	sMarket(0,7) = &quot;US&quot;
83cdf0e10cSrcweir	sMarket(0,8) = &quot;409&quot;
84cdf0e10cSrcweir	sMarket(0,9) = &quot;44&quot;
85cdf0e10cSrcweir	sMarket(0,10) = &quot;1&quot;
86cdf0e10cSrcweir
87cdf0e10cSrcweir	sMarket(1,0) = &quot;Euro&quot;
88cdf0e10cSrcweir	sMarket(1,1) = chr(8364)
89cdf0e10cSrcweir	sMarket(1,2) = &quot;Frankfurt&quot;
90cdf0e10cSrcweir	sMarket(1,3) = &quot;http://de.finance.yahoo.com/d/quotes.csv?s=&lt;StockID&gt;.F&amp;f=sl1t1c1ghpv&amp;e=.csv&quot;
91cdf0e10cSrcweir	sMarket(1,5) = &quot;Värdepappersnr&quot;
92cdf0e10cSrcweir	sMarket(1,6) = &quot;de;nl;pt;el&quot;
93cdf0e10cSrcweir	sMarket(1,7) = &quot;DE;NL;PT;GR&quot;
94cdf0e10cSrcweir	sMarket(1,8) = &quot;407;413;816;408&quot;
95cdf0e10cSrcweir	sMarket(1,9) = &quot;59/9&quot;
96cdf0e10cSrcweir	sMarket(1,10) = &quot;1&quot;
97cdf0e10cSrcweir
98cdf0e10cSrcweir	sMarket(2,0) = &quot;Engelskt pund&quot;
99cdf0e10cSrcweir	sMarket(2,1) = &quot;£&quot;
100cdf0e10cSrcweir	sMarket(2,2) = &quot;London&quot;
101cdf0e10cSrcweir	sMarket(2,3) = &quot;http://uk.finance.yahoo.com/d/quotes.csv?s=&lt;StockID&gt;.L&amp;m=*&amp;f=sl1t1c1ghov&amp;e=.csv&quot;
102cdf0e10cSrcweir	sMarket(2,5) = &quot;Symbol&quot;
103cdf0e10cSrcweir	sMarket(2,6) = &quot;en&quot;
104cdf0e10cSrcweir	sMarket(2,7) = &quot;GB&quot;
105cdf0e10cSrcweir	sMarket(2,8) = &quot;809&quot;
106cdf0e10cSrcweir	sMarket(2,9) = &quot;44&quot;
107cdf0e10cSrcweir	sMarket(2,10) = &quot;1&quot;
108cdf0e10cSrcweir
109cdf0e10cSrcweir	sMarket(3,0) = &quot;Japansk yen&quot;
110cdf0e10cSrcweir	sMarket(3,1) = &quot;¥&quot;
111cdf0e10cSrcweir	sMarket(3,2) = &quot;Tokyo&quot;
112cdf0e10cSrcweir	sMarket(3,3) = &quot;&quot;
113cdf0e10cSrcweir	sMarket(3,5) = &quot;Kod&quot;
114cdf0e10cSrcweir	sMarket(3,6) = &quot;ja&quot;
115cdf0e10cSrcweir	sMarket(3,7) = &quot;JP&quot;
116cdf0e10cSrcweir	sMarket(3,8) = &quot;411&quot;
117cdf0e10cSrcweir	sMarket(3,9) = &quot;&quot;
118cdf0e10cSrcweir	sMarket(3,10) = &quot;&quot;
119cdf0e10cSrcweir
120cdf0e10cSrcweir	sMarket(4,0) = &quot;Hongkongdollar&quot;
121cdf0e10cSrcweir	sMarket(4,1) = &quot;HK$&quot;
122cdf0e10cSrcweir	sMarket(4,2) = &quot;Hongkong&quot;
123cdf0e10cSrcweir	sMarket(4,3) = &quot;http://hk.finance.yahoo.com/d/quotes.csv?s=&lt;StockID&gt;&amp;f=sl1d1t1c1ohgv&amp;e=.csv&quot;
124cdf0e10cSrcweir	sMarket(4,5) = &quot;Nummer&quot;
125cdf0e10cSrcweir	sMarket(4,6) = &quot;zh&quot;
126cdf0e10cSrcweir	sMarket(4,7) = &quot;HK&quot;
127cdf0e10cSrcweir	sMarket(4,8) = &quot;C04&quot;
128cdf0e10cSrcweir	sMarket(4,9) = &quot;44&quot;
129cdf0e10cSrcweir	sMarket(4,10) = &quot;1&quot;
130cdf0e10cSrcweir
131cdf0e10cSrcweir	sMarket(5,0) = &quot;Australisk dollar&quot;
132cdf0e10cSrcweir	sMarket(5,1) = &quot;$&quot;
133cdf0e10cSrcweir	sMarket(5,2) = &quot;Sydney&quot;
134cdf0e10cSrcweir	sMarket(5,3) = &quot;http://au.finance.yahoo.com/d/quotes.csv?s=&lt;StockID&gt;&amp;f=sl1d1t1c1ohgv&amp;e=.csv&quot;
135cdf0e10cSrcweir	sMarket(5,5) = &quot;Symbol&quot;
136cdf0e10cSrcweir	sMarket(5,6) = &quot;en&quot;
137cdf0e10cSrcweir	sMarket(5,7) = &quot;AU&quot;
138cdf0e10cSrcweir	sMarket(5,8) = &quot;C09&quot;
139cdf0e10cSrcweir	sMarket(5,9) = &quot;44&quot;
140cdf0e10cSrcweir	sMarket(5,10) = &quot;1&quot;
141cdf0e10cSrcweir
142cdf0e10cSrcweir&apos; ****************************End of the default subset*********************************
143cdf0e10cSrcweir	CompleteMarketList()
144cdf0e10cSrcweir
145cdf0e10cSrcweir	LocalizedCurrencies()
146cdf0e10cSrcweir
147cdf0e10cSrcweir	With TransactModel
148cdf0e10cSrcweir		.lblStockNames.Label = sStockname
149cdf0e10cSrcweir		.lblQuantity.Label = &quot;Antal&quot;
150cdf0e10cSrcweir		.lblRate.Label = &quot;Kurs&quot;
151cdf0e10cSrcweir		.lblDate.Label = &quot;Transaktionsdatum&quot;
152cdf0e10cSrcweir		.hlnCommission.Label = &quot;Övriga utgifter&quot;
153cdf0e10cSrcweir		.lblCommission.Label = &quot;Provision&quot;
154cdf0e10cSrcweir		.lblMinimum.Label = &quot;Minimiprovision&quot;
155cdf0e10cSrcweir		.lblFix.Label = &quot;Fast belopp/omkostnader&quot;
156cdf0e10cSrcweir		.cmdGoOn.Label = sOK
157cdf0e10cSrcweir		.cmdCancel.Label = sCancel
158cdf0e10cSrcweir	End With
159cdf0e10cSrcweir
160cdf0e10cSrcweir	With StockRatesModel
161cdf0e10cSrcweir		.optPerShare.Label = &quot;Utdelning per aktie&quot;
162cdf0e10cSrcweir		.optTotal.Label = &quot;Utdelning totalt&quot;
163cdf0e10cSrcweir		.lblDividend.Label = &quot;Belopp&quot;
164cdf0e10cSrcweir		.lblExchangeRate.Label = &quot;Omräkningskurs (gammal-&gt;ny)&quot;
165cdf0e10cSrcweir		.lblColon.Label = &quot;:&quot;
166cdf0e10cSrcweir		.lblDate.Label = &quot;Omräkningsdatum:&quot;
167cdf0e10cSrcweir		.lblStockNames.Label = sStockname
168cdf0e10cSrcweir		.lblStartDate.Label = sStartDate
169cdf0e10cSrcweir		.lblEndDate.Label = sEndDate
170cdf0e10cSrcweir		.optDaily.Label = &quot;~Dagligen&quot;
171cdf0e10cSrcweir		.optWeekly.Label = &quot;~Varje vecka&quot;
172cdf0e10cSrcweir		.hlnInterval.Label = &quot;Period&quot;
173cdf0e10cSrcweir		.cmdGoOn.Label = sOk
174cdf0e10cSrcweir		.cmdCancel.Label = sCancel
175cdf0e10cSrcweir	End With
176cdf0e10cSrcweirEnd Sub
177*3e02b54dSAndrew Rist</script:module>
178