diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-10-10 09:34:34 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-10-10 09:34:34 +0000 |
commit | 48ee8710d03719e0aec55d906c31276baf378fa5 (patch) | |
tree | 23ac61a5645b1faf4a086e92760dca0b02207eb9 /scaddins/source/analysis/analysis.src | |
parent | 066ba1afbd88dd69ac061b8580a90e59242624b2 (diff) |
#92918# DM or $ -> currency units
Diffstat (limited to 'scaddins/source/analysis/analysis.src')
-rw-r--r-- | scaddins/source/analysis/analysis.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src index d99a7fe46edf..bdb0e76ad5c7 100644 --- a/scaddins/source/analysis/analysis.src +++ b/scaddins/source/analysis/analysis.src @@ -2,9 +2,9 @@ * * $RCSfile: analysis.src,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: dr $ $Date: 2001-10-09 11:06:14 $ + * last change: $Author: dr $ $Date: 2001-10-10 10:34:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -13608,8 +13608,8 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS { String 1 // description Oddfprice { - Text = "Liefert den Kurs pro 100 DM Nennwert eines Wertpapiers mit einem unregelmigen ersten Zinstermin."; - Text[ english ] = "Returns the price of $100 face value of a security with an odd first period"; + Text = "Liefert den Kurs pro 100 Whrungseinheiten Nennwert eines Wertpapiers mit einem unregelmigen ersten Zinstermin."; + Text[ english ] = "Returns the price per 100 currency units face value of a security with an odd first period"; Text[ language_user1 ] = " "; Text[ english_us ] = "Returns the price per $100 face value of a security with an odd first period"; Text[ portuguese ] = "Devolve o preo por 100 euros do valor nominal de um ttulo com um primeiro perodo (curto ou longo) irregular."; @@ -14640,8 +14640,8 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS { String 1 // description Oddlprice { - Text = "Liefert den Kurs pro 100 DM Nennwert eines Wertpapiers mit einem unregelmigen letzten Zinstermin."; - Text[ english ] = "Returns the price of $100 face value of a security with an odd last period"; + Text = "Liefert den Kurs pro 100 Whrungseinheiten Nennwert eines Wertpapiers mit einem unregelmigen letzten Zinstermin."; + Text[ english ] = "Returns the price per 100 curreny units face value of a security with an odd last period"; Text[ language_user1 ] = " "; Text[ english_us ] = "Returns the price per $100 face value of a security with an odd last period"; Text[ portuguese ] = "Devolve o preo por 100 euros do valor nominal de um ttulo com um ltimo perodo de juros irregular."; |