summaryrefslogtreecommitdiff
path: root/wizards/source/depot/Lang_it.xba
diff options
context:
space:
mode:
authorVolker Ahrendt <va@openoffice.org>2002-11-21 12:26:55 +0000
committerVolker Ahrendt <va@openoffice.org>2002-11-21 12:26:55 +0000
commit387b6c3d36ad5c9eb58065a2e9afc50943cd11f4 (patch)
tree7ae279360c2a8d4b3bc49e3ce7689b7065097f1d /wizards/source/depot/Lang_it.xba
parent4ac0a6ee3f5ada7950df17787d4a9b3a99fdd0b3 (diff)
#102336# Replaced placeholder in BASIC.
Diffstat (limited to 'wizards/source/depot/Lang_it.xba')
-rw-r--r--wizards/source/depot/Lang_it.xba10
1 files changed, 8 insertions, 2 deletions
diff --git a/wizards/source/depot/Lang_it.xba b/wizards/source/depot/Lang_it.xba
index 5ad83ebc415b..1b49ae2b8a8d 100644
--- a/wizards/source/depot/Lang_it.xba
+++ b/wizards/source/depot/Lang_it.xba
@@ -9,7 +9,7 @@ Sub LoadItalianLanguage()
sCancel = &quot;Annulla&quot;
sColumnHeader = &quot;Intestazione colonna&quot;
sInsertStockName = &quot;Inserite un nome di azioni&quot;
- sTitle = &quot;&lt;PRODUCTNAME&gt;&lt;PRODUCTNAME&gt;: Gestione delle azioni&quot;
+ sTitle = &quot;&lt;PRODUCTNAME&gt;: Gestione delle azioni&quot;
sTitle = ReplaceString(sTitle, sProductName, &quot;&lt;PRODUCTNAME&gt;&quot;)
sMsgError = &quot;Errore dati immessi&quot;
sMsgNoName = sInsertStockname
@@ -45,7 +45,7 @@ Sub LoadItalianLanguage()
sNoInternetUpdate = &quot;Senza aggiornamento Internet&quot;
sMarketPlace = &quot;Borsa:&quot;
sNoInternetDataAvailable = &quot;Impossibile ricevere le quotazioni Internet&quot;
- sCheckInternetSettings = &quot;Possibili cause: &lt;BR&gt;le impostazioni Internet devono essere verificate. &lt;BR&gt;Avete indicato un &lt;SYMBOL&gt; errato per le azioni.&quot;
+ sCheckInternetSettings = &quot;Possibili cause: &lt;BR&gt; le impostazioni Internet devono essere modificate.&lt;BR&gt; Avete indicato un indice (ad es. simbolo o codice) errato per le azioni.&quot;
sCheckInternetSettings = ReplaceString(sCheckInternetSettings, chr(13), &quot;&lt;BR&gt;&quot;)
sMsgEndDatebeforeNow = &quot;La data finale dev&apos;essere anteriore alla data odierna.&quot;
@@ -63,6 +63,7 @@ Sub LoadItalianLanguage()
sMarket(0,7) = &quot;US&quot;
sMarket(0,8) = &quot;409&quot;
sMarket(0,9) = &quot;44&quot;
+ sMarket(0,10) = &quot;1&quot;
sMarket(1,0) = &quot;Euro&quot;
sMarket(1,1) = chr(8364)
@@ -73,6 +74,7 @@ Sub LoadItalianLanguage()
sMarket(1,7) = &quot;DE;NL;PT;GR&quot;
sMarket(1,8) = &quot;407;413;816;408&quot;
sMarket(1,9) = &quot;59/9&quot;
+ sMarket(1,10) = &quot;1&quot;
sMarket(2,0) = &quot;Sterlina inglese&quot;
sMarket(2,1) = &quot;£&quot;
@@ -83,6 +85,7 @@ Sub LoadItalianLanguage()
sMarket(2,7) = &quot;GB&quot;
sMarket(2,8) = &quot;809&quot;
sMarket(2,9) = &quot;44&quot;
+ sMarket(2,10) = &quot;1&quot;
sMarket(3,0) = &quot;Yen&quot;
sMarket(3,1) = &quot;¥&quot;
@@ -93,6 +96,7 @@ Sub LoadItalianLanguage()
sMarket(3,7) = &quot;JP&quot;
sMarket(3,8) = &quot;411&quot;
sMarket(3,9) = &quot;&quot;
+ sMarket(3,10) = &quot;&quot;
sMarket(4,0) = &quot;Dollaro Hong Kong&quot;
sMarket(4,1) = &quot;HK$&quot;
@@ -103,6 +107,7 @@ Sub LoadItalianLanguage()
sMarket(4,7) = &quot;HK&quot;
sMarket(4,8) = &quot;C04&quot;
sMarket(4,9) = &quot;44&quot;
+ sMarket(4,10) = &quot;1&quot;
sMarket(5,0) = &quot;Dollaro australiano&quot;
sMarket(5,1) = &quot;$&quot;
@@ -113,6 +118,7 @@ Sub LoadItalianLanguage()
sMarket(5,7) = &quot;AU&quot;
sMarket(5,8) = &quot;C09&quot;
sMarket(5,9) = &quot;44&quot;
+ sMarket(5,10) = &quot;1&quot;
&apos; ****************************End of the default subset*********************************
CompleteMarketList()