office-gobmx/scaddins/source/analysis/analysis.src
2001-06-08 22:28:39 +00:00

16614 lines
710 KiB
Text
Raw Blame History

/*************************************************************************
*
* $RCSfile: analysis.src,v $
*
* $Revision: 1.5 $
*
* last change: $Author: obo $ $Date: 2001-06-08 23:28:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#include "analysis.hrc"
Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
{
Resource ANALYSIS_Workday
{
String 1 // description Workday
{
Text = "Liefert die fortlaufende Zahl des Datums, dass vor oder nach einer bestimmten Anzahl von Arbeitstagen liegt.";
Text[ english ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ portuguese ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ russian ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ greek ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ dutch ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ french ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ spanish ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ finnish ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ italian ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ danish ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ swedish ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ polish ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ portuguese_brazilian ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ japanese ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ korean ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ chinese_simplified ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ chinese_traditional ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ turkish ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ arabic ] = "Returns the serial number of the date before or after a specified number of workdays";
Text[ catalan ] = "Returns the serial number of the date before or after a specified number of workdays";
};
String 2 // name of parameter 1 Workday
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 3 // description of parameter 1 Workday
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 4 // name of parameter 2 Workday
{
Text = "Tage";
Text[ english ] = "Tage";
Text[ language_user1 ] = " ";
Text[ english_us ] = "days";
Text[ portuguese ] = "days";
Text[ russian ] = "days";
Text[ greek ] = "days";
Text[ dutch ] = "days";
Text[ french ] = "days";
Text[ spanish ] = "days";
Text[ finnish ] = "days";
Text[ italian ] = "days";
Text[ danish ] = "days";
Text[ swedish ] = "days";
Text[ polish ] = "days";
Text[ portuguese_brazilian ] = "days";
Text[ japanese ] = "days";
Text[ korean ] = "days";
Text[ chinese_simplified ] = "days";
Text[ chinese_traditional ] = "days";
Text[ turkish ] = "days";
Text[ arabic ] = "days";
Text[ catalan ] = "days";
};
String 5 // description of parameter 2 Workday
{
Text = "Anzahl Arbeitstage vor oder nach dem Ausgangsdatum.";
Text[ english ] = "Anzahl Arbeitstage vor oder nach dem Ausgangsdatum.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "days";
Text[ portuguese ] = "days";
Text[ russian ] = "days";
Text[ greek ] = "days";
Text[ dutch ] = "days";
Text[ french ] = "days";
Text[ spanish ] = "days";
Text[ finnish ] = "days";
Text[ italian ] = "days";
Text[ danish ] = "days";
Text[ swedish ] = "days";
Text[ polish ] = "days";
Text[ portuguese_brazilian ] = "days";
Text[ japanese ] = "days";
Text[ korean ] = "days";
Text[ chinese_simplified ] = "days";
Text[ chinese_traditional ] = "days";
Text[ turkish ] = "days";
Text[ arabic ] = "days";
Text[ catalan ] = "days";
};
String 6 // name of parameter 3 Workday
{
Text = "Freie Tage";
Text[ english ] = "Freie Tage";
Text[ language_user1 ] = " ";
Text[ english_us ] = "holidays";
Text[ portuguese ] = "holidays";
Text[ russian ] = "holidays";
Text[ greek ] = "holidays";
Text[ dutch ] = "holidays";
Text[ french ] = "holidays";
Text[ spanish ] = "holidays";
Text[ finnish ] = "holidays";
Text[ italian ] = "holidays";
Text[ danish ] = "holidays";
Text[ swedish ] = "holidays";
Text[ polish ] = "holidays";
Text[ portuguese_brazilian ] = "holidays";
Text[ japanese ] = "holidays";
Text[ korean ] = "holidays";
Text[ chinese_simplified ] = "holidays";
Text[ chinese_traditional ] = "holidays";
Text[ turkish ] = "holidays";
Text[ arabic ] = "holidays";
Text[ catalan ] = "holidays";
};
String 7 // description of parameter 3 Workday
{
Text = "Liste mit Datumswerten freier Tage (Urlaub, Feiertage, etc.).";
Text[ english ] = "Liste mit Datumswerten freier Tage (Urlaub, Feiertage, etc.).";
Text[ language_user1 ] = " ";
Text[ english_us ] = "holidays";
Text[ portuguese ] = "holidays";
Text[ russian ] = "holidays";
Text[ greek ] = "holidays";
Text[ dutch ] = "holidays";
Text[ french ] = "holidays";
Text[ spanish ] = "holidays";
Text[ finnish ] = "holidays";
Text[ italian ] = "holidays";
Text[ danish ] = "holidays";
Text[ swedish ] = "holidays";
Text[ polish ] = "holidays";
Text[ portuguese_brazilian ] = "holidays";
Text[ japanese ] = "holidays";
Text[ korean ] = "holidays";
Text[ chinese_simplified ] = "holidays";
Text[ chinese_traditional ] = "holidays";
Text[ turkish ] = "holidays";
Text[ arabic ] = "holidays";
Text[ catalan ] = "holidays";
};
};
Resource ANALYSIS_Yearfrac
{
String 1 // description Yearfrac
{
Text = "Berechnet die Differenz zwischen Ausgangsdatum und Enddatum als Bruchteil von Jahren.";
Text[ english ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ portuguese ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ russian ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ greek ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ dutch ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ french ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ spanish ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ finnish ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ italian ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ danish ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ swedish ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ polish ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ portuguese_brazilian ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ japanese ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ korean ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ chinese_simplified ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ chinese_traditional ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ turkish ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ arabic ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
Text[ catalan ] = "Returns the year fraction representing the number of whole days between start_date and end_date";
};
String 2 // name of parameter 1 Yearfrac
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 3 // description of parameter 1 Yearfrac
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 4 // name of parameter 2 Yearfrac
{
Text = "Enddatum";
Text[ english ] = "Enddatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "end date";
Text[ portuguese ] = "end date";
Text[ russian ] = "end date";
Text[ greek ] = "end date";
Text[ dutch ] = "end date";
Text[ french ] = "end date";
Text[ spanish ] = "end date";
Text[ finnish ] = "end date";
Text[ italian ] = "end date";
Text[ danish ] = "end date";
Text[ swedish ] = "end date";
Text[ polish ] = "end date";
Text[ portuguese_brazilian ] = "end date";
Text[ japanese ] = "end date";
Text[ korean ] = "end date";
Text[ chinese_simplified ] = "end date";
Text[ chinese_traditional ] = "end date";
Text[ turkish ] = "end date";
Text[ arabic ] = "end date";
Text[ catalan ] = "end date";
};
String 5 // description of parameter 2 Yearfrac
{
Text = "Enddatum";
Text[ english ] = "Enddatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "end date";
Text[ portuguese ] = "end date";
Text[ russian ] = "end date";
Text[ greek ] = "end date";
Text[ dutch ] = "end date";
Text[ french ] = "end date";
Text[ spanish ] = "end date";
Text[ finnish ] = "end date";
Text[ italian ] = "end date";
Text[ danish ] = "end date";
Text[ swedish ] = "end date";
Text[ polish ] = "end date";
Text[ portuguese_brazilian ] = "end date";
Text[ japanese ] = "end date";
Text[ korean ] = "end date";
Text[ chinese_simplified ] = "end date";
Text[ chinese_traditional ] = "end date";
Text[ turkish ] = "end date";
Text[ arabic ] = "end date";
Text[ catalan ] = "end date";
};
String 6 // name of parameter 3 Yearfrac
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "BASE";
Text[ portuguese ] = "BASE";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "BASE";
Text[ dutch ] = "basis";
Text[ french ] = "BASE";
Text[ spanish ] = "BASE";
Text[ finnish ] = "Kanta";
Text[ italian ] = "BASE";
Text[ danish ] = "basis";
Text[ swedish ] = "BAS";
Text[ polish ] = "BAZA";
Text[ portuguese_brazilian ] = "basis";
Text[ japanese ] = "<22><><EFBFBD>l";
Text[ korean ] = "BASE";
Text[ chinese_simplified ] = "BASE";
Text[ chinese_traditional ] = "BASE";
Text[ turkish ] = "Taban";
Text[ arabic ] = "BASE";
Text[ catalan ] = "basis";
};
String 7 // description of parameter 3 Yearfrac
{
Text = "Basis f<>r die Bestimmung der Zinstage";
Text[ english ] = "Basis f<>r die Bestimmung der Zinstage";
Text[ language_user1 ] = " ";
Text[ english_us ] = "BASE";
Text[ portuguese ] = "BASE";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "BASE";
Text[ dutch ] = "basis";
Text[ french ] = "BASE";
Text[ spanish ] = "BASE";
Text[ finnish ] = "Kanta";
Text[ italian ] = "BASE";
Text[ danish ] = "basis";
Text[ swedish ] = "BAS";
Text[ polish ] = "BAZA";
Text[ portuguese_brazilian ] = "basis";
Text[ japanese ] = "<22><><EFBFBD>l";
Text[ korean ] = "BASE";
Text[ chinese_simplified ] = "BASE";
Text[ chinese_traditional ] = "BASE";
Text[ turkish ] = "Taban";
Text[ arabic ] = "BASE";
Text[ catalan ] = "basis";
};
};
Resource ANALYSIS_Edate
{
String 1 // description Edate
{
Text = "Liefert die fortlaufende Zahl des Datums, das eine bestimmte Anzahl Monate vor bzw. nach dem Ausgangsdatum liegt.";
Text[ english ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ portuguese ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ russian ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ greek ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ dutch ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ french ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ spanish ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ finnish ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ italian ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ danish ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ swedish ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ polish ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ portuguese_brazilian ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ japanese ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ korean ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ chinese_simplified ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ chinese_traditional ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ turkish ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ arabic ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
Text[ catalan ] = "Returns the serial number of the date that is the indicated number of months before or after the start date";
};
String 2 // name of parameter 1 Edate
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 3 // description of parameter 1 Edate
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 4 // name of parameter 2 Edate
{
Text = "Monate";
Text[ english ] = "Monate";
Text[ language_user1 ] = " ";
Text[ english_us ] = "months";
Text[ portuguese ] = "months";
Text[ russian ] = "months";
Text[ greek ] = "months";
Text[ dutch ] = "months";
Text[ french ] = "months";
Text[ spanish ] = "months";
Text[ finnish ] = "months";
Text[ italian ] = "months";
Text[ danish ] = "months";
Text[ swedish ] = "months";
Text[ polish ] = "months";
Text[ portuguese_brazilian ] = "months";
Text[ japanese ] = "months";
Text[ korean ] = "months";
Text[ chinese_simplified ] = "months";
Text[ chinese_traditional ] = "months";
Text[ turkish ] = "months";
Text[ arabic ] = "months";
Text[ catalan ] = "months";
};
String 5 // description of parameter 2 Edate
{
Text = "Anzahl der Monate vor oder nach dem Ausgangsdatum.";
Text[ english ] = "Anzahl der Monate vor oder nach dem Ausgangsdatum.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "months";
Text[ portuguese ] = "months";
Text[ russian ] = "months";
Text[ greek ] = "months";
Text[ dutch ] = "months";
Text[ french ] = "months";
Text[ spanish ] = "months";
Text[ finnish ] = "months";
Text[ italian ] = "months";
Text[ danish ] = "months";
Text[ swedish ] = "months";
Text[ polish ] = "months";
Text[ portuguese_brazilian ] = "months";
Text[ japanese ] = "months";
Text[ korean ] = "months";
Text[ chinese_simplified ] = "months";
Text[ chinese_traditional ] = "months";
Text[ turkish ] = "months";
Text[ arabic ] = "months";
Text[ catalan ] = "months";
};
};
Resource ANALYSIS_Weeknum_add
{
String 1 // description Weeknum_add
{
Text = "Liefert eine Zahl, die angibt, in welche Woche eines Jahres das angegebene Datum f<>llt.";
Text[ english ] = "Returns the week number in year";
};
String 2 // name of parameter 1 Weeknum_add
{
Text = "Datum";
Text[ english ] = "Datum";
};
String 3 // description of parameter 1 Weeknum_add
{
Text = "Datum";
Text[ english ] = "Datum";
};
String 4 // name of parameter 2 Weeknum_add
{
Text = "R<>ckgabetyp";
Text[ english ] = "R<>ckgabetyp";
};
String 5 // description of parameter 2 Weeknum_add
{
Text = "Eine Zahl von 1 bis 3, die angibt, mit welchem Tag eine Woche beginnt.";
Text[ english ] = "Eine Zahl von 1 bis 3, die angibt, mit welchem Tag eine Woche beginnt.";
};
};
Resource ANALYSIS_EoMonth
{
String 1 // description EoMonth
{
Text = "Liefert die fortlaufende Zahl des Datums, das den letzten Tag des Monats representiert, der eine bestimmte Anzahl von Monaten vor oder nach dem Ausgangsdatum liegt.";
Text[ english ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ portuguese ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ russian ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ greek ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ dutch ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ french ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ spanish ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ finnish ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ italian ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ danish ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ swedish ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ polish ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ portuguese_brazilian ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ japanese ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ korean ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ chinese_simplified ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ chinese_traditional ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ turkish ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ arabic ] = "Returns the serial number of the last day of the month before or after a specified number of months";
Text[ catalan ] = "Returns the serial number of the last day of the month before or after a specified number of months";
};
String 2 // name of parameter 1 EoMonth
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 3 // description of parameter 1 EoMonth
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 4 // name of parameter 2 EoMonth
{
Text = "Monate";
Text[ english ] = "Monate";
Text[ language_user1 ] = " ";
Text[ english_us ] = "months";
Text[ portuguese ] = "months";
Text[ russian ] = "months";
Text[ greek ] = "months";
Text[ dutch ] = "months";
Text[ french ] = "months";
Text[ spanish ] = "months";
Text[ finnish ] = "months";
Text[ italian ] = "months";
Text[ danish ] = "months";
Text[ swedish ] = "months";
Text[ polish ] = "months";
Text[ portuguese_brazilian ] = "months";
Text[ japanese ] = "months";
Text[ korean ] = "months";
Text[ chinese_simplified ] = "months";
Text[ chinese_traditional ] = "months";
Text[ turkish ] = "months";
Text[ arabic ] = "months";
Text[ catalan ] = "months";
};
String 5 // description of parameter 2 EoMonth
{
Text = "Anzahl der Monate vor oder nach dem Ausgangsdatum";
Text[ english ] = "Anzahl der Monate vor oder nach dem Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "months";
Text[ portuguese ] = "months";
Text[ russian ] = "months";
Text[ greek ] = "months";
Text[ dutch ] = "months";
Text[ french ] = "months";
Text[ spanish ] = "months";
Text[ finnish ] = "months";
Text[ italian ] = "months";
Text[ danish ] = "months";
Text[ swedish ] = "months";
Text[ polish ] = "months";
Text[ portuguese_brazilian ] = "months";
Text[ japanese ] = "months";
Text[ korean ] = "months";
Text[ chinese_simplified ] = "months";
Text[ chinese_traditional ] = "months";
Text[ turkish ] = "months";
Text[ arabic ] = "months";
Text[ catalan ] = "months";
};
};
Resource ANALYSIS_Networkdays
{
String 1 // description Networkdays
{
Text = "Liefert die Anzahl Tage in einem Zeitintervall";
Text[ english ] = "Returns the number of whole workdays between to dates";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the number of whole workdays between to dates";
Text[ portuguese ] = "Returns the number of whole workdays between to dates";
Text[ russian ] = "Returns the number of whole workdays between to dates";
Text[ greek ] = "Returns the number of whole workdays between to dates";
Text[ dutch ] = "Returns the number of whole workdays between to dates";
Text[ french ] = "Returns the number of whole workdays between to dates";
Text[ spanish ] = "Returns the number of whole workdays between to dates";
Text[ finnish ] = "Returns the number of whole workdays between to dates";
Text[ italian ] = "Returns the number of whole workdays between to dates";
Text[ danish ] = "Returns the number of whole workdays between to dates";
Text[ swedish ] = "Returns the number of whole workdays between to dates";
Text[ polish ] = "Returns the number of whole workdays between to dates";
Text[ portuguese_brazilian ] = "Returns the number of whole workdays between to dates";
Text[ japanese ] = "Returns the number of whole workdays between to dates";
Text[ korean ] = "Returns the number of whole workdays between to dates";
Text[ chinese_simplified ] = "Returns the number of whole workdays between to dates";
Text[ chinese_traditional ] = "Returns the number of whole workdays between to dates";
Text[ turkish ] = "Returns the number of whole workdays between to dates";
Text[ arabic ] = "Returns the number of whole workdays between to dates";
Text[ catalan ] = "Returns the number of whole workdays between to dates";
};
String 2 // name of parameter 1 Networkdays
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 3 // description of parameter 1 Networkdays
{
Text = "Ausgangsdatum";
Text[ english ] = "Ausgangsdatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "start date";
Text[ portuguese ] = "start date";
Text[ russian ] = "start date";
Text[ greek ] = "start date";
Text[ dutch ] = "start date";
Text[ french ] = "start date";
Text[ spanish ] = "start date";
Text[ finnish ] = "start date";
Text[ italian ] = "start date";
Text[ danish ] = "start date";
Text[ swedish ] = "start date";
Text[ polish ] = "start date";
Text[ portuguese_brazilian ] = "start date";
Text[ japanese ] = "start date";
Text[ korean ] = "start date";
Text[ chinese_simplified ] = "start date";
Text[ chinese_traditional ] = "start date";
Text[ turkish ] = "start date";
Text[ arabic ] = "start date";
Text[ catalan ] = "start date";
};
String 4 // name of parameter 2 Networkdays
{
Text = "Enddatum";
Text[ english ] = "Enddatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "end date";
Text[ portuguese ] = "end date";
Text[ russian ] = "end date";
Text[ greek ] = "end date";
Text[ dutch ] = "end date";
Text[ french ] = "end date";
Text[ spanish ] = "end date";
Text[ finnish ] = "end date";
Text[ italian ] = "end date";
Text[ danish ] = "end date";
Text[ swedish ] = "end date";
Text[ polish ] = "end date";
Text[ portuguese_brazilian ] = "end date";
Text[ japanese ] = "end date";
Text[ korean ] = "end date";
Text[ chinese_simplified ] = "end date";
Text[ chinese_traditional ] = "end date";
Text[ turkish ] = "end date";
Text[ arabic ] = "end date";
Text[ catalan ] = "end date";
};
String 5 // description of parameter 2 Networkdays
{
Text = "Enddatum";
Text[ english ] = "Enddatum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "end date";
Text[ portuguese ] = "end date";
Text[ russian ] = "end date";
Text[ greek ] = "end date";
Text[ dutch ] = "end date";
Text[ french ] = "end date";
Text[ spanish ] = "end date";
Text[ finnish ] = "end date";
Text[ italian ] = "end date";
Text[ danish ] = "end date";
Text[ swedish ] = "end date";
Text[ polish ] = "end date";
Text[ portuguese_brazilian ] = "end date";
Text[ japanese ] = "end date";
Text[ korean ] = "end date";
Text[ chinese_simplified ] = "end date";
Text[ chinese_traditional ] = "end date";
Text[ turkish ] = "end date";
Text[ arabic ] = "end date";
Text[ catalan ] = "end date";
};
String 6 // name of parameter 3 Networkdays
{
Text = "Freie Tage";
Text[ english ] = "Freie Tage";
Text[ language_user1 ] = " ";
Text[ english_us ] = "holidays";
Text[ portuguese ] = "holidays";
Text[ russian ] = "holidays";
Text[ greek ] = "holidays";
Text[ dutch ] = "holidays";
Text[ french ] = "holidays";
Text[ spanish ] = "holidays";
Text[ finnish ] = "holidays";
Text[ italian ] = "holidays";
Text[ danish ] = "holidays";
Text[ swedish ] = "holidays";
Text[ polish ] = "holidays";
Text[ portuguese_brazilian ] = "holidays";
Text[ japanese ] = "holidays";
Text[ korean ] = "holidays";
Text[ chinese_simplified ] = "holidays";
Text[ chinese_traditional ] = "holidays";
Text[ turkish ] = "holidays";
Text[ arabic ] = "holidays";
Text[ catalan ] = "holidays";
};
String 7 // description of parameter 3 Networkdays
{
Text = "Liste mit Datumswerten, die die freien Tage (Urlaub, Feiertage, etc.) darstellen.";
Text[ english ] = "Liste mit Datumswerten, die die freien Tage (Urlaub, Feiertage, etc.) darstellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "holidays";
Text[ portuguese ] = "holidays";
Text[ russian ] = "holidays";
Text[ greek ] = "holidays";
Text[ dutch ] = "holidays";
Text[ french ] = "holidays";
Text[ spanish ] = "holidays";
Text[ finnish ] = "holidays";
Text[ italian ] = "holidays";
Text[ danish ] = "holidays";
Text[ swedish ] = "holidays";
Text[ polish ] = "holidays";
Text[ portuguese_brazilian ] = "holidays";
Text[ japanese ] = "holidays";
Text[ korean ] = "holidays";
Text[ chinese_simplified ] = "holidays";
Text[ chinese_traditional ] = "holidays";
Text[ turkish ] = "holidays";
Text[ arabic ] = "holidays";
Text[ catalan ] = "holidays";
};
};
Resource ANALYSIS_Iseven_add
{
String 1 // description Iseven_add
{
Text = "Gibt den Wert WAHR zur<75>ck, wenn die Zahl gerade ist.";
Text[ english ] = "Returns true if the number is even";
};
String 2 // name of parameter 1 Iseven_add
{
Text = "Zahl";
Text[ english ] = "Zahl";
};
String 3 // description of parameter 1 Iseven_add
{
Text = "Zahl";
Text[ english ] = "Zahl";
};
};
Resource ANALYSIS_Isodd_add
{
String 1 // description Isodd_add
{
Text = "Gibt den Wert WAHR zur<75>ck, wenn die Zahl ungerade ist.";
Text[ english ] = "Returns true if the number is odd";
};
String 2 // name of parameter 1 Isodd_add
{
Text = "Zahl";
Text[ english ] = "Zahl";
};
String 3 // description of parameter 1 Isodd_add
{
Text = "Zahl";
Text[ english ] = "Zahl";
};
};
Resource ANALYSIS_Multinomial
{
String 1 // description Multinomial
{
Text = "Berechnet den Polynomialkoeffizienten einer Gruppe von Zahlen.";
Text[ english ] = "Returns the multinomial of a set of numbers";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the multinomial of a set of numbers";
Text[ portuguese ] = "Returns the multinomial of a set of numbers";
Text[ russian ] = "Returns the multinomial of a set of numbers";
Text[ greek ] = "Returns the multinomial of a set of numbers";
Text[ dutch ] = "Returns the multinomial of a set of numbers";
Text[ french ] = "Returns the multinomial of a set of numbers";
Text[ spanish ] = "Returns the multinomial of a set of numbers";
Text[ finnish ] = "Returns the multinomial of a set of numbers";
Text[ italian ] = "Returns the multinomial of a set of numbers";
Text[ danish ] = "Returns the multinomial of a set of numbers";
Text[ swedish ] = "Returns the multinomial of a set of numbers";
Text[ polish ] = "Returns the multinomial of a set of numbers";
Text[ portuguese_brazilian ] = "Returns the multinomial of a set of numbers";
Text[ japanese ] = "Returns the multinomial of a set of numbers";
Text[ korean ] = "Returns the multinomial of a set of numbers";
Text[ chinese_simplified ] = "Returns the multinomial of a set of numbers";
Text[ chinese_traditional ] = "Returns the multinomial of a set of numbers";
Text[ turkish ] = "Returns the multinomial of a set of numbers";
Text[ arabic ] = "Returns the multinomial of a set of numbers";
Text[ catalan ] = "Returns the multinomial of a set of numbers";
};
String 2 // name of parameter 1 Multinomial
{
Text = "Zahl(en)";
Text[ english ] = "Zahl(en)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "numbers";
Text[ portuguese ] = "numbers";
Text[ russian ] = "numbers";
Text[ greek ] = "numbers";
Text[ dutch ] = "numbers";
Text[ french ] = "numbers";
Text[ spanish ] = "numbers";
Text[ finnish ] = "numbers";
Text[ italian ] = "numbers";
Text[ danish ] = "numbers";
Text[ swedish ] = "numbers";
Text[ polish ] = "numbers";
Text[ portuguese_brazilian ] = "numbers";
Text[ japanese ] = "numbers";
Text[ korean ] = "numbers";
Text[ chinese_simplified ] = "numbers";
Text[ chinese_traditional ] = "numbers";
Text[ turkish ] = "numbers";
Text[ arabic ] = "numbers";
Text[ catalan ] = "numbers";
};
String 3 // description of parameter 1 Multinomial
{
Text = "Zahl oder Liste von Zahlen, deren Polynomialkoeffizienten bestimmt werden soll.";
Text[ english ] = "Zahl oder Liste von Zahlen, deren Polynomialkoeffizienten bestimmt werden soll.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "numbers";
Text[ portuguese ] = "numbers";
Text[ russian ] = "numbers";
Text[ greek ] = "numbers";
Text[ dutch ] = "numbers";
Text[ french ] = "numbers";
Text[ spanish ] = "numbers";
Text[ finnish ] = "numbers";
Text[ italian ] = "numbers";
Text[ danish ] = "numbers";
Text[ swedish ] = "numbers";
Text[ polish ] = "numbers";
Text[ portuguese_brazilian ] = "numbers";
Text[ japanese ] = "numbers";
Text[ korean ] = "numbers";
Text[ chinese_simplified ] = "numbers";
Text[ chinese_traditional ] = "numbers";
Text[ turkish ] = "numbers";
Text[ arabic ] = "numbers";
Text[ catalan ] = "numbers";
};
};
Resource ANALYSIS_Seriessum
{
String 1 // description Seriessum
{
Text = "Berechnet die Summe von Potenzen.";
Text[ english ] = "Returns the sum of a power series based on the formula";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the sum of a power series based on the formula";
Text[ portuguese ] = "Returns the sum of a power series based on the formula";
Text[ russian ] = "Returns the sum of a power series based on the formula";
Text[ greek ] = "Returns the sum of a power series based on the formula";
Text[ dutch ] = "Returns the sum of a power series based on the formula";
Text[ french ] = "Returns the sum of a power series based on the formula";
Text[ spanish ] = "Returns the sum of a power series based on the formula";
Text[ finnish ] = "Returns the sum of a power series based on the formula";
Text[ italian ] = "Returns the sum of a power series based on the formula";
Text[ danish ] = "Returns the sum of a power series based on the formula";
Text[ swedish ] = "Returns the sum of a power series based on the formula";
Text[ polish ] = "Returns the sum of a power series based on the formula";
Text[ portuguese_brazilian ] = "Returns the sum of a power series based on the formula";
Text[ japanese ] = "Returns the sum of a power series based on the formula";
Text[ korean ] = "Returns the sum of a power series based on the formula";
Text[ chinese_simplified ] = "Returns the sum of a power series based on the formula";
Text[ chinese_traditional ] = "Returns the sum of a power series based on the formula";
Text[ turkish ] = "Returns the sum of a power series based on the formula";
Text[ arabic ] = "Returns the sum of a power series based on the formula";
Text[ catalan ] = "Returns the sum of a power series based on the formula";
};
String 2 // name of parameter 1 Seriessum
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "X";
Text[ portuguese ] = "X";
Text[ russian ] = "X";
Text[ greek ] = "X";
Text[ dutch ] = "X";
Text[ french ] = "X";
Text[ spanish ] = "X";
Text[ finnish ] = "X";
Text[ italian ] = "X";
Text[ danish ] = "X";
Text[ swedish ] = "X";
Text[ polish ] = "X";
Text[ portuguese_brazilian ] = "X";
Text[ japanese ] = "X";
Text[ korean ] = "X";
Text[ chinese_simplified ] = "X";
Text[ chinese_traditional ] = "X";
Text[ turkish ] = "X";
Text[ arabic ] = "X";
Text[ catalan ] = "X";
};
String 3 // description of parameter 1 Seriessum
{
Text = "Unabh<62>ngige Variable der Potenzreihe.";
Text[ english ] = "Unabh<62>ngige Variable der Potenzreihe.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "X";
Text[ portuguese ] = "X";
Text[ russian ] = "X";
Text[ greek ] = "X";
Text[ dutch ] = "X";
Text[ french ] = "X";
Text[ spanish ] = "X";
Text[ finnish ] = "X";
Text[ italian ] = "X";
Text[ danish ] = "X";
Text[ swedish ] = "X";
Text[ polish ] = "X";
Text[ portuguese_brazilian ] = "X";
Text[ japanese ] = "X";
Text[ korean ] = "X";
Text[ chinese_simplified ] = "X";
Text[ chinese_traditional ] = "X";
Text[ turkish ] = "X";
Text[ arabic ] = "X";
Text[ catalan ] = "X";
};
String 4 // name of parameter 2 Seriessum
{
Text = "N";
Text[ english ] = "N";
Text[ language_user1 ] = " ";
Text[ english_us ] = "N";
Text[ portuguese ] = "N";
Text[ russian ] = "N";
Text[ greek ] = "N";
Text[ dutch ] = "N";
Text[ french ] = "N";
Text[ spanish ] = "N";
Text[ finnish ] = "N";
Text[ italian ] = "N";
Text[ danish ] = "N";
Text[ swedish ] = "N";
Text[ polish ] = "N";
Text[ portuguese_brazilian ] = "N";
Text[ japanese ] = "N";
Text[ korean ] = "N";
Text[ chinese_simplified ] = "N";
Text[ chinese_traditional ] = "N";
Text[ turkish ] = "N";
Text[ arabic ] = "N";
Text[ catalan ] = "N";
};
String 5 // description of parameter 2 Seriessum
{
Text = "Anfangspotenz, in die x erhoben werden soll.";
Text[ english ] = "Anfangspotenz, in die x erhoben werden soll.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "N";
Text[ portuguese ] = "N";
Text[ russian ] = "N";
Text[ greek ] = "N";
Text[ dutch ] = "N";
Text[ french ] = "N";
Text[ spanish ] = "N";
Text[ finnish ] = "N";
Text[ italian ] = "N";
Text[ danish ] = "N";
Text[ swedish ] = "N";
Text[ polish ] = "N";
Text[ portuguese_brazilian ] = "N";
Text[ japanese ] = "N";
Text[ korean ] = "N";
Text[ chinese_simplified ] = "N";
Text[ chinese_traditional ] = "N";
Text[ turkish ] = "N";
Text[ arabic ] = "N";
Text[ catalan ] = "N";
};
String 6 // name of parameter 3 Seriessum
{
Text = "M";
Text[ english ] = "M";
Text[ language_user1 ] = " ";
Text[ english_us ] = "M";
Text[ portuguese ] = "M";
Text[ russian ] = "M";
Text[ greek ] = "M";
Text[ dutch ] = "M";
Text[ french ] = "M";
Text[ spanish ] = "M";
Text[ finnish ] = "M";
Text[ italian ] = "M";
Text[ danish ] = "M";
Text[ swedish ] = "M";
Text[ polish ] = "M";
Text[ portuguese_brazilian ] = "M";
Text[ japanese ] = "M";
Text[ korean ] = "M";
Text[ chinese_simplified ] = "M";
Text[ chinese_traditional ] = "M";
Text[ turkish ] = "M";
Text[ arabic ] = "M";
Text[ catalan ] = "M";
};
String 7 // description of parameter 3 Seriessum
{
Text = "Inkrement, um das n in jedem Glied der Reihe vergr<67><72>ert werden soll.";
Text[ english ] = "Inkrement, um das n in jedem Glied der Reihe vergr<67><72>ert werden soll.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "M";
Text[ portuguese ] = "M";
Text[ russian ] = "M";
Text[ greek ] = "M";
Text[ dutch ] = "M";
Text[ french ] = "M";
Text[ spanish ] = "M";
Text[ finnish ] = "M";
Text[ italian ] = "M";
Text[ danish ] = "M";
Text[ swedish ] = "M";
Text[ polish ] = "M";
Text[ portuguese_brazilian ] = "M";
Text[ japanese ] = "M";
Text[ korean ] = "M";
Text[ chinese_simplified ] = "M";
Text[ chinese_traditional ] = "M";
Text[ turkish ] = "M";
Text[ arabic ] = "M";
Text[ catalan ] = "M";
};
String 8 // name of parameter 4 Seriessum
{
Text = "Koeffizienten";
Text[ english ] = "Koeffizienten";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Coefficients";
Text[ portuguese ] = "Coefficients";
Text[ russian ] = "Coefficients";
Text[ greek ] = "Coefficients";
Text[ dutch ] = "Coefficients";
Text[ french ] = "Coefficients";
Text[ spanish ] = "Coefficients";
Text[ finnish ] = "Coefficients";
Text[ italian ] = "Coefficients";
Text[ danish ] = "Coefficients";
Text[ swedish ] = "Coefficients";
Text[ polish ] = "Coefficients";
Text[ portuguese_brazilian ] = "Coefficients";
Text[ japanese ] = "Coefficients";
Text[ korean ] = "Coefficients";
Text[ chinese_simplified ] = "Coefficients";
Text[ chinese_traditional ] = "Coefficients";
Text[ turkish ] = "Coefficients";
Text[ arabic ] = "Coefficients";
Text[ catalan ] = "Coefficients";
};
String 9 // description of parameter 4 Seriessum
{
Text = "Gruppe von Koeffizienten, mit denen aufeinander folgende Potenzen der Variablen x multipliziert werden.";
Text[ english ] = "Gruppe von Koeffizienten, mit denen aufeinanderfolgende Potenzen der Variablen x multipliziert werden.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Coefficients";
Text[ portuguese ] = "Coefficients";
Text[ russian ] = "Coefficients";
Text[ greek ] = "Coefficients";
Text[ dutch ] = "Coefficients";
Text[ french ] = "Coefficients";
Text[ spanish ] = "Coefficients";
Text[ finnish ] = "Coefficients";
Text[ italian ] = "Coefficients";
Text[ danish ] = "Coefficients";
Text[ swedish ] = "Coefficients";
Text[ polish ] = "Coefficients";
Text[ portuguese_brazilian ] = "Coefficients";
Text[ japanese ] = "Coefficients";
Text[ korean ] = "Coefficients";
Text[ chinese_simplified ] = "Coefficients";
Text[ chinese_traditional ] = "Coefficients";
Text[ turkish ] = "Coefficients";
Text[ arabic ] = "Coefficients";
Text[ catalan ] = "Coefficients";
};
};
Resource ANALYSIS_Quotient
{
String 1 // description Quotient
{
Text = "Gibt den ganzzahligen Anteil einer Division zur<75>ck.";
Text[ english ] = "Returns the integer portion of a division";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the integer portion of a division";
Text[ portuguese ] = "Returns the integer portion of a division";
Text[ russian ] = "Returns the integer portion of a division";
Text[ greek ] = "Returns the integer portion of a division";
Text[ dutch ] = "Returns the integer portion of a division";
Text[ french ] = "Returns the integer portion of a division";
Text[ spanish ] = "Returns the integer portion of a division";
Text[ finnish ] = "Returns the integer portion of a division";
Text[ italian ] = "Returns the integer portion of a division";
Text[ danish ] = "Returns the integer portion of a division";
Text[ swedish ] = "Returns the integer portion of a division";
Text[ polish ] = "Returns the integer portion of a division";
Text[ portuguese_brazilian ] = "Returns the integer portion of a division";
Text[ japanese ] = "Returns the integer portion of a division";
Text[ korean ] = "Returns the integer portion of a division";
Text[ chinese_simplified ] = "Returns the integer portion of a division";
Text[ chinese_traditional ] = "Returns the integer portion of a division";
Text[ turkish ] = "Returns the integer portion of a division";
Text[ arabic ] = "Returns the integer portion of a division";
Text[ catalan ] = "Returns the integer portion of a division";
};
String 2 // name of parameter 1 Quotient
{
Text = "Z<>hler";
Text[ english ] = "Z<>hler";
Text[ language_user1 ] = " ";
Text[ english_us ] = "numerator";
Text[ portuguese ] = "numerator";
Text[ russian ] = "numerator";
Text[ greek ] = "numerator";
Text[ dutch ] = "numerator";
Text[ french ] = "numerator";
Text[ spanish ] = "numerator";
Text[ finnish ] = "numerator";
Text[ italian ] = "numerator";
Text[ danish ] = "numerator";
Text[ swedish ] = "numerator";
Text[ polish ] = "numerator";
Text[ portuguese_brazilian ] = "numerator";
Text[ japanese ] = "numerator";
Text[ korean ] = "numerator";
Text[ chinese_simplified ] = "numerator";
Text[ chinese_traditional ] = "numerator";
Text[ turkish ] = "numerator";
Text[ arabic ] = "numerator";
Text[ catalan ] = "numerator";
};
String 3 // description of parameter 1 Quotient
{
Text = "Z<>hler (Dividend)";
Text[ english ] = "Z<>hler (Divident)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "numerator";
Text[ portuguese ] = "numerator";
Text[ russian ] = "numerator";
Text[ greek ] = "numerator";
Text[ dutch ] = "numerator";
Text[ french ] = "numerator";
Text[ spanish ] = "numerator";
Text[ finnish ] = "numerator";
Text[ italian ] = "numerator";
Text[ danish ] = "numerator";
Text[ swedish ] = "numerator";
Text[ polish ] = "numerator";
Text[ portuguese_brazilian ] = "numerator";
Text[ japanese ] = "numerator";
Text[ korean ] = "numerator";
Text[ chinese_simplified ] = "numerator";
Text[ chinese_traditional ] = "numerator";
Text[ turkish ] = "numerator";
Text[ arabic ] = "numerator";
Text[ catalan ] = "numerator";
};
String 4 // name of parameter 2 Quotient
{
Text = "Nenner";
Text[ english ] = "Nenner";
Text[ language_user1 ] = " ";
Text[ english_us ] = "denominator";
Text[ portuguese ] = "denominator";
Text[ russian ] = "denominator";
Text[ greek ] = "denominator";
Text[ dutch ] = "denominator";
Text[ french ] = "denominator";
Text[ spanish ] = "denominator";
Text[ finnish ] = "denominator";
Text[ italian ] = "denominator";
Text[ danish ] = "denominator";
Text[ swedish ] = "denominator";
Text[ polish ] = "denominator";
Text[ portuguese_brazilian ] = "denominator";
Text[ japanese ] = "denominator";
Text[ korean ] = "denominator";
Text[ chinese_simplified ] = "denominator";
Text[ chinese_traditional ] = "denominator";
Text[ turkish ] = "denominator";
Text[ arabic ] = "denominator";
Text[ catalan ] = "denominator";
};
String 5 // description of parameter 2 Quotient
{
Text = "Nenner (Divisor)";
Text[ english ] = "Nenner (Divisor)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "denominator";
Text[ portuguese ] = "denominator";
Text[ russian ] = "denominator";
Text[ greek ] = "denominator";
Text[ dutch ] = "denominator";
Text[ french ] = "denominator";
Text[ spanish ] = "denominator";
Text[ finnish ] = "denominator";
Text[ italian ] = "denominator";
Text[ danish ] = "denominator";
Text[ swedish ] = "denominator";
Text[ polish ] = "denominator";
Text[ portuguese_brazilian ] = "denominator";
Text[ japanese ] = "denominator";
Text[ korean ] = "denominator";
Text[ chinese_simplified ] = "denominator";
Text[ chinese_traditional ] = "denominator";
Text[ turkish ] = "denominator";
Text[ arabic ] = "denominator";
Text[ catalan ] = "denominator";
};
};
Resource ANALYSIS_Mround
{
String 1 // description Mround
{
Text = "Liefert eine auf das Vielfache gerundete Zahl.";
Text[ english ] = "Returns a number rounded to the desire multiple";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns a number rounded to the desire multiple";
Text[ portuguese ] = "Returns a number rounded to the desire multiple";
Text[ russian ] = "Returns a number rounded to the desire multiple";
Text[ greek ] = "Returns a number rounded to the desire multiple";
Text[ dutch ] = "Returns a number rounded to the desire multiple";
Text[ french ] = "Returns a number rounded to the desire multiple";
Text[ spanish ] = "Returns a number rounded to the desire multiple";
Text[ finnish ] = "Returns a number rounded to the desire multiple";
Text[ italian ] = "Returns a number rounded to the desire multiple";
Text[ danish ] = "Returns a number rounded to the desire multiple";
Text[ swedish ] = "Returns a number rounded to the desire multiple";
Text[ polish ] = "Returns a number rounded to the desire multiple";
Text[ portuguese_brazilian ] = "Returns a number rounded to the desire multiple";
Text[ japanese ] = "Returns a number rounded to the desire multiple";
Text[ korean ] = "Returns a number rounded to the desire multiple";
Text[ chinese_simplified ] = "Returns a number rounded to the desire multiple";
Text[ chinese_traditional ] = "Returns a number rounded to the desire multiple";
Text[ turkish ] = "Returns a number rounded to the desire multiple";
Text[ arabic ] = "Returns a number rounded to the desire multiple";
Text[ catalan ] = "Returns a number rounded to the desire multiple";
};
String 2 // name of parameter 1 Mround
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Mround
{
Text = "Die zu rundende Zahl";
Text[ english ] = "Die zu rundende Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Mround
{
Text = "Vielfaches";
Text[ english ] = "Vielfaches";
Text[ language_user1 ] = " ";
Text[ english_us ] = "multiple";
Text[ portuguese ] = "multiple";
Text[ russian ] = "multiple";
Text[ greek ] = "multiple";
Text[ dutch ] = "multiple";
Text[ french ] = "multiple";
Text[ spanish ] = "multiple";
Text[ finnish ] = "multiple";
Text[ italian ] = "multiple";
Text[ danish ] = "multiple";
Text[ swedish ] = "multiple";
Text[ polish ] = "multiple";
Text[ portuguese_brazilian ] = "multiple";
Text[ japanese ] = "multiple";
Text[ korean ] = "multiple";
Text[ chinese_simplified ] = "multiple";
Text[ chinese_traditional ] = "multiple";
Text[ turkish ] = "multiple";
Text[ arabic ] = "multiple";
Text[ catalan ] = "multiple";
};
String 5 // description of parameter 2 Mround
{
Text = "Der Wert, auf dessen Vielfaches gerundet werden soll.";
Text[ english ] = "Der Wert, auf dessen Vielfaches gerundet werden soll.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "multiple";
Text[ portuguese ] = "multiple";
Text[ russian ] = "multiple";
Text[ greek ] = "multiple";
Text[ dutch ] = "multiple";
Text[ french ] = "multiple";
Text[ spanish ] = "multiple";
Text[ finnish ] = "multiple";
Text[ italian ] = "multiple";
Text[ danish ] = "multiple";
Text[ swedish ] = "multiple";
Text[ polish ] = "multiple";
Text[ portuguese_brazilian ] = "multiple";
Text[ japanese ] = "multiple";
Text[ korean ] = "multiple";
Text[ chinese_simplified ] = "multiple";
Text[ chinese_traditional ] = "multiple";
Text[ turkish ] = "multiple";
Text[ arabic ] = "multiple";
Text[ catalan ] = "multiple";
};
};
Resource ANALYSIS_SqrtPI
{
String 1 // description SqrtPI
{
Text = "Berechnet die Wurzel aus einer mit Pi multiplizierten Zahl.";
Text[ english ] = "Returns the square root of ( number * pi )";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the square root of ( number * pi )";
Text[ portuguese ] = "Returns the square root of ( number * pi )";
Text[ russian ] = "Returns the square root of ( number * pi )";
Text[ greek ] = "Returns the square root of ( number * pi )";
Text[ dutch ] = "Returns the square root of ( number * pi )";
Text[ french ] = "Returns the square root of ( number * pi )";
Text[ spanish ] = "Returns the square root of ( number * pi )";
Text[ finnish ] = "Returns the square root of ( number * pi )";
Text[ italian ] = "Returns the square root of ( number * pi )";
Text[ danish ] = "Returns the square root of ( number * pi )";
Text[ swedish ] = "Returns the square root of ( number * pi )";
Text[ polish ] = "Returns the square root of ( number * pi )";
Text[ portuguese_brazilian ] = "Returns the square root of ( number * pi )";
Text[ japanese ] = "Returns the square root of ( number * pi )";
Text[ korean ] = "Returns the square root of ( number * pi )";
Text[ chinese_simplified ] = "Returns the square root of ( number * pi )";
Text[ chinese_traditional ] = "Returns the square root of ( number * pi )";
Text[ turkish ] = "Returns the square root of ( number * pi )";
Text[ arabic ] = "Returns the square root of ( number * pi )";
Text[ catalan ] = "Returns the square root of ( number * pi )";
};
String 2 // name of parameter 1 SqrtPI
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 SqrtPI
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
};
Resource ANALYSIS_Randbetween
{
String 1 // description Randbetween
{
Text = "Liefert eine ganze Zufallszahl aus dem angegebenen Bereich.";
Text[ english ] = "Returns a random integer number between the numbers you specify";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns a random integer number between the numbers you specify";
Text[ portuguese ] = "Returns a random integer number between the numbers you specify";
Text[ russian ] = "Returns a random integer number between the numbers you specify";
Text[ greek ] = "Returns a random integer number between the numbers you specify";
Text[ dutch ] = "Returns a random integer number between the numbers you specify";
Text[ french ] = "Returns a random integer number between the numbers you specify";
Text[ spanish ] = "Returns a random integer number between the numbers you specify";
Text[ finnish ] = "Returns a random integer number between the numbers you specify";
Text[ italian ] = "Returns a random integer number between the numbers you specify";
Text[ danish ] = "Returns a random integer number between the numbers you specify";
Text[ swedish ] = "Returns a random integer number between the numbers you specify";
Text[ polish ] = "Returns a random integer number between the numbers you specify";
Text[ portuguese_brazilian ] = "Returns a random integer number between the numbers you specify";
Text[ japanese ] = "Returns a random integer number between the numbers you specify";
Text[ korean ] = "Returns a random integer number between the numbers you specify";
Text[ chinese_simplified ] = "Returns a random integer number between the numbers you specify";
Text[ chinese_traditional ] = "Returns a random integer number between the numbers you specify";
Text[ turkish ] = "Returns a random integer number between the numbers you specify";
Text[ arabic ] = "Returns a random integer number between the numbers you specify";
Text[ catalan ] = "Returns a random integer number between the numbers you specify";
};
String 2 // name of parameter 1 Randbetween
{
Text = "Kleinste Zahl";
Text[ english ] = "Kleinste Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "bottom";
Text[ portuguese ] = "bottom";
Text[ russian ] = "bottom";
Text[ greek ] = "bottom";
Text[ dutch ] = "bottom";
Text[ french ] = "bottom";
Text[ spanish ] = "bottom";
Text[ finnish ] = "bottom";
Text[ italian ] = "bottom";
Text[ danish ] = "bottom";
Text[ swedish ] = "bottom";
Text[ polish ] = "bottom";
Text[ portuguese_brazilian ] = "bottom";
Text[ japanese ] = "bottom";
Text[ korean ] = "bottom";
Text[ chinese_simplified ] = "bottom";
Text[ chinese_traditional ] = "bottom";
Text[ turkish ] = "bottom";
Text[ arabic ] = "bottom";
Text[ catalan ] = "bottom";
};
String 3 // description of parameter 1 Randbetween
{
Text = "Die kleinste Zahl, die geliefert werden soll.";
Text[ english ] = "Die kleinste Zahl, die geliefert werden soll.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "bottom";
Text[ portuguese ] = "bottom";
Text[ russian ] = "bottom";
Text[ greek ] = "bottom";
Text[ dutch ] = "bottom";
Text[ french ] = "bottom";
Text[ spanish ] = "bottom";
Text[ finnish ] = "bottom";
Text[ italian ] = "bottom";
Text[ danish ] = "bottom";
Text[ swedish ] = "bottom";
Text[ polish ] = "bottom";
Text[ portuguese_brazilian ] = "bottom";
Text[ japanese ] = "bottom";
Text[ korean ] = "bottom";
Text[ chinese_simplified ] = "bottom";
Text[ chinese_traditional ] = "bottom";
Text[ turkish ] = "bottom";
Text[ arabic ] = "bottom";
Text[ catalan ] = "bottom";
};
String 4 // name of parameter 2 Randbetween
{
Text = "Gr<47><72>te Zahl";
Text[ english ] = "Gr<47><72>te Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "top";
Text[ portuguese ] = "top";
Text[ russian ] = "top";
Text[ greek ] = "top";
Text[ dutch ] = "top";
Text[ french ] = "top";
Text[ spanish ] = "top";
Text[ finnish ] = "top";
Text[ italian ] = "top";
Text[ danish ] = "top";
Text[ swedish ] = "top";
Text[ polish ] = "top";
Text[ portuguese_brazilian ] = "top";
Text[ japanese ] = "top";
Text[ korean ] = "top";
Text[ chinese_simplified ] = "top";
Text[ chinese_traditional ] = "top";
Text[ turkish ] = "top";
Text[ arabic ] = "top";
Text[ catalan ] = "top";
};
String 5 // description of parameter 2 Randbetween
{
Text = "Die gr<67><72>te Zahl, die geliefert werden soll.";
Text[ english ] = "Die gr<67><72>te Zahl, die geliefert werden soll.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "top";
Text[ portuguese ] = "top";
Text[ russian ] = "top";
Text[ greek ] = "top";
Text[ dutch ] = "top";
Text[ french ] = "top";
Text[ spanish ] = "top";
Text[ finnish ] = "top";
Text[ italian ] = "top";
Text[ danish ] = "top";
Text[ swedish ] = "top";
Text[ polish ] = "top";
Text[ portuguese_brazilian ] = "top";
Text[ japanese ] = "top";
Text[ korean ] = "top";
Text[ chinese_simplified ] = "top";
Text[ chinese_traditional ] = "top";
Text[ turkish ] = "top";
Text[ arabic ] = "top";
Text[ catalan ] = "top";
};
};
Resource ANALYSIS_Gcd_add
{
String 1 // description Gcd_add
{
Text = "Liefert den gr<67><72>ten gemeinsamen Teiler.";
Text[ english ] = "Returns the greatest common divisor";
};
String 2 // name of parameter 1 Gcd_add
{
Text = "Zahl(en)";
Text[ english ] = "Zahl(en)";
};
String 3 // description of parameter 1 Gcd_add
{
Text = "Zahl oder Liste von Zahlen";
Text[ english ] = "Zahl oder Liste von Zahlen";
};
};
Resource ANALYSIS_Lcm_add
{
String 1 // description Lcm_add
{
Text = "Liefert das kleinste gemeinsame Vielfache.";
Text[ english ] = "Returns the least common multiple";
};
String 2 // name of parameter 1 Lcm_add
{
Text = "Zahl(en)";
Text[ english ] = "Zahl(en)";
};
String 3 // description of parameter 1 Lcm_add
{
Text = "Zahl oder Liste von Zahlen";
Text[ english ] = "Zahl oder Liste von Zahlen";
};
};
Resource ANALYSIS_BesselI
{
String 1 // description BesselI
{
Text = "Berechnet die modifizierte Besselfunktion In(x).";
Text[ english ] = "Returns the modified Bessel function In(x)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the modified Bessel function In(x)";
Text[ portuguese ] = "Returns the modified Bessel function In(x)";
Text[ russian ] = "Returns the modified Bessel function In(x)";
Text[ greek ] = "Returns the modified Bessel function In(x)";
Text[ dutch ] = "Returns the modified Bessel function In(x)";
Text[ french ] = "Returns the modified Bessel function In(x)";
Text[ spanish ] = "Returns the modified Bessel function In(x)";
Text[ finnish ] = "Returns the modified Bessel function In(x)";
Text[ italian ] = "Returns the modified Bessel function In(x)";
Text[ danish ] = "Returns the modified Bessel function In(x)";
Text[ swedish ] = "Returns the modified Bessel function In(x)";
Text[ polish ] = "Returns the modified Bessel function In(x)";
Text[ portuguese_brazilian ] = "Returns the modified Bessel function In(x)";
Text[ japanese ] = "Returns the modified Bessel function In(x)";
Text[ korean ] = "Returns the modified Bessel function In(x)";
Text[ chinese_simplified ] = "Returns the modified Bessel function In(x)";
Text[ chinese_traditional ] = "Returns the modified Bessel function In(x)";
Text[ turkish ] = "Returns the modified Bessel function In(x)";
Text[ arabic ] = "Returns the modified Bessel function In(x)";
Text[ catalan ] = "Returns the modified Bessel function In(x)";
};
String 2 // name of parameter 1 BesselI
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "x";
Text[ portuguese ] = "x";
Text[ russian ] = "x";
Text[ greek ] = "x";
Text[ dutch ] = "x";
Text[ french ] = "x";
Text[ spanish ] = "x";
Text[ finnish ] = "x";
Text[ italian ] = "x";
Text[ danish ] = "x";
Text[ swedish ] = "x";
Text[ polish ] = "x";
Text[ portuguese_brazilian ] = "x";
Text[ japanese ] = "x";
Text[ korean ] = "x";
Text[ chinese_simplified ] = "x";
Text[ chinese_traditional ] = "x";
Text[ turkish ] = "x";
Text[ arabic ] = "x";
Text[ catalan ] = "x";
};
String 3 // description of parameter 1 BesselI
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "x";
Text[ portuguese ] = "x";
Text[ russian ] = "x";
Text[ greek ] = "x";
Text[ dutch ] = "x";
Text[ french ] = "x";
Text[ spanish ] = "x";
Text[ finnish ] = "x";
Text[ italian ] = "x";
Text[ danish ] = "x";
Text[ swedish ] = "x";
Text[ polish ] = "x";
Text[ portuguese_brazilian ] = "x";
Text[ japanese ] = "x";
Text[ korean ] = "x";
Text[ chinese_simplified ] = "x";
Text[ chinese_traditional ] = "x";
Text[ turkish ] = "x";
Text[ arabic ] = "x";
Text[ catalan ] = "x";
};
String 4 // name of parameter 2 BesselI
{
Text = "N";
Text[ english ] = "N";
Text[ language_user1 ] = " ";
Text[ english_us ] = "n";
Text[ portuguese ] = "n";
Text[ russian ] = "n";
Text[ greek ] = "n";
Text[ dutch ] = "n";
Text[ french ] = "n";
Text[ spanish ] = "n";
Text[ finnish ] = "n";
Text[ italian ] = "n";
Text[ danish ] = "n";
Text[ swedish ] = "n";
Text[ polish ] = "n";
Text[ portuguese_brazilian ] = "n";
Text[ japanese ] = "n";
Text[ korean ] = "n";
Text[ chinese_simplified ] = "n";
Text[ chinese_traditional ] = "n";
Text[ turkish ] = "n";
Text[ arabic ] = "n";
Text[ catalan ] = "n";
};
String 5 // description of parameter 2 BesselI
{
Text = "Ordnung der Besselfunktion";
Text[ english ] = "Ordnung der Besselfunktion";
Text[ language_user1 ] = " ";
Text[ english_us ] = "n";
Text[ portuguese ] = "n";
Text[ russian ] = "n";
Text[ greek ] = "n";
Text[ dutch ] = "n";
Text[ french ] = "n";
Text[ spanish ] = "n";
Text[ finnish ] = "n";
Text[ italian ] = "n";
Text[ danish ] = "n";
Text[ swedish ] = "n";
Text[ polish ] = "n";
Text[ portuguese_brazilian ] = "n";
Text[ japanese ] = "n";
Text[ korean ] = "n";
Text[ chinese_simplified ] = "n";
Text[ chinese_traditional ] = "n";
Text[ turkish ] = "n";
Text[ arabic ] = "n";
Text[ catalan ] = "n";
};
};
Resource ANALYSIS_BesselJ
{
String 1 // description BesselJ
{
Text = "Berechnet die Besselfunktion Jn(x).";
Text[ english ] = "Returns the Bessel function Jn(x)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the Bessel function Jn(x)";
Text[ portuguese ] = "Returns the Bessel function Jn(x)";
Text[ russian ] = "Returns the Bessel function Jn(x)";
Text[ greek ] = "Returns the Bessel function Jn(x)";
Text[ dutch ] = "Returns the Bessel function Jn(x)";
Text[ french ] = "Returns the Bessel function Jn(x)";
Text[ spanish ] = "Returns the Bessel function Jn(x)";
Text[ finnish ] = "Returns the Bessel function Jn(x)";
Text[ italian ] = "Returns the Bessel function Jn(x)";
Text[ danish ] = "Returns the Bessel function Jn(x)";
Text[ swedish ] = "Returns the Bessel function Jn(x)";
Text[ polish ] = "Returns the Bessel function Jn(x)";
Text[ portuguese_brazilian ] = "Returns the Bessel function Jn(x)";
Text[ japanese ] = "Returns the Bessel function Jn(x)";
Text[ korean ] = "Returns the Bessel function Jn(x)";
Text[ chinese_simplified ] = "Returns the Bessel function Jn(x)";
Text[ chinese_traditional ] = "Returns the Bessel function Jn(x)";
Text[ turkish ] = "Returns the Bessel function Jn(x)";
Text[ arabic ] = "Returns the Bessel function Jn(x)";
Text[ catalan ] = "Returns the Bessel function Jn(x)";
};
String 2 // name of parameter 1 BesselJ
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "x";
Text[ portuguese ] = "x";
Text[ russian ] = "x";
Text[ greek ] = "x";
Text[ dutch ] = "x";
Text[ french ] = "x";
Text[ spanish ] = "x";
Text[ finnish ] = "x";
Text[ italian ] = "x";
Text[ danish ] = "x";
Text[ swedish ] = "x";
Text[ polish ] = "x";
Text[ portuguese_brazilian ] = "x";
Text[ japanese ] = "x";
Text[ korean ] = "x";
Text[ chinese_simplified ] = "x";
Text[ chinese_traditional ] = "x";
Text[ turkish ] = "x";
Text[ arabic ] = "x";
Text[ catalan ] = "x";
};
String 3 // description of parameter 1 BesselJ
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "x";
Text[ portuguese ] = "x";
Text[ russian ] = "x";
Text[ greek ] = "x";
Text[ dutch ] = "x";
Text[ french ] = "x";
Text[ spanish ] = "x";
Text[ finnish ] = "x";
Text[ italian ] = "x";
Text[ danish ] = "x";
Text[ swedish ] = "x";
Text[ polish ] = "x";
Text[ portuguese_brazilian ] = "x";
Text[ japanese ] = "x";
Text[ korean ] = "x";
Text[ chinese_simplified ] = "x";
Text[ chinese_traditional ] = "x";
Text[ turkish ] = "x";
Text[ arabic ] = "x";
Text[ catalan ] = "x";
};
String 4 // name of parameter 2 BesselJ
{
Text = "N";
Text[ english ] = "N";
Text[ language_user1 ] = " ";
Text[ english_us ] = "n";
Text[ portuguese ] = "n";
Text[ russian ] = "n";
Text[ greek ] = "n";
Text[ dutch ] = "n";
Text[ french ] = "n";
Text[ spanish ] = "n";
Text[ finnish ] = "n";
Text[ italian ] = "n";
Text[ danish ] = "n";
Text[ swedish ] = "n";
Text[ polish ] = "n";
Text[ portuguese_brazilian ] = "n";
Text[ japanese ] = "n";
Text[ korean ] = "n";
Text[ chinese_simplified ] = "n";
Text[ chinese_traditional ] = "n";
Text[ turkish ] = "n";
Text[ arabic ] = "n";
Text[ catalan ] = "n";
};
String 5 // description of parameter 2 BesselJ
{
Text = "Ordnung der Besselfunktion";
Text[ english ] = "Ordnung der Besselfunktion";
Text[ language_user1 ] = " ";
Text[ english_us ] = "n";
Text[ portuguese ] = "n";
Text[ russian ] = "n";
Text[ greek ] = "n";
Text[ dutch ] = "n";
Text[ french ] = "n";
Text[ spanish ] = "n";
Text[ finnish ] = "n";
Text[ italian ] = "n";
Text[ danish ] = "n";
Text[ swedish ] = "n";
Text[ polish ] = "n";
Text[ portuguese_brazilian ] = "n";
Text[ japanese ] = "n";
Text[ korean ] = "n";
Text[ chinese_simplified ] = "n";
Text[ chinese_traditional ] = "n";
Text[ turkish ] = "n";
Text[ arabic ] = "n";
Text[ catalan ] = "n";
};
};
Resource ANALYSIS_BesselK
{
String 1 // description BesselK
{
Text = "Berechnet die modifizierte Besselfunktion Kn(x).";
Text[ english ] = "Returns the Bessel function Kn(x)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the Bessel function Kn(x)";
Text[ portuguese ] = "Returns the Bessel function Kn(x)";
Text[ russian ] = "Returns the Bessel function Kn(x)";
Text[ greek ] = "Returns the Bessel function Kn(x)";
Text[ dutch ] = "Returns the Bessel function Kn(x)";
Text[ french ] = "Returns the Bessel function Kn(x)";
Text[ spanish ] = "Returns the Bessel function Kn(x)";
Text[ finnish ] = "Returns the Bessel function Kn(x)";
Text[ italian ] = "Returns the Bessel function Kn(x)";
Text[ danish ] = "Returns the Bessel function Kn(x)";
Text[ swedish ] = "Returns the Bessel function Kn(x)";
Text[ polish ] = "Returns the Bessel function Kn(x)";
Text[ portuguese_brazilian ] = "Returns the Bessel function Kn(x)";
Text[ japanese ] = "Returns the Bessel function Kn(x)";
Text[ korean ] = "Returns the Bessel function Kn(x)";
Text[ chinese_simplified ] = "Returns the Bessel function Kn(x)";
Text[ chinese_traditional ] = "Returns the Bessel function Kn(x)";
Text[ turkish ] = "Returns the Bessel function Kn(x)";
Text[ arabic ] = "Returns the Bessel function Kn(x)";
Text[ catalan ] = "Returns the Bessel function Kn(x)";
};
String 2 // name of parameter 1 BesselK
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "x";
Text[ portuguese ] = "x";
Text[ russian ] = "x";
Text[ greek ] = "x";
Text[ dutch ] = "x";
Text[ french ] = "x";
Text[ spanish ] = "x";
Text[ finnish ] = "x";
Text[ italian ] = "x";
Text[ danish ] = "x";
Text[ swedish ] = "x";
Text[ polish ] = "x";
Text[ portuguese_brazilian ] = "x";
Text[ japanese ] = "x";
Text[ korean ] = "x";
Text[ chinese_simplified ] = "x";
Text[ chinese_traditional ] = "x";
Text[ turkish ] = "x";
Text[ arabic ] = "x";
Text[ catalan ] = "x";
};
String 3 // description of parameter 1 BesselK
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "x";
Text[ portuguese ] = "x";
Text[ russian ] = "x";
Text[ greek ] = "x";
Text[ dutch ] = "x";
Text[ french ] = "x";
Text[ spanish ] = "x";
Text[ finnish ] = "x";
Text[ italian ] = "x";
Text[ danish ] = "x";
Text[ swedish ] = "x";
Text[ polish ] = "x";
Text[ portuguese_brazilian ] = "x";
Text[ japanese ] = "x";
Text[ korean ] = "x";
Text[ chinese_simplified ] = "x";
Text[ chinese_traditional ] = "x";
Text[ turkish ] = "x";
Text[ arabic ] = "x";
Text[ catalan ] = "x";
};
String 4 // name of parameter 2 BesselK
{
Text = "N";
Text[ english ] = "N";
Text[ language_user1 ] = " ";
Text[ english_us ] = "n";
Text[ portuguese ] = "n";
Text[ russian ] = "n";
Text[ greek ] = "n";
Text[ dutch ] = "n";
Text[ french ] = "n";
Text[ spanish ] = "n";
Text[ finnish ] = "n";
Text[ italian ] = "n";
Text[ danish ] = "n";
Text[ swedish ] = "n";
Text[ polish ] = "n";
Text[ portuguese_brazilian ] = "n";
Text[ japanese ] = "n";
Text[ korean ] = "n";
Text[ chinese_simplified ] = "n";
Text[ chinese_traditional ] = "n";
Text[ turkish ] = "n";
Text[ arabic ] = "n";
Text[ catalan ] = "n";
};
String 5 // description of parameter 2 BesselK
{
Text = "Ordnung der Besselfunktion";
Text[ english ] = "Ordnung der Besselfunktion";
Text[ language_user1 ] = " ";
Text[ english_us ] = "n";
Text[ portuguese ] = "n";
Text[ russian ] = "n";
Text[ greek ] = "n";
Text[ dutch ] = "n";
Text[ french ] = "n";
Text[ spanish ] = "n";
Text[ finnish ] = "n";
Text[ italian ] = "n";
Text[ danish ] = "n";
Text[ swedish ] = "n";
Text[ polish ] = "n";
Text[ portuguese_brazilian ] = "n";
Text[ japanese ] = "n";
Text[ korean ] = "n";
Text[ chinese_simplified ] = "n";
Text[ chinese_traditional ] = "n";
Text[ turkish ] = "n";
Text[ arabic ] = "n";
Text[ catalan ] = "n";
};
};
Resource ANALYSIS_BesselY
{
String 1 // description BesselY
{
Text = "Berechnet die Besselfunktion Yn(x).";
Text[ english ] = "Returns the Bessel function Yn(x)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the Bessel function Yn(x)";
Text[ portuguese ] = "Returns the Bessel function Yn(x)";
Text[ russian ] = "Returns the Bessel function Yn(x)";
Text[ greek ] = "Returns the Bessel function Yn(x)";
Text[ dutch ] = "Returns the Bessel function Yn(x)";
Text[ french ] = "Returns the Bessel function Yn(x)";
Text[ spanish ] = "Returns the Bessel function Yn(x)";
Text[ finnish ] = "Returns the Bessel function Yn(x)";
Text[ italian ] = "Returns the Bessel function Yn(x)";
Text[ danish ] = "Returns the Bessel function Yn(x)";
Text[ swedish ] = "Returns the Bessel function Yn(x)";
Text[ polish ] = "Returns the Bessel function Yn(x)";
Text[ portuguese_brazilian ] = "Returns the Bessel function Yn(x)";
Text[ japanese ] = "Returns the Bessel function Yn(x)";
Text[ korean ] = "Returns the Bessel function Yn(x)";
Text[ chinese_simplified ] = "Returns the Bessel function Yn(x)";
Text[ chinese_traditional ] = "Returns the Bessel function Yn(x)";
Text[ turkish ] = "Returns the Bessel function Yn(x)";
Text[ arabic ] = "Returns the Bessel function Yn(x)";
Text[ catalan ] = "Returns the Bessel function Yn(x)";
};
String 2 // name of parameter 1 BesselY
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "x";
Text[ portuguese ] = "x";
Text[ russian ] = "x";
Text[ greek ] = "x";
Text[ dutch ] = "x";
Text[ french ] = "x";
Text[ spanish ] = "x";
Text[ finnish ] = "x";
Text[ italian ] = "x";
Text[ danish ] = "x";
Text[ swedish ] = "x";
Text[ polish ] = "x";
Text[ portuguese_brazilian ] = "x";
Text[ japanese ] = "x";
Text[ korean ] = "x";
Text[ chinese_simplified ] = "x";
Text[ chinese_traditional ] = "x";
Text[ turkish ] = "x";
Text[ arabic ] = "x";
Text[ catalan ] = "x";
};
String 3 // description of parameter 1 BesselY
{
Text = "X";
Text[ english ] = "X";
Text[ language_user1 ] = " ";
Text[ english_us ] = "x";
Text[ portuguese ] = "x";
Text[ russian ] = "x";
Text[ greek ] = "x";
Text[ dutch ] = "x";
Text[ french ] = "x";
Text[ spanish ] = "x";
Text[ finnish ] = "x";
Text[ italian ] = "x";
Text[ danish ] = "x";
Text[ swedish ] = "x";
Text[ polish ] = "x";
Text[ portuguese_brazilian ] = "x";
Text[ japanese ] = "x";
Text[ korean ] = "x";
Text[ chinese_simplified ] = "x";
Text[ chinese_traditional ] = "x";
Text[ turkish ] = "x";
Text[ arabic ] = "x";
Text[ catalan ] = "x";
};
String 4 // name of parameter 2 BesselY
{
Text = "N";
Text[ english ] = "N";
Text[ language_user1 ] = " ";
Text[ english_us ] = "n";
Text[ portuguese ] = "n";
Text[ russian ] = "n";
Text[ greek ] = "n";
Text[ dutch ] = "n";
Text[ french ] = "n";
Text[ spanish ] = "n";
Text[ finnish ] = "n";
Text[ italian ] = "n";
Text[ danish ] = "n";
Text[ swedish ] = "n";
Text[ polish ] = "n";
Text[ portuguese_brazilian ] = "n";
Text[ japanese ] = "n";
Text[ korean ] = "n";
Text[ chinese_simplified ] = "n";
Text[ chinese_traditional ] = "n";
Text[ turkish ] = "n";
Text[ arabic ] = "n";
Text[ catalan ] = "n";
};
String 5 // description of parameter 2 BesselY
{
Text = "Ordnung der Besselfunktion";
Text[ english ] = "Ordnung der Besselfunktion";
Text[ language_user1 ] = " ";
Text[ english_us ] = "n";
Text[ portuguese ] = "n";
Text[ russian ] = "n";
Text[ greek ] = "n";
Text[ dutch ] = "n";
Text[ french ] = "n";
Text[ spanish ] = "n";
Text[ finnish ] = "n";
Text[ italian ] = "n";
Text[ danish ] = "n";
Text[ swedish ] = "n";
Text[ polish ] = "n";
Text[ portuguese_brazilian ] = "n";
Text[ japanese ] = "n";
Text[ korean ] = "n";
Text[ chinese_simplified ] = "n";
Text[ chinese_traditional ] = "n";
Text[ turkish ] = "n";
Text[ arabic ] = "n";
Text[ catalan ] = "n";
};
};
Resource ANALYSIS_Bin2Oct
{
String 1 // description Bin2Oct
{
Text = "Wandelt eine (Bin<69>r-) Dualzahl in eine Oktalzahl um.";
Text[ english ] = "Converts a binary number to octal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a binary number to octal";
Text[ portuguese ] = "Converts a binary number to octal";
Text[ russian ] = "Converts a binary number to octal";
Text[ greek ] = "Converts a binary number to octal";
Text[ dutch ] = "Converts a binary number to octal";
Text[ french ] = "Converts a binary number to octal";
Text[ spanish ] = "Converts a binary number to octal";
Text[ finnish ] = "Converts a binary number to octal";
Text[ italian ] = "Converts a binary number to octal";
Text[ danish ] = "Converts a binary number to octal";
Text[ swedish ] = "Converts a binary number to octal";
Text[ polish ] = "Converts a binary number to octal";
Text[ portuguese_brazilian ] = "Converts a binary number to octal";
Text[ japanese ] = "Converts a binary number to octal";
Text[ korean ] = "Converts a binary number to octal";
Text[ chinese_simplified ] = "Converts a binary number to octal";
Text[ chinese_traditional ] = "Converts a binary number to octal";
Text[ turkish ] = "Converts a binary number to octal";
Text[ arabic ] = "Converts a binary number to octal";
Text[ catalan ] = "Converts a binary number to octal";
};
String 2 // name of parameter 1 Bin2Oct
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Bin2Oct
{
Text = "Dualzahl (als Text)";
Text[ english ] = "Dualzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Bin2Oct
{
Text = "Stellen";
Text[ english ] = "Stellen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
String 5 // description of parameter 2 Bin2Oct
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
};
Resource ANALYSIS_Bin2Dec
{
String 1 // description Bin2Dec
{
Text = "Wandelt eine (Bin<69>r-) Dualzahl in eine Dezimalzahl um.";
Text[ english ] = "Converts a binary number to decimal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a binary number to decimal";
Text[ portuguese ] = "Converts a binary number to decimal";
Text[ russian ] = "Converts a binary number to decimal";
Text[ greek ] = "Converts a binary number to decimal";
Text[ dutch ] = "Converts a binary number to decimal";
Text[ french ] = "Converts a binary number to decimal";
Text[ spanish ] = "Converts a binary number to decimal";
Text[ finnish ] = "Converts a binary number to decimal";
Text[ italian ] = "Converts a binary number to decimal";
Text[ danish ] = "Converts a binary number to decimal";
Text[ swedish ] = "Converts a binary number to decimal";
Text[ polish ] = "Converts a binary number to decimal";
Text[ portuguese_brazilian ] = "Converts a binary number to decimal";
Text[ japanese ] = "Converts a binary number to decimal";
Text[ korean ] = "Converts a binary number to decimal";
Text[ chinese_simplified ] = "Converts a binary number to decimal";
Text[ chinese_traditional ] = "Converts a binary number to decimal";
Text[ turkish ] = "Converts a binary number to decimal";
Text[ arabic ] = "Converts a binary number to decimal";
Text[ catalan ] = "Converts a binary number to decimal";
};
String 2 // name of parameter 1 Bin2Dec
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Bin2Dec
{
Text = "Dualzahl (als Text)";
Text[ english ] = "Dualzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
};
Resource ANALYSIS_Bin2Hex
{
String 1 // description Bin2Hex
{
Text = "Wandelt eine (Bin<69>r-) Dualzahl in eine Hexadezimalzahl um.";
Text[ english ] = "Converts a binary number to hexadecimal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a binary number to hexadecimal";
Text[ portuguese ] = "Converts a binary number to hexadecimal";
Text[ russian ] = "Converts a binary number to hexadecimal";
Text[ greek ] = "Converts a binary number to hexadecimal";
Text[ dutch ] = "Converts a binary number to hexadecimal";
Text[ french ] = "Converts a binary number to hexadecimal";
Text[ spanish ] = "Converts a binary number to hexadecimal";
Text[ finnish ] = "Converts a binary number to hexadecimal";
Text[ italian ] = "Converts a binary number to hexadecimal";
Text[ danish ] = "Converts a binary number to hexadecimal";
Text[ swedish ] = "Converts a binary number to hexadecimal";
Text[ polish ] = "Converts a binary number to hexadecimal";
Text[ portuguese_brazilian ] = "Converts a binary number to hexadecimal";
Text[ japanese ] = "Converts a binary number to hexadecimal";
Text[ korean ] = "Converts a binary number to hexadecimal";
Text[ chinese_simplified ] = "Converts a binary number to hexadecimal";
Text[ chinese_traditional ] = "Converts a binary number to hexadecimal";
Text[ turkish ] = "Converts a binary number to hexadecimal";
Text[ arabic ] = "Converts a binary number to hexadecimal";
Text[ catalan ] = "Converts a binary number to hexadecimal";
};
String 2 // name of parameter 1 Bin2Hex
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Bin2Hex
{
Text = "Dualzahl (als Text)";
Text[ english ] = "Dualzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Bin2Hex
{
Text = "Stellen";
Text[ english ] = "Stellen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
String 5 // description of parameter 2 Bin2Hex
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
};
Resource ANALYSIS_Oct2Bin
{
String 1 // description Oct2Bin
{
Text = "Wandelt eine Oktalzahl in eine (Bin<69>r-) Dualzahl um.";
Text[ english ] = "Converts a octal number to binary";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a octal number to binary";
Text[ portuguese ] = "Converts a octal number to binary";
Text[ russian ] = "Converts a octal number to binary";
Text[ greek ] = "Converts a octal number to binary";
Text[ dutch ] = "Converts a octal number to binary";
Text[ french ] = "Converts a octal number to binary";
Text[ spanish ] = "Converts a octal number to binary";
Text[ finnish ] = "Converts a octal number to binary";
Text[ italian ] = "Converts a octal number to binary";
Text[ danish ] = "Converts a octal number to binary";
Text[ swedish ] = "Converts a octal number to binary";
Text[ polish ] = "Converts a octal number to binary";
Text[ portuguese_brazilian ] = "Converts a octal number to binary";
Text[ japanese ] = "Converts a octal number to binary";
Text[ korean ] = "Converts a octal number to binary";
Text[ chinese_simplified ] = "Converts a octal number to binary";
Text[ chinese_traditional ] = "Converts a octal number to binary";
Text[ turkish ] = "Converts a octal number to binary";
Text[ arabic ] = "Converts a octal number to binary";
Text[ catalan ] = "Converts a octal number to binary";
};
String 2 // name of parameter 1 Oct2Bin
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Oct2Bin
{
Text = "Oktalzahl (als Text)";
Text[ english ] = "Oktalzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Oct2Bin
{
Text = "Stellen";
Text[ english ] = "Stellen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
String 5 // description of parameter 2 Oct2Bin
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
};
Resource ANALYSIS_Oct2Dec
{
String 1 // description Oct2Dec
{
Text = "Wandelt eine Oktalzahl in eine Dezimalzahl um.";
Text[ english ] = "Converts a octal number to decimal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a octal number to decimal";
Text[ portuguese ] = "Converts a octal number to decimal";
Text[ russian ] = "Converts a octal number to decimal";
Text[ greek ] = "Converts a octal number to decimal";
Text[ dutch ] = "Converts a octal number to decimal";
Text[ french ] = "Converts a octal number to decimal";
Text[ spanish ] = "Converts a octal number to decimal";
Text[ finnish ] = "Converts a octal number to decimal";
Text[ italian ] = "Converts a octal number to decimal";
Text[ danish ] = "Converts a octal number to decimal";
Text[ swedish ] = "Converts a octal number to decimal";
Text[ polish ] = "Converts a octal number to decimal";
Text[ portuguese_brazilian ] = "Converts a octal number to decimal";
Text[ japanese ] = "Converts a octal number to decimal";
Text[ korean ] = "Converts a octal number to decimal";
Text[ chinese_simplified ] = "Converts a octal number to decimal";
Text[ chinese_traditional ] = "Converts a octal number to decimal";
Text[ turkish ] = "Converts a octal number to decimal";
Text[ arabic ] = "Converts a octal number to decimal";
Text[ catalan ] = "Converts a octal number to decimal";
};
String 2 // name of parameter 1 Oct2Dec
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Oct2Dec
{
Text = "Oktalzahl (als Text)";
Text[ english ] = "Oktalzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
};
Resource ANALYSIS_Oct2Hex
{
String 1 // description Oct2Hex
{
Text = "Wandelt eine Oktalzahl in eine Hexadezimalzahl um.";
Text[ english ] = "Converts a octal number to hexadecimal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a octal number to hexadecimal";
Text[ portuguese ] = "Converts a octal number to hexadecimal";
Text[ russian ] = "Converts a octal number to hexadecimal";
Text[ greek ] = "Converts a octal number to hexadecimal";
Text[ dutch ] = "Converts a octal number to hexadecimal";
Text[ french ] = "Converts a octal number to hexadecimal";
Text[ spanish ] = "Converts a octal number to hexadecimal";
Text[ finnish ] = "Converts a octal number to hexadecimal";
Text[ italian ] = "Converts a octal number to hexadecimal";
Text[ danish ] = "Converts a octal number to hexadecimal";
Text[ swedish ] = "Converts a octal number to hexadecimal";
Text[ polish ] = "Converts a octal number to hexadecimal";
Text[ portuguese_brazilian ] = "Converts a octal number to hexadecimal";
Text[ japanese ] = "Converts a octal number to hexadecimal";
Text[ korean ] = "Converts a octal number to hexadecimal";
Text[ chinese_simplified ] = "Converts a octal number to hexadecimal";
Text[ chinese_traditional ] = "Converts a octal number to hexadecimal";
Text[ turkish ] = "Converts a octal number to hexadecimal";
Text[ arabic ] = "Converts a octal number to hexadecimal";
Text[ catalan ] = "Converts a octal number to hexadecimal";
};
String 2 // name of parameter 1 Oct2Hex
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Oct2Hex
{
Text = "Oktalzahl (als Text)";
Text[ english ] = "Oktalzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Oct2Hex
{
Text = "Stellen";
Text[ english ] = "Stellen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
String 5 // description of parameter 2 Oct2Hex
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
};
Resource ANALYSIS_Dec2Bin
{
String 1 // description Dec2Bin
{
Text = "Wandelt eine Dezimalzahl in eine (Bin<69>r-) Dualzahl um.";
Text[ english ] = "Converts a decimal number to binary";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a decimal number to binary";
Text[ portuguese ] = "Converts a decimal number to binary";
Text[ russian ] = "Converts a decimal number to binary";
Text[ greek ] = "Converts a decimal number to binary";
Text[ dutch ] = "Converts a decimal number to binary";
Text[ french ] = "Converts a decimal number to binary";
Text[ spanish ] = "Converts a decimal number to binary";
Text[ finnish ] = "Converts a decimal number to binary";
Text[ italian ] = "Converts a decimal number to binary";
Text[ danish ] = "Converts a decimal number to binary";
Text[ swedish ] = "Converts a decimal number to binary";
Text[ polish ] = "Converts a decimal number to binary";
Text[ portuguese_brazilian ] = "Converts a decimal number to binary";
Text[ japanese ] = "Converts a decimal number to binary";
Text[ korean ] = "Converts a decimal number to binary";
Text[ chinese_simplified ] = "Converts a decimal number to binary";
Text[ chinese_traditional ] = "Converts a decimal number to binary";
Text[ turkish ] = "Converts a decimal number to binary";
Text[ arabic ] = "Converts a decimal number to binary";
Text[ catalan ] = "Converts a decimal number to binary";
};
String 2 // name of parameter 1 Dec2Bin
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Dec2Bin
{
Text = "Dezimalzahl";
Text[ english ] = "Dezimalzahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Dec2Bin
{
Text = "Stellen";
Text[ english ] = "Stellen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
String 5 // description of parameter 2 Dec2Bin
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
};
Resource ANALYSIS_Dec2Hex
{
String 1 // description Dec2Hex
{
Text = "Wandelt eine Dezimalzahl in eine Hexadezimalzahl um.";
Text[ english ] = "Converts a decimal number to hexadecimal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a decimal number to hexadecimal";
Text[ portuguese ] = "Converts a decimal number to hexadecimal";
Text[ russian ] = "Converts a decimal number to hexadecimal";
Text[ greek ] = "Converts a decimal number to hexadecimal";
Text[ dutch ] = "Converts a decimal number to hexadecimal";
Text[ french ] = "Converts a decimal number to hexadecimal";
Text[ spanish ] = "Converts a decimal number to hexadecimal";
Text[ finnish ] = "Converts a decimal number to hexadecimal";
Text[ italian ] = "Converts a decimal number to hexadecimal";
Text[ danish ] = "Converts a decimal number to hexadecimal";
Text[ swedish ] = "Converts a decimal number to hexadecimal";
Text[ polish ] = "Converts a decimal number to hexadecimal";
Text[ portuguese_brazilian ] = "Converts a decimal number to hexadecimal";
Text[ japanese ] = "Converts a decimal number to hexadecimal";
Text[ korean ] = "Converts a decimal number to hexadecimal";
Text[ chinese_simplified ] = "Converts a decimal number to hexadecimal";
Text[ chinese_traditional ] = "Converts a decimal number to hexadecimal";
Text[ turkish ] = "Converts a decimal number to hexadecimal";
Text[ arabic ] = "Converts a decimal number to hexadecimal";
Text[ catalan ] = "Converts a decimal number to hexadecimal";
};
String 2 // name of parameter 1 Dec2Hex
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Dec2Hex
{
Text = "Dezimalzahl";
Text[ english ] = "Dezimalzahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Dec2Hex
{
Text = "Stellen";
Text[ english ] = "Stellen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
String 5 // description of parameter 2 Dec2Hex
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
};
Resource ANALYSIS_Dec2Oct
{
String 1 // description Dec2Oct
{
Text = "Wandelt eine Dezimalzahl in eine Oktalzahl um.";
Text[ english ] = "Wandelt eine Dezimalzahl in eine Oktalzahl um.";
};
String 2 // name of parameter 1 Dec2Oct
{
Text = "Zahl";
Text[ english ] = "Zahl";
};
String 3 // description of parameter 1 Dec2Oct
{
Text = "Dezimalzahl";
Text[ english ] = "Dezimalzahl";
};
String 4 // name of parameter 2 Dec2Oct
{
Text = "Stellen";
Text[ english ] = "Stellen";
};
String 5 // description of parameter 2 Dec2Oct
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
};
};
Resource ANALYSIS_Hex2Bin
{
String 1 // description Hex2Bin
{
Text = "Wandelt eine Hexadezimalzahl in eine (Bin<69>r-) Dualzahl um.";
Text[ english ] = "Converts a hexadecimal number to binary";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a hexadecimal number to binary";
Text[ portuguese ] = "Converts a hexadecimal number to binary";
Text[ russian ] = "Converts a hexadecimal number to binary";
Text[ greek ] = "Converts a hexadecimal number to binary";
Text[ dutch ] = "Converts a hexadecimal number to binary";
Text[ french ] = "Converts a hexadecimal number to binary";
Text[ spanish ] = "Converts a hexadecimal number to binary";
Text[ finnish ] = "Converts a hexadecimal number to binary";
Text[ italian ] = "Converts a hexadecimal number to binary";
Text[ danish ] = "Converts a hexadecimal number to binary";
Text[ swedish ] = "Converts a hexadecimal number to binary";
Text[ polish ] = "Converts a hexadecimal number to binary";
Text[ portuguese_brazilian ] = "Converts a hexadecimal number to binary";
Text[ japanese ] = "Converts a hexadecimal number to binary";
Text[ korean ] = "Converts a hexadecimal number to binary";
Text[ chinese_simplified ] = "Converts a hexadecimal number to binary";
Text[ chinese_traditional ] = "Converts a hexadecimal number to binary";
Text[ turkish ] = "Converts a hexadecimal number to binary";
Text[ arabic ] = "Converts a hexadecimal number to binary";
Text[ catalan ] = "Converts a hexadecimal number to binary";
};
String 2 // name of parameter 1 Hex2Bin
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Hex2Bin
{
Text = "Hexadezimalzahl (als Text)";
Text[ english ] = "Hexadezimalzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Hex2Bin
{
Text = "Stellen";
Text[ english ] = "Stellen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
String 5 // description of parameter 2 Hex2Bin
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
};
Resource ANALYSIS_Hex2Dec
{
String 1 // description Hex2Dec
{
Text = "Wandelt eine Hexadezimalzahl in eine Dezimalzahl um.";
Text[ english ] = "Converts a hexadecimal number to decimal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a hexadecimal number to decimal";
Text[ portuguese ] = "Converts a hexadecimal number to decimal";
Text[ russian ] = "Converts a hexadecimal number to decimal";
Text[ greek ] = "Converts a hexadecimal number to decimal";
Text[ dutch ] = "Converts a hexadecimal number to decimal";
Text[ french ] = "Converts a hexadecimal number to decimal";
Text[ spanish ] = "Converts a hexadecimal number to decimal";
Text[ finnish ] = "Converts a hexadecimal number to decimal";
Text[ italian ] = "Converts a hexadecimal number to decimal";
Text[ danish ] = "Converts a hexadecimal number to decimal";
Text[ swedish ] = "Converts a hexadecimal number to decimal";
Text[ polish ] = "Converts a hexadecimal number to decimal";
Text[ portuguese_brazilian ] = "Converts a hexadecimal number to decimal";
Text[ japanese ] = "Converts a hexadecimal number to decimal";
Text[ korean ] = "Converts a hexadecimal number to decimal";
Text[ chinese_simplified ] = "Converts a hexadecimal number to decimal";
Text[ chinese_traditional ] = "Converts a hexadecimal number to decimal";
Text[ turkish ] = "Converts a hexadecimal number to decimal";
Text[ arabic ] = "Converts a hexadecimal number to decimal";
Text[ catalan ] = "Converts a hexadecimal number to decimal";
};
String 2 // name of parameter 1 Hex2Dec
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Hex2Dec
{
Text = "Hexadezimalzahl (als Text)";
Text[ english ] = "Hexadezimalzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
};
Resource ANALYSIS_Hex2Oct
{
String 1 // description Hex2Oct
{
Text = "Wandelt eine Hexadezimalzahl in eine Oktalzahl um.";
Text[ english ] = "Converts a hexadecimal number to octal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a hexadecimal number to octal";
Text[ portuguese ] = "Converts a hexadecimal number to octal";
Text[ russian ] = "Converts a hexadecimal number to octal";
Text[ greek ] = "Converts a hexadecimal number to octal";
Text[ dutch ] = "Converts a hexadecimal number to octal";
Text[ french ] = "Converts a hexadecimal number to octal";
Text[ spanish ] = "Converts a hexadecimal number to octal";
Text[ finnish ] = "Converts a hexadecimal number to octal";
Text[ italian ] = "Converts a hexadecimal number to octal";
Text[ danish ] = "Converts a hexadecimal number to octal";
Text[ swedish ] = "Converts a hexadecimal number to octal";
Text[ polish ] = "Converts a hexadecimal number to octal";
Text[ portuguese_brazilian ] = "Converts a hexadecimal number to octal";
Text[ japanese ] = "Converts a hexadecimal number to octal";
Text[ korean ] = "Converts a hexadecimal number to octal";
Text[ chinese_simplified ] = "Converts a hexadecimal number to octal";
Text[ chinese_traditional ] = "Converts a hexadecimal number to octal";
Text[ turkish ] = "Converts a hexadecimal number to octal";
Text[ arabic ] = "Converts a hexadecimal number to octal";
Text[ catalan ] = "Converts a hexadecimal number to octal";
};
String 2 // name of parameter 1 Hex2Oct
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Hex2Oct
{
Text = "Hexadezimalzahl (als Text)";
Text[ english ] = "Hexadezimalzahl (als Text)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 Hex2Oct
{
Text = "Stellen";
Text[ english ] = "Stellen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
String 5 // description of parameter 2 Hex2Oct
{
Text = "Anzahl der verwendeten Stellen.";
Text[ english ] = "Anzahl der verwendeten Stellen.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "places";
Text[ portuguese ] = "places";
Text[ russian ] = "places";
Text[ greek ] = "places";
Text[ dutch ] = "places";
Text[ french ] = "places";
Text[ spanish ] = "places";
Text[ finnish ] = "places";
Text[ italian ] = "places";
Text[ danish ] = "places";
Text[ swedish ] = "places";
Text[ polish ] = "places";
Text[ portuguese_brazilian ] = "places";
Text[ japanese ] = "places";
Text[ korean ] = "places";
Text[ chinese_simplified ] = "places";
Text[ chinese_traditional ] = "places";
Text[ turkish ] = "places";
Text[ arabic ] = "places";
Text[ catalan ] = "places";
};
};
Resource ANALYSIS_Delta
{
String 1 // description Delta
{
Text = "<22>berpr<70>ft, ob zwei Werte gleich sind.";
Text[ english ] = "Tests wether two numbers are equal";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Tests wether two numbers are equal";
Text[ portuguese ] = "Tests wether two numbers are equal";
Text[ russian ] = "Tests wether two numbers are equal";
Text[ greek ] = "Tests wether two numbers are equal";
Text[ dutch ] = "Tests wether two numbers are equal";
Text[ french ] = "Tests wether two numbers are equal";
Text[ spanish ] = "Tests wether two numbers are equal";
Text[ finnish ] = "Tests wether two numbers are equal";
Text[ italian ] = "Tests wether two numbers are equal";
Text[ danish ] = "Tests wether two numbers are equal";
Text[ swedish ] = "Tests wether two numbers are equal";
Text[ polish ] = "Tests wether two numbers are equal";
Text[ portuguese_brazilian ] = "Tests wether two numbers are equal";
Text[ japanese ] = "Tests wether two numbers are equal";
Text[ korean ] = "Tests wether two numbers are equal";
Text[ chinese_simplified ] = "Tests wether two numbers are equal";
Text[ chinese_traditional ] = "Tests wether two numbers are equal";
Text[ turkish ] = "Tests wether two numbers are equal";
Text[ arabic ] = "Tests wether two numbers are equal";
Text[ catalan ] = "Tests wether two numbers are equal";
};
String 2 // name of parameter 1 Delta
{
Text = "Zahl 1";
Text[ english ] = "Zahl 1";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number 1";
Text[ portuguese ] = "number 1";
Text[ russian ] = "number 1";
Text[ greek ] = "number 1";
Text[ dutch ] = "number 1";
Text[ french ] = "number 1";
Text[ spanish ] = "number 1";
Text[ finnish ] = "number 1";
Text[ italian ] = "number 1";
Text[ danish ] = "number 1";
Text[ swedish ] = "number 1";
Text[ polish ] = "number 1";
Text[ portuguese_brazilian ] = "number 1";
Text[ japanese ] = "number 1";
Text[ korean ] = "number 1";
Text[ chinese_simplified ] = "number 1";
Text[ chinese_traditional ] = "number 1";
Text[ turkish ] = "number 1";
Text[ arabic ] = "number 1";
Text[ catalan ] = "number 1";
};
String 3 // description of parameter 1 Delta
{
Text = "Erste Zahl";
Text[ english ] = "Erste Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number 1";
Text[ portuguese ] = "number 1";
Text[ russian ] = "number 1";
Text[ greek ] = "number 1";
Text[ dutch ] = "number 1";
Text[ french ] = "number 1";
Text[ spanish ] = "number 1";
Text[ finnish ] = "number 1";
Text[ italian ] = "number 1";
Text[ danish ] = "number 1";
Text[ swedish ] = "number 1";
Text[ polish ] = "number 1";
Text[ portuguese_brazilian ] = "number 1";
Text[ japanese ] = "number 1";
Text[ korean ] = "number 1";
Text[ chinese_simplified ] = "number 1";
Text[ chinese_traditional ] = "number 1";
Text[ turkish ] = "number 1";
Text[ arabic ] = "number 1";
Text[ catalan ] = "number 1";
};
String 4 // name of parameter 2 Delta
{
Text = "Zahl 2";
Text[ english ] = "Zahl 2";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number 2";
Text[ portuguese ] = "number 2";
Text[ russian ] = "number 2";
Text[ greek ] = "number 2";
Text[ dutch ] = "number 2";
Text[ french ] = "number 2";
Text[ spanish ] = "number 2";
Text[ finnish ] = "number 2";
Text[ italian ] = "number 2";
Text[ danish ] = "number 2";
Text[ swedish ] = "number 2";
Text[ polish ] = "number 2";
Text[ portuguese_brazilian ] = "number 2";
Text[ japanese ] = "number 2";
Text[ korean ] = "number 2";
Text[ chinese_simplified ] = "number 2";
Text[ chinese_traditional ] = "number 2";
Text[ turkish ] = "number 2";
Text[ arabic ] = "number 2";
Text[ catalan ] = "number 2";
};
String 5 // description of parameter 2 Delta
{
Text = "Zweite Zahl";
Text[ english ] = "Zweite Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number 2";
Text[ portuguese ] = "number 2";
Text[ russian ] = "number 2";
Text[ greek ] = "number 2";
Text[ dutch ] = "number 2";
Text[ french ] = "number 2";
Text[ spanish ] = "number 2";
Text[ finnish ] = "number 2";
Text[ italian ] = "number 2";
Text[ danish ] = "number 2";
Text[ swedish ] = "number 2";
Text[ polish ] = "number 2";
Text[ portuguese_brazilian ] = "number 2";
Text[ japanese ] = "number 2";
Text[ korean ] = "number 2";
Text[ chinese_simplified ] = "number 2";
Text[ chinese_traditional ] = "number 2";
Text[ turkish ] = "number 2";
Text[ arabic ] = "number 2";
Text[ catalan ] = "number 2";
};
};
Resource ANALYSIS_Erf
{
String 1 // description Erf
{
Text = "Liefert die Gauss'sche Fehlerfunktion.";
Text[ english ] = "Returns the error function";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the error function";
Text[ portuguese ] = "Returns the error function";
Text[ russian ] = "Returns the error function";
Text[ greek ] = "Returns the error function";
Text[ dutch ] = "Returns the error function";
Text[ french ] = "Returns the error function";
Text[ spanish ] = "Returns the error function";
Text[ finnish ] = "Returns the error function";
Text[ italian ] = "Returns the error function";
Text[ danish ] = "Returns the error function";
Text[ swedish ] = "Returns the error function";
Text[ polish ] = "Returns the error function";
Text[ portuguese_brazilian ] = "Returns the error function";
Text[ japanese ] = "Returns the error function";
Text[ korean ] = "Returns the error function";
Text[ chinese_simplified ] = "Returns the error function";
Text[ chinese_traditional ] = "Returns the error function";
Text[ turkish ] = "Returns the error function";
Text[ arabic ] = "Returns the error function";
Text[ catalan ] = "Returns the error function";
};
String 2 // name of parameter 1 Erf
{
Text = "Untere Grenze";
Text[ english ] = "Untere Grenze";
Text[ language_user1 ] = " ";
Text[ english_us ] = "lower limit";
Text[ portuguese ] = "lower limit";
Text[ russian ] = "lower limit";
Text[ greek ] = "lower limit";
Text[ dutch ] = "lower limit";
Text[ french ] = "lower limit";
Text[ spanish ] = "lower limit";
Text[ finnish ] = "lower limit";
Text[ italian ] = "lower limit";
Text[ danish ] = "lower limit";
Text[ swedish ] = "lower limit";
Text[ polish ] = "lower limit";
Text[ portuguese_brazilian ] = "lower limit";
Text[ japanese ] = "lower limit";
Text[ korean ] = "lower limit";
Text[ chinese_simplified ] = "lower limit";
Text[ chinese_traditional ] = "lower limit";
Text[ turkish ] = "lower limit";
Text[ arabic ] = "lower limit";
Text[ catalan ] = "lower limit";
};
String 3 // description of parameter 1 Erf
{
Text = "Untere Grenze zur Integration.";
Text[ english ] = "Untere Grenze zur Integration.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "lower limit";
Text[ portuguese ] = "lower limit";
Text[ russian ] = "lower limit";
Text[ greek ] = "lower limit";
Text[ dutch ] = "lower limit";
Text[ french ] = "lower limit";
Text[ spanish ] = "lower limit";
Text[ finnish ] = "lower limit";
Text[ italian ] = "lower limit";
Text[ danish ] = "lower limit";
Text[ swedish ] = "lower limit";
Text[ polish ] = "lower limit";
Text[ portuguese_brazilian ] = "lower limit";
Text[ japanese ] = "lower limit";
Text[ korean ] = "lower limit";
Text[ chinese_simplified ] = "lower limit";
Text[ chinese_traditional ] = "lower limit";
Text[ turkish ] = "lower limit";
Text[ arabic ] = "lower limit";
Text[ catalan ] = "lower limit";
};
String 4 // name of parameter 2 Erf
{
Text = "Obere Grenze";
Text[ english ] = "Obere Grenze";
Text[ language_user1 ] = " ";
Text[ english_us ] = "upper limit";
Text[ portuguese ] = "upper limit";
Text[ russian ] = "upper limit";
Text[ greek ] = "upper limit";
Text[ dutch ] = "upper limit";
Text[ french ] = "upper limit";
Text[ spanish ] = "upper limit";
Text[ finnish ] = "upper limit";
Text[ italian ] = "upper limit";
Text[ danish ] = "upper limit";
Text[ swedish ] = "upper limit";
Text[ polish ] = "upper limit";
Text[ portuguese_brazilian ] = "upper limit";
Text[ japanese ] = "upper limit";
Text[ korean ] = "upper limit";
Text[ chinese_simplified ] = "upper limit";
Text[ chinese_traditional ] = "upper limit";
Text[ turkish ] = "upper limit";
Text[ arabic ] = "upper limit";
Text[ catalan ] = "upper limit";
};
String 5 // description of parameter 2 Erf
{
Text = "Obere Grenze zur Integration.";
Text[ english ] = "Obere Grenze zur Integration.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "upper limit";
Text[ portuguese ] = "upper limit";
Text[ russian ] = "upper limit";
Text[ greek ] = "upper limit";
Text[ dutch ] = "upper limit";
Text[ french ] = "upper limit";
Text[ spanish ] = "upper limit";
Text[ finnish ] = "upper limit";
Text[ italian ] = "upper limit";
Text[ danish ] = "upper limit";
Text[ swedish ] = "upper limit";
Text[ polish ] = "upper limit";
Text[ portuguese_brazilian ] = "upper limit";
Text[ japanese ] = "upper limit";
Text[ korean ] = "upper limit";
Text[ chinese_simplified ] = "upper limit";
Text[ chinese_traditional ] = "upper limit";
Text[ turkish ] = "upper limit";
Text[ arabic ] = "upper limit";
Text[ catalan ] = "upper limit";
};
};
Resource ANALYSIS_Erfc
{
String 1 // description Erfc
{
Text = "Liefert das Komplement zur Gauss'schen Fehlerfunktion.";
Text[ english ] = "Returns the complementary error function";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the complementary error function";
Text[ portuguese ] = "Returns the complementary error function";
Text[ russian ] = "Returns the complementary error function";
Text[ greek ] = "Returns the complementary error function";
Text[ dutch ] = "Returns the complementary error function";
Text[ french ] = "Returns the complementary error function";
Text[ spanish ] = "Returns the complementary error function";
Text[ finnish ] = "Returns the complementary error function";
Text[ italian ] = "Returns the complementary error function";
Text[ danish ] = "Returns the complementary error function";
Text[ swedish ] = "Returns the complementary error function";
Text[ polish ] = "Returns the complementary error function";
Text[ portuguese_brazilian ] = "Returns the complementary error function";
Text[ japanese ] = "Returns the complementary error function";
Text[ korean ] = "Returns the complementary error function";
Text[ chinese_simplified ] = "Returns the complementary error function";
Text[ chinese_traditional ] = "Returns the complementary error function";
Text[ turkish ] = "Returns the complementary error function";
Text[ arabic ] = "Returns the complementary error function";
Text[ catalan ] = "Returns the complementary error function";
};
String 2 // name of parameter 1 Erfc
{
Text = "Untere Grenze";
Text[ english ] = "Untere Grenze";
Text[ language_user1 ] = " ";
Text[ english_us ] = "lower limit";
Text[ portuguese ] = "lower limit";
Text[ russian ] = "lower limit";
Text[ greek ] = "lower limit";
Text[ dutch ] = "lower limit";
Text[ french ] = "lower limit";
Text[ spanish ] = "lower limit";
Text[ finnish ] = "lower limit";
Text[ italian ] = "lower limit";
Text[ danish ] = "lower limit";
Text[ swedish ] = "lower limit";
Text[ polish ] = "lower limit";
Text[ portuguese_brazilian ] = "lower limit";
Text[ japanese ] = "lower limit";
Text[ korean ] = "lower limit";
Text[ chinese_simplified ] = "lower limit";
Text[ chinese_traditional ] = "lower limit";
Text[ turkish ] = "lower limit";
Text[ arabic ] = "lower limit";
Text[ catalan ] = "lower limit";
};
String 3 // description of parameter 1 Erfc
{
Text = "Untere Grenze zur Integration.";
Text[ english ] = "Untere Grenze zur Integration.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "lower limit";
Text[ portuguese ] = "lower limit";
Text[ russian ] = "lower limit";
Text[ greek ] = "lower limit";
Text[ dutch ] = "lower limit";
Text[ french ] = "lower limit";
Text[ spanish ] = "lower limit";
Text[ finnish ] = "lower limit";
Text[ italian ] = "lower limit";
Text[ danish ] = "lower limit";
Text[ swedish ] = "lower limit";
Text[ polish ] = "lower limit";
Text[ portuguese_brazilian ] = "lower limit";
Text[ japanese ] = "lower limit";
Text[ korean ] = "lower limit";
Text[ chinese_simplified ] = "lower limit";
Text[ chinese_traditional ] = "lower limit";
Text[ turkish ] = "lower limit";
Text[ arabic ] = "lower limit";
Text[ catalan ] = "lower limit";
};
};
Resource ANALYSIS_GeStep
{
String 1 // description GeStep
{
Text = "Rundet eine Zahl auf die n<>chstkleinere ganze Zahl ab.";
Text[ english ] = "Tests wether a number is greater than a threshold value";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Tests wether a number is greater than a threshold value";
Text[ portuguese ] = "Tests wether a number is greater than a threshold value";
Text[ russian ] = "Tests wether a number is greater than a threshold value";
Text[ greek ] = "Tests wether a number is greater than a threshold value";
Text[ dutch ] = "Tests wether a number is greater than a threshold value";
Text[ french ] = "Tests wether a number is greater than a threshold value";
Text[ spanish ] = "Tests wether a number is greater than a threshold value";
Text[ finnish ] = "Tests wether a number is greater than a threshold value";
Text[ italian ] = "Tests wether a number is greater than a threshold value";
Text[ danish ] = "Tests wether a number is greater than a threshold value";
Text[ swedish ] = "Tests wether a number is greater than a threshold value";
Text[ polish ] = "Tests wether a number is greater than a threshold value";
Text[ portuguese_brazilian ] = "Tests wether a number is greater than a threshold value";
Text[ japanese ] = "Tests wether a number is greater than a threshold value";
Text[ korean ] = "Tests wether a number is greater than a threshold value";
Text[ chinese_simplified ] = "Tests wether a number is greater than a threshold value";
Text[ chinese_traditional ] = "Tests wether a number is greater than a threshold value";
Text[ turkish ] = "Tests wether a number is greater than a threshold value";
Text[ arabic ] = "Tests wether a number is greater than a threshold value";
Text[ catalan ] = "Tests wether a number is greater than a threshold value";
};
String 2 // name of parameter 1 GeStep
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 GeStep
{
Text = "An Schwellenwert zu <20>berpr<70>fender Wert.";
Text[ english ] = "An Schwellenwert zu <20>berpr<70>fender Wert.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 4 // name of parameter 2 GeStep
{
Text = "Schwellenwert";
Text[ english ] = "Schwellenwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "step";
Text[ portuguese ] = "step";
Text[ russian ] = "<22><><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "Stap";
Text[ french ] = "Page (Step)";
Text[ spanish ] = "step";
Text[ finnish ] = "step";
Text[ italian ] = "step";
Text[ danish ] = "step";
Text[ swedish ] = "Steg";
Text[ polish ] = "Krok";
Text[ portuguese_brazilian ] = "step";
Text[ japanese ] = "<22>ï<EFBFBD><C3AF>";
Text[ korean ] = "<22>ܰ<EFBFBD>";
Text[ chinese_simplified ] = "<22><>";
Text[ chinese_traditional ] = "<22>B";
Text[ turkish ] = "step";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ catalan ] = "step";
};
String 5 // description of parameter 2 GeStep
{
Text = "Schwellenwert";
Text[ english ] = "Schwellenwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "step";
Text[ portuguese ] = "step";
Text[ russian ] = "<22><><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ dutch ] = "Stap";
Text[ french ] = "Page (Step)";
Text[ spanish ] = "step";
Text[ finnish ] = "step";
Text[ italian ] = "step";
Text[ danish ] = "step";
Text[ swedish ] = "Steg";
Text[ polish ] = "Krok";
Text[ portuguese_brazilian ] = "step";
Text[ japanese ] = "<22>ï<EFBFBD><C3AF>";
Text[ korean ] = "<22>ܰ<EFBFBD>";
Text[ chinese_simplified ] = "<22><>";
Text[ chinese_traditional ] = "<22>B";
Text[ turkish ] = "step";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
Text[ catalan ] = "step";
};
};
Resource ANALYSIS_Factdouble
{
String 1 // description Factdouble
{
Text = "Liefert die Fakult<6C>t zu Zahl mit der Schrittl<74>nge 2.";
Text[ english ] = "Returns the double factorial of a number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the double factorial of a number";
Text[ portuguese ] = "Returns the double factorial of a number";
Text[ russian ] = "Returns the double factorial of a number";
Text[ greek ] = "Returns the double factorial of a number";
Text[ dutch ] = "Returns the double factorial of a number";
Text[ french ] = "Returns the double factorial of a number";
Text[ spanish ] = "Returns the double factorial of a number";
Text[ finnish ] = "Returns the double factorial of a number";
Text[ italian ] = "Returns the double factorial of a number";
Text[ danish ] = "Returns the double factorial of a number";
Text[ swedish ] = "Returns the double factorial of a number";
Text[ polish ] = "Returns the double factorial of a number";
Text[ portuguese_brazilian ] = "Returns the double factorial of a number";
Text[ japanese ] = "Returns the double factorial of a number";
Text[ korean ] = "Returns the double factorial of a number";
Text[ chinese_simplified ] = "Returns the double factorial of a number";
Text[ chinese_traditional ] = "Returns the double factorial of a number";
Text[ turkish ] = "Returns the double factorial of a number";
Text[ arabic ] = "Returns the double factorial of a number";
Text[ catalan ] = "Returns the double factorial of a number";
};
String 2 // name of parameter 1 Factdouble
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 3 // description of parameter 1 Factdouble
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
};
Resource ANALYSIS_Imabs
{
String 1 // description Imabs
{
Text = "Liefert den Betrag einer komplexen Zahl.";
Text[ english ] = "Returns the absolute value (modulus) of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the absolute value (modulus) of a complex number";
Text[ portuguese ] = "Returns the absolute value (modulus) of a complex number";
Text[ russian ] = "Returns the absolute value (modulus) of a complex number";
Text[ greek ] = "Returns the absolute value (modulus) of a complex number";
Text[ dutch ] = "Returns the absolute value (modulus) of a complex number";
Text[ french ] = "Returns the absolute value (modulus) of a complex number";
Text[ spanish ] = "Returns the absolute value (modulus) of a complex number";
Text[ finnish ] = "Returns the absolute value (modulus) of a complex number";
Text[ italian ] = "Returns the absolute value (modulus) of a complex number";
Text[ danish ] = "Returns the absolute value (modulus) of a complex number";
Text[ swedish ] = "Returns the absolute value (modulus) of a complex number";
Text[ polish ] = "Returns the absolute value (modulus) of a complex number";
Text[ portuguese_brazilian ] = "Returns the absolute value (modulus) of a complex number";
Text[ japanese ] = "Returns the absolute value (modulus) of a complex number";
Text[ korean ] = "Returns the absolute value (modulus) of a complex number";
Text[ chinese_simplified ] = "Returns the absolute value (modulus) of a complex number";
Text[ chinese_traditional ] = "Returns the absolute value (modulus) of a complex number";
Text[ turkish ] = "Returns the absolute value (modulus) of a complex number";
Text[ arabic ] = "Returns the absolute value (modulus) of a complex number";
Text[ catalan ] = "Returns the absolute value (modulus) of a complex number";
};
String 2 // name of parameter 1 Imabs
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imabs
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imaginary
{
String 1 // description Imaginary
{
Text = "Liefert den Imagin<69>rteil einer komplexen Zahl.";
Text[ english ] = "Returns the imaginary coefficient of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the imaginary coefficient of a complex number";
Text[ portuguese ] = "Returns the imaginary coefficient of a complex number";
Text[ russian ] = "Returns the imaginary coefficient of a complex number";
Text[ greek ] = "Returns the imaginary coefficient of a complex number";
Text[ dutch ] = "Returns the imaginary coefficient of a complex number";
Text[ french ] = "Returns the imaginary coefficient of a complex number";
Text[ spanish ] = "Returns the imaginary coefficient of a complex number";
Text[ finnish ] = "Returns the imaginary coefficient of a complex number";
Text[ italian ] = "Returns the imaginary coefficient of a complex number";
Text[ danish ] = "Returns the imaginary coefficient of a complex number";
Text[ swedish ] = "Returns the imaginary coefficient of a complex number";
Text[ polish ] = "Returns the imaginary coefficient of a complex number";
Text[ portuguese_brazilian ] = "Returns the imaginary coefficient of a complex number";
Text[ japanese ] = "Returns the imaginary coefficient of a complex number";
Text[ korean ] = "Returns the imaginary coefficient of a complex number";
Text[ chinese_simplified ] = "Returns the imaginary coefficient of a complex number";
Text[ chinese_traditional ] = "Returns the imaginary coefficient of a complex number";
Text[ turkish ] = "Returns the imaginary coefficient of a complex number";
Text[ arabic ] = "Returns the imaginary coefficient of a complex number";
Text[ catalan ] = "Returns the imaginary coefficient of a complex number";
};
String 2 // name of parameter 1 Imaginary
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imaginary
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Impower
{
String 1 // description Impower
{
Text = "Potenziert eine komplexe Zahl mit einer ganzen Zahl.";
Text[ english ] = "Returns a complex number raised by a real number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns a complex number raised by a real number";
Text[ portuguese ] = "Returns a complex number raised by a real number";
Text[ russian ] = "Returns a complex number raised by a real number";
Text[ greek ] = "Returns a complex number raised by a real number";
Text[ dutch ] = "Returns a complex number raised by a real number";
Text[ french ] = "Returns a complex number raised by a real number";
Text[ spanish ] = "Returns a complex number raised by a real number";
Text[ finnish ] = "Returns a complex number raised by a real number";
Text[ italian ] = "Returns a complex number raised by a real number";
Text[ danish ] = "Returns a complex number raised by a real number";
Text[ swedish ] = "Returns a complex number raised by a real number";
Text[ polish ] = "Returns a complex number raised by a real number";
Text[ portuguese_brazilian ] = "Returns a complex number raised by a real number";
Text[ japanese ] = "Returns a complex number raised by a real number";
Text[ korean ] = "Returns a complex number raised by a real number";
Text[ chinese_simplified ] = "Returns a complex number raised by a real number";
Text[ chinese_traditional ] = "Returns a complex number raised by a real number";
Text[ turkish ] = "Returns a complex number raised by a real number";
Text[ arabic ] = "Returns a complex number raised by a real number";
Text[ catalan ] = "Returns a complex number raised by a real number";
};
String 2 // name of parameter 1 Impower
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Impower
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 4 // name of parameter 2 Impower
{
Text = "Potenz";
Text[ english ] = "Potenz";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
String 5 // description of parameter 2 Impower
{
Text = "Exponent, mit dem die komplexe Zahl potenziert wird.";
Text[ english ] = "Exponent, mit dem die komplexe Zahl potenziert wird.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "number";
Text[ portuguese ] = "number";
Text[ russian ] = "number";
Text[ greek ] = "number";
Text[ dutch ] = "number";
Text[ french ] = "number";
Text[ spanish ] = "number";
Text[ finnish ] = "number";
Text[ italian ] = "number";
Text[ danish ] = "number";
Text[ swedish ] = "number";
Text[ polish ] = "number";
Text[ portuguese_brazilian ] = "number";
Text[ japanese ] = "number";
Text[ korean ] = "number";
Text[ chinese_simplified ] = "number";
Text[ chinese_traditional ] = "number";
Text[ turkish ] = "number";
Text[ arabic ] = "number";
Text[ catalan ] = "number";
};
};
Resource ANALYSIS_Imargument
{
String 1 // description Imargument
{
Text = "Liefert den Winkel im Bogenma<6D> zur Darstellung der komplexen Zahl in trigonometrischer Schreibweise.";
Text[ english ] = "Returns the argument q, an angle expressed in radians";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the argument q, an angle expressed in radians";
Text[ portuguese ] = "Returns the argument q, an angle expressed in radians";
Text[ russian ] = "Returns the argument q, an angle expressed in radians";
Text[ greek ] = "Returns the argument q, an angle expressed in radians";
Text[ dutch ] = "Returns the argument q, an angle expressed in radians";
Text[ french ] = "Returns the argument q, an angle expressed in radians";
Text[ spanish ] = "Returns the argument q, an angle expressed in radians";
Text[ finnish ] = "Returns the argument q, an angle expressed in radians";
Text[ italian ] = "Returns the argument q, an angle expressed in radians";
Text[ danish ] = "Returns the argument q, an angle expressed in radians";
Text[ swedish ] = "Returns the argument q, an angle expressed in radians";
Text[ polish ] = "Returns the argument q, an angle expressed in radians";
Text[ portuguese_brazilian ] = "Returns the argument q, an angle expressed in radians";
Text[ japanese ] = "Returns the argument q, an angle expressed in radians";
Text[ korean ] = "Returns the argument q, an angle expressed in radians";
Text[ chinese_simplified ] = "Returns the argument q, an angle expressed in radians";
Text[ chinese_traditional ] = "Returns the argument q, an angle expressed in radians";
Text[ turkish ] = "Returns the argument q, an angle expressed in radians";
Text[ arabic ] = "Returns the argument q, an angle expressed in radians";
Text[ catalan ] = "Returns the argument q, an angle expressed in radians";
};
String 2 // name of parameter 1 Imargument
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imargument
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imcos
{
String 1 // description Imcos
{
Text = "Liefert den Kosinus einer komplexen Zahl.";
Text[ english ] = "Returns the cosine of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the cosine of a complex number";
Text[ portuguese ] = "Returns the cosine of a complex number";
Text[ russian ] = "Returns the cosine of a complex number";
Text[ greek ] = "Returns the cosine of a complex number";
Text[ dutch ] = "Returns the cosine of a complex number";
Text[ french ] = "Returns the cosine of a complex number";
Text[ spanish ] = "Returns the cosine of a complex number";
Text[ finnish ] = "Returns the cosine of a complex number";
Text[ italian ] = "Returns the cosine of a complex number";
Text[ danish ] = "Returns the cosine of a complex number";
Text[ swedish ] = "Returns the cosine of a complex number";
Text[ polish ] = "Returns the cosine of a complex number";
Text[ portuguese_brazilian ] = "Returns the cosine of a complex number";
Text[ japanese ] = "Returns the cosine of a complex number";
Text[ korean ] = "Returns the cosine of a complex number";
Text[ chinese_simplified ] = "Returns the cosine of a complex number";
Text[ chinese_traditional ] = "Returns the cosine of a complex number";
Text[ turkish ] = "Returns the cosine of a complex number";
Text[ arabic ] = "Returns the cosine of a complex number";
Text[ catalan ] = "Returns the cosine of a complex number";
};
String 2 // name of parameter 1 Imcos
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imcos
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imdiv
{
String 1 // description Imdiv
{
Text = "Liefert den Quotient zweier komplexer Zahlen.";
Text[ english ] = "Returns the quotient of two complex numbers";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the quotient of two complex numbers";
Text[ portuguese ] = "Returns the quotient of two complex numbers";
Text[ russian ] = "Returns the quotient of two complex numbers";
Text[ greek ] = "Returns the quotient of two complex numbers";
Text[ dutch ] = "Returns the quotient of two complex numbers";
Text[ french ] = "Returns the quotient of two complex numbers";
Text[ spanish ] = "Returns the quotient of two complex numbers";
Text[ finnish ] = "Returns the quotient of two complex numbers";
Text[ italian ] = "Returns the quotient of two complex numbers";
Text[ danish ] = "Returns the quotient of two complex numbers";
Text[ swedish ] = "Returns the quotient of two complex numbers";
Text[ polish ] = "Returns the quotient of two complex numbers";
Text[ portuguese_brazilian ] = "Returns the quotient of two complex numbers";
Text[ japanese ] = "Returns the quotient of two complex numbers";
Text[ korean ] = "Returns the quotient of two complex numbers";
Text[ chinese_simplified ] = "Returns the quotient of two complex numbers";
Text[ chinese_traditional ] = "Returns the quotient of two complex numbers";
Text[ turkish ] = "Returns the quotient of two complex numbers";
Text[ arabic ] = "Returns the quotient of two complex numbers";
Text[ catalan ] = "Returns the quotient of two complex numbers";
};
String 2 // name of parameter 1 Imdiv
{
Text = "Z<>hler";
Text[ english ] = "Z<>hler";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 1";
Text[ portuguese ] = "inumber 1";
Text[ russian ] = "inumber 1";
Text[ greek ] = "inumber 1";
Text[ dutch ] = "inumber 1";
Text[ french ] = "inumber 1";
Text[ spanish ] = "inumber 1";
Text[ finnish ] = "inumber 1";
Text[ italian ] = "inumber 1";
Text[ danish ] = "inumber 1";
Text[ swedish ] = "inumber 1";
Text[ polish ] = "inumber 1";
Text[ portuguese_brazilian ] = "inumber 1";
Text[ japanese ] = "inumber 1";
Text[ korean ] = "inumber 1";
Text[ chinese_simplified ] = "inumber 1";
Text[ chinese_traditional ] = "inumber 1";
Text[ turkish ] = "inumber 1";
Text[ arabic ] = "inumber 1";
Text[ catalan ] = "inumber 1";
};
String 3 // description of parameter 1 Imdiv
{
Text = "Z<>hler (Dividend)";
Text[ english ] = "Z<>hler (Dividend)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 1";
Text[ portuguese ] = "inumber 1";
Text[ russian ] = "inumber 1";
Text[ greek ] = "inumber 1";
Text[ dutch ] = "inumber 1";
Text[ french ] = "inumber 1";
Text[ spanish ] = "inumber 1";
Text[ finnish ] = "inumber 1";
Text[ italian ] = "inumber 1";
Text[ danish ] = "inumber 1";
Text[ swedish ] = "inumber 1";
Text[ polish ] = "inumber 1";
Text[ portuguese_brazilian ] = "inumber 1";
Text[ japanese ] = "inumber 1";
Text[ korean ] = "inumber 1";
Text[ chinese_simplified ] = "inumber 1";
Text[ chinese_traditional ] = "inumber 1";
Text[ turkish ] = "inumber 1";
Text[ arabic ] = "inumber 1";
Text[ catalan ] = "inumber 1";
};
String 4 // name of parameter 2 Imdiv
{
Text = "Nenner";
Text[ english ] = "Nenner";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 2";
Text[ portuguese ] = "inumber 2";
Text[ russian ] = "inumber 2";
Text[ greek ] = "inumber 2";
Text[ dutch ] = "inumber 2";
Text[ french ] = "inumber 2";
Text[ spanish ] = "inumber 2";
Text[ finnish ] = "inumber 2";
Text[ italian ] = "inumber 2";
Text[ danish ] = "inumber 2";
Text[ swedish ] = "inumber 2";
Text[ polish ] = "inumber 2";
Text[ portuguese_brazilian ] = "inumber 2";
Text[ japanese ] = "inumber 2";
Text[ korean ] = "inumber 2";
Text[ chinese_simplified ] = "inumber 2";
Text[ chinese_traditional ] = "inumber 2";
Text[ turkish ] = "inumber 2";
Text[ arabic ] = "inumber 2";
Text[ catalan ] = "inumber 2";
};
String 5 // description of parameter 2 Imdiv
{
Text = "Nenner( Divisor )";
Text[ english ] = "Nenner( Divisor )";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 2";
Text[ portuguese ] = "inumber 2";
Text[ russian ] = "inumber 2";
Text[ greek ] = "inumber 2";
Text[ dutch ] = "inumber 2";
Text[ french ] = "inumber 2";
Text[ spanish ] = "inumber 2";
Text[ finnish ] = "inumber 2";
Text[ italian ] = "inumber 2";
Text[ danish ] = "inumber 2";
Text[ swedish ] = "inumber 2";
Text[ polish ] = "inumber 2";
Text[ portuguese_brazilian ] = "inumber 2";
Text[ japanese ] = "inumber 2";
Text[ korean ] = "inumber 2";
Text[ chinese_simplified ] = "inumber 2";
Text[ chinese_traditional ] = "inumber 2";
Text[ turkish ] = "inumber 2";
Text[ arabic ] = "inumber 2";
Text[ catalan ] = "inumber 2";
};
};
Resource ANALYSIS_Imexp
{
String 1 // description Imexp
{
Text = "Liefert die algebraische Form einer in exponentieller Darstellung vorliegenden komplexen Zahl.";
Text[ english ] = "Returns the exponential of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the exponential of a complex number";
Text[ portuguese ] = "Returns the exponential of a complex number";
Text[ russian ] = "Returns the exponential of a complex number";
Text[ greek ] = "Returns the exponential of a complex number";
Text[ dutch ] = "Returns the exponential of a complex number";
Text[ french ] = "Returns the exponential of a complex number";
Text[ spanish ] = "Returns the exponential of a complex number";
Text[ finnish ] = "Returns the exponential of a complex number";
Text[ italian ] = "Returns the exponential of a complex number";
Text[ danish ] = "Returns the exponential of a complex number";
Text[ swedish ] = "Returns the exponential of a complex number";
Text[ polish ] = "Returns the exponential of a complex number";
Text[ portuguese_brazilian ] = "Returns the exponential of a complex number";
Text[ japanese ] = "Returns the exponential of a complex number";
Text[ korean ] = "Returns the exponential of a complex number";
Text[ chinese_simplified ] = "Returns the exponential of a complex number";
Text[ chinese_traditional ] = "Returns the exponential of a complex number";
Text[ turkish ] = "Returns the exponential of a complex number";
Text[ arabic ] = "Returns the exponential of a complex number";
Text[ catalan ] = "Returns the exponential of a complex number";
};
String 2 // name of parameter 1 Imexp
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imexp
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imconjugate
{
String 1 // description Imconjugate
{
Text = "Liefert das konjugiert Komplexe zu einer komplexen Zahl.";
Text[ english ] = "Returns the comlex conjugate of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the comlex conjugate of a complex number";
Text[ portuguese ] = "Returns the comlex conjugate of a complex number";
Text[ russian ] = "Returns the comlex conjugate of a complex number";
Text[ greek ] = "Returns the comlex conjugate of a complex number";
Text[ dutch ] = "Returns the comlex conjugate of a complex number";
Text[ french ] = "Returns the comlex conjugate of a complex number";
Text[ spanish ] = "Returns the comlex conjugate of a complex number";
Text[ finnish ] = "Returns the comlex conjugate of a complex number";
Text[ italian ] = "Returns the comlex conjugate of a complex number";
Text[ danish ] = "Returns the comlex conjugate of a complex number";
Text[ swedish ] = "Returns the comlex conjugate of a complex number";
Text[ polish ] = "Returns the comlex conjugate of a complex number";
Text[ portuguese_brazilian ] = "Returns the comlex conjugate of a complex number";
Text[ japanese ] = "Returns the comlex conjugate of a complex number";
Text[ korean ] = "Returns the comlex conjugate of a complex number";
Text[ chinese_simplified ] = "Returns the comlex conjugate of a complex number";
Text[ chinese_traditional ] = "Returns the comlex conjugate of a complex number";
Text[ turkish ] = "Returns the comlex conjugate of a complex number";
Text[ arabic ] = "Returns the comlex conjugate of a complex number";
Text[ catalan ] = "Returns the comlex conjugate of a complex number";
};
String 2 // name of parameter 1 Imconjugate
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imconjugate
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imln
{
String 1 // description Imln
{
Text = "Liefert den nat<61>rlichen Logarithmus einer komplexen Zahl.";
Text[ english ] = "Returns the natural logarithm of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the natural logarithm of a complex number";
Text[ portuguese ] = "Returns the natural logarithm of a complex number";
Text[ russian ] = "Returns the natural logarithm of a complex number";
Text[ greek ] = "Returns the natural logarithm of a complex number";
Text[ dutch ] = "Returns the natural logarithm of a complex number";
Text[ french ] = "Returns the natural logarithm of a complex number";
Text[ spanish ] = "Returns the natural logarithm of a complex number";
Text[ finnish ] = "Returns the natural logarithm of a complex number";
Text[ italian ] = "Returns the natural logarithm of a complex number";
Text[ danish ] = "Returns the natural logarithm of a complex number";
Text[ swedish ] = "Returns the natural logarithm of a complex number";
Text[ polish ] = "Returns the natural logarithm of a complex number";
Text[ portuguese_brazilian ] = "Returns the natural logarithm of a complex number";
Text[ japanese ] = "Returns the natural logarithm of a complex number";
Text[ korean ] = "Returns the natural logarithm of a complex number";
Text[ chinese_simplified ] = "Returns the natural logarithm of a complex number";
Text[ chinese_traditional ] = "Returns the natural logarithm of a complex number";
Text[ turkish ] = "Returns the natural logarithm of a complex number";
Text[ arabic ] = "Returns the natural logarithm of a complex number";
Text[ catalan ] = "Returns the natural logarithm of a complex number";
};
String 2 // name of parameter 1 Imln
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imln
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imlog10
{
String 1 // description Imlog10
{
Text = "Liefert den dekadischen Logarithmus einer komplexen Zahl.";
Text[ english ] = "Returns the base-10 logarithm of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the base-10 logarithm of a complex number";
Text[ portuguese ] = "Returns the base-10 logarithm of a complex number";
Text[ russian ] = "Returns the base-10 logarithm of a complex number";
Text[ greek ] = "Returns the base-10 logarithm of a complex number";
Text[ dutch ] = "Returns the base-10 logarithm of a complex number";
Text[ french ] = "Returns the base-10 logarithm of a complex number";
Text[ spanish ] = "Returns the base-10 logarithm of a complex number";
Text[ finnish ] = "Returns the base-10 logarithm of a complex number";
Text[ italian ] = "Returns the base-10 logarithm of a complex number";
Text[ danish ] = "Returns the base-10 logarithm of a complex number";
Text[ swedish ] = "Returns the base-10 logarithm of a complex number";
Text[ polish ] = "Returns the base-10 logarithm of a complex number";
Text[ portuguese_brazilian ] = "Returns the base-10 logarithm of a complex number";
Text[ japanese ] = "Returns the base-10 logarithm of a complex number";
Text[ korean ] = "Returns the base-10 logarithm of a complex number";
Text[ chinese_simplified ] = "Returns the base-10 logarithm of a complex number";
Text[ chinese_traditional ] = "Returns the base-10 logarithm of a complex number";
Text[ turkish ] = "Returns the base-10 logarithm of a complex number";
Text[ arabic ] = "Returns the base-10 logarithm of a complex number";
Text[ catalan ] = "Returns the base-10 logarithm of a complex number";
};
String 2 // name of parameter 1 Imlog10
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imlog10
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imlog2
{
String 1 // description Imlog2
{
Text = "Liefert den Duallogarithmus";
Text[ english ] = "Returns the base-2 logarithm of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the base-2 logarithm of a complex number";
Text[ portuguese ] = "Returns the base-2 logarithm of a complex number";
Text[ russian ] = "Returns the base-2 logarithm of a complex number";
Text[ greek ] = "Returns the base-2 logarithm of a complex number";
Text[ dutch ] = "Returns the base-2 logarithm of a complex number";
Text[ french ] = "Returns the base-2 logarithm of a complex number";
Text[ spanish ] = "Returns the base-2 logarithm of a complex number";
Text[ finnish ] = "Returns the base-2 logarithm of a complex number";
Text[ italian ] = "Returns the base-2 logarithm of a complex number";
Text[ danish ] = "Returns the base-2 logarithm of a complex number";
Text[ swedish ] = "Returns the base-2 logarithm of a complex number";
Text[ polish ] = "Returns the base-2 logarithm of a complex number";
Text[ portuguese_brazilian ] = "Returns the base-2 logarithm of a complex number";
Text[ japanese ] = "Returns the base-2 logarithm of a complex number";
Text[ korean ] = "Returns the base-2 logarithm of a complex number";
Text[ chinese_simplified ] = "Returns the base-2 logarithm of a complex number";
Text[ chinese_traditional ] = "Returns the base-2 logarithm of a complex number";
Text[ turkish ] = "Returns the base-2 logarithm of a complex number";
Text[ arabic ] = "Returns the base-2 logarithm of a complex number";
Text[ catalan ] = "Returns the base-2 logarithm of a complex number";
};
String 2 // name of parameter 1 Imlog2
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imlog2
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Improduct
{
String 1 // description Improduct
{
Text = "Liefert das Produkt mehrer komplexer Zahlen";
Text[ english ] = "Returns the product of complex numbers";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the product of complex numbers";
Text[ portuguese ] = "Returns the product of complex numbers";
Text[ russian ] = "Returns the product of complex numbers";
Text[ greek ] = "Returns the product of complex numbers";
Text[ dutch ] = "Returns the product of complex numbers";
Text[ french ] = "Returns the product of complex numbers";
Text[ spanish ] = "Returns the product of complex numbers";
Text[ finnish ] = "Returns the product of complex numbers";
Text[ italian ] = "Returns the product of complex numbers";
Text[ danish ] = "Returns the product of complex numbers";
Text[ swedish ] = "Returns the product of complex numbers";
Text[ polish ] = "Returns the product of complex numbers";
Text[ portuguese_brazilian ] = "Returns the product of complex numbers";
Text[ japanese ] = "Returns the product of complex numbers";
Text[ korean ] = "Returns the product of complex numbers";
Text[ chinese_simplified ] = "Returns the product of complex numbers";
Text[ chinese_traditional ] = "Returns the product of complex numbers";
Text[ turkish ] = "Returns the product of complex numbers";
Text[ arabic ] = "Returns the product of complex numbers";
Text[ catalan ] = "Returns the product of complex numbers";
};
String 2 // name of parameter 1 Improduct
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 1";
Text[ portuguese ] = "inumber 1";
Text[ russian ] = "inumber 1";
Text[ greek ] = "inumber 1";
Text[ dutch ] = "inumber 1";
Text[ french ] = "inumber 1";
Text[ spanish ] = "inumber 1";
Text[ finnish ] = "inumber 1";
Text[ italian ] = "inumber 1";
Text[ danish ] = "inumber 1";
Text[ swedish ] = "inumber 1";
Text[ polish ] = "inumber 1";
Text[ portuguese_brazilian ] = "inumber 1";
Text[ japanese ] = "inumber 1";
Text[ korean ] = "inumber 1";
Text[ chinese_simplified ] = "inumber 1";
Text[ chinese_traditional ] = "inumber 1";
Text[ turkish ] = "inumber 1";
Text[ arabic ] = "inumber 1";
Text[ catalan ] = "inumber 1";
};
String 3 // description of parameter 1 Improduct
{
Text = "Erste komplexe Zahl";
Text[ english ] = "Erste komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 1";
Text[ portuguese ] = "inumber 1";
Text[ russian ] = "inumber 1";
Text[ greek ] = "inumber 1";
Text[ dutch ] = "inumber 1";
Text[ french ] = "inumber 1";
Text[ spanish ] = "inumber 1";
Text[ finnish ] = "inumber 1";
Text[ italian ] = "inumber 1";
Text[ danish ] = "inumber 1";
Text[ swedish ] = "inumber 1";
Text[ polish ] = "inumber 1";
Text[ portuguese_brazilian ] = "inumber 1";
Text[ japanese ] = "inumber 1";
Text[ korean ] = "inumber 1";
Text[ chinese_simplified ] = "inumber 1";
Text[ chinese_traditional ] = "inumber 1";
Text[ turkish ] = "inumber 1";
Text[ arabic ] = "inumber 1";
Text[ catalan ] = "inumber 1";
};
String 4 // name of parameter 2 Improduct
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 2";
Text[ portuguese ] = "inumber 2";
Text[ russian ] = "inumber 2";
Text[ greek ] = "inumber 2";
Text[ dutch ] = "inumber 2";
Text[ french ] = "inumber 2";
Text[ spanish ] = "inumber 2";
Text[ finnish ] = "inumber 2";
Text[ italian ] = "inumber 2";
Text[ danish ] = "inumber 2";
Text[ swedish ] = "inumber 2";
Text[ polish ] = "inumber 2";
Text[ portuguese_brazilian ] = "inumber 2";
Text[ japanese ] = "inumber 2";
Text[ korean ] = "inumber 2";
Text[ chinese_simplified ] = "inumber 2";
Text[ chinese_traditional ] = "inumber 2";
Text[ turkish ] = "inumber 2";
Text[ arabic ] = "inumber 2";
Text[ catalan ] = "inumber 2";
};
String 5 // description of parameter 2 Improduct
{
Text = "Weitere komplexe Zahl";
Text[ english ] = "Weitere komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 2";
Text[ portuguese ] = "inumber 2";
Text[ russian ] = "inumber 2";
Text[ greek ] = "inumber 2";
Text[ dutch ] = "inumber 2";
Text[ french ] = "inumber 2";
Text[ spanish ] = "inumber 2";
Text[ finnish ] = "inumber 2";
Text[ italian ] = "inumber 2";
Text[ danish ] = "inumber 2";
Text[ swedish ] = "inumber 2";
Text[ polish ] = "inumber 2";
Text[ portuguese_brazilian ] = "inumber 2";
Text[ japanese ] = "inumber 2";
Text[ korean ] = "inumber 2";
Text[ chinese_simplified ] = "inumber 2";
Text[ chinese_traditional ] = "inumber 2";
Text[ turkish ] = "inumber 2";
Text[ arabic ] = "inumber 2";
Text[ catalan ] = "inumber 2";
};
};
Resource ANALYSIS_Imreal
{
String 1 // description Imreal
{
Text = "Liefert den Realteil einer komplexen Zahl.";
Text[ english ] = "Returns the real coefficient of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the real coefficient of a complex number";
Text[ portuguese ] = "Returns the real coefficient of a complex number";
Text[ russian ] = "Returns the real coefficient of a complex number";
Text[ greek ] = "Returns the real coefficient of a complex number";
Text[ dutch ] = "Returns the real coefficient of a complex number";
Text[ french ] = "Returns the real coefficient of a complex number";
Text[ spanish ] = "Returns the real coefficient of a complex number";
Text[ finnish ] = "Returns the real coefficient of a complex number";
Text[ italian ] = "Returns the real coefficient of a complex number";
Text[ danish ] = "Returns the real coefficient of a complex number";
Text[ swedish ] = "Returns the real coefficient of a complex number";
Text[ polish ] = "Returns the real coefficient of a complex number";
Text[ portuguese_brazilian ] = "Returns the real coefficient of a complex number";
Text[ japanese ] = "Returns the real coefficient of a complex number";
Text[ korean ] = "Returns the real coefficient of a complex number";
Text[ chinese_simplified ] = "Returns the real coefficient of a complex number";
Text[ chinese_traditional ] = "Returns the real coefficient of a complex number";
Text[ turkish ] = "Returns the real coefficient of a complex number";
Text[ arabic ] = "Returns the real coefficient of a complex number";
Text[ catalan ] = "Returns the real coefficient of a complex number";
};
String 2 // name of parameter 1 Imreal
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imreal
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imsin
{
String 1 // description Imsin
{
Text = "Liefert den Sinus einer komplexen Zahl.";
Text[ english ] = "Returns the sine of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the sine of a complex number";
Text[ portuguese ] = "Returns the sine of a complex number";
Text[ russian ] = "Returns the sine of a complex number";
Text[ greek ] = "Returns the sine of a complex number";
Text[ dutch ] = "Returns the sine of a complex number";
Text[ french ] = "Returns the sine of a complex number";
Text[ spanish ] = "Returns the sine of a complex number";
Text[ finnish ] = "Returns the sine of a complex number";
Text[ italian ] = "Returns the sine of a complex number";
Text[ danish ] = "Returns the sine of a complex number";
Text[ swedish ] = "Returns the sine of a complex number";
Text[ polish ] = "Returns the sine of a complex number";
Text[ portuguese_brazilian ] = "Returns the sine of a complex number";
Text[ japanese ] = "Returns the sine of a complex number";
Text[ korean ] = "Returns the sine of a complex number";
Text[ chinese_simplified ] = "Returns the sine of a complex number";
Text[ chinese_traditional ] = "Returns the sine of a complex number";
Text[ turkish ] = "Returns the sine of a complex number";
Text[ arabic ] = "Returns the sine of a complex number";
Text[ catalan ] = "Returns the sine of a complex number";
};
String 2 // name of parameter 1 Imsin
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imsin
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imsub
{
String 1 // description Imsub
{
Text = "Liefert die Differenz zweier komplexer Zahlen.";
Text[ english ] = "Returns the difference of two complex numbers";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the difference of two complex numbers";
Text[ portuguese ] = "Returns the difference of two complex numbers";
Text[ russian ] = "Returns the difference of two complex numbers";
Text[ greek ] = "Returns the difference of two complex numbers";
Text[ dutch ] = "Returns the difference of two complex numbers";
Text[ french ] = "Returns the difference of two complex numbers";
Text[ spanish ] = "Returns the difference of two complex numbers";
Text[ finnish ] = "Returns the difference of two complex numbers";
Text[ italian ] = "Returns the difference of two complex numbers";
Text[ danish ] = "Returns the difference of two complex numbers";
Text[ swedish ] = "Returns the difference of two complex numbers";
Text[ polish ] = "Returns the difference of two complex numbers";
Text[ portuguese_brazilian ] = "Returns the difference of two complex numbers";
Text[ japanese ] = "Returns the difference of two complex numbers";
Text[ korean ] = "Returns the difference of two complex numbers";
Text[ chinese_simplified ] = "Returns the difference of two complex numbers";
Text[ chinese_traditional ] = "Returns the difference of two complex numbers";
Text[ turkish ] = "Returns the difference of two complex numbers";
Text[ arabic ] = "Returns the difference of two complex numbers";
Text[ catalan ] = "Returns the difference of two complex numbers";
};
String 2 // name of parameter 1 Imsub
{
Text = "Komplexe Zahl 1";
Text[ english ] = "Komplexe Zahl 1";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 1";
Text[ portuguese ] = "inumber 1";
Text[ russian ] = "inumber 1";
Text[ greek ] = "inumber 1";
Text[ dutch ] = "inumber 1";
Text[ french ] = "inumber 1";
Text[ spanish ] = "inumber 1";
Text[ finnish ] = "inumber 1";
Text[ italian ] = "inumber 1";
Text[ danish ] = "inumber 1";
Text[ swedish ] = "inumber 1";
Text[ polish ] = "inumber 1";
Text[ portuguese_brazilian ] = "inumber 1";
Text[ japanese ] = "inumber 1";
Text[ korean ] = "inumber 1";
Text[ chinese_simplified ] = "inumber 1";
Text[ chinese_traditional ] = "inumber 1";
Text[ turkish ] = "inumber 1";
Text[ arabic ] = "inumber 1";
Text[ catalan ] = "inumber 1";
};
String 3 // description of parameter 1 Imsub
{
Text = "Komplexe Zahl 1";
Text[ english ] = "Komplexe Zahl 1";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 1";
Text[ portuguese ] = "inumber 1";
Text[ russian ] = "inumber 1";
Text[ greek ] = "inumber 1";
Text[ dutch ] = "inumber 1";
Text[ french ] = "inumber 1";
Text[ spanish ] = "inumber 1";
Text[ finnish ] = "inumber 1";
Text[ italian ] = "inumber 1";
Text[ danish ] = "inumber 1";
Text[ swedish ] = "inumber 1";
Text[ polish ] = "inumber 1";
Text[ portuguese_brazilian ] = "inumber 1";
Text[ japanese ] = "inumber 1";
Text[ korean ] = "inumber 1";
Text[ chinese_simplified ] = "inumber 1";
Text[ chinese_traditional ] = "inumber 1";
Text[ turkish ] = "inumber 1";
Text[ arabic ] = "inumber 1";
Text[ catalan ] = "inumber 1";
};
String 4 // name of parameter 2 Imsub
{
Text = "Komplexe Zahl 2";
Text[ english ] = "Komplexe Zahl 2";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 2";
Text[ portuguese ] = "inumber 2";
Text[ russian ] = "inumber 2";
Text[ greek ] = "inumber 2";
Text[ dutch ] = "inumber 2";
Text[ french ] = "inumber 2";
Text[ spanish ] = "inumber 2";
Text[ finnish ] = "inumber 2";
Text[ italian ] = "inumber 2";
Text[ danish ] = "inumber 2";
Text[ swedish ] = "inumber 2";
Text[ polish ] = "inumber 2";
Text[ portuguese_brazilian ] = "inumber 2";
Text[ japanese ] = "inumber 2";
Text[ korean ] = "inumber 2";
Text[ chinese_simplified ] = "inumber 2";
Text[ chinese_traditional ] = "inumber 2";
Text[ turkish ] = "inumber 2";
Text[ arabic ] = "inumber 2";
Text[ catalan ] = "inumber 2";
};
String 5 // description of parameter 2 Imsub
{
Text = "Komplexe Zahl 2";
Text[ english ] = "Komplexe Zahl 2";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 2";
Text[ portuguese ] = "inumber 2";
Text[ russian ] = "inumber 2";
Text[ greek ] = "inumber 2";
Text[ dutch ] = "inumber 2";
Text[ french ] = "inumber 2";
Text[ spanish ] = "inumber 2";
Text[ finnish ] = "inumber 2";
Text[ italian ] = "inumber 2";
Text[ danish ] = "inumber 2";
Text[ swedish ] = "inumber 2";
Text[ polish ] = "inumber 2";
Text[ portuguese_brazilian ] = "inumber 2";
Text[ japanese ] = "inumber 2";
Text[ korean ] = "inumber 2";
Text[ chinese_simplified ] = "inumber 2";
Text[ chinese_traditional ] = "inumber 2";
Text[ turkish ] = "inumber 2";
Text[ arabic ] = "inumber 2";
Text[ catalan ] = "inumber 2";
};
};
Resource ANALYSIS_Imsqrt
{
String 1 // description Imsqrt
{
Text = "Liefert die Quadratwurzel einer komplexen Zahl.";
Text[ english ] = "Returns the square root of a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the square root of a complex number";
Text[ portuguese ] = "Returns the square root of a complex number";
Text[ russian ] = "Returns the square root of a complex number";
Text[ greek ] = "Returns the square root of a complex number";
Text[ dutch ] = "Returns the square root of a complex number";
Text[ french ] = "Returns the square root of a complex number";
Text[ spanish ] = "Returns the square root of a complex number";
Text[ finnish ] = "Returns the square root of a complex number";
Text[ italian ] = "Returns the square root of a complex number";
Text[ danish ] = "Returns the square root of a complex number";
Text[ swedish ] = "Returns the square root of a complex number";
Text[ polish ] = "Returns the square root of a complex number";
Text[ portuguese_brazilian ] = "Returns the square root of a complex number";
Text[ japanese ] = "Returns the square root of a complex number";
Text[ korean ] = "Returns the square root of a complex number";
Text[ chinese_simplified ] = "Returns the square root of a complex number";
Text[ chinese_traditional ] = "Returns the square root of a complex number";
Text[ turkish ] = "Returns the square root of a complex number";
Text[ arabic ] = "Returns the square root of a complex number";
Text[ catalan ] = "Returns the square root of a complex number";
};
String 2 // name of parameter 1 Imsqrt
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
String 3 // description of parameter 1 Imsqrt
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber";
Text[ portuguese ] = "inumber";
Text[ russian ] = "inumber";
Text[ greek ] = "inumber";
Text[ dutch ] = "inumber";
Text[ french ] = "inumber";
Text[ spanish ] = "inumber";
Text[ finnish ] = "inumber";
Text[ italian ] = "inumber";
Text[ danish ] = "inumber";
Text[ swedish ] = "inumber";
Text[ polish ] = "inumber";
Text[ portuguese_brazilian ] = "inumber";
Text[ japanese ] = "inumber";
Text[ korean ] = "inumber";
Text[ chinese_simplified ] = "inumber";
Text[ chinese_traditional ] = "inumber";
Text[ turkish ] = "inumber";
Text[ arabic ] = "inumber";
Text[ catalan ] = "inumber";
};
};
Resource ANALYSIS_Imsum
{
String 1 // description Imsum
{
Text = "Liefert die Summe komplexer Zahlen";
Text[ english ] = "Returns the sum of complex numbers";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the sum of complex numbers";
Text[ portuguese ] = "Returns the sum of complex numbers";
Text[ russian ] = "Returns the sum of complex numbers";
Text[ greek ] = "Returns the sum of complex numbers";
Text[ dutch ] = "Returns the sum of complex numbers";
Text[ french ] = "Returns the sum of complex numbers";
Text[ spanish ] = "Returns the sum of complex numbers";
Text[ finnish ] = "Returns the sum of complex numbers";
Text[ italian ] = "Returns the sum of complex numbers";
Text[ danish ] = "Returns the sum of complex numbers";
Text[ swedish ] = "Returns the sum of complex numbers";
Text[ polish ] = "Returns the sum of complex numbers";
Text[ portuguese_brazilian ] = "Returns the sum of complex numbers";
Text[ japanese ] = "Returns the sum of complex numbers";
Text[ korean ] = "Returns the sum of complex numbers";
Text[ chinese_simplified ] = "Returns the sum of complex numbers";
Text[ chinese_traditional ] = "Returns the sum of complex numbers";
Text[ turkish ] = "Returns the sum of complex numbers";
Text[ arabic ] = "Returns the sum of complex numbers";
Text[ catalan ] = "Returns the sum of complex numbers";
};
String 2 // name of parameter 1 Imsum
{
Text = "Komplexe Zahl 1";
Text[ english ] = "Komplexe Zahl 1";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 1";
Text[ portuguese ] = "inumber 1";
Text[ russian ] = "inumber 1";
Text[ greek ] = "inumber 1";
Text[ dutch ] = "inumber 1";
Text[ french ] = "inumber 1";
Text[ spanish ] = "inumber 1";
Text[ finnish ] = "inumber 1";
Text[ italian ] = "inumber 1";
Text[ danish ] = "inumber 1";
Text[ swedish ] = "inumber 1";
Text[ polish ] = "inumber 1";
Text[ portuguese_brazilian ] = "inumber 1";
Text[ japanese ] = "inumber 1";
Text[ korean ] = "inumber 1";
Text[ chinese_simplified ] = "inumber 1";
Text[ chinese_traditional ] = "inumber 1";
Text[ turkish ] = "inumber 1";
Text[ arabic ] = "inumber 1";
Text[ catalan ] = "inumber 1";
};
String 3 // description of parameter 1 Imsum
{
Text = "Komplexe Zahl 1";
Text[ english ] = "Komplexe Zahl 1";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 1";
Text[ portuguese ] = "inumber 1";
Text[ russian ] = "inumber 1";
Text[ greek ] = "inumber 1";
Text[ dutch ] = "inumber 1";
Text[ french ] = "inumber 1";
Text[ spanish ] = "inumber 1";
Text[ finnish ] = "inumber 1";
Text[ italian ] = "inumber 1";
Text[ danish ] = "inumber 1";
Text[ swedish ] = "inumber 1";
Text[ polish ] = "inumber 1";
Text[ portuguese_brazilian ] = "inumber 1";
Text[ japanese ] = "inumber 1";
Text[ korean ] = "inumber 1";
Text[ chinese_simplified ] = "inumber 1";
Text[ chinese_traditional ] = "inumber 1";
Text[ turkish ] = "inumber 1";
Text[ arabic ] = "inumber 1";
Text[ catalan ] = "inumber 1";
};
String 4 // name of parameter 2 Imsum
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 2";
Text[ portuguese ] = "inumber 2";
Text[ russian ] = "inumber 2";
Text[ greek ] = "inumber 2";
Text[ dutch ] = "inumber 2";
Text[ french ] = "inumber 2";
Text[ spanish ] = "inumber 2";
Text[ finnish ] = "inumber 2";
Text[ italian ] = "inumber 2";
Text[ danish ] = "inumber 2";
Text[ swedish ] = "inumber 2";
Text[ polish ] = "inumber 2";
Text[ portuguese_brazilian ] = "inumber 2";
Text[ japanese ] = "inumber 2";
Text[ korean ] = "inumber 2";
Text[ chinese_simplified ] = "inumber 2";
Text[ chinese_traditional ] = "inumber 2";
Text[ turkish ] = "inumber 2";
Text[ arabic ] = "inumber 2";
Text[ catalan ] = "inumber 2";
};
String 5 // description of parameter 2 Imsum
{
Text = "Komplexe Zahl";
Text[ english ] = "Komplexe Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "inumber 2";
Text[ portuguese ] = "inumber 2";
Text[ russian ] = "inumber 2";
Text[ greek ] = "inumber 2";
Text[ dutch ] = "inumber 2";
Text[ french ] = "inumber 2";
Text[ spanish ] = "inumber 2";
Text[ finnish ] = "inumber 2";
Text[ italian ] = "inumber 2";
Text[ danish ] = "inumber 2";
Text[ swedish ] = "inumber 2";
Text[ polish ] = "inumber 2";
Text[ portuguese_brazilian ] = "inumber 2";
Text[ japanese ] = "inumber 2";
Text[ korean ] = "inumber 2";
Text[ chinese_simplified ] = "inumber 2";
Text[ chinese_traditional ] = "inumber 2";
Text[ turkish ] = "inumber 2";
Text[ arabic ] = "inumber 2";
Text[ catalan ] = "inumber 2";
};
};
Resource ANALYSIS_Complex
{
String 1 // description Complex
{
Text = "Wandelt den Real- und Imagin<69>rteil in eine komplexe Zahl um.";
Text[ english ] = "Converts real and imaginary coefficients into a complex number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts real and imaginary coefficients into a complex number";
Text[ portuguese ] = "Converts real and imaginary coefficients into a complex number";
Text[ russian ] = "Converts real and imaginary coefficients into a complex number";
Text[ greek ] = "Converts real and imaginary coefficients into a complex number";
Text[ dutch ] = "Converts real and imaginary coefficients into a complex number";
Text[ french ] = "Converts real and imaginary coefficients into a complex number";
Text[ spanish ] = "Converts real and imaginary coefficients into a complex number";
Text[ finnish ] = "Converts real and imaginary coefficients into a complex number";
Text[ italian ] = "Converts real and imaginary coefficients into a complex number";
Text[ danish ] = "Converts real and imaginary coefficients into a complex number";
Text[ swedish ] = "Converts real and imaginary coefficients into a complex number";
Text[ polish ] = "Converts real and imaginary coefficients into a complex number";
Text[ portuguese_brazilian ] = "Converts real and imaginary coefficients into a complex number";
Text[ japanese ] = "Converts real and imaginary coefficients into a complex number";
Text[ korean ] = "Converts real and imaginary coefficients into a complex number";
Text[ chinese_simplified ] = "Converts real and imaginary coefficients into a complex number";
Text[ chinese_traditional ] = "Converts real and imaginary coefficients into a complex number";
Text[ turkish ] = "Converts real and imaginary coefficients into a complex number";
Text[ arabic ] = "Converts real and imaginary coefficients into a complex number";
Text[ catalan ] = "Converts real and imaginary coefficients into a complex number";
};
String 2 // name of parameter 1 Complex
{
Text = "Realteil";
Text[ english ] = "Realteil";
Text[ language_user1 ] = " ";
Text[ english_us ] = "real_num";
Text[ portuguese ] = "real_num";
Text[ russian ] = "real_num";
Text[ greek ] = "real_num";
Text[ dutch ] = "real_num";
Text[ french ] = "real_num";
Text[ spanish ] = "real_num";
Text[ finnish ] = "real_num";
Text[ italian ] = "real_num";
Text[ danish ] = "real_num";
Text[ swedish ] = "real_num";
Text[ polish ] = "real_num";
Text[ portuguese_brazilian ] = "real_num";
Text[ japanese ] = "real_num";
Text[ korean ] = "real_num";
Text[ chinese_simplified ] = "real_num";
Text[ chinese_traditional ] = "real_num";
Text[ turkish ] = "real_num";
Text[ arabic ] = "real_num";
Text[ catalan ] = "real_num";
};
String 3 // description of parameter 1 Complex
{
Text = "Realteil";
Text[ english ] = "Realteil";
Text[ language_user1 ] = " ";
Text[ english_us ] = "real_num";
Text[ portuguese ] = "real_num";
Text[ russian ] = "real_num";
Text[ greek ] = "real_num";
Text[ dutch ] = "real_num";
Text[ french ] = "real_num";
Text[ spanish ] = "real_num";
Text[ finnish ] = "real_num";
Text[ italian ] = "real_num";
Text[ danish ] = "real_num";
Text[ swedish ] = "real_num";
Text[ polish ] = "real_num";
Text[ portuguese_brazilian ] = "real_num";
Text[ japanese ] = "real_num";
Text[ korean ] = "real_num";
Text[ chinese_simplified ] = "real_num";
Text[ chinese_traditional ] = "real_num";
Text[ turkish ] = "real_num";
Text[ arabic ] = "real_num";
Text[ catalan ] = "real_num";
};
String 4 // name of parameter 2 Complex
{
Text = "Imagin<69>rteil";
Text[ english ] = "Imagin<69>rteil";
Text[ language_user1 ] = " ";
Text[ english_us ] = "i_num";
Text[ portuguese ] = "i_num";
Text[ russian ] = "i_num";
Text[ greek ] = "i_num";
Text[ dutch ] = "i_num";
Text[ french ] = "i_num";
Text[ spanish ] = "i_num";
Text[ finnish ] = "i_num";
Text[ italian ] = "i_num";
Text[ danish ] = "i_num";
Text[ swedish ] = "i_num";
Text[ polish ] = "i_num";
Text[ portuguese_brazilian ] = "i_num";
Text[ japanese ] = "i_num";
Text[ korean ] = "i_num";
Text[ chinese_simplified ] = "i_num";
Text[ chinese_traditional ] = "i_num";
Text[ turkish ] = "i_num";
Text[ arabic ] = "i_num";
Text[ catalan ] = "i_num";
};
String 5 // description of parameter 2 Complex
{
Text = "Imagin<69>rteil";
Text[ english ] = "Imagin<69>rteil";
Text[ language_user1 ] = " ";
Text[ english_us ] = "i_num";
Text[ portuguese ] = "i_num";
Text[ russian ] = "i_num";
Text[ greek ] = "i_num";
Text[ dutch ] = "i_num";
Text[ french ] = "i_num";
Text[ spanish ] = "i_num";
Text[ finnish ] = "i_num";
Text[ italian ] = "i_num";
Text[ danish ] = "i_num";
Text[ swedish ] = "i_num";
Text[ polish ] = "i_num";
Text[ portuguese_brazilian ] = "i_num";
Text[ japanese ] = "i_num";
Text[ korean ] = "i_num";
Text[ chinese_simplified ] = "i_num";
Text[ chinese_traditional ] = "i_num";
Text[ turkish ] = "i_num";
Text[ arabic ] = "i_num";
Text[ catalan ] = "i_num";
};
String 6 // name of parameter 3 Complex
{
Text = "Suffix";
Text[ english ] = "Suffix";
Text[ language_user1 ] = " ";
Text[ english_us ] = "suffix";
Text[ portuguese ] = "suffix";
Text[ russian ] = "suffix";
Text[ greek ] = "suffix";
Text[ dutch ] = "suffix";
Text[ french ] = "suffix";
Text[ spanish ] = "suffix";
Text[ finnish ] = "suffix";
Text[ italian ] = "suffix";
Text[ danish ] = "suffix";
Text[ swedish ] = "suffix";
Text[ polish ] = "suffix";
Text[ portuguese_brazilian ] = "suffix";
Text[ japanese ] = "suffix";
Text[ korean ] = "suffix";
Text[ chinese_simplified ] = "suffix";
Text[ chinese_traditional ] = "suffix";
Text[ turkish ] = "suffix";
Text[ arabic ] = "suffix";
Text[ catalan ] = "suffix";
};
String 7 // description of parameter 3 Complex
{
Text = "Suffix";
Text[ english ] = "Suffix";
Text[ language_user1 ] = " ";
Text[ english_us ] = "suffix";
Text[ portuguese ] = "suffix";
Text[ russian ] = "suffix";
Text[ greek ] = "suffix";
Text[ dutch ] = "suffix";
Text[ french ] = "suffix";
Text[ spanish ] = "suffix";
Text[ finnish ] = "suffix";
Text[ italian ] = "suffix";
Text[ danish ] = "suffix";
Text[ swedish ] = "suffix";
Text[ polish ] = "suffix";
Text[ portuguese_brazilian ] = "suffix";
Text[ japanese ] = "suffix";
Text[ korean ] = "suffix";
Text[ chinese_simplified ] = "suffix";
Text[ chinese_traditional ] = "suffix";
Text[ turkish ] = "suffix";
Text[ arabic ] = "suffix";
Text[ catalan ] = "suffix";
};
};
Resource ANALYSIS_Convert_add
{
String 1 // description Convert_add
{
Text = "Wandelt eine Zahl von einem Ma<4D>system in ein anderes um.";
Text[ english ] = "Converts a number from one measurement system to another";
};
String 2 // name of parameter 1 Convert_add
{
Text = "Zahl";
Text[ english ] = "Zahl";
};
String 3 // description of parameter 1 Convert_add
{
Text = "Zahl";
Text[ english ] = "Zahl";
};
String 4 // name of parameter 2 Convert_add
{
Text = "Von-Ma<4D>einheit";
Text[ english ] = "Von-Ma<4D>einheit";
};
String 5 // description of parameter 2 Convert_add
{
Text = "Ma<4D>einheit von Zahl.";
Text[ english ] = "Ma<4D>einheit von Zahl.";
};
String 6 // name of parameter 3 Convert_add
{
Text = "In-Ma<4D>einheit";
Text[ english ] = "In-Ma<4D>einheit";
};
String 7 // description of parameter 3 Convert_add
{
Text = "Ma<4D>einheit des Ergebnisses.";
Text[ english ] = "Ma<4D>einheit des Ergebnisses.";
};
};
Resource ANALYSIS_Amordegrc
{
String 1 // description Amordegrc
{
Text = "Liefert den f<>r eine Abrechnungsperiode anzusetzenden Abschreibungsbetrag auf Basis des franz<6E>sischen Buchf<68>hrungssystems.";
Text[ english ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ portuguese ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ russian ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ greek ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ dutch ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ french ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ spanish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ finnish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ italian ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ danish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ swedish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ polish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ portuguese_brazilian ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ japanese ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ korean ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ chinese_simplified ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ chinese_traditional ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ turkish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ arabic ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ catalan ] = "Returns the prorated linear depreciation of an asset for each accounting period";
};
String 2 // name of parameter 1 Amordegrc
{
Text = "Kosten";
Text[ english ] = "Kosten";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Cost";
Text[ portuguese ] = "Cost";
Text[ russian ] = "Cost";
Text[ greek ] = "Cost";
Text[ dutch ] = "Cost";
Text[ french ] = "Cost";
Text[ spanish ] = "Cost";
Text[ finnish ] = "Cost";
Text[ italian ] = "Cost";
Text[ danish ] = "Cost";
Text[ swedish ] = "Cost";
Text[ polish ] = "Cost";
Text[ portuguese_brazilian ] = "Cost";
Text[ japanese ] = "Cost";
Text[ korean ] = "Cost";
Text[ chinese_simplified ] = "Cost";
Text[ chinese_traditional ] = "Cost";
Text[ turkish ] = "Cost";
Text[ arabic ] = "Cost";
Text[ catalan ] = "Cost";
};
String 3 // description of parameter 1 Amordegrc
{
Text = "Anschaffungskosten des Anlageguts.";
Text[ english ] = "Anschaffungskosten des Anlageguts.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Cost";
Text[ portuguese ] = "Cost";
Text[ russian ] = "Cost";
Text[ greek ] = "Cost";
Text[ dutch ] = "Cost";
Text[ french ] = "Cost";
Text[ spanish ] = "Cost";
Text[ finnish ] = "Cost";
Text[ italian ] = "Cost";
Text[ danish ] = "Cost";
Text[ swedish ] = "Cost";
Text[ polish ] = "Cost";
Text[ portuguese_brazilian ] = "Cost";
Text[ japanese ] = "Cost";
Text[ korean ] = "Cost";
Text[ chinese_simplified ] = "Cost";
Text[ chinese_traditional ] = "Cost";
Text[ turkish ] = "Cost";
Text[ arabic ] = "Cost";
Text[ catalan ] = "Cost";
};
String 4 // name of parameter 2 Amordegrc
{
Text = "Datum";
Text[ english ] = "Datum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Date purchased";
Text[ portuguese ] = "Date purchased";
Text[ russian ] = "Date purchased";
Text[ greek ] = "Date purchased";
Text[ dutch ] = "Date purchased";
Text[ french ] = "Date purchased";
Text[ spanish ] = "Date purchased";
Text[ finnish ] = "Date purchased";
Text[ italian ] = "Date purchased";
Text[ danish ] = "Date purchased";
Text[ swedish ] = "Date purchased";
Text[ polish ] = "Date purchased";
Text[ portuguese_brazilian ] = "Date purchased";
Text[ japanese ] = "Date purchased";
Text[ korean ] = "Date purchased";
Text[ chinese_simplified ] = "Date purchased";
Text[ chinese_traditional ] = "Date purchased";
Text[ turkish ] = "Date purchased";
Text[ arabic ] = "Date purchased";
Text[ catalan ] = "Date purchased";
};
String 5 // description of parameter 2 Amordegrc
{
Text = "Anschaffungsdatum des Anlagegutes";
Text[ english ] = "Anschaffungsdatum des Anlagegutes";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Date purchased";
Text[ portuguese ] = "Date purchased";
Text[ russian ] = "Date purchased";
Text[ greek ] = "Date purchased";
Text[ dutch ] = "Date purchased";
Text[ french ] = "Date purchased";
Text[ spanish ] = "Date purchased";
Text[ finnish ] = "Date purchased";
Text[ italian ] = "Date purchased";
Text[ danish ] = "Date purchased";
Text[ swedish ] = "Date purchased";
Text[ polish ] = "Date purchased";
Text[ portuguese_brazilian ] = "Date purchased";
Text[ japanese ] = "Date purchased";
Text[ korean ] = "Date purchased";
Text[ chinese_simplified ] = "Date purchased";
Text[ chinese_traditional ] = "Date purchased";
Text[ turkish ] = "Date purchased";
Text[ arabic ] = "Date purchased";
Text[ catalan ] = "Date purchased";
};
String 6 // name of parameter 3 Amordegrc
{
Text = "Erste Periode";
Text[ english ] = "Erste Periode";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First period";
Text[ portuguese ] = "First period";
Text[ russian ] = "First period";
Text[ greek ] = "First period";
Text[ dutch ] = "First period";
Text[ french ] = "First period";
Text[ spanish ] = "First period";
Text[ finnish ] = "First period";
Text[ italian ] = "First period";
Text[ danish ] = "First period";
Text[ swedish ] = "First period";
Text[ polish ] = "First period";
Text[ portuguese_brazilian ] = "First period";
Text[ japanese ] = "First period";
Text[ korean ] = "First period";
Text[ chinese_simplified ] = "First period";
Text[ chinese_traditional ] = "First period";
Text[ turkish ] = "First period";
Text[ arabic ] = "First period";
Text[ catalan ] = "First period";
};
String 7 // description of parameter 3 Amordegrc
{
Text = "Datum des Endes der ersten Periode.";
Text[ english ] = "Datum des Endes der ersten Periode.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First period";
Text[ portuguese ] = "First period";
Text[ russian ] = "First period";
Text[ greek ] = "First period";
Text[ dutch ] = "First period";
Text[ french ] = "First period";
Text[ spanish ] = "First period";
Text[ finnish ] = "First period";
Text[ italian ] = "First period";
Text[ danish ] = "First period";
Text[ swedish ] = "First period";
Text[ polish ] = "First period";
Text[ portuguese_brazilian ] = "First period";
Text[ japanese ] = "First period";
Text[ korean ] = "First period";
Text[ chinese_simplified ] = "First period";
Text[ chinese_traditional ] = "First period";
Text[ turkish ] = "First period";
Text[ arabic ] = "First period";
Text[ catalan ] = "First period";
};
String 8 // name of parameter 4 Amordegrc
{
Text = "Restwert";
Text[ english ] = "Restwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Salvage";
Text[ portuguese ] = "Salvage";
Text[ russian ] = "Salvage";
Text[ greek ] = "Salvage";
Text[ dutch ] = "Salvage";
Text[ french ] = "Salvage";
Text[ spanish ] = "Salvage";
Text[ finnish ] = "Salvage";
Text[ italian ] = "Salvage";
Text[ danish ] = "Salvage";
Text[ swedish ] = "Salvage";
Text[ polish ] = "Salvage";
Text[ portuguese_brazilian ] = "Salvage";
Text[ japanese ] = "Salvage";
Text[ korean ] = "Salvage";
Text[ chinese_simplified ] = "Salvage";
Text[ chinese_traditional ] = "Salvage";
Text[ turkish ] = "Salvage";
Text[ arabic ] = "Salvage";
Text[ catalan ] = "Salvage";
};
String 9 // description of parameter 4 Amordegrc
{
Text = "Restwert des Anlagegutes am Ende der Nutzungsdauer.";
Text[ english ] = "Restwert des Anlagegutes am Ende der Nutzungsdauer.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Salvage";
Text[ portuguese ] = "Salvage";
Text[ russian ] = "Salvage";
Text[ greek ] = "Salvage";
Text[ dutch ] = "Salvage";
Text[ french ] = "Salvage";
Text[ spanish ] = "Salvage";
Text[ finnish ] = "Salvage";
Text[ italian ] = "Salvage";
Text[ danish ] = "Salvage";
Text[ swedish ] = "Salvage";
Text[ polish ] = "Salvage";
Text[ portuguese_brazilian ] = "Salvage";
Text[ japanese ] = "Salvage";
Text[ korean ] = "Salvage";
Text[ chinese_simplified ] = "Salvage";
Text[ chinese_traditional ] = "Salvage";
Text[ turkish ] = "Salvage";
Text[ arabic ] = "Salvage";
Text[ catalan ] = "Salvage";
};
String 10 // name of parameter 5 Amordegrc
{
Text = "Periode";
Text[ english ] = "Periode";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Period";
Text[ portuguese ] = "Period";
Text[ russian ] = "Period";
Text[ greek ] = "Period";
Text[ dutch ] = "Period";
Text[ french ] = "Period";
Text[ spanish ] = "Period";
Text[ finnish ] = "Period";
Text[ italian ] = "Period";
Text[ danish ] = "Period";
Text[ swedish ] = "Period";
Text[ polish ] = "Period";
Text[ portuguese_brazilian ] = "Period";
Text[ japanese ] = "Period";
Text[ korean ] = "Period";
Text[ chinese_simplified ] = "Period";
Text[ chinese_traditional ] = "Period";
Text[ turkish ] = "Period";
Text[ arabic ] = "Period";
Text[ catalan ] = "Period";
};
String 11 // description of parameter 5 Amordegrc
{
Text = "Periode";
Text[ english ] = "Periode";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Period";
Text[ portuguese ] = "Period";
Text[ russian ] = "Period";
Text[ greek ] = "Period";
Text[ dutch ] = "Period";
Text[ french ] = "Period";
Text[ spanish ] = "Period";
Text[ finnish ] = "Period";
Text[ italian ] = "Period";
Text[ danish ] = "Period";
Text[ swedish ] = "Period";
Text[ polish ] = "Period";
Text[ portuguese_brazilian ] = "Period";
Text[ japanese ] = "Period";
Text[ korean ] = "Period";
Text[ chinese_simplified ] = "Period";
Text[ chinese_traditional ] = "Period";
Text[ turkish ] = "Period";
Text[ arabic ] = "Period";
Text[ catalan ] = "Period";
};
String 12 // name of parameter 6 Amordegrc
{
Text = "Rate";
Text[ english ] = "Rate";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 13 // description of parameter 6 Amordegrc
{
Text = "Abschreibungssatz";
Text[ english ] = "Abschreibungssatz";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 14 // name of parameter 7 Amordegrc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Year base";
Text[ portuguese ] = "Year base";
Text[ russian ] = "Year base";
Text[ greek ] = "Year base";
Text[ dutch ] = "Year base";
Text[ french ] = "Year base";
Text[ spanish ] = "Year base";
Text[ finnish ] = "Year base";
Text[ italian ] = "Year base";
Text[ danish ] = "Year base";
Text[ swedish ] = "Year base";
Text[ polish ] = "Year base";
Text[ portuguese_brazilian ] = "Year base";
Text[ japanese ] = "Year base";
Text[ korean ] = "Year base";
Text[ chinese_simplified ] = "Year base";
Text[ chinese_traditional ] = "Year base";
Text[ turkish ] = "Year base";
Text[ arabic ] = "Year base";
Text[ catalan ] = "Year base";
};
String 15 // description of parameter 7 Amordegrc
{
Text = "Zu verwendende Jahresbasis.";
Text[ english ] = "Zu verwendende Jahresbasis.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Year base";
Text[ portuguese ] = "Year base";
Text[ russian ] = "Year base";
Text[ greek ] = "Year base";
Text[ dutch ] = "Year base";
Text[ french ] = "Year base";
Text[ spanish ] = "Year base";
Text[ finnish ] = "Year base";
Text[ italian ] = "Year base";
Text[ danish ] = "Year base";
Text[ swedish ] = "Year base";
Text[ polish ] = "Year base";
Text[ portuguese_brazilian ] = "Year base";
Text[ japanese ] = "Year base";
Text[ korean ] = "Year base";
Text[ chinese_simplified ] = "Year base";
Text[ chinese_traditional ] = "Year base";
Text[ turkish ] = "Year base";
Text[ arabic ] = "Year base";
Text[ catalan ] = "Year base";
};
};
Resource ANALYSIS_Amorlinc
{
String 1 // description Amorlinc
{
Text = "Liefert den f<>r eine Abrechnungsperiode anzusetzenden Abschreibungsbetrag auf Basis des franz<6E>sischen Buchf<68>hrungssystems.";
Text[ english ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ portuguese ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ russian ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ greek ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ dutch ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ french ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ spanish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ finnish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ italian ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ danish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ swedish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ polish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ portuguese_brazilian ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ japanese ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ korean ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ chinese_simplified ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ chinese_traditional ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ turkish ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ arabic ] = "Returns the prorated linear depreciation of an asset for each accounting period";
Text[ catalan ] = "Returns the prorated linear depreciation of an asset for each accounting period";
};
String 2 // name of parameter 1 Amorlinc
{
Text = "Kosten";
Text[ english ] = "Kosten";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Cost";
Text[ portuguese ] = "Cost";
Text[ russian ] = "Cost";
Text[ greek ] = "Cost";
Text[ dutch ] = "Cost";
Text[ french ] = "Cost";
Text[ spanish ] = "Cost";
Text[ finnish ] = "Cost";
Text[ italian ] = "Cost";
Text[ danish ] = "Cost";
Text[ swedish ] = "Cost";
Text[ polish ] = "Cost";
Text[ portuguese_brazilian ] = "Cost";
Text[ japanese ] = "Cost";
Text[ korean ] = "Cost";
Text[ chinese_simplified ] = "Cost";
Text[ chinese_traditional ] = "Cost";
Text[ turkish ] = "Cost";
Text[ arabic ] = "Cost";
Text[ catalan ] = "Cost";
};
String 3 // description of parameter 1 Amorlinc
{
Text = "Anschaffungskosten des Anlageguts.";
Text[ english ] = "Anschaffungskosten des Anlageguts.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Cost";
Text[ portuguese ] = "Cost";
Text[ russian ] = "Cost";
Text[ greek ] = "Cost";
Text[ dutch ] = "Cost";
Text[ french ] = "Cost";
Text[ spanish ] = "Cost";
Text[ finnish ] = "Cost";
Text[ italian ] = "Cost";
Text[ danish ] = "Cost";
Text[ swedish ] = "Cost";
Text[ polish ] = "Cost";
Text[ portuguese_brazilian ] = "Cost";
Text[ japanese ] = "Cost";
Text[ korean ] = "Cost";
Text[ chinese_simplified ] = "Cost";
Text[ chinese_traditional ] = "Cost";
Text[ turkish ] = "Cost";
Text[ arabic ] = "Cost";
Text[ catalan ] = "Cost";
};
String 4 // name of parameter 2 Amorlinc
{
Text = "Datum";
Text[ english ] = "Datum";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Date purchased";
Text[ portuguese ] = "Date purchased";
Text[ russian ] = "Date purchased";
Text[ greek ] = "Date purchased";
Text[ dutch ] = "Date purchased";
Text[ french ] = "Date purchased";
Text[ spanish ] = "Date purchased";
Text[ finnish ] = "Date purchased";
Text[ italian ] = "Date purchased";
Text[ danish ] = "Date purchased";
Text[ swedish ] = "Date purchased";
Text[ polish ] = "Date purchased";
Text[ portuguese_brazilian ] = "Date purchased";
Text[ japanese ] = "Date purchased";
Text[ korean ] = "Date purchased";
Text[ chinese_simplified ] = "Date purchased";
Text[ chinese_traditional ] = "Date purchased";
Text[ turkish ] = "Date purchased";
Text[ arabic ] = "Date purchased";
Text[ catalan ] = "Date purchased";
};
String 5 // description of parameter 2 Amorlinc
{
Text = "Anschaffungsdatum des Anlagegutes";
Text[ english ] = "Anschaffungsdatum des Anlagegutes";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Date purchased";
Text[ portuguese ] = "Date purchased";
Text[ russian ] = "Date purchased";
Text[ greek ] = "Date purchased";
Text[ dutch ] = "Date purchased";
Text[ french ] = "Date purchased";
Text[ spanish ] = "Date purchased";
Text[ finnish ] = "Date purchased";
Text[ italian ] = "Date purchased";
Text[ danish ] = "Date purchased";
Text[ swedish ] = "Date purchased";
Text[ polish ] = "Date purchased";
Text[ portuguese_brazilian ] = "Date purchased";
Text[ japanese ] = "Date purchased";
Text[ korean ] = "Date purchased";
Text[ chinese_simplified ] = "Date purchased";
Text[ chinese_traditional ] = "Date purchased";
Text[ turkish ] = "Date purchased";
Text[ arabic ] = "Date purchased";
Text[ catalan ] = "Date purchased";
};
String 6 // name of parameter 3 Amorlinc
{
Text = "Erste Periode";
Text[ english ] = "Erste Periode";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First period";
Text[ portuguese ] = "First period";
Text[ russian ] = "First period";
Text[ greek ] = "First period";
Text[ dutch ] = "First period";
Text[ french ] = "First period";
Text[ spanish ] = "First period";
Text[ finnish ] = "First period";
Text[ italian ] = "First period";
Text[ danish ] = "First period";
Text[ swedish ] = "First period";
Text[ polish ] = "First period";
Text[ portuguese_brazilian ] = "First period";
Text[ japanese ] = "First period";
Text[ korean ] = "First period";
Text[ chinese_simplified ] = "First period";
Text[ chinese_traditional ] = "First period";
Text[ turkish ] = "First period";
Text[ arabic ] = "First period";
Text[ catalan ] = "First period";
};
String 7 // description of parameter 3 Amorlinc
{
Text = "Datum des Endes der ersten Periode.";
Text[ english ] = "Datum des Endes der ersten Periode.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First period";
Text[ portuguese ] = "First period";
Text[ russian ] = "First period";
Text[ greek ] = "First period";
Text[ dutch ] = "First period";
Text[ french ] = "First period";
Text[ spanish ] = "First period";
Text[ finnish ] = "First period";
Text[ italian ] = "First period";
Text[ danish ] = "First period";
Text[ swedish ] = "First period";
Text[ polish ] = "First period";
Text[ portuguese_brazilian ] = "First period";
Text[ japanese ] = "First period";
Text[ korean ] = "First period";
Text[ chinese_simplified ] = "First period";
Text[ chinese_traditional ] = "First period";
Text[ turkish ] = "First period";
Text[ arabic ] = "First period";
Text[ catalan ] = "First period";
};
String 8 // name of parameter 4 Amorlinc
{
Text = "Restwert";
Text[ english ] = "Restwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Salvage";
Text[ portuguese ] = "Salvage";
Text[ russian ] = "Salvage";
Text[ greek ] = "Salvage";
Text[ dutch ] = "Salvage";
Text[ french ] = "Salvage";
Text[ spanish ] = "Salvage";
Text[ finnish ] = "Salvage";
Text[ italian ] = "Salvage";
Text[ danish ] = "Salvage";
Text[ swedish ] = "Salvage";
Text[ polish ] = "Salvage";
Text[ portuguese_brazilian ] = "Salvage";
Text[ japanese ] = "Salvage";
Text[ korean ] = "Salvage";
Text[ chinese_simplified ] = "Salvage";
Text[ chinese_traditional ] = "Salvage";
Text[ turkish ] = "Salvage";
Text[ arabic ] = "Salvage";
Text[ catalan ] = "Salvage";
};
String 9 // description of parameter 4 Amorlinc
{
Text = "Restwert des Anlagegutes am Ende der Nutzungsdauer.";
Text[ english ] = "Restwert des Anlagegutes am Ende der Nutzungsdauer.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Salvage";
Text[ portuguese ] = "Salvage";
Text[ russian ] = "Salvage";
Text[ greek ] = "Salvage";
Text[ dutch ] = "Salvage";
Text[ french ] = "Salvage";
Text[ spanish ] = "Salvage";
Text[ finnish ] = "Salvage";
Text[ italian ] = "Salvage";
Text[ danish ] = "Salvage";
Text[ swedish ] = "Salvage";
Text[ polish ] = "Salvage";
Text[ portuguese_brazilian ] = "Salvage";
Text[ japanese ] = "Salvage";
Text[ korean ] = "Salvage";
Text[ chinese_simplified ] = "Salvage";
Text[ chinese_traditional ] = "Salvage";
Text[ turkish ] = "Salvage";
Text[ arabic ] = "Salvage";
Text[ catalan ] = "Salvage";
};
String 10 // name of parameter 5 Amorlinc
{
Text = "Periode";
Text[ english ] = "Periode";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Period";
Text[ portuguese ] = "Period";
Text[ russian ] = "Period";
Text[ greek ] = "Period";
Text[ dutch ] = "Period";
Text[ french ] = "Period";
Text[ spanish ] = "Period";
Text[ finnish ] = "Period";
Text[ italian ] = "Period";
Text[ danish ] = "Period";
Text[ swedish ] = "Period";
Text[ polish ] = "Period";
Text[ portuguese_brazilian ] = "Period";
Text[ japanese ] = "Period";
Text[ korean ] = "Period";
Text[ chinese_simplified ] = "Period";
Text[ chinese_traditional ] = "Period";
Text[ turkish ] = "Period";
Text[ arabic ] = "Period";
Text[ catalan ] = "Period";
};
String 11 // description of parameter 5 Amorlinc
{
Text = "Periode";
Text[ english ] = "Periode";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Period";
Text[ portuguese ] = "Period";
Text[ russian ] = "Period";
Text[ greek ] = "Period";
Text[ dutch ] = "Period";
Text[ french ] = "Period";
Text[ spanish ] = "Period";
Text[ finnish ] = "Period";
Text[ italian ] = "Period";
Text[ danish ] = "Period";
Text[ swedish ] = "Period";
Text[ polish ] = "Period";
Text[ portuguese_brazilian ] = "Period";
Text[ japanese ] = "Period";
Text[ korean ] = "Period";
Text[ chinese_simplified ] = "Period";
Text[ chinese_traditional ] = "Period";
Text[ turkish ] = "Period";
Text[ arabic ] = "Period";
Text[ catalan ] = "Period";
};
String 12 // name of parameter 6 Amorlinc
{
Text = "Rate";
Text[ english ] = "Rate";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 13 // description of parameter 6 Amorlinc
{
Text = "Abschreibungssatz";
Text[ english ] = "Abschreibungssatz";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 14 // name of parameter 7 Amorlinc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Year base";
Text[ portuguese ] = "Year base";
Text[ russian ] = "Year base";
Text[ greek ] = "Year base";
Text[ dutch ] = "Year base";
Text[ french ] = "Year base";
Text[ spanish ] = "Year base";
Text[ finnish ] = "Year base";
Text[ italian ] = "Year base";
Text[ danish ] = "Year base";
Text[ swedish ] = "Year base";
Text[ polish ] = "Year base";
Text[ portuguese_brazilian ] = "Year base";
Text[ japanese ] = "Year base";
Text[ korean ] = "Year base";
Text[ chinese_simplified ] = "Year base";
Text[ chinese_traditional ] = "Year base";
Text[ turkish ] = "Year base";
Text[ arabic ] = "Year base";
Text[ catalan ] = "Year base";
};
String 15 // description of parameter 7 Amorlinc
{
Text = "Zu verwendende Jahresbasis.";
Text[ english ] = "Zu verwendende Jahresbasis.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Year base";
Text[ portuguese ] = "Year base";
Text[ russian ] = "Year base";
Text[ greek ] = "Year base";
Text[ dutch ] = "Year base";
Text[ french ] = "Year base";
Text[ spanish ] = "Year base";
Text[ finnish ] = "Year base";
Text[ italian ] = "Year base";
Text[ danish ] = "Year base";
Text[ swedish ] = "Year base";
Text[ polish ] = "Year base";
Text[ portuguese_brazilian ] = "Year base";
Text[ japanese ] = "Year base";
Text[ korean ] = "Year base";
Text[ chinese_simplified ] = "Year base";
Text[ chinese_traditional ] = "Year base";
Text[ turkish ] = "Year base";
Text[ arabic ] = "Year base";
Text[ catalan ] = "Year base";
};
};
Resource ANALYSIS_Accrint
{
String 1 // description Accrint
{
Text = "Liefert die aufgelaufenen Zinsen (St<53>ckzinsen) eines Wertpapieres mit periodischer Zinszahlung.";
Text[ english ] = "Return the accrued interest for a security that pays periodic interest";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Return the accrued interest for a security that pays periodic interest";
Text[ portuguese ] = "Return the accrued interest for a security that pays periodic interest";
Text[ russian ] = "Return the accrued interest for a security that pays periodic interest";
Text[ greek ] = "Return the accrued interest for a security that pays periodic interest";
Text[ dutch ] = "Return the accrued interest for a security that pays periodic interest";
Text[ french ] = "Return the accrued interest for a security that pays periodic interest";
Text[ spanish ] = "Return the accrued interest for a security that pays periodic interest";
Text[ finnish ] = "Return the accrued interest for a security that pays periodic interest";
Text[ italian ] = "Return the accrued interest for a security that pays periodic interest";
Text[ danish ] = "Return the accrued interest for a security that pays periodic interest";
Text[ swedish ] = "Return the accrued interest for a security that pays periodic interest";
Text[ polish ] = "Return the accrued interest for a security that pays periodic interest";
Text[ portuguese_brazilian ] = "Return the accrued interest for a security that pays periodic interest";
Text[ japanese ] = "Return the accrued interest for a security that pays periodic interest";
Text[ korean ] = "Return the accrued interest for a security that pays periodic interest";
Text[ chinese_simplified ] = "Return the accrued interest for a security that pays periodic interest";
Text[ chinese_traditional ] = "Return the accrued interest for a security that pays periodic interest";
Text[ turkish ] = "Return the accrued interest for a security that pays periodic interest";
Text[ arabic ] = "Return the accrued interest for a security that pays periodic interest";
Text[ catalan ] = "Return the accrued interest for a security that pays periodic interest";
};
String 2 // name of parameter 1 Accrint
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 3 // description of parameter 1 Accrint
{
Text = "Datum der Wertpapieremission.";
Text[ english ] = "Datum der Wertpapieremission.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 4 // name of parameter 2 Accrint
{
Text = "Erster Zinstermin";
Text[ english ] = "Erster Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First interest";
Text[ portuguese ] = "First interest";
Text[ russian ] = "First interest";
Text[ greek ] = "First interest";
Text[ dutch ] = "First interest";
Text[ french ] = "First interest";
Text[ spanish ] = "First interest";
Text[ finnish ] = "First interest";
Text[ italian ] = "First interest";
Text[ danish ] = "First interest";
Text[ swedish ] = "First interest";
Text[ polish ] = "First interest";
Text[ portuguese_brazilian ] = "First interest";
Text[ japanese ] = "First interest";
Text[ korean ] = "First interest";
Text[ chinese_simplified ] = "First interest";
Text[ chinese_traditional ] = "First interest";
Text[ turkish ] = "First interest";
Text[ arabic ] = "First interest";
Text[ catalan ] = "First interest";
};
String 5 // description of parameter 2 Accrint
{
Text = "Erster Zinstermin des Werpapiers.";
Text[ english ] = "Erster Zinstermin des Werpapiers.";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First interest";
Text[ portuguese ] = "First interest";
Text[ russian ] = "First interest";
Text[ greek ] = "First interest";
Text[ dutch ] = "First interest";
Text[ french ] = "First interest";
Text[ spanish ] = "First interest";
Text[ finnish ] = "First interest";
Text[ italian ] = "First interest";
Text[ danish ] = "First interest";
Text[ swedish ] = "First interest";
Text[ polish ] = "First interest";
Text[ portuguese_brazilian ] = "First interest";
Text[ japanese ] = "First interest";
Text[ korean ] = "First interest";
Text[ chinese_simplified ] = "First interest";
Text[ chinese_traditional ] = "First interest";
Text[ turkish ] = "First interest";
Text[ arabic ] = "First interest";
Text[ catalan ] = "First interest";
};
String 6 // name of parameter 3 Accrint
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 7 // description of parameter 3 Accrint
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 8 // name of parameter 4 Accrint
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 9 // description of parameter 4 Accrint
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 10 // name of parameter 5 Accrint
{
Text = "Nennwert";
Text[ english ] = "Nennwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Par";
Text[ portuguese ] = "Par";
Text[ russian ] = "Par";
Text[ greek ] = "Par";
Text[ dutch ] = "Par";
Text[ french ] = "Par";
Text[ spanish ] = "Par";
Text[ finnish ] = "Par";
Text[ italian ] = "Par";
Text[ danish ] = "Par";
Text[ swedish ] = "Par";
Text[ polish ] = "Par";
Text[ portuguese_brazilian ] = "Par";
Text[ japanese ] = "Par";
Text[ korean ] = "Par";
Text[ chinese_simplified ] = "Par";
Text[ chinese_traditional ] = "Par";
Text[ turkish ] = "Par";
Text[ arabic ] = "Par";
Text[ catalan ] = "Par";
};
String 11 // description of parameter 5 Accrint
{
Text = "Nennwert";
Text[ english ] = "Nennwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Par";
Text[ portuguese ] = "Par";
Text[ russian ] = "Par";
Text[ greek ] = "Par";
Text[ dutch ] = "Par";
Text[ french ] = "Par";
Text[ spanish ] = "Par";
Text[ finnish ] = "Par";
Text[ italian ] = "Par";
Text[ danish ] = "Par";
Text[ swedish ] = "Par";
Text[ polish ] = "Par";
Text[ portuguese_brazilian ] = "Par";
Text[ japanese ] = "Par";
Text[ korean ] = "Par";
Text[ chinese_simplified ] = "Par";
Text[ chinese_traditional ] = "Par";
Text[ turkish ] = "Par";
Text[ arabic ] = "Par";
Text[ catalan ] = "Par";
};
String 12 // name of parameter 6 Accrint
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 13 // description of parameter 6 Accrint
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 14 // name of parameter 7 Accrint
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 15 // description of parameter 7 Accrint
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Accrintm
{
String 1 // description Accrintm
{
Text = "Liefert die aufgelaufenen Zinsen (St<53>ckzinsen) eines Wertpapieres, die bei F<>lligkeit ausgezahlt werden.";
Text[ english ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ portuguese ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ russian ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ greek ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ dutch ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ french ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ spanish ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ finnish ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ italian ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ danish ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ swedish ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ polish ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ portuguese_brazilian ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ japanese ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ korean ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ chinese_simplified ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ chinese_traditional ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ turkish ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ arabic ] = "Return the accrued interest for a security that pays interest at maturity";
Text[ catalan ] = "Return the accrued interest for a security that pays interest at maturity";
};
String 2 // name of parameter 1 Accrintm
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 3 // description of parameter 1 Accrintm
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 4 // name of parameter 2 Accrintm
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 5 // description of parameter 2 Accrintm
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 6 // name of parameter 3 Accrintm
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 7 // description of parameter 3 Accrintm
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 8 // name of parameter 4 Accrintm
{
Text = "Nennwert";
Text[ english ] = "Nennwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Par";
Text[ portuguese ] = "Par";
Text[ russian ] = "Par";
Text[ greek ] = "Par";
Text[ dutch ] = "Par";
Text[ french ] = "Par";
Text[ spanish ] = "Par";
Text[ finnish ] = "Par";
Text[ italian ] = "Par";
Text[ danish ] = "Par";
Text[ swedish ] = "Par";
Text[ polish ] = "Par";
Text[ portuguese_brazilian ] = "Par";
Text[ japanese ] = "Par";
Text[ korean ] = "Par";
Text[ chinese_simplified ] = "Par";
Text[ chinese_traditional ] = "Par";
Text[ turkish ] = "Par";
Text[ arabic ] = "Par";
Text[ catalan ] = "Par";
};
String 9 // description of parameter 4 Accrintm
{
Text = "Nennwert";
Text[ english ] = "Nennwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Par";
Text[ portuguese ] = "Par";
Text[ russian ] = "Par";
Text[ greek ] = "Par";
Text[ dutch ] = "Par";
Text[ french ] = "Par";
Text[ spanish ] = "Par";
Text[ finnish ] = "Par";
Text[ italian ] = "Par";
Text[ danish ] = "Par";
Text[ swedish ] = "Par";
Text[ polish ] = "Par";
Text[ portuguese_brazilian ] = "Par";
Text[ japanese ] = "Par";
Text[ korean ] = "Par";
Text[ chinese_simplified ] = "Par";
Text[ chinese_traditional ] = "Par";
Text[ turkish ] = "Par";
Text[ arabic ] = "Par";
Text[ catalan ] = "Par";
};
String 10 // name of parameter 5 Accrintm
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 11 // description of parameter 5 Accrintm
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Received
{
String 1 // description Received
{
Text = "Liefert den Auszahlungsbetrag eines voll investierten Wertpapiers am F<>lligkeitstermin.";
Text[ english ] = "Returns the amount received at maturity for a fully invested security";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the amount received at maturity for a fully invested security";
Text[ portuguese ] = "Returns the amount received at maturity for a fully invested security";
Text[ russian ] = "Returns the amount received at maturity for a fully invested security";
Text[ greek ] = "Returns the amount received at maturity for a fully invested security";
Text[ dutch ] = "Returns the amount received at maturity for a fully invested security";
Text[ french ] = "Returns the amount received at maturity for a fully invested security";
Text[ spanish ] = "Returns the amount received at maturity for a fully invested security";
Text[ finnish ] = "Returns the amount received at maturity for a fully invested security";
Text[ italian ] = "Returns the amount received at maturity for a fully invested security";
Text[ danish ] = "Returns the amount received at maturity for a fully invested security";
Text[ swedish ] = "Returns the amount received at maturity for a fully invested security";
Text[ polish ] = "Returns the amount received at maturity for a fully invested security";
Text[ portuguese_brazilian ] = "Returns the amount received at maturity for a fully invested security";
Text[ japanese ] = "Returns the amount received at maturity for a fully invested security";
Text[ korean ] = "Returns the amount received at maturity for a fully invested security";
Text[ chinese_simplified ] = "Returns the amount received at maturity for a fully invested security";
Text[ chinese_traditional ] = "Returns the amount received at maturity for a fully invested security";
Text[ turkish ] = "Returns the amount received at maturity for a fully invested security";
Text[ arabic ] = "Returns the amount received at maturity for a fully invested security";
Text[ catalan ] = "Returns the amount received at maturity for a fully invested security";
};
String 2 // name of parameter 1 Received
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Received
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Received
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Received
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Received
{
Text = "Anlage";
Text[ english ] = "Anlage";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Investment";
Text[ portuguese ] = "Investment";
Text[ russian ] = "Investment";
Text[ greek ] = "Investment";
Text[ dutch ] = "Investment";
Text[ french ] = "Investment";
Text[ spanish ] = "Investment";
Text[ finnish ] = "Investment";
Text[ italian ] = "Investment";
Text[ danish ] = "Investment";
Text[ swedish ] = "Investment";
Text[ polish ] = "Investment";
Text[ portuguese_brazilian ] = "Investment";
Text[ japanese ] = "Investment";
Text[ korean ] = "Investment";
Text[ chinese_simplified ] = "Investment";
Text[ chinese_traditional ] = "Investment";
Text[ turkish ] = "Investment";
Text[ arabic ] = "Investment";
Text[ catalan ] = "Investment";
};
String 7 // description of parameter 3 Received
{
Text = "Anlage";
Text[ english ] = "Anlage";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Investment";
Text[ portuguese ] = "Investment";
Text[ russian ] = "Investment";
Text[ greek ] = "Investment";
Text[ dutch ] = "Investment";
Text[ french ] = "Investment";
Text[ spanish ] = "Investment";
Text[ finnish ] = "Investment";
Text[ italian ] = "Investment";
Text[ danish ] = "Investment";
Text[ swedish ] = "Investment";
Text[ polish ] = "Investment";
Text[ portuguese_brazilian ] = "Investment";
Text[ japanese ] = "Investment";
Text[ korean ] = "Investment";
Text[ chinese_simplified ] = "Investment";
Text[ chinese_traditional ] = "Investment";
Text[ turkish ] = "Investment";
Text[ arabic ] = "Investment";
Text[ catalan ] = "Investment";
};
String 8 // name of parameter 4 Received
{
Text = "Disagio";
Text[ english ] = "Disagio";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Discount";
Text[ portuguese ] = "Discount";
Text[ russian ] = "Discount";
Text[ greek ] = "Discount";
Text[ dutch ] = "Discount";
Text[ french ] = "Discount";
Text[ spanish ] = "Discount";
Text[ finnish ] = "Discount";
Text[ italian ] = "Discount";
Text[ danish ] = "Discount";
Text[ swedish ] = "Discount";
Text[ polish ] = "Discount";
Text[ portuguese_brazilian ] = "Discount";
Text[ japanese ] = "Discount";
Text[ korean ] = "Discount";
Text[ chinese_simplified ] = "Discount";
Text[ chinese_traditional ] = "Discount";
Text[ turkish ] = "Discount";
Text[ arabic ] = "Discount";
Text[ catalan ] = "Discount";
};
String 9 // description of parameter 4 Received
{
Text = "Disagio";
Text[ english ] = "Disagio";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Discount";
Text[ portuguese ] = "Discount";
Text[ russian ] = "Discount";
Text[ greek ] = "Discount";
Text[ dutch ] = "Discount";
Text[ french ] = "Discount";
Text[ spanish ] = "Discount";
Text[ finnish ] = "Discount";
Text[ italian ] = "Discount";
Text[ danish ] = "Discount";
Text[ swedish ] = "Discount";
Text[ polish ] = "Discount";
Text[ portuguese_brazilian ] = "Discount";
Text[ japanese ] = "Discount";
Text[ korean ] = "Discount";
Text[ chinese_simplified ] = "Discount";
Text[ chinese_traditional ] = "Discount";
Text[ turkish ] = "Discount";
Text[ arabic ] = "Discount";
Text[ catalan ] = "Discount";
};
String 10 // name of parameter 5 Received
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 11 // description of parameter 5 Received
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Disc
{
String 1 // description Disc
{
Text = "Liefert den prozentualen Abschlag (Disagio) eines Wertpapiers";
Text[ english ] = "Returns the discount rate for a security";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the discount rate for a security";
Text[ portuguese ] = "Returns the discount rate for a security";
Text[ russian ] = "Returns the discount rate for a security";
Text[ greek ] = "Returns the discount rate for a security";
Text[ dutch ] = "Returns the discount rate for a security";
Text[ french ] = "Returns the discount rate for a security";
Text[ spanish ] = "Returns the discount rate for a security";
Text[ finnish ] = "Returns the discount rate for a security";
Text[ italian ] = "Returns the discount rate for a security";
Text[ danish ] = "Returns the discount rate for a security";
Text[ swedish ] = "Returns the discount rate for a security";
Text[ polish ] = "Returns the discount rate for a security";
Text[ portuguese_brazilian ] = "Returns the discount rate for a security";
Text[ japanese ] = "Returns the discount rate for a security";
Text[ korean ] = "Returns the discount rate for a security";
Text[ chinese_simplified ] = "Returns the discount rate for a security";
Text[ chinese_traditional ] = "Returns the discount rate for a security";
Text[ turkish ] = "Returns the discount rate for a security";
Text[ arabic ] = "Returns the discount rate for a security";
Text[ catalan ] = "Returns the discount rate for a security";
};
String 2 // name of parameter 1 Disc
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Disc
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Disc
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Disc
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Disc
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 7 // description of parameter 3 Disc
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 8 // name of parameter 4 Disc
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 9 // description of parameter 4 Disc
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 10 // name of parameter 5 Disc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 11 // description of parameter 5 Disc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Duration
{
String 1 // description Duration
{
Text = "Liefert die j<>hrliche Duration eines Wertpapieres mit periodischer Zinszahlung.";
Text[ english ] = "Returns the annual duration of a security with periodic interest payments";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the annual duration of a security with periodic interest payments";
Text[ portuguese ] = "Returns the annual duration of a security with periodic interest payments";
Text[ russian ] = "Returns the annual duration of a security with periodic interest payments";
Text[ greek ] = "Returns the annual duration of a security with periodic interest payments";
Text[ dutch ] = "Returns the annual duration of a security with periodic interest payments";
Text[ french ] = "Returns the annual duration of a security with periodic interest payments";
Text[ spanish ] = "Returns the annual duration of a security with periodic interest payments";
Text[ finnish ] = "Returns the annual duration of a security with periodic interest payments";
Text[ italian ] = "Returns the annual duration of a security with periodic interest payments";
Text[ danish ] = "Returns the annual duration of a security with periodic interest payments";
Text[ swedish ] = "Returns the annual duration of a security with periodic interest payments";
Text[ polish ] = "Returns the annual duration of a security with periodic interest payments";
Text[ portuguese_brazilian ] = "Returns the annual duration of a security with periodic interest payments";
Text[ japanese ] = "Returns the annual duration of a security with periodic interest payments";
Text[ korean ] = "Returns the annual duration of a security with periodic interest payments";
Text[ chinese_simplified ] = "Returns the annual duration of a security with periodic interest payments";
Text[ chinese_traditional ] = "Returns the annual duration of a security with periodic interest payments";
Text[ turkish ] = "Returns the annual duration of a security with periodic interest payments";
Text[ arabic ] = "Returns the annual duration of a security with periodic interest payments";
Text[ catalan ] = "Returns the annual duration of a security with periodic interest payments";
};
String 2 // name of parameter 1 Duration
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Duration
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Duration
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Duration
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Duration
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Coupon";
Text[ portuguese ] = "Coupon";
Text[ russian ] = "Coupon";
Text[ greek ] = "Coupon";
Text[ dutch ] = "Coupon";
Text[ french ] = "Coupon";
Text[ spanish ] = "Coupon";
Text[ finnish ] = "Coupon";
Text[ italian ] = "Coupon";
Text[ danish ] = "Coupon";
Text[ swedish ] = "Coupon";
Text[ polish ] = "Coupon";
Text[ portuguese_brazilian ] = "Coupon";
Text[ japanese ] = "Coupon";
Text[ korean ] = "Coupon";
Text[ chinese_simplified ] = "Coupon";
Text[ chinese_traditional ] = "Coupon";
Text[ turkish ] = "Coupon";
Text[ arabic ] = "Coupon";
Text[ catalan ] = "Coupon";
};
String 7 // description of parameter 3 Duration
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Coupon";
Text[ portuguese ] = "Coupon";
Text[ russian ] = "Coupon";
Text[ greek ] = "Coupon";
Text[ dutch ] = "Coupon";
Text[ french ] = "Coupon";
Text[ spanish ] = "Coupon";
Text[ finnish ] = "Coupon";
Text[ italian ] = "Coupon";
Text[ danish ] = "Coupon";
Text[ swedish ] = "Coupon";
Text[ polish ] = "Coupon";
Text[ portuguese_brazilian ] = "Coupon";
Text[ japanese ] = "Coupon";
Text[ korean ] = "Coupon";
Text[ chinese_simplified ] = "Coupon";
Text[ chinese_traditional ] = "Coupon";
Text[ turkish ] = "Coupon";
Text[ arabic ] = "Coupon";
Text[ catalan ] = "Coupon";
};
String 8 // name of parameter 4 Duration
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 9 // description of parameter 4 Duration
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 10 // name of parameter 5 Duration
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 11 // description of parameter 5 Duration
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 12 // name of parameter 6 Duration
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 13 // description of parameter 6 Duration
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Effect_add
{
String 1 // description Effect_add
{
Text = "Liefert die j<>hrliche Effektivverzinsung.";
Text[ english ] = "Returns the effectiv annual interest rate";
};
String 2 // name of parameter 1 Effect_add
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
};
String 3 // description of parameter 1 Effect_add
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
};
String 4 // name of parameter 2 Effect_add
{
Text = "Perioden";
Text[ english ] = "Perioden";
};
String 5 // description of parameter 2 Effect_add
{
Text = "Perioden";
Text[ english ] = "Perioden";
};
};
Resource ANALYSIS_Cumprinc_add
{
String 1 // description Cumprinc_add
{
Text = "Liefert die aufgelaufene Tilgung eines Darlehens, die zwischen zwie Perioden zu zahlen ist.";
Text[ english ] = "Returns the cumulative principal paid a loan between two periods";
};
String 2 // name of parameter 1 Cumprinc_add
{
Text = "Zins";
Text[ english ] = "Zins";
};
String 3 // description of parameter 1 Cumprinc_add
{
Text = "Zins";
Text[ english ] = "Zins";
};
String 4 // name of parameter 2 Cumprinc_add
{
Text = "Zzr";
Text[ english ] = "Zzr";
};
String 5 // description of parameter 2 Cumprinc_add
{
Text = "Anzahl der Zahlungsperioden.";
Text[ english ] = "Anzahl der Zahlungsperioden.";
};
String 6 // name of parameter 3 Cumprinc_add
{
Text = "Bw";
Text[ english ] = "Bw";
};
String 7 // description of parameter 3 Cumprinc_add
{
Text = "Gegenstandswert";
Text[ english ] = "Gegenstandswert";
};
String 8 // name of parameter 4 Cumprinc_add
{
Text = "Startperiode";
Text[ english ] = "Startperiode";
};
String 9 // description of parameter 4 Cumprinc_add
{
Text = "Startperiode";
Text[ english ] = "Startperiode";
};
String 10 // name of parameter 5 Cumprinc_add
{
Text = "Endperiode";
Text[ english ] = "Endperiode";
};
String 11 // description of parameter 5 Cumprinc_add
{
Text = "Endperiode";
Text[ english ] = "Endperiode";
};
String 12 // name of parameter 6 Cumprinc_add
{
Text = "F";
Text[ english ] = "F";
};
String 13 // description of parameter 6 Cumprinc_add
{
Text = "Typ der F<>lligkeit";
Text[ english ] = "Typ der F<>lligkeit";
};
};
Resource ANALYSIS_Cumipmt_add
{
String 1 // description Cumipmt_add
{
Text = "Liefert die kumulierten Zinsen, die zwischen zwei Perioden zu zahlen sind.";
Text[ english ] = "Returns the cumulative interest paid between two periods";
};
String 2 // name of parameter 1 Cumipmt_add
{
Text = "Zins";
Text[ english ] = "Zins";
};
String 3 // description of parameter 1 Cumipmt_add
{
Text = "Zins";
Text[ english ] = "Zins";
};
String 4 // name of parameter 2 Cumipmt_add
{
Text = "Zzr";
Text[ english ] = "Zzr";
};
String 5 // description of parameter 2 Cumipmt_add
{
Text = "Anzahl Zahlungsperioden";
Text[ english ] = "Anzahl Zahlungsperioden";
};
String 6 // name of parameter 3 Cumipmt_add
{
Text = "Bw";
Text[ english ] = "Bw";
};
String 7 // description of parameter 3 Cumipmt_add
{
Text = "Gegenstandswert";
Text[ english ] = "Gegenstandswert";
};
String 8 // name of parameter 4 Cumipmt_add
{
Text = "Startperiode";
Text[ english ] = "Startperiode";
};
String 9 // description of parameter 4 Cumipmt_add
{
Text = "Startperiode";
Text[ english ] = "Startperiode";
};
String 10 // name of parameter 5 Cumipmt_add
{
Text = "Endperiode";
Text[ english ] = "Endperiode";
};
String 11 // description of parameter 5 Cumipmt_add
{
Text = "Endperiode";
Text[ english ] = "Endperiode";
};
String 12 // name of parameter 6 Cumipmt_add
{
Text = "F";
Text[ english ] = "F";
};
String 13 // description of parameter 6 Cumipmt_add
{
Text = "Typ der F<>lligkeit";
Text[ english ] = "Typ der F<>lligkeit";
};
};
Resource ANALYSIS_Price
{
String 1 // description Price
{
Text = "Liefert den Kurs pro 100 DM Nennwert eines Wertpapiers, das periodische Zinsen auszahlt.";
Text[ english ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ portuguese ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ russian ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ greek ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ dutch ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ french ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ spanish ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ finnish ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ italian ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ danish ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ swedish ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ polish ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ portuguese_brazilian ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ japanese ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ korean ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ chinese_simplified ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ chinese_traditional ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ turkish ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ arabic ] = "Returns the price per $100 face value of a security that pays periodic interest";
Text[ catalan ] = "Returns the price per $100 face value of a security that pays periodic interest";
};
String 2 // name of parameter 1 Price
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Price
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Price
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Price
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Price
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 7 // description of parameter 3 Price
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 8 // name of parameter 4 Price
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 9 // description of parameter 4 Price
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 10 // name of parameter 5 Price
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 11 // description of parameter 5 Price
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 12 // name of parameter 6 Price
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 13 // description of parameter 6 Price
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 14 // name of parameter 7 Price
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 15 // description of parameter 7 Price
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Pricedisc
{
String 1 // description Pricedisc
{
Text = "Liefert den Kurs pro 100 DM Nennwert eines unverzinslichen Werpapiers.";
Text[ english ] = "Returns the price per $100 face value of a discounted security";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the price per $100 face value of a discounted security";
Text[ portuguese ] = "Returns the price per $100 face value of a discounted security";
Text[ russian ] = "Returns the price per $100 face value of a discounted security";
Text[ greek ] = "Returns the price per $100 face value of a discounted security";
Text[ dutch ] = "Returns the price per $100 face value of a discounted security";
Text[ french ] = "Returns the price per $100 face value of a discounted security";
Text[ spanish ] = "Returns the price per $100 face value of a discounted security";
Text[ finnish ] = "Returns the price per $100 face value of a discounted security";
Text[ italian ] = "Returns the price per $100 face value of a discounted security";
Text[ danish ] = "Returns the price per $100 face value of a discounted security";
Text[ swedish ] = "Returns the price per $100 face value of a discounted security";
Text[ polish ] = "Returns the price per $100 face value of a discounted security";
Text[ portuguese_brazilian ] = "Returns the price per $100 face value of a discounted security";
Text[ japanese ] = "Returns the price per $100 face value of a discounted security";
Text[ korean ] = "Returns the price per $100 face value of a discounted security";
Text[ chinese_simplified ] = "Returns the price per $100 face value of a discounted security";
Text[ chinese_traditional ] = "Returns the price per $100 face value of a discounted security";
Text[ turkish ] = "Returns the price per $100 face value of a discounted security";
Text[ arabic ] = "Returns the price per $100 face value of a discounted security";
Text[ catalan ] = "Returns the price per $100 face value of a discounted security";
};
String 2 // name of parameter 1 Pricedisc
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Pricedisc
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Pricedisc
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Pricedisc
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Pricedisc
{
Text = "Disagio";
Text[ english ] = "Disagio";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Discount";
Text[ portuguese ] = "Discount";
Text[ russian ] = "Discount";
Text[ greek ] = "Discount";
Text[ dutch ] = "Discount";
Text[ french ] = "Discount";
Text[ spanish ] = "Discount";
Text[ finnish ] = "Discount";
Text[ italian ] = "Discount";
Text[ danish ] = "Discount";
Text[ swedish ] = "Discount";
Text[ polish ] = "Discount";
Text[ portuguese_brazilian ] = "Discount";
Text[ japanese ] = "Discount";
Text[ korean ] = "Discount";
Text[ chinese_simplified ] = "Discount";
Text[ chinese_traditional ] = "Discount";
Text[ turkish ] = "Discount";
Text[ arabic ] = "Discount";
Text[ catalan ] = "Discount";
};
String 7 // description of parameter 3 Pricedisc
{
Text = "Disagio";
Text[ english ] = "Disagio";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Discount";
Text[ portuguese ] = "Discount";
Text[ russian ] = "Discount";
Text[ greek ] = "Discount";
Text[ dutch ] = "Discount";
Text[ french ] = "Discount";
Text[ spanish ] = "Discount";
Text[ finnish ] = "Discount";
Text[ italian ] = "Discount";
Text[ danish ] = "Discount";
Text[ swedish ] = "Discount";
Text[ polish ] = "Discount";
Text[ portuguese_brazilian ] = "Discount";
Text[ japanese ] = "Discount";
Text[ korean ] = "Discount";
Text[ chinese_simplified ] = "Discount";
Text[ chinese_traditional ] = "Discount";
Text[ turkish ] = "Discount";
Text[ arabic ] = "Discount";
Text[ catalan ] = "Discount";
};
String 8 // name of parameter 4 Pricedisc
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 9 // description of parameter 4 Pricedisc
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 10 // name of parameter 5 Pricedisc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 11 // description of parameter 5 Pricedisc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Pricemat
{
String 1 // description Pricemat
{
Text = "Liefert den Kurs pro 100 Dm Nennwert eines Wertpapiers, das Zinsen am F<>lligkeitsdatum auszahlt.";
Text[ english ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ portuguese ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ russian ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ greek ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ dutch ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ french ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ spanish ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ finnish ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ italian ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ danish ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ swedish ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ polish ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ portuguese_brazilian ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ japanese ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ korean ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ chinese_simplified ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ chinese_traditional ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ turkish ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ arabic ] = "Returns the price per $100 face value of a security that pays interest at maturity";
Text[ catalan ] = "Returns the price per $100 face value of a security that pays interest at maturity";
};
String 2 // name of parameter 1 Pricemat
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Pricemat
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Pricemat
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Pricemat
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Pricemat
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 7 // description of parameter 3 Pricemat
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 8 // name of parameter 4 Pricemat
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 9 // description of parameter 4 Pricemat
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 10 // name of parameter 5 Pricemat
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 11 // description of parameter 5 Pricemat
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 12 // name of parameter 6 Pricemat
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 13 // description of parameter 6 Pricemat
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Mduration
{
String 1 // description Mduration
{
Text = "Liefert die modifizierte Macauley-Duration eines Wertpapiers mit 100 DM Nennwert.";
Text[ english ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ portuguese ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ russian ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ greek ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ dutch ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ french ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ spanish ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ finnish ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ italian ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ danish ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ swedish ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ polish ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ portuguese_brazilian ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ japanese ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ korean ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ chinese_simplified ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ chinese_traditional ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ turkish ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ arabic ] = "Returns the Macauley modified duration for a security with an assumed par ";
Text[ catalan ] = "Returns the Macauley modified duration for a security with an assumed par ";
};
String 2 // name of parameter 1 Mduration
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Mduration
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Mduration
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Mduration
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Mduration
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Coupon";
Text[ portuguese ] = "Coupon";
Text[ russian ] = "Coupon";
Text[ greek ] = "Coupon";
Text[ dutch ] = "Coupon";
Text[ french ] = "Coupon";
Text[ spanish ] = "Coupon";
Text[ finnish ] = "Coupon";
Text[ italian ] = "Coupon";
Text[ danish ] = "Coupon";
Text[ swedish ] = "Coupon";
Text[ polish ] = "Coupon";
Text[ portuguese_brazilian ] = "Coupon";
Text[ japanese ] = "Coupon";
Text[ korean ] = "Coupon";
Text[ chinese_simplified ] = "Coupon";
Text[ chinese_traditional ] = "Coupon";
Text[ turkish ] = "Coupon";
Text[ arabic ] = "Coupon";
Text[ catalan ] = "Coupon";
};
String 7 // description of parameter 3 Mduration
{
Text = "Nominalzins";
Text[ english ] = "Nominalzins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Coupon";
Text[ portuguese ] = "Coupon";
Text[ russian ] = "Coupon";
Text[ greek ] = "Coupon";
Text[ dutch ] = "Coupon";
Text[ french ] = "Coupon";
Text[ spanish ] = "Coupon";
Text[ finnish ] = "Coupon";
Text[ italian ] = "Coupon";
Text[ danish ] = "Coupon";
Text[ swedish ] = "Coupon";
Text[ polish ] = "Coupon";
Text[ portuguese_brazilian ] = "Coupon";
Text[ japanese ] = "Coupon";
Text[ korean ] = "Coupon";
Text[ chinese_simplified ] = "Coupon";
Text[ chinese_traditional ] = "Coupon";
Text[ turkish ] = "Coupon";
Text[ arabic ] = "Coupon";
Text[ catalan ] = "Coupon";
};
String 8 // name of parameter 4 Mduration
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 9 // description of parameter 4 Mduration
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 10 // name of parameter 5 Mduration
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 11 // description of parameter 5 Mduration
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 12 // name of parameter 6 Mduration
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 13 // description of parameter 6 Mduration
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Nomial_add
{
String 1 // description Nomial_add
{
Text = "Liefert die j<>hrliche Nominalverzinsung.";
Text[ english ] = "Returns the annual nominal interest rate";
};
String 2 // name of parameter 1 Nomial_add
{
Text = "Effektiver Zins";
Text[ english ] = "Effektiver Zins";
};
String 3 // description of parameter 1 Nomial_add
{
Text = "Effektiver Zins";
Text[ english ] = "Effektiver Zins";
};
String 4 // name of parameter 2 Nomial_add
{
Text = "Perioden";
Text[ english ] = "Perioden";
};
String 5 // description of parameter 2 Nomial_add
{
Text = "Perioden";
Text[ english ] = "Perioden";
};
};
Resource ANALYSIS_Dollarfr
{
String 1 // description Dollarfr
{
Text = "Konvertiert eine Notierung in dezimaler Schreibweise in eine gemischten Dezimalbruch.";
Text[ english ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ portuguese ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ russian ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ greek ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ dutch ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ french ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ spanish ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ finnish ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ italian ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ danish ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ swedish ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ polish ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ portuguese_brazilian ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ japanese ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ korean ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ chinese_simplified ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ chinese_traditional ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ turkish ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ arabic ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
Text[ catalan ] = "Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction";
};
String 2 // name of parameter 1 Dollarfr
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Decimal dollar";
Text[ portuguese ] = "Decimal dollar";
Text[ russian ] = "Decimal dollar";
Text[ greek ] = "Decimal dollar";
Text[ dutch ] = "Decimal dollar";
Text[ french ] = "Decimal dollar";
Text[ spanish ] = "Decimal dollar";
Text[ finnish ] = "Decimal dollar";
Text[ italian ] = "Decimal dollar";
Text[ danish ] = "Decimal dollar";
Text[ swedish ] = "Decimal dollar";
Text[ polish ] = "Decimal dollar";
Text[ portuguese_brazilian ] = "Decimal dollar";
Text[ japanese ] = "Decimal dollar";
Text[ korean ] = "Decimal dollar";
Text[ chinese_simplified ] = "Decimal dollar";
Text[ chinese_traditional ] = "Decimal dollar";
Text[ turkish ] = "Decimal dollar";
Text[ arabic ] = "Decimal dollar";
Text[ catalan ] = "Decimal dollar";
};
String 3 // description of parameter 1 Dollarfr
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Decimal dollar";
Text[ portuguese ] = "Decimal dollar";
Text[ russian ] = "Decimal dollar";
Text[ greek ] = "Decimal dollar";
Text[ dutch ] = "Decimal dollar";
Text[ french ] = "Decimal dollar";
Text[ spanish ] = "Decimal dollar";
Text[ finnish ] = "Decimal dollar";
Text[ italian ] = "Decimal dollar";
Text[ danish ] = "Decimal dollar";
Text[ swedish ] = "Decimal dollar";
Text[ polish ] = "Decimal dollar";
Text[ portuguese_brazilian ] = "Decimal dollar";
Text[ japanese ] = "Decimal dollar";
Text[ korean ] = "Decimal dollar";
Text[ chinese_simplified ] = "Decimal dollar";
Text[ chinese_traditional ] = "Decimal dollar";
Text[ turkish ] = "Decimal dollar";
Text[ arabic ] = "Decimal dollar";
Text[ catalan ] = "Decimal dollar";
};
String 4 // name of parameter 2 Dollarfr
{
Text = "Teiler";
Text[ english ] = "Teiler";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Fraction";
Text[ portuguese ] = "Fraction";
Text[ russian ] = "Fraction";
Text[ greek ] = "Fraction";
Text[ dutch ] = "Fraction";
Text[ french ] = "Fraction";
Text[ spanish ] = "Fraction";
Text[ finnish ] = "Fraction";
Text[ italian ] = "Fraction";
Text[ danish ] = "Fraction";
Text[ swedish ] = "Fraction";
Text[ polish ] = "Fraction";
Text[ portuguese_brazilian ] = "Fraction";
Text[ japanese ] = "Fraction";
Text[ korean ] = "Fraction";
Text[ chinese_simplified ] = "Fraction";
Text[ chinese_traditional ] = "Fraction";
Text[ turkish ] = "Fraction";
Text[ arabic ] = "Fraction";
Text[ catalan ] = "Fraction";
};
String 5 // description of parameter 2 Dollarfr
{
Text = "Teiler";
Text[ english ] = "Teiler";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Fraction";
Text[ portuguese ] = "Fraction";
Text[ russian ] = "Fraction";
Text[ greek ] = "Fraction";
Text[ dutch ] = "Fraction";
Text[ french ] = "Fraction";
Text[ spanish ] = "Fraction";
Text[ finnish ] = "Fraction";
Text[ italian ] = "Fraction";
Text[ danish ] = "Fraction";
Text[ swedish ] = "Fraction";
Text[ polish ] = "Fraction";
Text[ portuguese_brazilian ] = "Fraction";
Text[ japanese ] = "Fraction";
Text[ korean ] = "Fraction";
Text[ chinese_simplified ] = "Fraction";
Text[ chinese_traditional ] = "Fraction";
Text[ turkish ] = "Fraction";
Text[ arabic ] = "Fraction";
Text[ catalan ] = "Fraction";
};
};
Resource ANALYSIS_Dollarde
{
String 1 // description Dollarde
{
Text = "Konvertiert eine Notierung, die als Dezimalbruch angegeben ist, in eine Dezimalzahl.";
Text[ english ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ portuguese ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ russian ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ greek ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ dutch ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ french ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ spanish ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ finnish ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ italian ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ danish ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ swedish ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ polish ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ portuguese_brazilian ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ japanese ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ korean ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ chinese_simplified ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ chinese_traditional ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ turkish ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ arabic ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
Text[ catalan ] = "Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number";
};
String 2 // name of parameter 1 Dollarde
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Fractional dollar";
Text[ portuguese ] = "Fractional dollar";
Text[ russian ] = "Fractional dollar";
Text[ greek ] = "Fractional dollar";
Text[ dutch ] = "Fractional dollar";
Text[ french ] = "Fractional dollar";
Text[ spanish ] = "Fractional dollar";
Text[ finnish ] = "Fractional dollar";
Text[ italian ] = "Fractional dollar";
Text[ danish ] = "Fractional dollar";
Text[ swedish ] = "Fractional dollar";
Text[ polish ] = "Fractional dollar";
Text[ portuguese_brazilian ] = "Fractional dollar";
Text[ japanese ] = "Fractional dollar";
Text[ korean ] = "Fractional dollar";
Text[ chinese_simplified ] = "Fractional dollar";
Text[ chinese_traditional ] = "Fractional dollar";
Text[ turkish ] = "Fractional dollar";
Text[ arabic ] = "Fractional dollar";
Text[ catalan ] = "Fractional dollar";
};
String 3 // description of parameter 1 Dollarde
{
Text = "Zahl";
Text[ english ] = "Zahl";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Fractional dollar";
Text[ portuguese ] = "Fractional dollar";
Text[ russian ] = "Fractional dollar";
Text[ greek ] = "Fractional dollar";
Text[ dutch ] = "Fractional dollar";
Text[ french ] = "Fractional dollar";
Text[ spanish ] = "Fractional dollar";
Text[ finnish ] = "Fractional dollar";
Text[ italian ] = "Fractional dollar";
Text[ danish ] = "Fractional dollar";
Text[ swedish ] = "Fractional dollar";
Text[ polish ] = "Fractional dollar";
Text[ portuguese_brazilian ] = "Fractional dollar";
Text[ japanese ] = "Fractional dollar";
Text[ korean ] = "Fractional dollar";
Text[ chinese_simplified ] = "Fractional dollar";
Text[ chinese_traditional ] = "Fractional dollar";
Text[ turkish ] = "Fractional dollar";
Text[ arabic ] = "Fractional dollar";
Text[ catalan ] = "Fractional dollar";
};
String 4 // name of parameter 2 Dollarde
{
Text = "Teiler";
Text[ english ] = "Teiler";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Fraction";
Text[ portuguese ] = "Fraction";
Text[ russian ] = "Fraction";
Text[ greek ] = "Fraction";
Text[ dutch ] = "Fraction";
Text[ french ] = "Fraction";
Text[ spanish ] = "Fraction";
Text[ finnish ] = "Fraction";
Text[ italian ] = "Fraction";
Text[ danish ] = "Fraction";
Text[ swedish ] = "Fraction";
Text[ polish ] = "Fraction";
Text[ portuguese_brazilian ] = "Fraction";
Text[ japanese ] = "Fraction";
Text[ korean ] = "Fraction";
Text[ chinese_simplified ] = "Fraction";
Text[ chinese_traditional ] = "Fraction";
Text[ turkish ] = "Fraction";
Text[ arabic ] = "Fraction";
Text[ catalan ] = "Fraction";
};
String 5 // description of parameter 2 Dollarde
{
Text = "Teiler";
Text[ english ] = "Teiler";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Fraction";
Text[ portuguese ] = "Fraction";
Text[ russian ] = "Fraction";
Text[ greek ] = "Fraction";
Text[ dutch ] = "Fraction";
Text[ french ] = "Fraction";
Text[ spanish ] = "Fraction";
Text[ finnish ] = "Fraction";
Text[ italian ] = "Fraction";
Text[ danish ] = "Fraction";
Text[ swedish ] = "Fraction";
Text[ polish ] = "Fraction";
Text[ portuguese_brazilian ] = "Fraction";
Text[ japanese ] = "Fraction";
Text[ korean ] = "Fraction";
Text[ chinese_simplified ] = "Fraction";
Text[ chinese_traditional ] = "Fraction";
Text[ turkish ] = "Fraction";
Text[ arabic ] = "Fraction";
Text[ catalan ] = "Fraction";
};
};
Resource ANALYSIS_Yield
{
String 1 // description Yield
{
Text = "Liefert die Rendite eines Wertpapieres, das periodisch Zinsen auszahlt.";
Text[ english ] = "Returns the yield on a security that pays periodic interest";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the yield on a security that pays periodic interest";
Text[ portuguese ] = "Returns the yield on a security that pays periodic interest";
Text[ russian ] = "Returns the yield on a security that pays periodic interest";
Text[ greek ] = "Returns the yield on a security that pays periodic interest";
Text[ dutch ] = "Returns the yield on a security that pays periodic interest";
Text[ french ] = "Returns the yield on a security that pays periodic interest";
Text[ spanish ] = "Returns the yield on a security that pays periodic interest";
Text[ finnish ] = "Returns the yield on a security that pays periodic interest";
Text[ italian ] = "Returns the yield on a security that pays periodic interest";
Text[ danish ] = "Returns the yield on a security that pays periodic interest";
Text[ swedish ] = "Returns the yield on a security that pays periodic interest";
Text[ polish ] = "Returns the yield on a security that pays periodic interest";
Text[ portuguese_brazilian ] = "Returns the yield on a security that pays periodic interest";
Text[ japanese ] = "Returns the yield on a security that pays periodic interest";
Text[ korean ] = "Returns the yield on a security that pays periodic interest";
Text[ chinese_simplified ] = "Returns the yield on a security that pays periodic interest";
Text[ chinese_traditional ] = "Returns the yield on a security that pays periodic interest";
Text[ turkish ] = "Returns the yield on a security that pays periodic interest";
Text[ arabic ] = "Returns the yield on a security that pays periodic interest";
Text[ catalan ] = "Returns the yield on a security that pays periodic interest";
};
String 2 // name of parameter 1 Yield
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Yield
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Yield
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Yield
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Yield
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 7 // description of parameter 3 Yield
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 8 // name of parameter 4 Yield
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Par";
Text[ portuguese ] = "Par";
Text[ russian ] = "Par";
Text[ greek ] = "Par";
Text[ dutch ] = "Par";
Text[ french ] = "Par";
Text[ spanish ] = "Par";
Text[ finnish ] = "Par";
Text[ italian ] = "Par";
Text[ danish ] = "Par";
Text[ swedish ] = "Par";
Text[ polish ] = "Par";
Text[ portuguese_brazilian ] = "Par";
Text[ japanese ] = "Par";
Text[ korean ] = "Par";
Text[ chinese_simplified ] = "Par";
Text[ chinese_traditional ] = "Par";
Text[ turkish ] = "Par";
Text[ arabic ] = "Par";
Text[ catalan ] = "Par";
};
String 9 // description of parameter 4 Yield
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Par";
Text[ portuguese ] = "Par";
Text[ russian ] = "Par";
Text[ greek ] = "Par";
Text[ dutch ] = "Par";
Text[ french ] = "Par";
Text[ spanish ] = "Par";
Text[ finnish ] = "Par";
Text[ italian ] = "Par";
Text[ danish ] = "Par";
Text[ swedish ] = "Par";
Text[ polish ] = "Par";
Text[ portuguese_brazilian ] = "Par";
Text[ japanese ] = "Par";
Text[ korean ] = "Par";
Text[ chinese_simplified ] = "Par";
Text[ chinese_traditional ] = "Par";
Text[ turkish ] = "Par";
Text[ arabic ] = "Par";
Text[ catalan ] = "Par";
};
String 10 // name of parameter 5 Yield
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 11 // description of parameter 5 Yield
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 12 // name of parameter 6 Yield
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 13 // description of parameter 6 Yield
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 14 // name of parameter 7 Yield
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 15 // description of parameter 7 Yield
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Yielddisc
{
String 1 // description Yielddisc
{
Text = "Liefert die j<>hrliche Rendite eines unverzinslichen Wertpapiers.";
Text[ english ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ portuguese ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ russian ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ greek ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ dutch ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ french ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ spanish ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ finnish ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ italian ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ danish ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ swedish ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ polish ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ portuguese_brazilian ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ japanese ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ korean ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ chinese_simplified ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ chinese_traditional ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ turkish ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ arabic ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
Text[ catalan ] = "Returns the annual yield for a discounted security (e.g. treasury bill)";
};
String 2 // name of parameter 1 Yielddisc
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Yielddisc
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Yielddisc
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Yielddisc
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Yielddisc
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 7 // description of parameter 3 Yielddisc
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 8 // name of parameter 4 Yielddisc
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 9 // description of parameter 4 Yielddisc
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 10 // name of parameter 5 Yielddisc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 11 // description of parameter 5 Yielddisc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Yieldmat
{
String 1 // description Yieldmat
{
Text = "Liefert die j<>hrliche Rendite eines Wertpapiers, das Zinsen am F<>lligkeitsdatum auszahlt.";
Text[ english ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ portuguese ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ russian ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ greek ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ dutch ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ french ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ spanish ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ finnish ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ italian ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ danish ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ swedish ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ polish ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ portuguese_brazilian ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ japanese ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ korean ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ chinese_simplified ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ chinese_traditional ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ turkish ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ arabic ] = "Returns the annual yield of a security that pays interest at maturity";
Text[ catalan ] = "Returns the annual yield of a security that pays interest at maturity";
};
String 2 // name of parameter 1 Yieldmat
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Yieldmat
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Yieldmat
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Yieldmat
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Yieldmat
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 7 // description of parameter 3 Yieldmat
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 8 // name of parameter 4 Yieldmat
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 9 // description of parameter 4 Yieldmat
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 10 // name of parameter 5 Yieldmat
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 11 // description of parameter 5 Yieldmat
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 12 // name of parameter 6 Yieldmat
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 13 // description of parameter 6 Yieldmat
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Tbilleq
{
String 1 // description Tbilleq
{
Text = "Rechnet die Verzinsung eines Schatzwechsels in die f<>r Anleihen <20>bliche einfache j<>hrliche Verzinsung um.";
Text[ english ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ portuguese ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ russian ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ greek ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ dutch ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ french ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ spanish ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ finnish ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ italian ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ danish ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ swedish ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ polish ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ portuguese_brazilian ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ japanese ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ korean ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ chinese_simplified ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ chinese_traditional ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ turkish ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ arabic ] = "Returns the bond-equivalent yield for a treasury bill";
Text[ catalan ] = "Returns the bond-equivalent yield for a treasury bill";
};
String 2 // name of parameter 1 Tbilleq
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Tbilleq
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Tbilleq
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Tbilleq
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Tbilleq
{
Text = "Disagio";
Text[ english ] = "Disagio";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Discount";
Text[ portuguese ] = "Discount";
Text[ russian ] = "Discount";
Text[ greek ] = "Discount";
Text[ dutch ] = "Discount";
Text[ french ] = "Discount";
Text[ spanish ] = "Discount";
Text[ finnish ] = "Discount";
Text[ italian ] = "Discount";
Text[ danish ] = "Discount";
Text[ swedish ] = "Discount";
Text[ polish ] = "Discount";
Text[ portuguese_brazilian ] = "Discount";
Text[ japanese ] = "Discount";
Text[ korean ] = "Discount";
Text[ chinese_simplified ] = "Discount";
Text[ chinese_traditional ] = "Discount";
Text[ turkish ] = "Discount";
Text[ arabic ] = "Discount";
Text[ catalan ] = "Discount";
};
String 7 // description of parameter 3 Tbilleq
{
Text = "Disagio";
Text[ english ] = "Disagio";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Discount";
Text[ portuguese ] = "Discount";
Text[ russian ] = "Discount";
Text[ greek ] = "Discount";
Text[ dutch ] = "Discount";
Text[ french ] = "Discount";
Text[ spanish ] = "Discount";
Text[ finnish ] = "Discount";
Text[ italian ] = "Discount";
Text[ danish ] = "Discount";
Text[ swedish ] = "Discount";
Text[ polish ] = "Discount";
Text[ portuguese_brazilian ] = "Discount";
Text[ japanese ] = "Discount";
Text[ korean ] = "Discount";
Text[ chinese_simplified ] = "Discount";
Text[ chinese_traditional ] = "Discount";
Text[ turkish ] = "Discount";
Text[ arabic ] = "Discount";
Text[ catalan ] = "Discount";
};
};
Resource ANALYSIS_Tbillprice
{
String 1 // description Tbillprice
{
Text = "Liefert den Kurs pro 100 DM Nennwert eines Schatzwechsels.";
Text[ english ] = "Returns the price of $100 face value for a treasury bill";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the price of $100 face value for a treasury bill";
Text[ portuguese ] = "Returns the price of $100 face value for a treasury bill";
Text[ russian ] = "Returns the price of $100 face value for a treasury bill";
Text[ greek ] = "Returns the price of $100 face value for a treasury bill";
Text[ dutch ] = "Returns the price of $100 face value for a treasury bill";
Text[ french ] = "Returns the price of $100 face value for a treasury bill";
Text[ spanish ] = "Returns the price of $100 face value for a treasury bill";
Text[ finnish ] = "Returns the price of $100 face value for a treasury bill";
Text[ italian ] = "Returns the price of $100 face value for a treasury bill";
Text[ danish ] = "Returns the price of $100 face value for a treasury bill";
Text[ swedish ] = "Returns the price of $100 face value for a treasury bill";
Text[ polish ] = "Returns the price of $100 face value for a treasury bill";
Text[ portuguese_brazilian ] = "Returns the price of $100 face value for a treasury bill";
Text[ japanese ] = "Returns the price of $100 face value for a treasury bill";
Text[ korean ] = "Returns the price of $100 face value for a treasury bill";
Text[ chinese_simplified ] = "Returns the price of $100 face value for a treasury bill";
Text[ chinese_traditional ] = "Returns the price of $100 face value for a treasury bill";
Text[ turkish ] = "Returns the price of $100 face value for a treasury bill";
Text[ arabic ] = "Returns the price of $100 face value for a treasury bill";
Text[ catalan ] = "Returns the price of $100 face value for a treasury bill";
};
String 2 // name of parameter 1 Tbillprice
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Tbillprice
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Tbillprice
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Tbillprice
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Tbillprice
{
Text = "Disagio";
Text[ english ] = "Disagio";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Discount";
Text[ portuguese ] = "Discount";
Text[ russian ] = "Discount";
Text[ greek ] = "Discount";
Text[ dutch ] = "Discount";
Text[ french ] = "Discount";
Text[ spanish ] = "Discount";
Text[ finnish ] = "Discount";
Text[ italian ] = "Discount";
Text[ danish ] = "Discount";
Text[ swedish ] = "Discount";
Text[ polish ] = "Discount";
Text[ portuguese_brazilian ] = "Discount";
Text[ japanese ] = "Discount";
Text[ korean ] = "Discount";
Text[ chinese_simplified ] = "Discount";
Text[ chinese_traditional ] = "Discount";
Text[ turkish ] = "Discount";
Text[ arabic ] = "Discount";
Text[ catalan ] = "Discount";
};
String 7 // description of parameter 3 Tbillprice
{
Text = "Disagio";
Text[ english ] = "Disagio";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Discount";
Text[ portuguese ] = "Discount";
Text[ russian ] = "Discount";
Text[ greek ] = "Discount";
Text[ dutch ] = "Discount";
Text[ french ] = "Discount";
Text[ spanish ] = "Discount";
Text[ finnish ] = "Discount";
Text[ italian ] = "Discount";
Text[ danish ] = "Discount";
Text[ swedish ] = "Discount";
Text[ polish ] = "Discount";
Text[ portuguese_brazilian ] = "Discount";
Text[ japanese ] = "Discount";
Text[ korean ] = "Discount";
Text[ chinese_simplified ] = "Discount";
Text[ chinese_traditional ] = "Discount";
Text[ turkish ] = "Discount";
Text[ arabic ] = "Discount";
Text[ catalan ] = "Discount";
};
};
Resource ANALYSIS_Tbillyield
{
String 1 // description Tbillyield
{
Text = "Liefert die Rendite eines Schatzwechsels.";
Text[ english ] = "Returns the yield for a treasury bill";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the yield for a treasury bill";
Text[ portuguese ] = "Returns the yield for a treasury bill";
Text[ russian ] = "Returns the yield for a treasury bill";
Text[ greek ] = "Returns the yield for a treasury bill";
Text[ dutch ] = "Returns the yield for a treasury bill";
Text[ french ] = "Returns the yield for a treasury bill";
Text[ spanish ] = "Returns the yield for a treasury bill";
Text[ finnish ] = "Returns the yield for a treasury bill";
Text[ italian ] = "Returns the yield for a treasury bill";
Text[ danish ] = "Returns the yield for a treasury bill";
Text[ swedish ] = "Returns the yield for a treasury bill";
Text[ polish ] = "Returns the yield for a treasury bill";
Text[ portuguese_brazilian ] = "Returns the yield for a treasury bill";
Text[ japanese ] = "Returns the yield for a treasury bill";
Text[ korean ] = "Returns the yield for a treasury bill";
Text[ chinese_simplified ] = "Returns the yield for a treasury bill";
Text[ chinese_traditional ] = "Returns the yield for a treasury bill";
Text[ turkish ] = "Returns the yield for a treasury bill";
Text[ arabic ] = "Returns the yield for a treasury bill";
Text[ catalan ] = "Returns the yield for a treasury bill";
};
String 2 // name of parameter 1 Tbillyield
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Tbillyield
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Tbillyield
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Tbillyield
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Tbillyield
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 7 // description of parameter 3 Tbillyield
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
};
Resource ANALYSIS_Oddfprice
{
String 1 // description Oddfprice
{
Text = "Liefert den Kurs pro 100 DM Nennwert eines Wertpapiers mit einem unregelm<6C><6D>igen ersten Zinstermin.";
Text[ english ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ portuguese ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ russian ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ greek ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ dutch ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ french ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ spanish ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ finnish ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ italian ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ danish ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ swedish ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ polish ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ portuguese_brazilian ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ japanese ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ korean ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ chinese_simplified ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ chinese_traditional ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ turkish ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ arabic ] = "Returns the price of $100 face value of a security with an odd first period";
Text[ catalan ] = "Returns the price of $100 face value of a security with an odd first period";
};
String 2 // name of parameter 1 Oddfprice
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Oddfprice
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Oddfprice
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Oddfprice
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Oddfprice
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 7 // description of parameter 3 Oddfprice
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 8 // name of parameter 4 Oddfprice
{
Text = "Erster Zinstermin";
Text[ english ] = "Erster Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First coupon";
Text[ portuguese ] = "First coupon";
Text[ russian ] = "First coupon";
Text[ greek ] = "First coupon";
Text[ dutch ] = "First coupon";
Text[ french ] = "First coupon";
Text[ spanish ] = "First coupon";
Text[ finnish ] = "First coupon";
Text[ italian ] = "First coupon";
Text[ danish ] = "First coupon";
Text[ swedish ] = "First coupon";
Text[ polish ] = "First coupon";
Text[ portuguese_brazilian ] = "First coupon";
Text[ japanese ] = "First coupon";
Text[ korean ] = "First coupon";
Text[ chinese_simplified ] = "First coupon";
Text[ chinese_traditional ] = "First coupon";
Text[ turkish ] = "First coupon";
Text[ arabic ] = "First coupon";
Text[ catalan ] = "First coupon";
};
String 9 // description of parameter 4 Oddfprice
{
Text = "Erster Zinstermin";
Text[ english ] = "Erster Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First coupon";
Text[ portuguese ] = "First coupon";
Text[ russian ] = "First coupon";
Text[ greek ] = "First coupon";
Text[ dutch ] = "First coupon";
Text[ french ] = "First coupon";
Text[ spanish ] = "First coupon";
Text[ finnish ] = "First coupon";
Text[ italian ] = "First coupon";
Text[ danish ] = "First coupon";
Text[ swedish ] = "First coupon";
Text[ polish ] = "First coupon";
Text[ portuguese_brazilian ] = "First coupon";
Text[ japanese ] = "First coupon";
Text[ korean ] = "First coupon";
Text[ chinese_simplified ] = "First coupon";
Text[ chinese_traditional ] = "First coupon";
Text[ turkish ] = "First coupon";
Text[ arabic ] = "First coupon";
Text[ catalan ] = "First coupon";
};
String 10 // name of parameter 5 Oddfprice
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 11 // description of parameter 5 Oddfprice
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 12 // name of parameter 6 Oddfprice
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 13 // description of parameter 6 Oddfprice
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 14 // name of parameter 7 Oddfprice
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 15 // description of parameter 7 Oddfprice
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 16 // name of parameter 8 Oddfprice
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 17 // description of parameter 8 Oddfprice
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 18 // name of parameter 9 Oddfprice
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 19 // description of parameter 9 Oddfprice
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Oddfyield
{
String 1 // description Oddfyield
{
Text = "Liefert die Rendite eines Wertpapiers mit einem unregelm<6C><6D>igen ersten Zinstermin.";
Text[ english ] = "Returns the yield of a security with an odd first period";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the yield of a security with an odd first period";
Text[ portuguese ] = "Returns the yield of a security with an odd first period";
Text[ russian ] = "Returns the yield of a security with an odd first period";
Text[ greek ] = "Returns the yield of a security with an odd first period";
Text[ dutch ] = "Returns the yield of a security with an odd first period";
Text[ french ] = "Returns the yield of a security with an odd first period";
Text[ spanish ] = "Returns the yield of a security with an odd first period";
Text[ finnish ] = "Returns the yield of a security with an odd first period";
Text[ italian ] = "Returns the yield of a security with an odd first period";
Text[ danish ] = "Returns the yield of a security with an odd first period";
Text[ swedish ] = "Returns the yield of a security with an odd first period";
Text[ polish ] = "Returns the yield of a security with an odd first period";
Text[ portuguese_brazilian ] = "Returns the yield of a security with an odd first period";
Text[ japanese ] = "Returns the yield of a security with an odd first period";
Text[ korean ] = "Returns the yield of a security with an odd first period";
Text[ chinese_simplified ] = "Returns the yield of a security with an odd first period";
Text[ chinese_traditional ] = "Returns the yield of a security with an odd first period";
Text[ turkish ] = "Returns the yield of a security with an odd first period";
Text[ arabic ] = "Returns the yield of a security with an odd first period";
Text[ catalan ] = "Returns the yield of a security with an odd first period";
};
String 2 // name of parameter 1 Oddfyield
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Oddfyield
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Oddfyield
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Oddfyield
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Oddfyield
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 7 // description of parameter 3 Oddfyield
{
Text = "Emission";
Text[ english ] = "Emission";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Issue";
Text[ portuguese ] = "Issue";
Text[ russian ] = "Issue";
Text[ greek ] = "Issue";
Text[ dutch ] = "Issue";
Text[ french ] = "Issue";
Text[ spanish ] = "Issue";
Text[ finnish ] = "Issue";
Text[ italian ] = "Issue";
Text[ danish ] = "Issue";
Text[ swedish ] = "Issue";
Text[ polish ] = "Issue";
Text[ portuguese_brazilian ] = "Issue";
Text[ japanese ] = "Issue";
Text[ korean ] = "Issue";
Text[ chinese_simplified ] = "Issue";
Text[ chinese_traditional ] = "Issue";
Text[ turkish ] = "Issue";
Text[ arabic ] = "Issue";
Text[ catalan ] = "Issue";
};
String 8 // name of parameter 4 Oddfyield
{
Text = "Erster Zinstermin";
Text[ english ] = "Erster Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First coupon";
Text[ portuguese ] = "First coupon";
Text[ russian ] = "First coupon";
Text[ greek ] = "First coupon";
Text[ dutch ] = "First coupon";
Text[ french ] = "First coupon";
Text[ spanish ] = "First coupon";
Text[ finnish ] = "First coupon";
Text[ italian ] = "First coupon";
Text[ danish ] = "First coupon";
Text[ swedish ] = "First coupon";
Text[ polish ] = "First coupon";
Text[ portuguese_brazilian ] = "First coupon";
Text[ japanese ] = "First coupon";
Text[ korean ] = "First coupon";
Text[ chinese_simplified ] = "First coupon";
Text[ chinese_traditional ] = "First coupon";
Text[ turkish ] = "First coupon";
Text[ arabic ] = "First coupon";
Text[ catalan ] = "First coupon";
};
String 9 // description of parameter 4 Oddfyield
{
Text = "Erster Zinstermin";
Text[ english ] = "Erster Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "First coupon";
Text[ portuguese ] = "First coupon";
Text[ russian ] = "First coupon";
Text[ greek ] = "First coupon";
Text[ dutch ] = "First coupon";
Text[ french ] = "First coupon";
Text[ spanish ] = "First coupon";
Text[ finnish ] = "First coupon";
Text[ italian ] = "First coupon";
Text[ danish ] = "First coupon";
Text[ swedish ] = "First coupon";
Text[ polish ] = "First coupon";
Text[ portuguese_brazilian ] = "First coupon";
Text[ japanese ] = "First coupon";
Text[ korean ] = "First coupon";
Text[ chinese_simplified ] = "First coupon";
Text[ chinese_traditional ] = "First coupon";
Text[ turkish ] = "First coupon";
Text[ arabic ] = "First coupon";
Text[ catalan ] = "First coupon";
};
String 10 // name of parameter 5 Oddfyield
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 11 // description of parameter 5 Oddfyield
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 12 // name of parameter 6 Oddfyield
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 13 // description of parameter 6 Oddfyield
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 14 // name of parameter 7 Oddfyield
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 15 // description of parameter 7 Oddfyield
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 16 // name of parameter 8 Oddfyield
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 17 // description of parameter 8 Oddfyield
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 18 // name of parameter 9 Oddfyield
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 19 // description of parameter 9 Oddfyield
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Oddlprice
{
String 1 // description Oddlprice
{
Text = "Liefert den Kurs pro 100 DM Nennwert eines Wertpapiers mit einem unregelm<6C><6D>igen letzten Zinstermin.";
Text[ english ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ portuguese ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ russian ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ greek ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ dutch ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ french ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ spanish ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ finnish ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ italian ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ danish ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ swedish ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ polish ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ portuguese_brazilian ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ japanese ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ korean ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ chinese_simplified ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ chinese_traditional ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ turkish ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ arabic ] = "Returns the price of $100 face value of a security with an odd last period";
Text[ catalan ] = "Returns the price of $100 face value of a security with an odd last period";
};
String 2 // name of parameter 1 Oddlprice
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Oddlprice
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Oddlprice
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Oddlprice
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Oddlprice
{
Text = "Letzter Zinstermin";
Text[ english ] = "Letzter Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Last interst";
Text[ portuguese ] = "Last interst";
Text[ russian ] = "Last interst";
Text[ greek ] = "Last interst";
Text[ dutch ] = "Last interst";
Text[ french ] = "Last interst";
Text[ spanish ] = "Last interst";
Text[ finnish ] = "Last interst";
Text[ italian ] = "Last interst";
Text[ danish ] = "Last interst";
Text[ swedish ] = "Last interst";
Text[ polish ] = "Last interst";
Text[ portuguese_brazilian ] = "Last interst";
Text[ japanese ] = "Last interst";
Text[ korean ] = "Last interst";
Text[ chinese_simplified ] = "Last interst";
Text[ chinese_traditional ] = "Last interst";
Text[ turkish ] = "Last interst";
Text[ arabic ] = "Last interst";
Text[ catalan ] = "Last interst";
};
String 7 // description of parameter 3 Oddlprice
{
Text = "Letzter Zinstermin";
Text[ english ] = "Letzter Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Last interst";
Text[ portuguese ] = "Last interst";
Text[ russian ] = "Last interst";
Text[ greek ] = "Last interst";
Text[ dutch ] = "Last interst";
Text[ french ] = "Last interst";
Text[ spanish ] = "Last interst";
Text[ finnish ] = "Last interst";
Text[ italian ] = "Last interst";
Text[ danish ] = "Last interst";
Text[ swedish ] = "Last interst";
Text[ polish ] = "Last interst";
Text[ portuguese_brazilian ] = "Last interst";
Text[ japanese ] = "Last interst";
Text[ korean ] = "Last interst";
Text[ chinese_simplified ] = "Last interst";
Text[ chinese_traditional ] = "Last interst";
Text[ turkish ] = "Last interst";
Text[ arabic ] = "Last interst";
Text[ catalan ] = "Last interst";
};
String 8 // name of parameter 4 Oddlprice
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 9 // description of parameter 4 Oddlprice
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 10 // name of parameter 5 Oddlprice
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 11 // description of parameter 5 Oddlprice
{
Text = "Rendite";
Text[ english ] = "Rendite";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Yield";
Text[ portuguese ] = "Yield";
Text[ russian ] = "Yield";
Text[ greek ] = "Yield";
Text[ dutch ] = "Yield";
Text[ french ] = "Yield";
Text[ spanish ] = "Yield";
Text[ finnish ] = "Yield";
Text[ italian ] = "Yield";
Text[ danish ] = "Yield";
Text[ swedish ] = "Yield";
Text[ polish ] = "Yield";
Text[ portuguese_brazilian ] = "Yield";
Text[ japanese ] = "Yield";
Text[ korean ] = "Yield";
Text[ chinese_simplified ] = "Yield";
Text[ chinese_traditional ] = "Yield";
Text[ turkish ] = "Yield";
Text[ arabic ] = "Yield";
Text[ catalan ] = "Yield";
};
String 12 // name of parameter 6 Oddlprice
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 13 // description of parameter 6 Oddlprice
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 14 // name of parameter 7 Oddlprice
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 15 // description of parameter 7 Oddlprice
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 16 // name of parameter 8 Oddlprice
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 17 // description of parameter 8 Oddlprice
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Oddlyield
{
String 1 // description Oddlyield
{
Text = "Liefert die Rendite eines Wertpapiers mit einem unregelm<6C><6D>igen letzten Zinstermin.";
Text[ english ] = "Returns the yield of a security with an odd last period";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the yield of a security with an odd last period";
Text[ portuguese ] = "Returns the yield of a security with an odd last period";
Text[ russian ] = "Returns the yield of a security with an odd last period";
Text[ greek ] = "Returns the yield of a security with an odd last period";
Text[ dutch ] = "Returns the yield of a security with an odd last period";
Text[ french ] = "Returns the yield of a security with an odd last period";
Text[ spanish ] = "Returns the yield of a security with an odd last period";
Text[ finnish ] = "Returns the yield of a security with an odd last period";
Text[ italian ] = "Returns the yield of a security with an odd last period";
Text[ danish ] = "Returns the yield of a security with an odd last period";
Text[ swedish ] = "Returns the yield of a security with an odd last period";
Text[ polish ] = "Returns the yield of a security with an odd last period";
Text[ portuguese_brazilian ] = "Returns the yield of a security with an odd last period";
Text[ japanese ] = "Returns the yield of a security with an odd last period";
Text[ korean ] = "Returns the yield of a security with an odd last period";
Text[ chinese_simplified ] = "Returns the yield of a security with an odd last period";
Text[ chinese_traditional ] = "Returns the yield of a security with an odd last period";
Text[ turkish ] = "Returns the yield of a security with an odd last period";
Text[ arabic ] = "Returns the yield of a security with an odd last period";
Text[ catalan ] = "Returns the yield of a security with an odd last period";
};
String 2 // name of parameter 1 Oddlyield
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Oddlyield
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Oddlyield
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Oddlyield
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Oddlyield
{
Text = "Letzter Zinstermin";
Text[ english ] = "Letzter Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Last interest";
Text[ portuguese ] = "Last interest";
Text[ russian ] = "Last interest";
Text[ greek ] = "Last interest";
Text[ dutch ] = "Last interest";
Text[ french ] = "Last interest";
Text[ spanish ] = "Last interest";
Text[ finnish ] = "Last interest";
Text[ italian ] = "Last interest";
Text[ danish ] = "Last interest";
Text[ swedish ] = "Last interest";
Text[ polish ] = "Last interest";
Text[ portuguese_brazilian ] = "Last interest";
Text[ japanese ] = "Last interest";
Text[ korean ] = "Last interest";
Text[ chinese_simplified ] = "Last interest";
Text[ chinese_traditional ] = "Last interest";
Text[ turkish ] = "Last interest";
Text[ arabic ] = "Last interest";
Text[ catalan ] = "Last interest";
};
String 7 // description of parameter 3 Oddlyield
{
Text = "Letzter Zinstermin";
Text[ english ] = "Letzter Zinstermin";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Last interest";
Text[ portuguese ] = "Last interest";
Text[ russian ] = "Last interest";
Text[ greek ] = "Last interest";
Text[ dutch ] = "Last interest";
Text[ french ] = "Last interest";
Text[ spanish ] = "Last interest";
Text[ finnish ] = "Last interest";
Text[ italian ] = "Last interest";
Text[ danish ] = "Last interest";
Text[ swedish ] = "Last interest";
Text[ polish ] = "Last interest";
Text[ portuguese_brazilian ] = "Last interest";
Text[ japanese ] = "Last interest";
Text[ korean ] = "Last interest";
Text[ chinese_simplified ] = "Last interest";
Text[ chinese_traditional ] = "Last interest";
Text[ turkish ] = "Last interest";
Text[ arabic ] = "Last interest";
Text[ catalan ] = "Last interest";
};
String 8 // name of parameter 4 Oddlyield
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 9 // description of parameter 4 Oddlyield
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 10 // name of parameter 5 Oddlyield
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 11 // description of parameter 5 Oddlyield
{
Text = "Kurs";
Text[ english ] = "Kurs";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Price";
Text[ portuguese ] = "Price";
Text[ russian ] = "Price";
Text[ greek ] = "Price";
Text[ dutch ] = "Price";
Text[ french ] = "Price";
Text[ spanish ] = "Price";
Text[ finnish ] = "Price";
Text[ italian ] = "Price";
Text[ danish ] = "Price";
Text[ swedish ] = "Price";
Text[ polish ] = "Price";
Text[ portuguese_brazilian ] = "Price";
Text[ japanese ] = "Price";
Text[ korean ] = "Price";
Text[ chinese_simplified ] = "Price";
Text[ chinese_traditional ] = "Price";
Text[ turkish ] = "Price";
Text[ arabic ] = "Price";
Text[ catalan ] = "Price";
};
String 12 // name of parameter 6 Oddlyield
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 13 // description of parameter 6 Oddlyield
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 14 // name of parameter 7 Oddlyield
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 15 // description of parameter 7 Oddlyield
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 16 // name of parameter 8 Oddlyield
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 17 // description of parameter 8 Oddlyield
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Xirr
{
String 1 // description Xirr
{
Text = "Liefert den internen Zinsfu<66> einer Reihe nicht periodisch anfallender Zahlungen.";
Text[ english ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ portuguese ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ russian ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ greek ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ dutch ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ french ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ spanish ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ finnish ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ italian ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ danish ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ swedish ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ polish ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ portuguese_brazilian ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ japanese ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ korean ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ chinese_simplified ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ chinese_traditional ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ turkish ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ arabic ] = "Returns the internal rate of return for a schedule of cash flows";
Text[ catalan ] = "Returns the internal rate of return for a schedule of cash flows";
};
String 2 // name of parameter 1 Xirr
{
Text = "Werte";
Text[ english ] = "Werte";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Values";
Text[ portuguese ] = "Values";
Text[ russian ] = "Values";
Text[ greek ] = "Values";
Text[ dutch ] = "Values";
Text[ french ] = "Values";
Text[ spanish ] = "Values";
Text[ finnish ] = "Values";
Text[ italian ] = "Values";
Text[ danish ] = "Values";
Text[ swedish ] = "Values";
Text[ polish ] = "Values";
Text[ portuguese_brazilian ] = "Values";
Text[ japanese ] = "Values";
Text[ korean ] = "Values";
Text[ chinese_simplified ] = "Values";
Text[ chinese_traditional ] = "Values";
Text[ turkish ] = "Values";
Text[ arabic ] = "Values";
Text[ catalan ] = "Values";
};
String 3 // description of parameter 1 Xirr
{
Text = "Werte";
Text[ english ] = "Werte";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Values";
Text[ portuguese ] = "Values";
Text[ russian ] = "Values";
Text[ greek ] = "Values";
Text[ dutch ] = "Values";
Text[ french ] = "Values";
Text[ spanish ] = "Values";
Text[ finnish ] = "Values";
Text[ italian ] = "Values";
Text[ danish ] = "Values";
Text[ swedish ] = "Values";
Text[ polish ] = "Values";
Text[ portuguese_brazilian ] = "Values";
Text[ japanese ] = "Values";
Text[ korean ] = "Values";
Text[ chinese_simplified ] = "Values";
Text[ chinese_traditional ] = "Values";
Text[ turkish ] = "Values";
Text[ arabic ] = "Values";
Text[ catalan ] = "Values";
};
String 4 // name of parameter 2 Xirr
{
Text = "Zeitpunkte";
Text[ english ] = "Zeitpunkte";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Dates";
Text[ portuguese ] = "Dates";
Text[ russian ] = "Dates";
Text[ greek ] = "Dates";
Text[ dutch ] = "Dates";
Text[ french ] = "Dates";
Text[ spanish ] = "Dates";
Text[ finnish ] = "Dates";
Text[ italian ] = "Dates";
Text[ danish ] = "Dates";
Text[ swedish ] = "Dates";
Text[ polish ] = "Dates";
Text[ portuguese_brazilian ] = "Dates";
Text[ japanese ] = "Dates";
Text[ korean ] = "Dates";
Text[ chinese_simplified ] = "Dates";
Text[ chinese_traditional ] = "Dates";
Text[ turkish ] = "Dates";
Text[ arabic ] = "Dates";
Text[ catalan ] = "Dates";
};
String 5 // description of parameter 2 Xirr
{
Text = "Zeitpunkte";
Text[ english ] = "Zeitpunkte";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Dates";
Text[ portuguese ] = "Dates";
Text[ russian ] = "Dates";
Text[ greek ] = "Dates";
Text[ dutch ] = "Dates";
Text[ french ] = "Dates";
Text[ spanish ] = "Dates";
Text[ finnish ] = "Dates";
Text[ italian ] = "Dates";
Text[ danish ] = "Dates";
Text[ swedish ] = "Dates";
Text[ polish ] = "Dates";
Text[ portuguese_brazilian ] = "Dates";
Text[ japanese ] = "Dates";
Text[ korean ] = "Dates";
Text[ chinese_simplified ] = "Dates";
Text[ chinese_traditional ] = "Dates";
Text[ turkish ] = "Dates";
Text[ arabic ] = "Dates";
Text[ catalan ] = "Dates";
};
String 6 // name of parameter 3 Xirr
{
Text = "Sch<63>tzwert";
Text[ english ] = "Sch<63>tzwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Guess";
Text[ portuguese ] = "Guess";
Text[ russian ] = "Guess";
Text[ greek ] = "Guess";
Text[ dutch ] = "Guess";
Text[ french ] = "Guess";
Text[ spanish ] = "Guess";
Text[ finnish ] = "Guess";
Text[ italian ] = "Guess";
Text[ danish ] = "Guess";
Text[ swedish ] = "Guess";
Text[ polish ] = "Guess";
Text[ portuguese_brazilian ] = "Guess";
Text[ japanese ] = "Guess";
Text[ korean ] = "Guess";
Text[ chinese_simplified ] = "Guess";
Text[ chinese_traditional ] = "Guess";
Text[ turkish ] = "Guess";
Text[ arabic ] = "Guess";
Text[ catalan ] = "Guess";
};
String 7 // description of parameter 3 Xirr
{
Text = "Sch<63>tzwert";
Text[ english ] = "Sch<63>tzwert";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Guess";
Text[ portuguese ] = "Guess";
Text[ russian ] = "Guess";
Text[ greek ] = "Guess";
Text[ dutch ] = "Guess";
Text[ french ] = "Guess";
Text[ spanish ] = "Guess";
Text[ finnish ] = "Guess";
Text[ italian ] = "Guess";
Text[ danish ] = "Guess";
Text[ swedish ] = "Guess";
Text[ polish ] = "Guess";
Text[ portuguese_brazilian ] = "Guess";
Text[ japanese ] = "Guess";
Text[ korean ] = "Guess";
Text[ chinese_simplified ] = "Guess";
Text[ chinese_traditional ] = "Guess";
Text[ turkish ] = "Guess";
Text[ arabic ] = "Guess";
Text[ catalan ] = "Guess";
};
};
Resource ANALYSIS_Xnpv
{
String 1 // description Xnpv
{
Text = "Liefert den Nettobarwert (Kapitalwert) einer Reihe nicht periodisch anfallender Zahlungen.";
Text[ english ] = "Returns the net present value for a schedule of cash flows";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the net present value for a schedule of cash flows";
Text[ portuguese ] = "Returns the net present value for a schedule of cash flows";
Text[ russian ] = "Returns the net present value for a schedule of cash flows";
Text[ greek ] = "Returns the net present value for a schedule of cash flows";
Text[ dutch ] = "Returns the net present value for a schedule of cash flows";
Text[ french ] = "Returns the net present value for a schedule of cash flows";
Text[ spanish ] = "Returns the net present value for a schedule of cash flows";
Text[ finnish ] = "Returns the net present value for a schedule of cash flows";
Text[ italian ] = "Returns the net present value for a schedule of cash flows";
Text[ danish ] = "Returns the net present value for a schedule of cash flows";
Text[ swedish ] = "Returns the net present value for a schedule of cash flows";
Text[ polish ] = "Returns the net present value for a schedule of cash flows";
Text[ portuguese_brazilian ] = "Returns the net present value for a schedule of cash flows";
Text[ japanese ] = "Returns the net present value for a schedule of cash flows";
Text[ korean ] = "Returns the net present value for a schedule of cash flows";
Text[ chinese_simplified ] = "Returns the net present value for a schedule of cash flows";
Text[ chinese_traditional ] = "Returns the net present value for a schedule of cash flows";
Text[ turkish ] = "Returns the net present value for a schedule of cash flows";
Text[ arabic ] = "Returns the net present value for a schedule of cash flows";
Text[ catalan ] = "Returns the net present value for a schedule of cash flows";
};
String 2 // name of parameter 1 Xnpv
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 3 // description of parameter 1 Xnpv
{
Text = "Zins";
Text[ english ] = "Zins";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Rate";
Text[ portuguese ] = "Rate";
Text[ russian ] = "Rate";
Text[ greek ] = "Rate";
Text[ dutch ] = "Rate";
Text[ french ] = "Rate";
Text[ spanish ] = "Rate";
Text[ finnish ] = "Rate";
Text[ italian ] = "Rate";
Text[ danish ] = "Rate";
Text[ swedish ] = "Rate";
Text[ polish ] = "Rate";
Text[ portuguese_brazilian ] = "Rate";
Text[ japanese ] = "Rate";
Text[ korean ] = "Rate";
Text[ chinese_simplified ] = "Rate";
Text[ chinese_traditional ] = "Rate";
Text[ turkish ] = "Rate";
Text[ arabic ] = "Rate";
Text[ catalan ] = "Rate";
};
String 4 // name of parameter 2 Xnpv
{
Text = "Werte";
Text[ english ] = "Werte";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Values";
Text[ portuguese ] = "Values";
Text[ russian ] = "Values";
Text[ greek ] = "Values";
Text[ dutch ] = "Values";
Text[ french ] = "Values";
Text[ spanish ] = "Values";
Text[ finnish ] = "Values";
Text[ italian ] = "Values";
Text[ danish ] = "Values";
Text[ swedish ] = "Values";
Text[ polish ] = "Values";
Text[ portuguese_brazilian ] = "Values";
Text[ japanese ] = "Values";
Text[ korean ] = "Values";
Text[ chinese_simplified ] = "Values";
Text[ chinese_traditional ] = "Values";
Text[ turkish ] = "Values";
Text[ arabic ] = "Values";
Text[ catalan ] = "Values";
};
String 5 // description of parameter 2 Xnpv
{
Text = "Werte";
Text[ english ] = "Werte";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Values";
Text[ portuguese ] = "Values";
Text[ russian ] = "Values";
Text[ greek ] = "Values";
Text[ dutch ] = "Values";
Text[ french ] = "Values";
Text[ spanish ] = "Values";
Text[ finnish ] = "Values";
Text[ italian ] = "Values";
Text[ danish ] = "Values";
Text[ swedish ] = "Values";
Text[ polish ] = "Values";
Text[ portuguese_brazilian ] = "Values";
Text[ japanese ] = "Values";
Text[ korean ] = "Values";
Text[ chinese_simplified ] = "Values";
Text[ chinese_traditional ] = "Values";
Text[ turkish ] = "Values";
Text[ arabic ] = "Values";
Text[ catalan ] = "Values";
};
String 6 // name of parameter 3 Xnpv
{
Text = "Zeitpunkte";
Text[ english ] = "Zeitpunkte";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Dates";
Text[ portuguese ] = "Dates";
Text[ russian ] = "Dates";
Text[ greek ] = "Dates";
Text[ dutch ] = "Dates";
Text[ french ] = "Dates";
Text[ spanish ] = "Dates";
Text[ finnish ] = "Dates";
Text[ italian ] = "Dates";
Text[ danish ] = "Dates";
Text[ swedish ] = "Dates";
Text[ polish ] = "Dates";
Text[ portuguese_brazilian ] = "Dates";
Text[ japanese ] = "Dates";
Text[ korean ] = "Dates";
Text[ chinese_simplified ] = "Dates";
Text[ chinese_traditional ] = "Dates";
Text[ turkish ] = "Dates";
Text[ arabic ] = "Dates";
Text[ catalan ] = "Dates";
};
String 7 // description of parameter 3 Xnpv
{
Text = "Zeitpunkte";
Text[ english ] = "Zeitpunkte";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Dates";
Text[ portuguese ] = "Dates";
Text[ russian ] = "Dates";
Text[ greek ] = "Dates";
Text[ dutch ] = "Dates";
Text[ french ] = "Dates";
Text[ spanish ] = "Dates";
Text[ finnish ] = "Dates";
Text[ italian ] = "Dates";
Text[ danish ] = "Dates";
Text[ swedish ] = "Dates";
Text[ polish ] = "Dates";
Text[ portuguese_brazilian ] = "Dates";
Text[ japanese ] = "Dates";
Text[ korean ] = "Dates";
Text[ chinese_simplified ] = "Dates";
Text[ chinese_traditional ] = "Dates";
Text[ turkish ] = "Dates";
Text[ arabic ] = "Dates";
Text[ catalan ] = "Dates";
};
};
Resource ANALYSIS_Intrate
{
String 1 // description Intrate
{
Text = "Liefert den Zinssatz eines voll investierten Wertpapiers.";
Text[ english ] = "Returns the interest rate for a fully invested security";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the interest rate for a fully invested security";
Text[ portuguese ] = "Returns the interest rate for a fully invested security";
Text[ russian ] = "Returns the interest rate for a fully invested security";
Text[ greek ] = "Returns the interest rate for a fully invested security";
Text[ dutch ] = "Returns the interest rate for a fully invested security";
Text[ french ] = "Returns the interest rate for a fully invested security";
Text[ spanish ] = "Returns the interest rate for a fully invested security";
Text[ finnish ] = "Returns the interest rate for a fully invested security";
Text[ italian ] = "Returns the interest rate for a fully invested security";
Text[ danish ] = "Returns the interest rate for a fully invested security";
Text[ swedish ] = "Returns the interest rate for a fully invested security";
Text[ polish ] = "Returns the interest rate for a fully invested security";
Text[ portuguese_brazilian ] = "Returns the interest rate for a fully invested security";
Text[ japanese ] = "Returns the interest rate for a fully invested security";
Text[ korean ] = "Returns the interest rate for a fully invested security";
Text[ chinese_simplified ] = "Returns the interest rate for a fully invested security";
Text[ chinese_traditional ] = "Returns the interest rate for a fully invested security";
Text[ turkish ] = "Returns the interest rate for a fully invested security";
Text[ arabic ] = "Returns the interest rate for a fully invested security";
Text[ catalan ] = "Returns the interest rate for a fully invested security";
};
String 2 // name of parameter 1 Intrate
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Intrate
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Intrate
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Intrate
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Intrate
{
Text = "Anlage";
Text[ english ] = "Anlage";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Investment";
Text[ portuguese ] = "Investment";
Text[ russian ] = "Investment";
Text[ greek ] = "Investment";
Text[ dutch ] = "Investment";
Text[ french ] = "Investment";
Text[ spanish ] = "Investment";
Text[ finnish ] = "Investment";
Text[ italian ] = "Investment";
Text[ danish ] = "Investment";
Text[ swedish ] = "Investment";
Text[ polish ] = "Investment";
Text[ portuguese_brazilian ] = "Investment";
Text[ japanese ] = "Investment";
Text[ korean ] = "Investment";
Text[ chinese_simplified ] = "Investment";
Text[ chinese_traditional ] = "Investment";
Text[ turkish ] = "Investment";
Text[ arabic ] = "Investment";
Text[ catalan ] = "Investment";
};
String 7 // description of parameter 3 Intrate
{
Text = "Anlage";
Text[ english ] = "Anlage";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Investment";
Text[ portuguese ] = "Investment";
Text[ russian ] = "Investment";
Text[ greek ] = "Investment";
Text[ dutch ] = "Investment";
Text[ french ] = "Investment";
Text[ spanish ] = "Investment";
Text[ finnish ] = "Investment";
Text[ italian ] = "Investment";
Text[ danish ] = "Investment";
Text[ swedish ] = "Investment";
Text[ polish ] = "Investment";
Text[ portuguese_brazilian ] = "Investment";
Text[ japanese ] = "Investment";
Text[ korean ] = "Investment";
Text[ chinese_simplified ] = "Investment";
Text[ chinese_traditional ] = "Investment";
Text[ turkish ] = "Investment";
Text[ arabic ] = "Investment";
Text[ catalan ] = "Investment";
};
String 8 // name of parameter 4 Intrate
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 9 // description of parameter 4 Intrate
{
Text = "R<>ckzahlung";
Text[ english ] = "R<>ckzahlung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Redemption";
Text[ portuguese ] = "Redemption";
Text[ russian ] = "Redemption";
Text[ greek ] = "Redemption";
Text[ dutch ] = "Redemption";
Text[ french ] = "Redemption";
Text[ spanish ] = "Redemption";
Text[ finnish ] = "Redemption";
Text[ italian ] = "Redemption";
Text[ danish ] = "Redemption";
Text[ swedish ] = "Redemption";
Text[ polish ] = "Redemption";
Text[ portuguese_brazilian ] = "Redemption";
Text[ japanese ] = "Redemption";
Text[ korean ] = "Redemption";
Text[ chinese_simplified ] = "Redemption";
Text[ chinese_traditional ] = "Redemption";
Text[ turkish ] = "Redemption";
Text[ arabic ] = "Redemption";
Text[ catalan ] = "Redemption";
};
String 10 // name of parameter 5 Intrate
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 11 // description of parameter 5 Intrate
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Coupncd
{
String 1 // description Coupncd
{
Text = "Liefert das Datum des ersten Zinstermins nach dem Abrechungstermin.";
Text[ english ] = "Returns the next coupon date after the settlement date";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the next coupon date after the settlement date";
Text[ portuguese ] = "Returns the next coupon date after the settlement date";
Text[ russian ] = "Returns the next coupon date after the settlement date";
Text[ greek ] = "Returns the next coupon date after the settlement date";
Text[ dutch ] = "Returns the next coupon date after the settlement date";
Text[ french ] = "Returns the next coupon date after the settlement date";
Text[ spanish ] = "Returns the next coupon date after the settlement date";
Text[ finnish ] = "Returns the next coupon date after the settlement date";
Text[ italian ] = "Returns the next coupon date after the settlement date";
Text[ danish ] = "Returns the next coupon date after the settlement date";
Text[ swedish ] = "Returns the next coupon date after the settlement date";
Text[ polish ] = "Returns the next coupon date after the settlement date";
Text[ portuguese_brazilian ] = "Returns the next coupon date after the settlement date";
Text[ japanese ] = "Returns the next coupon date after the settlement date";
Text[ korean ] = "Returns the next coupon date after the settlement date";
Text[ chinese_simplified ] = "Returns the next coupon date after the settlement date";
Text[ chinese_traditional ] = "Returns the next coupon date after the settlement date";
Text[ turkish ] = "Returns the next coupon date after the settlement date";
Text[ arabic ] = "Returns the next coupon date after the settlement date";
Text[ catalan ] = "Returns the next coupon date after the settlement date";
};
String 2 // name of parameter 1 Coupncd
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Coupncd
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Coupncd
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Coupncd
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Coupncd
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 7 // description of parameter 3 Coupncd
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 8 // name of parameter 4 Coupncd
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 9 // description of parameter 4 Coupncd
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Coupdays
{
String 1 // description Coupdays
{
Text = "Liefert die Anzahl Tage der Zinsperiode, die den Abrechnungstermin einschlie<69>t.";
Text[ english ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ portuguese ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ russian ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ greek ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ dutch ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ french ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ spanish ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ finnish ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ italian ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ danish ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ swedish ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ polish ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ portuguese_brazilian ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ japanese ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ korean ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ chinese_simplified ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ chinese_traditional ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ turkish ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ arabic ] = "Returns the number of days in the coupon period that contains the settlement date";
Text[ catalan ] = "Returns the number of days in the coupon period that contains the settlement date";
};
String 2 // name of parameter 1 Coupdays
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Coupdays
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Coupdays
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Coupdays
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Coupdays
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 7 // description of parameter 3 Coupdays
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 8 // name of parameter 4 Coupdays
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 9 // description of parameter 4 Coupdays
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Coupdaysnc
{
String 1 // description Coupdaysnc
{
Text = "Liefert die Anzahl der Tage vom Abrechnungstermin bis zum n<>chsten Zinstermin.";
Text[ english ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ portuguese ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ russian ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ greek ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ dutch ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ french ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ spanish ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ finnish ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ italian ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ danish ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ swedish ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ polish ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ portuguese_brazilian ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ japanese ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ korean ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ chinese_simplified ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ chinese_traditional ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ turkish ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ arabic ] = "Returns the number of days from the settlement date to the next coupon date";
Text[ catalan ] = "Returns the number of days from the settlement date to the next coupon date";
};
String 2 // name of parameter 1 Coupdaysnc
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Coupdaysnc
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Coupdaysnc
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Coupdaysnc
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Coupdaysnc
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 7 // description of parameter 3 Coupdaysnc
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 8 // name of parameter 4 Coupdaysnc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 9 // description of parameter 4 Coupdaysnc
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Coupdaybs
{
String 1 // description Coupdaybs
{
Text = "Liefert die Anzahl der Tage vom Anfang des Zinstermins bis zum Abrechnungstermin.";
Text[ english ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ portuguese ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ russian ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ greek ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ dutch ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ french ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ spanish ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ finnish ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ italian ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ danish ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ swedish ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ polish ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ portuguese_brazilian ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ japanese ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ korean ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ chinese_simplified ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ chinese_traditional ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ turkish ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ arabic ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
Text[ catalan ] = "Returns the number of days from the beginning of the coupon period to the settlement date";
};
String 2 // name of parameter 1 Coupdaybs
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Coupdaybs
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Coupdaybs
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Coupdaybs
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Coupdaybs
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 7 // description of parameter 3 Coupdaybs
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 8 // name of parameter 4 Coupdaybs
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 9 // description of parameter 4 Coupdaybs
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Couppcd
{
String 1 // description Couppcd
{
Text = "Liefert das Datum des letzten Zinstermins vor dem Abrechnungsdatum.";
Text[ english ] = "Returns the previous coupon date before the settlement date";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the previous coupon date before the settlement date";
Text[ portuguese ] = "Returns the previous coupon date before the settlement date";
Text[ russian ] = "Returns the previous coupon date before the settlement date";
Text[ greek ] = "Returns the previous coupon date before the settlement date";
Text[ dutch ] = "Returns the previous coupon date before the settlement date";
Text[ french ] = "Returns the previous coupon date before the settlement date";
Text[ spanish ] = "Returns the previous coupon date before the settlement date";
Text[ finnish ] = "Returns the previous coupon date before the settlement date";
Text[ italian ] = "Returns the previous coupon date before the settlement date";
Text[ danish ] = "Returns the previous coupon date before the settlement date";
Text[ swedish ] = "Returns the previous coupon date before the settlement date";
Text[ polish ] = "Returns the previous coupon date before the settlement date";
Text[ portuguese_brazilian ] = "Returns the previous coupon date before the settlement date";
Text[ japanese ] = "Returns the previous coupon date before the settlement date";
Text[ korean ] = "Returns the previous coupon date before the settlement date";
Text[ chinese_simplified ] = "Returns the previous coupon date before the settlement date";
Text[ chinese_traditional ] = "Returns the previous coupon date before the settlement date";
Text[ turkish ] = "Returns the previous coupon date before the settlement date";
Text[ arabic ] = "Returns the previous coupon date before the settlement date";
Text[ catalan ] = "Returns the previous coupon date before the settlement date";
};
String 2 // name of parameter 1 Couppcd
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Couppcd
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Couppcd
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Couppcd
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Couppcd
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequentie";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 7 // description of parameter 3 Couppcd
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequentie";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 8 // name of parameter 4 Couppcd
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 9 // description of parameter 4 Couppcd
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Coupnum
{
String 1 // description Coupnum
{
Text = "Liefert die Anzahl der Zinstermine zwischen Abrechnungs- und F<>lligkeitsdatum.";
Text[ english ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ portuguese ] = "Devolve o n<>mero de cup<75>es pag<61>veis entre a data de expedi<64><69>o e expira<72><61>o.";
Text[ russian ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ greek ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ dutch ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ french ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ spanish ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ finnish ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ italian ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ danish ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ swedish ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ polish ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ portuguese_brazilian ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ japanese ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ korean ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ chinese_simplified ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ chinese_traditional ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ turkish ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ arabic ] = "Returns the number of coupons payable between the settlement date and maturity date";
Text[ catalan ] = "Returns the number of coupons payable between the settlement date and maturity date";
};
String 2 // name of parameter 1 Coupnum
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Accordo";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 3 // description of parameter 1 Coupnum
{
Text = "Abrechnung";
Text[ english ] = "Abrechnung";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Settlement";
Text[ portuguese ] = "Expedi<64><69>o";
Text[ russian ] = "Settlement";
Text[ greek ] = "Settlement";
Text[ dutch ] = "Settlement";
Text[ french ] = "Settlement";
Text[ spanish ] = "Settlement";
Text[ finnish ] = "Settlement";
Text[ italian ] = "Settlement";
Text[ danish ] = "Settlement";
Text[ swedish ] = "Settlement";
Text[ polish ] = "Settlement";
Text[ portuguese_brazilian ] = "Settlement";
Text[ japanese ] = "Settlement";
Text[ korean ] = "Settlement";
Text[ chinese_simplified ] = "Settlement";
Text[ chinese_traditional ] = "Settlement";
Text[ turkish ] = "Settlement";
Text[ arabic ] = "Settlement";
Text[ catalan ] = "Settlement";
};
String 4 // name of parameter 2 Coupnum
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 5 // description of parameter 2 Coupnum
{
Text = "F<>lligkeit";
Text[ english ] = "F<>lligkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Maturity";
Text[ portuguese ] = "Expira<72><61>o";
Text[ russian ] = "Maturity";
Text[ greek ] = "Maturity";
Text[ dutch ] = "Maturity";
Text[ french ] = "Maturity";
Text[ spanish ] = "Maturity";
Text[ finnish ] = "Maturity";
Text[ italian ] = "Maturity";
Text[ danish ] = "Maturity";
Text[ swedish ] = "Maturity";
Text[ polish ] = "Maturity";
Text[ portuguese_brazilian ] = "Maturity";
Text[ japanese ] = "Maturity";
Text[ korean ] = "Maturity";
Text[ chinese_simplified ] = "Maturity";
Text[ chinese_traditional ] = "Maturity";
Text[ turkish ] = "Maturity";
Text[ arabic ] = "Maturity";
Text[ catalan ] = "Maturity";
};
String 6 // name of parameter 3 Coupnum
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 7 // description of parameter 3 Coupnum
{
Text = "H<>ufigkeit";
Text[ english ] = "H<>ufigkeit";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Frequency";
Text[ portuguese ] = "Frequ<71>ncia";
Text[ russian ] = "Frequency";
Text[ greek ] = "Frequency";
Text[ dutch ] = "Frequency";
Text[ french ] = "Frequency";
Text[ spanish ] = "Frecuencia";
Text[ finnish ] = "Frequency";
Text[ italian ] = "Frequenza";
Text[ danish ] = "Frequency";
Text[ swedish ] = "Frequency";
Text[ polish ] = "Frequency";
Text[ portuguese_brazilian ] = "Frequency";
Text[ japanese ] = "Frequency";
Text[ korean ] = "Frequency";
Text[ chinese_simplified ] = "Frequency";
Text[ chinese_traditional ] = "Frequency";
Text[ turkish ] = "Frequency";
Text[ arabic ] = "Frequency";
Text[ catalan ] = "Frequency";
};
String 8 // name of parameter 4 Coupnum
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
String 9 // description of parameter 4 Coupnum
{
Text = "Basis";
Text[ english ] = "Basis";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Base";
Text[ portuguese ] = "Base";
Text[ russian ] = "Base";
Text[ greek ] = "Base";
Text[ dutch ] = "Base";
Text[ french ] = "Base";
Text[ spanish ] = "Base";
Text[ finnish ] = "Base";
Text[ italian ] = "Base";
Text[ danish ] = "Base";
Text[ swedish ] = "Base";
Text[ polish ] = "Base";
Text[ portuguese_brazilian ] = "Base";
Text[ japanese ] = "Base";
Text[ korean ] = "Base";
Text[ chinese_simplified ] = "Base";
Text[ chinese_traditional ] = "Base";
Text[ turkish ] = "Base";
Text[ arabic ] = "Base";
Text[ catalan ] = "Base";
};
};
Resource ANALYSIS_Fvschedule
{
String 1 // description Fvschedule
{
Text = "Liefert den aufgezinsten Wert des Anfangskapitals f<>r eine Reihe periodisch unterschiedlicher Zinss<73>tze.";
Text[ english ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ portuguese ] = "Devolve o futuro valor de um capital inicial ap<61>s a aplica<63><61>o de uma s<>rie de taxas de juro compostas.";
Text[ russian ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ greek ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ dutch ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ french ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ spanish ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ finnish ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ italian ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ danish ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ swedish ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ polish ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ portuguese_brazilian ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ japanese ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ korean ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ chinese_simplified ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ chinese_traditional ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ turkish ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ arabic ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
Text[ catalan ] = "Returns the future value of an initial principal after applying a series of compound interest rates";
};
String 2 // name of parameter 1 Fvschedule
{
Text = "Kapital";
Text[ english ] = "Kapital";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Principal";
Text[ portuguese ] = "Principal";
Text[ russian ] = "Principal";
Text[ greek ] = "Principal";
Text[ dutch ] = "Principal";
Text[ french ] = "Principal";
Text[ spanish ] = "Principal";
Text[ finnish ] = "Principal";
Text[ italian ] = "Principal";
Text[ danish ] = "Principal";
Text[ swedish ] = "Principal";
Text[ polish ] = "Principal";
Text[ portuguese_brazilian ] = "Principal";
Text[ japanese ] = "Principal";
Text[ korean ] = "Principal";
Text[ chinese_simplified ] = "Principal";
Text[ chinese_traditional ] = "Principal";
Text[ turkish ] = "Principal";
Text[ arabic ] = "Principal";
Text[ catalan ] = "Principal";
};
String 3 // description of parameter 1 Fvschedule
{
Text = "Kapital";
Text[ english ] = "Kapital";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Principal";
Text[ portuguese ] = "Principal";
Text[ russian ] = "Principal";
Text[ greek ] = "Principal";
Text[ dutch ] = "Principal";
Text[ french ] = "Principal";
Text[ spanish ] = "Principal";
Text[ finnish ] = "Principal";
Text[ italian ] = "Principal";
Text[ danish ] = "Principal";
Text[ swedish ] = "Principal";
Text[ polish ] = "Principal";
Text[ portuguese_brazilian ] = "Principal";
Text[ japanese ] = "Principal";
Text[ korean ] = "Principal";
Text[ chinese_simplified ] = "Principal";
Text[ chinese_traditional ] = "Principal";
Text[ turkish ] = "Principal";
Text[ arabic ] = "Principal";
Text[ catalan ] = "Principal";
};
String 4 // name of parameter 2 Fvschedule
{
Text = "Zinsen";
Text[ english ] = "Zinsen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Schedule";
Text[ portuguese ] = "Schedule";
Text[ russian ] = "Schedule";
Text[ greek ] = "Schedule";
Text[ dutch ] = "Schedule";
Text[ french ] = "Schedule";
Text[ spanish ] = "Schedule";
Text[ finnish ] = "Schedule";
Text[ italian ] = "Schedule";
Text[ danish ] = "Schedule";
Text[ swedish ] = "Schedule";
Text[ polish ] = "Schedule";
Text[ portuguese_brazilian ] = "Schedule";
Text[ japanese ] = "Schedule";
Text[ korean ] = "Schedule";
Text[ chinese_simplified ] = "Schedule";
Text[ chinese_traditional ] = "Schedule";
Text[ turkish ] = "Schedule";
Text[ arabic ] = "Schedule";
Text[ catalan ] = "Schedule";
};
String 5 // description of parameter 2 Fvschedule
{
Text = "Zinsen";
Text[ english ] = "Zinsen";
Text[ language_user1 ] = " ";
Text[ english_us ] = "Schedule";
Text[ portuguese ] = "Schedule";
Text[ russian ] = "Schedule";
Text[ greek ] = "Schedule";
Text[ dutch ] = "Schedule";
Text[ french ] = "Schedule";
Text[ spanish ] = "Schedule";
Text[ finnish ] = "Schedule";
Text[ italian ] = "Schedule";
Text[ danish ] = "Schedule";
Text[ swedish ] = "Schedule";
Text[ polish ] = "Schedule";
Text[ portuguese_brazilian ] = "Schedule";
Text[ japanese ] = "Schedule";
Text[ korean ] = "Schedule";
Text[ chinese_simplified ] = "Schedule";
Text[ chinese_traditional ] = "Schedule";
Text[ turkish ] = "Schedule";
Text[ arabic ] = "Schedule";
Text[ catalan ] = "Schedule";
};
};
};