Files
libreoffice/sw/source/ui/misc/linenum.src
Jens-Heiner Rechtien b6c2b9281e INTEGRATION: CWS babelfish06 (1.29.388); FILE MERGED
2005/02/07 11:04:56 pjanik 1.29.388.1: #i41926#: "outer" -> "Outer".
2005-02-14 10:43:13 +00:00

350 lines
9.2 KiB
Plaintext
Raw Blame History

/*************************************************************************
*
* $RCSfile: linenum.src,v $
*
* $Revision: 1.30 $
*
* last change: $Author: hr $ $Date: 2005-02-14 11:43:13 $
*
* 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): _______________________________________
*
*
************************************************************************/
/* StarView ressource file */
#ifndef _SFX_HRC
#include <sfx2/sfx.hrc>
#endif
#ifndef _SVX_DIALOGS_HRC
#include <svx/dialogs.hrc>
#endif
#include "globals.hrc"
#include "misc.hrc"
#include "linenum.hrc"
#include "helpid.h"
/**************************************************************************/
/* */
/**************************************************************************/
TabPage TP_LINENUMBERING
{
HelpID = HID_LINENUMBERING ;
SVLook = TRUE ;
Hide = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Text [ de ] = "Zeilennummerierung" ;
CheckBox CB_NUMBERING_ON
{
Pos = MAP_APPFONT ( 12 , 6 ) ;
Size = MAP_APPFONT ( 242 , 8 ) ;
Text [ de ] = "~Nummerierung einschalten" ;
TabStop = TRUE ;
Text [ en-US ] = "~Show numbering" ;
Text [ x-comment ] = " ";
};
FixedText FT_CHAR_STYLE
{
Pos = MAP_APPFONT ( 12 , 30 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ de ] = "~Zeichenvorlage" ;
Text [ en-US ] = "~Character Style" ;
Text [ x-comment ] = "; All \"Vorlage\"/Styles are always written with capital S. 10.5.00EM";
};
ListBox LB_CHAR_STYLE
{
Pos = MAP_APPFONT ( 100 , 30 ) ;
Size = MAP_APPFONT ( 148 , 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FORMAT
{
Pos = MAP_APPFONT ( 12 , 46 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ de ] = "~Format" ;
Text [ en-US ] = "F~ormat" ;
Text [ x-comment ] = " ";
};
ListBox LB_FORMAT
{
Pos = MAP_APPFONT ( 100 , 44 ) ;
Size = MAP_APPFONT ( 148 , 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
FixedText FT_POS
{
Pos = MAP_APPFONT ( 12 , 62 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ de ] = "~Position" ;
Text [ en-US ] = "Position" ;
Text [ x-comment ] = " ";
};
ListBox LB_POS
{
Pos = MAP_APPFONT ( 100 , 60 ) ;
Size = MAP_APPFONT ( 148 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Links" ; > ;
< "Rechts" ; > ;
< "Innen" ; > ;
< "Au<41>en" ; > ;
};
StringList [ en-US ] =
{
< "Left" ; > ;
< "Right" ; > ;
< "Inner" ; > ;
< "Outer" ; > ;
};
StringList [ x-comment ] =
{
< " " ; > ;
< " " ; > ;
< " " ; > ;
< " " ; > ;
};
};
FixedText FT_OFFSET
{
Pos = MAP_APPFONT ( 12 , 78 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ de ] = "~Abstand" ;
Text [ en-US ] = "Spacing" ;
Text [ x-comment ] = " ";
};
MetricField MF_OFFSET
{
Pos = MAP_APPFONT ( 100 , 76 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 9999 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
First = 0 ;
Last = 9999 ;
SpinSize = 10 ;
};
FixedText FT_NUM_INVERVAL
{
Pos = MAP_APPFONT ( 12 , 94 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ de ] = "~Intervall" ;
Text [ en-US ] = "Interval" ;
Text [ x-comment ] = " ";
};
NumericField NF_NUM_INVERVAL
{
Pos = MAP_APPFONT ( 100 , 92 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 1000 ;
First = 1 ;
Last = 1000 ;
SpinSize = 1 ;
};
FixedText FT_NUM_ROWS
{
Pos = MAP_APPFONT ( 136 , 94 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
Text [ de ] = "Zeilen" ;
Text [ en-US ] = "lines" ;
Text [ x-comment ] = " ";
};
FixedLine FL_DISPLAY
{
Pos = MAP_APPFONT ( 6 , 17 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Anzeige" ;
Text [ en-US ] = "View" ;
Text [ x-comment ] = " ";
};
FixedText FT_DIVISOR
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text [ de ] = "~Text" ;
Text [ en-US ] = "Text" ;
Text [ x-comment ] = " ";
};
Edit ED_DIVISOR
{
Pos = MAP_APPFONT ( 45 , 121 ) ;
Size = MAP_APPFONT ( 76 , 12 ) ;
Left = TRUE ;
Border = TRUE ;
};
FixedText FT_DIV_INTERVAL
{
Pos = MAP_APPFONT ( 12 , 139 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text [ de ] = "A~lle" ;
// Disable = TRUE ;
Text [ en-US ] = "Every" ;
Text [ x-comment ] = " ";
};
NumericField NF_DIV_INTERVAL
{
Pos = MAP_APPFONT ( 45 , 137 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 1000 ;
First = 0 ;
Last = 1000 ;
SpinSize = 1 ;
// Disable = TRUE ;
};
FixedText FT_DIV_ROWS
{
Pos = MAP_APPFONT ( 78 , 139 ) ;
Size = MAP_APPFONT ( 40 , 8 ) ;
Text [ de ] = "Zeilen" ;
Text [ en-US ] = "Lines" ;
Text [ x-comment ] = " ";
};
FixedLine FL_DIVISOR
{
Pos = MAP_APPFONT ( 6 , 110 ) ;
Size = MAP_APPFONT ( 121 , 8 ) ;
Text [ de ] = "Teiler" ;
Text [ en-US ] = "Separator" ;
Text [ x-comment ] = " ";
};
CheckBox CB_COUNT_EMPTYLINES
{
Pos = MAP_APPFONT ( 139 , 121 ) ;
Size = MAP_APPFONT ( 110 , 10 ) ;
Text [ de ] = "L~eerzeilen" ;
TabStop = TRUE ;
Text [ en-US ] = "Blank lines" ;
Text [ x-comment ] = " ";
};
CheckBox CB_COUNT_FRAMELINES
{
Pos = MAP_APPFONT ( 139 , 135 ) ;
Size = MAP_APPFONT ( 110 , 10 ) ;
Text [ de ] = "Zeilen in Te~xtrahmen" ;
TabStop = TRUE ;
Text [ en-US ] = "Lines in text frames" ;
Text [ x-comment ] = " ";
};
CheckBox CB_RESTART_PAGE
{
Pos = MAP_APPFONT ( 139 , 149 );
Size = MAP_APPFONT ( 110 , 10 );
Text [ de ] = "~Neustart am Seitenanfang";
TabStop = TRUE;
Text [ en-US ] = "~Restart every new page";
};
FixedLine FL_COUNT
{
Pos = MAP_APPFONT ( 133 , 110 ) ;
Size = MAP_APPFONT ( 121 , 8 ) ;
Text [ de ] = "Z<>hlen" ;
Text [ en-US ] = "Count" ;
Text [ x-comment ] = " ";
};
Text [ en-US ] = "Line Numbering" ;
Text [ x-comment ] = " ";
};