Files
libreoffice/sw/source/ui/dialog/docstdlg.src
Rüdiger Timm 97df1577c6 INTEGRATION: CWS changefileheader (1.33.448); FILE MERGED
2008/03/31 16:57:40 rt 1.33.448.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:50:38 +00:00

187 lines
4.1 KiB
Plaintext

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: docstdlg.src,v $
* $Revision: 1.34 $
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org 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 version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#include "globals.hrc"
#include "docstdlg.hrc"
#include "helpid.h"
// #define TP_DOC_STAT 256
TabPage TP_DOC_STAT
{
HelpID = HID_DOC_STAT ;
Hide = TRUE;
Size = MAP_APPFONT ( 260 , 185 ) ;
FixedText FT_PAGE
{
Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Number of Pages:" ;
Left = TRUE ;
};
FixedText FT_TABLE
{
Pos = MAP_APPFONT ( 6 , 18 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Number of Tables:" ;
Left = TRUE ;
};
FixedText FT_GRF
{
Pos = MAP_APPFONT ( 6 , 30 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Number of Graphics:" ;
Left = TRUE ;
};
FixedText FT_OLE
{
Pos = MAP_APPFONT ( 6 , 42 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Number of OLE Objects:" ;
Left = TRUE ;
};
FixedText FT_PARA
{
Pos = MAP_APPFONT ( 6 , 54 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Number of Paragraphs:" ;
Left = TRUE ;
};
FixedText FT_WORD
{
Pos = MAP_APPFONT ( 6 , 68 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Number of Words:" ;
Left = TRUE ;
};
FixedText FT_CHAR
{
Pos = MAP_APPFONT ( 6 , 82 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Number of Characters:" ;
Left = TRUE ;
};
FixedText FT_LINE
{
Pos = MAP_APPFONT ( 6 , 96 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ en-US ] = "Number of Lines:" ;
};
FixedText FT_PAGE_COUNT
{
Pos = MAP_APPFONT ( 114 , 6 ) ;
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
};
FixedText FT_TABLE_COUNT
{
Pos = MAP_APPFONT ( 114 , 18 ) ;
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
};
FixedText FT_GRF_COUNT
{
Pos = MAP_APPFONT ( 114 , 30 ) ;
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
};
FixedText FT_OLE_COUNT
{
Pos = MAP_APPFONT ( 114 , 42 ) ;
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
};
FixedText FT_PARA_COUNT
{
Pos = MAP_APPFONT ( 114 , 54 ) ;
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
};
FixedText FT_WORD_COUNT
{
Pos = MAP_APPFONT ( 114 , 68 ) ;
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
};
FixedText FT_CHAR_COUNT
{
Pos = MAP_APPFONT ( 114 , 82 ) ;
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
};
FixedText FT_LINE_COUNT
{
Pos = MAP_APPFONT ( 114 , 96 ) ;
Size = MAP_APPFONT ( 27 , 8 ) ;
Left = TRUE ;
Text = "..." ;
};
PushButton PB_PDATE
{
Pos = MAP_APPFONT ( 204 , 94 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ en-US ] = "~Update" ;
};
};