/************************************************************************* * * $RCSfile: numfmt.src,v $ * * $Revision: 1.24 $ * * last change: $Author: kz $ $Date: 2001-07-14 20:19:40 $ * * 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 --------------------------------------------------------------- #include "dialogs.hrc" #include "helpid.hrc" #include "numfmt.hrc" // pragma ---------------------------------------------------------------- // RID_SVXPAGE_NUMBERFORMAT ---------------------------------------------- TabPage RID_SVXPAGE_NUMBERFORMAT { HelpId = HID_NUMBERFORMAT ; Hide = TRUE ; Text = "Zahlenformat" ; Text [ English ] = "Numberformat" ; Text [ norwegian ] = "Tallformat" ; Text [ italian ] = "Formato numero" ; Text [ portuguese_brazilian ] = "Numberformat" ; Text [ portuguese ] = "Formato numrico" ; Text [ finnish ] = "Numeromuoto" ; Text [ danish ] = "Talformat" ; Text [ french ] = "Format numrique" ; Text [ swedish ] = "Talformat" ; Text [ dutch ] = "Getalnotatie" ; Text [ spanish ] = "Formato numrico" ; Text [ english_us ] = "Number Format" ; Size = MAP_APPFONT ( 260 , 185 ) ; FixedText FT_CATEGORY { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text = "~Kategorie" ; Text [ ENGLISH ] = "~Category" ; Text [ norwegian ] = "~Category" ; Text [ italian ] = "Categoria" ; Text [ portuguese_brazilian ] = "~Categoria" ; Text [ portuguese ] = "~Categoria" ; Text [ finnish ] = "~Luokka" ; Text [ danish ] = "Kategori" ; Text [ french ] = "~Catgorie" ; Text [ swedish ] = "~Kategori" ; Text [ dutch ] = "~Categorie" ; Text [ spanish ] = "~Categora" ; Text [ english_us ] = "~Category" ; Text[ chinese_simplified ] = "(~C)"; Text[ russian ] = ""; Text[ polish ] = "Kategoria"; Text[ japanese ] = "(~C)"; Text[ chinese_traditional ] = "(~C)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~C)"; Text[ turkish ] = "~Kategori"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Categora"; }; ListBox LB_CATEGORY { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 14 ) ; Size = MAP_APPFONT ( 70 , 71 ) ; AutoHScroll = TRUE ; StringList = { < "Alle" ; Default ; > ; < "Benutzerdefiniert" ; Default ; > ; < "Zahl" ; Default ; > ; < "Prozent" ; Default ; > ; /* ### ACHTUNG: Neuer Eintrag in Liste? 5 : Whrung*/ < "Whrung" ; Default ; > ; < "Datum" ; Default ; > ; < "Zeit" ; Default ; > ; < "Wissenschaft" ; Default ; > ; < "Bruch" ; Default ; > ; < "Wahrheitswert" ; Default ; > ; < "Text" ; Default ; > ; }; StringList [ ENGLISH ] = { < "Alle" ; Default ; > ; < "Benutzerdefiniert" ; Default ; > ; < "Zahl" ; Default ; > ; < "Prozent" ; Default ; > ; < "Whrung" ; Default ; > ; < "Datum" ; Default ; > ; < "Zeit" ; Default ; > ; < "Wissenschaft" ; Default ; > ; < "Bruch" ; Default ; > ; < "Wahrheitswert" ; Default ; > ; < "Text" ; Default ; > ; }; StringList [ norwegian ] = { < "Alle" ; Default ; > ; < "Benutzerdefiniert" ; Default ; > ; < "Zahl" ; Default ; > ; < "Prozent" ; Default ; > ; < "Whrung" ; Default ; > ; < "Datum" ; Default ; > ; < "Zeit" ; Default ; > ; < "Wissenschaft" ; Default ; > ; < "Bruch" ; Default ; > ; < "Wahrheitswert" ; Default ; > ; < "Text" ; Default ; > ; }; StringList [ italian ] = { < "Tutte" ; Default ; > ; < "Definito dall'utente" ; Default ; > ; < "Numero" ; Default ; > ; < "Percentuale" ; Default ; > ; < "Valuta" ; Default ; > ; < "Data" ; Default ; > ; < "Orario" ; Default ; > ; < "Scientifico" ; Default ; > ; < "Frazione" ; Default ; > ; < "Valore booleano" ; Default ; > ; < "Testo" ; Default ; > ; }; StringList [ portuguese_brazilian ] = { < "Alle" ; Default ; > ; < "Benutzerdefiniert" ; Default ; > ; < "Zahl" ; Default ; > ; < "Prozent" ; Default ; > ; < "W?hrung" ; Default ; > ; < "Datum" ; Default ; > ; < "Zeit" ; Default ; > ; < "Wissenschaft" ; Default ; > ; < "Bruch" ; Default ; > ; < "Wahrheitswert" ; Default ; > ; < "Texto" ; Default ; > ; }; StringList [ portuguese ] = { < "Tudo" ; Default ; > ; < "Defenido pelo utilizador" ; Default ; > ; < "Nmero" ; Default ; > ; < "Percentagem" ; Default ; > ; < "Moeda" ; Default ; > ; < "Data" ; Default ; > ; < "Hora" ; Default ; > ; < "Cientfico" ; Default ; > ; < "Fraco" ; Default ; > ; < "Valor lgico" ; Default ; > ; < "Texto" ; Default ; > ; }; StringList [ finnish ] = { < "Kaikki" ; Default ; > ; < "Kyttjn mrittmt" ; Default ; > ; < "Luku" ; Default ; > ; < "Prosenttia" ; Default ; > ; < "Valuutta" ; Default ; > ; < "Pivmr" ; Default ; > ; < "Aika" ; Default ; > ; < "Tieteellinen" ; Default ; > ; < "Murtoluku" ; Default ; > ; < "Boolen arvo" ; Default ; > ; < "Teksti" ; Default ; > ; }; StringList [ danish ] = { < "Alle" ; Default ; > ; < "Brugerdefineret" ; Default ; > ; < "Tal" ; Default ; > ; < "Procent" ; Default ; > ; < "Valuta" ; Default ; > ; < "Dato" ; Default ; > ; < "Klokkeslt" ; Default ; > ; < "Videnskabelig" ; Default ; > ; < "Brk" ; Default ; > ; < "Logisk vrdi" ; Default ; > ; < "Tekst" ; Default ; > ; }; StringList [ french ] = { < "Tout" ; Default ; > ; < "Dfini par l'utilisateur" ; Default ; > ; < "Nombre" ; Default ; > ; < "Pourcentage" ; Default ; > ; < "Montaire" ; Default ; > ; < "Date" ; Default ; > ; < "Heure" ; Default ; > ; < "Scientifique" ; Default ; > ; < "Fraction" ; Default ; > ; < "Valeur logique" ; Default ; > ; < "Texte" ; Default ; > ; }; StringList [ swedish ] = { < "Alla" ; Default ; > ; < "Anvndardefinierad" ; Default ; > ; < "Tal" ; Default ; > ; < "Procent" ; Default ; > ; < "Valuta" ; Default ; > ; < "Datum" ; Default ; > ; < "Tid" ; Default ; > ; < "Vetenskap" ; Default ; > ; < "Brk" ; Default ; > ; < "Sannolikhet" ; Default ; > ; < "Text" ; Default ; > ; }; StringList [ dutch ] = { < "Alle" ; Default ; > ; < "Gebruikergedefinieerd" ; Default ; > ; < "Getal" ; Default ; > ; < "Procent" ; Default ; > ; < "Valuta" ; Default ; > ; < "Datum" ; Default ; > ; < "Tijd" ; Default ; > ; < "Wetenschap" ; Default ; > ; < "Breuk" ; Default ; > ; < "Logische waarde" ; Default ; > ; < "Tekst" ; Default ; > ; }; StringList [ spanish ] = { < "Todos" ; Default ; > ; < "Definido por el usuario" ; Default ; > ; < "Nmero" ; Default ; > ; < "Porcentaje" ; Default ; > ; < "Moneda" ; Default ; > ; < "Fecha" ; Default ; > ; < "Hora" ; Default ; > ; < "Ciencia" ; Default ; > ; < "Fraccin" ; Default ; > ; < "Valor lgico" ; Default ; > ; < "Texto" ; Default ; > ; }; StringList [ english_us ] = { < "All" ; Default ; > ; < "User-defined" ; Default ; > ; < "Number" ; Default ; > ; < "Percent" ; Default ; > ; < "Currency" ; Default ; > ; < "Date" ; Default ; > ; < "Time" ; Default ; > ; < "Scientific" ; Default ; > ; < "Fraction" ; Default ; > ; < "Boolean Value" ; Default ; > ; < "Text" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "ȫ" ; Default ; > ; < "ʹԶ" ; Default ; > ; < "" ; Default ; > ; < "ٷֱ" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "ʱ" ; Default ; > ; < "ѧ" ; Default ; > ; < "" ; Default ; > ; < "߼ֵ" ; Default ; > ; < "" ; Default ; > ; }; StringList [ russian ] = { < "" ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; }; StringList [ polish ] = { < "Wszystkie" ; Default ; > ; < "Ustawienia indywidualne" ; Default ; > ; < "Liczba" ; Default ; > ; < "Procent" ; Default ; > ; < "Waluta" ; Default ; > ; < "Data" ; Default ; > ; < "Czas" ; Default ; > ; < "Nauka" ; Default ; > ; < "Uamek" ; Default ; > ; < "Warto logiczna" ; Default ; > ; < "Tekst" ; Default ; > ; }; StringList [ japanese ] = { < "ׂ" ; Default ; > ; < "հްݒ" ; Default ; > ; < "l" ; Default ; > ; < "߰ð" ; Default ; > ; < "ʉ" ; Default ; > ; < "t" ; Default ; > ; < "" ; Default ; > ; < "Ȋw" ; Default ; > ; < "" ; Default ; > ; < "_l" ; Default ; > ; < "÷" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "" ; Default ; > ; < "ϥΪ̦ۭq" ; Default ; > ; < "Ʀr" ; Default ; > ; < "ʤ" ; Default ; > ; < "f" ; Default ; > ; < "" ; Default ; > ; < "ɶ" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "r" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < " (%)" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; }; StringList [ korean ] = { < "" ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; < "ۼƮ" ; Default ; > ; < "ȭ" ; Default ; > ; < "¥" ; Default ; > ; < "ð" ; Default ; > ; < "" ; Default ; > ; < "м" ; Default ; > ; < " " ; Default ; > ; < "ؽƮ" ; Default ; > ; }; StringList [ turkish ] = { < "Tm" ; Default ; > ; < "Kullanc tanml" ; Default ; > ; < "Say" ; Default ; > ; < "Yzde" ; Default ; > ; < "Para birimi" ; Default ; > ; < "Tarih" ; Default ; > ; < "Saat" ; Default ; > ; < "Bilimsel" ; Default ; > ; < "Kesir" ; Default ; > ; < "Mantksal deer" ; Default ; > ; < "Metin" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ catalan ] = { < "Todos" ; Default ; > ; < "Definido por el usuario" ; Default ; > ; < "Nmero" ; Default ; > ; < "Porcentaje" ; Default ; > ; < "Moneda" ; Default ; > ; < "Fecha" ; Default ; > ; < "Hora" ; Default ; > ; < "Ciencia" ; Default ; > ; < "Fraccin" ; Default ; > ; < "Valor lgico" ; Default ; > ; < "Texto" ; Default ; > ; }; }; FixedText FT_EDFORMAT { Pos = MAP_APPFONT ( 6 , 136 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Format-~Code" ; Text [ ENGLISH ] = "Format-~Description" ; Text [ norwegian ] = "Format-~Beskrivelse" ; Text [ italian ] = "Codice del formato" ; Text [ portuguese_brazilian ] = "Formato-~Descri??o" ; Text [ portuguese ] = "Cdigo do formato" ; Text [ finnish ] = "~Muotoile koodi" ; Text [ danish ] = "Format-kode" ; Text [ french ] = "~Description de format" ; Text [ swedish ] = "Format~beskrivning" ; Text [ dutch ] = "F~ormaatcode" ; Text [ spanish ] = "Cdigo del for~mato" ; Text [ english_us ] = "~Format code" ; Text[ chinese_simplified ] = "ʽ(~F)"; Text[ russian ] = " "; Text[ polish ] = "Kod formatu"; Text[ japanese ] = "(~F)"; Text[ chinese_traditional ] = "榡X(~F)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " ڵ(~F)"; Text[ turkish ] = "Format ~kodu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Cdigo del for~mato"; }; Edit ED_FORMAT { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 147 ) ; Size = MAP_APPFONT ( 200 , 12 ) ; }; FixedText FT_COMMENT { Pos = MAP_APPFONT ( 6 , 163 ) ; Size = MAP_APPFONT ( 248 , 16 ) ; WordBreak = TRUE ; }; Edit ED_COMMENT { Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 163 ) ; Size = MAP_APPFONT ( 248 , 12 ) ; }; FixedText FT_FORMAT { Pos = MAP_APPFONT ( 82 , 3 ) ; Size = MAP_APPFONT ( 90 , 8 ) ; Text = "~Format" ; Text [ ENGLISH ] = "~Format" ; Text [ norwegian ] = "~Format" ; Text [ italian ] = "Formato" ; Text [ portuguese_brazilian ] = "~Formato" ; Text [ portuguese ] = "Fo~rmatar" ; Text [ finnish ] = "~Muotoile" ; Text [ danish ] = "~Format" ; Text [ french ] = "Forma~t" ; Text [ swedish ] = "~Format" ; Text [ dutch ] = "~Formaat" ; Text [ spanish ] = "~Formato" ; Text [ english_us ] = "F~ormat" ; Text[ chinese_simplified ] = "ʽ(~O)"; Text[ russian ] = "~"; Text[ polish ] = "Format"; Text[ japanese ] = "(~O)"; Text[ chinese_traditional ] = "榡(~O)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = "(~O)"; Text[ turkish ] = "~Format"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Formato"; }; ListBox LB_CURRENCY { Border = TRUE ; Pos = MAP_APPFONT ( 82 , 14 ) ; Size = MAP_APPFONT ( 90 , 71 ) ; DropDown = TRUE ; TabStop = TRUE ; StringList= { < "Automatisch" ; Default ; > ; }; StringList[ENGLISH]= { < "Automatisch" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; }; StringList [ english_us ] = { < "Automatically" ; Default ; > ; }; StringList [ portuguese ] = { < "Automtico" ; Default ; > ; }; StringList [ russian ] = { < "" ; Default ; > ; }; StringList [ dutch ] = { < "Automatisch" ; Default ; > ; }; StringList [ french ] = { < "Automatique" ; Default ; > ; }; StringList [ spanish ] = { < "Automtico" ; Default ; > ; }; StringList [ italian ] = { < "Automatico" ; Default ; > ; }; StringList [ danish ] = { < "Automatisk" ; Default ; > ; }; StringList [ swedish ] = { < "Automatisk" ; Default ; > ; }; StringList [ polish ] = { < "Automatycznie" ; Default ; > ; }; StringList [ portuguese_brazilian ] = { < "Automatisch" ; Default ; > ; }; StringList [ japanese ] = { < "" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "Զ" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "۰" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; }; StringList [ korean ] = { < "ڵ" ; Default ; > ; }; StringList [ turkish ] = { < "Otomatik" ; Default ; > ; }; StringList [ catalan ] = { < "Automtico" ; Default ; > ; }; StringList [ finnish ] = { < "Automaattisesti" ; Default ; > ; }; }; Control LB_FORMAT { HelpId = HID_NUMBERFORMAT_LB_FORMAT ; Border = TRUE ; Pos = MAP_APPFONT ( 82 , 27 ) ; Size = MAP_APPFONT ( 90 , 58 ) ; TabStop = TRUE ; }; FixedText FT_DECIMALS { Pos = MAP_APPFONT ( 12 , 104 ) ; Size = MAP_APPFONT ( 69 , 8 ) ; Text = "N~achkommastellen" ; Text [ ENGLISH ] = "~Precision" ; Text [ norwegian ] = "~Precision" ; Text [ italian ] = "Posizioni decimali" ; Text [ portuguese_brazilian ] = "~Precis?o" ; Text [ portuguese ] = "Casas ~decimais" ; Text [ finnish ] = "~Desimaaleja" ; Text [ danish ] = "Antal decimaler" ; Text [ french ] = "~Dcimales" ; Text [ swedish ] = "~Decimalpositioner" ; Text [ dutch ] = "~Aantal decimalen" ; Text [ spanish ] = "~Decimales" ; Text [ english_us ] = "~Decimal places" ; Text[ chinese_simplified ] = "Сλ(~D)"; Text[ russian ] = " "; Text[ polish ] = "Miejsca po przecinku"; Text[ japanese ] = "_ȉ̌(~D)"; Text[ chinese_traditional ] = "pI(~D)"; Text[ arabic ] = " "; Text[ greek ] = "~ "; Text[ korean ] = "Ҽ ڸ(~D)"; Text[ turkish ] = "~Ondalk haneler"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Decimales"; }; NumericField ED_DECIMALS { Border = TRUE ; Pos = MAP_APPFONT ( 84 , 102 ) ; Size = MAP_APPFONT ( 24 , 12 ) ; Spin = TRUE ; Maximum = 20 ; Last = 15 ; First = 0 ; StrictFormat = TRUE ; SpinSize = 1 ; Repeat = TRUE ; }; FixedText FT_LEADZEROES { Pos = MAP_APPFONT ( 12 , 120 ) ; Size = MAP_APPFONT ( 69 , 8 ) ; /* ### ACHTUNG: Neuer Text in Resource? Fhrende ~Nullen : Fhrende ~Nullen */ Text = "Fhrende ~Nullen" ; Text [ ENGLISH ] = "~Leading Zeroes" ; Text [ norwegian ] = "~Ledende nuller" ; Text [ italian ] = "~Zeri iniziali" ; Text [ portuguese_brazilian ] = "~Zeros ? esquerda" ; Text [ portuguese ] = "~Zeros esquerda" ; Text [ finnish ] = "~Etunollat" ; Text [ danish ] = "Indledende nuller" ; Text [ french ] = "~Zro(s) non significatif(s)" ; Text [ swedish ] = "Inledande ~nollor" ; Text [ dutch ] = "~Voorloopnullen" ; Text [ spanish ] = "Ceros a la i~zquierda" ; Text [ english_us ] = "Leading ~zeroes" ; Text[ chinese_simplified ] = "ǰ(~Z)"; Text[ russian ] = " "; Text[ polish ] = "Zera wiodce"; Text[ japanese ] = "擪̾(~Z)"; Text[ chinese_traditional ] = "ems(~Z)"; Text[ arabic ] = " "; Text[ greek ] = " ~"; Text[ korean ] = " (~Z)"; Text[ turkish ] = "Virgl ncesi ~sfr says"; Text[ language_user1 ] = " "; Text[ catalan ] = "Ceros a la i~zquierda"; }; NumericField ED_LEADZEROES { Border = TRUE ; Pos = MAP_APPFONT ( 84 , 118 ) ; Size = MAP_APPFONT ( 24 , 12 ) ; Spin = TRUE ; Maximum = 20 ; Last = 15 ; First = 0 ; StrictFormat = TRUE ; SpinSize = 1 ; Repeat = TRUE ; }; CheckBox BTN_NEGRED { Pos = MAP_APPFONT ( 133 , 104 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text = "Negativ in ~Rot" ; Text [ ENGLISH ] = "~Mark negative red" ; Text [ norwegian ] = "~Marker negativ rd Mark negative red" ; Text [ italian ] = "Valori negativi in rosso" ; Text [ portuguese_brazilian ] = "~Marca vermelho negativo" ; Text [ portuguese ] = "Negativos em ~vermelho" ; Text [ finnish ] = "~Negatiiviset luvut punaisina" ; Text [ danish ] = "Rde negative tal" ; Text [ french ] = "~Nbres ng. en rouge" ; Text [ swedish ] = "Negativa vrden i ~rtt" ; Text [ dutch ] = "~Negatieve getallen rood" ; Text [ spanish ] = "~Negativo en rojo" ; Text [ english_us ] = "~Negative numbers red" ; Text[ chinese_simplified ] = "úɫʾֵ(~N)"; Text[ russian ] = ". . "; Text[ polish ] = "Licz~by ujemne w kolorze czerwonym"; Text[ japanese ] = "ϲŽ̐͐Ԏ(~N)"; Text[ chinese_traditional ] = "άܭt(~N)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "(-) (~N)"; Text[ turkish ] = "Negatif saylar ~krmz"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Negativo en rojo"; }; CheckBox BTN_THOUSAND { Pos = MAP_APPFONT ( 133 , 120 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text = "~Tausenderpunkt" ; Text [ ENGLISH ] = "~Thousands point" ; Text [ norwegian ] = "~Tusen punkter Thousands point" ; Text [ italian ] = "Separatore migliaia" ; Text [ portuguese_brazilian ] = "~Ponto da casa dos milhares" ; Text [ portuguese ] = "Casa dos ~milhares" ; Text [ finnish ] = "~Tuhaterotin" ; Text [ danish ] = "Tusindtalsseparator" ; Text [ french ] = "~Sparateur de milliers" ; Text [ swedish ] = "~Tusentalsavgrnsare" ; Text [ dutch ] = "~Scheidingsteken duizendtallen" ; Text [ spanish ] = "~Separador de miles" ; Text [ english_us ] = "~Thousands separator" ; Text[ chinese_simplified ] = "ǧλ(~T)"; Text[ russian ] = " "; Text[ polish ] = "Separator tysiczny"; Text[ japanese ] = "Pʂ̌؂(~T)"; Text[ chinese_traditional ] = "dI(~T)"; Text[ arabic ] = " "; Text[ greek ] = "~ "; Text[ korean ] = "õ (~T)"; Text[ turkish ] = "~Binlik ayrcs"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Separador de miles"; }; FixedLine FL_OPTIONS { Pos = MAP_APPFONT ( 6 , 91 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text = "Optionen" ; Text [ ENGLISH ] = "Options" ; Text [ norwegian ] = "Options" ; Text [ italian ] = "Opzioni" ; Text [ portuguese_brazilian ] = "Opes" ; Text [ portuguese ] = "Opes" ; Text [ finnish ] = "Asetukset" ; Text [ danish ] = "Indstillinger" ; Text [ french ] = "Options" ; Text [ swedish ] = "Alternativ" ; Text [ dutch ] = "Opties" ; Text [ spanish ] = "Opciones" ; Text [ english_us ] = "Options" ; Text[ chinese_simplified ] = "ѡ"; Text[ russian ] = ""; Text[ polish ] = "Opcje"; Text[ japanese ] = "߼"; Text[ chinese_traditional ] = "ﶵ"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ɼ"; Text[ turkish ] = "Seenekler"; Text[ language_user1 ] = " "; Text[ catalan ] = "Opciones"; }; FixedText FT_LANGUAGE { Pos = MAP_APPFONT ( 178 , 3 ) ; Size = MAP_APPFONT ( 76 , 8 ) ; Text = "S~prache" ; Text [ ENGLISH ] = "~Language" ; Text [ norwegian ] = "~Language" ; Text [ italian ] = "Lingua" ; Text [ portuguese_brazilian ] = "~Idioma" ; Text [ portuguese ] = "~Lngua" ; Text [ finnish ] = "~Kieli" ; Text [ danish ] = "Sprog" ; Text [ french ] = "~Langue" ; Text [ swedish ] = "S~prk" ; Text [ dutch ] = "~Taal" ; Text [ spanish ] = "~Idioma" ; Text [ english_us ] = "~Language" ; Text[ chinese_simplified ] = "(~L)"; Text[ russian ] = ""; Text[ polish ] = "Jzyk"; Text[ japanese ] = "(~L)"; Text[ chinese_traditional ] = "y(~L)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~L)"; Text[ turkish ] = "~Dil"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Idioma"; }; ListBox LB_LANGUAGE { Border = TRUE ; Sort = TRUE ; Pos = MAP_APPFONT ( 178 , 14 ) ; Size = MAP_APPFONT ( 76 , 71 ) ; DropDown = TRUE ; }; CheckBox CB_SOURCEFORMAT { Pos = MAP_APPFONT ( 178 , 42 ) ; Size = MAP_APPFONT ( 76 , 10 ) ; Text = "Q~uellenformat" ; Text [ ENGLISH ] = "So~urce format" ; Text [ english_us ] = "So~urce format" ; Text[ portuguese ] = "Formato da fonte"; Text[ russian ] = " "; Text[ greek ] = "So~urce format"; Text[ dutch ] = "So~urce format"; Text[ french ] = "Format de la so~urce"; Text[ spanish ] = "Formato de fuente"; Text[ finnish ] = "So~urce format"; Text[ italian ] = "Formato d'origine"; Text[ danish ] = "So~urce format"; Text[ swedish ] = "K~llformat"; Text[ polish ] = "Format rdowy"; Text[ portuguese_brazilian ] = "So~urce format"; Text[ japanese ] = "(~U)"; Text[ korean ] = "ҽ (~U)"; Text[ chinese_simplified ] = "ԭʼʽ(~U)"; Text[ chinese_traditional ] = "l榡(~U)"; Text[ turkish ] = "So~urce format"; Text[ arabic ] = "So~urce format"; Text[ catalan ] = "So~urce format"; }; Window WND_NUMBER_PREVIEW { Border = TRUE ; SVLook = TRUE ; Pos = MAP_APPFONT ( 178 , 67 ) ; Size = MAP_APPFONT ( 76 , 18 ) ; }; ImageButton IB_ADD { SVLook = TRUE ; Pos = MAP_APPFONT ( 210 , 147 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; HelpId = HID_NUMBERFORMAT_TBI_ADD ; QuickHelpText = "Hinzufgen" ; QuickHelpText [ ENGLISH ] = "Add" ; QuickHelpText [ norwegian ] = "Add" ; QuickHelpText [ italian ] = "Aggiungi" ; QuickHelpText [ portuguese_brazilian ] = "Acrescentar" ; QuickHelpText [ portuguese ] = "Adicionar" ; QuickHelpText [ finnish ] = "Lis" ; QuickHelpText [ danish ] = "Tilfj" ; QuickHelpText [ french ] = "Ajouter" ; QuickHelpText [ swedish ] = "Lgg till" ; QuickHelpText [ dutch ] = "Toevoegen" ; QuickHelpText [ spanish ] = "Aadir" ; QuickHelpText [ english_us ] = "Add" ; // ### ACHTUNG: Neuer Text in Resource? Hinzufgen : Hinzufgen // ### ACHTUNG: Neuer Text in Resource? Neues Zahlenformat hinzufgen : Neues Zahlenformat hinzufgen QuickHelpText[ russian ] = ""; QuickHelpText[ polish ] = "Dodaj"; QuickHelpText[ japanese ] = "lj"; QuickHelpText[ chinese_simplified ] = ""; QuickHelpText[ chinese_traditional ] = "W["; QuickHelpText[ arabic ] = ""; QuickHelpText[ greek ] = ""; QuickHelpText[ korean ] = "߰"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Hinzufgen"; QuickHelpText[ catalan ] = "Aadir"; }; ImageButton IB_REMOVE { SVLook = TRUE ; Pos = MAP_APPFONT ( 242 , 147 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; HelpId = HID_NUMBERFORMAT_TBI_REMOVE ; QuickHelpText = "Entfernen" ; QuickHelpText [ ENGLISH ] = "Remove" ; QuickHelpText [ norwegian ] = "Fjern" ; QuickHelpText [ italian ] = "Rimuovi" ; QuickHelpText [ portuguese_brazilian ] = "Remover" ; QuickHelpText [ portuguese ] = "Remover" ; QuickHelpText [ finnish ] = "Poista" ; QuickHelpText [ danish ] = "Fjern" ; QuickHelpText [ french ] = "Supprimer" ; QuickHelpText [ swedish ] = "Ta bort" ; QuickHelpText [ dutch ] = "Verwijderen" ; QuickHelpText [ spanish ] = "Eliminar" ; QuickHelpText [ english_us ] = "Remove" ; // ### ACHTUNG: Neuer Text in Resource? Zahlenformat lschen : Zahlenformat lschen QuickHelpText[ russian ] = ""; QuickHelpText[ polish ] = "Usu"; QuickHelpText[ japanese ] = "폜"; QuickHelpText[ chinese_simplified ] = "ɾ"; QuickHelpText[ chinese_traditional ] = "R"; QuickHelpText[ arabic ] = ""; QuickHelpText[ greek ] = ""; QuickHelpText[ korean ] = ""; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Entfernen"; QuickHelpText[ catalan ] = "Eliminar"; }; ImageButton IB_INFO { SVLook = TRUE ; Pos = MAP_APPFONT ( 226 , 147 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; HelpId = HID_NUMBERFORMAT_TBI_INFO ; QuickHelpText = "Kommentar ndern" ; QuickHelpText [ ENGLISH ] = "Change comment" ; QuickHelpText [ english_us ] = "Edit Comment" ; QuickHelpText [ portuguese_brazilian ] = "Kommentar ?ndern" ; QuickHelpText [ swedish ] = "ndra kommentar" ; QuickHelpText [ danish ] = "Modificer kommentar" ; QuickHelpText [ italian ] = "Cambia commento" ; QuickHelpText [ spanish ] = "Modificar comentario" ; QuickHelpText [ french ] = "Modifier le commentaire" ; QuickHelpText [ dutch ] = "Commentaar wijzigen" ; QuickHelpText [ portuguese ] = "Edita comentrio" ; QuickHelpText[ russian ] = " "; QuickHelpText[ polish ] = "Zmie komentarz"; QuickHelpText[ japanese ] = "Ă̕ύX"; QuickHelpText[ chinese_simplified ] = "༭"; QuickHelpText[ chinese_traditional ] = "ܧy"; QuickHelpText[ arabic ] = " "; QuickHelpText[ greek ] = " "; QuickHelpText[ korean ] = "ּ "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Kommentar ndern"; QuickHelpText[ catalan ] = "Modificar comentario"; QuickHelpText[ finnish ] = "Muokkaa huomautusta"; }; ImageList IL_ICON { ImageBitmap = Bitmap { File = "numfmt.bmp" ; }; MaskColor = Color { Red = 0xC000 ; Green = 0xC000 ; Blue = 0xC000 ; }; IdList = { IID_ADD ; IID_REMOVE ; IID_INFO ; }; IdCount = { 3 ; }; }; String STR_EUROPE { Text = "Europa" ; Text [ ENGLISH ] = "Europe" ; Text[ english_us ] = "Europe"; Text[ portuguese ] = "Europa"; Text[ russian ] = ""; Text[ dutch ] = "Europa"; Text[ french ] = "Europe"; Text[ spanish ] = "Europa"; Text[ italian ] = "Europa"; Text[ danish ] = "Europa"; Text[ swedish ] = "Europa"; Text[ polish ] = "Europa"; Text[ portuguese_brazilian ] = "Europe"; Text[ japanese ] = "ְۯ"; Text[ chinese_simplified ] = "ŷ"; Text[ chinese_traditional ] = "ڬw"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Avrupa"; Text[ language_user1 ] = " "; Text[ catalan ] = "Europa"; Text[ finnish ] = "Eurooppa"; }; Text[ chinese_simplified ] = "ָʽ"; Text[ russian ] = " "; Text[ polish ] = "Format liczb"; Text[ japanese ] = "̏"; Text[ chinese_traditional ] = "Ʀr榡"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " "; Text[ turkish ] = "Say format"; Text[ language_user1 ] = " "; Text[ catalan ] = "Formato numrico"; }; // ********************************************************************** EOF