2000-09-18 16:07:07 +00:00
/*************************************************************************
*
* $RCSfile: hyperdlg.src,v $
*
2001-05-30 19:09:15 +00:00
* $Revision: 1.20 $
2000-09-18 16:07:07 +00:00
*
2001-05-30 19:09:15 +00:00
* last change: $Author: rt $ $Date: 2001-05-30 20:09:14 $
2000-09-18 16:07:07 +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 "dialogs.hrc"
#include "helpid.hrc"
#include "hyperdlg.hrc"
#ifndef STD_MASKCOLOR
#define STD_MASKCOLOR Color { Red=0xC000; Green=0xC000; Blue=0xC000; }
#endif
/*************************************************************************
|
| Tabpage : Internet
|
*************************************************************************/
TabPage RID_SVXPAGE_HYPERLINK_INTERNET
{
Hide = TRUE ;
HelpID = HID_HYPERLINK_INTERNET;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 162 ) ;
Text = "Hyperlink" ;
Text [ ENGLISH ] = "Hyperlink" ;
Text [ english_us ] = "Hyperlink" ;
2001-05-14 13:36:17 +00:00
FixedLine GRP_LINKTYPE
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Art des Hyperlinks" ;
Text [ ENGLISH ] = "Kind of hyperlink" ;
Text [ english_us ] = "Hyperlink type" ;
/* ### ACHTUNG: Neuer Text in Resource! "Art des Hyperlinks" statt "Link Type" */
Text[ portuguese ] = "Tipo de hiperliga<67> <61> o";
Text[ russian ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> -<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Hyperlink type";
Text[ french ] = "Type d'hyperlien";
Text[ spanish ] = "Tipo de hiperenlace";
Text[ italian ] = "Tipo di hyperlink";
Text[ danish ] = "Hyperlinktype";
Text[ swedish ] = "Typ av hyperl<72> nk";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "Rodzaj hiper<65> <72> cza";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "Link Typ";
Text[ japanese ] = "ʲ<> ߰<EFBFBD> ݸ<EFBFBD> ̎<EFBFBD> <CC8E> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ۸<EFBFBD> ũ<EFBFBD> <C5A9> <20> <> <EFBFBD> <EFBFBD> ";
2001-05-30 19:09:15 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ӵ<EFBFBD> <D3B5> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ chinese_traditional ] = "<22> <> <EFBFBD> |<7C> <> <EFBFBD> <EFBFBD> ";
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Hyperlink t<> r<EFBFBD> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Tipo de hiperenlace";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Hyperlinkin tyyppi";
2000-09-18 16:07:07 +00:00
};
RadioButton RB_LINKTYP_INTERNET
{
Pos = MAP_APPFONT( 53, 13 );
Size = MAP_APPFONT( 41, 10 );
Text = "~Internet";
Text [ ENGLISH ] = "~Internet";
Text[ english_us ] = "~Internet";
Text[ portuguese ] = "~Internet";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "Internet";
Text[ dutch ] = "~Internet";
Text[ french ] = "~Internet";
Text[ spanish ] = "~Internet";
Text[ italian ] = "~Internet";
Text[ danish ] = "~Internet";
Text[ swedish ] = "~Internet";
Text[ polish ] = "~Internet";
Text[ portuguese_brazilian ] = "~Internet";
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> ȯ<EFBFBD> (~I)";
Text[ korean ] = "<22> <> <EFBFBD> ͳ<EFBFBD> (~I)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> ʻ <EFBFBD> <CABB> <EFBFBD> <EFBFBD> <EFBFBD> (~I)";
Text[ chinese_traditional ] = "~Internet";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Internet";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~Internet";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Internet";
2000-09-18 16:07:07 +00:00
};
RadioButton RB_LINKTYP_FTP
{
Pos = MAP_APPFONT( 119, 13 );
Size = MAP_APPFONT( 41, 10 );
Text = "FT~P";
Text [ ENGLISH ] = "FT~P";
Text[ english_us ] = "~FTP";
Text[ portuguese ] = "~FTP";
Text[ russian ] = "~FTP";
Text[ greek ] = "FT~P";
Text[ dutch ] = "~FTP";
Text[ french ] = "~FTP";
Text[ spanish ] = "~FTP";
Text[ italian ] = "~FTP";
Text[ danish ] = "FTP";
Text[ swedish ] = "FT~P";
Text[ polish ] = "~FTP";
Text[ portuguese_brazilian ] = "~FTP";
2001-03-28 11:51:45 +00:00
Text[ japanese ] = "~FTP";
Text[ korean ] = "~FTP";
2001-03-09 19:50:33 +00:00
Text[ chinese_simplified ] = "~FTP";
2000-09-18 16:07:07 +00:00
Text[ chinese_traditional ] = "~FTP";
Text[ arabic ] = "FT~P";
Text[ turkish ] = "~FTP";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~FTP";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~FTP";
2000-09-18 16:07:07 +00:00
};
RadioButton RB_LINKTYP_TELNET
{
Pos = MAP_APPFONT( 185, 13 );
Size = MAP_APPFONT( 41, 10 );
Text = "T~elnet";
Text [ ENGLISH ] = "T~elnet";
Text[ english_us ] = "~Telnet";
Text[ portuguese ] = "~Telnet";
Text[ russian ] = "~Telnet";
Text[ greek ] = "T~elnet";
Text[ dutch ] = "~Telnet";
Text[ french ] = "~Telnet";
Text[ spanish ] = "~Telnet";
Text[ italian ] = "~Telnet";
Text[ danish ] = "Telnet";
Text[ swedish ] = "T~elnet";
Text[ polish ] = "~Telnet";
Text[ portuguese_brazilian ] = "~Telnet";
2001-03-28 11:51:45 +00:00
Text[ japanese ] = "~Telnet";
Text[ korean ] = "~Telnet";
2001-03-09 19:50:33 +00:00
Text[ chinese_simplified ] = "~Telnet";
2000-09-18 16:07:07 +00:00
Text[ chinese_traditional ] = "~Telnet";
Text[ arabic ] = "T~elnet";
Text[ turkish ] = "~Telnet";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~Telnet";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Telnet";
2000-09-18 16:07:07 +00:00
};
FixedText FT_TARGET_HTML
{
Pos = MAP_APPFONT ( 12 , 26 ) ;
Size = MAP_APPFONT ( 38 , 10 ) ;
Text = "Sprungzie~l";
Text [ ENGLISH ] = "Link tar~get" ;
2001-05-10 05:27:51 +00:00
Text [ english_us ] = "Tar~get" ;
2000-09-18 16:07:07 +00:00
Text[ portuguese ] = "~Destino";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "D~oel";
Text[ french ] = "~Cible";
2000-09-27 18:26:50 +00:00
Text[ spanish ] = "Destino";
2000-09-18 16:07:07 +00:00
Text[ italian ] = "Destinazione";
Text[ danish ] = "M<> l";
Text[ swedish ] = "M<> ~l";
Text[ polish ] = "Cel";
Text[ portuguese_brazilian ] = "T~arget";
Text[ japanese ] = "<22> <> <EFBFBD> ޯ<EFBFBD> (~A)";
2001-03-28 11:51:45 +00:00
Text[ korean ] = "Ÿ<> <C5B8> (~A)";
2000-09-18 16:07:07 +00:00
Text[ chinese_simplified ] = "Ŀ<> <C4BF> (~A)";
2001-03-28 11:51:45 +00:00
Text[ chinese_traditional ] = "<22> ؼ<EFBFBD> (~A)";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Hedef";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Destino";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "K~ohde";
2000-09-18 16:07:07 +00:00
};
FixedText FT_LOGIN
{
Pos = MAP_APPFONT ( 12 , 43 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ;
Text = "~Loginname";
Text [ ENGLISH ] = "~Loginname" ;
Text [ english_us ] = "~Login name" ;
Text[ portuguese ] = "~Login";
Text[ russian ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "~Loginnaam";
Text[ french ] = "~Login";
Text[ spanish ] = "~Login";
Text[ italian ] = "~Login";
Text[ danish ] = "Loginnavn";
Text[ swedish ] = "~Loginnamn";
Text[ polish ] = "~Login";
Text[ portuguese_brazilian ] = "~Loginname";
Text[ japanese ] = "۸ݖ<DEB2> (~L)";
Text[ korean ] = "<22> α <EFBFBD> <CEB1> <EFBFBD> <20> ̸<EFBFBD> (~L)";
Text[ chinese_simplified ] = "<22> <> ¼<EFBFBD> <C2BC> (~L)";
Text[ chinese_traditional ] = "<22> ϥΪ<CFA5> (~L)";
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Oturum a<> ma ad<61> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~Login";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~K<> ytt<74> j<EFBFBD> tunnus";
2000-09-18 16:07:07 +00:00
};
Edit ED_LOGIN
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 42 ) ;
Size = MAP_APPFONT ( 80 , 12 ) ;
};
FixedText FT_PASSWD
{
Pos = MAP_APPFONT ( 12 , 60 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ;
2001-05-15 08:52:46 +00:00
Text = "~Kennwort";
2000-09-18 16:07:07 +00:00
Text [ ENGLISH ] = "Pa~ssword" ;
Text [ english_us ] = "~Password" ;
Text[ portuguese ] = "~Senha";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> ~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "~Wachtwoord";
Text[ french ] = "~Mot de passe";
Text[ spanish ] = "~Contrase<73> a";
Text[ italian ] = "~Password";
Text[ danish ] = "Adgangskode";
Text[ swedish ] = "L<> sen~ord";
Text[ polish ] = "Has<61> o";
Text[ portuguese_brazilian ] = "~Password";
Text[ japanese ] = "<22> ߽ܰ<DFBD> <DCB0> (~P)";
Text[ korean ] = "<22> н<EFBFBD> <D0BD> <EFBFBD> <EFBFBD> <EFBFBD> (~P)";
2000-11-15 20:11:41 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~P)";
2000-09-18 16:07:07 +00:00
Text[ chinese_traditional ] = "<22> K<EFBFBD> X(~P)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~<7E> ifre";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~Contrase<73> a";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Salasana";
2000-09-18 16:07:07 +00:00
};
Edit ED_PASSWD
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 59 ) ;
Size = MAP_APPFONT ( 80 , 12 ) ;
PassWord = TRUE ;
};
CheckBox CBX_ANONYMOUS
{
Pos = MAP_APPFONT ( 54 , 75 ) ;
Size = MAP_APPFONT ( 89 , 10 ) ;
TabStop = TRUE ;
Text = "Anonymer Ben~utzer" ;
Text [ ENGLISH ] = "Anonymous ~user" ;
Text [ english_us ] = "Anonymous ~user" ;
Text[ portuguese ] = "~Utilizador an<61> nimo";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Anonieme gebr~uiker";
Text[ french ] = "Utilisateur ~Anonymous";
Text[ spanish ] = "Usuario ~an<61> nimo";
Text[ italian ] = "~Utente anonimo";
Text[ danish ] = "Anonymous bruger";
Text[ swedish ] = "Anonym anv<6E> ndare";
Text[ polish ] = "Anonimowy u<> ytkownik";
Text[ portuguese_brazilian ] = "Anonymous ~user";
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> հ <EFBFBD> ް(~U)";
Text[ korean ] = "<22> <EFBFBD> <CDB8> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~U)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> ʹ <EFBFBD> <CAB9> <EFBFBD> <EFBFBD> (~U)";
Text[ chinese_traditional ] = "<22> ΦW<CEA6> ϥΪ<CFA5> (~U)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Anonim ~kullan<61> c<EFBFBD> ";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Usuario ~an<61> nimo";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Tuntematon ~k<> ytt<74> j<EFBFBD> ";
2000-09-18 16:07:07 +00:00
};
ImageButton BTN_BROWSE
{
Pos = MAP_APPFONT ( 235, 25 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "WWW-Browser" ;
QuickHelpText [ ENGLISH ] = "WWW-Browser" ;
QuickHelpText [ english_us ] = "WWW Browser" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "browse.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Browse";
QuickHelpText[ russian ] = "WWW-<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> WWW";
QuickHelpText[ dutch ] = "WWW-browser";
QuickHelpText[ french ] = "Browser WWW";
2000-10-27 16:47:33 +00:00
QuickHelpText[ spanish ] = "Navegador";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Browser Web";
QuickHelpText[ danish ] = "WWW-browser";
QuickHelpText[ swedish ] = "WWW-browser";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Przegl<67> darka WWW!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Browse";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "WWW<57> <57> ׳ <EFBFBD> <D7B3> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> !";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "<22> <> ά<EFBFBD> <CEAC> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ chinese_traditional ] = "WWW <20> s<EFBFBD> <73> <EFBFBD> <EFBFBD> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "WWW-Browser";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Navegador";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Web-selain!";
2000-09-18 16:07:07 +00:00
};
ImageButton BTN_TARGET
{
Pos = MAP_APPFONT ( 235, 40 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Sprungziel im Dokument" ;
QuickHelpText [ ENGLISH ] = "Link target in document" ;
QuickHelpText [ english_us ] = "Target in Document" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "target.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Destino no documento";
2000-10-27 16:47:33 +00:00
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <20> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-27 18:26:50 +00:00
QuickHelpText[ dutch ] = "Doel in document";
2000-09-18 16:07:07 +00:00
QuickHelpText[ french ] = "Cible <20> l'int<6E> rieur du document";
2000-09-27 18:26:50 +00:00
QuickHelpText[ spanish ] = "Destino en documento";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Destinazione";
QuickHelpText[ danish ] = "M<> l i dokumentet";
2000-09-27 18:26:50 +00:00
QuickHelpText[ swedish ] = "M<> l i dokumentet";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Cel w dokumencie!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Target";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "<22> <EFBFBD> <DEB7> <EFBFBD> Ăɂ<C482> <C982> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ޯ<EFBFBD> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> !";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "Ŀ<> <C4BF> ";
QuickHelpText[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> <F3A4BAAA> ؼ<EFBFBD> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Target";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Destino en documento";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Kohde asiakirjassa!";
2000-09-18 16:07:07 +00:00
};
Text[ portuguese ] = "Hiperliga<67> <61> o";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> -<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Hyperlink";
Text[ french ] = "Hyperlien";
Text[ spanish ] = "Hiperenlace";
Text[ italian ] = "Hyperlink";
Text[ danish ] = "Hyperlink";
Text[ swedish ] = "Hyperl<72> nk";
Text[ polish ] = "Hiper<65> <72> cze";
Text[ portuguese_brazilian ] = "Hyperlink";
Text[ japanese ] = "ʲ<> ߰<EFBFBD> ݸ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ۸<EFBFBD> ũ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> W<EFBFBD> s<EFBFBD> <73> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2001-05-14 13:36:17 +00:00
FixedLine GRP_MORE
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 92 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Weitere Einstellungen" ;
Text [ ENGLISH ] = "More options" ;
Text [ english_us ] = "Further settings" ;
Text[ portuguese ] = "Outras op<6F> <70> es";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Verdere opties";
2001-05-30 19:09:15 +00:00
Text[ french ] = "Param<61> tres suppl<70> mentaires";
2000-09-18 16:07:07 +00:00
Text[ spanish ] = "Otras opciones";
Text[ italian ] = "Ulteriori impostazioni";
Text[ danish ] = "Flere indstillinger";
Text[ swedish ] = "Fler inst<73> llningar";
Text[ polish ] = "Dodatkowe ustawienia";
Text[ portuguese_brazilian ] = "More options";
2001-05-30 19:09:15 +00:00
Text[ japanese ] = "<22> ڍאݒ<D790> ";
2000-09-18 16:07:07 +00:00
Text[ korean ] = "<22> <EFBFBD> <D7B9> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
2001-05-30 19:09:15 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 趨";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> L<EFBFBD> <4C> <EFBFBD> ]<5D> w";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Di<44> er ayarlar";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Otras opciones";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Muut asetukset";
2000-09-18 16:07:07 +00:00
};
FixedText FT_FRAME
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 28 , 10 ) ;
Text = "~Frame";
Text [ ENGLISH ] = "~Frame" ;
Text [ english_us ] = "F~rame" ;
Text[ portuguese ] = "F~rame";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "F~rame";
Text[ french ] = "F~rame";
Text[ spanish ] = "F~rame";
Text[ italian ] = "F~rame";
Text[ danish ] = "Frame";
Text[ swedish ] = "~Ram";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "Ramka";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "F~rame";
Text[ japanese ] = "<22> ڰ<EFBFBD> (~R)";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
Text[ chinese_traditional ] = "<22> <> (~R)";
2000-11-09 11:38:20 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "F~rame";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "F~rame";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "K~ehys";
2000-09-18 16:07:07 +00:00
};
ComboBox CB_FRAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 104 ) ;
Size = MAP_APPFONT ( 69 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORM
{
Pos = MAP_APPFONT ( 129 , 105 ) ;
Size = MAP_APPFONT ( 27 , 10 ) ;
Text = "F~orm";
Text [ ENGLISH ] = "F~orm" ;
Text [ english_us ] = "F~orm" ;
Text[ portuguese ] = "Ti~po";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "V~orm";
Text[ french ] = "F~orme";
Text[ spanish ] = "f~orma";
Text[ italian ] = "F~orma";
Text[ danish ] = "Form";
Text[ swedish ] = "F~orm";
Text[ polish ] = "Forma";
Text[ portuguese_brazilian ] = "F~orm";
Text[ japanese ] = "̫<> <CCAB> (~O)";
Text[ korean ] = "<22> <> (~O)";
Text[ chinese_simplified ] = "<22> <> ʽ (~O)";
Text[ chinese_traditional ] = "<22> 覡(~O)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "F~orm";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "f~orma";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Lomake";
2000-09-18 16:07:07 +00:00
};
ListBox LB_FORM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 104 ) ;
Size = MAP_APPFONT ( 70 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
DDExtraWidth = TRUE ;
StringList =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
stringlist [ english_us ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
stringlist [ ENGLISH ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ language_user1 ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ portuguese ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> o" ; Default ; > ;
};
StringList [ russian ] =
{
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ greek ] =
{
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ dutch ] =
{
< "Tekst" ; Default ; > ;
< "Knop" ; Default ; > ;
};
StringList [ french ] =
{
< "Texte" ; Default ; > ;
< "Bouton" ; Default ; > ;
};
StringList [ spanish ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> n" ; Default ; > ;
};
StringList [ italian ] =
{
< "Testo" ; Default ; > ;
< "Pulsante" ; Default ; > ;
};
StringList [ danish ] =
{
< "Tekst" ; Default ; > ;
< "Knap" ; Default ; > ;
};
StringList [ swedish ] =
{
< "Text" ; Default ; > ;
< "Knapp" ; Default ; > ;
};
StringList [ polish ] =
{
< "Tekst" ; Default ; > ;
< "Przycisk" ; Default ; > ;
};
StringList [ portuguese_brazilian ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ japanese ] =
{
< "÷<> <C3B7> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ korean ] =
{
< "<22> ؽ<EFBFBD> Ʈ" ; Default ; > ;
< "<22> <> ư" ; Default ; > ;
};
StringList [ chinese_simplified ] =
{
< "<22> <> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> ť" ; Default ; > ;
};
StringList [ chinese_traditional ] =
{
< "<22> <> <EFBFBD> r" ; Default ; > ;
< "<22> <> <EFBFBD> s" ; Default ; > ;
};
StringList [ arabic ] =
{
< "<22> <> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ turkish ] =
{
< "Metin" ; Default ; > ;
< "D<> <44> me" ; Default ; > ;
};
2001-05-04 19:22:39 +00:00
StringList [ catalan ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> n" ; Default ; > ;
};
2001-05-10 05:27:51 +00:00
StringList [ finnish ] =
{
< "Teksti" ; Default ; > ;
< "Painike" ; Default ; > ;
};
2000-09-18 16:07:07 +00:00
};
FixedText FT_INDICATION
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ;
Text = "Te~xt";
Text [ ENGLISH ] = "~Caption" ;
Text [ english_us ] = "Te~xt" ;
Text[ portuguese ] = "Te~xto";
2000-10-27 16:47:33 +00:00
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text [ dutch ] = "Aan~wijzing" ;
Text [ french ] = "~Texte" ;
2000-09-27 18:26:50 +00:00
Text[ spanish ] = "Texto";
2000-11-09 11:38:20 +00:00
Text[ italian ] = "Testo";
2000-09-18 16:07:07 +00:00
Text[ danish ] = "Tekst";
2000-09-27 18:26:50 +00:00
Text[ swedish ] = "Te~xt";
2000-10-27 16:47:33 +00:00
Text[ polish ] = "Tekst";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "In~dication";
2001-03-28 11:51:45 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~X)";
Text[ korean ] = "<22> ؽ<EFBFBD> Ʈ(~X)";
Text[ chinese_simplified ] = "<22> <> ʾ <EFBFBD> <CABE> <EFBFBD> <EFBFBD> (~X)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> r(~X)";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Ba<42> lant<6E> ad<61> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Texto";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Teks~ti";
2000-09-18 16:07:07 +00:00
};
Edit ED_INDICATION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 122 ) ;
Size = MAP_APPFONT ( 194 , 12 ) ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "N~ame";
Text [ ENGLISH ] = "N~ame" ;
Text [ english_us ] = "N~ame" ;
Text[ portuguese ] = "~Nome";
Text[ russian ] = "<22> <> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> ~<7E> ";
Text[ dutch ] = "N~aam";
Text[ french ] = "~Nom";
Text[ spanish ] = "N~ombre";
Text[ italian ] = "Nome";
Text[ danish ] = "Navn";
Text[ swedish ] = "N~amn";
Text[ polish ] = "Nazwa";
Text[ portuguese_brazilian ] = "N~ame";
Text[ japanese ] = "<22> <> <EFBFBD> O(~A)";
Text[ korean ] = "<22> ̸<EFBFBD> (~A)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~A)";
Text[ chinese_traditional ] = "<22> W<EFBFBD> <57> (~A)";
Text[ arabic ] = "<22> <> <EFBFBD> ";
Text[ turkish ] = "~Ad";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "N~ombre";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "N~imi";
2000-09-18 16:07:07 +00:00
};
Edit ED_TEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 139 ) ;
Size = MAP_APPFONT ( 194 , 12 ) ;
};
ImageButton BTN_SCRIPT
{
Pos = MAP_APPFONT ( 235, 104 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Ereignisse" ;
QuickHelpText [ ENGLISH ] = "Events" ;
QuickHelpText [ english_us ] = "Events" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "script.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Script";
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ dutch ] = "Gebeurtenissen";
QuickHelpText[ french ] = "<22> v<EFBFBD> nements";
2000-10-27 16:47:33 +00:00
QuickHelpText[ spanish ] = "Acontecimientos";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Eventi";
QuickHelpText[ danish ] = "Begivenheder";
QuickHelpText[ swedish ] = "H<> ndelser";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Wydarzenia!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Script";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "<22> ̺<EFBFBD> Ʈt!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "<22> ¼<EFBFBD> ";
QuickHelpText[ chinese_traditional ] = "<22> ƥ<EFBFBD> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Ereignisse";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Acontecimientos";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Tapahtumat!";
2000-09-18 16:07:07 +00:00
};
Text[ turkish ] = "Hyperlink";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Hiperenlace";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Hyperlinkki";
2000-09-18 16:07:07 +00:00
};
/*************************************************************************
|
| Tabpage : Mail & News
|
*************************************************************************/
TabPage RID_SVXPAGE_HYPERLINK_MAIL
{
Hide = TRUE ;
HelpID = HID_HYPERLINK_MAIL;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 162 ) ;
Text = "Hyperlink" ;
Text [ ENGLISH ] = "Hyperlink" ;
Text [ english_us ] = "Hyperlink" ;
2001-05-14 13:36:17 +00:00
FixedLine GRP_MAILNEWS
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Mail & News" ;
Text [ ENGLISH ] = "Mail & News" ;
2001-05-30 19:09:15 +00:00
Text [ english_us ] = "Mail & news" ;
2000-09-18 16:07:07 +00:00
Text[ portuguese ] = "Mail & News";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-27 18:26:50 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ dutch ] = "Mail & Nieuws";
Text[ french ] = "Mail & News";
Text[ spanish ] = "Correo y noticias";
Text[ italian ] = "Mail e news";
Text[ danish ] = "E-mail og nyheder";
Text[ swedish ] = "E-post & nyheter";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "Poczta i wiadomo<6D> ci";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "Mail & News";
2001-05-30 19:09:15 +00:00
Text[ japanese ] = "Ұق<D2B0> ƭ<EFBFBD> <C6AD> ";
2000-09-18 16:07:07 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> & <20> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ʼ <EFBFBD> <CABC> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> q<EFBFBD> l<EFBFBD> l<EFBFBD> <6C> <EFBFBD> M<EFBFBD> s<EFBFBD> D<EFBFBD> s<EFBFBD> <73> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "E-posta ve haber gruplar<61> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Correo y noticias";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "S<> hk<68> posti ja uutisryhm<68> ";
2000-09-18 16:07:07 +00:00
};
RadioButton RB_LINKTYP_MAIL
{
Pos = MAP_APPFONT( 58, 13 );
Size = MAP_APPFONT( 50, 10 );
Text = "~E-Mail";
Text [ ENGLISH ] = "~EMail";
Text[ english_us ] = "~E-mail";
Text[ portuguese ] = "~E-mail";
Text[ russian ] = "<22> <> .<2E> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "EMail";
Text[ dutch ] = "~E-mail";
Text[ french ] = "~E-mail";
Text[ spanish ] = "~E-mail";
Text[ italian ] = "~eMail";
Text[ danish ] = "E-mail";
Text[ swedish ] = "~E-post";
Text[ polish ] = "~e-mail";
Text[ portuguese_brazilian ] = "~EMail";
Text[ japanese ] = "~E-mail";
2001-03-28 11:51:45 +00:00
Text[ korean ] = "~E-mail";
2000-09-18 16:07:07 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ʼ <EFBFBD> (~E)";
Text[ chinese_traditional ] = "<22> q<EFBFBD> l<EFBFBD> l<EFBFBD> <6C> (~E)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~E-posta";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~E-mail";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~S<> hk<68> posti";
2000-09-18 16:07:07 +00:00
};
RadioButton RB_LINKTYP_NEWS
{
Pos = MAP_APPFONT( 119, 13 );
Size = MAP_APPFONT( 50, 10 );
Text = "~News";
Text [ ENGLISH ] = "~News";
Text[ english_us ] = "~News";
Text[ portuguese ] = "~News";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-27 18:26:50 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ dutch ] = "~Nieuws";
Text[ french ] = "~News";
Text[ spanish ] = "~Noticias";
Text[ italian ] = "~News";
Text[ danish ] = "Nyheder";
Text[ swedish ] = "~Nyheter";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "wiado~mo<6D> ci";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "~News";
Text[ japanese ] = "ƭ<> <C6AD> (~N)";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> (~N)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~N)";
Text[ chinese_traditional ] = "<22> s<EFBFBD> D(~N)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Haber gruplar<61> ";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~Noticias";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Uutisryhm<68> t";
2000-09-18 16:07:07 +00:00
};
FixedText FT_RECEIVER
{
Pos = MAP_APPFONT ( 12 , 26 ) ;
Size = MAP_APPFONT ( 38 , 10 ) ;
Text = "E~mpf<70> nger";
Text [ ENGLISH ] = "Re~ceiver" ;
Text [ english_us ] = "Re~ceiver" ;
Text[ portuguese ] = "D~estinat<61> rio";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Ont~vanger";
Text[ french ] = "~Destinataire";
Text[ spanish ] = "D~estinatario";
Text[ italian ] = "Destinatario";
Text[ danish ] = "Modtager";
Text[ swedish ] = "~Mottagare";
Text[ polish ] = "Odbiorca";
Text[ portuguese_brazilian ] = "Re~ceiver";
Text[ japanese ] = "<22> <> <EFBFBD> M<EFBFBD> <4D> (~C)";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~C)";
Text[ chinese_simplified ] = "<22> ռ <EFBFBD> <D5BC> <EFBFBD> (~C)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~C)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "A~l<> c<EFBFBD> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "D~estinatario";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Vas~taanottaja";
2000-09-18 16:07:07 +00:00
};
FixedText FT_SUBJECT
{
Pos = MAP_APPFONT ( 12 , 43 ) ;
Size = MAP_APPFONT ( 38 , 10 ) ;
Text = "~Betreff";
Text [ ENGLISH ] = "~Subject" ;
Text [ english_us ] = "~Subject" ;
Text[ portuguese ] = "~Assunto";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "~Betreft";
Text[ french ] = "~Objet";
Text[ spanish ] = "A~sunto";
Text[ italian ] = "Oggetto";
Text[ danish ] = "Emne";
Text[ swedish ] = "An~g<> ende";
Text[ polish ] = "Dotyczy";
Text[ portuguese_brazilian ] = "~Subject";
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> (~S)";
2001-03-09 19:50:33 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> (~S)";
2000-09-18 16:07:07 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~S)";
Text[ chinese_traditional ] = "<22> D<EFBFBD> <44> (~S)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Konu";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "A~sunto";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Aihe";
2000-09-18 16:07:07 +00:00
};
Edit ED_SUBJECT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 42 ) ;
Size = MAP_APPFONT ( 176 , 12 ) ;
};
ImageButton BTN_ADRESSBOOK
{
Pos = MAP_APPFONT ( 235, 25 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Adressbuch" ;
QuickHelpText [ ENGLISH ] = "Adressbook" ;
2001-05-30 19:09:15 +00:00
QuickHelpText [ english_us ] = "Address Book!" ;
2000-09-18 16:07:07 +00:00
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "adrbook.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Adressbook";
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ dutch ] = "Adresboek";
QuickHelpText[ french ] = "Carnet d'adresses";
2000-10-27 16:47:33 +00:00
QuickHelpText[ spanish ] = "Libreta de direcciones";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Rubrica";
QuickHelpText[ danish ] = "Adressekartotek";
QuickHelpText[ swedish ] = "Adressbok";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Ksi<73> <69> ka adresowa!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Adressbook";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "<22> <> <EFBFBD> ڽ<EFBFBD> <DABD> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "<22> ּҷ<D6BC> !";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "ͨѶ<CDA8> <D1B6> ";
QuickHelpText[ chinese_traditional ] = "<22> q<EFBFBD> T<EFBFBD> <54> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Adressbuch";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Libreta de direcciones";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Osoitekirja!";
2000-09-18 16:07:07 +00:00
};
2001-05-14 13:36:17 +00:00
FixedLine GRP_MORE
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 92 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Weitere Einstellungen" ;
Text [ ENGLISH ] = "More options" ;
Text [ english_us ] = "Further settings" ;
Text[ portuguese ] = "Outras op<6F> <70> es";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Verdere opties";
2001-05-30 19:09:15 +00:00
Text[ french ] = "Param<61> tres suppl<70> mentaires";
2000-09-18 16:07:07 +00:00
Text[ spanish ] = "Otras opciones";
Text[ italian ] = "Ulteriori impostazioni";
Text[ danish ] = "Flere indstillinger";
Text[ swedish ] = "Fler inst<73> llningar";
Text[ polish ] = "Dodatkowe ustawienia";
Text[ portuguese_brazilian ] = "More options";
2001-05-30 19:09:15 +00:00
Text[ japanese ] = "<22> ڍאݒ<D790> ";
2000-09-18 16:07:07 +00:00
Text[ korean ] = "<22> <EFBFBD> <D7B9> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
2001-05-30 19:09:15 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 趨";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> L<EFBFBD> <4C> <EFBFBD> ]<5D> w";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Di<44> er ayarlar";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Otras opciones";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Muut asetukset";
2000-09-18 16:07:07 +00:00
};
FixedText FT_FRAME
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 28 , 10 ) ;
Text = "~Frame";
Text [ ENGLISH ] = "~Frame" ;
Text [ english_us ] = "F~rame" ;
Text[ portuguese ] = "F~rame";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "F~rame";
Text[ french ] = "F~rame";
Text[ spanish ] = "F~rame";
Text[ italian ] = "F~rame";
Text[ danish ] = "Frame";
Text[ swedish ] = "~Ram";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "Ramka";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "F~rame";
Text[ japanese ] = "<22> ڰ<EFBFBD> (~R)";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
Text[ chinese_traditional ] = "<22> <> (~R)";
2000-11-09 11:38:20 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "F~rame";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "F~rame";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "K~ehys";
2000-09-18 16:07:07 +00:00
};
ComboBox CB_FRAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 104 ) ;
Size = MAP_APPFONT ( 69 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORM
{
Pos = MAP_APPFONT ( 129 , 105 ) ;
Size = MAP_APPFONT ( 27 , 10 ) ;
Text = "F~orm";
Text [ ENGLISH ] = "F~orm" ;
Text [ english_us ] = "F~orm" ;
Text[ portuguese ] = "Ti~po";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "V~orm";
Text[ french ] = "F~orme";
Text[ spanish ] = "f~orma";
Text[ italian ] = "F~orma";
Text[ danish ] = "Form";
Text[ swedish ] = "F~orm";
Text[ polish ] = "Forma";
Text[ portuguese_brazilian ] = "F~orm";
Text[ japanese ] = "̫<> <CCAB> (~O)";
Text[ korean ] = "<22> <> (~O)";
Text[ chinese_simplified ] = "<22> <> ʽ (~O)";
Text[ chinese_traditional ] = "<22> 覡(~O)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "F~orm";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "f~orma";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Lomake";
2000-09-18 16:07:07 +00:00
};
ListBox LB_FORM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 104 ) ;
Size = MAP_APPFONT ( 70 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
DDExtraWidth = TRUE ;
StringList =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
stringlist [ english_us ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
stringlist [ ENGLISH ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ language_user1 ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ portuguese ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> o" ; Default ; > ;
};
StringList [ russian ] =
{
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ greek ] =
{
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ dutch ] =
{
< "Tekst" ; Default ; > ;
< "Knop" ; Default ; > ;
};
StringList [ french ] =
{
< "Texte" ; Default ; > ;
< "Bouton" ; Default ; > ;
};
StringList [ spanish ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> n" ; Default ; > ;
};
StringList [ italian ] =
{
< "Testo" ; Default ; > ;
< "Pulsante" ; Default ; > ;
};
StringList [ danish ] =
{
< "Tekst" ; Default ; > ;
< "Knap" ; Default ; > ;
};
StringList [ swedish ] =
{
< "Text" ; Default ; > ;
< "Knapp" ; Default ; > ;
};
StringList [ polish ] =
{
< "Tekst" ; Default ; > ;
< "Przycisk" ; Default ; > ;
};
StringList [ portuguese_brazilian ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ japanese ] =
{
< "÷<> <C3B7> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ korean ] =
{
< "<22> ؽ<EFBFBD> Ʈ" ; Default ; > ;
< "<22> <> ư" ; Default ; > ;
};
StringList [ chinese_simplified ] =
{
< "<22> <> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> ť" ; Default ; > ;
};
StringList [ chinese_traditional ] =
{
< "<22> <> <EFBFBD> r" ; Default ; > ;
< "<22> <> <EFBFBD> s" ; Default ; > ;
};
StringList [ arabic ] =
{
< "<22> <> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ turkish ] =
{
< "Metin" ; Default ; > ;
< "D<> <44> me" ; Default ; > ;
};
2001-05-04 19:22:39 +00:00
StringList [ catalan ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> n" ; Default ; > ;
};
2001-05-10 05:27:51 +00:00
StringList [ finnish ] =
{
< "Teksti" ; Default ; > ;
< "Painike" ; Default ; > ;
};
2000-09-18 16:07:07 +00:00
};
FixedText FT_INDICATION
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ;
Text = "Te~xt";
Text [ ENGLISH ] = "~Caption" ;
Text [ english_us ] = "Te~xt" ;
Text[ portuguese ] = "Te~xto";
2000-10-27 16:47:33 +00:00
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-27 18:26:50 +00:00
Text [ dutch ] = "Te~kst" ;
2000-09-18 16:07:07 +00:00
Text [ french ] = "~Texte" ;
2000-09-27 18:26:50 +00:00
Text[ spanish ] = "Texto";
2000-11-09 11:38:20 +00:00
Text[ italian ] = "Testo";
2000-09-18 16:07:07 +00:00
Text[ danish ] = "Tekst";
2000-09-27 18:26:50 +00:00
Text[ swedish ] = "Te~xt";
2000-10-27 16:47:33 +00:00
Text[ polish ] = "Tekst";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "In~dication";
2001-03-28 11:51:45 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~X)";
Text[ korean ] = "<22> ؽ<EFBFBD> Ʈ(~X)";
Text[ chinese_simplified ] = "<22> <> ʾ <EFBFBD> <CABE> <EFBFBD> <EFBFBD> (~X)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> r(~X)";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Ba<42> lant<6E> ad<61> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Texto";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Teks~ti";
2000-09-18 16:07:07 +00:00
};
Edit ED_INDICATION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 122 ) ;
Size = MAP_APPFONT ( 194 , 12 ) ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "N~ame";
Text [ ENGLISH ] = "N~ame" ;
Text [ english_us ] = "N~ame" ;
Text[ portuguese ] = "~Nome";
Text[ russian ] = "<22> <> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> ~<7E> ";
Text[ dutch ] = "N~aam";
Text[ french ] = "~Nom";
Text[ spanish ] = "N~ombre";
Text[ italian ] = "Nome";
Text[ danish ] = "Navn";
Text[ swedish ] = "N~amn";
Text[ polish ] = "Nazwa";
Text[ portuguese_brazilian ] = "N~ame";
Text[ japanese ] = "<22> <> <EFBFBD> O(~A)";
Text[ korean ] = "<22> ̸<EFBFBD> (~A)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~A)";
Text[ chinese_traditional ] = "<22> W<EFBFBD> <57> (~A)";
Text[ arabic ] = "<22> <> <EFBFBD> ";
Text[ turkish ] = "~Ad";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "N~ombre";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "N~imi";
2000-09-18 16:07:07 +00:00
};
Edit ED_TEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 139 ) ;
Size = MAP_APPFONT ( 194 , 12 ) ;
};
ImageButton BTN_SCRIPT
{
Pos = MAP_APPFONT ( 235, 104 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Ereignisse" ;
QuickHelpText [ ENGLISH ] = "Events" ;
QuickHelpText [ english_us ] = "Events" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "script.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Script";
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ dutch ] = "Gebeurtenissen";
QuickHelpText[ french ] = "<22> v<EFBFBD> nements";
2000-10-27 16:47:33 +00:00
QuickHelpText[ spanish ] = "Acontecimientos";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Eventi";
QuickHelpText[ danish ] = "Begivenheder";
QuickHelpText[ swedish ] = "H<> ndelser";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Wydarzenia!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Script";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "<22> ̺<EFBFBD> Ʈ!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "<22> ¼<EFBFBD> ";
QuickHelpText[ chinese_traditional ] = "<22> ƥ<EFBFBD> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Ereignisse";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Acontecimientos";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Tapahtumat!";
2000-09-18 16:07:07 +00:00
};
Text[ portuguese ] = "Hiperliga<67> <61> o";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> -<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Hyperlink";
Text[ french ] = "Hyperlien";
Text[ spanish ] = "Hiperenlace";
Text[ italian ] = "Hyperlink";
Text[ danish ] = "Hyperlink";
Text[ swedish ] = "Hyperl<72> nk";
Text[ polish ] = "Hiper<65> <72> cze";
Text[ portuguese_brazilian ] = "Hyperlink";
Text[ japanese ] = "ʲ<> ߰<EFBFBD> ݸ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ۸<EFBFBD> ũ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> W<EFBFBD> s<EFBFBD> <73> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Hyperlink";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Hiperenlace";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Hyperlinkki";
2000-09-18 16:07:07 +00:00
};
/*************************************************************************
|
| Tabpage : Documents
|
*************************************************************************/
TabPage RID_SVXPAGE_HYPERLINK_DOCUMENT
{
Hide = TRUE ;
HelpID = HID_HYPERLINK_DOCUMENT;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 162 ) ;
Text = "Hyperlink" ;
Text [ ENGLISH ] = "Hyperlink" ;
Text [ english_us ] = "Hyperlink" ;
2001-05-14 13:36:17 +00:00
FixedLine GRP_DOCUMENT
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Dokument" ;
Text [ ENGLISH ] = "Document" ;
Text [ english_us ] = "Document" ;
Text[ portuguese ] = "Documento";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Document";
Text[ french ] = "Document";
Text[ spanish ] = "Documento";
Text[ italian ] = "Documento";
Text[ danish ] = "Dokument";
Text[ swedish ] = "Dokument";
Text[ polish ] = "Dokument";
Text[ portuguese_brazilian ] = "Document";
Text[ japanese ] = "<22> <EFBFBD> <DEB7> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> ĵ<EFBFBD> ";
2001-05-30 19:09:15 +00:00
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Belge";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Documento";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Asiakirja";
2000-09-18 16:07:07 +00:00
};
FixedText FT_PATH_DOC
{
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 38 , 10 ) ;
Text = "~Pfad";
Text [ ENGLISH ] = "~Path" ;
Text [ english_us ] = "~Path" ;
Text[ portuguese ] = "Ata~lho";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "~Pad";
Text[ french ] = "~Chemin";
Text[ spanish ] = "~Ruta";
Text[ italian ] = "~Percorso";
Text[ danish ] = "Sti";
Text[ swedish ] = "S<> ~kv<6B> g";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "<22> cie<69> ka";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "~Path";
Text[ japanese ] = "<22> ߽(~P)";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> (~P)";
Text[ chinese_simplified ] = "·<> <C2B7> (~P)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> |(~P)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Veri yolu";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~Ruta";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Polku";
2000-09-18 16:07:07 +00:00
};
ImageButton BTN_FILEOPEN
{
Pos = MAP_APPFONT ( 235, 14 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Datei <20> ffnen" ;
QuickHelpText [ ENGLISH ] = "Open file" ;
2001-05-30 19:09:15 +00:00
QuickHelpText [ english_us ] = "Open File!" ;
2000-09-18 16:07:07 +00:00
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "fileopen.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Fileopen";
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ dutch ] = "Bestand openen";
QuickHelpText[ french ] = "Ouvrir un fichier";
2000-10-27 16:47:33 +00:00
QuickHelpText[ spanish ] = "Abrir archivo";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Apri file";
QuickHelpText[ danish ] = "<22> bn fil";
QuickHelpText[ swedish ] = "<22> ppna fil";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Otw<74> rz plik!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Fileopen";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "̧<> ق<EFBFBD> <D982> J<EFBFBD> <4A> <EFBFBD> <EFBFBD> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "<22> <> <EFBFBD> Ͽ<EFBFBD> <CFBF> <EFBFBD> !";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ļ<EFBFBD> ";
QuickHelpText[ chinese_traditional ] = "<22> }<7D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ language_user1 ] = " ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Datei <20> ffnen";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Abrir archivo";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Avaa tiedosto!";
2000-09-18 16:07:07 +00:00
};
2001-05-14 13:36:17 +00:00
FixedLine GRP_TARGET
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 38 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Sprungziel im Dokument" ;
Text [ ENGLISH ] = "Link target inside the document" ;
Text [ english_us ] = "Target in document" ;
Text[ portuguese ] = "Destino no documento";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <20> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Doel in document";
Text[ french ] = "Cible <20> l'int<6E> rieur du document";
Text[ spanish ] = "Destino en el documento";
Text[ italian ] = "Destinazione all'interno del documento";
Text[ danish ] = "M<> l i dokumentet";
Text[ swedish ] = "M<> l i dokumentet";
Text[ polish ] = "Cel w dokumencie";
Text[ portuguese_brazilian ] = "Target inside the document";
Text[ japanese ] = "<22> <EFBFBD> <DEB7> <EFBFBD> Ăɂ<C482> <C982> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ޯ<EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> ĵ<EFBFBD> <C4B5> ڵ<EFBFBD> Ŀ<EFBFBD> <C4BF> ";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> <F3A4A7A4> <EFBFBD> <EFBFBD> ؼ<EFBFBD> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Belge i<> indeki hedef";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Destino en el documento";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Kohde asiakirjassa";
2000-09-18 16:07:07 +00:00
};
FixedText FT_TARGET_DOC
{
Pos = MAP_APPFONT ( 12 , 53 ) ;
Size = MAP_APPFONT ( 38 , 10 ) ;
Text = "Sprungzie~l";
Text [ ENGLISH ] = "Link tar~get" ;
Text [ english_us ] = "Targ~et" ;
Text[ portuguese ] = "~Destino";
Text[ russian ] = "~<7E> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "~Doel";
Text[ french ] = "~Cible";
2000-09-27 18:26:50 +00:00
Text[ spanish ] = "Destino";
2000-09-18 16:07:07 +00:00
Text[ italian ] = "Destina~zione";
Text[ danish ] = "M<> l";
Text[ swedish ] = "M<> ~l";
Text[ polish ] = "Cel";
Text[ portuguese_brazilian ] = "~Target";
2001-03-28 11:51:45 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> ޯ<EFBFBD> (~E)";
Text[ korean ] = "Ÿ<> <C5B8> (~E)";
Text[ chinese_simplified ] = "Ŀ<> <C4BF> (~E)";
Text[ chinese_traditional ] = "<22> ؼ<EFBFBD> (~E)";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Hedef";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Destino";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "K~ohde";
2000-09-18 16:07:07 +00:00
};
Edit ED_TARGET_DOC
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 52 ) ;
Size = MAP_APPFONT ( 176 , 12 ) ;
};
FixedText FT_URL
{
Pos = MAP_APPFONT ( 12 , 70 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "URL";
Text [ ENGLISH ] = "URL" ;
Text [ english_us ] = "URL" ;
Text[ portuguese ] = "URL";
Text[ russian ] = "URL";
Text[ greek ] = "URL";
Text[ dutch ] = "URL";
Text[ french ] = "URL";
Text[ spanish ] = "URL";
Text[ italian ] = "URL";
Text[ danish ] = "URL";
Text[ swedish ] = "URL";
Text[ polish ] = "URL";
Text[ portuguese_brazilian ] = "URL";
Text[ japanese ] = "URL";
Text[ korean ] = "URL";
Text[ chinese_simplified ] = "URL";
Text[ chinese_traditional ] = "URL";
Text[ arabic ] = "URL";
Text[ turkish ] = "URL";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "URL";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "URL-osoite";
2000-09-18 16:07:07 +00:00
};
FixedText FT_FULL_URL
{
Pos = MAP_APPFONT ( 45 , 70 ) ;
Size = MAP_APPFONT ( 185 , 12 ) ;
Text = "Testtext";
Text [ ENGLISH ] = "URL" ;
Text [ english_us ] = "Test text" ;
Text[ portuguese ] = "Texto-teste";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Testtekst";
Text[ french ] = "Texte d'essai";
Text[ spanish ] = "URL";
Text[ italian ] = "Testo di prova";
Text[ danish ] = "Testtekst";
Text[ swedish ] = "Testtext";
Text[ polish ] = "Tekst pr<70> bny";
Text[ portuguese_brazilian ] = "URL";
Text[ japanese ] = "ý<> ÷<EFBFBD> <C3B7> ";
Text[ korean ] = "URL";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> դ<EFBFBD> ";
Text[ arabic ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Deneme metni";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "URL";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Koeteksti";
2000-09-18 16:07:07 +00:00
};
ImageButton BTN_BROWSE
{
Pos = MAP_APPFONT ( 235, 51 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Sprungziel im Dokument" ;
QuickHelpText [ ENGLISH ] = "Link target in document" ;
QuickHelpText [ english_us ] = "Target in Document" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "target.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Destino no documento";
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <20> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ dutch ] = "Doel in document";
QuickHelpText[ french ] = "Cible <20> l'int<6E> rieur du document";
2000-09-27 18:26:50 +00:00
QuickHelpText[ spanish ] = "Destino en documento";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Destinazione nel documento";
QuickHelpText[ danish ] = "M<> l i dokumentet";
2000-09-27 18:26:50 +00:00
QuickHelpText[ swedish ] = "M<> l i dokumentet";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Cel w dokumencie!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Target in document";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "<22> <EFBFBD> <DEB7> <EFBFBD> Ăɂ<C482> <C982> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ޯ<EFBFBD> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = " <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> !";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "<22> ĵ<EFBFBD> <C4B5> ڵ<EFBFBD> Ŀ<EFBFBD> <C4BF> ";
QuickHelpText[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> <F3A4A7A4> <EFBFBD> <EFBFBD> ؼ<EFBFBD> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Ziel im Dokument";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Destino en documento";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Kohde asiakirjassa!";
2000-09-18 16:07:07 +00:00
};
2001-05-14 13:36:17 +00:00
FixedLine GRP_MORE
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 92 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Weitere Einstellungen" ;
Text [ ENGLISH ] = "More options" ;
Text [ english_us ] = "Further settings" ;
Text[ portuguese ] = "Outras op<6F> <70> es";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Verdere opties";
2001-05-30 19:09:15 +00:00
Text[ french ] = "Param<61> tres suppl<70> mentaires";
2000-09-18 16:07:07 +00:00
Text[ spanish ] = "Otras opciones";
Text[ italian ] = "Ulteriori impostazioni";
Text[ danish ] = "Flere indstillinger";
Text[ swedish ] = "Fler inst<73> llningar";
Text[ polish ] = "Dodatkowe ustawienia";
Text[ portuguese_brazilian ] = "More options";
2001-05-30 19:09:15 +00:00
Text[ japanese ] = "<22> ڍאݒ<D790> ";
2000-09-18 16:07:07 +00:00
Text[ korean ] = "<22> <EFBFBD> <D7B9> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
2001-05-30 19:09:15 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 趨";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> L<EFBFBD> <4C> <EFBFBD> ]<5D> w";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Di<44> er ayarlar";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Otras opciones";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Muut asetukset";
2000-09-18 16:07:07 +00:00
};
FixedText FT_FRAME
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 28 , 10 ) ;
Text = "~Frame";
Text [ ENGLISH ] = "~Frame" ;
Text [ english_us ] = "F~rame" ;
Text[ portuguese ] = "F~rame";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "F~rame";
Text[ french ] = "F~rame";
Text[ spanish ] = "F~rame";
Text[ italian ] = "F~rame";
Text[ danish ] = "Frame";
Text[ swedish ] = "~Ram";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "Ramka";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "F~rame";
Text[ japanese ] = "<22> ڰ<EFBFBD> (~R)";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
Text[ chinese_traditional ] = "<22> <> (~R)";
2000-11-09 11:38:20 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "F~rame";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "F~rame";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "K~ehys";
2000-09-18 16:07:07 +00:00
};
ComboBox CB_FRAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 104 ) ;
Size = MAP_APPFONT ( 69 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORM
{
Pos = MAP_APPFONT ( 129 , 105 ) ;
Size = MAP_APPFONT ( 27 , 10 ) ;
Text = "F~orm";
Text [ ENGLISH ] = "F~orm" ;
Text [ english_us ] = "F~orm" ;
Text[ portuguese ] = "Ti~po";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "V~orm";
Text[ french ] = "F~orme";
Text[ spanish ] = "f~orma";
Text[ italian ] = "F~orma";
Text[ danish ] = "Form";
Text[ swedish ] = "F~orm";
Text[ polish ] = "Forma";
Text[ portuguese_brazilian ] = "F~orm";
Text[ japanese ] = "̫<> <CCAB> (~O)";
Text[ korean ] = "<22> <> (~O)";
Text[ chinese_simplified ] = "<22> <> ʽ (~O)";
Text[ chinese_traditional ] = "<22> 覡(~O)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "F~orm";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "f~orma";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Lomake";
2000-09-18 16:07:07 +00:00
};
ListBox LB_FORM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 104 ) ;
Size = MAP_APPFONT ( 70 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
DDExtraWidth = TRUE ;
StringList =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
stringlist [ english_us ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
stringlist [ ENGLISH ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ language_user1 ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ portuguese ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> o" ; Default ; > ;
};
StringList [ russian ] =
{
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ greek ] =
{
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ dutch ] =
{
< "Tekst" ; Default ; > ;
< "Knop" ; Default ; > ;
};
StringList [ french ] =
{
< "Texte" ; Default ; > ;
< "Bouton" ; Default ; > ;
};
StringList [ spanish ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> n" ; Default ; > ;
};
StringList [ italian ] =
{
< "Testo" ; Default ; > ;
< "Pulsante" ; Default ; > ;
};
StringList [ danish ] =
{
< "Tekst" ; Default ; > ;
< "Knap" ; Default ; > ;
};
StringList [ swedish ] =
{
< "Text" ; Default ; > ;
< "Knapp" ; Default ; > ;
};
StringList [ polish ] =
{
< "Tekst" ; Default ; > ;
< "Przycisk" ; Default ; > ;
};
StringList [ portuguese_brazilian ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ japanese ] =
{
< "÷<> <C3B7> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ korean ] =
{
< "<22> ؽ<EFBFBD> Ʈ" ; Default ; > ;
2001-01-12 20:22:46 +00:00
< "<22> <> ư" ; Default ; > ;
2000-09-18 16:07:07 +00:00
};
StringList [ chinese_simplified ] =
{
< "<22> <> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> ť" ; Default ; > ;
};
StringList [ chinese_traditional ] =
{
< "<22> <> <EFBFBD> r" ; Default ; > ;
< "<22> <> <EFBFBD> s" ; Default ; > ;
};
StringList [ arabic ] =
{
< "<22> <> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ turkish ] =
{
< "Metin" ; Default ; > ;
< "D<> <44> me" ; Default ; > ;
};
2001-05-04 19:22:39 +00:00
StringList [ catalan ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> n" ; Default ; > ;
};
2001-05-10 05:27:51 +00:00
StringList [ finnish ] =
{
< "Teksti" ; Default ; > ;
< "Painike" ; Default ; > ;
};
2000-09-18 16:07:07 +00:00
};
FixedText FT_INDICATION
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ;
Text = "Te~xt";
Text [ ENGLISH ] = "~Caption" ;
Text [ english_us ] = "Te~xt" ;
Text[ portuguese ] = "Te~xto";
2000-10-27 16:47:33 +00:00
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-27 18:26:50 +00:00
Text [ dutch ] = "Te~kst" ;
2000-09-18 16:07:07 +00:00
Text [ french ] = "~Texte" ;
2000-09-27 18:26:50 +00:00
Text[ spanish ] = "Texto";
2000-11-09 11:38:20 +00:00
Text[ italian ] = "Testo";
2000-09-18 16:07:07 +00:00
Text[ danish ] = "Tekst";
2000-09-27 18:26:50 +00:00
Text[ swedish ] = "Te~xt";
2000-10-27 16:47:33 +00:00
Text[ polish ] = "Tekst";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "In~dication";
2001-03-28 11:51:45 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~X)";
Text[ korean ] = "<22> ؽ<EFBFBD> Ʈ(~X)";
Text[ chinese_simplified ] = "<22> <> ʾ <EFBFBD> <CABE> <EFBFBD> <EFBFBD> (~X)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> r(~X)";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Ba<42> lant<6E> ad<61> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Texto";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Teks~ti";
2000-09-18 16:07:07 +00:00
};
Edit ED_INDICATION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 122 ) ;
Size = MAP_APPFONT ( 194 , 12 ) ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "N~ame";
Text [ ENGLISH ] = "N~ame" ;
Text [ english_us ] = "N~ame" ;
Text[ portuguese ] = "~Nome";
Text[ russian ] = "<22> <> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> ~<7E> ";
Text[ dutch ] = "N~aam";
Text[ french ] = "~Nom";
Text[ spanish ] = "N~ombre";
Text[ italian ] = "Nome";
Text[ danish ] = "Navn";
Text[ swedish ] = "N~amn";
Text[ polish ] = "Nazwa";
Text[ portuguese_brazilian ] = "N~ame";
Text[ japanese ] = "<22> <> <EFBFBD> O(~A)";
Text[ korean ] = "<22> ̸<EFBFBD> (~A)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~A)";
Text[ chinese_traditional ] = "<22> W<EFBFBD> <57> (~A)";
Text[ arabic ] = "<22> <> <EFBFBD> ";
Text[ turkish ] = "~Ad";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "N~ombre";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "N~imi";
2000-09-18 16:07:07 +00:00
};
Edit ED_TEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 139 ) ;
Size = MAP_APPFONT ( 194 , 12 ) ;
};
ImageButton BTN_SCRIPT
{
Pos = MAP_APPFONT ( 235, 104 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Ereignisse" ;
QuickHelpText [ ENGLISH ] = "Events" ;
QuickHelpText [ english_us ] = "Events" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "script.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Script";
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ dutch ] = "Gebeurtenissen";
QuickHelpText[ french ] = "<22> v<EFBFBD> nements";
2000-10-27 16:47:33 +00:00
QuickHelpText[ spanish ] = "Acontecimientos";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Eventi";
QuickHelpText[ danish ] = "Begivenheder";
QuickHelpText[ swedish ] = "H<> ndelser";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Wydarzenia!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Script";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "<22> ̺<EFBFBD> Ʈ!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "<22> ¼<EFBFBD> ";
QuickHelpText[ chinese_traditional ] = "<22> ƥ<EFBFBD> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Ereignisse";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Acontecimientos";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Tapahtumat!";
2000-09-18 16:07:07 +00:00
};
Text[ portuguese ] = "Hiperliga<67> <61> o";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> -<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Hyperlink";
Text[ french ] = "Hyperlien";
Text[ spanish ] = "Hiperenlace";
Text[ italian ] = "Hyperlink";
Text[ danish ] = "Hyperlink";
Text[ swedish ] = "Hyperl<72> nk";
Text[ polish ] = "Hiper<65> <72> cze";
Text[ portuguese_brazilian ] = "Hyperlink";
Text[ japanese ] = "ʲ<> ߰<EFBFBD> ݸ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ۸<EFBFBD> ũ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> W<EFBFBD> s<EFBFBD> <73> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Hyperlink";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Hiperenlace";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Hyperlinkki";
2000-09-18 16:07:07 +00:00
};
/*************************************************************************
|
| Tabpage : New Documents
|
*************************************************************************/
TabPage RID_SVXPAGE_HYPERLINK_NEWDOCUMENT
{
Hide = TRUE ;
HelpID = HID_HYPERLINK_NEWDOCUMENT;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 162 ) ;
Text = "Hyperlink" ;
Text [ ENGLISH ] = "Hyperlink" ;
Text [ english_us ] = "Hyperlink" ;
2001-05-14 13:36:17 +00:00
FixedLine GRP_NEWDOCUMENT
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Neues Dokument" ;
Text [ ENGLISH ] = "New document" ;
Text [ english_us ] = "New document" ;
Text[ portuguese ] = "Novo documento";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Nieuw document";
Text[ french ] = "Nouveau document";
Text[ spanish ] = "Nuevo documento";
Text[ italian ] = "Nuovo documento";
Text[ danish ] = "Nyt dokument";
Text[ swedish ] = "Nytt dokument";
Text[ polish ] = "Nowy dokument";
Text[ portuguese_brazilian ] = "New document";
2001-05-12 05:51:59 +00:00
Text[ japanese ] = "<22> V<EFBFBD> <56> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <DEB7> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ korean ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> ";
2001-05-30 19:09:15 +00:00
Text[ chinese_simplified ] = "<22> ½<EFBFBD> <C2BD> ĵ<EFBFBD> ";
Text[ chinese_traditional ] = "<22> s<EFBFBD> W<EFBFBD> <57> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Yeni belge";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Nuevo documento";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Uusi asiakirja";
2000-09-18 16:07:07 +00:00
};
RadioButton RB_EDITNOW
{
Pos = MAP_APPFONT( 53, 13 );
2001-01-17 15:56:42 +00:00
Size = MAP_APPFONT( 89, 10 );
2000-09-18 16:07:07 +00:00
Text = "Sofort ~bearbeiten";
Text [ ENGLISH ] = "~Edit now";
Text[ english_us ] = "Edit ~now";
Text[ portuguese ] = "Editar ~imediatamente";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "~Meteen bewerken";
Text[ french ] = "<22> diter ~tout de suite";
Text[ spanish ] = "Editar a~hora";
Text[ italian ] = "Modi~fica subito";
Text[ danish ] = "Rediger straks";
Text[ swedish ] = "Redigera ~direkt";
Text[ polish ] = "Edytuj natychmiast";
Text[ portuguese_brazilian ] = "Edit ~now.";
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ҏW(~N)";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> (~N)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> ڱ༭(~N)";
Text[ chinese_traditional ] = "<22> ߨ<EFBFBD> <DFA8> s<EFBFBD> <73> (~N)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~<7E> imdi d<> zenle";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Editar a~hora";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Muokkaa ~nyt";
2000-09-18 16:07:07 +00:00
};
RadioButton RB_EDITLATER
{
2001-01-17 15:56:42 +00:00
Pos = MAP_APPFONT( 144, 13 );
Size = MAP_APPFONT( 89, 10 );
2000-09-18 16:07:07 +00:00
Text = "~Sp<53> ter bearbeiten";
Text [ ENGLISH ] = "Edit ~later";
Text[ english_us ] = "Edit ~later";
Text[ portuguese ] = "Edi~tar mais tarde";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-10-27 16:47:33 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ~<7E> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ dutch ] = "~Later bewerken";
Text[ french ] = "<22> diter ~plus tard";
Text[ spanish ] = "Edit~ar m<> s tarde";
Text[ italian ] = "Modifica dopo";
Text[ danish ] = "Rediger senere";
Text[ swedish ] = "Redigera ~senare";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "Edytuj p<> <70> niej";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "Edit ~later";
Text[ japanese ] = "<22> <> <EFBFBD> ŕҏW(~L)";
Text[ korean ] = "<22> <> <EFBFBD> ߿<EFBFBD> <20> <> <EFBFBD> <EFBFBD> (~L)";
Text[ chinese_simplified ] = "<22> Ժ<EFBFBD> <D4BA> ༭(~L)";
Text[ chinese_traditional ] = "<22> H<EFBFBD> <48> <EFBFBD> s<EFBFBD> <73> (~L)";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> ";
Text[ turkish ] = "~Sonra d<> zenle";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Edit~ar m<> s tarde";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Muokkaa ~my<6D> hemmin";
2000-09-18 16:07:07 +00:00
};
FixedText FT_PATH_NEWDOC
{
Pos = MAP_APPFONT ( 12 , 26 ) ;
Size = MAP_APPFONT ( 38 , 10 ) ;
Text = "~Datei";
Text [ ENGLISH ] = "Fi~le" ;
Text [ english_us ] = "~File" ;
/* ### ACHTUNG: Neuer Text in Resource! "Datei" statt "Pfad" */
Text[ portuguese ] = "~Ficheiro";
Text[ russian ] = "~<7E> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "~Bestand";
Text[ french ] = "~Fichier";
Text[ spanish ] = "~Archivo";
Text[ italian ] = "~File";
Text[ danish ] = "Fil";
Text[ swedish ] = "~Fil";
2001-05-04 19:22:39 +00:00
Text[ polish ] = "~Plik";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "~Path";
2001-03-28 11:51:45 +00:00
Text[ japanese ] = "̧<> <CCA7> (~F)";
2000-09-18 16:07:07 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> (~F)";
2001-03-28 11:51:45 +00:00
Text[ chinese_simplified ] = "<22> ļ<EFBFBD> (~F)";
Text[ chinese_traditional ] = "<22> ɮ<EFBFBD> (~F)";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> ";
Text[ turkish ] = "~Dosya";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "~Archivo";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Tiedosto";
2000-09-18 16:07:07 +00:00
};
Edit ED_PATH_NEWDOC
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 25 ) ;
Size = MAP_APPFONT ( 176 , 12 ) ;
};
FixedText FT_DOCUMENT_TYPES
{
Pos = MAP_APPFONT ( 12 , 43 ) ;
Size = MAP_APPFONT ( 42 , 10 ) ;//( 38 , 10 ) ;
Text = "Dateit~yp";
Text [ ENGLISH ] = "Filet~yp" ;
Text [ english_us ] = "File ~type" ;
Text[ portuguese ] = "~Tipo de ficheiro";
Text[ russian ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Bestands~type";
Text[ french ] = "~Type de fichier";
Text[ spanish ] = "Ti~po";
Text[ italian ] = "~Tipo di file";
Text[ danish ] = "Filtype";
Text[ swedish ] = "Filt~yp";
Text[ polish ] = "Typ pliku";
Text[ portuguese_brazilian ] = "File~typ";
Text[ japanese ] = "̧<> ق̎<D982> <CC8E> <EFBFBD> (~T)";
2001-03-09 19:50:33 +00:00
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> (~T)";
2000-09-18 16:07:07 +00:00
Text[ chinese_simplified ] = "<22> ļ<EFBFBD> <C4BC> <EFBFBD> <EFBFBD> <EFBFBD> (~T)";
Text[ chinese_traditional ] = "<22> ɮ<EFBFBD> <C9AE> <EFBFBD> <EFBFBD> <EFBFBD> (~T)";
Text[ arabic ] = "<22> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Dosya ~tipi";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Ti~po";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Tiedosto~tyyppi";
2000-09-18 16:07:07 +00:00
};
ListBox LB_DOCUMENT_TYPES
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 42 ) ;
Size = MAP_APPFONT ( 176 , 40 ) ;
TabStop = TRUE ;
DropDown = FALSE ;
};
ImageButton BTN_CREATE
{
Pos = MAP_APPFONT ( 235, 25 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Pfad ausw<73> hlen" ;
QuickHelpText [ ENGLISH ] = "Choose path" ;
QuickHelpText [ english_us ] = "Select Path" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "newdoc.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
/* ### ACHTUNG: Neuer Text in Resource! "Pfad ausw<73> hlen" */
QuickHelpText[ portuguese ] = "Create";
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ dutch ] = "Pad selecteren";
QuickHelpText[ french ] = "S<> lectionner le chemin";
2000-10-27 16:47:33 +00:00
QuickHelpText[ spanish ] = "Seleccionar ruta";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Seleziona percorso";
QuickHelpText[ danish ] = "V<> lg sti";
QuickHelpText[ swedish ] = "V<> lj ut s<> kv<6B> g";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Wybierz <20> cie<69> k<EFBFBD> !";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Create";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "<22> ߽<EFBFBD> ̑I<CC91> <49> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "<22> <> <EFBFBD> <EFBFBD> !";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "ѡ <> <D1A1> ·<EFBFBD> <C2B7> ";
QuickHelpText[ chinese_traditional ] = "<22> <> <EFBFBD> ܸ<EFBFBD> <DCB8> |";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Pfad ausw<73> hlen";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Seleccionar ruta";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Valitse polku!";
2000-09-18 16:07:07 +00:00
};
2001-05-14 13:36:17 +00:00
FixedLine GRP_MORE
2000-09-18 16:07:07 +00:00
{
Pos = MAP_APPFONT ( 6 , 92 ) ;
2001-05-14 13:36:17 +00:00
Size = MAP_APPFONT ( 248 , 8 ) ;
2000-09-18 16:07:07 +00:00
Text = "Weitere Einstellungen" ;
Text [ ENGLISH ] = "More options" ;
Text [ english_us ] = "Further settings" ;
Text[ portuguese ] = "Outras op<6F> <70> es";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Verdere opties";
2001-05-30 19:09:15 +00:00
Text[ french ] = "Param<61> tres suppl<70> mentaires";
2000-09-18 16:07:07 +00:00
Text[ spanish ] = "Otras opciones";
Text[ italian ] = "Ulteriori impostazioni";
Text[ danish ] = "Flere indstillinger";
Text[ swedish ] = "Fler inst<73> llningar";
Text[ polish ] = "Dodatkowe ustawienia";
Text[ portuguese_brazilian ] = "More options";
2001-05-30 19:09:15 +00:00
Text[ japanese ] = "<22> ڍאݒ<D790> ";
2000-09-18 16:07:07 +00:00
Text[ korean ] = "<22> <EFBFBD> <D7B9> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
2001-05-30 19:09:15 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 趨";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> L<EFBFBD> <4C> <EFBFBD> ]<5D> w";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Di<44> er ayarlar";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Otras opciones";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Muut asetukset";
2000-09-18 16:07:07 +00:00
};
FixedText FT_FRAME
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 28 , 10 ) ;
Text = "~Frame";
Text [ ENGLISH ] = "~Frame" ;
Text [ english_us ] = "F~rame" ;
Text[ portuguese ] = "F~rame";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "F~rame";
Text[ french ] = "F~rame";
Text[ spanish ] = "F~rame";
Text[ italian ] = "F~rame";
Text[ danish ] = "Frame";
Text[ swedish ] = "~Ram";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "Ramka";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "F~rame";
Text[ japanese ] = "<22> ڰ<EFBFBD> (~R)";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~R)";
Text[ chinese_traditional ] = "<22> <> (~R)";
2000-11-09 11:38:20 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ turkish ] = "F~rame";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "F~rame";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "K~ehys";
2000-09-18 16:07:07 +00:00
};
ComboBox CB_FRAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 104 ) ;
Size = MAP_APPFONT ( 69 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORM
{
Pos = MAP_APPFONT ( 129 , 105 ) ;
Size = MAP_APPFONT ( 27 , 10 ) ;
Text = "F~orm";
Text [ ENGLISH ] = "F~orm" ;
Text [ english_us ] = "F~orm" ;
Text[ portuguese ] = "Ti~po";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "V~orm";
Text[ french ] = "F~orme";
Text[ spanish ] = "f~orma";
Text[ italian ] = "F~orma";
Text[ danish ] = "Form";
Text[ swedish ] = "F~orm";
Text[ polish ] = "Forma";
Text[ portuguese_brazilian ] = "F~orm";
Text[ japanese ] = "̫<> <CCAB> (~O)";
Text[ korean ] = "<22> <> (~O)";
2001-03-09 19:50:33 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~O)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> (~O)";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "F~orm";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "f~orma";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "~Lomake";
2000-09-18 16:07:07 +00:00
};
ListBox LB_FORM
{
Border = TRUE ;
Pos = MAP_APPFONT ( 160 , 104 ) ;
Size = MAP_APPFONT ( 70 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoHScroll = TRUE ;
DDExtraWidth = TRUE ;
StringList =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
stringlist [ english_us ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
stringlist [ ENGLISH ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ language_user1 ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ portuguese ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> o" ; Default ; > ;
};
StringList [ russian ] =
{
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ greek ] =
{
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ dutch ] =
{
< "Tekst" ; Default ; > ;
< "Knop" ; Default ; > ;
};
StringList [ french ] =
{
< "Texte" ; Default ; > ;
< "Bouton" ; Default ; > ;
};
StringList [ spanish ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> n" ; Default ; > ;
};
StringList [ italian ] =
{
< "Testo" ; Default ; > ;
< "Pulsante" ; Default ; > ;
};
StringList [ danish ] =
{
< "Tekst" ; Default ; > ;
< "Knap" ; Default ; > ;
};
StringList [ swedish ] =
{
< "Text" ; Default ; > ;
< "Knapp" ; Default ; > ;
};
StringList [ polish ] =
{
< "Tekst" ; Default ; > ;
< "Przycisk" ; Default ; > ;
};
StringList [ portuguese_brazilian ] =
{
< "Text" ; Default ; > ;
< "Button" ; Default ; > ;
};
StringList [ japanese ] =
{
< "÷<> <C3B7> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ korean ] =
{
< "<22> ؽ<EFBFBD> Ʈ" ; Default ; > ;
2001-01-12 20:22:46 +00:00
< "<22> <> ư" ; Default ; > ;
2000-09-18 16:07:07 +00:00
};
StringList [ chinese_simplified ] =
{
< "<22> <> <EFBFBD> <EFBFBD> " ; Default ; > ;
< "<22> <> ť" ; Default ; > ;
};
StringList [ chinese_traditional ] =
{
< "<22> <> <EFBFBD> r" ; Default ; > ;
< "<22> <> <EFBFBD> s" ; Default ; > ;
};
StringList [ arabic ] =
{
< "<22> <> " ; Default ; > ;
< "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ; Default ; > ;
};
StringList [ turkish ] =
{
< "Metin" ; Default ; > ;
< "D<> <44> me" ; Default ; > ;
};
2001-05-04 19:22:39 +00:00
StringList [ catalan ] =
{
< "Texto" ; Default ; > ;
< "Bot<6F> n" ; Default ; > ;
};
2001-05-10 05:27:51 +00:00
StringList [ finnish ] =
{
< "Teksti" ; Default ; > ;
< "Painike" ; Default ; > ;
};
2000-09-18 16:07:07 +00:00
};
FixedText FT_INDICATION
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 40 , 10 ) ;
Text = "Te~xt";
Text [ ENGLISH ] = "~Caption" ;
Text [ english_us ] = "Te~xt" ;
Text[ portuguese ] = "Te~xto";
2000-10-27 16:47:33 +00:00
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-27 18:26:50 +00:00
Text [ dutch ] = "Te~kst" ;
2000-09-18 16:07:07 +00:00
Text [ french ] = "~Texte" ;
2000-09-27 18:26:50 +00:00
Text[ spanish ] = "Texto";
2000-11-09 11:38:20 +00:00
Text[ italian ] = "Testo";
2000-09-18 16:07:07 +00:00
Text[ danish ] = "Tekst";
2000-09-27 18:26:50 +00:00
Text[ swedish ] = "Te~xt";
2000-10-27 16:47:33 +00:00
Text[ polish ] = "Tekst";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "In~dication";
2001-03-28 11:51:45 +00:00
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> (~X)";
Text[ korean ] = "<22> ؽ<EFBFBD> Ʈ(~X)";
Text[ chinese_simplified ] = "<22> <> ʾ <EFBFBD> <CABE> <EFBFBD> <EFBFBD> (~X)";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> r(~X)";
2000-09-18 16:07:07 +00:00
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "~Ba<42> lant<6E> ad<61> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Texto";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Teks~ti";
2000-09-18 16:07:07 +00:00
};
Edit ED_INDICATION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 122 ) ;
Size = MAP_APPFONT ( 194 , 12 ) ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 12 , 140 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text = "N~ame";
Text [ ENGLISH ] = "N~ame" ;
Text [ english_us ] = "N~ame" ;
Text[ portuguese ] = "~Nome";
Text[ russian ] = "<22> <> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> ~<7E> ";
Text[ dutch ] = "N~aam";
Text[ french ] = "~Nom";
Text[ spanish ] = "N~ombre";
Text[ italian ] = "Nome";
Text[ danish ] = "Navn";
Text[ swedish ] = "N~amn";
Text[ polish ] = "Nazwa";
Text[ portuguese_brazilian ] = "N~ame";
Text[ japanese ] = "<22> <> <EFBFBD> O(~A)";
Text[ korean ] = "<22> ̸<EFBFBD> (~A)";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> (~A)";
Text[ chinese_traditional ] = "<22> W<EFBFBD> <57> (~A)";
Text[ arabic ] = "<22> <> <EFBFBD> ";
Text[ turkish ] = "~Ad";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "N~ombre";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "N~imi";
2000-09-18 16:07:07 +00:00
};
Edit ED_TEXT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 54 , 139 ) ;
Size = MAP_APPFONT ( 194 , 12 ) ;
};
ImageButton BTN_SCRIPT
{
Pos = MAP_APPFONT ( 235, 104 ) ;
Size = MAP_APPFONT( 13, 13 );
TabStop = TRUE ;
QuickHelpText = "Ereignisse" ;
QuickHelpText [ ENGLISH ] = "Events" ;
QuickHelpText [ english_us ] = "Events" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "script.bmp" ; };
MaskColor = STD_MASKCOLOR ;
};
QuickHelpText[ portuguese ] = "Script";
QuickHelpText[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
QuickHelpText[ dutch ] = "Gebeurtenissen";
QuickHelpText[ french ] = "<22> v<EFBFBD> nements";
2000-10-27 16:47:33 +00:00
QuickHelpText[ spanish ] = "Acontecimientos";
2000-09-18 16:07:07 +00:00
QuickHelpText[ italian ] = "Eventi";
QuickHelpText[ danish ] = "Begivenheder";
QuickHelpText[ swedish ] = "H<> ndelser";
2001-05-30 19:09:15 +00:00
QuickHelpText[ polish ] = "Wydarzenia!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ portuguese_brazilian ] = "Script";
2001-05-18 10:49:14 +00:00
QuickHelpText[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> !";
2001-03-09 19:50:33 +00:00
QuickHelpText[ korean ] = "Script!";
2000-09-18 16:07:07 +00:00
QuickHelpText[ chinese_simplified ] = "<22> ¼<EFBFBD> ";
QuickHelpText[ chinese_traditional ] = "<22> ƥ<EFBFBD> ";
QuickHelpText[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-11-15 20:11:41 +00:00
QuickHelpText[ turkish ] = "Ereignisse";
2001-05-04 19:22:39 +00:00
QuickHelpText[ catalan ] = "Acontecimientos";
2001-05-10 05:27:51 +00:00
QuickHelpText[ finnish ] = "Tapahtumat!";
2000-09-18 16:07:07 +00:00
};
Text[ portuguese ] = "Hiperliga<67> <61> o";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> -<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Hyperlink";
Text[ french ] = "Hyperlien";
Text[ spanish ] = "Hiperenlace";
Text[ italian ] = "Hyperlink";
Text[ danish ] = "Hyperlink";
Text[ swedish ] = "Hyperl<72> nk";
Text[ polish ] = "Hiper<65> <72> cze";
Text[ portuguese_brazilian ] = "Hyperlink";
Text[ japanese ] = "ʲ<> ߰<EFBFBD> ݸ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ۸<EFBFBD> ũ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> W<EFBFBD> s<EFBFBD> <73> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Hyperlink";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Hiperenlace";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Hyperlinkki";
2000-09-18 16:07:07 +00:00
};
/*************************************************************************
|
| Tabpage-Dialog : Hyperlinks
|
*************************************************************************/
ModalDialog RID_SVXDLG_NEWHYPERLINK
{
HelpID = SID_HYPERLINK_DIALOG;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 325 , 185 ) ;
Text = "Hyperlink" ;
Text [ ENGLISH ] = "Hyperlink" ;
Text [ english_us ] = "Hyperlink" ;
Moveable = TRUE ;
Text[ portuguese ] = "Hiperliga<67> <61> o";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> -<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Hyperlink";
Text[ french ] = "Hyperlien";
Text[ spanish ] = "Hiperenlace";
Text[ italian ] = "Hyperlink";
Text[ danish ] = "Hyperlink";
Text[ swedish ] = "Hyperl<72> nk";
Text[ polish ] = "Hiper<65> <72> cze";
Text[ portuguese_brazilian ] = "Hyperlink";
Text[ japanese ] = "ʲ<> ߰<EFBFBD> ݸ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ۸<EFBFBD> ũ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> W<EFBFBD> s<EFBFBD> <73> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Hyperlink";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Hiperenlace";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Hyperlinkki";
2000-09-18 16:07:07 +00:00
};
/*************************************************************************
|
| Tabpage-Dialog : Hyperlinks
|
*************************************************************************/
String RID_SVXSTR_HYPDLG_APPLYBUT
{
Text = "<22> bernehmen" ;
Text [ ENGLISH ] = "Apply" ;
Text [ english_us ] = "Apply" ;
Text[ portuguese ] = "Aplicar";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Overnemen";
Text[ french ] = "Appliquer";
Text[ spanish ] = "Aplicar";
Text[ italian ] = "Applica";
Text[ danish ] = "Anvend";
Text[ swedish ] = "<22> verta";
Text[ polish ] = "Zastosuj";
Text[ portuguese_brazilian ] = "Apply";
Text[ japanese ] = "<22> K<EFBFBD> p";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> M<EFBFBD> <4D> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Uygula";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Aplicar";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "K<> yt<79> ";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPDLG_CLOSEBUT
{
Text = "Schlie<69> en" ;
Text [ ENGLISH ] = "Close" ;
Text [ english_us ] = "Close" ;
Text[ portuguese ] = "Fechar";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Sluiten";
Text[ french ] = "Fermer";
Text[ spanish ] = "Cerrar";
Text[ italian ] = "Chiudi";
Text[ danish ] = "Luk";
Text[ swedish ] = "St<53> ng";
Text[ polish ] = "Zamknij";
Text[ portuguese_brazilian ] = "Close";
Text[ japanese ] = "<22> <EFBFBD> <C282> <EFBFBD> ";
Text[ korean ] = "<22> ݱ<EFBFBD> ";
Text[ chinese_simplified ] = "<22> ر<EFBFBD> ";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Kapat";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Cerrar";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Sulje";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPDLG_MACROACT1
{
Text = "Maus <20> ber Objekt" ;
Text [ ENGLISH ] = "Mouse over object" ;
Text [ english_us ] = "Mouse over object" ;
Text[ portuguese ] = "Rato sobre objecto";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Muis op object";
Text[ french ] = "Souris sur l'objet";
Text[ spanish ] = "Rat<61> n sobre objeto";
Text[ italian ] = "Mouse sopra oggetto";
Text[ danish ] = "Mus over objekt";
Text[ swedish ] = "Mus <20> ver objekt";
Text[ polish ] = "Mysz nad obiektem";
Text[ portuguese_brazilian ] = "Mouse over object";
Text[ japanese ] = "<22> <> ު<DEBC> ėpϳ <70> ";
Text[ korean ] = "<22> <> <EFBFBD> 콺<EFBFBD> <ECBDBA> <20> <> ü<EFBFBD> <C3BC> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ڶ<EFBFBD> <DAB6> <EFBFBD> ֮<EFBFBD> <D6AE> ";
Text[ chinese_traditional ] = "<22> ƹ<EFBFBD> <C6B9> b<EFBFBD> <62> <EFBFBD> W";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Fare oku nesne <20> zerinde";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Rat<61> n sobre objeto";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Hiiri objektin kohdalla";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPDLG_MACROACT2
{
Text = "Hyperlink ausl<73> sen" ;
Text [ ENGLISH ] = "Release hyperlink" ;
2000-10-27 16:47:33 +00:00
Text [ english_us ] = "Trigger hyperlink" ;
2000-09-18 16:07:07 +00:00
Text[ portuguese ] = "Executar hiperliga<67> <61> o";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> -<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Hyperlink uitvoeren";
Text[ french ] = "D<> clencher l'hyperlien";
Text[ spanish ] = "Ejecutar hiperenlace";
Text[ italian ] = "Esegui hyperlink";
Text[ danish ] = "Udf<64> r hyperlink";
Text[ swedish ] = "Utf<74> r hyperl<72> nk";
Text[ polish ] = "Wykonaj hiper<65> <72> cze";
Text[ portuguese_brazilian ] = "Release hyperlink";
Text[ japanese ] = "ʲ<> ߰<EFBFBD> ݸ<EFBFBD> <DDB8> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ۸<EFBFBD> ũ <20> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "ִ<> г <EFBFBD> <D0B3> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> W<EFBFBD> s<EFBFBD> <73> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Hyperlink'i etkinle<6C> tir";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Ejecutar hiperenlace";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "K<> ynnist<73> hyperlinkki";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPDLG_MACROACT3
{
Text = "Maus verl<72> sst Objekt" ;
Text [ ENGLISH ] = "Mouse leave object" ;
Text [ english_us ] = "Mouse leaves object" ;
Text[ portuguese ] = "Rato fora do objecto";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Muis verlaat object";
Text[ french ] = "Souris quitte l'objet";
Text[ spanish ] = "Rat<61> n fuera de objeto";
Text[ italian ] = "Mouse fuori dall'oggetto";
Text[ danish ] = "Mus forlader objekt";
Text[ swedish ] = "Mus l<> mnar objekt";
Text[ polish ] = "Mysz opuszcza obiekt";
Text[ portuguese_brazilian ] = "Mouse leave object";
Text[ japanese ] = "<22> <> ު<DEBC> Ă<EFBFBD> <C482> <EFBFBD> ϳ <EFBFBD> <CFB3> 𗣂<EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> 콺<EFBFBD> <ECBDBA> <20> <> ü<EFBFBD> <C3BC> <20> <> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> 뿪<EFBFBD> <EBBFAA> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> ƹ<EFBFBD> <C6B9> ö}<7D> <> <EFBFBD> <EFBFBD> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Fare oku nesneden ayr<79> l<EFBFBD> yor";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Rat<61> n fuera de objeto";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Hiiri poistuu objektista";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPDLG_NOVALIDFILENAME
{
Text = "Geben Sie bitte einen g<> ltigen Dateinamen ein.";
Text [ ENGLISH ] = "Please type in a valid filename." ;
Text [ english_us ] = "Please type in a valid file name." ;
Text[ portuguese ] = "Indique um nome de ficheiro v<> lido.";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> , <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> , <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> .";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> .";
Text[ dutch ] = "Geef een geldige bestandsnaam aan.";
Text[ french ] = "Veuillez saisir un nom de fichier existant.";
Text[ spanish ] = "Indique por favor un nombre v<> lido de archivo.";
Text[ italian ] = "Inserite un nome di file valido.";
Text[ danish ] = "Indtast venligst et gyldigt filnavn.";
Text[ swedish ] = "Mata in ett giltigt filnamn.";
Text[ polish ] = "Podaj prosz<73> prawid<69> ow<6F> nazw<7A> pliku.";
Text[ portuguese_brazilian ] = "Please type in a valid filename.";
2000-11-03 15:51:25 +00:00
Text[ japanese ] = "<22> L<EFBFBD> <4C> <EFBFBD> <EFBFBD> ̧<EFBFBD> ٖ<EFBFBD> <D996> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ͂<EFBFBD> <CD82> Ă<EFBFBD> <C482> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> B";
2000-12-08 16:53:56 +00:00
Text[ korean ] = "<22> <> ȿ<EFBFBD> <C8BF> <20> <> <EFBFBD> <EFBFBD> <20> ̸<EFBFBD> <CCB8> <EFBFBD> <20> Է<EFBFBD> <D4B7> Ͻʽ ÿ<CABD> .";
2000-09-18 16:07:07 +00:00
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> һ <EFBFBD> <D2BB> <EFBFBD> <EFBFBD> Ч<EFBFBD> <D0A7> <EFBFBD> ļ<EFBFBD> <C4BC> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> п<EFBFBD> <D0BF> J<EFBFBD> @<40> Ӧ<EFBFBD> <D3A6> Ī<EFBFBD> <C4AA> ɮצW<D7A6> C";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> .";
Text[ turkish ] = "Ge<47> erli bir dosya ad<61> girin.";
Text[ language_user1 ] = " ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Indique por favor un nombre v<> lido de archivo.";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Kirjoita kelvollinen tiedoston nimi.";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPERDLG_HLINETTP
{
Text = "Internet";
Text [ ENGLISH ] = "Internet" ;
Text [ english_us ] = "Internet" ;
Text[ portuguese ] = "Internet";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "Internet";
Text[ dutch ] = "Internet";
Text[ french ] = "Internet";
Text[ spanish ] = "Internet";
Text[ italian ] = "Internet";
Text[ danish ] = "Internet";
Text[ swedish ] = "Internet";
Text[ polish ] = "Internet";
Text[ portuguese_brazilian ] = "Internet";
Text[ japanese ] = "<22> <> <EFBFBD> <EFBFBD> ȯ<EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> ͳ<EFBFBD> ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> ʻ <EFBFBD> <CABB> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "Internet";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Internet";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Internet";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Internet";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPERDLG_HLMAILTP
{
Text = "Mail & News";
Text [ ENGLISH ] = "Mail & News" ;
Text [ english_us ] = "Mail & News" ;
Text[ portuguese ] = "Mail & News";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-27 18:26:50 +00:00
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ dutch ] = "Mail & Nieuws";
Text[ french ] = "Mail & News";
Text[ spanish ] = "Correo y noticias";
Text[ italian ] = "Mail & news";
Text[ danish ] = "E-mail og nyheder";
Text[ swedish ] = "E-post & nyheter";
2001-05-30 19:09:15 +00:00
Text[ polish ] = "E-mail & wiadomo<6D> ci";
2000-09-18 16:07:07 +00:00
Text[ portuguese_brazilian ] = "Mail & News";
Text[ japanese ] = "Ұ<> & ƭ<> <C6AD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> & <20> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ʼ <EFBFBD> <CABC> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ chinese_traditional ] = "<22> q<EFBFBD> l<EFBFBD> l<EFBFBD> <6C> <EFBFBD> M<EFBFBD> s<EFBFBD> D";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "E-posta ve haber gruplar<61> ";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Correo y noticias";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "S<> hk<68> posti ja uutisryhm<68> ";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPERDLG_HLDOCTP
{
Text = "Dokument";
Text [ ENGLISH ] = "Document" ;
Text [ english_us ] = "Document" ;
Text[ portuguese ] = "Documento";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Document";
Text[ french ] = "Document";
Text[ spanish ] = "Documento";
Text[ italian ] = "Documento";
Text[ danish ] = "Dokument";
Text[ swedish ] = "Dokument";
Text[ polish ] = "Dokument";
Text[ portuguese_brazilian ] = "Document";
Text[ japanese ] = "<22> <EFBFBD> <DEB7> <EFBFBD> <EFBFBD> ";
Text[ korean ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> ĵ<EFBFBD> ";
Text[ chinese_traditional ] = "<22> <> <EFBFBD> <EFBFBD> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Belge";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Documento";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Asiakirja";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPERDLG_HLDOCNTP
{
Text = "Neues Dokument";
Text [ ENGLISH ] = "New document" ;
2001-05-30 19:09:15 +00:00
Text [ english_us ] = "New Document" ;
2000-09-18 16:07:07 +00:00
Text[ portuguese ] = "Novo documento";
Text[ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ";
Text[ dutch ] = "Nieuw document";
Text[ french ] = "Nouveau document";
Text[ spanish ] = "Nuevo documento";
Text[ italian ] = "Nuovo documento";
Text[ danish ] = "Nyt dokument";
Text[ swedish ] = "Nytt dokument";
Text[ polish ] = "Nowy dokument";
Text[ portuguese_brazilian ] = "New document";
2001-05-12 05:51:59 +00:00
Text[ japanese ] = "<22> V<EFBFBD> <56> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <DEB7> <EFBFBD> <EFBFBD> ";
2000-09-18 16:07:07 +00:00
Text[ korean ] = "<22> <> <20> <> <EFBFBD> <EFBFBD> ";
Text[ chinese_simplified ] = "<22> ½<EFBFBD> <C2BD> ĵ<EFBFBD> ";
Text[ chinese_traditional ] = "<22> }<7D> ҷs<D2B7> <73> ";
Text[ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> ";
Text[ turkish ] = "Yeni belge";
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Nuevo documento";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Uusi asiakirja";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPERDLG_FORM_BUTTON
{
Text = "Button" ;
Text [ english_us ] = "Button" ;
Text [ ENGLISH ] = "Button" ;
Text [ language_user1 ] = "Button" ;
Text [ portuguese ] = "Bot<6F> o" ;
Text [ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ;
Text [ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ;
Text [ dutch ] = "Knop" ;
Text [ french ] = "Bouton" ;
Text [ spanish ] = "Bot<6F> n" ;
Text [ italian ] = "Pulsante" ;
Text [ danish ] = "Knap" ;
Text [ swedish ] = "Knapp" ;
Text [ polish ] = "Przycisk" ;
Text [ portuguese_brazilian ] = "Button" ;
Text [ japanese ] = "<22> <> <EFBFBD> <EFBFBD> " ;
Text [ korean ] = "<22> <> ư" ;
Text [ chinese_simplified ] = "<22> <> ť" ;
Text [ chinese_traditional ] = "<22> <> <EFBFBD> s" ;
Text [ arabic ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ;
Text [ turkish ] = "D<> <44> me" ;
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Bot<6F> n";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Painike";
2000-09-18 16:07:07 +00:00
};
String RID_SVXSTR_HYPERDLG_FROM_TEXT
{
Text = "Text" ;
Text [ english_us ] = "Text" ;
Text [ ENGLISH ] = "Text" ;
Text [ language_user1 ] = "Text" ;
Text [ portuguese ] = "Texto" ;
Text [ russian ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> " ;
Text [ greek ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ;
Text [ dutch ] = "Tekst" ;
Text [ french ] = "Texte" ;
Text [ spanish ] = "Texto" ;
Text [ italian ] = "Testo" ;
Text [ danish ] = "Tekst" ;
Text [ swedish ] = "Text" ;
Text [ polish ] = "Tekst" ;
Text [ portuguese_brazilian ] = "Text" ;
Text [ japanese ] = "<22> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ;
Text [ korean ] = "<22> ؽ<EFBFBD> Ʈ" ;
Text [ chinese_simplified ] = "<22> <> <EFBFBD> <EFBFBD> " ;
Text [ chinese_traditional ] = "<22> <> <EFBFBD> r" ;
Text [ arabic ] = "<22> <> " ;
Text [ turkish ] = "Metin" ;
2001-05-04 19:22:39 +00:00
Text[ catalan ] = "Texto";
2001-05-10 05:27:51 +00:00
Text[ finnish ] = "Teksti";
2000-09-18 16:07:07 +00:00
};
Image RID_SVXBMP_HLINETTP
{
ImageBitmap = Bitmap { File = "hlinettp.bmp" ; };
MaskColor = Color { Red = 0xFFFF ; Green = 0xFFFF ; Blue = 0xFFFF ; };
};
Image RID_SVXBMP_HLMAILTP
{
ImageBitmap = Bitmap { File = "hlmailtp.bmp" ; };
MaskColor = Color { Red = 0xFFFF ; Green = 0xFFFF ; Blue = 0xFFFF ; };
};
Image RID_SVXBMP_HLDOCTP
{
ImageBitmap = Bitmap { File = "hldoctp.bmp" ; };
MaskColor = Color { Red = 0xFFFF ; Green = 0xFFFF ; Blue = 0xFFFF ; };
};
Image RID_SVXBMP_HLDOCNTP
{
ImageBitmap = Bitmap { File = "hldocntp.bmp" ; };
MaskColor = Color { Red = 0xFFFF ; Green = 0xFFFF ; Blue = 0xFFFF ; };
};