summaryrefslogtreecommitdiff
path: root/sc/addin/datefunc/dfa.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
commit9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 (patch)
tree13c111a6380728f470fa177e679b80089a01efc4 /sc/addin/datefunc/dfa.src
initial import
Diffstat (limited to 'sc/addin/datefunc/dfa.src')
-rw-r--r--sc/addin/datefunc/dfa.src792
1 files changed, 792 insertions, 0 deletions
diff --git a/sc/addin/datefunc/dfa.src b/sc/addin/datefunc/dfa.src
new file mode 100644
index 000000000000..034cac654496
--- /dev/null
+++ b/sc/addin/datefunc/dfa.src
@@ -0,0 +1,792 @@
+/*************************************************************************
+ *
+ * $RCSfile: dfa.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:44:46 $
+ *
+ * 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 "sc.hrc" // Definition RID_XXX in StarCalc
+#include "dfa.hrc"
+
+Resource RID_SC_ADDIN_DFA
+{
+ String DFA_PAR_DATE1_NAME // Name of Date1 Parameter
+ {
+ Text = "Datum 1" ;
+ Text [ english ] = "Date 1" ;
+ Text[ english_us ] = "Date 1";
+ Text[ portuguese ] = "Data 1";
+ Text[ russian ] = " 1";
+ Text[ dutch ] = "Datum 1";
+ Text[ french ] = "Date 1";
+ Text[ spanish ] = "Fecha 1";
+ Text[ italian ] = "Data 1";
+ Text[ danish ] = "Dato_1";
+ Text[ swedish ] = "Datum 1";
+ Text[ polish ] = "Data 1";
+ Text[ portuguese_brazilian ] = "Date 1";
+ Text[ japanese ] = "t 1";
+ Text[ chinese_simplified ] = " 1";
+ Text[ chinese_traditional ] = " 1";
+ Text[ arabic ] = " 1";
+ Text[ dutch ] = "Datum 1";
+ Text[ chinese_simplified ] = " 1";
+ Text[ greek ] = " 1";
+ Text[ korean ] = " 1";
+ Text[ turkish ] = "Tarih 1";
+ };
+ String DFA_PAR_DATE2_NAME // Name of Date2 Parameter
+ {
+ Text = "Datum 2" ;
+ Text [ english ] = "Date 2" ;
+ Text[ english_us ] = "Date 2";
+ Text[ portuguese ] = "Data 2";
+ Text[ russian ] = " 2";
+ Text[ dutch ] = "Datum 2";
+ Text[ french ] = "Date 2";
+ Text[ spanish ] = "Fecha 2";
+ Text[ italian ] = "Data 2";
+ Text[ danish ] = "Dato_2";
+ Text[ swedish ] = "Datum 2";
+ Text[ polish ] = "Data 2";
+ Text[ portuguese_brazilian ] = "Date 2";
+ Text[ japanese ] = "t 2";
+ Text[ chinese_simplified ] = " 2";
+ Text[ chinese_traditional ] = " 2";
+ Text[ arabic ] = " 2";
+ Text[ dutch ] = "Datum 2";
+ Text[ chinese_simplified ] = " 2";
+ Text[ greek ] = " 2";
+ Text[ korean ] = " 2";
+ Text[ turkish ] = "Tarih 2";
+ };
+ String DFA_PAR_MODE_NAME // Name of Mode Parameter
+ {
+ Text = "Art" ;
+ Text [ english ] = "Mode" ;
+ Text[ english_us ] = "Mode";
+ Text[ portuguese ] = "Modo";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "Modus";
+ Text[ french ] = "Mode";
+ Text[ spanish ] = "Modo";
+ Text[ italian ] = "Modo";
+ Text[ danish ] = "Type";
+ Text[ swedish ] = "Typ";
+ Text[ polish ] = "Tryb";
+ Text[ portuguese_brazilian ] = "Mode";
+ Text[ japanese ] = "Ӱ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Modus";
+ Text[ chinese_simplified ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "Tr";
+ };
+
+ String DFA_PAR_DATE_NAME // Name of Date Parameter
+ {
+ Text = "Datum" ;
+ Text [ english ] = "Date" ;
+ Text[ english_us ] = "Date";
+ Text[ portuguese ] = "Data";
+ Text[ russian ] = "";
+ Text[ dutch ] = "Datum";
+ Text[ french ] = "Date";
+ Text[ spanish ] = "Fecha";
+ Text[ italian ] = "Data";
+ Text[ danish ] = "Dato";
+ Text[ swedish ] = "Datum";
+ Text[ polish ] = "Data";
+ Text[ portuguese_brazilian ] = "Date";
+ Text[ japanese ] = "t";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Datum";
+ Text[ chinese_simplified ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Tarih";
+ };
+
+ String DFA_PAR_DATE_DESC // Description of Date Parameter
+ {
+ Text = "Interne Zahl des Datums" ;
+ Text [ english ] = "a internal date value" ;
+ Text[ english_us ] = "Internal number of the date";
+ Text[ portuguese ] = "Nmero interno da data";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "Interne waarde van de datum";
+ Text[ french ] = "Le numro de srie de la date";
+ Text[ spanish ] = "Nmero interno de la fecha";
+ Text[ italian ] = "Numero interno della data";
+ Text[ danish ] = "Intern datovrdi";
+ Text[ swedish ] = "Datumets interna tal";
+ Text[ polish ] = "Wewntrzna liczba daty";
+ Text[ portuguese_brazilian ] = "a internal date value";
+ Text[ japanese ] = "t̼رْl";
+ Text[ chinese_simplified ] = "ڵϵͳڲ";
+ Text[ chinese_traditional ] = "Ʀr";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Interne waarde van de datum";
+ Text[ chinese_simplified ] = "ڵϵͳڲ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ȣ";
+ Text[ turkish ] = "Dahili tarih says";
+ };
+
+/*-=======================================================================*/
+ String DFA_WEEK_NAME // Name
+ {
+ Text = "Wochen" ;
+ Text [ english ] = "Weeks" ;
+ Text[ english_us ] = "Weeks";
+ Text[ portuguese ] = "Semanas";
+ Text[ russian ] = "";
+ Text[ dutch ] = "Weken";
+ Text[ french ] = "Semaines";
+ Text[ spanish ] = "Semanas";
+ Text[ italian ] = "Settimane";
+ Text[ danish ] = "Uger";
+ Text[ swedish ] = "Veckor";
+ Text[ polish ] = "Tygodnie";
+ Text[ portuguese_brazilian ] = "Weeks";
+ Text[ japanese ] = "T";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "g";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Weken";
+ Text[ chinese_simplified ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Hafta";
+ };
+ String DFA_WEEK_DESC // Description
+ {
+ Text = "Bestimmt die Wochendifferenz zweier Daten" ;
+ Text [ english ] = "returns number of weeks between two dates" ;
+ Text[ english_us ] = "Returns the difference in weeks between two dates";
+ Text[ portuguese ] = "devolve o nmero de semanas entre duas datas";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "Bepaalt het aantal weken tussen twee datums";
+ Text[ french ] = "Renvoie la diffrence en semaines de deux dates";
+ Text[ spanish ] = "Determina la diferencia en semanas de dos fechas";
+ Text[ italian ] = "Restituisce la differenza settimanale di due date";
+ Text[ danish ] = "Bestemmer ugedifferensen mellem to datoer";
+ Text[ swedish ] = "Bestmmer veckodifferensen mellan tv datum";
+ Text[ polish ] = "Oblicza liczb tygodni zawartych midzy dwiema datami";
+ Text[ portuguese_brazilian ] = "returns number of weeks between two dates";
+ Text[ japanese ] = "2‚̓t̊Ԃ̏T̐Ԃ܂";
+ Text[ chinese_simplified ] = "ݵܲ";
+ Text[ chinese_traditional ] = "pӼƾڪgtB";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Bepaalt het aantal weken tussen twee datums";
+ Text[ chinese_simplified ] = "ݵܲ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ִ ";
+ Text[ turkish ] = "ki veri arasndaki hafta farkn bulur";
+ };
+ String DFA_WEEK_PAR1_DESC // Description of Parameter 1
+ {
+ Text = "Jngeres Datum fr die Wochendifferenz" ;
+ Text [ english ] = "the older date for the week difference" ;
+ Text[ language_user1 ] = "Jngeres Datum ist das Gegenteil von older date";
+ Text[ english_us ] = "The end date for calculating the difference in weeks";
+ Text[ portuguese ] = "Data mais recente para a diferena em semanas";
+ Text[ russian ] = " .";
+ Text[ dutch ] = "De vroegere datum";
+ Text[ french ] = "Date la plus rcente pour la diffrence en semaines";
+ Text[ spanish ] = "Fecha ms reciente para la diferencia en semanas";
+ Text[ italian ] = "La data pi recente per la differenza settimanale";
+ Text[ danish ] = "Yngre dato for ugedifferensen";
+ Text[ swedish ] = "Yngre datum fr veckodifferensen";
+ Text[ polish ] = "Wczeniejsza data w obliczaniu rnicy tygodni";
+ Text[ portuguese_brazilian ] = "the older date for the week difference";
+ Text[ japanese ] = "TvẐ߂̏߂̓t";
+ Text[ chinese_simplified ] = "һܲĽ";
+ Text[ chinese_traditional ] = "ݩ@ӶgtB";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "De vroegere datum";
+ Text[ chinese_simplified ] = "һܲĽ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ̿ ̸ ϱ ";
+ Text[ turkish ] = "Hafta fark hesab iin daha ge olan tarih";
+ };
+ String DFA_WEEK_PAR2_DESC // Description of Parameter 2
+ {
+ Text = "lteres Datum fr die Wochendifferenz" ;
+ Text [ english ] = "the younger date for the week difference" ;
+ Text[ english_us ] = "The start date for calculating the difference weeks";
+ Text[ portuguese ] = "Data mais antiga para a diferena em semanas";
+ Text[ russian ] = " .";
+ Text[ dutch ] = "De latere datum";
+ Text[ french ] = "Date la plus ancienne pour la diffrence en semaines";
+ Text[ spanish ] = "Fecha ms antigua para la diferencia en semanas";
+ Text[ italian ] = "La data meno recente per la differenza settimanale";
+ Text[ danish ] = "ldre dato for ugedifferensen";
+ Text[ swedish ] = "ldre datum fr veckodifferensen";
+ Text[ polish ] = "Pniejsza data w obliczaniu rnicy tygodni";
+ Text[ portuguese_brazilian ] = "the younger date for the week difference";
+ Text[ japanese ] = "TvẐ߂̌̓t";
+ Text[ chinese_simplified ] = "һܲĽ";
+ Text[ chinese_traditional ] = "ݩ@ӶgtBߪ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "De latere datum";
+ Text[ chinese_simplified ] = "һܲĽ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ̸ ϱ ";
+ Text[ turkish ] = "Hafta fark hesab iin daha erken olan tarih";
+ };
+ String DFA_WEEK_PAR3_DESC // Description of Parameter 3
+ {
+ Text = "Art der Differenzbildung Art=0 heit Intervall, Art=1 heit in Kalenderwochen" ;
+ Text [ english ] = "Mode=0 means week interval, Mode=1 means by week of year" ;
+ Text[ english_us ] = "Type of difference calculation: mode=0 means the interval, mode=1 means calendar weeks";
+ Text[ portuguese ] = "Modo de formao da diferena: modo=0 para intervalos; modo=1 para semanas.";
+ Text[ russian ] = " : =0 , =1 ";
+ Text[ dutch ] = "Modus=0 betekent aantal , Modus=1 betekent in kalenderweken";
+ Text[ french ] = "Mode de calcul de la diffrence Mode=0 pour l'intervalle, Mode=1 pour les semaines de l'anne";
+ Text[ spanish ] = "Tipo de formacin de diferencia: Tipo=0 significa intervalo; tipo=1, semanas del ao";
+ Text[ italian ] = "Modo di calcolo della differenza Modo=0 per l'intervallo, Modo=1 per le settimane dell'anno";
+ Text[ danish ] = "Differensdannelsestype Type=O betyder interval, Type=1 betyder i kalenderuger";
+ Text[ swedish ] = "Typ av differensbildning typ=0 heter intervall, typ=1 heter i kalenderveckan";
+ Text[ polish ] = "Obliczanie rnicy. 0 oznacza przedzia tygodni, 1 - tygodnie kalendarzowe";
+ Text[ portuguese_brazilian ] = "Mode=0 means week interval, Mode=1 means by week of year";
+ Text[ japanese ] = "vZ@:Ӱ=0 7PʁAӰ=1 Ͷް̏TŌvZ܂B";
+ Text[ chinese_simplified ] = "ó Mode=0 ʾ Mode=1 ʾһ";
+ Text[ chinese_traditional ] = "oXtB Mode=0 ܶjA Mode=1 ܤ@~P";
+ Text[ arabic ] = " : mode=0 mode=1 ";
+ Text[ dutch ] = "Modus=0 betekent aantal , Modus=1 betekent in kalenderweken";
+ Text[ chinese_simplified ] = "ó Mode=0 ʾ Mode=1 ʾһ";
+ Text[ greek ] = " : =0 , =1 ";
+ Text[ korean ] = " : =0 ǹϰ, =1 ִ ָ ǹ";
+ Text[ turkish ] = "Fark hesab tr, tr=0 aralk, tr=1 ise takvim haftas cinsinden anlamna gelir";
+ };
+
+/*-=======================================================================*/
+
+ String DFA_MONTHS_NAME // Name
+ {
+ Text = "Monate" ;
+ Text [ english ] = "Months" ;
+ Text[ english_us ] = "Months";
+ Text[ portuguese ] = "Meses";
+ Text[ russian ] = "";
+ Text[ dutch ] = "Maanden";
+ Text[ french ] = "Mois";
+ Text[ spanish ] = "Meses";
+ Text[ italian ] = "Mesi";
+ Text[ danish ] = "Mneder";
+ Text[ swedish ] = "Mnader";
+ Text[ polish ] = "Miesice";
+ Text[ portuguese_brazilian ] = "Months";
+ Text[ japanese ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Maanden";
+ Text[ chinese_simplified ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Ay";
+ };
+ String DFA_MONTHS_DESC // Description
+ {
+ Text = "Bestimmt die Monatsdifferenz zweier Daten" ;
+ Text [ english ] = "returns number of months between two dates" ;
+ Text[ english_us ] = "Determines the number of months between two dates";
+ Text[ portuguese ] = "devolve o nmero de meses entre duas datas";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "Bepaalt het aantal maanden tussen twee datums";
+ Text[ french ] = "Renvoie la diffrence en mois de deux dates";
+ Text[ spanish ] = "Determina la diferencia en meses entre dos fechas";
+ Text[ italian ] = "Restituisce la differenza mensile di due date";
+ Text[ danish ] = "Bestemmer mnedsdifferensen mellem to datoer";
+ Text[ swedish ] = "Bestmmer mnadsdifferensen mellan tv datum";
+ Text[ polish ] = "Oblicza liczb miesicy zawartych midzy dwoma datami";
+ Text[ portuguese_brazilian ] = "returns number of months between two dates";
+ Text[ japanese ] = "2‚̓t̊Ԃ̌Ԃ܂";
+ Text[ chinese_simplified ] = "ݵ²";
+ Text[ chinese_traditional ] = "pӼƾڪtB";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Bepaalt het aantal maanden tussen twee datums";
+ Text[ chinese_simplified ] = "ݵ²";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "ki veri arasndaki ay farkn belirler";
+ };
+ String DFA_MONTHS_PAR1_DESC // Description of Parameter 1
+ {
+ Text = "Jngeres Datum fr die Monatsdifferenz" ;
+ Text [ english ] = "the older date for the month difference" ;
+ Text[ english_us ] = "The end date for calculating the difference in months";
+ Text[ portuguese ] = "Data mais recente para a diferena em meses";
+ Text[ russian ] = " .";
+ Text[ dutch ] = "de vroegere datum";
+ Text[ french ] = "Date la plus rcente pour la diffrence en mois";
+ Text[ spanish ] = "Fecha ms reciente para la diferencia mensual";
+ Text[ italian ] = "La data pi recente per la differenza mensile";
+ Text[ danish ] = "Yngre dato for mnedsdifferensen";
+ Text[ swedish ] = "Yngre datum fr mnadsdifferensen";
+ Text[ polish ] = "Wczeniejsza data w obliczaniu rnicy miesicy";
+ Text[ portuguese_brazilian ] = "the older date for the month difference";
+ Text[ japanese ] = "vẐ߂̏߂̓t";
+ Text[ chinese_simplified ] = "һ²Ľ";
+ Text[ chinese_traditional ] = "ݩ@ӤtB";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "de vroegere datum";
+ Text[ chinese_simplified ] = "һ²Ľ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ̿ ̸ ϱ ";
+ Text[ turkish ] = "Ay fark hesab iin daha ge olan tarih";
+ };
+ String DFA_MONTHS_PAR2_DESC // Description of Parameter 2
+ {
+ Text = "lteres Datum fr die Monatsdifferenz" ;
+ Text [ english ] = "the younger date for the month difference" ;
+ Text[ english_us ] = "The start date for calculating the difference in months";
+ Text[ portuguese ] = "Data mais antiga para a diferena em meses";
+ Text[ russian ] = " .";
+ Text[ dutch ] = "Latere datum";
+ Text[ french ] = "Date la plus ancienne pour la diffrence en mois";
+ Text[ spanish ] = "Fecha ms antigua para la diferencia mensual";
+ Text[ italian ] = "La data meno recente per la differenza mensile";
+ Text[ danish ] = "ldre dato for mnedsdifferensen";
+ Text[ swedish ] = "ldre datum fr mnadsdifferensen";
+ Text[ polish ] = "Pniejsza data w obliczaniu rnicy miesicy";
+ Text[ portuguese_brazilian ] = "the younger date for the month difference";
+ Text[ japanese ] = "vẐ߂̌̓t";
+ Text[ chinese_simplified ] = "һ²Ľ";
+ Text[ chinese_traditional ] = "ݩ@ӤtBߪ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Latere datum";
+ Text[ chinese_simplified ] = "һ²Ľ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ̸ ϱ ";
+ Text[ turkish ] = "Ay fark hesab iin daha erken olan tarih";
+ };
+ String DFA_MONTHS_PAR3_DESC // Description of Parameter 2
+ {
+ Text = "Art der Differenzbildung Art=0 heit Intervall, Art=1 heit in Kalendermonaten" ;
+ Text [ english ] = "Mode=0 means month interval, Mode=1 means by month of year" ;
+ Text[ english_us ] = "Type of difference calculation: Mode = 0 means interval, mode = 1 means in calendar months";
+ Text[ portuguese ] = "Modo de formao da diferena: modo=0 para intervalos; modo=1 para meses.";
+ Text[ russian ] = " : =0 , =1 .";
+ Text[ dutch ] = "Modus=0 betekent aantal, Modus=1 betekent in kalendermaanden";
+ Text[ french ] = "Mode de calcul de la diffrence Mode=0 pour l'intervalle, Mode=1 pour les mois de l'anne";
+ Text[ spanish ] = "Tipo de formacin de diferencia: Tipo=0 significa intervalo; tipo=1, meses del ao";
+ Text[ italian ] = "Modo di calcolo della differenza Modo=0 per l'intervallo, Modo=1 per i mesi dell'anno";
+ Text[ danish ] = "Differensdannelsestype Type=O betyder interval, Type=1 betyder i kalendermneder";
+ Text[ swedish ] = "Typ av differensbildning typ=0 heter intervall, typ=1 heter i kalendermnaden";
+ Text[ polish ] = "Obliczanie rnicy. 0 oznacza przedzia miesiczny, 1 - miesice kalendarzowe";
+ Text[ portuguese_brazilian ] = "Mode=0 means month interval, Mode=1 means by month of year";
+ Text[ japanese ] = "vZ@:Ӱ=0 ͈PʁAӰ=1 Ͷް̌ŌvZ܂B";
+ Text[ chinese_simplified ] = "ó Mode=0 ʾ Mode=1 ʾһ";
+ Text[ chinese_traditional ] = "oXtB Mode=0 ܶjA Mode=1 ܤ@~";
+ Text[ arabic ] = " : mode=0 mode=1 ";
+ Text[ dutch ] = "Modus=0 betekent aantal, Modus=1 betekent in kalendermaanden";
+ Text[ chinese_simplified ] = "ó Mode=0 ʾ Mode=1 ʾһ";
+ Text[ greek ] = " : =0 , =1 ";
+ Text[ korean ] = " : =0 ǹϰ, =1 ִ ǹ";
+ Text[ turkish ] = "Fark hesab tr, tr=0 aralk, tr=1 ise takvim ay cinsinden anlamna gelir";
+ };
+
+/*-=======================================================================*/
+
+ String DFA_YEARS_NAME // Name
+ {
+ Text = "Jahre" ;
+ Text [ english ] = "Years" ;
+ Text[ english_us ] = "Years";
+ Text[ portuguese ] = "Anos";
+ Text[ russian ] = "";
+ Text[ dutch ] = "Jaren";
+ Text[ french ] = "Annes";
+ Text[ spanish ] = "Aos";
+ Text[ italian ] = "Anni";
+ Text[ danish ] = "r";
+ Text[ swedish ] = "r";
+ Text[ polish ] = "Lata";
+ Text[ portuguese_brazilian ] = "Years";
+ Text[ japanese ] = "N";
+ Text[ chinese_simplified ] = "Years";
+ Text[ chinese_traditional ] = "Years";
+ Text[ arabic ] = "";
+ Text[ dutch ] = "Jaren";
+ Text[ chinese_simplified ] = "Years";
+ Text[ greek ] = "";
+ Text[ korean ] = "";
+ Text[ turkish ] = "Yl";
+ };
+ String DFA_YEARS_DESC // Description
+ {
+ Text = "Bestimmt die Jahresdifferenz zweier Daten" ;
+ Text [ english ] = "returns number of years between two dates" ;
+ Text[ english_us ] = "Returns the difference in years between two dates";
+ Text[ portuguese ] = "devolve o nmero de anos entre duas datas";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "Bepaalt het aantal jaren tussen twee datums";
+ Text[ french ] = "Renvoie la diffrence en annes de deux dates";
+ Text[ spanish ] = "Determina la diferencia en aos de dos fechas";
+ Text[ italian ] = "Restituisce la differenza annuale di due date";
+ Text[ danish ] = "Bestemmer rsdifferensen mellem to datoer";
+ Text[ swedish ] = "Bestmmer rsdifferensen mellan tv datum";
+ Text[ polish ] = "Oblicza liczb lat zawartych midzy dwiema datami";
+ Text[ portuguese_brazilian ] = "returns number of years between two dates";
+ Text[ japanese ] = "2‚̓t̊Ԃ̔NԂ܂";
+ Text[ chinese_simplified ] = "ݵ";
+ Text[ chinese_traditional ] = "pӼƾڪ~tB";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Bepaalt het aantal jaren tussen twee datums";
+ Text[ chinese_simplified ] = "ݵ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ";
+ Text[ turkish ] = "ki veri arasndaki yl farkn bulur";
+ };
+ String DFA_YEARS_PAR1_DESC // Description of Parameter 1
+ {
+ Text = "Jngeres Datum fr die Jahresdifferenz" ;
+ Text [ english ] = "the older date for the year difference" ;
+ Text[ english_us ] = "The end date for calculating the difference in years";
+ Text[ portuguese ] = "Data mais recente para a diferena em anos";
+ Text[ russian ] = " .";
+ Text[ dutch ] = "De vroegere datum";
+ Text[ french ] = "Date la plus rcente pour la diffrence en annes";
+ Text[ spanish ] = "Fecha ms reciente para la diferencia en aos";
+ Text[ italian ] = "La data meno recente per la differenza annuale";
+ Text[ danish ] = "Yngre dato for rsdifferensen";
+ Text[ swedish ] = "Yngre datum fr rsdifferensen";
+ Text[ polish ] = "Wczeniejsza data w obliczaniu rnicy lat";
+ Text[ portuguese_brazilian ] = "the older date for the year difference";
+ Text[ japanese ] = "NvẐ߂̏߂̓t";
+ Text[ chinese_simplified ] = "һĽ";
+ Text[ chinese_traditional ] = "ݩ@Ӧ~tB";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "De vroegere datum";
+ Text[ chinese_simplified ] = "һĽ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ̿ ̸ ϱ ";
+ Text[ turkish ] = "Yl fark hesab iin daha ge olan tarih";
+ };
+ String DFA_YEARS_PAR2_DESC // Description of Parameter 2
+ {
+ Text = "lteres Datum fr die Jahresdifferenz" ;
+ Text [ english ] = "the younger date for the year difference" ;
+ Text[ english_us ] = "The start date for calculating the difference in years";
+ Text[ portuguese ] = "Data mais antiga para a diferena em anos";
+ Text[ russian ] = " .";
+ Text[ dutch ] = "De latere datum";
+ Text[ french ] = "Date la plus ancienne pour la diffrence en annes";
+ Text[ spanish ] = "Fecha ms antigua para la diferencia en aos";
+ Text[ italian ] = "La data meno recente per la differenza annuale";
+ Text[ danish ] = "ldre dato for rsdifferensen";
+ Text[ swedish ] = "ldre datum fr rsdifferensen";
+ Text[ polish ] = "Pniejsza data w obliczaniu rnicy lat";
+ Text[ portuguese_brazilian ] = "the younger date for the year difference";
+ Text[ japanese ] = "NvẐ߂̌̓t";
+ Text[ chinese_simplified ] = "һĽ";
+ Text[ chinese_traditional ] = "ݩ@Ӧ~tBߪ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "De latere datum";
+ Text[ chinese_simplified ] = "һĽ";
+ Text[ greek ] = " ";
+ Text[ korean ] = " ̸ ϱ ";
+ Text[ turkish ] = "Yl fark hesab iin daha erken olan tarih";
+ };
+ String DFA_YEARS_PAR3_DESC // Description of Parameter 2
+ {
+ Text = "Art der Differenzbildung Art=0 heit Intervall, Art=1 heit in Kalenderjahren" ;
+ Text [ english ] = "Mode=0 means year interval, Mode=1 means by calendar years" ;
+ Text[ english_us ] = "Type of difference calculation: Mode=0 means interval, mode=1 means in calendar years.";
+ Text[ portuguese ] = "Modo de formao da diferena: modo=0 para intervalos; modo=1 para anos .";
+ Text[ russian ] = " : =0 , =1 ";
+ Text[ dutch ] = "Modus=0 betekent aantal, modus=1 betekent in kalenderjaren";
+ Text[ french ] = "Mode de calcul de la diffrence Mode=0 pour l'intervalle, Mode=1 pour les annes";
+ Text[ spanish ] = "Tipo de formacin de diferencia: Tipo=0 significa intervalo; tipo=1, aos naturales";
+ Text[ italian ] = "Modo di calcolo della differenza Modo=0 per l'intervallo, Modo=1 per l'anno";
+ Text[ danish ] = "Differensdannelsestype Type=O betyder interval, Type=1 betyder i kalenderr";
+ Text[ swedish ] = "Typ av differensbildning typ=0 heter intervall, typ=1 heter i kalenderren";
+ Text[ polish ] = "Obliczanie rnicy. 0 oznacza przedzia lat, 1 - lata kalendarzowe";
+ Text[ portuguese_brazilian ] = "Mode=0 means year interval, Mode=1 means by calendar years";
+ Text[ japanese ] = "vZ@:Ӱ=0 ͈PʁAӰ=1 Ͷް̔NŌvZ܂B";
+ Text[ chinese_simplified ] = "ó Mode=0 ʾ Mode=1 ʾ";
+ Text[ chinese_traditional ] = "oXtB Mode=0 ܦ~jA Mode=1 ܬP~";
+ Text[ arabic ] = " : mode=0 mode=1 ";
+ Text[ dutch ] = "Modus=0 betekent aantal, modus=1 betekent in kalenderjaren";
+ Text[ chinese_simplified ] = "ó Mode=0 ʾ Mode=1 ʾ";
+ Text[ greek ] = " : =0 , =1 ";
+ Text[ korean ] = " : =0 ǹϰ, =1 ִ ǹ.";
+ Text[ turkish ] = "Fark hesab tr, tr=0 aralk, tr=1 ise takvim yl cinsinden anlamna gelir";
+ };
+
+/*-=======================================================================*/
+
+ String DFA_ISLEAPYEAR_NAME // Name
+ {
+ Text = "IstSchaltJahr" ;
+ Text [ english ] = "IsLeapYear" ;
+ Text[ english_us ] = "IsLeapYear";
+ Text[ portuguese ] = "AnoBissexto";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "IsSchrikkelJaar";
+ Text[ french ] = "EstAnneBissextile";
+ Text[ spanish ] = "EsAoBisiesto";
+ Text[ italian ] = "AnnoBisestile";
+ Text[ danish ] = "ErSkudr";
+ Text[ swedish ] = "rSkottr";
+ Text[ polish ] = "Rok przestpny";
+ Text[ portuguese_brazilian ] = "IsLeapYear";
+ Text[ japanese ] = "IsLeapYear";
+ Text[ chinese_simplified ] = "IsLeapYear";
+ Text[ chinese_traditional ] = "IsLeapYear";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "IsSchrikkelJaar";
+ Text[ chinese_simplified ] = "IsLeapYear";
+ Text[ greek ] = "";
+ Text[ korean ] = "dz ";
+ Text[ turkish ] = "Artkyldr";
+ };
+ String DFA_ISLEAPYEAR_DESC // Description
+ {
+ Text = "Liefert 1(WAHR) wenn das Jahr ein Schaltjahr ist sonst 0(FALSCH)" ;
+ Text [ english ] = "returns 1 if the date is in a LeapYear, 0 otherwise" ;
+ Text[ english_us ] = "Returns 1 (TRUE) if a leap year is used, otherwise 0 (FALSE) is returned";
+ Text[ portuguese ] = "devolve 1(VERDADEIRO) se o ano for um ano bissexto, caso contrrio 0 (FALSO)";
+ Text[ russian ] = " 1 (), , 0 ()";
+ Text[ dutch ] = "Geeft als resultaat 1(WAAR) als het jaar een schrikkeljaar is, andrs 0(ONWAAR)";
+ Text[ french ] = "Renvoie 1 (VRAI) si l'anne est une anne bissextile, sinon 0 (FAUX)";
+ Text[ spanish ] = "Devuelve 1(VERDADERO) si el ao es bisiesto; si no, 0(FALSO)";
+ Text[ italian ] = "Restituisce 1(VERO) se l'anno bisestile, altrimenti 0(FALSO)";
+ Text[ danish ] = "Returnerer 1(SAND) hvis ret er et skudr ellers 0(FALSK)";
+ Text[ swedish ] = "Returnerar 1(SANT) om ret r ett skottr annars 0(FALSKT)";
+ Text[ polish ] = "Podaje 1 (PRAWDA), jeli rok jest rokiem przestpnym, w innym wypadku 0 (FASZ).";
+ Text[ portuguese_brazilian ] = "returns 1 if the date is in a LeapYear, 0 otherwise";
+ Text[ japanese ] = "̔N[Nł 1(TRUE)AłȂ0(FALSE)Ԃ܂B";
+ Text[ chinese_simplified ] = "ͷ 1(TRUE) ͷ 0 (FALSE)";
+ Text[ chinese_traditional ] = "pGO|~NǦ^ 1(TRUE)A_hNǦ^ 0 (FALSE)";
+ Text[ arabic ] = " 1 () ɡ 0 ()";
+ Text[ dutch ] = "Geeft als resultaat 1(WAAR) als het jaar een schrikkeljaar is, andrs 0(ONWAAR)";
+ Text[ chinese_simplified ] = "ͷ 1(TRUE) ͷ 0 (FALSE)";
+ Text[ greek ] = " 1 () , 0 ()";
+ Text[ korean ] = "dz ⵵ Ǿ 1 ȯ(), ƴϸ 0 ȯ()";
+ Text[ turkish ] = "Yl, artkyl ise 1(DORU) aksi halde 0(YANLI) verir";
+ };
+
+/*-=======================================================================*/
+
+ String DFA_DAYSINMONTH_NAME // Name
+ {
+ Text = "TageImMonat" ;
+ Text [ english ] = "DaysInMonth" ;
+ Text[ english_us ] = "DaysInMonth";
+ Text[ portuguese ] = "DiasNoMs";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "DagenInMaand";
+ Text[ french ] = "JoursDansMois";
+ Text[ spanish ] = "DasEnMes";
+ Text[ italian ] = "GiorniMese";
+ Text[ danish ] = "DageMned";
+ Text[ swedish ] = "DagarIMnaden";
+ Text[ polish ] = "Dni w miesicu";
+ Text[ portuguese_brazilian ] = "DaysInMonth";
+ Text[ japanese ] = "DaysInMonth";
+ Text[ chinese_simplified ] = "DaysInMonth";
+ Text[ chinese_traditional ] = "DaysInMonth";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "DagenInMaand";
+ Text[ chinese_simplified ] = "DaysInMonth";
+ Text[ greek ] = "";
+ Text[ korean ] = " ϼ";
+ Text[ turkish ] = "AydakiGnSays";
+ };
+ String DFA_DAYSINMONTH_DESC // Description
+ {
+ Text = "Bestimmt die Anzahl an Tagen im Monat zu einem Datum" ;
+ Text [ english ] = "returns the number of days in the month for a date" ;
+ Text[ english_us ] = "Returns the number of days in the month in relation to the date entered";
+ Text[ portuguese ] = "devolve o nmero de dias no ms para uma determinada data";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "Geeft als resultaat het aantal dagen in een maand bij een bepaalde datum";
+ Text[ french ] = "Renvoie le nombre de jours dans le mois pour une date";
+ Text[ spanish ] = "Determina la cantidad de das en un mes para una fecha";
+ Text[ italian ] = "Restituisce il numero dei giorni del mese per una determinata data";
+ Text[ danish ] = "Bestemmer antallet af dage i en mned til en dato";
+ Text[ swedish ] = "Bestmmer antalet dagar i mnaden till ett datum";
+ Text[ polish ] = "Oblicza liczb dni w miesicu do podanej daty";
+ Text[ portuguese_brazilian ] = "returns the number of days in the month for a date";
+ Text[ japanese ] = "̓ť̉ڂɂ邩Ԃ܂";
+ Text[ chinese_simplified ] = "һڸڵµ";
+ Text[ chinese_traditional ] = "p@ݩ󵹩w몺Ѽ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Geeft als resultaat het aantal dagen in een maand bij een bepaalde datum";
+ Text[ chinese_simplified ] = "һڸڵµ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "Էµ ¥ Ǵ ϼ ȯ";
+ Text[ turkish ] = "Girilen tarihe gre ayn gn saysn bulur";
+ };
+
+/*-=======================================================================*/
+
+ String DFA_DAYSINYEAR_NAME // Name
+ {
+ Text = "TageImJahr" ;
+ Text [ english ] = "DaysInYear" ;
+ Text[ english_us ] = "DaysInYear";
+ Text[ portuguese ] = "DiasNoAno";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "DagenInJaar";
+ Text[ french ] = "JoursDansAnne";
+ Text[ spanish ] = "DasEnAo";
+ Text[ italian ] = "GiorniAnno";
+ Text[ danish ] = "Dager";
+ Text[ swedish ] = "DagarPret";
+ Text[ polish ] = "Dni w roku";
+ Text[ portuguese_brazilian ] = "DaysInYear";
+ Text[ japanese ] = "DaysInYear";
+ Text[ chinese_simplified ] = "DaysInYear";
+ Text[ chinese_traditional ] = "DaysInYear";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "DagenInJaar";
+ Text[ chinese_simplified ] = "DaysInYear";
+ Text[ greek ] = "";
+ Text[ korean ] = " ϼ";
+ Text[ turkish ] = "YldakiGnSays";
+ };
+ String DFA_DAYSINYEAR_DESC // Description
+ {
+ Text = "Bestimmt die Anzahl an Tagen im Jahr zu einem Datum" ;
+ Text [ english ] = "returns the number of days in the year for a date" ;
+ Text[ english_us ] = "Returns the number of days in a year in relation to the date entered";
+ Text[ portuguese ] = "devolve o nmero de dias no ano para uma determinada data";
+ Text[ russian ] = " .";
+ Text[ dutch ] = "Geeft als resultaat het aantal dagen in een jaar bij een bepaalde datum";
+ Text[ french ] = "renvoie le nombre de jours dans l'anne pour une date";
+ Text[ spanish ] = "Determina la cantidad de das en un ao para una fecha";
+ Text[ italian ] = "Restituisce il numero dei giorni dell'anno per una deteminata data";
+ Text[ danish ] = "Bestemmer antallet af dage i et r til en dato";
+ Text[ swedish ] = "Bestmmer antalet dagar i ret till ett datum";
+ Text[ polish ] = "Oblicza liczb dni w roku do podanej daty";
+ Text[ portuguese_brazilian ] = "returns the number of days in the year for a date";
+ Text[ japanese ] = "̓t̔N̉ڂɂ邩Ԃ܂";
+ Text[ chinese_simplified ] = "һڸڵ";
+ Text[ chinese_traditional ] = "p@ݩ󵹩w~Ѽ";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Geeft als resultaat het aantal dagen in een jaar bij een bepaalde datum";
+ Text[ chinese_simplified ] = "һڸڵ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "Էµ ¥ Ǵ ϼ ȯ";
+ Text[ turkish ] = "Girilen tarihe gre yln gn saysn bulur";
+ };
+
+/*-=======================================================================*/
+
+ String DFA_WEEKSINYEAR_NAME // Name
+ {
+ Text = "WochenImJahr" ;
+ Text [ english ] = "WeeksInYear" ;
+ Text[ english_us ] = "WeeksInYear";
+ Text[ portuguese ] = "SemanasNoAno";
+ Text[ russian ] = " ";
+ Text[ dutch ] = "WekenInJaar";
+ Text[ french ] = "SemainesDansAnne";
+ Text[ spanish ] = "SemanasEnAo";
+ Text[ italian ] = "SettimaneAnno";
+ Text[ danish ] = "Ugerr";
+ Text[ swedish ] = "VeckorPerr";
+ Text[ polish ] = "Tygodnie w roku";
+ Text[ portuguese_brazilian ] = "WeeksInYear";
+ Text[ japanese ] = "WeeksInYear";
+ Text[ chinese_simplified ] = "WeeksInYear";
+ Text[ chinese_traditional ] = "WeeksInYear";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "WekenInJaar";
+ Text[ chinese_simplified ] = "WeeksInYear";
+ Text[ greek ] = "ܸ";
+ Text[ korean ] = " ּ";
+ Text[ turkish ] = "YldakiHaftaSays";
+ };
+ String DFA_WEEKSINYEAR_DESC // Description
+ {
+ Text = "Bestimmt die Anzahl an Wochen im Jahr zu einem Datum" ;
+ Text [ english ] = "returns the number of weeks in the year for a date" ;
+ Text[ english_us ] = "Returns the number of weeks in the year in relation to a date";
+ Text[ portuguese ] = "Devolve o nmero de semanas no ano para uma determinada data";
+ Text[ russian ] = " .";
+ Text[ dutch ] = "Geeft als resultaat het aantal weken in een jaar bij een datum";
+ Text[ french ] = "Renvoie le nombre de semaines dans l'anne pour une date";
+ Text[ spanish ] = "Determina la cantidad de semanas en un ao para una fecha";
+ Text[ italian ] = "Restituisce il numero delle settimane dell'anno per una determinata data";
+ Text[ danish ] = "Bestemmer antallet af dage i en mned til en dato";
+ Text[ swedish ] = "Bestmmer antalet veckor i ret till ett datum";
+ Text[ polish ] = "Oblicza liczb tygodni w roku do podanej daty";
+ Text[ portuguese_brazilian ] = "returns the number of weeks in the year for a date";
+ Text[ japanese ] = "̓t̔N̉Tڂɂ邩Ԃ܂";
+ Text[ chinese_simplified ] = "һڸڵ";
+ Text[ chinese_traditional ] = "p@ݩ󵹩w~P";
+ Text[ arabic ] = " ";
+ Text[ dutch ] = "Geeft als resultaat het aantal weken in een jaar bij een datum";
+ Text[ chinese_simplified ] = "һڸڵ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "Էµ ¥ Ǵ ּ ȯ";
+ Text[ turkish ] = "Girilen tarihe gre yln hafta saysn bulur";
+ };
+
+};
+
+