2000-09-18 16:15:01 +00:00
/*************************************************************************
*
* $RCSfile: tautofmt.src,v $
*
2001-06-29 01:23:55 +00:00
* $Revision: 1.24 $
2000-09-18 16:15:01 +00:00
*
2001-06-29 01:23:55 +00:00
* last change: $Author: hjs $ $Date: 2001-06-29 02:23:54 $
2000-09-18 16:15:01 +00:00
*
* 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 "tautofmt.hrc"
#include "helpid.h"
ModalDialog DLG_AUTOFMT_TABLE
{
OutputSize = TRUE ;
SVLook = TRUE ;
HelpID = HID_AUTOFMT_TABLE ;
Size = MAP_APPFONT ( 312 , 120 ) ;
Text = "Autoformat" ;
Text [ ENGLISH ] = "Autoformat" ;
Text [ norwegian ] = "Autoformat" ;
Text [ italian ] = "Formattazione automatica" ;
2001-05-17 07:45:59 +00:00
Text [ portuguese_brazilian ] = "Formata??o Autom?tica" ;
2000-09-18 16:15:01 +00:00
Text [ portuguese ] = "AutoFormato" ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "Automaattinen muotoilu" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "AutoFormat" ;
Text [ french ] = "AutoFormat" ;
2001-01-19 19:53:57 +00:00
Text [ swedish ] = "Autoformat" ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "AutoOpmaak" ;
Text [ spanish ] = "AutoFormato" ;
Text [ english_us ] = "AutoFormat" ;
Moveable = TRUE ;
2001-06-14 16:35:39 +00:00
FixedLine FL_FORMAT
2000-09-18 16:15:01 +00:00
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
2001-06-14 16:35:39 +00:00
Size = MAP_APPFONT ( 243 , 8 ) ;
Text = "Format" ;
Text [ english_us ] = "Format" ;
2001-06-29 01:23:55 +00:00
Text[ portuguese ] = "Formatar";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Opmaak";
Text[ french ] = "Formatage";
Text[ spanish ] = "Formato";
Text[ finnish ] = "Muotoilu";
Text[ italian ] = "Formattazione";
Text[ danish ] = "Formatering";
Text[ swedish ] = "Format";
Text[ polish ] = "Format";
Text[ portuguese_brazilian ] = "Formatos";
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> <> ʽ <EFBFBD> <CABD> ";
Text[ chinese_traditional ] = "<22> 榡<EFBFBD> <E6A6A1> ";
Text[ turkish ] = "Formatlama";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ catalan ] = "Formato";
2000-09-18 16:15:01 +00:00
};
ListBox LB_FORMAT
{
Border = TRUE ;
2001-06-14 16:35:39 +00:00
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 65 , 100 ) ;
2000-09-18 16:15:01 +00:00
TabStop = TRUE ;
};
Window WND_PREVIEW
{
2001-06-14 16:35:39 +00:00
Pos = MAP_APPFONT ( 83 , 14 ) ;
Size = MAP_APPFONT ( 161 , 100 ) ;
2000-09-18 16:15:01 +00:00
};
CheckBox BTN_NUMFORMAT
{
Hide = TRUE ;
Pos = MAP_APPFONT ( 12 , 131 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "Zahlenf~ormat" ;
Text [ ENGLISH ] = "~Numberformat" ;
Text [ norwegian ] = "~Numberformat" ;
Text [ italian ] = "Formato ~numero" ;
2001-05-17 07:45:59 +00:00
Text [ portuguese_brazilian ] = "~Formatodon?ero" ;
2000-09-27 20:38:25 +00:00
Text [ portuguese ] = "~Formato num<75> rico" ;
2000-09-18 16:15:01 +00:00
Text [ finnish ] = "~Numeromuoto" ;
Text [ danish ] = "Talformat" ;
Text [ french ] = "~Format num<75> rique" ;
Text [ swedish ] = "Talf~ormat" ;
Text [ dutch ] = "~Getalnotatie" ;
Text [ spanish ] = "Formato nu~m<> rico" ;
Text [ english_us ] = "~Number format" ;
TabStop = TRUE ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> ָ<EFBFBD> ʽ (~N)";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Format liczb";
Text[ japanese ] = "<22> <> <EFBFBD> ̏<EFBFBD> <CC8F> <EFBFBD> (~N)";
Text[ chinese_traditional ] = "<22> Ʀ r<C6A6> 榡(~N)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-31 06:05:57 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> (~N)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "Say<61> f~ormat<61> ";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Formato nu~m<> rico";
2000-09-18 16:15:01 +00:00
};
CheckBox BTN_BORDER
{
Hide = TRUE ;
Pos = MAP_APPFONT ( 12 , 147 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "~Umrandung" ;
Text [ ENGLISH ] = "~Border" ;
Text [ norwegian ] = "~Border" ;
Text [ italian ] = "~Bordo" ;
Text [ portuguese_brazilian ] = "~Borda" ;
Text [ portuguese ] = "~Contornos" ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "~Reunat" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Ramme" ;
Text [ french ] = "~Bordure" ;
Text [ swedish ] = "~Inramning" ;
Text [ dutch ] = "~Omranding" ;
Text [ spanish ] = "~Borde" ;
Text [ english_us ] = "~Borders" ;
TabStop = TRUE ;
Text[ chinese_simplified ] = "<22> ߿<EFBFBD> (~B)";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Obramowanie";
Text[ japanese ] = "<22> O<EFBFBD> g(~B)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> (~B)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-31 06:05:57 +00:00
Text[ korean ] = "<22> θ<D7B5> (~B)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "~Kenarl<72> k";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "~Borde";
2000-09-18 16:15:01 +00:00
};
CheckBox BTN_FONT
{
Hide = TRUE ;
Pos = MAP_APPFONT ( 85 , 131 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "Schriftar~t" ;
Text [ ENGLISH ] = "F~ont" ;
Text [ norwegian ] = "F~ont" ;
Text [ italian ] = "~Tipo di carattere" ;
Text [ portuguese_brazilian ] = "F~onte" ;
Text [ portuguese ] = "~Tipo de letra" ;
Text [ finnish ] = "~Fontti" ;
Text [ danish ] = "Skrifttype" ;
Text [ french ] = "~Police" ;
Text [ swedish ] = "~Teckensnitt" ;
Text [ dutch ] = "~Lettertype" ;
Text [ spanish ] = "Fuen~te" ;
Text [ english_us ] = "F~ont" ;
TabStop = TRUE ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~O)";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Czcionka";
2001-03-31 06:05:57 +00:00
Text[ japanese ] = "̫<> Ă̎<C482> <CC8E> <EFBFBD> (~O)";
Text[ chinese_traditional ] = "<22> r<EFBFBD> <72> (~O)";
2000-09-18 16:15:01 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-31 06:05:57 +00:00
Text[ korean ] = "<22> ۲<EFBFBD> (~O)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "Yaz<61> ti~pi";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Fuen~te";
2000-09-18 16:15:01 +00:00
};
CheckBox BTN_PATTERN
{
Hide = TRUE ;
Pos = MAP_APPFONT ( 85 , 147 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "~Muster" ;
Text [ ENGLISH ] = "~Pattern" ;
Text [ norwegian ] = "~Pattern" ;
Text [ italian ] = "~Modello" ;
Text [ portuguese_brazilian ] = "~Estampa" ;
Text [ portuguese ] = "~Padr<64> o" ;
Text [ finnish ] = "~Kuvio" ;
Text [ danish ] = "M<> nster" ;
Text [ french ] = "~Motif" ;
Text [ swedish ] = "~M<> nster" ;
Text [ dutch ] = "~Patroon" ;
Text [ spanish ] = "Mo~delo" ;
Text [ english_us ] = "~Pattern" ;
TabStop = TRUE ;
Text[ chinese_simplified ] = "ͼ<> <CDBC> (~P)";
2001-03-01 20:53:41 +00:00
Text[ russian ] = "~<7E> <> <EFBFBD> <EFBFBD> ";
2000-09-18 16:15:01 +00:00
Text[ polish ] = "De~se<73> ";
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> (~P)";
Text[ chinese_traditional ] = "<22> Ϯ<EFBFBD> (~P)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-31 06:05:57 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> (~P)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "~Desen";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Mo~delo";
2000-09-18 16:15:01 +00:00
};
CheckBox BTN_ALIGNMENT
{
Hide = TRUE ;
Pos = MAP_APPFONT ( 150 , 131 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
Text = "~Ausrichtung" ;
Text [ ENGLISH ] = "Orien~tation" ;
Text [ norwegian ] = "Orien~tation" ;
Text [ italian ] = "~Allineamento" ;
2001-05-17 07:45:59 +00:00
Text [ portuguese_brazilian ] = "Orien~ta??o" ;
2000-09-18 16:15:01 +00:00
Text [ portuguese ] = "~Alinhamento" ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "~Tasaus" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Justering" ;
Text [ french ] = "~Alignement" ;
Text [ swedish ] = "~Justering" ;
Text [ dutch ] = "~Uitlijning" ;
Text [ spanish ] = "Orienta~ci<63> n" ;
Text [ english_us ] = "Alignmen~t" ;
TabStop = TRUE ;
2001-03-31 06:05:57 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~T)";
2000-09-18 16:15:01 +00:00
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Wyr<79> wnanie";
2001-03-31 06:05:57 +00:00
Text[ japanese ] = "<22> z<EFBFBD> u(~T)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> (~T)";
2000-09-18 16:15:01 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-31 06:05:57 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> (~T)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "~Hizalama";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Orienta~ci<63> n";
2000-09-18 16:15:01 +00:00
};
2001-06-14 16:35:39 +00:00
FixedLine FL_FORMATS
2000-09-18 16:15:01 +00:00
{
Hide = TRUE ;
Pos = MAP_APPFONT ( 6 , 120 ) ;
2001-06-01 10:14:10 +00:00
Size = MAP_APPFONT ( 243 , 8 ) ;
2000-09-18 16:15:01 +00:00
Text = "Formatierung" ;
Text [ ENGLISH ] = "For~mats" ;
Text [ norwegian ] = "For~mats" ;
Text [ italian ] = "Formattazione" ;
Text [ portuguese_brazilian ] = "Formatos" ;
2001-06-13 22:36:07 +00:00
Text [ portuguese ] = "Formatar" ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "Muotoilu" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Formatering" ;
2001-03-19 11:06:40 +00:00
Text [ french ] = "Formatage" ;
2000-09-18 16:15:01 +00:00
Text [ swedish ] = "Formatering" ;
Text [ dutch ] = "Opmaak" ;
Text [ spanish ] = "Formato" ;
Text [ english_us ] = "Formatting" ;
Text[ chinese_simplified ] = "<22> <> ʽ <EFBFBD> <CABD> ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Formatowanie";
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ݒ<EFBFBD> ";
Text[ chinese_traditional ] = "<22> 榡<EFBFBD> <E6A6A1> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-02-09 20:02:12 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "Formatlama";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Formato";
2000-09-18 16:15:01 +00:00
};
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 255 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 255 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
MoreButton BTN_MORE
{
Pos = MAP_APPFONT ( 255 , 101 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text = "~Zus<75> tze" ;
Text [ ENGLISH ] = "~More" ;
Text [ norwegian ] = "~Mer" ;
Text [ italian ] = "E~xtra" ;
Text [ portuguese_brazilian ] = "~Mais" ;
Text [ portuguese ] = "~Op<4F> <70> es" ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "~Lis<69> <73> " ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Flere" ;
Text [ french ] = "~Options" ;
2000-10-27 17:03:50 +00:00
Text [ swedish ] = "F~ler" ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "~Overige" ;
Text [ spanish ] = "~Opciones" ;
Text [ english_us ] = "~More" ;
TabStop = TRUE ;
MapUnit = MAP_APPFONT ;
Delta = 48 ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~M)";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Dod~atki";
Text[ japanese ] = "<22> <> <EFBFBD> <DFBC> (~M)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> L(~M)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~M)";
Text[ turkish ] = "Ay~r<> nt<6E> lar";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "~Opciones";
2000-09-18 16:15:01 +00:00
};
PushButton BTN_ADD
{
Pos = MAP_APPFONT ( 255 , 64 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text = "Hi~nzuf<75> gen" ;
Text [ ENGLISH ] = "~Add" ;
Text [ norwegian ] = "Leg~g til" ;
Text [ italian ] = "~Aggiungi" ;
Text [ portuguese_brazilian ] = "~Acrescentar" ;
Text [ portuguese ] = "~Adicionar" ;
Text [ finnish ] = "~Lis<69> <73> " ;
Text [ danish ] = "Tilf<6C> j" ;
Text [ french ] = "~Ajouter" ;
Text [ swedish ] = "L<> ~gg till" ;
Text [ dutch ] = "~Toevoegen" ;
Text [ spanish ] = "~A<> adir" ;
Text [ english_us ] = "~Add" ;
TabStop = TRUE ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~A)";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "~Dodaj";
Text[ japanese ] = "<22> }<7D> <> (~A)";
Text[ chinese_traditional ] = "<22> [<5B> J(~A)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> ߰<EFBFBD> (~A)";
Text[ turkish ] = "~Ekle";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "~A<> adir";
2000-09-18 16:15:01 +00:00
};
PushButton BTN_REMOVE
{
Pos = MAP_APPFONT ( 255 , 81 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text = "~L<> schen" ;
Text [ ENGLISH ] = "Remo~ve" ;
Text [ norwegian ] = "Remo~ve" ;
Text [ italian ] = "~Elimina" ;
Text [ portuguese_brazilian ] = "Remo~ver" ;
Text [ portuguese ] = "E~liminar" ;
Text [ finnish ] = "~Poista" ;
Text [ danish ] = "Slet" ;
Text [ french ] = "~Supprimer" ;
Text [ swedish ] = "~Radera" ;
Text [ dutch ] = "~Wissen" ;
Text [ spanish ] = "~Eliminar" ;
Text [ english_us ] = "~Delete" ;
TabStop = TRUE ;
Text[ chinese_simplified ] = "ɾ<> <C9BE> (~D)";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Usu<73> ";
Text[ japanese ] = "<22> 폜(~D)";
Text[ chinese_traditional ] = "<22> R<EFBFBD> <52> (~D)";
Text[ arabic ] = "<22> <> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> (~D)";
Text[ turkish ] = "~Sil";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "~Eliminar";
2000-09-18 16:15:01 +00:00
};
PushButton BTN_RENAME
{
Pos = MAP_APPFONT ( 255 , 123 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text = "Um~benennen" ;
Text [ ENGLISH ] = "Ren~ame" ;
TabStop = TRUE ;
Text [ portuguese ] = "Mudar ~nome" ;
Text [ english_us ] = "~Rename" ;
Text [ portuguese_brazilian ] = "Um~benennen" ;
2000-10-27 17:03:50 +00:00
Text [ swedish ] = "~Byt namn" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Omd<6D> b" ;
Text [ italian ] = "~Rinomina" ;
Text [ spanish ] = "Cambiar ~nombre" ;
Text [ french ] = "Re~nommer" ;
Text [ dutch ] = "~Naam wijzigen" ;
2001-03-31 06:05:57 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
2000-09-18 16:15:01 +00:00
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Zmie<69> nazw<7A> ";
2001-03-31 06:05:57 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> O<EFBFBD> ̕ύX(~R)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> s<EFBFBD> R<EFBFBD> W(~R)";
2000-09-18 16:15:01 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> ̸<EFBFBD> <20> ٲٱ<D9B2> (~R)";
Text[ turkish ] = "Yeniden~adland<6E> r";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Cambiar ~nombre";
2001-05-10 06:07:58 +00:00
Text[ finnish ] = "~Nime<6D> uudelleen";
2000-09-18 16:15:01 +00:00
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 255 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
String STR_ADD_TITLE
{
Text = "Autoformat hinzuf<75> gen" ;
Text [ ENGLISH ] = "Add Autoformat" ;
Text [ norwegian ] = "Add Autoformat" ;
Text [ italian ] = "Aggiungi formattazione automatica" ;
2001-05-17 07:45:59 +00:00
Text [ portuguese_brazilian ] = "Acrescentar Formato autom?tico" ;
2000-09-18 16:15:01 +00:00
Text [ portuguese ] = "Adicionar AutoFormato" ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "Lis<69> <73> automaattinen muotoilu" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Tilf<6C> j AutoFormat" ;
Text [ french ] = "Ajouter AutoFormat" ;
2001-01-19 19:53:57 +00:00
Text [ swedish ] = "L<> gg till autoformat" ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "AutoOpmaak toepassen" ;
Text [ spanish ] = "A<> adir AutoFormato" ;
Text [ english_us ] = "Add AutoFormat" ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> Զ<EFBFBD> <D4B6> <EFBFBD> ʽ ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-19 11:06:40 +00:00
Text[ polish ] = "Dodaj Autoformat";
2000-09-18 16:15:01 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> ̫<EFBFBD> ϯĂ̒lj<CC92> ";
Text[ chinese_traditional ] = "<22> s<EFBFBD> W<EFBFBD> ۰ ʮ榡";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-10-27 17:03:50 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-02-09 20:02:12 +00:00
Text[ korean ] = "<22> ڵ<EFBFBD> <DAB5> <EFBFBD> <EFBFBD> <EFBFBD> <20> ߰<EFBFBD> ";
Text[ turkish ] = "Otomatik formatlamay<61> ekle";
2000-09-18 16:15:01 +00:00
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "A<> adir AutoFormato";
2000-09-18 16:15:01 +00:00
};
String STR_ADD_LABEL
{
Text = "Name" ;
Text [ ENGLISH ] = "Name" ;
Text [ norwegian ] = "Navn" ;
Text [ italian ] = "Nome" ;
Text [ portuguese_brazilian ] = "Nomear" ;
Text [ portuguese ] = "Nome" ;
Text [ finnish ] = "Nimi" ;
Text [ danish ] = "Navn" ;
Text [ french ] = "Nom" ;
Text [ swedish ] = "Namn" ;
Text [ dutch ] = "Naam" ;
Text [ spanish ] = "Nombre" ;
Text [ english_us ] = "Name" ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ russian ] = "<22> <> <EFBFBD> ";
Text[ polish ] = "Nazwa";
Text[ japanese ] = "<22> <> <EFBFBD> O";
Text[ chinese_traditional ] = "<22> W<EFBFBD> <57> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> ̸<EFBFBD> ";
Text[ turkish ] = "Ad";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Nombre";
2000-09-18 16:15:01 +00:00
};
String STR_DEL_TITLE
{
Text = "Autoformat l<> schen" ;
Text [ ENGLISH ] = "Delete Autoformat" ;
Text [ norwegian ] = "Delete Autoformat" ;
Text [ italian ] = "Cancella formattazione automatica" ;
2001-05-17 07:45:59 +00:00
Text [ portuguese_brazilian ] = "Apagar Formato Autom?tico" ;
2000-09-18 16:15:01 +00:00
Text [ portuguese ] = "Eliminar AutoFormato" ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "Poista automaattinen muotoilu" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Slet AutoFormat" ;
Text [ french ] = "Supprimer l'AutoFormat" ;
2001-01-19 19:53:57 +00:00
Text [ swedish ] = "Radera Autoformat" ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "AutoOpmaak wissen" ;
Text [ spanish ] = "Eliminar AutoFormato" ;
Text [ english_us ] = "Delete AutoFormat" ;
Text[ chinese_simplified ] = "ɾ<> <C9BE> <EFBFBD> Զ<EFBFBD> <D4B6> <EFBFBD> ʽ ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-19 11:06:40 +00:00
Text[ polish ] = "Usu<73> Autoformat";
2000-09-18 16:15:01 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> ̫<EFBFBD> ϯĂ̍폜";
Text[ chinese_traditional ] = "<22> R<EFBFBD> <52> <EFBFBD> ۰ ʮ榡";
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-10-27 17:03:50 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-02-09 20:02:12 +00:00
Text[ korean ] = "<22> ڵ<EFBFBD> <DAB5> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Otomatik formatlamay<61> sil";
2000-09-18 16:15:01 +00:00
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Eliminar AutoFormato";
2000-09-18 16:15:01 +00:00
};
String STR_DEL_MSG
{
Text = "Folgendes Autoformat wird gel<65> scht:" ;
Text [ ENGLISH ] = "This autoformat will be deleted:" ;
Text [ norwegian ] = "Dette Autoformat vil bli slettet:" ;
Text [ italian ] = "Questa formattazione automatica verr<72> cancellata:" ;
2001-05-17 07:45:59 +00:00
Text [ portuguese_brazilian ] = "Esta formata??o Autom?tica ser apagada:" ;
2000-09-18 16:15:01 +00:00
Text [ portuguese ] = "Ser<65> eliminado o seguinte AutoFormato:" ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "Seuraava automaattisen muotoilun merkint<6E> poistetaan:" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "F<> lgende AutoFormat slettes:" ;
Text [ french ] = "L'AutoFormat suivant va <20> tre supprim<69> :" ;
2001-01-19 19:53:57 +00:00
Text [ swedish ] = "F<> ljande autoformat raderas:" ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "Het volgende AutoOpmaak-item wordt gewist." ;
Text [ spanish ] = "El siguiente AutoFormato se eliminar<61> :" ;
Text [ english_us ] = "The following AutoFormat entry will be deleted:" ;
Text[ chinese_simplified ] = "ɾ<> <C9BE> <EFBFBD> <EFBFBD> <EFBFBD> µ<EFBFBD> <C2B5> Զ<EFBFBD> <D4B6> <EFBFBD> ʽ <EFBFBD> <CABD> ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> :";
2001-03-19 11:06:40 +00:00
Text[ polish ] = "Usuni<6E> ty zostanie nast<73> puj<75> cy Autoformat:";
2000-09-18 16:15:01 +00:00
Text[ japanese ] = "<22> ȉ<EFBFBD> <C889> ̵<EFBFBD> <CCB5> ̫<EFBFBD> ϯĂ͍폜<CD8D> <ED8F9C> <EFBFBD> <EFBFBD> <EFBFBD> ܂ <EFBFBD> :";
Text[ chinese_traditional ] = "<22> R<EFBFBD> <52> <EFBFBD> H<EFBFBD> U<EFBFBD> <55> <EFBFBD> ۰ ʮ榡<CAAE> G";
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> :";
2000-10-27 17:03:50 +00:00
Text[ greek ] = "<22> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> :";
2001-06-08 22:26:05 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> ڵ<EFBFBD> <DAB5> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ˴ ϴ<CBB4> :";
2001-02-09 20:02:12 +00:00
Text[ turkish ] = "A<> a<EFBFBD> <61> daki otomatik formatlama silinecek:";
2000-09-18 16:15:01 +00:00
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "El siguiente AutoFormato se eliminar<61> :";
2000-09-18 16:15:01 +00:00
};
String STR_RENAME_TITLE
{
Text = "Autoformat umbenennen" ;
Text [ ENGLISH ] = "Rename Autoformat" ;
Text [ english_us ] = "Rename AutoFormat" ;
Text [ portuguese ] = "Mudar nome do AutoFormato" ;
Text [ portuguese_brazilian ] = "Autoformat umbenennen" ;
2001-01-19 19:53:57 +00:00
Text [ swedish ] = "Byt namn p<> autoformat" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Omd<6D> b AutoFormat" ;
Text [ italian ] = "Rinomina formattazione automatica" ;
Text [ spanish ] = "Cambiar nombre del AutoFormato" ;
Text [ french ] = "Renommer l'AutoFormat" ;
Text [ dutch ] = "AutoOpmaak nieuwe naam geven" ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> Զ<EFBFBD> <D4B6> <EFBFBD> ʽ ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-19 11:06:40 +00:00
Text[ polish ] = "Zmie<69> nazw<7A> Autoformatu";
2000-09-18 16:15:01 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> ̫<EFBFBD> ϯĂ̖<C482> <CC96> O<EFBFBD> ̕ύX";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> s<EFBFBD> R<EFBFBD> W<EFBFBD> ۰ ʮ榡";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-10-27 17:03:50 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-02-09 20:02:12 +00:00
Text[ korean ] = "<22> ڵ<EFBFBD> <DAB5> <EFBFBD> <EFBFBD> <EFBFBD> <20> ̸<EFBFBD> <20> ٲٱ<D9B2> ";
Text[ turkish ] = "Otomatik formatlamay<61> yeniden adland<6E> r";
2000-09-18 16:15:01 +00:00
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Cambiar nombre del AutoFormato";
2001-05-10 06:07:58 +00:00
Text[ finnish ] = "Nime<6D> automaattinen muotoilu uudelleen";
2000-09-18 16:15:01 +00:00
};
String STR_BTN_CLOSE
{
Text = "~Schlie<69> en" ;
Text [ ENGLISH ] = "~Close" ;
Text [ norwegian ] = "~Lukk" ;
Text [ italian ] = "Chiudi" ;
Text [ portuguese_brazilian ] = "~Fechar" ;
Text [ portuguese ] = "~Fechar" ;
Text [ finnish ] = "~Sulje" ;
Text [ danish ] = "Luk" ;
Text [ french ] = "~Fermer" ;
Text [ swedish ] = "~St<53> ng" ;
Text [ dutch ] = "~Sluiten" ;
Text [ spanish ] = "~Cerrar" ;
Text [ english_us ] = "~Close" ;
Text[ chinese_simplified ] = "<22> ر<EFBFBD> (~C)";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Zamknij";
Text[ japanese ] = "<22> <EFBFBD> <C282> <EFBFBD> (~C)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> (~C)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> ݱ<EFBFBD> (~C)";
Text[ turkish ] = "~Kapat";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "~Cerrar";
2000-09-18 16:15:01 +00:00
};
String STR_JAN
{
Text = "Jan" ;
Text [ ENGLISH ] = "Jan" ;
Text [ norwegian ] = "Jan" ;
Text [ italian ] = "gen" ;
Text [ portuguese_brazilian ] = "Jan" ;
Text [ portuguese ] = "Jan" ;
Text [ finnish ] = "Tam" ;
Text [ danish ] = "Jan" ;
Text [ french ] = "Janv." ;
Text [ swedish ] = "Jan" ;
Text [ dutch ] = "Jan" ;
Text [ spanish ] = "Ene" ;
Text [ english_us ] = "Jan" ;
Text[ chinese_simplified ] = "һ <> <D2BB> ";
Text[ russian ] = "<22> <> <EFBFBD> ";
Text[ polish ] = "Stycze<7A> ";
Text[ japanese ] = "1<> <31> ";
Text[ chinese_traditional ] = "<22> @<40> <> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> ";
Text[ korean ] = "1<> <31> ";
Text[ turkish ] = "Ock";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Ene";
2000-09-18 16:15:01 +00:00
};
String STR_FEB
{
Text = "Feb" ;
Text [ ENGLISH ] = "Feb" ;
Text [ norwegian ] = "Feb" ;
Text [ italian ] = "feb" ;
Text [ portuguese_brazilian ] = "Fev" ;
Text [ portuguese ] = "Fev" ;
Text [ finnish ] = "Hel" ;
Text [ danish ] = "Feb" ;
Text [ french ] = "F<> vr." ;
Text [ swedish ] = "Feb" ;
Text [ dutch ] = "Feb" ;
Text [ spanish ] = "Feb" ;
Text [ english_us ] = "Feb" ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ russian ] = "<22> <> <EFBFBD> ";
Text[ polish ] = "Luty";
Text[ japanese ] = "2<> <32> ";
Text[ chinese_traditional ] = "<22> G<EFBFBD> <47> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> ";
Text[ korean ] = "2<> <32> ";
Text[ turkish ] = "<22> ub";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Feb";
2000-09-18 16:15:01 +00:00
};
String STR_MAR
{
Text = "M<> r" ;
Text [ ENGLISH ] = "Mar" ;
Text [ norwegian ] = "Mar" ;
Text [ italian ] = "mar" ;
Text [ portuguese_brazilian ] = "Mar" ;
Text [ portuguese ] = "Mar" ;
Text [ finnish ] = "Maa" ;
Text [ danish ] = "Mar" ;
Text [ french ] = "Mars" ;
Text [ swedish ] = "Mar" ;
Text [ dutch ] = "Mrt" ;
Text [ spanish ] = "Mar" ;
Text [ english_us ] = "Mar" ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ russian ] = "<22> <> <EFBFBD> ";
Text[ polish ] = "Marzec";
Text[ japanese ] = "3<> <33> ";
Text[ chinese_traditional ] = "<22> T<EFBFBD> <54> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "M<> <4D> ";
Text[ korean ] = "3<> <33> ";
Text[ turkish ] = "Mar";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Mar";
2000-09-18 16:15:01 +00:00
};
String STR_NORTH
{
Text = "Nord" ;
Text [ ENGLISH ] = "North" ;
Text [ norwegian ] = "North" ;
Text [ italian ] = "nord" ;
Text [ portuguese_brazilian ] = "Norte" ;
Text [ portuguese ] = "Norte" ;
Text [ finnish ] = "Pohjoinen" ;
Text [ danish ] = "Nord" ;
Text [ french ] = "Nord" ;
Text [ swedish ] = "Norr" ;
Text [ dutch ] = "Noorden" ;
Text [ spanish ] = "Norte" ;
Text [ english_us ] = "North" ;
Text[ chinese_simplified ] = "<22> <> ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "P<> <50> noc";
Text[ japanese ] = "<22> k";
Text[ chinese_traditional ] = "<22> _";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Kuzey";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Norte";
2000-09-18 16:15:01 +00:00
};
String STR_MID
{
Text = "Mitte" ;
Text [ ENGLISH ] = "Mid" ;
Text [ norwegian ] = "Mid" ;
Text [ italian ] = "centro" ;
Text [ portuguese_brazilian ] = "Centro" ;
Text [ portuguese ] = "Centro" ;
Text [ finnish ] = "Keski" ;
Text [ danish ] = "Midte" ;
Text [ french ] = "Milieu" ;
Text [ swedish ] = "Mitten" ;
Text [ dutch ] = "Midden" ;
Text [ spanish ] = "Centro" ;
Text [ english_us ] = "Mid" ;
Text[ chinese_simplified ] = "<22> <> ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-06-08 22:26:05 +00:00
Text[ polish ] = "Po<50> rodku";
2000-09-18 16:15:01 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> <> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> ";
Text[ turkish ] = "Orta";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Centro";
2000-09-18 16:15:01 +00:00
};
String STR_SOUTH
{
Text = "S<> d" ;
Text [ ENGLISH ] = "South" ;
Text [ norwegian ] = "South" ;
Text [ italian ] = "Sud" ;
Text [ portuguese_brazilian ] = "Sul" ;
Text [ portuguese ] = "Sul" ;
Text [ finnish ] = "Etel<65> " ;
Text [ danish ] = "Syd" ;
Text [ french ] = "Sud" ;
Text [ swedish ] = "S<> der" ;
Text [ dutch ] = "Zuiden" ;
Text [ spanish ] = "Sur" ;
Text [ english_us ] = "South" ;
Text[ chinese_simplified ] = "<22> <> ";
Text[ russian ] = "<22> <> ";
Text[ polish ] = "Po<50> udnie";
Text[ japanese ] = "<22> <> ";
Text[ chinese_traditional ] = "<22> n";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "G<> ney";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Sur";
2000-09-18 16:15:01 +00:00
};
String STR_SUM
{
Text = "Summe" ;
Text [ ENGLISH ] = "Sum" ;
Text [ norwegian ] = "Sum" ;
Text [ italian ] = "somma" ;
Text [ portuguese_brazilian ] = "Soma" ;
Text [ portuguese ] = "Soma" ;
Text [ finnish ] = "Summa" ;
Text [ danish ] = "Sum" ;
Text [ french ] = "Somme" ;
Text [ swedish ] = "Summa" ;
Text [ dutch ] = "Totaal" ;
Text [ spanish ] = "Suma" ;
Text [ english_us ] = "Sum" ;
Text[ chinese_simplified ] = "<22> ܼ<EFBFBD> ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ polish ] = "Suma";
Text[ japanese ] = "<22> <> <EFBFBD> v";
Text[ chinese_traditional ] = "<22> p<EFBFBD> p";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> հ <EFBFBD> ";
Text[ turkish ] = "Toplam";
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Suma";
2000-09-18 16:15:01 +00:00
};
String STR_INVALID_AFNAME
{
/* ### ACHTUNG: Neuer Text in Resource? Sie haben einen ung<6E> ltigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nW<6E> hlen Sie einen anderen Namen. : Sie haben einen ung<6E> ltigen Namen angegeben.\nDas Autoformat konnte nicht angelegt werden.\nW<6E> hlen Sie einen anderen Namen. */
/* ### ACHTUNG: Neuer Text in Resource? Sie haben einen ung<6E> ltigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nW<6E> hlen Sie einen anderen Namen. : Sie haben einen ung<6E> ltigen Namen angegeben.\nDas Autoformat konnte nicht angelegt werden.\nW<6E> hlen Sie einen anderen Namen. */
Text = "Sie haben einen ung<6E> ltigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nW<6E> hlen Sie einen anderen Namen." ;
Text [ ENGLISH ] = "You entered an invalid name.\nThe desired AutoFormat could not be createdTry again using a different name." ;
Text [ norwegian ] = "You entered an invalid name.\nThe desired AutoFormat could not be createdTry again using a different name." ;
Text [ italian ] = "Nome specificato non valido.\nImpossibile creare la Formattazione automatica desiderata.\nScegliete un altro nome." ;
Text [ portuguese_brazilian ] = "You entered an invalid name.\nThe desired AutoFormat could not be createdTry again using a different name." ;
Text [ portuguese ] = "Indicou um nome incorrecto.\nO AutoFormato desejado n<> o pode ser criado.\nTente de novo usando um nome diferente." ;
2001-05-10 06:07:58 +00:00
Text [ finnish ] = "Olet sy<73> tt<74> nyt virheellisen nimen.\nHaluttua automaattista muotoilua ei voitu luoda. \nYrit<69> uudelleen k<> ytt<74> m<EFBFBD> ll<6C> eri nime<6D> ." ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "Du har indtastet et ugyldigt navn.\nDet var ikke muligt at oprette AutoFormatet.\nV<6E> lg venligst et andet navn." ;
2000-10-27 17:03:50 +00:00
Text [ french ] = "Vous avez saisi un nom non valide.\nL'AutoFormat n'a pas ou <20> tre <20> ffectu<74> .\nIndiquez un autre nom." ;
2001-01-19 19:53:57 +00:00
Text [ swedish ] = "Du har angett ett ogiltigt namn.\nDet gick inte att skapa autoformatet.\nV<6E> lj ett annat namn." ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "U heeft een ongeldige naam vermeld.\nDe gewenste AutoOpmaak kon niet worden uitgevoerd.\nKies een andere naam." ;
Text [ spanish ] = "Ha indicado un nombre no v<> lido, \npor lo que no se pudo crear el AutoFormato.\nSeleccione otro nombre." ;
Text [ ENGLISH_US ] = "You have entered an invalid name.\nThe desired AutoFormat could not be created. \nTry again using a different name." ;
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> һ <EFBFBD> <D2BB> <EFBFBD> <EFBFBD> Ч<EFBFBD> <D0A7> <EFBFBD> <EFBFBD> <EFBFBD> ơ<EFBFBD> \n<> <6E> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <DEB7> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> Զ<EFBFBD> <D4B6> <EFBFBD> ʽ <EFBFBD> <CABD> \n<> <6E> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> һ <EFBFBD> <D2BB> <EFBFBD> <EFBFBD> Ч<EFBFBD> <D0A7> <EFBFBD> ơ<EFBFBD> ";
Text[ russian ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> .\n<> <6E> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> .\n<> <6E> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> .";
2001-03-19 11:06:40 +00:00
Text[ polish ] = "Podano nieprawid<69> ow<6F> nazw<7A> .\nUtworzenie Autoformatu nie by<62> o mo<6D> liwe.\nWybierz inn<6E> nazw<7A> .";
2001-04-12 06:29:27 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> ͂<EFBFBD> <CD82> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> O<EFBFBD> ͖<EFBFBD> <CD96> <EFBFBD> <EFBFBD> ł<EFBFBD> <C582> B\n<> <6E> <EFBFBD> ̵<EFBFBD> <CCB5> ̫<EFBFBD> ϯĂł͍쐬<CD8D> ł<EFBFBD> <C582> ܂ <EFBFBD> <DC82> <EFBFBD> <EFBFBD> B\n<> ʂ̖<CA82> <CC96> O<EFBFBD> <4F> <EFBFBD> g<EFBFBD> <67> <EFBFBD> Ă<EFBFBD> <C482> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> B";
2000-09-18 16:15:01 +00:00
Text[ chinese_traditional ] = "<22> z<EFBFBD> <7A> <EFBFBD> J<EFBFBD> F<EFBFBD> @<40> ӵL<D3B5> Ī<EFBFBD> <C4AA> W<EFBFBD> ١ C\n<> L<EFBFBD> k<EFBFBD> إߦ۰ ʮ榡<CAAE> C\n<> п<EFBFBD> <D0BF> J<EFBFBD> @<40> Ӧ<EFBFBD> <D3A6> ĦW<C4A6> ١ C";
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> .\n<> <6E> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> .\n<> <6E> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> .";
2001-02-02 15:56:45 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> .\n<> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> .\n<> <6E> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> .";
2001-06-13 22:36:07 +00:00
Text[ korean ] = "<22> <> ȿ<EFBFBD> <C8BF> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> ̸<EFBFBD> <CCB8> <EFBFBD> <20> Է<EFBFBD> <D4B7> ߽<EFBFBD> <DFBD> ϴ<EFBFBD> .\n<> 䱸<EFBFBD> <E4B1B8> <20> ڵ<EFBFBD> <DAB5> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ϴ<EFBFBD> .\n<> ٸ<EFBFBD> <20> ̸<EFBFBD> <CCB8> <EFBFBD> <EFBFBD> <EFBFBD> <20> ٽ<EFBFBD> <20> õ<EFBFBD> <C3B5> Ͻʽ ÿ<CABD> .";
2001-02-09 20:02:12 +00:00
Text[ turkish ] = "Ge<47> ersiz bir ad girdiniz.\nOtomatik formatlama olu<6C> turulamad<61> .\nBa<42> ka bir ad se<73> iniz.";
2000-09-18 16:15:01 +00:00
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "Ha indicado un nombre no v<> lido, \npor lo que no se pudo crear el AutoFormato.\nSeleccione otro nombre.";
2000-09-18 16:15:01 +00:00
};
Text[ chinese_simplified ] = "<22> Զ<EFBFBD> <D4B6> <EFBFBD> ʽ ";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-03-19 11:06:40 +00:00
Text[ polish ] = "Autoformat";
2000-09-18 16:15:01 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> ̫<EFBFBD> ϯ<EFBFBD> ";
Text[ chinese_traditional ] = "<22> ۰ ʮ榡";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-10-27 17:03:50 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-02-09 20:02:12 +00:00
Text[ korean ] = "<22> ڵ<EFBFBD> <DAB5> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Otomatik formatlama";
2000-09-18 16:15:01 +00:00
Text[ language_user1 ] = " ";
2001-05-04 20:16:57 +00:00
Text[ catalan ] = "AutoFormato";
2000-09-18 16:15:01 +00:00
};
ModalDialog DLG_SWDLG_STRINPUT
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 172 , 63 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
HelpID = HID_SWDLG_STRINPUT ;
Edit ED_INPUT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 24 ) ;
Size = MAP_APPFONT ( 104 , 12 ) ;
TabStop = TRUE ;
};
FixedText FT_LABEL
{
Pos = MAP_APPFONT ( 6 , 13 ) ;
Size = MAP_APPFONT ( 90 , 10 ) ;
Text = "Label" ;
};
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 116 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 116 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
};
2001-06-08 22:26:05 +00:00
2001-06-13 22:36:07 +00:00
2001-06-29 01:23:55 +00:00