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_es" script:
language=
"StarBasic">Option Explicit
22 Sub LoadSpanishLanguage()
24 sProductname = GetProductname
25 sOK =
"~Aceptar
"
26 sCancel =
"Cancelar
"
27 sColumnHeader =
"Título de columna
"
28 sInsertStockName =
"Introduzca primero algunas acciones en su depósito.
"
29 sTitle =
"<PRODUCTNAME
>: Administración de acciones
"
30 sTitle = ReplaceString(sTitle, sProductName,
"<PRODUCTNAME
>")
31 sMsgError =
"Error de entrada
"
32 sMsgNoName = sInsertStockname
33 sMsgNoQuantity =
"Indique una cantidad mayor que
0"
34 sMsgNoDividend =
"Indique un dividendo por unidad o un dividendo total
"
35 sMsgNoExchangeRate =
"Indique aquí un cambio correcto (acción vieja -
> nueva acción)
"
36 sMsgNoValidExchangeDate =
"Indique una fecha correcta para el fraccionamiento de la acción.
"
37 sMsgWrongExchangeDate =
"El fraccionamiento no es posible porque existen transacciones después de la fecha de fraccionamiento.
"
38 sMsgSellTooMuch =
"No puede vender tantas acciones. Como máximo:
"
39 sMsgConfirm =
"Confirmación necesaria
"
40 sMsgFreeStock =
"¿Tiene previsto considerar acciones gratis?
"
41 sMsgTotalLoss =
"¿Tiene previsto introducir una pérdida total?
"
42 sMsgAuthorization =
"Pregunta de seguridad
"
43 sMsgDeleteAll =
"¿Desea borrar todos los movimientos y reiniciar el balance de depósito?
"
44 cSplit =
"Fraccionamiento el
"
45 sHistory =
"Historia
"
46 TransactTitle(
1) =
"Vender acciones
"
47 TransactTitle(
2) =
"Comprar acciones
"
48 StockRatesTitle(
1) =
"Pago de dividendos
"
49 StockRatesTitle(
2) =
"Fraccionamiento
"
50 StockRatesTitle(
3) = sHistory
51 sDepotCurrency =
"Moneda del depósito
"
52 sStockName =
"Nombre de la acción
"
53 TransactMode = LIFO
' Possible values:
"FIFO
" and
"LIFO
"
54 DateCellStyle =
"Resultado Fecha
"
55 CurrCellStyle =
"1"
56 sStartDate =
"Fecha de inicio:
"
57 sEndDate =
"Fecha final:
"
58 sStartUpWelcome =
"Esta plantilla le permite administrar eficientemente su depósito de acciones
"
59 sStartUpChooseMarket =
"Seleccione primero la moneda de referencia y la plaza bursátil para la actualización a través de Internet.
"
60 sStartUpHint =
"La función
<History
> está disponible únicamente para el mercado americano.
"
61 sStartupHint = ReplaceString(sStartUpHint, sHistory,
"<History
>")
62 sNoInternetUpdate =
"Sin actualización por Internet
"
63 sMarketPlace =
"Plaza bursátil:
"
64 sNoInternetDataAvailable =
"No se pudieron recibir las cotizaciones por Internet.
"
65 sCheckInternetSettings =
"Causas posibles:
<BR
> Debe comprobar la configuración de Internet.
<BR
> Ha indicado un código incorrecto (p.ej. número, símbolo, etc.) para la acción.
"
66 sCheckInternetSettings = ReplaceString(sCheckInternetSettings, chr(
13),
"<BR
>")
68 sMsgEndDatebeforeNow =
"La fecha final debe ser anterior a la fecha de hoy.
"
69 sMsgStartDatebeforeEndDate =
"La fecha inicial debe ser anterior a la fecha final.
"
71 sMarket(
0,
0) =
"Dólar estadounidense
"
72 sMarket(
0,
1) =
"$
"
73 sMarket(
0,
2) =
"Nueva York
"
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) =
"Símbolo
"
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) =
"Euro
"
86 sMarket(
1,
1) = chr(
8364)
87 sMarket(
1,
2) =
"Frankfurt
"
88 sMarket(
1,
3) =
"http://de.finance.yahoo.com/d/quotes.csv?s=
<StockID
>.F
&f=sl1t1c1ghpv
&e=.csv
"
89 sMarket(
1,
5) =
"Código
"
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) =
"Libra esterlina
"
97 sMarket(
2,
1) =
"£
"
98 sMarket(
2,
2) =
"Londres
"
99 sMarket(
2,
3) =
"http://uk.finance.yahoo.com/d/quotes.csv?s=
<StockID
>.L
&m=*
&f=sl1t1c1ghov
&e=.csv
"
100 sMarket(
2,
5) =
"Símbolo
"
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) =
"Yen japonés
"
108 sMarket(
3,
1) =
"¥
"
109 sMarket(
3,
2) =
"Tokio
"
110 sMarket(
3,
3) =
""
111 sMarket(
3,
5) =
"Código
"
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) =
"Dólar hongkonés
"
119 sMarket(
4,
1) =
"HK$
"
120 sMarket(
4,
2) =
"Hong Kong
"
121 sMarket(
4,
3) =
"http://hk.finance.yahoo.com/d/quotes.csv?s=
<StockID
>.HK
&f=sl1d1t1c1ohgv
&e=.csv
"
122 sMarket(
4,
5) =
"Número
"
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) =
"Dólar australiano
"
130 sMarket(
5,
1) =
"$
"
131 sMarket(
5,
2) =
"Sidney
"
132 sMarket(
5,
3) =
"http://au.finance.yahoo.com/d/quotes.csv?s=
<StockID
>&f=sl1d1t1c1ohgv
&e=.csv
"
133 sMarket(
5,
5) =
"Símbolo
"
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 =
"Cantidad
"
148 .lblRate.Label =
"Cotización
"
149 .lblDate.Label =
"Fecha de operación
"
150 .hlnCommission.Label =
"Otros gastos
"
151 .lblCommission.Label =
"Provisión
"
152 .lblMinimum.Label =
"Provisión mínima
"
153 .lblFix.Label =
"Cantidad fija/comisión
"
155 .cmdCancel.Label = sCancel
159 .optPerShare.Label =
"Dividendos/Acción
"
160 .optTotal.Label =
"Dividendos totales
"
161 .lblDividend.Label =
"Importe
"
162 .lblExchangeRate.Label =
"Cambio (vieja-
>nueva)
"
163 .lblColon.Label =
":
"
164 .lblDate.Label =
"Fecha de cambio:
"
165 .lblStockNames.Label = sStockname
166 .lblStartDate.Label = sStartDate
167 .lblEndDate.Label = sEndDate
168 .optDaily.Label =
"~Diario
"
169 .optWeekly.Label =
"~Semanal
"
170 .hlnInterval.Label =
"Periodo
"
172 .cmdCancel.Label = sCancel