Files
libreoffice/sw/source/ui/misc/pgfnote.src

551 lines
19 KiB
Plaintext
Raw Normal View History

2000-09-18 16:15:01 +00:00
/*************************************************************************
*
* $RCSfile: pgfnote.src,v $
*
2001-04-10 19:39:10 +00:00
* $Revision: 1.11 $
2000-09-18 16:15:01 +00:00
*
2001-04-10 19:39:10 +00:00
* last change: $Author: kz $ $Date: 2001-04-10 20:39:10 $
2000-09-18 16:15:01 +00:00
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#include "globals.hrc"
#include "pgfnote.hrc"
#include "helpid.h"
TabPage TP_FOOTNOTE_PAGE
{
HelpID = HID_FOOTNOTE_PAGE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
2001-02-09 07:01:42 +00:00
Size = MAP_APPFONT ( 260 , 185 ) ;
2000-09-18 16:15:01 +00:00
Hide = TRUE;
RadioButton RB_MAXHEIGHT_PAGE
{
2001-02-09 07:01:42 +00:00
Pos = MAP_APPFONT ( 12 , 14 ) ;
2000-09-18 16:15:01 +00:00
Size = MAP_APPFONT ( 95 , 10 ) ;
Text = "H<>he maximal wie ~Seite" ;
Text [ ENGLISH ] = "Page height at maximum" ;
Text [ norwegian ] = "Maksimum Sideh<65>yde" ;
Text [ italian ] = "Altezza massima come pagina" ;
Text [ portuguese_brazilian ] = "Altura de p<>gina no m ximo" ;
Text [ portuguese ] = "N<>o superior <20> <20>rea da p<>gina" ;
Text [ finnish ] = "Sivun korkeus" ;
Text [ danish ] = "Op til maksimal sideh<65>jde" ;
Text [ french ] = "Hauteur maximale de la p~age" ;
2001-04-03 18:37:32 +00:00
Text [ swedish ] = "H<>jd maximalt som ~sida" ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "Pag~inahoogte is max. hoogte" ;
Text [ spanish ] = "Altura m<>~xima como p<>gina" ;
Text [ english_us ] = "~Not larger than page area" ;
TabStop = TRUE ;
Group = TRUE ;
Text[ chinese_simplified ] = "<22><><EFBFBD>߲<EFBFBD><DFB2><EFBFBD><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3>(~N)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Nie wy<77>ej ni<6E> na obszarze strony";
Text[ japanese ] = "<22>ō<EFBFBD><C58D><EFBFBD><EFBFBD>߰<EFBFBD>ނ̍<DE82><CC8D><EFBFBD>(~N)";
Text[ chinese_traditional ] = "<22>̰<EFBFBD><CCB0><EFBFBD><EFBFBD>W<EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD>(~N)";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>ִ롡<D6B4><EBA1A1><EFBFBD>̣<EFBFBD><CCA3>ʳ<EFBFBD><CAB3>̿͡<CCBF><CDA1><EFBFBD><EFBFBD><EFBFBD>(~N)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "En fazla sayfa y<>ksekli<6C>inde";
Text[ language_user1 ] = " ";
};
2001-02-09 07:01:42 +00:00
RadioButton RB_MAXHEIGHT
{
Pos = MAP_APPFONT ( 12 , 28 ) ;
Size = MAP_APPFONT ( 95 , 10 ) ;
Text = "Ma~x. H<>he der Fu<46>note" ;
Text [ ENGLISH ] = "Max. ~Height of Footnote" ;
Text [ norwegian ] = "Maks. ~H<>yde p<> Fotnote" ;
Text [ italian ] = "Altezza massima nota a pi<70> pagina" ;
Text [ portuguese_brazilian ] = "Max. ~Height of Footnote" ;
Text [ portuguese ] = "~Altura m<>xima da nota de rodap<61>" ;
Text [ finnish ] = "Max. ~Height of Footnote" ;
Text [ danish ] = "Maks. h<>jde fodnote" ;
Text [ french ] = "Hauteur max. du ~pied de page" ;
2001-04-03 18:37:32 +00:00
Text [ swedish ] = "Fotnotens ma~ximala h<>jd" ;
2001-02-09 07:01:42 +00:00
Text [ dutch ] = "~Maximum hoogte" ;
Text [ spanish ] = "Altura m<>x. de ~nota al pie" ;
Text [ english_us ] = "Maximum footnote ~height" ;
Text[ chinese_simplified ] = "ע<>ŵ<EFBFBD><C5B5><EFBFBD><EFBFBD>߶<EFBFBD>(~H)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "~Maks. wysoko<6B><6F> przypis<69>w doln.";
Text[ japanese ] = "<22>r<EFBFBD><72><EFBFBD>̍ō<CC8D><C58D>̍<EFBFBD><CC8D><EFBFBD>(~H)";
Text[ chinese_traditional ] = "<22><><EFBFBD>}<7D><><EFBFBD>̰<EFBFBD>(~H)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20>ִ<EFBFBD> <20><><EFBFBD><EFBFBD>(~H)";
2001-02-09 07:01:42 +00:00
Text[ turkish ] = "Azami dipnot y<>ksekli<6C>i";
Text[ language_user1 ] = " ";
};
2000-09-18 16:15:01 +00:00
MetricField ED_MAXHEIGHT
{
Border = TRUE ;
2001-02-09 07:01:42 +00:00
Pos = MAP_APPFONT ( 118 , 27 ) ;
2000-09-18 16:15:01 +00:00
Size = MAP_APPFONT ( 42 , 12 ) ;
TabStop = TRUE ;
Group = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 50 ;
Maximum = 99999 ;
DecimalDigits = 2 ;
Value = 200 ;
Unit = FUNIT_CM ;
First = 10 ;
Last = 99999 ;
SpinSize = 10 ;
};
FixedText FT_DIST
{
Pos = MAP_APPFONT ( 12 , 45 ) ;
2001-02-09 07:01:42 +00:00
Size = MAP_APPFONT ( 95 , 8 ) ;
2000-09-18 16:15:01 +00:00
Text = "~Abstand zum Textk<74>rper" ;
Text [ ENGLISH ] = "~Distance from Bodytext" ;
Text [ norwegian ] = "~Avstand fra Hovedtekst" ;
Text [ italian ] = "~Distanza dal corpo del testo" ;
Text [ portuguese_brazilian ] = "~Dist<73>ncia do Corpo do Texto" ;
Text [ portuguese ] = "~Dist<73>ncia at<61> corpo do texto" ;
Text [ finnish ] = "~Et<45>isyys runkotekstist<73>" ;
Text [ danish ] = "Afstand til br<62>dtekst" ;
Text [ french ] = "~<7E>cart du corps de texte" ;
2001-04-03 18:37:32 +00:00
Text [ swedish ] = "~Avst<73>nd till br<62>dtext" ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "A~fstand tot tekst" ;
Text [ spanish ] = "~Distancia al cuerpo del texto" ;
Text [ english_us ] = "Space to text" ;
Left = TRUE ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ĵľ<C4B5><C4BE><EFBFBD>(~D)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Odstep do obszaru tekstowego";
Text[ japanese ] = "<22>{<7B><><EFBFBD>܂ł̊Ԋu(~D)";
Text[ chinese_traditional ] = "<22>ܤ<EFBFBD><DCA4><EFBFBD>Z<EFBFBD><5A>(~D)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "Metinden uzakl<6B>k";
Text[ language_user1 ] = " ";
};
MetricField ED_DIST
{
Border = TRUE ;
Pos = MAP_APPFONT ( 118 , 43 ) ;
2000-09-18 16:15:01 +00:00
Size = MAP_APPFONT ( 42 , 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Maximum = 999 ;
DecimalDigits = 2 ;
Value = 10 ;
Unit = FUNIT_CM ;
First = 5 ;
Last = 99999 ;
SpinSize = 10 ;
};
FixedLine FL_FOOTNOTE_SIZE
2000-09-18 16:15:01 +00:00
{
2001-02-09 07:01:42 +00:00
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 247 , 8 ) ;
2000-09-18 16:15:01 +00:00
Text = "Fu<46>notenbereich" ;
Text [ ENGLISH ] = "Footnote range" ;
Text [ norwegian ] = "+++Footnote range" ;
Text [ italian ] = "Area note a pi<70> pagina" ;
Text [ portuguese_brazilian ] = "Faixa de nota de p<> de p<>gina" ;
Text [ portuguese ] = "Faixa da nota de rodap<61>" ;
Text [ finnish ] = "Alaviitealue" ;
Text [ danish ] = "Fodnoteomr<6D>de" ;
2001-04-10 19:39:10 +00:00
Text [ french ] = "Plage note de bas de page" ;
2000-09-18 16:15:01 +00:00
Text [ swedish ] = "Fotnotsomr<6D>de" ;
Text [ dutch ] = "Voetnotenbereik" ;
Text [ spanish ] = "<22>rea de la nota al pie" ;
Text [ english_us ] = "Footnote area" ;
Text[ chinese_simplified ] = "ע<><D7A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Obszar przypis<69>w dolnych";
Text[ japanese ] = "<22>r<EFBFBD><72><EFBFBD>͈<EFBFBD>";
2001-01-26 20:49:34 +00:00
Text[ chinese_traditional ] = "<22><><EFBFBD>}<7D>d<EFBFBD><64>";
2000-09-18 16:15:01 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><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[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Dipnot b<>l<EFBFBD>m<EFBFBD>";
Text[ language_user1 ] = " ";
};
FixedText FT_LINEPOS
{
Pos = MAP_APPFONT ( 12 , 74 ) ;
2001-02-09 07:01:42 +00:00
Size = MAP_APPFONT ( 26 , 8 ) ;
2000-09-18 16:15:01 +00:00
Text = "~Position" ;
Text [ English ] = "~Position" ;
Left = TRUE ;
Text [ portuguese ] = "~Posi<73><69>o" ;
Text [ english_us ] = "~Position" ;
Text [ portuguese_brazilian ] = "~Position" ;
Text [ swedish ] = "~Position" ;
Text [ danish ] = "Placering" ;
Text [ italian ] = "~Posizione" ;
Text [ spanish ] = "~Posici<63>n" ;
Text [ french ] = "~Position" ;
Text [ dutch ] = "~Positie" ;
Text[ chinese_simplified ] = "λ<><CEBB>(~P)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Pozycja";
Text[ japanese ] = "<22>ʒu(~P)";
Text[ chinese_traditional ] = "<22><><EFBFBD>m(~P)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><>ġ(~P)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "Konum";
Text[ language_user1 ] = " ";
};
ListBox DLB_LINEPOS
{
Pos = MAP_APPFONT ( 118 , 72 ) ;
2000-09-18 16:15:01 +00:00
Size = MAP_APPFONT ( 57 , 40 ) ;
TabStop = TRUE ;
Group = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
StringList =
{
< "Links" ; Default ; > ;
< "Zentriert" ; Default ; > ;
< "Rechts" ; Default ; > ;
};
StringList [ ENGLISH ] =
{
< "Links" ; Default ; > ;
< "Zentriert" ; Default ; > ;
< "Rechts" ; Default ; > ;
};
StringList [ norwegian ] =
{
< "Links" ; Default ; > ;
< "Zentriert" ; Default ; > ;
< "Rechts" ; Default ; > ;
};
StringList [ italian ] =
{
< "Sinistra" ; Default ; > ;
< "Centrato" ; Default ; > ;
< "Destra" ; Default ; > ;
};
StringList [ portuguese_brazilian ] =
{
< "Links" ; Default ; > ;
< "Zentriert" ; Default ; > ;
< "A Direita" ; Default ; > ;
};
StringList [ portuguese ] =
{
< "Esquerda" ; Default ; > ;
< "Centrado" ; Default ; > ;
< "Direita" ; Default ; > ;
};
StringList [ finnish ] =
{
< "Links" ; Default ; > ;
< "Zentriert" ; Default ; > ;
< "Rechts" ; Default ; > ;
};
StringList [ danish ] =
{
< "Venstre" ; Default ; > ;
< "Centreret" ; Default ; > ;
< "H<>jre" ; Default ; > ;
};
StringList [ french ] =
{
< "<22> gauche" ; Default ; > ;
< "Centr<74>" ; Default ; > ;
< "<22> droite" ; Default ; > ;
};
StringList [ swedish ] =
{
< "V<>nster" ; Default ; > ;
< "Centrerad" ; Default ; > ;
< "H<>ger" ; Default ; > ;
};
StringList [ dutch ] =
{
< "Links" ; Default ; > ;
< "Gecentreerd" ; Default ; > ;
< "Rechts" ; Default ; > ;
};
StringList [ spanish ] =
{
< "A la izquierda" ; Default ; > ;
< "Centrado" ; Default ; > ;
< "Derecha" ; Default ; > ;
};
StringList [ english_us ] =
{
< "Left" ; Default ; > ;
< "Centered" ; Default ; > ;
< "Right" ; Default ; > ;
};
StringList [ chinese_simplified ] =
{
< "<22><>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><>" ; Default ; > ;
};
StringList [ russian ] =
{
< "<22><><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
};
StringList [ polish ] =
{
< "Z lewej" ; Default ; > ;
< "Wy<57>rodkowany" ; Default ; > ;
< "Z prawej" ; Default ; > ;
};
StringList [ japanese ] =
{
< "<22><>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22>E" ; Default ; > ;
};
StringList [ chinese_traditional ] =
{
< "<22><>" ; Default ; > ;
< "<22>m<EFBFBD><6D>" ; Default ; > ;
< "<22>k" ; Default ; > ;
};
StringList [ arabic ] =
{
< "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
};
StringList [ greek ] =
{
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
};
StringList [ korean ] =
{
< "<22><><EFBFBD><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD>" ; Default ; > ;
< "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" ; Default ; > ;
};
StringList [ turkish ] =
{
< "Sol" ; Default ; > ;
< "Orta" ; Default ; > ;
< "Sa<53>" ; Default ; > ;
};
StringList [ language_user1 ] =
{
< " " ; Default ; > ;
< " " ; Default ; > ;
< " " ; Default ; > ;
};
};
FixedText FT_LINETYPE
{
Pos = MAP_APPFONT ( 12 , 90 ) ;
2001-02-09 07:01:42 +00:00
Size = MAP_APPFONT ( 26 , 8 ) ;
2000-09-18 16:15:01 +00:00
Text = "St<53>r~ke" ;
Text [ ENGLISH ] = "~Thickness" ;
Group = TRUE ;
Left = TRUE ;
Text [ portuguese ] = "~Espessura da linha" ;
Text [ english_us ] = "~Weight" ;
Text [ portuguese_brazilian ] = "~Tipo" ;
Text [ swedish ] = "Styr~ka" ;
Text [ danish ] = "Styrke" ;
Text [ italian ] = "~Spessore" ;
Text [ spanish ] = "~Grosor" ;
Text [ french ] = "~<7E>paisseur" ;
Text [ dutch ] = "~Sterkte" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϸ(~W)";
2000-09-18 16:15:01 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Grubo<62><6F>";
Text[ japanese ] = "<22><><EFBFBD>̑<EFBFBD><CC91><EFBFBD>(~W)";
Text[ chinese_traditional ] = "<22>u<EFBFBD><75><EFBFBD>ʲ<EFBFBD>(~W)";
2000-09-18 16:15:01 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22>β<EFBFBD>(~W)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "<22>izgi kal.";
Text[ language_user1 ] = " ";
};
ListBox DLB_LINETYPE
{
Pos = MAP_APPFONT ( 118 , 88 ) ;
2000-09-18 16:15:01 +00:00
Size = MAP_APPFONT ( 57 , 50 ) ;
TabStop = TRUE ;
Group = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
};
2000-09-18 16:15:01 +00:00
FixedText FT_LINEWIDTH
{
Pos = MAP_APPFONT ( 12 , 106 ) ;
2001-02-09 07:01:42 +00:00
Size = MAP_APPFONT ( 105 , 8 ) ;
2001-03-26 08:30:28 +00:00
Text = "L<>n~ge" ;
Text [ ENGLISH ] = "~Length" ;
2000-09-18 16:15:01 +00:00
Left = TRUE ;
Text [ portuguese ] = "~Comprimento" ;
Text [ english_us ] = "~Length" ;
Text [ portuguese_brazilian ] = "~Largura" ;
Text [ swedish ] = "L<>n~gd" ;
2000-09-18 16:15:01 +00:00
Text [ danish ] = "L<>ngde" ;
Text [ italian ] = "~Lunghezza" ;
Text [ spanish ] = "~Longitud" ;
Text [ french ] = "~Longueur" ;
Text [ dutch ] = "L~engte" ;
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~L)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "D<>ugo<67><6F>";
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~L)";
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>(~L)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~L)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "Uzunluk";
Text[ language_user1 ] = " ";
};
MetricField ED_LINEWIDTH
{
Border = TRUE ;
Pos = MAP_APPFONT ( 118 , 104 ) ;
2000-09-18 16:15:01 +00:00
Size = MAP_APPFONT ( 42 , 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Maximum = 100 ;
Value = 100 ;
Unit = FUNIT_CUSTOM ;
CustomUnitText = "%" ;
First = 10 ;
Last = 100 ;
};
FixedText FT_LINEDIST
{
Pos = MAP_APPFONT ( 12 , 122 ) ;
2000-09-18 16:15:01 +00:00
Size = MAP_APPFONT ( 105 , 10 ) ;
Text = "Abstan~d zum Fu<46>noteninhalt" ;
Text [ ENGLISH ] = "Distan~ce" ;
Text [ norwegian ] = "Avsta~nd" ;
Text [ italian ] = "Distanza dal contenuto delle note" ;
Text [ portuguese_brazilian ] = "Dist<73>n~cia" ;
Text [ portuguese ] = "E~spa<70>am. entre tra<72>o e texto" ;
Text [ finnish ] = "~Et<45>isyys" ;
Text [ danish ] = "Afstand til fodnoteindholdet" ;
Text [ french ] = "~<7E>cart entre trait et texte" ;
2001-04-03 18:37:32 +00:00
Text [ swedish ] = "Avst<73>n~d till fotnotens inneh<65>ll" ;
2000-09-18 16:15:01 +00:00
Text [ dutch ] = "~Afstand tot inhoud voetnoot" ;
Text [ spanish ] = "~Espacio al contenido de la nota" ;
Text [ english_us ] = "~Spacing to footnote contents" ;
Left = TRUE ;
Text[ chinese_simplified ] = "<22><>ע<EFBFBD><D7A2><EFBFBD>ĵļ<C4B5><C4BC><EFBFBD>(~S)";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Odst<73>p do tre<72>ci przypis<69>w dolnych";
Text[ japanese ] = "<22>r<EFBFBD><72><EFBFBD>܂ł̊Ԋu(~S)";
2000-09-18 16:15:01 +00:00
Text[ chinese_traditional ] = "<22>ܵ<EFBFBD><DCB5>}<7D><EFBFBD><E5AABA><EFBFBD>j(~S)";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ language_user1 ] = " ";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><20><><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD>(~S)";
2000-09-18 16:15:01 +00:00
Text[ turkish ] = "Dipnot i<>eri<72>ine uzakl<6B>k";
};
MetricField ED_LINEDIST
{
Border = TRUE ;
Pos = MAP_APPFONT ( 118 , 120 ) ;
2000-09-18 16:15:01 +00:00
Size = MAP_APPFONT ( 42 , 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Maximum = 999 ;
DecimalDigits = 2 ;
Value = 10 ;
Unit = FUNIT_CM ;
First = 5 ;
Last = 99999 ;
SpinSize = 10 ;
};
FixedLine FL_LINE
2000-09-18 16:15:01 +00:00
{
Pos = MAP_APPFONT ( 6 , 61 ) ;
Size = MAP_APPFONT ( 247 , 8 ) ;
2000-09-18 16:15:01 +00:00
Text = "Trennlinie" ;
Text [ ENGLISH ] = "Line" ;
Text [ norwegian ] = "Linje" ;
Text [ italian ] = "Linea di separazione" ;
Text [ portuguese_brazilian ] = "Linha" ;
Text [ portuguese ] = "Linha de separa<72><61>o" ;
2000-09-18 16:15:01 +00:00
Text [ finnish ] = "Viiva" ;
Text [ danish ] = "Skillelinje" ;
Text [ french ] = "Trait de s<>paration" ;
Text [ swedish ] = "Skiljelinje" ;
Text [ dutch ] = "Scheidingslijn" ;
Text [ spanish ] = "L<>nea de separaci<63>n" ;
Text [ english_us ] = "Separator line" ;
Text[ chinese_simplified ] = "<22>ָ<EFBFBD><D6B8><EFBFBD>";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
2001-04-03 18:37:32 +00:00
Text[ polish ] = "Separator";
Text[ japanese ] = "<22><><EFBFBD>E<EFBFBD><45><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-09-18 16:15:01 +00:00
Text[ chinese_traditional ] = "<22><><EFBFBD>j<EFBFBD>u";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "<22><><EFBFBD>м<EFBFBD>";
Text[ turkish ] = "Ay<41>rma <20>izgisi";
Text[ language_user1 ] = " ";
};
};