2003-06-13 10:59:47 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: outline.src,v $
|
|
|
|
|
*
|
|
|
|
|
* $Revision: 1.26 $
|
|
|
|
|
*
|
|
|
|
|
* last change: $Author: hr $ $Date: 2003-06-13 11:59:47 $
|
|
|
|
|
*
|
|
|
|
|
* 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 "misc.hrc"
|
|
|
|
|
#include "outline.hrc"
|
|
|
|
|
#include "globals.hrc"
|
|
|
|
|
#include "cmdid.h"
|
|
|
|
|
#include "helpid.h"
|
|
|
|
|
ModalDialog DLG_NUM_NAMES
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_NUM_NAMES ;
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 164 , 82 ) ;
|
|
|
|
|
Text= "Speichern als";
|
|
|
|
|
Text[ italian ] = "Salva con nome";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Salvar Como";
|
|
|
|
|
Text[ portuguese ] = "Guardar como";
|
|
|
|
|
Text[ danish ] = "Ge~m som";
|
|
|
|
|
Text[ french ] = "Enregistrer comme";
|
|
|
|
|
Text[ swedish ] = "Spara som";
|
|
|
|
|
Text[ dutch ] = "Opslaan als";
|
|
|
|
|
Text[ spanish ] = "Guardar como";
|
|
|
|
|
Text[ english_us ] = "Save As";
|
|
|
|
|
Text[ chinese_simplified ] = "另存为";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Zapisz jako";
|
|
|
|
|
Text[ japanese ] = "名前を付けて保存";
|
|
|
|
|
Text[ chinese_traditional ] = "另存新檔";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><>";
|
|
|
|
|
Text = "Speichern als" ;
|
|
|
|
|
Text [ ENGLISH ] = "Save as" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
OKButton BT_OK
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 108 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DefButton = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
CancelButton BT_CANCEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 108 , 23 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
HelpButton BT_HELP
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 108 , 43 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedLine FL_FORM
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 96 , 8 ) ;
|
|
|
|
|
Text = "Form" ;
|
|
|
|
|
Text [ ENGLISH ] = "Form" ;
|
|
|
|
|
Text [ english_us ] = "Format" ;
|
|
|
|
|
Text [ swedish ] = "Format" ;
|
|
|
|
|
Text [ danish ] = "Form" ;
|
|
|
|
|
Text [ italian ] = "Forma" ;
|
|
|
|
|
Text [ spanish ] = "Forma" ;
|
|
|
|
|
Text [ french ] = "Format" ;
|
|
|
|
|
Text [ dutch ] = "Vorm" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Formato" ;
|
|
|
|
|
Text [ portuguese ] = "Formato" ;
|
|
|
|
|
Text[ chinese_simplified ] = "格式";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Format";
|
|
|
|
|
Text[ japanese ] = "書式";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ chinese_traditional ] = "格式";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "서식";
|
|
|
|
|
Text[ turkish ] = "Format";
|
|
|
|
|
Text[ catalan ] = "Forma";
|
|
|
|
|
Text[ finnish ] = "Muotoilu";
|
|
|
|
|
Text[ thai ] = "รูปแบบ";
|
|
|
|
|
Text[ czech ] = "Formát";
|
|
|
|
|
Text[ hebrew ] = "עיצוב";
|
|
|
|
|
Text[ hindi ] = "रचना";
|
|
|
|
|
Text[ slovak ] = "Formát";
|
|
|
|
|
};
|
|
|
|
|
ListBox LB_FORM
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 29 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 84 , 42 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
CurPos = 0 ;
|
|
|
|
|
StringList =
|
|
|
|
|
{
|
|
|
|
|
< "Unbenannt 1" ; > ;
|
|
|
|
|
< "Unbenannt 2" ; > ;
|
|
|
|
|
< "Unbenannt 3" ; > ;
|
|
|
|
|
< "Unbenannt 4" ; > ;
|
|
|
|
|
< "Unbenannt 5" ; > ;
|
|
|
|
|
< "Unbenannt 6" ; > ;
|
|
|
|
|
< "Unbenannt 7" ; > ;
|
|
|
|
|
< "Unbenannt 8" ; > ;
|
|
|
|
|
< "Unbenannt 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ ENGLISH ] =
|
|
|
|
|
{
|
|
|
|
|
< "Unbenannt 1" ; > ;
|
|
|
|
|
< "Unbenannt 2" ; > ;
|
|
|
|
|
< "Unbenannt 3" ; > ;
|
|
|
|
|
< "Unbenannt 4" ; > ;
|
|
|
|
|
< "Unbenannt 5" ; > ;
|
|
|
|
|
< "Unbenannt 6" ; > ;
|
|
|
|
|
< "Unbenannt 7" ; > ;
|
|
|
|
|
< "Unbenannt 8" ; > ;
|
|
|
|
|
< "Unbenannt 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ english_us ] =
|
|
|
|
|
{
|
|
|
|
|
< "Untitled 1" ; > ;
|
|
|
|
|
< "Untitled 2" ; > ;
|
|
|
|
|
< "Untitled 3" ; > ;
|
|
|
|
|
< "Untitled 4" ; > ;
|
|
|
|
|
< "Untitled 5" ; > ;
|
|
|
|
|
< "Untitled 6" ; > ;
|
|
|
|
|
< "Untitled 7" ; > ;
|
|
|
|
|
< "Untitled 8" ; > ;
|
|
|
|
|
< "Untitled 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ swedish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Namnl<6E>s 1" ; > ;
|
|
|
|
|
< "Namnl<6E>s 2" ; > ;
|
|
|
|
|
< "Namnl<6E>s 3" ; > ;
|
|
|
|
|
< "Namnl<6E>s 4" ; > ;
|
|
|
|
|
< "Namnl<6E>s 5" ; > ;
|
|
|
|
|
< "Namnl<6E>s 6" ; > ;
|
|
|
|
|
< "Namnl<6E>s 7" ; > ;
|
|
|
|
|
< "Namnl<6E>s 8" ; > ;
|
|
|
|
|
< "Namnl<6E>s 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ danish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Ikke-navngivet 1" ; > ;
|
|
|
|
|
< "Ikke-navngivet 2" ; > ;
|
|
|
|
|
< "Ikke-navngivet 3" ; > ;
|
|
|
|
|
< "Ikke-navngivet 4" ; > ;
|
|
|
|
|
< "Ikke-navngivet 5" ; > ;
|
|
|
|
|
< "Ikke-navngivet 6" ; > ;
|
|
|
|
|
< "Ikke-navngivet 7" ; > ;
|
|
|
|
|
< "Ikke-navngivet 8" ; > ;
|
|
|
|
|
< "Ikke-navngivet 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ italian ] =
|
|
|
|
|
{
|
|
|
|
|
< "Senza nome 1" ; > ;
|
|
|
|
|
< "Senza nome 2" ; > ;
|
|
|
|
|
< "Senza nome 3" ; > ;
|
|
|
|
|
< "Senza nome 4" ; > ;
|
|
|
|
|
< "Senza nome 5" ; > ;
|
|
|
|
|
< "Senza nome 6" ; > ;
|
|
|
|
|
< "Senza nome 7" ; > ;
|
|
|
|
|
< "Senza nome 8" ; > ;
|
|
|
|
|
< "Senza nome 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ spanish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Sin nombre 1" ; > ;
|
|
|
|
|
< "Sin nombre 2" ; > ;
|
|
|
|
|
< "Sin nombre 3" ; > ;
|
|
|
|
|
< "Sin nombre 4" ; > ;
|
|
|
|
|
< "Sin nombre 5" ; > ;
|
|
|
|
|
< "Sin nombre 6" ; > ;
|
|
|
|
|
< "Sin nombre 7" ; > ;
|
|
|
|
|
< "Sin nombre 8" ; > ;
|
|
|
|
|
< "Sin nombre 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ french ] =
|
|
|
|
|
{
|
|
|
|
|
< "Sans nom 1" ; > ;
|
|
|
|
|
< "Sans nom 2" ; > ;
|
|
|
|
|
< "Sans nom 3" ; > ;
|
|
|
|
|
< "Sans nom 4" ; > ;
|
|
|
|
|
< "Sans nom 5" ; > ;
|
|
|
|
|
< "Sans nom 6" ; > ;
|
|
|
|
|
< "Sans nom 7" ; > ;
|
|
|
|
|
< "Sans nom 8" ; > ;
|
|
|
|
|
< "Sans nom 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ dutch ] =
|
|
|
|
|
{
|
|
|
|
|
< "Naamloos 1" ; > ;
|
|
|
|
|
< "Naamloos 2" ; > ;
|
|
|
|
|
< "Naamloos 3" ; > ;
|
|
|
|
|
< "Naamloos 4" ; > ;
|
|
|
|
|
< "Naamloos 5" ; > ;
|
|
|
|
|
< "Naamloos 6" ; > ;
|
|
|
|
|
< "Naamloos 7" ; > ;
|
|
|
|
|
< "Naamloos 8" ; > ;
|
|
|
|
|
< "Naamloos 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ portuguese ] =
|
|
|
|
|
{
|
|
|
|
|
< "Sem nome 1" ; > ;
|
|
|
|
|
< "Sem nome 2" ; > ;
|
|
|
|
|
< "Sem nome 3" ; > ;
|
|
|
|
|
< "Sem nome 4" ; > ;
|
|
|
|
|
< "Sem nome 5" ; > ;
|
|
|
|
|
< "Sem nome 6" ; > ;
|
|
|
|
|
< "Sem nome 7" ; > ;
|
|
|
|
|
< "Sem nome 8" ; > ;
|
|
|
|
|
< "Sem nome 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
stringlist [ portuguese_brazilian ] =
|
|
|
|
|
{
|
|
|
|
|
< "Sem nome 1" ; > ;
|
|
|
|
|
< "Sem nome 2" ; > ;
|
|
|
|
|
< "Sem nome 3" ; > ;
|
|
|
|
|
< "Sem nome 4" ; > ;
|
|
|
|
|
< "Sem nome 5" ; > ;
|
|
|
|
|
< "Sem nome 6" ; > ;
|
|
|
|
|
< "Sem nome 7" ; > ;
|
|
|
|
|
< "Sem nome 8" ; > ;
|
|
|
|
|
< "Sem nome 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ chinese_simplified ] =
|
|
|
|
|
{
|
|
|
|
|
< "未命名 1" ; > ;
|
|
|
|
|
< "未命名 2" ; > ;
|
|
|
|
|
< "未命名 3" ; > ;
|
|
|
|
|
< "未命名 4" ; > ;
|
|
|
|
|
< "未命名 5" ; > ;
|
|
|
|
|
< "未命名 6" ; > ;
|
|
|
|
|
< "未命名 7" ; > ;
|
|
|
|
|
< "未命名 8" ; > ;
|
|
|
|
|
< "未命名 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ russian ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 3" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 4" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 5" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 6" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 7" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 8" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ polish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Bez tytu<74>u 1" ; > ;
|
|
|
|
|
< "Bez tytu<74>u 2" ; > ;
|
|
|
|
|
< "Bez tytu<74>u 3" ; > ;
|
|
|
|
|
< "Bez tytu<74>u 4" ; > ;
|
|
|
|
|
< "Bez tytu<74>u 5" ; > ;
|
|
|
|
|
< "Bez tytu<74>u 6" ; > ;
|
|
|
|
|
< "Bez tytu<74>u 7" ; > ;
|
|
|
|
|
< "Bez tytu<74>u 8" ; > ;
|
|
|
|
|
< "Bez tytu<74>u 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ japanese ] =
|
|
|
|
|
{
|
|
|
|
|
< "無題 1" ; > ;
|
|
|
|
|
< "無題 2" ; > ;
|
|
|
|
|
< "無題 3" ; > ;
|
|
|
|
|
< "無題 4" ; > ;
|
|
|
|
|
< "無題 5" ; > ;
|
|
|
|
|
< "無題 6" ; > ;
|
|
|
|
|
< "無題 7" ; > ;
|
|
|
|
|
< "無題 8" ; > ;
|
|
|
|
|
< "無題 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ chinese_traditional ] =
|
|
|
|
|
{
|
|
|
|
|
< "未命名 1" ; > ;
|
|
|
|
|
< "未命名 2" ; > ;
|
|
|
|
|
< "未命名 3" ; > ;
|
|
|
|
|
< "未命名 4" ; > ;
|
|
|
|
|
< "未命名 5" ; > ;
|
|
|
|
|
< "未命名 6" ; > ;
|
|
|
|
|
< "未命名 7" ; > ;
|
|
|
|
|
< "未命名 8" ; > ;
|
|
|
|
|
< "未命名 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ arabic ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 1" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 2" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 3" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 4" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 5" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 6" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 7" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 8" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ greek ] =
|
|
|
|
|
{
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 1" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 2" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 3" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 4" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 5" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 6" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 7" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 8" ; > ;
|
|
|
|
|
< "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ korean ] =
|
|
|
|
|
{
|
|
|
|
|
< "제목 없음 1" ; > ;
|
|
|
|
|
< "제목 없음2" ; > ;
|
|
|
|
|
< "제목 없음3" ; > ;
|
|
|
|
|
< "제목 없음4" ; > ;
|
|
|
|
|
< "제목 없음5" ; > ;
|
|
|
|
|
< "제목 없음6" ; > ;
|
|
|
|
|
< "제목 없음7" ; > ;
|
|
|
|
|
< "제목 없음8" ; > ;
|
|
|
|
|
< "제목 없음9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ turkish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Ads<64>z 1" ; > ;
|
|
|
|
|
< "Ads<64>z 2" ; > ;
|
|
|
|
|
< "Ads<64>z 3" ; > ;
|
|
|
|
|
< "Ads<64>z 4" ; > ;
|
|
|
|
|
< "Ads<64>z 5" ; > ;
|
|
|
|
|
< "Ads<64>z 6" ; > ;
|
|
|
|
|
< "Ads<64>z 7" ; > ;
|
|
|
|
|
< "Ads<64>z 8" ; > ;
|
|
|
|
|
< "Ads<64>z 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ language_user1 ] =
|
|
|
|
|
{
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ catalan ] =
|
|
|
|
|
{
|
|
|
|
|
< "Sense nom 1" ; > ;
|
|
|
|
|
< "Sense nom 2" ; > ;
|
|
|
|
|
< "Sense nom 3" ; > ;
|
|
|
|
|
< "Sense nom 4" ; > ;
|
|
|
|
|
< "Sense nom 5" ; > ;
|
|
|
|
|
< "Sense nom 6" ; > ;
|
|
|
|
|
< "Sense nom 7" ; > ;
|
|
|
|
|
< "Sense nom 8" ; > ;
|
|
|
|
|
< "Sense nom 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ finnish ] =
|
|
|
|
|
{
|
|
|
|
|
< "Nimet<65>n 1" ; > ;
|
|
|
|
|
< "Nimet<65>n 2" ; > ;
|
|
|
|
|
< "Nimet<65>n 3" ; > ;
|
|
|
|
|
< "Nimet<65>n 4" ; > ;
|
|
|
|
|
< "Nimet<65>n 5" ; > ;
|
|
|
|
|
< "Nimet<65>n 6" ; > ;
|
|
|
|
|
< "Nimet<65>n 7" ; > ;
|
|
|
|
|
< "Nimet<65>n 8" ; > ;
|
|
|
|
|
< "Nimet<65>n 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ thai ] =
|
|
|
|
|
{
|
|
|
|
|
< "ไม่มีชื่อ 1" ; > ;
|
|
|
|
|
< "ไม่มีชื่อ 2" ; > ;
|
|
|
|
|
< "ไม่มีชื่อ 3" ; > ;
|
|
|
|
|
< "ไม่มีชื่อ 4" ; > ;
|
|
|
|
|
< "ไม่มีชื่อ 5" ; > ;
|
|
|
|
|
< "ไม่มีชื่อ 6" ; > ;
|
|
|
|
|
< "ไม่มีชื่อ 7" ; > ;
|
|
|
|
|
< "ไม่มีชื่อ 8" ; > ;
|
|
|
|
|
< "ไม่มีชื่อ 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ czech ] =
|
|
|
|
|
{
|
|
|
|
|
< "Bez_názvu 1" ; > ;
|
|
|
|
|
< "Bez_názvu 2" ; > ;
|
|
|
|
|
< "Bez_názvu 3" ; > ;
|
|
|
|
|
< "Bez_názvu 4" ; > ;
|
|
|
|
|
< "Bez_názvu 5" ; > ;
|
|
|
|
|
< "Bez_názvu 6" ; > ;
|
|
|
|
|
< "Bez_názvu 7" ; > ;
|
|
|
|
|
< "Bez_názvu 8" ; > ;
|
|
|
|
|
< "Bez_názvu 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ hebrew ] =
|
|
|
|
|
{
|
|
|
|
|
< "Unbenannt 1" ; > ;
|
|
|
|
|
< "Unbenannt 2" ; > ;
|
|
|
|
|
< "Unbenannt 3" ; > ;
|
|
|
|
|
< "Unbenannt 4" ; > ;
|
|
|
|
|
< "Unbenannt 5" ; > ;
|
|
|
|
|
< "Unbenannt 6" ; > ;
|
|
|
|
|
< "Unbenannt 7" ; > ;
|
|
|
|
|
< "Unbenannt 8" ; > ;
|
|
|
|
|
< "Unbenannt 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ hindi ] =
|
|
|
|
|
{
|
|
|
|
|
< "नाम रहित 1" ; > ;
|
|
|
|
|
< "नाम रहित 2" ; > ;
|
|
|
|
|
< "नाम रहित 3" ; > ;
|
|
|
|
|
< "नाम रहित 4" ; > ;
|
|
|
|
|
< "नाम रहित 5" ; > ;
|
|
|
|
|
< "नाम रहित 6" ; > ;
|
|
|
|
|
< "नाम रहित 7" ; > ;
|
|
|
|
|
< "नाम रहित 8" ; > ;
|
|
|
|
|
< "नाम रहित 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
StringList [ slovak ] =
|
|
|
|
|
{
|
|
|
|
|
< "Bez_názvu 1" ; > ;
|
|
|
|
|
< "Bez_názvu 2" ; > ;
|
|
|
|
|
< "Bez_názvu 3" ; > ;
|
|
|
|
|
< "Bez_názvu 4" ; > ;
|
|
|
|
|
< "Bez_názvu 5" ; > ;
|
|
|
|
|
< "Bez_názvu 6" ; > ;
|
|
|
|
|
< "Bez_názvu 7" ; > ;
|
|
|
|
|
< "Bez_názvu 8" ; > ;
|
|
|
|
|
< "Bez_názvu 9" ; > ;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
Edit ED_FORM
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 84 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
Text = "Speichern als" ;
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
|
|
|
|
Text[ korean ] = "다른 이름으로 저장";
|
|
|
|
|
Text[ turkish ] = "Farkl<6B> kaydet...";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Anomena i desa";
|
|
|
|
|
Text[ finnish ] = "Tallenna nimell<6C>";
|
|
|
|
|
Text[ thai ] = "บันทึกเป็น";
|
|
|
|
|
Text[ czech ] = "Uložit jako";
|
|
|
|
|
Text[ hebrew ] = "שמירה";
|
|
|
|
|
Text[ hindi ] = "संचित करो जैसे";
|
|
|
|
|
Text[ slovak ] = "Uložiť ako";
|
|
|
|
|
};
|
|
|
|
|
/**************************************************************************/
|
|
|
|
|
/* */
|
|
|
|
|
/* */
|
|
|
|
|
/* */
|
|
|
|
|
/**************************************************************************/
|
|
|
|
|
TabDialog DLG_TAB_OUTLINE
|
|
|
|
|
{
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Text = "Kapitelnummerierung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Outline Numbering" ;
|
|
|
|
|
Text [ norwegian ] = "Outline Numbering" ;
|
|
|
|
|
Text [ italian ] = "Numerazione capitolo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Numera<72><61>o da Estrutura de T<>picos" ;
|
|
|
|
|
Text [ portuguese ] = "Numera<72><61>o de cap<61>tulos" ;
|
|
|
|
|
Text [ finnish ] = "J<>sennysnumerointi" ;
|
|
|
|
|
Text [ danish ] = "Kapitelnummerering" ;
|
|
|
|
|
Text [ french ] = "Num<75>rotation des chapitres" ;
|
|
|
|
|
Text [ swedish ] = "Kapitelnumrering" ;
|
|
|
|
|
Text [ dutch ] = "Hoofdstuknummering" ;
|
|
|
|
|
Text [ spanish ] = "Numeraci<63>n de cap<61>tulos" ;
|
|
|
|
|
Text [ english_us ] = "Outline Numbering" ;
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
TabControl 1
|
|
|
|
|
{
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
PageList =
|
|
|
|
|
{
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_OUTLINE_NUM ;
|
|
|
|
|
Text = "Nummerierung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Numbering" ;
|
|
|
|
|
Text [ english_us ] = "Numbering" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Numera<72><61>o" ;
|
|
|
|
|
Text [ swedish ] = "Numrering" ;
|
|
|
|
|
Text [ danish ] = "Nummerering" ;
|
|
|
|
|
Text [ italian ] = "Numerazione" ;
|
|
|
|
|
Text [ spanish ] = "Numeraci<63>n" ;
|
|
|
|
|
Text [ french ] = "Num<75>rotation" ;
|
|
|
|
|
Text [ dutch ] = "Nummering" ;
|
|
|
|
|
Text [ portuguese ] = "Numera<72><61>o" ;
|
|
|
|
|
Text[ chinese_simplified ] = "编号";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Numeracja";
|
|
|
|
|
Text[ japanese ] = "番号付け";
|
|
|
|
|
Text[ chinese_traditional ] = "編號";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "번호 매기기";
|
|
|
|
|
Text[ turkish ] = "Numaralama";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Numeraci<63>";
|
|
|
|
|
Text[ finnish ] = "Numerointi";
|
|
|
|
|
Text[ thai ] = "ลำดับตัวเลข";
|
|
|
|
|
Text[ czech ] = "Číslování";
|
|
|
|
|
Text[ hebrew ] = "מיספור";
|
|
|
|
|
Text[ hindi ] = "संख्या देना";
|
|
|
|
|
Text[ slovak ] = "Číslovanie";
|
|
|
|
|
};
|
|
|
|
|
PageItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = TP_NUM_POSITION ;
|
|
|
|
|
Text = "Position" ;
|
|
|
|
|
Text [ ENGLISH ] = "Position" ;
|
|
|
|
|
Text [ english_us ] = "Position" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Posi<73><69>o" ;
|
|
|
|
|
Text [ swedish ] = "Position" ;
|
|
|
|
|
Text [ danish ] = "Placering" ;
|
|
|
|
|
Text [ italian ] = "Posizione" ;
|
|
|
|
|
Text [ spanish ] = "Posici<63>n" ;
|
|
|
|
|
Text [ french ] = "Position" ;
|
|
|
|
|
Text [ dutch ] = "Positie" ;
|
|
|
|
|
Text [ portuguese ] = "Posi<73><69>o" ;
|
|
|
|
|
Text[ chinese_simplified ] = "位置";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Pozycja";
|
|
|
|
|
Text[ japanese ] = "位置";
|
|
|
|
|
Text[ chinese_traditional ] = "位置";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "위치";
|
|
|
|
|
Text[ turkish ] = "Konum";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Posici<63>";
|
|
|
|
|
Text[ finnish ] = "Sijainti";
|
|
|
|
|
Text[ thai ] = "ตำแหน่ง";
|
|
|
|
|
Text[ czech ] = "Umístění";
|
|
|
|
|
Text[ hebrew ] = "מיקום";
|
|
|
|
|
Text[ hindi ] = "स्थान";
|
|
|
|
|
Text[ slovak ] = "Umiestnenie";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
String ST_FORM
|
|
|
|
|
{
|
|
|
|
|
Text = "~Form" ;
|
|
|
|
|
Text [ ENGLISH ] = "T~ype" ;
|
|
|
|
|
Text [ english_us ] = "~Format" ;
|
|
|
|
|
Text [ italian ] = "~Forma" ;
|
|
|
|
|
Text [ spanish ] = "~Forma" ;
|
|
|
|
|
Text [ french ] = "Format" ;
|
|
|
|
|
Text [ dutch ] = "~Vorm" ;
|
|
|
|
|
Text [ swedish ] = "~Format" ;
|
|
|
|
|
Text [ danish ] = "Form" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Forma~to" ;
|
|
|
|
|
Text [ portuguese ] = "Forma~to" ;
|
|
|
|
|
Text[ chinese_simplified ] = "格式(~F)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Format";
|
|
|
|
|
Text[ japanese ] = "フォーム(~F)";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ chinese_traditional ] = "格式(~F)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD>~<7E><>";
|
|
|
|
|
Text[ korean ] = "서식(~F)";
|
|
|
|
|
Text[ turkish ] = "~Format";
|
|
|
|
|
Text[ catalan ] = "~Formata";
|
|
|
|
|
Text[ finnish ] = "~Muotoile";
|
|
|
|
|
Text[ thai ] = "~รูปแบบ";
|
|
|
|
|
Text[ czech ] = "Formát";
|
|
|
|
|
Text[ hebrew ] = "עיצוב";
|
|
|
|
|
Text[ hindi ] = "~रचना";
|
|
|
|
|
Text[ slovak ] = "~Formát";
|
|
|
|
|
};
|
|
|
|
|
Menu MN_FORM
|
|
|
|
|
{
|
|
|
|
|
ItemList =
|
|
|
|
|
{
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM1 ;
|
|
|
|
|
Text = "Unbenannt 1" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 1" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 1" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 1" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 1" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 1" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 1" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 1" ;
|
|
|
|
|
Text [ french ] = "Sans nom 1" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 1" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 1" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 1" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 1" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 1";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 1";
|
|
|
|
|
Text[ japanese ] = "無題 1";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 1";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 1";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 1";
|
|
|
|
|
Text[ korean ] = "제목 없음 1";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 1";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 1";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 1";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 1";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 1";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 1";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 1";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM2 ;
|
|
|
|
|
Text = "Unbenannt 2" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 2" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 2" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 2" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 2" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 2" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 2" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 2" ;
|
|
|
|
|
Text [ french ] = "Sans nom 2" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 2" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 2" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 2" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 2" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 2";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 2";
|
|
|
|
|
Text[ japanese ] = "無題 2";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 2";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 2";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 2";
|
|
|
|
|
Text[ korean ] = "제목 없음2";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 2";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 2";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 2";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 2";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 2";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 2";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 2";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM3 ;
|
|
|
|
|
Text = "Unbenannt 3" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 3" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 3" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 3" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 3" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 3" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 3" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 3" ;
|
|
|
|
|
Text [ french ] = "Sans nom 3" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 3" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 3" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 3" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 3" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 3";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 3";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 3";
|
|
|
|
|
Text[ japanese ] = "無題 3";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 3";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 3";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 3";
|
|
|
|
|
Text[ korean ] = "제목 없음3";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 3";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 3";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 3";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 3";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 3";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 3";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 3";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM4 ;
|
|
|
|
|
Text = "Unbenannt 4" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 4" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 4" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 4" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 4" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 4" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 4" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 4" ;
|
|
|
|
|
Text [ french ] = "Sans nom 4" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 4" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 4" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 4" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 4" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 4";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 4";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 4";
|
|
|
|
|
Text[ japanese ] = "無題 4";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 4";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 4";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 4";
|
|
|
|
|
Text[ korean ] = "제목 없음4";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 4";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 4";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 4";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 4";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 4";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 4";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 4";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM5 ;
|
|
|
|
|
Text = "Unbenannt 5" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 5" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 5" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 5" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 5" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 5" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 5" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 5" ;
|
|
|
|
|
Text [ french ] = "Sans nom 5" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 5" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 5" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 5" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 5" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 5";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 5";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 5";
|
|
|
|
|
Text[ japanese ] = "無題 5";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 5";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 5";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 5";
|
|
|
|
|
Text[ korean ] = "제목 없음5";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 5";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 5";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 5";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 5";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 5";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 5";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 5";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM6 ;
|
|
|
|
|
Text = "Unbenannt 6" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 6" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 6" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 6" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 6" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 6" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 6" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 6" ;
|
|
|
|
|
Text [ french ] = "Sans nom 6" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 6" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 6" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 6" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 6" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 6";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 6";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 6";
|
|
|
|
|
Text[ japanese ] = "無題 6";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 6";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 6";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 6";
|
|
|
|
|
Text[ korean ] = "제목 없음6";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 6";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 6";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 6";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 6";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 6";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 6";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 6";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM7 ;
|
|
|
|
|
Text = "Unbenannt 7" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 7" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 7" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 7" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 7" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 7" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 7" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 7" ;
|
|
|
|
|
Text [ french ] = "Sans nom 7" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 7" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 7" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 7" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 7" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 7";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 7";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 7";
|
|
|
|
|
Text[ japanese ] = "無題 7";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 7";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 7";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 7";
|
|
|
|
|
Text[ korean ] = "제목 없음7";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 7";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 7";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 7";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 7";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 7";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 7";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 7";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM8 ;
|
|
|
|
|
Text = "Unbenannt 8" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 8" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 8" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 8" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 8" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 8" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 8" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 8" ;
|
|
|
|
|
Text [ french ] = "Sans nom 8" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 8" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 8" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 8" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 8" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 8";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 8";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 8";
|
|
|
|
|
Text[ japanese ] = "無題 8";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 8";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 8";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 8";
|
|
|
|
|
Text[ korean ] = "제목 없음8";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 8";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 8";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 8";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 8";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 8";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 8";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 8";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_FORM9 ;
|
|
|
|
|
Text = "Unbenannt 9" ;
|
|
|
|
|
Text [ ENGLISH ] = "Noname 9" ;
|
|
|
|
|
Text [ norwegian ] = "+++Noname 9" ;
|
|
|
|
|
Text [ italian ] = "Senza nome 9" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Sem nome 9" ;
|
|
|
|
|
Text [ portuguese ] = "Sem nome 9" ;
|
|
|
|
|
Text [ finnish ] = "Nimet<65>n 9" ;
|
|
|
|
|
Text [ danish ] = "Ikke-navngivet 9" ;
|
|
|
|
|
Text [ french ] = "Sans nom 9" ;
|
|
|
|
|
Text [ swedish ] = "Namnl<6E>s 9" ;
|
|
|
|
|
Text [ dutch ] = "Naamloos 9" ;
|
|
|
|
|
Text [ spanish ] = "Sin nombre 9" ;
|
|
|
|
|
Text [ english_us ] = "Untitled 9" ;
|
|
|
|
|
HelpID = HID_NUM_OUTL_NAMED_NUMS ;
|
|
|
|
|
Text[ chinese_simplified ] = "未命名 9";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 9";
|
|
|
|
|
Text[ polish ] = "Bez tytu<74>u 9";
|
|
|
|
|
Text[ japanese ] = "無題 9";
|
|
|
|
|
Text[ chinese_traditional ] = "未命名 9";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 9";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> 9";
|
|
|
|
|
Text[ korean ] = "제목 없음9";
|
|
|
|
|
Text[ turkish ] = "Ads<64>z 9";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Sense nom 9";
|
|
|
|
|
Text[ thai ] = "ไม่มีชื่อ 9";
|
|
|
|
|
Text[ czech ] = "Bez_názvu 9";
|
|
|
|
|
Text[ hebrew ] = "Unbenannt 9";
|
|
|
|
|
Text[ hindi ] = "नाम रहित 9";
|
|
|
|
|
Text[ slovak ] = "Bez_názvu 9";
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Separator = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = MN_SAVE ;
|
|
|
|
|
Text= "Speichern ~als...";
|
|
|
|
|
Text[ italian ] = "Salva con nome...";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Salvar ~Como...";
|
|
|
|
|
Text[ portuguese ] = "Guardar ~como...";
|
|
|
|
|
Text[ danish ] = "Gem ~som...";
|
|
|
|
|
Text[ french ] = "Enregistrer comme...";
|
|
|
|
|
Text[ swedish ] = "Spara so~m...";
|
|
|
|
|
Text[ dutch ] = "Ops~laan als...";
|
|
|
|
|
Text[ spanish ] = "G~uardar como...";
|
|
|
|
|
Text[ english_us ] = "Save ~As...";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>...";
|
|
|
|
|
Text[ polish ] = "Z~apisz jako...";
|
|
|
|
|
Text[ japanese ] = "名前を付けて保存(~A)...";
|
|
|
|
|
Text[ chinese_simplified ] = "另存为(~A)...";
|
|
|
|
|
Text = "Speichern ~als..." ;
|
|
|
|
|
Text[ arabic ] = "...<2E><><EFBFBD> <20><>";
|
|
|
|
|
HelpID = HID_NUM_OUTL_NUM_SAVEAS ;
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>...";
|
|
|
|
|
Text[ korean ] = "다른 이름으로 저장(~A)...";
|
|
|
|
|
Text[ chinese_traditional ] = "儲存新檔(~A)...";
|
|
|
|
|
Text[ turkish ] = "Farkl<6B> ~kaydet...";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Anomena i ~desa...";
|
|
|
|
|
Text[ finnish ] = "Tallenna ni~mell<6C>...";
|
|
|
|
|
Text[ thai ] = "บันทึกเ~ป็น...";
|
|
|
|
|
Text[ czech ] = "Uložit jako...";
|
|
|
|
|
Text[ hebrew ] = "שמירה בשם...";
|
|
|
|
|
Text[ hindi ] = "संचि~त करो जैसे...";
|
|
|
|
|
Text[ slovak ] = "Uložiť ~ako...";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
Text[ chinese_simplified ] = "章节编号";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Numeracja konspektu";
|
|
|
|
|
Text[ japanese ] = "章番号付け";
|
|
|
|
|
Text[ chinese_traditional ] = "章節編號";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "장 번호 매기기";
|
|
|
|
|
Text[ turkish ] = "Anahat numaralama";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Numeraci<63> de cap<61>tols";
|
|
|
|
|
Text[ thai ] = "ลำดับตัวเลขเค้าร่าง";
|
|
|
|
|
Text[ czech ] = "Číslování osnovy";
|
|
|
|
|
Text[ hebrew ] = "מיספור פסקאות";
|
|
|
|
|
Text[ hindi ] = "बाहरी रूपरेखा को संख्या देना";
|
|
|
|
|
Text[ slovak ] = "Číslovanie osnovy";
|
|
|
|
|
};
|
|
|
|
|
/**************************************************************************/
|
|
|
|
|
/* */
|
|
|
|
|
/* TabPage */
|
|
|
|
|
/* */
|
|
|
|
|
/**************************************************************************/
|
|
|
|
|
TabPage TP_OUTLINE_NUM
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_TP_OUTLINE_NUM ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
|
|
|
Hide = TRUE;
|
|
|
|
|
ListBox LB_LEVEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 23 , 129 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DropDown = FALSE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedLine FL_LEVEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 32 , 8 ) ;
|
|
|
|
|
Text = "Ebene" ;
|
|
|
|
|
Text [ ENGLISH ] = "Level" ;
|
|
|
|
|
Text [ norwegian ] = "Level" ;
|
|
|
|
|
Text [ italian ] = "Livello" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "N<>vel" ;
|
|
|
|
|
Text [ portuguese ] = "N<>vel" ;
|
|
|
|
|
Text [ finnish ] = "Taso" ;
|
|
|
|
|
Text [ danish ] = "Niveau" ;
|
|
|
|
|
Text [ french ] = "Niveau" ;
|
|
|
|
|
Text [ swedish ] = "Niv<69>" ;
|
|
|
|
|
Text [ dutch ] = "Niveau" ;
|
|
|
|
|
Text [ spanish ] = "Nivel" ;
|
|
|
|
|
Text [ english_us ] = "Level" ;
|
|
|
|
|
Text[ chinese_simplified ] = "级";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Poziom";
|
|
|
|
|
Text[ japanese ] = "レベル";
|
|
|
|
|
Text[ chinese_traditional ] = "級";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "수준";
|
|
|
|
|
Text[ turkish ] = "Seviye";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Nivell";
|
|
|
|
|
Text[ thai ] = "ระดับ";
|
|
|
|
|
Text[ czech ] = "Úroveň";
|
|
|
|
|
Text[ hebrew ] = "Ebene";
|
|
|
|
|
Text[ hindi ] = "स्तर";
|
|
|
|
|
Text[ slovak ] = "Úroveň";
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_COLL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 120 , 8 ) ;
|
|
|
|
|
Text = "~Absatzvorlage" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Paragraph style" ;
|
|
|
|
|
Text [ norwegian ] = "~Avsnittsoppsett" ;
|
|
|
|
|
Text [ italian ] = "~Modello di paragrafo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Estilo de Par<61>grafo" ;
|
|
|
|
|
Text [ portuguese ] = "~Estilo de par<61>grafo" ;
|
|
|
|
|
Text [ finnish ] = "~Kappaleen tyyli" ;
|
|
|
|
|
Text [ danish ] = "Afsnitstypografi" ;
|
|
|
|
|
Text [ french ] = "~Style de paragraphe" ;
|
|
|
|
|
Text [ swedish ] = "~Styckeformatmall" ;
|
|
|
|
|
Text [ dutch ] = "~Alinea-opmaakprofiel" ;
|
|
|
|
|
Text [ spanish ] = "Estilo de ~p<>rrafo" ;
|
|
|
|
|
Text [ english_us ] = "~Paragraph Style" ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "段落样式(~P)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Styl akapi~tu";
|
|
|
|
|
Text[ japanese ] = "段落スタイル(~P)";
|
|
|
|
|
Text[ chinese_traditional ] = "段落樣式(~P)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ language_user1 ] = "All \"Vorlage\"/Styles are always written with capital S. 10.5.00EM";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "단락 스타일(~P)";
|
|
|
|
|
Text[ turkish ] = "~Paragraf <20>ablonu";
|
|
|
|
|
Text[ catalan ] = "Estil de ~par<61>graf";
|
|
|
|
|
Text[ thai ] = "ลักษณะ~ย่อหน้า";
|
|
|
|
|
Text[ czech ] = "Styl odstavce";
|
|
|
|
|
Text[ hebrew ] = "~Absatzvorlage";
|
|
|
|
|
Text[ hindi ] = "~परिच्छेद शैली";
|
|
|
|
|
Text[ slovak ] = "Štýl o~dstavca";
|
|
|
|
|
};
|
|
|
|
|
ListBox LB_COLL
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 25 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 120 , 75 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Sort = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
CurPos = 0 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_NUMBER
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 43 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 52 , 8 ) ;
|
|
|
|
|
Text = "~Nummer" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Number" ;
|
|
|
|
|
Text [ norwegian ] = "~Number" ;
|
|
|
|
|
Text [ italian ] = "~Numero" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~N<>mero" ;
|
|
|
|
|
Text [ portuguese ] = "~N<>mero" ;
|
|
|
|
|
Text [ finnish ] = "~Luku" ;
|
|
|
|
|
Text [ danish ] = "Nummer" ;
|
|
|
|
|
Text [ french ] = "Num<75>ro" ;
|
|
|
|
|
Text [ swedish ] = "~Nummer" ;
|
|
|
|
|
Text [ dutch ] = "~Nummer" ;
|
|
|
|
|
Text [ spanish ] = "N<>mero" ;
|
|
|
|
|
Text [ english_us ] = "~Number" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "编号(~N)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Numer";
|
|
|
|
|
Text[ japanese ] = "番号(~N)";
|
|
|
|
|
Text[ chinese_traditional ] = "編號(~N)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "번호(~N)";
|
|
|
|
|
Text[ turkish ] = "~Numara";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~N<>mero";
|
|
|
|
|
Text[ thai ] = "~ตัวเลข";
|
|
|
|
|
Text[ czech ] = "Číslo";
|
|
|
|
|
Text[ hebrew ] = "~Nummer";
|
|
|
|
|
Text[ hindi ] = "~संख्या";
|
|
|
|
|
Text[ slovak ] = "Čí~slo";
|
|
|
|
|
};
|
|
|
|
|
ListBox LB_NUMBER
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 104 , 41 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 66 , 65 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
CurPos = 0 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_CHARFMT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 59 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 52 , 8 ) ;
|
|
|
|
|
Text = "Zeichenv~orlage" ;
|
|
|
|
|
Text [ ENGLISH ] = "Character style" ;
|
|
|
|
|
Text [ english_us ] = "~Character Style" ;
|
|
|
|
|
Text [ swedish ] = "Teckenf~ormatmall" ;
|
|
|
|
|
Text [ danish ] = "Te~gntypografi" ;
|
|
|
|
|
Text [ italian ] = "Modello di carattere" ;
|
|
|
|
|
Text [ spanish ] = "E~stilo de caracteres" ;
|
|
|
|
|
Text [ french ] = "Style de caract<63>res" ;
|
|
|
|
|
Text [ dutch ] = "~Tekenopmaakprofiel" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Estilo de caracter" ;
|
|
|
|
|
Text [ portuguese ] = "~Estilo de caracteres:" ;
|
|
|
|
|
Text[ chinese_simplified ] = "字符样式(~C)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Styl znaku";
|
|
|
|
|
Text[ japanese ] = "文字スタイル(~C)";
|
|
|
|
|
Text[ chinese_traditional ] = "字元樣式(~C)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "문자 스타일(~C)";
|
|
|
|
|
Text[ turkish ] = "~Karakter <20>ablonu";
|
|
|
|
|
Text[ language_user1 ] = "All \"Vorlage\"/Styles are always written with capital S. 10.5.00EM";
|
|
|
|
|
Text[ catalan ] = "E~stil de car<61>cter";
|
|
|
|
|
Text[ finnish ] = "~Merkkityyli";
|
|
|
|
|
Text[ thai ] = "ลักษณะ~ตัวอักขระ";
|
|
|
|
|
Text[ czech ] = "Styl znaku";
|
|
|
|
|
Text[ hebrew ] = "Zeichenv~orlage";
|
|
|
|
|
Text[ hindi ] = "~अक्षर शैली";
|
|
|
|
|
Text[ slovak ] = "Štýl ~znaku";
|
|
|
|
|
};
|
|
|
|
|
ListBox LB_CHARFMT
|
|
|
|
|
{
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 104 , 57 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 66 , 65 ) ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_ALL_LEVEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 75 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 52 , 8 ) ;
|
|
|
|
|
Text = "~Vollst<73>ndig" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Complete" ;
|
|
|
|
|
Text [ norwegian ] = "~Fullstendig" ;
|
|
|
|
|
Text [ italian ] = "~Completo" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Mostrar sub n<>veis" ;
|
|
|
|
|
Text [ portuguese ] = "Co~mpleto" ;
|
|
|
|
|
Text [ finnish ] = "~N<>yt<79> alatasot" ;
|
|
|
|
|
Text [ danish ] = "F~uldst<73>ndig" ;
|
|
|
|
|
Text [ french ] = "C~omplet" ;
|
|
|
|
|
Text [ swedish ] = "F~ullst<73>ndig" ;
|
|
|
|
|
Text [ dutch ] = "~Volledig" ;
|
|
|
|
|
Text [ spanish ] = "~Completo" ;
|
|
|
|
|
Text [ english_us ] = "Sho~w sublevels" ;
|
|
|
|
|
Text[ chinese_simplified ] = "完整的(~W)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Pok~a<> podpoziomy";
|
|
|
|
|
Text[ japanese ] = "総章数(~W)";
|
|
|
|
|
Text[ chinese_traditional ] = "完整的(~W)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "하위 수준 표시(~W)";
|
|
|
|
|
Text[ turkish ] = "Alt d<>zeyleri g<>r<EFBFBD>nt<6E>le";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Mostr~a subnivells";
|
|
|
|
|
Text[ thai ] = "แสด~งระดับย่อย";
|
|
|
|
|
Text[ czech ] = "Zobrazit vše";
|
|
|
|
|
Text[ hebrew ] = "~Vollständig";
|
|
|
|
|
Text[ hindi ] = "अ~धीन स्तरों को दिखाओ";
|
|
|
|
|
Text[ slovak ] = "Zobra~ziť všetko";
|
|
|
|
|
};
|
|
|
|
|
NumericField NF_ALL_LEVEL
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 104 , 73 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 66 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
Maximum = 10 ;
|
|
|
|
|
Value = 1 ;
|
|
|
|
|
First = 1 ;
|
|
|
|
|
Last = 10 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_DELIM
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 89 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 52 , 8 ) ;
|
|
|
|
|
Text = "Trennzeichen" ;
|
|
|
|
|
Text [ ENGLISH ] = "Delimiter" ;
|
|
|
|
|
Text [ norwegian ] = "Skilletegn" ;
|
|
|
|
|
Text [ italian ] = "Separatore" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Separador" ;
|
|
|
|
|
Text [ portuguese ] = "Separador" ;
|
|
|
|
|
Text [ finnish ] = "Erotin" ;
|
|
|
|
|
Text [ danish ] = "Skilletegn" ;
|
|
|
|
|
Text [ french ] = "S<>parateur" ;
|
|
|
|
|
Text [ swedish ] = "Skiljetecken" ;
|
|
|
|
|
Text [ dutch ] = "Scheidingsteken" ;
|
|
|
|
|
Text [ spanish ] = "Separador" ;
|
|
|
|
|
Text [ english_us ] = "Separator" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "分隔符";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Separator";
|
|
|
|
|
Text[ japanese ] = "区切り記号";
|
|
|
|
|
Text[ chinese_traditional ] = "分隔符";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "구분 기호";
|
|
|
|
|
Text[ turkish ] = "Ayra<72>";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Separador";
|
|
|
|
|
Text[ thai ] = "ตัวแยก";
|
|
|
|
|
Text[ czech ] = "Oddělovač";
|
|
|
|
|
Text[ hebrew ] = "Trennzeichen";
|
|
|
|
|
Text[ hindi ] = "अलगानेवाला";
|
|
|
|
|
Text[ slovak ] = "Oddeľovač";
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_PREFIX
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 56 , 102 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 46 , 8 ) ;
|
|
|
|
|
Text = "~davor" ;
|
|
|
|
|
Text [ ENGLISH ] = "before" ;
|
|
|
|
|
Text [ norwegian ] = "f<>r" ;
|
|
|
|
|
Text [ italian ] = "Davanti" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Antes" ;
|
|
|
|
|
Text [ portuguese ] = "an~tes" ;
|
|
|
|
|
Text [ finnish ] = "~Ennen" ;
|
|
|
|
|
Text [ danish ] = "F<>r" ;
|
|
|
|
|
Text [ french ] = "Devant" ;
|
|
|
|
|
Text [ swedish ] = "f~ramf<6D>r" ;
|
|
|
|
|
Text [ dutch ] = "~Ervoor" ;
|
|
|
|
|
Text [ spanish ] = "~Delante" ;
|
|
|
|
|
Text [ english_us ] = "~Before" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "之前(~B)";
|
|
|
|
|
Text[ russian ] = "<22><>";
|
|
|
|
|
Text[ polish ] = "Prze~d";
|
|
|
|
|
Text[ japanese ] = "番号前(~B)";
|
|
|
|
|
Text[ chinese_traditional ] = "之前(~B)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "번호 앞(~B)";
|
|
|
|
|
Text[ turkish ] = "~<7E>nce";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Abans";
|
|
|
|
|
Text[ thai ] = "~ก่อน";
|
|
|
|
|
Text[ czech ] = "Před";
|
|
|
|
|
Text[ hebrew ] = "לפני";
|
|
|
|
|
Text[ hindi ] = "से प~हिले";
|
|
|
|
|
Text[ slovak ] = "P~red";
|
|
|
|
|
};
|
|
|
|
|
Edit ED_PREFIX
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 104 , 100 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 66 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_SUFFIX
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 56 , 117 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 46 , 8 ) ;
|
|
|
|
|
Text = "dah~inter" ;
|
|
|
|
|
Text [ ENGLISH ] = "behind" ;
|
|
|
|
|
Text [ norwegian ] = "bak" ;
|
|
|
|
|
Text [ italian ] = "Dietro" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "A~p<>s" ;
|
|
|
|
|
Text [ portuguese ] = "~Atr<74>s" ;
|
|
|
|
|
Text [ finnish ] = "~J<>lkeen" ;
|
|
|
|
|
Text [ danish ] = "Efter" ;
|
|
|
|
|
Text [ french ] = "Derri<72>re" ;
|
|
|
|
|
Text [ swedish ] = "ba~kom" ;
|
|
|
|
|
Text [ dutch ] = "era~chter" ;
|
|
|
|
|
Text [ spanish ] = "D~etr<74>s" ;
|
|
|
|
|
Text [ english_us ] = "~After" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "之后(~A)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "P~o";
|
|
|
|
|
Text[ japanese ] = "番号後(~A)";
|
|
|
|
|
Text[ chinese_traditional ] = "之後(~A)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "번호 뒤(~A)";
|
|
|
|
|
Text[ turkish ] = "~Sonra";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "D~espr<70>s";
|
|
|
|
|
Text[ thai ] = "~หลังจาก";
|
|
|
|
|
Text[ czech ] = "Za";
|
|
|
|
|
Text[ hebrew ] = "אחרי";
|
|
|
|
|
Text[ hindi ] = "के प~श्चात्";
|
|
|
|
|
Text[ slovak ] = "~Za";
|
|
|
|
|
};
|
|
|
|
|
Edit ED_SUFFIX
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 104 , 115 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 66 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_START
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 50 , 133 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 52 , 8 ) ;
|
|
|
|
|
Text = "~Beginn bei" ;
|
|
|
|
|
Text [ English ] = "~Start at" ;
|
|
|
|
|
Text [ norwegian ] = "~Start p<>" ;
|
|
|
|
|
Text [ italian ] = "Inizia con" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Iniciar em" ;
|
|
|
|
|
Text [ portuguese ] = "~Come<6D>ar em" ;
|
|
|
|
|
Text [ finnish ] = "~Aloitus" ;
|
|
|
|
|
Text [ danish ] = "Begynd med" ;
|
|
|
|
|
Text [ french ] = "Commencer avec" ;
|
|
|
|
|
Text [ swedish ] = "~B<>rja med" ;
|
|
|
|
|
Text [ dutch ] = "~Begin met" ;
|
|
|
|
|
Text [ spanish ] = "Comenzar en" ;
|
|
|
|
|
Text [ english_us ] = "~Start at" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "开始从(~S)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
|
|
|
|
Text[ polish ] = "Rozpoc~znij od";
|
|
|
|
|
Text[ japanese ] = "開始章番号(~S)";
|
|
|
|
|
Text[ chinese_traditional ] = "開始從(~S)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "시작 번호(~S)";
|
|
|
|
|
Text[ turkish ] = "Ba<42>lang<6E><67>:";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Inicia a";
|
|
|
|
|
Text[ thai ] = "เ~ริ่มที่";
|
|
|
|
|
Text[ czech ] = "Začít od";
|
|
|
|
|
Text[ hebrew ] = "~Beginn bei";
|
|
|
|
|
Text[ hindi ] = "में प्रारं~भ";
|
|
|
|
|
Text[ slovak ] = "~Začať od";
|
|
|
|
|
};
|
|
|
|
|
NumericField ED_START
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 104 , 131 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 66 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Maximum = 999 ;
|
|
|
|
|
Value = 0 ;
|
|
|
|
|
First = 0 ;
|
|
|
|
|
Last = 99 ;
|
|
|
|
|
SpinSize = 1 ;
|
|
|
|
|
};
|
|
|
|
|
FixedLine FL_NUMBER
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 44 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 210 , 8 ) ;
|
|
|
|
|
Text = "Nummerierung" ;
|
|
|
|
|
Text [ ENGLISH ] = "Numbering" ;
|
|
|
|
|
Text [ norwegian ] = "Nummering" ;
|
|
|
|
|
Text [ italian ] = "Numerazione" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Numera<72><61>o" ;
|
|
|
|
|
Text [ portuguese ] = "Numera<72><61>o" ;
|
|
|
|
|
Text [ finnish ] = "Numerointi" ;
|
|
|
|
|
Text [ danish ] = "Nummerering" ;
|
|
|
|
|
Text [ french ] = "Num<75>rotation" ;
|
|
|
|
|
Text [ swedish ] = "Numrering" ;
|
|
|
|
|
Text [ dutch ] = "Nummering" ;
|
|
|
|
|
Text [ spanish ] = "Numeraci<63>n" ;
|
|
|
|
|
Text [ english_us ] = "Numbering" ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "编号";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Numeracja";
|
|
|
|
|
Text[ japanese ] = "番号付け";
|
|
|
|
|
Text[ chinese_traditional ] = "編號";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "번호 매기기";
|
|
|
|
|
Text[ turkish ] = "Numaralama";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Numeraci<63>";
|
|
|
|
|
Text[ thai ] = "ลำดับตัวเลข";
|
|
|
|
|
Text[ czech ] = "Číslování";
|
|
|
|
|
Text[ hebrew ] = "מיספור";
|
|
|
|
|
Text[ hindi ] = "संख्या देना";
|
|
|
|
|
Text[ slovak ] = "Číslovanie";
|
|
|
|
|
};
|
|
|
|
|
Window WIN_PREVIEW
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 179 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 72 , 129 ) ;
|
|
|
|
|
};
|
|
|
|
|
String ST_NO_COLL
|
|
|
|
|
{
|
|
|
|
|
Text = "(keine)" ;
|
|
|
|
|
TEXT [ English ] = "(none)" ;
|
|
|
|
|
TEXT [ norwegian ] = "(ingen)" ;
|
|
|
|
|
TEXT [ italian ] = "(nessuno)" ;
|
|
|
|
|
TEXT [ portuguese_brazilian ] = "(nenhum)" ;
|
|
|
|
|
TEXT [ portuguese ] = "(nenhum)" ;
|
|
|
|
|
TEXT [ finnish ] = "(ei mit<69><74>n)" ;
|
|
|
|
|
TEXT [ danish ] = "(ingen)" ;
|
|
|
|
|
TEXT [ french ] = "(aucun(e))" ;
|
|
|
|
|
TEXT [ swedish ] = "(ingen)" ;
|
|
|
|
|
TEXT [ dutch ] = "(geen)" ;
|
|
|
|
|
TEXT [ spanish ] = "(ninguna)" ;
|
|
|
|
|
TEXT [ english_us ] = "(none)" ;
|
|
|
|
|
TEXT[ chinese_simplified ] = "(无)";
|
|
|
|
|
TEXT[ russian ] = "(<28><><EFBFBD>)";
|
|
|
|
|
TEXT[ polish ] = "(brak)";
|
|
|
|
|
TEXT[ japanese ] = "(なし)";
|
|
|
|
|
TEXT[ chinese_traditional ] = "(無)";
|
|
|
|
|
TEXT[ arabic ] = "(<28><><EFBFBD><EFBFBD>)";
|
|
|
|
|
TEXT[ greek ] = "(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
|
|
|
|
|
TEXT[ korean ] = "(없음)";
|
|
|
|
|
TEXT[ turkish ] = "(Yok)";
|
|
|
|
|
TEXT[ language_user1 ] = " ";
|
|
|
|
|
TEXT[ catalan ] = "(cap)";
|
|
|
|
|
TEXT[ thai ] = "(ไม่มี)";
|
|
|
|
|
TEXT[ czech ] = "(nic)";
|
|
|
|
|
TEXT[ hebrew ] = "(keine)";
|
|
|
|
|
TEXT[ hindi ] = "(कोई नहीं)";
|
|
|
|
|
TEXT[ slovak ] = "(nič)";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|