1679 lines
60 KiB
Plaintext
1679 lines
60 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: label.src,v $
|
||
*
|
||
* $Revision: 1.17 $
|
||
*
|
||
* last change: $Author: kz $ $Date: 2001-05-17 08:20:57 $
|
||
*
|
||
* 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): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
// #pragma ******************************************************************
|
||
|
||
// #include *****************************************************************
|
||
#include "label.hrc"
|
||
#include "globals.hrc"
|
||
#include "helpid.h"
|
||
// ----- defined strings -----------------------------------------------------
|
||
#define LABEL_STRING \
|
||
Text = "Etiketten" ; \
|
||
Text [ ENGLISH ] = "Labels" ; \
|
||
Text [ norwegian ] = "Etiketter" ; \
|
||
Text [ italian ] = "Etichette" ; \
|
||
Text [ portuguese_brazilian ] = "Etiquetas" ; \
|
||
Text [ portuguese ] = "Etiquetas" ; \
|
||
Text [ finnish ] = "Nimi<6D>t" ; \
|
||
Text [ danish ] = "Etiketter" ; \
|
||
Text [ french ] = "<22>tiquettes" ; \
|
||
Text [ swedish ] = "Etiketter" ; \
|
||
Text [ dutch ] = "Etiketten" ; \
|
||
Text [ spanish ] = "Etiquetas" ; \
|
||
Text [ english_us ] = "Labels" ; \
|
||
Text[ chinese_simplified ] = "<22><>ǩ"; \
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ polish ] = "Etykiety"; \
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>"; \
|
||
Text[ chinese_traditional ] = "<22>K<EFBFBD><4B>"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>"; \
|
||
Text[ turkish ] = "Etiket"; \
|
||
Text[ catalan ] = "Etiquetas";
|
||
|
||
#define BUSINESS_CARD_STRING \
|
||
Text = "Visitenkarten" ; \
|
||
Text [ ENGLISH ] = "Business cards" ; \
|
||
Text[ english_us ] = "Business cards"; \
|
||
Text[ portuguese ] = "Cart<72>es de visita"; \
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
|
||
Text[ greek ] = "Visiting cards"; \
|
||
Text[ dutch ] = "Visitekaartjes"; \
|
||
Text[ french ] = "Cartes de visite"; \
|
||
Text[ spanish ] = "Tarjetas de visita"; \
|
||
Text[ italian ] = "Biglietti da visita"; \
|
||
Text[ danish ] = "Visitkort"; \
|
||
Text[ swedish ] = "Visitkort"; \
|
||
Text[ polish ] = "Wizyt<79>wki"; \
|
||
Text[ portuguese_brazilian ] = "Visiting cards"; \
|
||
Text[ japanese ] = "<22><><EFBFBD>h"; \
|
||
Text[ korean ] = "Visiting cards"; \
|
||
Text[ chinese_simplified ] = "<22><>Ƭ"; \
|
||
Text[ chinese_traditional ] = "<22>W<EFBFBD><57>"; \
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
|
||
// DLG_LAB ------------------------------------------------------------------
|
||
TabDialog DLG_LAB
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Moveable = TRUE ;
|
||
LABEL_STRING
|
||
TabControl 1
|
||
{
|
||
OutputSize = TRUE ;
|
||
PageList =
|
||
{
|
||
PageItem
|
||
{
|
||
Identifier = TP_VISITING_CARDS;
|
||
PageResID = TP_VISITING_CARDS;
|
||
BUSINESS_CARD_STRING
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_PRIVATE_DATA;
|
||
PageResID = TP_PRIVATE_DATA;
|
||
Text = "Privat" ;
|
||
Text [ ENGLISH ] = "Private" ;
|
||
Text[ english_us ] = "Private";
|
||
Text[ portuguese ] = "Pessoal";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Priv<69>";
|
||
Text[ french ] = "Priv<69>";
|
||
Text[ spanish ] = "Privado";
|
||
Text[ italian ] = "Privato";
|
||
Text[ danish ] = "Privat";
|
||
Text[ swedish ] = "Privat";
|
||
Text[ polish ] = "Prywatne";
|
||
Text[ portuguese_brazilian ] = "Private";
|
||
Text[ japanese ] = "<22><><EFBFBD>p";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "˽<><CBBD>";
|
||
Text[ chinese_traditional ] = "<22>p<EFBFBD>H";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>zel";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Privado";
|
||
Text[ finnish ] = "Henkil<69>kohtainen";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_BUSINESS_DATA;
|
||
PageResID = TP_BUSINESS_DATA;
|
||
Text = "Gesch<63>ft" ;
|
||
Text [ ENGLISH ] = "Business" ;
|
||
Text[ english_us ] = "Business";
|
||
Text[ portuguese ] = "Emprego";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Zaak";
|
||
Text[ french ] = "Bureau";
|
||
Text[ spanish ] = "Trabajo";
|
||
Text[ italian ] = "Lavoro";
|
||
Text[ danish ] = "Arbejdsrelateret";
|
||
Text[ swedish ] = "Aff<66>rsm<73>ssig";
|
||
Text[ polish ] = "Biznes";
|
||
Text[ portuguese_brazilian ] = "Business";
|
||
Text[ japanese ] = "<22>Зp";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>Ӱ<EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD>";
|
||
Text[ turkish ] = "<22><>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Trabajo";
|
||
Text[ finnish ] = "Liiketoiminta";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_LAB_FMT ;
|
||
Text = "Format" ;
|
||
Text [ ENGLISH ] = "Format" ;
|
||
PageResID = TP_LAB_FMT ;
|
||
Text [ english_us ] = "Format" ;
|
||
Text [ italian ] = "Formato" ;
|
||
Text [ spanish ] = "Formato" ;
|
||
Text [ french ] = "Format" ;
|
||
Text [ dutch ] = "Grootte" ;
|
||
Text [ swedish ] = "Format" ;
|
||
Text [ danish ] = "Format" ;
|
||
Text [ portuguese_brazilian ] = "Format" ;
|
||
Text [ portuguese ] = "Formato" ;
|
||
Text[ chinese_simplified ] = "<22><>ʽ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Format";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>榡";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Format";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Formato";
|
||
Text[ finnish ] = "Muotoile";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = TP_LAB_PRT ;
|
||
Text = "Zus<75>tze" ;
|
||
Text [ ENGLISH ] = "Options" ;
|
||
PageResID = TP_LAB_PRT ;
|
||
Text [ english_us ] = "Options" ;
|
||
Text [ portuguese_brazilian ] = "Drucker" ;
|
||
Text [ swedish ] = "Till<6C>gg" ;
|
||
Text [ danish ] = "Flere" ;
|
||
Text [ italian ] = "Extra" ;
|
||
Text [ spanish ] = "Opciones" ;
|
||
Text [ french ] = "Impression" ;
|
||
Text [ dutch ] = "Overige" ;
|
||
Text [ portuguese ] = "Op<4F><70>es" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Dodatki";
|
||
Text[ japanese ] = "<22><><EFBFBD><DFBC>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>L";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ɼ<EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ turkish ] = "Se<53>enekler";
|
||
Text[ catalan ] = "Opciones";
|
||
Text[ finnish ] = "Asetukset";
|
||
};
|
||
};
|
||
};
|
||
String ST_BUSINESSCARDDLG
|
||
{
|
||
BUSINESS_CARD_STRING
|
||
};
|
||
String ST_FIRSTPAGE_LAB
|
||
{
|
||
LABEL_STRING
|
||
};
|
||
String ST_FIRSTPAGE_BC
|
||
{
|
||
Text = "Medium" ;
|
||
Text [ ENGLISH ] = "Media" ;
|
||
Text[ english_us ] = "Medium";
|
||
Text[ portuguese ] = "Tipo";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Medium";
|
||
Text[ french ] = "M<>dia";
|
||
Text[ spanish ] = "Tipo";
|
||
Text[ italian ] = "Impostazioni";
|
||
Text[ danish ] = "Medium";
|
||
Text[ swedish ] = "Medium";
|
||
Text[ polish ] = "No?nik danych";
|
||
Text[ portuguese_brazilian ] = "Media";
|
||
Text[ japanese ] = "<22>}<7D><>";
|
||
Text[ korean ] = "<22><>ü";
|
||
Text[ chinese_simplified ] = "ֽ<><D6BD>";
|
||
Text[ chinese_traditional ] = "<22>ȱi";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ turkish ] = "Ka<4B><61>t";
|
||
Text[ catalan ] = "Tipo";
|
||
Text[ finnish ] = "Normaali";
|
||
};
|
||
};
|
||
// TP_LAB_LAB ---------------------------------------------------------------
|
||
TabPage TP_LAB_LAB
|
||
{
|
||
HelpID = HID_LAB_LAB ;
|
||
Size = MAP_APPFONT ( 260 , 185 ) ;
|
||
Hide = TRUE ;
|
||
FixedText TXT_WRITING
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 15 ) ;
|
||
Size = MAP_APPFONT ( 50 , 8 ) ;
|
||
Group = TRUE ;
|
||
Left = TRUE ;
|
||
Text = "~Aufschrift" ;
|
||
Text [ English ] = "Writing" ;
|
||
Text [ norwegian ] = "Writing" ;
|
||
Text [ italian ] = "~Testo etichetta" ;
|
||
Text [ portuguese_brazilian ] = "Gravar" ;
|
||
Text [ portuguese ] = "~Inscri<72><69>o" ;
|
||
Text [ finnish ] = "Nimi<6D>teksti" ;
|
||
Text [ danish ] = "Etikettekst" ;
|
||
Text [ french ] = "~Libell<6C>" ;
|
||
Text [ swedish ] = "~P<>skrift" ;
|
||
Text [ dutch ] = "~Tekst" ;
|
||
Text [ spanish ] = "Te~xto" ;
|
||
Text [ english_us ] = "Label text" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Oznaczenie";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>J<EFBFBD><4A><EFBFBD>r";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Etiket metni";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Te~xto";
|
||
};
|
||
CheckBox BOX_ADDR
|
||
{
|
||
Pos = MAP_APPFONT ( 67 , 14 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
TabStop = TRUE ;
|
||
Text = "Adre~sse" ;
|
||
Text [ English ] = "Address" ;
|
||
Text [ norwegian ] = "Adresse" ;
|
||
Text [ italian ] = "Indirizzo" ;
|
||
Text [ portuguese_brazilian ] = "Endere?o" ;
|
||
Text [ portuguese ] = "Endere<72>o" ;
|
||
Text [ finnish ] = "Osoite" ;
|
||
Text [ danish ] = "Adresse" ;
|
||
Text [ french ] = "Adre~sse" ;
|
||
Text [ swedish ] = "Adre~ss" ;
|
||
Text [ dutch ] = "Adre~s" ;
|
||
Text [ spanish ] = "~Direcci<63>n" ;
|
||
Text [ english_us ] = "Address" ;
|
||
Text[ chinese_simplified ] = "<22><>ַ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Adres";
|
||
Text[ japanese ] = "<22>Z<EFBFBD><5A>";
|
||
Text[ chinese_traditional ] = "<22>a<EFBFBD>}";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ּ<EFBFBD>";
|
||
Text[ turkish ] = "Adres";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Direcci<63>n";
|
||
};
|
||
MultiLineEdit EDT_WRITING
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 12 , 27 ) ;
|
||
Size = MAP_APPFONT ( 105 , 89 ) ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
HScroll = TRUE ;
|
||
VScroll = TRUE ;
|
||
IgnoreTab = TRUE;
|
||
};
|
||
FixedText FT_DATABASE
|
||
{
|
||
Pos = MAP_APPFONT ( 149 , 27 ) ;
|
||
Size = MAP_APPFONT ( 99 , 8 ) ;
|
||
Text = "~Datenbank" ;
|
||
Text [ English ] = "Database" ;
|
||
Text [ norwegian ] = "Database" ;
|
||
Text [ italian ] = "Database" ;
|
||
Text [ portuguese_brazilian ] = "Base de Dados" ;
|
||
Text [ portuguese ] = "~Base de dados" ;
|
||
Text [ finnish ] = "Tietokanta" ;
|
||
Text [ danish ] = "Database" ;
|
||
Text [ french ] = "~Base de donn<6E>es" ;
|
||
Text [ swedish ] = "~Databas" ;
|
||
Text [ dutch ] = "~Database" ;
|
||
Text [ spanish ] = "Base de datos" ;
|
||
Text [ english_us ] = "Database" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>ݿ<EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Baza danych";
|
||
Text[ japanese ] = "<22>ް<EFBFBD><DEB0>ް<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>Ʈw";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD>";
|
||
Text[ turkish ] = "Veritaban<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Base de datos";
|
||
};
|
||
ListBox LB_DATABASE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 149 , 38 ) ;
|
||
Size = MAP_APPFONT ( 99 , 70 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText FT_TABLE
|
||
{
|
||
Pos = MAP_APPFONT ( 149 , 54 ) ;
|
||
Size = MAP_APPFONT ( 99 , 8 ) ;
|
||
Text = "Tabe~lle" ;
|
||
Text [ ENGLISH ] = "Table" ;
|
||
Text [ english_us ] = "Table" ;
|
||
Text [ italian ] = "Tabella" ;
|
||
Text [ spanish ] = "Tabla" ;
|
||
Text [ french ] = "Tab~le" ;
|
||
Text [ dutch ] = "~Tabel" ;
|
||
Text [ swedish ] = "Tabe~ll" ;
|
||
Text [ danish ] = "Tabel" ;
|
||
Text [ portuguese_brazilian ] = "Tabelle" ;
|
||
Text [ portuguese ] = "~Tabela" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Tabela";
|
||
Text[ japanese ] = "ð<><C3B0><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "ǥ";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ turkish ] = "Tablo";
|
||
Text[ catalan ] = "Tabla";
|
||
Text[ finnish ] = "Taulukko";
|
||
};
|
||
ListBox LB_TABLE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 149 , 65 ) ;
|
||
Size = MAP_APPFONT ( 99 , 70 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
ImageButton BTN_INSERT
|
||
{
|
||
Pos = MAP_APPFONT ( 124 , 104 ) ;
|
||
Size = MAP_APPFONT ( 18 , 12 ) ;
|
||
SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText FT_DBFIELD
|
||
{
|
||
Pos = MAP_APPFONT ( 149 , 93 ) ;
|
||
Size = MAP_APPFONT ( 99 , 8 ) ;
|
||
Text = "Datenbank~feld" ;
|
||
Text [ English ] = "Database field" ;
|
||
Text [ norwegian ] = "Database field" ;
|
||
Text [ italian ] = "Campo database" ;
|
||
Text [ portuguese_brazilian ] = "Campo base de dados" ;
|
||
Text [ portuguese ] = "Campo base de dados" ;
|
||
Text [ finnish ] = "Tietokantakentt<74>" ;
|
||
Text [ danish ] = "Databasefelt" ;
|
||
Text [ french ] = "~Champ de BD" ;
|
||
Text [ swedish ] = "Databas~f<>lt" ;
|
||
Text [ dutch ] = "~Databaseveld" ;
|
||
Text [ spanish ] = "~Campo base de datos" ;
|
||
Text [ english_us ] = "Database Field" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>ݿ<EFBFBD><DDBF>ֶ<EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Pole bazy danych";
|
||
Text[ japanese ] = "<22>ް<EFBFBD><DEB0>ް<EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>(~F)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>Ʈw<C6AE><77><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ͺ<EFBFBD><CDBA>̽<EFBFBD> <20>ʵ<EFBFBD>";
|
||
Text[ turkish ] = "Veritaban<61> alan<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Campo base de datos";
|
||
};
|
||
ListBox LB_DBFIELD
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 149 , 104 ) ;
|
||
Size = MAP_APPFONT ( 99 , 70 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
GroupBox GRP_WRITING
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 248 , 119 ) ;
|
||
Group = TRUE ;
|
||
Text = "Aufschrift" ;
|
||
Text [ English ] = "Writing" ;
|
||
Text [ norwegian ] = "Writing" ;
|
||
Text [ italian ] = "Testo etichetta" ;
|
||
Text [ portuguese_brazilian ] = "Gravar" ;
|
||
Text [ portuguese ] = "Inscri<72><69>o" ;
|
||
Text [ finnish ] = "Kaiverrus" ;
|
||
Text [ danish ] = "Etikettekst" ;
|
||
Text [ french ] = "Libell<6C>" ;
|
||
Text [ swedish ] = "P<>skrift" ;
|
||
Text [ dutch ] = "Tekst" ;
|
||
Text [ spanish ] = "Etiqueta" ;
|
||
Text [ english_us ] = "Inscription" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Oznaczenie";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Etiket metni";
|
||
Text[ catalan ] = "Etiqueta";
|
||
};
|
||
RadioButton BTN_CONT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 137 ) ;
|
||
Size = MAP_APPFONT ( 65 , 10 ) ;
|
||
TabStop = TRUE ;
|
||
Group = TRUE ;
|
||
Text = "~Endlos" ;
|
||
Text [ English ] = "Continuous" ;
|
||
Text [ norwegian ] = "Continuous" ;
|
||
Text [ italian ] = "~Continuo" ;
|
||
Text [ portuguese_brazilian ] = "~Cont?nuo" ;
|
||
Text [ portuguese ] = "~Cont<6E>nuo" ;
|
||
Text [ finnish ] = "~Jatkuva" ;
|
||
Text [ danish ] = "Endel<65>s" ;
|
||
Text [ french ] = "~Continu" ;
|
||
Text [ swedish ] = "~Kontinuerlig" ;
|
||
Text [ dutch ] = "~Eindeloos" ;
|
||
Text [ spanish ] = "Cont~inuo" ;
|
||
Text [ english_us ] = "~Continuous" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~C)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Bez ko<6B>ca";
|
||
Text[ japanese ] = "<22>A<EFBFBD><41>(~C)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>_(~C)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~C)";
|
||
Text[ turkish ] = "Sonsuz form";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Cont~inuo";
|
||
};
|
||
RadioButton BTN_SHEET
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 153 ) ;
|
||
Size = MAP_APPFONT ( 65 , 10 ) ;
|
||
Text = "~Bogen" ;
|
||
Text [ English ] = "Sheet" ;
|
||
Text [ norwegian ] = "Sheet" ;
|
||
Text [ italian ] = "Foglio" ;
|
||
Text [ portuguese_brazilian ] = "Folha" ;
|
||
Text [ portuguese ] = "~Folha" ;
|
||
Text [ finnish ] = "~Lomake" ;
|
||
Text [ danish ] = "Ark" ;
|
||
Text [ french ] = "~Feuille" ;
|
||
Text [ swedish ] = "~Ark" ;
|
||
Text [ dutch ] = "~Blad" ;
|
||
Text [ spanish ] = "~Hoja" ;
|
||
Text [ english_us ] = "~Sheet" ;
|
||
Text[ chinese_simplified ] = "ֽ<><D6BD>(~S)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Arkusz";
|
||
Text[ japanese ] = "<22><><EFBFBD>(~S)";
|
||
Text[ chinese_traditional ] = "<22>ȱi(~S)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><>Ʈ(~S)";
|
||
Text[ turkish ] = "F<>y";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Hoja";
|
||
};
|
||
FixedText TXT_MAKE
|
||
{
|
||
Pos = MAP_APPFONT ( 91 , 138 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Text = "~Marke" ;
|
||
Text [ English ] = "Make" ;
|
||
Text [ norwegian ] = "Make" ;
|
||
Text [ italian ] = "Marca" ;
|
||
Text [ portuguese_brazilian ] = "Fazer" ;
|
||
Text [ portuguese ] = "Marca" ;
|
||
Text [ finnish ] = "Tuotemerkki" ;
|
||
Text [ danish ] = "M<>rke" ;
|
||
Text [ french ] = "~Marque" ;
|
||
Text [ swedish ] = "~M<>rke" ;
|
||
Text [ dutch ] = "~Merk" ;
|
||
Text [ spanish ] = "~Marca" ;
|
||
Text [ english_us ] = "Brand" ;
|
||
Left = TRUE ;
|
||
Text[ chinese_simplified ] = "<22><>ǩ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Znacznik";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ chinese_traditional ] = "<22>K<EFBFBD><4B>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><>ǥ";
|
||
Text[ turkish ] = "Markas<61>";
|
||
Text[ catalan ] = "~Marca";
|
||
};
|
||
ListBox BOX_MAKE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 124 , 136 ) ;
|
||
Size = MAP_APPFONT ( 124 , 90 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText TXT_TYPE
|
||
{
|
||
Pos = MAP_APPFONT ( 91 , 154 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Left = TRUE ;
|
||
Text = "~Typ" ;
|
||
Text [ English ] = "Type" ;
|
||
Text [ norwegian ] = "Type" ;
|
||
Text [ italian ] = "Tipo" ;
|
||
Text [ portuguese_brazilian ] = "Tipo" ;
|
||
Text [ portuguese ] = "Tipo" ;
|
||
Text [ finnish ] = "~Tyyppi" ;
|
||
Text [ danish ] = "Type" ;
|
||
Text [ french ] = "~Type" ;
|
||
Text [ swedish ] = "~Typ" ;
|
||
Text [ dutch ] = "~Type" ;
|
||
Text [ spanish ] = "~Tipo" ;
|
||
Text [ english_us ] = "~Type" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ polish ] = "Typ";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ turkish ] = "Tipi";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Tipo";
|
||
};
|
||
ListBox BOX_TYPE
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 124 , 152 ) ;
|
||
Size = MAP_APPFONT ( 124 , 90 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
Sort = TRUE ;
|
||
};
|
||
FixedText INF_FORMAT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 168 ) ;
|
||
Size = MAP_APPFONT ( 236 , 8 ) ;
|
||
Left = TRUE ;
|
||
};
|
||
GroupBox GRP_FORMAT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 125 ) ;
|
||
Size = MAP_APPFONT ( 248 , 54 ) ;
|
||
Group = TRUE ;
|
||
Text = "Format" ;
|
||
Text [ English ] = "Format" ;
|
||
Text [ norwegian ] = "Format" ;
|
||
Text [ italian ] = "Formato" ;
|
||
Text [ portuguese_brazilian ] = "Formato" ;
|
||
Text [ portuguese ] = "Formato" ;
|
||
Text [ finnish ] = "Muotoile" ;
|
||
Text [ danish ] = "Format" ;
|
||
Text [ french ] = "Format" ;
|
||
Text [ swedish ] = "Format" ;
|
||
Text [ dutch ] = "Formaat" ;
|
||
Text [ spanish ] = "Formato" ;
|
||
Text [ english_us ] = "Format" ;
|
||
Text[ chinese_simplified ] = "<22><>ʽ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Format";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>榡";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Format";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Formato";
|
||
};
|
||
};
|
||
#define WIDTH 100
|
||
#define HEIGHT 16
|
||
FloatingWindow DLG_SYNC_BTN
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( WIDTH , HEIGHT ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = FALSE ;
|
||
Sizeable = FALSE ;
|
||
Zoomable = TRUE ;
|
||
HelpID = HID_SYNC_BTN ;
|
||
Hide = TRUE ;
|
||
PushButton BTN_SYNC
|
||
{
|
||
Pos = MAP_APPFONT ( 1 , 1 ) ;
|
||
Size = MAP_APPFONT ( WIDTH - 1 , HEIGHT - 1 ) ;
|
||
Text = "Etiketten synchronisieren" ;
|
||
Text [ ENGLISH ] = "Synchronize labels" ;
|
||
Text [ english_us ] = "Synchronize Labels" ;
|
||
Text [ portuguese_brazilian ] = "Etiketten synchronisieren" ;
|
||
Text [ swedish ] = "Synkronisera etiketter" ;
|
||
Text [ danish ] = "Synkroniser etiketter" ;
|
||
Text [ italian ] = "Sincronizza etichette" ;
|
||
Text [ spanish ] = "Sincronizar etiquetas" ;
|
||
Text [ french ] = "Synchroniser les <20>tiquettes" ;
|
||
Text [ dutch ] = "Etiketten synchroniseren" ;
|
||
Text [ portuguese ] = "Sincronizar etiquetas" ;
|
||
Text[ chinese_simplified ] = "<22><>ǩͬ<C7A9><CDAC><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Synchronizuj etykiety";
|
||
Text[ japanese ] = "<22><><EFBFBD>ق<D982><F093AF8A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>K<EFBFBD>ЦP<D0A6>B<EFBFBD><42>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><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>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ȭ";
|
||
Text[ turkish ] = "Etiket i<>eri<72>ini <20>o<EFBFBD>alt";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Sincronizar etiquetas";
|
||
Text[ finnish ] = "Synkronoi nimi<6D>t";
|
||
};
|
||
};
|
||
// String *******************************************************************
|
||
String STR_DOC_TITLE
|
||
{
|
||
Text = "Etiketten" ;
|
||
Text [ English ] = "Labels" ;
|
||
Text [ norwegian ] = "Etiketter" ;
|
||
Text [ italian ] = "Busta" ;
|
||
Text [ portuguese_brazilian ] = "Etiquetas" ;
|
||
Text [ portuguese ] = "Etiquetas" ;
|
||
Text [ finnish ] = "Nimi<6D>t" ;
|
||
Text [ danish ] = "Etiketter" ;
|
||
Text [ french ] = "<22>tiquettes" ;
|
||
Text [ swedish ] = "Etiketter" ;
|
||
Text [ dutch ] = "Etiketten" ;
|
||
Text [ spanish ] = "Etiquetas" ;
|
||
Text [ english_us ] = "Labels" ;
|
||
Text[ chinese_simplified ] = "<22><>ǩ";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Etykiety";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>K<EFBFBD><4B>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Etiket";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Etiquetas";
|
||
};
|
||
String STR_CUSTOM
|
||
{
|
||
Text = "[Benutzer]" ;
|
||
Text [ English ] = "[Custom]" ;
|
||
Text [ norwegian ] = "[Custom]" ;
|
||
Text [ italian ] = "[Utente]" ;
|
||
Text [ portuguese_brazilian ] = "[Pessoal]" ;
|
||
Text [ portuguese ] = "[Utilizador]" ;
|
||
Text [ finnish ] = "[K<>ytt<74>j<EFBFBD>n m<><6D>ritt<74>m<EFBFBD>]" ;
|
||
Text [ danish ] = "[Bruger]" ;
|
||
Text [ french ] = "[Personnalis<69>]" ;
|
||
Text [ swedish ] = "[Anv<6E>ndare]" ;
|
||
Text [ dutch ] = "[Gebruiker] " ;
|
||
Text [ spanish ] = "[Usuario]" ;
|
||
Text [ english_us ] = "[User-defined]" ;
|
||
Text[ chinese_simplified ] = "[ʹ<><CAB9><EFBFBD><EFBFBD>]";
|
||
Text[ russian ] = "[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>]";
|
||
Text[ polish ] = "[U<>ytkownik]";
|
||
Text[ japanese ] = "[հ<>ް]";
|
||
Text[ greek ] = "[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>]";
|
||
Text[ korean ] = "[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>]";
|
||
Text[ chinese_traditional ] = "[<5B>ϥΪ<CFA5>]";
|
||
Text[ arabic ] = "[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>]";
|
||
Text[ turkish ] = "[Kullan<61>c<EFBFBD> tan<61>ml<6D>]";
|
||
Text[ catalan ] = "[Usuario]";
|
||
};
|
||
/********************************************************************/
|
||
TabPage TP_VISITING_CARDS
|
||
{
|
||
HelpID = HID_TP_VISITING_CARDS ;
|
||
Size = MAP_APPFONT ( 260 , 185 ) ;
|
||
Hide = TRUE ;
|
||
|
||
Control LB_AUTO_TEXT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
||
Size = MAP_APPFONT ( 109 , 135 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText FT_AUTO_TEXT_GROUP
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 153) ;
|
||
Size = MAP_APPFONT ( 109 , 8 ) ;
|
||
Text = "AutoText - ~Bereich" ;
|
||
Text [ English ] = "AutoText group" ;
|
||
Text[ english_us ] = "AutoText - Section";
|
||
Text[ portuguese ] = "AutoTexto - ~sec<65><63>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "AutoTekst - ~bereik";
|
||
Text[ french ] = "AutoTexte - ~Section";
|
||
Text[ spanish ] = "<22>rea AutoT~exto";
|
||
Text[ italian ] = "Testo automatico - Sezione";
|
||
Text[ danish ] = "AutoTekst - omr<6D>de";
|
||
Text[ swedish ] = "AutoText - omr<6D>de";
|
||
Text[ polish ] = "Obszar Autotekstu";
|
||
Text[ portuguese_brazilian ] = "AutoText group";
|
||
Text[ japanese ] = "<22><><EFBFBD>͎x<CD8E><78><EFBFBD>͈<EFBFBD>(~S)";
|
||
Text[ korean ] = "<22>ڵ<EFBFBD><DAB5>ؽ<EFBFBD>Ʈ - <20><><EFBFBD><EFBFBD>(~S)";
|
||
Text[ chinese_simplified ] = "<22>Զ<EFBFBD>ͼ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>(~S)";
|
||
Text[ chinese_traditional ] = "<22>۰ʹϤ嶰<CFA4><E5B6B0><EFBFBD><EFBFBD>(~S)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Otomatik metin - alan<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "<22>rea AutoT~exto";
|
||
Text[ finnish ] = "Automaattinen teksti - osio";
|
||
};
|
||
ListBox LB_AUTO_TEXT_GROUP
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 164) ;
|
||
Size = MAP_APPFONT ( 109 , 50 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
GroupBox GB_CONTENT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 121 , 179 ) ;
|
||
Text = "Inhalt" ;
|
||
Text [ English ] = "Content" ;
|
||
Text[ english_us ] = "Content";
|
||
Text[ portuguese ] = "Conte<74>do";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Inhoud";
|
||
Text[ french ] = "Contenu";
|
||
Text[ spanish ] = "Contenido";
|
||
Text[ italian ] = "Contenuto";
|
||
Text[ danish ] = "Indhold";
|
||
Text[ swedish ] = "Inneh<65>ll";
|
||
Text[ polish ] = "Zawarto?<3F>";
|
||
Text[ portuguese_brazilian ] = "Content";
|
||
Text[ japanese ] = "<22><><EFBFBD>e";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>e";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22><>erik";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Contenido";
|
||
Text[ finnish ] = "Sis<69>lt<6C>";
|
||
};
|
||
Window WIN_EXAMPLE
|
||
{
|
||
Pos = MAP_APPFONT ( 139, 14 ) ;
|
||
Size = MAP_APPFONT ( 109 , 162 ) ;
|
||
};
|
||
GroupBox GB_EXAMPLE
|
||
{
|
||
Pos = MAP_APPFONT ( 133 , 3 ) ;
|
||
Size = MAP_APPFONT ( 121 , 179 ) ;
|
||
Text = "Vorschau" ;
|
||
Text [ English ] = "Preview" ;
|
||
Text[ english_us ] = "Preview";
|
||
Text[ portuguese ] = "Previsualizar";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Voorbeeld";
|
||
Text[ french ] = "Aper<65>u";
|
||
Text[ spanish ] = "Previsualizaci<63>n";
|
||
Text[ italian ] = "Anteprima";
|
||
Text[ danish ] = "Eksempel";
|
||
Text[ swedish ] = "F<>rhandsvisning";
|
||
Text[ polish ] = "Podgl<67>d";
|
||
Text[ portuguese_brazilian ] = "Preview";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>ޭ<EFBFBD>";
|
||
Text[ korean ] = "<22≯<EFBFBD><CCB8><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "Ԥ<><D4A4>";
|
||
Text[ chinese_traditional ] = "<22>w<EFBFBD><77>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>nizleme";
|
||
Text[ catalan ] = "Previsualizaci<63>n";
|
||
Text[ finnish ] = "Esikatselu";
|
||
};
|
||
String ST_VISCARD_GROUP
|
||
{
|
||
Text = "Cards";
|
||
};
|
||
};
|
||
TabPage TP_PRIVATE_DATA
|
||
{
|
||
HelpID = HID_TP_PRIVATE_DATA ;
|
||
Size = MAP_APPFONT ( 260 , 185 ) ;
|
||
Hide = TRUE ;
|
||
GroupBox GB_DATA
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 248 , 154 ) ;
|
||
Text = "Private Daten" ;
|
||
Text [ English ] = "Private data" ;
|
||
Text[ english_us ] = "Private data";
|
||
Text[ portuguese ] = "Dados pessoais";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Priv<69>gegevens";
|
||
Text[ french ] = "Coordonn<6E>es priv<69>es";
|
||
Text[ spanish ] = "Datos privados";
|
||
Text[ italian ] = "Dati privati";
|
||
Text[ danish ] = "Private data";
|
||
Text[ swedish ] = "Privata data";
|
||
Text[ polish ] = "Dane prywatne";
|
||
Text[ portuguese_brazilian ] = "Private data";
|
||
Text[ japanese ] = "<22>l<C290>ް<EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "˽<><CBBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>p<EFBFBD>H<EFBFBD><48><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>zel bilgiler";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Datos privados";
|
||
Text[ finnish ] = "Omat tiedot";
|
||
};
|
||
FixedText FT_NAME
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 16) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Vor-/Name/K<>rzel" ;
|
||
Text [ English ] = "First/Last ~name" ;
|
||
Text[ english_us ] = "First/Last ~name/Initials";
|
||
Text[ portuguese ] = "~Nome pr<70>prio/Apelido/Iniciais";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><>~<7E><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Voor-/achternaam/Initialen";
|
||
Text[ french ] = "~Pr<50>nom/Nom/Initiales";
|
||
Text[ spanish ] = "No~mbre/Apellidos/Iniciales";
|
||
Text[ italian ] = "Nome/Cognome/Iniziali";
|
||
Text[ danish ] = "For-/Efternavn/Initialer";
|
||
Text[ swedish ] = "~F<>r-/efternamn/initialer";
|
||
Text[ polish ] = "Imi<6D>/Nazwisko/Inicja<6A>y";
|
||
Text[ portuguese_brazilian ] = "First/Last ~name";
|
||
Text[ japanese ] = "<22><>/<2F><>/<2F>Ƽ<EFBFBD><C6BC>(~N)";
|
||
Text[ korean ] = "<22≯<EFBFBD>/<2F><>/<2F>Ӹ<EFBFBD><D3B8><EFBFBD><EFBFBD><EFBFBD>(~N)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>/<2F><>д(~N)";
|
||
Text[ chinese_traditional ] = "<22>W<EFBFBD>r/<2F>m<EFBFBD><6D>/<2F>Y<EFBFBD>g(~N)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Ad/Soyad/Ba<42>harfler";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "No~mbre/Apellidos/Iniciales";
|
||
Text[ finnish ] = "Etu-/suku~nimi/nimikirjaimet";
|
||
};
|
||
Edit ED_FIRSTNAME
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 14 ) ;
|
||
Size = MAP_APPFONT ( 55 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_NAME
|
||
{
|
||
Pos = MAP_APPFONT ( 163 , 14 ) ;
|
||
Size = MAP_APPFONT ( 55 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_SHORTCUT
|
||
{
|
||
Pos = MAP_APPFONT ( 221 , 14 ) ;
|
||
Size = MAP_APPFONT ( 27 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_NAME_2
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 32) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Vor-/Name/K<>rzel 2" ;
|
||
Text [ English ] = "First/Last ~name 2" ;
|
||
Text[ english_us ] = "First / Last ~Name / Initials 2";
|
||
Text[ portuguese ] = "~Nome pr<70>prio/Apelido/Iniciais 2";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><>~<7E><><EFBFBD><EFBFBD> 2";
|
||
Text[ dutch ] = "Voor/achter ~naam 2";
|
||
Text[ french ] = "~Pr<50>nom/Nom/Initiales 2";
|
||
Text[ spanish ] = "Nombre/Apellidos/Iniciales 2";
|
||
Text[ italian ] = "Nome/Cognome/Iniziali 2";
|
||
Text[ danish ] = "For-/Efternavn/Initialer 2";
|
||
Text[ swedish ] = "F<>r-/efter~namn/initialer 2";
|
||
Text[ polish ] = "Imi<6D>/Nazwisko/Inicja<6A>y";
|
||
Text[ portuguese_brazilian ] = "First/Last ~name 2";
|
||
Text[ japanese ] = "<22><>/<2F><>/<2F>Ƽ<EFBFBD><C6BC> 2<>i~N<>j";
|
||
Text[ korean ] = "<22≯<EFBFBD>/<2F><>/<2F>Ӹ<EFBFBD><D3B8><EFBFBD><EFBFBD><EFBFBD> 2(~N)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>/<2F><>д 2(~N)";
|
||
Text[ chinese_traditional ] = "<22>W<EFBFBD>r/<2F>m<EFBFBD><6D>/<2F>Y<EFBFBD>g 2(~N)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2";
|
||
Text[ turkish ] = "Ad/Soyad/Ba<42>harfler 2";
|
||
Text[ catalan ] = "Nombre/Apellidos/Iniciales 2";
|
||
Text[ finnish ] = "Etu-/suku~nimi/nimikirjaimet 2";
|
||
};
|
||
Edit ED_FIRSTNAME_2
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 30 ) ;
|
||
Size = MAP_APPFONT ( 55 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_NAME_2
|
||
{
|
||
Pos = MAP_APPFONT ( 163 , 30 ) ;
|
||
Size = MAP_APPFONT ( 55 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_SHORTCUT_2
|
||
{
|
||
Pos = MAP_APPFONT ( 221 , 30 ) ;
|
||
Size = MAP_APPFONT ( 27 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_STREET
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 48) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Stra<72>e" ;
|
||
Text [ English ] = "Street" ;
|
||
Text[ english_us ] = "S~treet";
|
||
Text[ portuguese ] = "~Rua";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Straat";
|
||
Text[ french ] = "~Rue";
|
||
Text[ spanish ] = "~Calle";
|
||
Text[ italian ] = "Via";
|
||
Text[ danish ] = "Gade";
|
||
Text[ swedish ] = "Gatuadres~s";
|
||
Text[ polish ] = "Ulica";
|
||
Text[ portuguese_brazilian ] = "Street";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ korean ] = "<22>Ÿ<EFBFBD><C5B8><EFBFBD><EFBFBD><EFBFBD>(~T)";
|
||
Text[ chinese_simplified ] = "<22>ֵ<EFBFBD>(~T)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>D(~T)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Sokak";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Calle";
|
||
Text[ finnish ] = "Ka~tuosoite";
|
||
};
|
||
Edit ED_STREET
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 46 ) ;
|
||
Size = MAP_APPFONT ( 143 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_ZIPCITY
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 64) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "PLZ/Or~t" ;
|
||
Text [ English ] = "Zip/City" ;
|
||
Text[ english_us ] = "Zip/Cit~y";
|
||
Text[ portuguese ] = "CP/~Localidade";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22>.<2E>./<2F><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Postcode/Plaats";
|
||
Text[ french ] = "C.P./~Ville";
|
||
Text[ spanish ] = "CP/Ciuda~d";
|
||
Text[ italian ] = "C.A.P./Localit<69>";
|
||
Text[ danish ] = "Postnr./By";
|
||
Text[ swedish ] = "~Postnr/Ort";
|
||
Text[ polish ] = "Kod pocztowy/Miejscowo?<3F>";
|
||
Text[ portuguese_brazilian ] = "Zip/City";
|
||
Text[ japanese ] = "<22>X<EFBFBD>֔ԍ<D694>/<2F>s<EFBFBD><73><EFBFBD>{<7B><><EFBFBD><EFBFBD>(~Y)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȣ/<2F><><EFBFBD><EFBFBD>(~Y)";
|
||
Text[ chinese_simplified ] = "<22>ʱ<EFBFBD>/<2F><><EFBFBD><EFBFBD>(~Y)";
|
||
Text[ chinese_traditional ] = "<22>l<EFBFBD><6C><EFBFBD>ϸ<EFBFBD>/<2F><><EFBFBD><EFBFBD>(~Y)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Posta kodu/<2F>ehir";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "CP/Ciuda~d";
|
||
Text[ finnish ] = "Postinumero/Posti~toimipaikka";
|
||
};
|
||
Edit ED_ZIP
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 62 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_CITY
|
||
{
|
||
Pos = MAP_APPFONT ( 158 , 62 ) ;
|
||
Size = MAP_APPFONT ( 90 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_COUNTRYSTATE
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 80) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Land/Bundesland" ;
|
||
Text [ English ] = "Country/State" ;
|
||
Text[ english_us ] = "Co~untry/State";
|
||
Text[ portuguese ] = "~Pa<50>s";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Land";
|
||
Text[ french ] = "~Pays/<2F>tat";
|
||
Text[ spanish ] = "~Pa<50>s/Provincia";
|
||
Text[ italian ] = "Provincia/Paese";
|
||
Text[ danish ] = "Land";
|
||
Text[ swedish ] = "~Land/Delstat";
|
||
Text[ polish ] = "Kraj/Wojew<65>dztwo";
|
||
Text[ portuguese_brazilian ] = "Country/State";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>/<2F>s<EFBFBD><73><EFBFBD>{<7B><><EFBFBD><EFBFBD>(~U)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>/<2F><>(~U)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>/ʡ<><CAA1>(~U)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>a/<2F><>(~U)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>lke/<2F>l";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Pa<50>s/Provincia";
|
||
Text[ finnish ] = "Val~tio/osavaltio";
|
||
};
|
||
Edit ED_COUNTRY
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 78 ) ;
|
||
Size = MAP_APPFONT ( 71 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_STATE
|
||
{
|
||
Pos = MAP_APPFONT ( 179 , 78 ) ;
|
||
Size = MAP_APPFONT ( 69 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_TITLEPROF
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 96) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Titel/Beruf" ;
|
||
Text [ English ] = "Title/Profession" ;
|
||
Text[ english_us ] = "Title/~Profession";
|
||
Text[ portuguese ] = "~T<>tulo/Profiss<73>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Titel/Beroep";
|
||
Text[ french ] = "~Titre/Profession";
|
||
Text[ spanish ] = "T<>tulo/Pro~fesi<73>n";
|
||
Text[ italian ] = "Titolo/Professione";
|
||
Text[ danish ] = "Titel/Stilling";
|
||
Text[ swedish ] = "~Titel/Yrke";
|
||
Text[ polish ] = "Tytu<74>/Zaw<61>d";
|
||
Text[ portuguese_brazilian ] = "Title/Profession";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>E<EFBFBD><45>(~P)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>(~P)";
|
||
Text[ chinese_simplified ] = "ͷ<><CDB7>/ְҵ(~P)";
|
||
Text[ chinese_traditional ] = "<22>٩I/¾<>~";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Unvan/Meslek";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "T<>tulo/Pro~fesi<73>n";
|
||
Text[ finnish ] = "Asema/~ammatti";
|
||
};
|
||
Edit ED_TITLE
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 94 ) ;
|
||
Size = MAP_APPFONT ( 71 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_PROFESSION
|
||
{
|
||
Pos = MAP_APPFONT ( 179 , 94 ) ;
|
||
Size = MAP_APPFONT ( 69 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_PHONE_MOBILE
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 112) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "Telefon/Mobil" ;
|
||
Text [ English ] = "Phone/Mobile" ;
|
||
Text[ english_us ] = "Phone/Mobile";
|
||
Text[ portuguese ] = "Telefone/Telem<65>vel";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Telefoon/mobile";
|
||
Text[ french ] = "T<>l<EFBFBD>phone/Portable";
|
||
Text[ spanish ] = "Tel<65>fono/M<>vil";
|
||
Text[ italian ] = "Tel./Cell.";
|
||
Text[ danish ] = "Phone/Mobile";
|
||
Text[ swedish ] = "Telefon/Mobil";
|
||
Text[ polish ] = "Telefon/Kom<6F>rka";
|
||
Text[ portuguese_brazilian ] = "Phone/Mobile";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>d<EFBFBD>b/<2F>g<EFBFBD>ѓd<D193>b";
|
||
Text[ korean ] = "Tel./<2F>ڵ<EFBFBD><DAB5><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>绰/<2F>ֻ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD><71>/<2F><><EFBFBD>ʹq<CAB9><71>";
|
||
Text[ turkish ] = "Phone/Mobile";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ catalan ] = "Tel<65>fono/M<>vil";
|
||
Text[ finnish ] = "Telefon/Mobil";
|
||
};
|
||
Edit ED_PHONE
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 110 ) ;
|
||
Size = MAP_APPFONT ( 71 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_MOBILE
|
||
{
|
||
Pos = MAP_APPFONT ( 179 , 110 ) ;
|
||
Size = MAP_APPFONT ( 69 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_FAX
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 128) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "Fa~x" ;
|
||
Text [ English ] = "Fax" ;
|
||
Text[ english_us ] = "Fa~x";
|
||
Text[ portuguese ] = "Fa~x";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Fax";
|
||
Text[ dutch ] = "Fa~x";
|
||
Text[ french ] = "~Fax";
|
||
Text[ spanish ] = "Fa~x";
|
||
Text[ italian ] = "Fa~x";
|
||
Text[ danish ] = "Fax";
|
||
Text[ swedish ] = "Fa~x";
|
||
Text[ polish ] = "Faks";
|
||
Text[ portuguese_brazilian ] = "Fax";
|
||
Text[ japanese ] = "Fa~x";
|
||
Text[ korean ] = "<22>ѽ<EFBFBD>(~X)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~X)";
|
||
Text[ chinese_traditional ] = "<22>ǯu(~X)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Faks";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Fa~x";
|
||
Text[ finnish ] = "Fak~si";
|
||
};
|
||
Edit ED_FAX
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 126 ) ;
|
||
Size = MAP_APPFONT ( 143 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_WWWMAIL
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 144) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "Homepage / E-Mail" ;
|
||
Text [ English ] = "Homepage / eMail" ;
|
||
Text[ english_us ] = "Homepage / e-mail";
|
||
Text[ portuguese ] = "Homepage / e-mail";
|
||
Text[ russian ] = "<22><><EFBFBD>.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> / <20><>.<2E><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> / E-Mail";
|
||
Text[ dutch ] = "Homepage / e-mail";
|
||
Text[ french ] = "Homepage / E-mail";
|
||
Text[ spanish ] = "P<>gina principal / e-mail";
|
||
Text[ italian ] = "Homepage/eMail";
|
||
Text[ danish ] = "Hjemmeside/E-mail";
|
||
Text[ swedish ] = "Hemsida / e-post";
|
||
Text[ polish ] = "Strona macierzysta/e-mail";
|
||
Text[ portuguese_brazilian ] = "Homepage / eMail";
|
||
Text[ japanese ] = "ΰ<><CEB0>߰<EFBFBD><DFB0>/E-mail";
|
||
Text[ korean ] = "Ȩ<><C8A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD> / E-Mail ";
|
||
Text[ chinese_simplified ] = "<22><>ҳ/<2F><><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>/<2F>q<EFBFBD>l<EFBFBD>l<EFBFBD><6C>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Web sayfas<61> / E-posta";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "P<>gina principal / e-mail";
|
||
Text[ finnish ] = "Kotisivu/s<>hk<68>posti";
|
||
};
|
||
Edit ED_WWW
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 142) ;
|
||
Size = MAP_APPFONT ( 71 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_MAIL
|
||
{
|
||
Pos = MAP_APPFONT ( 179 , 142) ;
|
||
Size = MAP_APPFONT ( 69 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
};
|
||
TabPage TP_BUSINESS_DATA
|
||
{
|
||
HelpID = HID_TP_BUSINESS_DATA;
|
||
Size = MAP_APPFONT ( 260 , 185 ) ;
|
||
Hide = TRUE ;
|
||
GroupBox GB_DATA
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 248 , 170 ) ;
|
||
Text = "Gesch<63>ftliche Daten" ;
|
||
Text [ English ] = "Business data" ;
|
||
Text[ english_us ] = "Business data";
|
||
Text[ portuguese ] = "Dados do emprego";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Zakelijke gegevens";
|
||
Text[ french ] = "Coordonn<6E>es du bureau";
|
||
Text[ spanish ] = "Datos del trabajo";
|
||
Text[ italian ] = "Dati lavoro";
|
||
Text[ danish ] = "Forretningsdata";
|
||
Text[ swedish ] = "Aff<66>rsdata";
|
||
Text[ polish ] = "Dane s<>u<EFBFBD>bowe";
|
||
Text[ portuguese_brazilian ] = "Business data";
|
||
Text[ japanese ] = "<22>Зp<D097>ް<EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>Ӱȸ<D3B0><C8B8><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22><> Bilgileri";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Datos del trabajo";
|
||
Text[ finnish ] = "Liiketiedot";
|
||
};
|
||
FixedText FT_COMP
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 16) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Firma" ;
|
||
Text [ English ] = "Company" ;
|
||
Text[ english_us ] = "Company";
|
||
Text[ portuguese ] = "~Firma";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Firma";
|
||
Text[ french ] = "~Soci<63>t<EFBFBD>";
|
||
Text[ spanish ] = "E~mpresa";
|
||
Text[ italian ] = "Ditta";
|
||
Text[ danish ] = "Firma";
|
||
Text[ swedish ] = "~F<>retag";
|
||
Text[ polish ] = "Firma";
|
||
Text[ portuguese_brazilian ] = "Company";
|
||
Text[ japanese ] = "<22><><EFBFBD>Ж<EFBFBD>";
|
||
Text[ korean ] = "ȸ<><C8B8>";
|
||
Text[ chinese_simplified ] = "<22><>˾";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>q";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "~<7E>irket ad<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "E~mpresa";
|
||
Text[ finnish ] = "Yritys";
|
||
};
|
||
Edit ED_COMP
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 14) ;
|
||
Size = MAP_APPFONT ( 143 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_COMP_EXT
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 32) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "Firma ~2. Zeile" ;
|
||
Text [ English ] = "Company 2nd line" ;
|
||
Text[ english_us ] = "Company 2nd line";
|
||
Text[ portuguese ] = "Firma: ~2<> linha";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2-<2D> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Firma ~2e regel";
|
||
Text[ french ] = "Soci<63>t<EFBFBD> : ~2e ligne";
|
||
Text[ spanish ] = "Empresa ~2da l<>nea";
|
||
Text[ italian ] = "Ditta (2<> riga)";
|
||
Text[ danish ] = "Firma 2. linje";
|
||
Text[ swedish ] = "F<>retag rad ~2";
|
||
Text[ polish ] = "Firma 2 wiersz";
|
||
Text[ portuguese_brazilian ] = "Company 2nd line";
|
||
Text[ japanese ] = "<22><><EFBFBD>Ж<EFBFBD> 2<>s<EFBFBD><73>";
|
||
Text[ korean ] = "ȸ<><C8B8> 2<><32>° <20><>";
|
||
Text[ chinese_simplified ] = "<22><>˾(<28>ڶ<EFBFBD><DAB6><EFBFBD>)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>q(<28>ĤG<C4A4><47>)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>irket ad<61> ( 2'nci sat<61>r)";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Empresa ~2da l<>nea";
|
||
Text[ finnish ] = "Yritys2";
|
||
};
|
||
Edit ED_COMP_EXT
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 30) ;
|
||
Size = MAP_APPFONT ( 143 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_SLOGAN
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 48) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "Sl~ogan" ;
|
||
Text [ English ] = "Slogan" ;
|
||
Text[ english_us ] = "Slogan";
|
||
Text[ portuguese ] = "~Slogan";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Sl~ogan";
|
||
Text[ french ] = "~Devise";
|
||
Text[ spanish ] = "Esl~ogan";
|
||
Text[ italian ] = "Sl~ogan";
|
||
Text[ danish ] = "Slogan";
|
||
Text[ swedish ] = "Sl~ogan";
|
||
Text[ polish ] = "Slogan";
|
||
Text[ portuguese_brazilian ] = "Slogan";
|
||
Text[ japanese ] = "<22>۰<EFBFBD><DBB0><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD>ΰ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>W<EFBFBD><57>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Slogan";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Esl~ogan";
|
||
Text[ finnish ] = "Iskulause";
|
||
};
|
||
Edit ED_SLOGAN
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 46) ;
|
||
Size = MAP_APPFONT ( 143 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_STREET
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 64) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Stra<72>e" ;
|
||
Text [ English ] = "Street" ;
|
||
Text[ english_us ] = "Street";
|
||
Text[ portuguese ] = "~Rua";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Straat";
|
||
Text[ french ] = "~Rue";
|
||
Text[ spanish ] = "~Calle";
|
||
Text[ italian ] = "Via";
|
||
Text[ danish ] = "Gade";
|
||
Text[ swedish ] = "Bes<65>ksadre~ss";
|
||
Text[ polish ] = "Ulica";
|
||
Text[ portuguese_brazilian ] = "Street";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>Ÿ<EFBFBD><C5B8><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>ֵ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>D";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Sokak";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Calle";
|
||
Text[ finnish ] = "Katuosoite";
|
||
};
|
||
Edit ED_STREET
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 62) ;
|
||
Size = MAP_APPFONT ( 143 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_ZIPCITY
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 80) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "PLZ/Or~t" ;
|
||
Text [ English ] = "ZIP/City" ;
|
||
Text[ english_us ] = "ZIP/City";
|
||
Text[ portuguese ] = "CP/~Localidade";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22>.<2E>./<2F><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Pos~tcode/Plaats";
|
||
Text[ french ] = "C.P/~Ville";
|
||
Text[ spanish ] = "CP/Ciu~dad";
|
||
Text[ italian ] = "C.A.P./Localit<69>";
|
||
Text[ danish ] = "Postnr./By";
|
||
Text[ swedish ] = "Postnr/Or~t";
|
||
Text[ polish ] = "Kod pocztowy/Miejscowo?<3F>";
|
||
Text[ portuguese_brazilian ] = "ZIP/City";
|
||
Text[ japanese ] = "<22>X<EFBFBD>֔ԍ<D694>/<2F>s<EFBFBD><73><EFBFBD>{<7B><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȣ/<2F><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>ʱ<EFBFBD>/<2F><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>l<EFBFBD><6C><EFBFBD>ϸ<EFBFBD>/<2F><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Posta kodu/<2F>ehir";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "CP/Ciu~dad";
|
||
Text[ finnish ] = "Postinumero/postitoimipaikka";
|
||
};
|
||
Edit ED_ZIP
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 78) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_CITY
|
||
{
|
||
Pos = MAP_APPFONT ( 158 , 78) ;
|
||
Size = MAP_APPFONT ( 90 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_COUNTRYSTATE
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 96) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Land/Bundesland" ;
|
||
Text [ English ] = "Country/State" ;
|
||
Text[ english_us ] = "Country/State";
|
||
Text[ portuguese ] = "~Pa<50>s";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Land";
|
||
Text[ french ] = "~Pays/<2F>tat";
|
||
Text[ spanish ] = "Pa<50>s/Pro~vincia";
|
||
Text[ italian ] = "Provincia/Paese";
|
||
Text[ danish ] = "Land";
|
||
Text[ swedish ] = "~Land/Delstat";
|
||
Text[ polish ] = "Kraj/Wojew<65>dztwo";
|
||
Text[ portuguese_brazilian ] = "Country/State";
|
||
Text[ japanese ] = "<22><>/<2F>s<EFBFBD><73><EFBFBD>{<7B><>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>/<2F><>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>/ʡ<><CAA1>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>a/<2F><>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>lke/<2F>l";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Pa<50>s/Pro~vincia";
|
||
Text[ finnish ] = "Valtio/osavaltio";
|
||
};
|
||
Edit ED_COUNTRY
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 94) ;
|
||
Size = MAP_APPFONT ( 71 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_STATE
|
||
{
|
||
Pos = MAP_APPFONT ( 179 , 94) ;
|
||
Size = MAP_APPFONT ( 69 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_POSITION
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 112) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "~Position" ;
|
||
Text [ English ] = "Position" ;
|
||
Text[ english_us ] = "Position";
|
||
Text[ portuguese ] = "~Posi<73><69>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Positie";
|
||
Text[ french ] = "~Fonction";
|
||
Text[ spanish ] = "~Posici<63>n";
|
||
Text[ italian ] = "~Posizione";
|
||
Text[ danish ] = "Stilling";
|
||
Text[ swedish ] = "~Befattning";
|
||
Text[ polish ] = "Pozycja";
|
||
Text[ portuguese_brazilian ] = "Position";
|
||
Text[ japanese ] = "<22><><EFBFBD>E";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "ְλ";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>m";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Pozisyon";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Posici<63>n";
|
||
Text[ finnish ] = "Sijainti";
|
||
};
|
||
Edit ED_POSITION
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 110) ;
|
||
Size = MAP_APPFONT ( 143 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_PHONE_MOBILE
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 128) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "Telefon/Mobil" ;
|
||
Text [ English ] = "Phone/Mobile" ;
|
||
Text[ english_us ] = "Phone/Mobile";
|
||
Text[ portuguese ] = "Telefone/Telem<65>vel";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Telefoon/mobile";
|
||
Text[ french ] = "T<>l<EFBFBD>phone/Portable";
|
||
Text[ spanish ] = "Tel<65>fono/M<>vil";
|
||
Text[ italian ] = "Tel./Cell.";
|
||
Text[ danish ] = "Phone/Mobile";
|
||
Text[ swedish ] = "Telefon/Mobil";
|
||
Text[ polish ] = "Telefon/Kom<6F>rka";
|
||
Text[ portuguese_brazilian ] = "Phone/Mobile";
|
||
Text[ japanese ] = "<22><><EFBFBD>Гd<D093>b/<2F>g<EFBFBD>ѓd<D193>b";
|
||
Text[ korean ] = "Tel./<2F>ڵ<EFBFBD><DAB5><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>绰/<2F>ֻ<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>q<EFBFBD><71>/<2F><><EFBFBD>ʹq<CAB9><71>";
|
||
Text[ turkish ] = "Phone/Mobile";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ catalan ] = "Tel<65>fono/M<>vil";
|
||
Text[ finnish ] = "Telefon/Mobil";
|
||
};
|
||
Edit ED_PHONE
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 126) ;
|
||
Size = MAP_APPFONT ( 71 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_MOBILE
|
||
{
|
||
Pos = MAP_APPFONT ( 179 , 126) ;
|
||
Size = MAP_APPFONT ( 69 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_FAX
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 144) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "Fax" ;
|
||
Text [ English ] = "Fax" ;
|
||
Text[ english_us ] = "Fax";
|
||
Text[ portuguese ] = "Fax";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Fax";
|
||
Text[ dutch ] = "Fax";
|
||
Text[ french ] = "Fax";
|
||
Text[ spanish ] = "Fax";
|
||
Text[ italian ] = "FAX";
|
||
Text[ danish ] = "Fax";
|
||
Text[ swedish ] = "Fax";
|
||
Text[ polish ] = "Faks";
|
||
Text[ portuguese_brazilian ] = "Fax";
|
||
Text[ japanese ] = "Fax";
|
||
Text[ korean ] = "Fax";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>ǯu";
|
||
Text[ turkish ] = "Faks";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ catalan ] = "Fax";
|
||
Text[ finnish ] = "faksi";
|
||
};
|
||
Edit ED_FAX
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 142) ;
|
||
Size = MAP_APPFONT ( 143 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
FixedText FT_WWWMAIL
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 160) ;
|
||
Size = MAP_APPFONT ( 90 , 8 ) ;
|
||
Text = "Ho~mepage / E-Mail" ;
|
||
Text [ English ] = "Homepage / eMail" ;
|
||
Text[ english_us ] = "Ho~mepage / e-mail";
|
||
Text[ portuguese ] = "Ho~mepage / e-mail";
|
||
Text[ russian ] = "<22><><EFBFBD>.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> /<2F><>.<2E><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> / E-Mail";
|
||
Text[ dutch ] = "Ho~mepage / e-mail";
|
||
Text[ french ] = "~Homepage / E-mail";
|
||
Text[ spanish ] = "P<>gina principal / ~e-mail";
|
||
Text[ italian ] = "Ho~mepage/eMail";
|
||
Text[ danish ] = "Hjemmeside/E-mail";
|
||
Text[ swedish ] = "He~msida / e-post";
|
||
Text[ polish ] = "Strona macierzysta/e-mail";
|
||
Text[ portuguese_brazilian ] = "Homepage / eMail";
|
||
Text[ japanese ] = "ΰ<><CEB0>߰<EFBFBD><DFB0>/E-~mail";
|
||
Text[ korean ] = "Ȩ<><C8A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD> /E-~Mail";
|
||
Text[ chinese_simplified ] = "<22><>ҳ/<2F><><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD>(~M)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>/<2F>q<EFBFBD>l<EFBFBD>l<EFBFBD><6C>(~M)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Web sayfas<61> / E-posta";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "P<>gina principal / ~e-mail";
|
||
Text[ finnish ] = "Ko~tisivu/s<>hk<68>posti";
|
||
};
|
||
Edit ED_WWW
|
||
{
|
||
Pos = MAP_APPFONT ( 105 , 158) ;
|
||
Size = MAP_APPFONT ( 71 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
Edit ED_MAIL
|
||
{
|
||
Pos = MAP_APPFONT ( 179 , 158) ;
|
||
Size = MAP_APPFONT ( 69 , 12 ) ;
|
||
Border = TRUE ;
|
||
};
|
||
};
|