Files
libreoffice/sw/source/ui/misc/linenum.src
Ivo Hinkelmann f44dd353e2 INTEGRATION: CWS mergede01 (1.32.618); FILE MERGED
2007/03/20 14:40:43 ihi 1.32.618.1: #i72301# Remove German
2007-04-19 12:19:22 +00:00

277 lines
6.6 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: linenum.src,v $
*
* $Revision: 1.33 $
*
* last change: $Author: ihi $ $Date: 2007-04-19 13:19:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 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
*
************************************************************************/
/* 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 ) ;
CheckBox CB_NUMBERING_ON
{
Pos = MAP_APPFONT ( 12 , 6 ) ;
Size = MAP_APPFONT ( 242 , 8 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Show numbering" ;
};
FixedText FT_CHAR_STYLE
{
Pos = MAP_APPFONT ( 12 , 30 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ en-US ] = "~Character Style" ;
};
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 [ en-US ] = "F~ormat" ;
};
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 [ en-US ] = "Position" ;
};
ListBox LB_POS
{
Pos = MAP_APPFONT ( 100 , 60 ) ;
Size = MAP_APPFONT ( 148 , 60 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
StringList [ en-US ] =
{
< "Left" ; > ;
< "Right" ; > ;
< "Inner" ; > ;
< "Outer" ; > ;
};
};
FixedText FT_OFFSET
{
Pos = MAP_APPFONT ( 12 , 78 ) ;
Size = MAP_APPFONT ( 80 , 8 ) ;
Text [ en-US ] = "Spacing" ;
};
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 [ en-US ] = "Interval" ;
};
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 [ en-US ] = "lines" ;
};
FixedLine FL_DISPLAY
{
Pos = MAP_APPFONT ( 6 , 17 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ en-US ] = "View" ;
};
FixedText FT_DIVISOR
{
Pos = MAP_APPFONT ( 12 , 123 ) ;
Size = MAP_APPFONT ( 30 , 8 ) ;
Text [ en-US ] = "Text" ;
};
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 ) ;
// Disable = TRUE ;
Text [ en-US ] = "Every" ;
};
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 [ en-US ] = "Lines" ;
};
FixedLine FL_DIVISOR
{
Pos = MAP_APPFONT ( 6 , 110 ) ;
Size = MAP_APPFONT ( 121 , 8 ) ;
Text [ en-US ] = "Separator" ;
};
CheckBox CB_COUNT_EMPTYLINES
{
Pos = MAP_APPFONT ( 139 , 121 ) ;
Size = MAP_APPFONT ( 110 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Blank lines" ;
};
CheckBox CB_COUNT_FRAMELINES
{
Pos = MAP_APPFONT ( 139 , 135 ) ;
Size = MAP_APPFONT ( 110 , 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Lines in text frames" ;
};
CheckBox CB_RESTART_PAGE
{
Pos = MAP_APPFONT ( 139 , 149 );
Size = MAP_APPFONT ( 110 , 10 );
TabStop = TRUE;
Text [ en-US ] = "~Restart every new page";
};
FixedLine FL_COUNT
{
Pos = MAP_APPFONT ( 133 , 110 ) ;
Size = MAP_APPFONT ( 121 , 8 ) ;
Text [ en-US ] = "Count" ;
};
Text [ en-US ] = "Line Numbering" ;
};