876 lines
34 KiB
Plaintext
876 lines
34 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: tautofmt.src,v $
|
||
*
|
||
* $Revision: 1.24 $
|
||
*
|
||
* last change: $Author: hjs $ $Date: 2001-06-29 02:23:54 $
|
||
*
|
||
* 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" ;
|
||
Text [ portuguese_brazilian ] = "Formata??o Autom?tica" ;
|
||
Text [ portuguese ] = "AutoFormato" ;
|
||
Text [ finnish ] = "Automaattinen muotoilu" ;
|
||
Text [ danish ] = "AutoFormat" ;
|
||
Text [ french ] = "AutoFormat" ;
|
||
Text [ swedish ] = "Autoformat" ;
|
||
Text [ dutch ] = "AutoOpmaak" ;
|
||
Text [ spanish ] = "AutoFormato" ;
|
||
Text [ english_us ] = "AutoFormat" ;
|
||
Moveable = TRUE ;
|
||
FixedLine FL_FORMAT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 243 , 8 ) ;
|
||
Text = "Format" ;
|
||
Text [ english_us ] = "Format" ;
|
||
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";
|
||
};
|
||
ListBox LB_FORMAT
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
||
Size = MAP_APPFONT ( 65 , 100 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
Window WND_PREVIEW
|
||
{
|
||
Pos = MAP_APPFONT ( 83 , 14 ) ;
|
||
Size = MAP_APPFONT ( 161 , 100 ) ;
|
||
};
|
||
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" ;
|
||
Text [ portuguese_brazilian ] = "~Formatodon?ero" ;
|
||
Text [ portuguese ] = "~Formato num<75>rico" ;
|
||
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>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~N)";
|
||
Text[ turkish ] = "Say<61> f~ormat<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Formato nu~m<>rico";
|
||
};
|
||
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" ;
|
||
Text [ finnish ] = "~Reunat" ;
|
||
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>";
|
||
Text[ korean ] = "<22>θ<D7B5>(~B)";
|
||
Text[ turkish ] = "~Kenarl<72>k";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Borde";
|
||
};
|
||
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";
|
||
Text[ japanese ] = "̫<>Ă̎<C482><CC8E><EFBFBD>(~O)";
|
||
Text[ chinese_traditional ] = "<22>r<EFBFBD><72>(~O)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>۲<EFBFBD>(~O)";
|
||
Text[ turkish ] = "Yaz<61>ti~pi";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Fuen~te";
|
||
};
|
||
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)";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD>";
|
||
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>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~P)";
|
||
Text[ turkish ] = "~Desen";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Mo~delo";
|
||
};
|
||
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" ;
|
||
Text [ portuguese_brazilian ] = "Orien~ta??o" ;
|
||
Text [ portuguese ] = "~Alinhamento" ;
|
||
Text [ finnish ] = "~Tasaus" ;
|
||
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 ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Wyr<79>wnanie";
|
||
Text[ japanese ] = "<22>z<EFBFBD>u(~T)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ turkish ] = "~Hizalama";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Orienta~ci<63>n";
|
||
};
|
||
FixedLine FL_FORMATS
|
||
{
|
||
Hide = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 120 ) ;
|
||
Size = MAP_APPFONT ( 243 , 8 ) ;
|
||
Text = "Formatierung" ;
|
||
Text [ ENGLISH ] = "For~mats" ;
|
||
Text [ norwegian ] = "For~mats" ;
|
||
Text [ italian ] = "Formattazione" ;
|
||
Text [ portuguese_brazilian ] = "Formatos" ;
|
||
Text [ portuguese ] = "Formatar" ;
|
||
Text [ finnish ] = "Muotoilu" ;
|
||
Text [ danish ] = "Formatering" ;
|
||
Text [ french ] = "Formatage" ;
|
||
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>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Formatlama";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Formato";
|
||
};
|
||
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" ;
|
||
Text [ finnish ] = "~Lis<69><73>" ;
|
||
Text [ danish ] = "Flere" ;
|
||
Text [ french ] = "~Options" ;
|
||
Text [ swedish ] = "F~ler" ;
|
||
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 ] = " ";
|
||
Text[ catalan ] = "~Opciones";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "~A<>adir";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "~Eliminar";
|
||
};
|
||
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" ;
|
||
Text [ swedish ] = "~Byt namn" ;
|
||
Text [ danish ] = "Omd<6D>b" ;
|
||
Text [ italian ] = "~Rinomina" ;
|
||
Text [ spanish ] = "Cambiar ~nombre" ;
|
||
Text [ french ] = "Re~nommer" ;
|
||
Text [ dutch ] = "~Naam wijzigen" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~R)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Zmie<69> nazw<7A>";
|
||
Text[ japanese ] = "<22><><EFBFBD>O<EFBFBD>̕ύX(~R)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>s<EFBFBD>R<EFBFBD>W(~R)";
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Cambiar ~nombre";
|
||
Text[ finnish ] = "~Nime<6D> uudelleen";
|
||
};
|
||
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" ;
|
||
Text [ portuguese_brazilian ] = "Acrescentar Formato autom?tico" ;
|
||
Text [ portuguese ] = "Adicionar AutoFormato" ;
|
||
Text [ finnish ] = "Lis<69><73> automaattinen muotoilu" ;
|
||
Text [ danish ] = "Tilf<6C>j AutoFormat" ;
|
||
Text [ french ] = "Ajouter AutoFormat" ;
|
||
Text [ swedish ] = "L<>gg till autoformat" ;
|
||
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>";
|
||
Text[ polish ] = "Dodaj Autoformat";
|
||
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>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ڵ<EFBFBD><DAB5><EFBFBD><EFBFBD><EFBFBD> <20>߰<EFBFBD>";
|
||
Text[ turkish ] = "Otomatik formatlamay<61> ekle";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "A<>adir AutoFormato";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Nombre";
|
||
};
|
||
String STR_DEL_TITLE
|
||
{
|
||
Text = "Autoformat l<>schen" ;
|
||
Text [ ENGLISH ] = "Delete Autoformat" ;
|
||
Text [ norwegian ] = "Delete Autoformat" ;
|
||
Text [ italian ] = "Cancella formattazione automatica" ;
|
||
Text [ portuguese_brazilian ] = "Apagar Formato Autom?tico" ;
|
||
Text [ portuguese ] = "Eliminar AutoFormato" ;
|
||
Text [ finnish ] = "Poista automaattinen muotoilu" ;
|
||
Text [ danish ] = "Slet AutoFormat" ;
|
||
Text [ french ] = "Supprimer l'AutoFormat" ;
|
||
Text [ swedish ] = "Radera Autoformat" ;
|
||
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>";
|
||
Text[ polish ] = "Usu<73> Autoformat";
|
||
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>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ڵ<EFBFBD><DAB5><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Otomatik formatlamay<61> sil";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Eliminar AutoFormato";
|
||
};
|
||
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:" ;
|
||
Text [ portuguese_brazilian ] = "Esta formata??o Autom?tica ser apagada:" ;
|
||
Text [ portuguese ] = "Ser<65> eliminado o seguinte AutoFormato:" ;
|
||
Text [ finnish ] = "Seuraava automaattisen muotoilun merkint<6E> poistetaan:" ;
|
||
Text [ danish ] = "F<>lgende AutoFormat slettes:" ;
|
||
Text [ french ] = "L'AutoFormat suivant va <20>tre supprim<69> :" ;
|
||
Text [ swedish ] = "F<>ljande autoformat raderas:" ;
|
||
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>:";
|
||
Text[ polish ] = "Usuni<6E>ty zostanie nast<73>puj<75>cy Autoformat:";
|
||
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>:";
|
||
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ڵ<EFBFBD><DAB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>˴ϴ<CBB4>:";
|
||
Text[ turkish ] = "A<>a<EFBFBD><61>daki otomatik formatlama silinecek:";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "El siguiente AutoFormato se eliminar<61>:";
|
||
};
|
||
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" ;
|
||
Text [ swedish ] = "Byt namn p<> autoformat" ;
|
||
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>";
|
||
Text[ polish ] = "Zmie<69> nazw<7A> Autoformatu";
|
||
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>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ڵ<EFBFBD><DAB5><EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD> <20>ٲٱ<D9B2>";
|
||
Text[ turkish ] = "Otomatik formatlamay<61> yeniden adland<6E>r";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Cambiar nombre del AutoFormato";
|
||
Text[ finnish ] = "Nime<6D> automaattinen muotoilu uudelleen";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "~Cerrar";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Ene";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Feb";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Mar";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Norte";
|
||
};
|
||
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>";
|
||
Text[ polish ] = "Po<50>rodku";
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Centro";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Sur";
|
||
};
|
||
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 ] = " ";
|
||
Text[ catalan ] = "Suma";
|
||
};
|
||
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." ;
|
||
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>." ;
|
||
Text [ danish ] = "Du har indtastet et ugyldigt navn.\nDet var ikke muligt at oprette AutoFormatet.\nV<6E>lg venligst et andet navn." ;
|
||
Text [ french ] = "Vous avez saisi un nom non valide.\nL'AutoFormat n'a pas ou <20>tre <20>ffectu<74>.\nIndiquez un autre nom." ;
|
||
Text [ swedish ] = "Du har angett ett ogiltigt namn.\nDet gick inte att skapa autoformatet.\nV<6E>lj ett annat namn." ;
|
||
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>.";
|
||
Text[ polish ] = "Podano nieprawid<69>ow<6F> nazw<7A>.\nUtworzenie Autoformatu nie by<62>o mo<6D>liwe.\nWybierz inn<6E> nazw<7A>.";
|
||
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";
|
||
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>.";
|
||
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>.";
|
||
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>.";
|
||
Text[ turkish ] = "Ge<47>ersiz bir ad girdiniz.\nOtomatik formatlama olu<6C>turulamad<61>.\nBa<42>ka bir ad se<73>iniz.";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Ha indicado un nombre no v<>lido, \npor lo que no se pudo crear el AutoFormato.\nSeleccione otro nombre.";
|
||
};
|
||
Text[ chinese_simplified ] = "<22>Զ<EFBFBD><D4B6><EFBFBD>ʽ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Autoformat";
|
||
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>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ڵ<EFBFBD><DAB5><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Otomatik formatlama";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "AutoFormato";
|
||
};
|
||
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 ;
|
||
};
|
||
};
|
||
|
||
|
||
|