2000-09-18 16:07:07 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: tpstat.src,v $
|
|
|
|
|
*
|
2001-08-14 14:48:40 +00:00
|
|
|
|
* $Revision: 1.15 $
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2001-08-14 14:48:40 +00:00
|
|
|
|
* last change: $Author: kz $ $Date: 2001-08-14 15:48:40 $
|
2000-09-18 16:07:07 +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 "tpstat.hrc"
|
|
|
|
|
TabPage RID_SCPAGE_STAT
|
|
|
|
|
{
|
|
|
|
|
// HelpID = HID_DOC_STAT;
|
|
|
|
|
Hide = TRUE ;
|
2001-02-06 16:37:44 +00:00
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
FixedText FT_TABLES_LBL
|
|
|
|
|
{
|
2001-02-06 16:37:44 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 12 , 17 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 90 , 8 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text = "Anzahl Tabellen:" ;
|
|
|
|
|
Text [ ENGLISH ] = "Number of tables:" ;
|
|
|
|
|
Text [ norwegian ] = "Number of tables:" ;
|
|
|
|
|
Text [ italian ] = "Numero di tabelle:" ;
|
2001-05-17 06:46:41 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "N?ero de tabelas:" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text [ portuguese ] = "N<>mero de tabelas:" ;
|
2001-05-10 05:07:59 +00:00
|
|
|
|
Text [ finnish ] = "Lomakkeiden m<><6D>r<EFBFBD>:" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text [ danish ] = "Antal tabeller:" ;
|
|
|
|
|
Text [ french ] = "Nombre de feuilles :" ;
|
|
|
|
|
Text [ swedish ] = "Antal tabeller:" ;
|
|
|
|
|
Text [ dutch ] = "Aantal werkbladen:" ;
|
|
|
|
|
Text [ spanish ] = "N<>m. de hojas:" ;
|
|
|
|
|
Text [ english_us ] = "Number of sheets:" ;
|
|
|
|
|
Left = TRUE ;
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ chinese_simplified ] = "工作表数目:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ polish ] = "Liczba tabel:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ japanese ] = "表の数:";
|
|
|
|
|
Text[ chinese_traditional ] = "工作表數目:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ dutch ] = "Aantal werkbladen:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ chinese_simplified ] = "工作表数目:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ korean ] = "시트 수:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "Tablo say<61>s<EFBFBD>:";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:15:35 +00:00
|
|
|
|
Text[ catalan ] = "N<>m. de hojas:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_TABLES
|
|
|
|
|
{
|
2001-02-06 16:37:44 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 108 , 17 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 27 , 8 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Left = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_CELLS_LBL
|
|
|
|
|
{
|
2001-02-06 16:37:44 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 12 , 29 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 90 , 8 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text = "Anzahl Zellen:" ;
|
|
|
|
|
Text [ ENGLISH ] = "Number of cells:" ;
|
|
|
|
|
Text [ english_us ] = "Number of cells:" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text [ italian ] = "Numero di celle:" ;
|
|
|
|
|
Text [ spanish ] = "Cantidad de celdas:" ;
|
|
|
|
|
Text [ french ] = "Nombre de cellules :" ;
|
|
|
|
|
Text [ dutch ] = "Aantal cellen:" ;
|
|
|
|
|
Text [ swedish ] = "Antal celler:" ;
|
|
|
|
|
Text [ danish ] = "Antal celler:" ;
|
|
|
|
|
Text [ portuguese ] = "N<>mero de c<>lulas:" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Anzahl Zellen:" ;
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ chinese_simplified ] = "单元格的数目:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ polish ] = "Liczba kom<6F>rek:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ japanese ] = "セルの数:";
|
|
|
|
|
Text[ chinese_traditional ] = "儲存格的數目:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ dutch ] = "Aantal cellen:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ chinese_simplified ] = "单元格的数目:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ korean ] = "셀 개수:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "H<>cre say<61>s<EFBFBD>:";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:15:35 +00:00
|
|
|
|
Text[ catalan ] = "Cantidad de celdas:";
|
2001-05-10 05:07:59 +00:00
|
|
|
|
Text[ finnish ] = "Solujen m<><6D>r<EFBFBD>:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_CELLS
|
|
|
|
|
{
|
2001-02-06 16:37:44 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 108 , 29 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 27 , 8 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Left = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_PAGES_LBL
|
|
|
|
|
{
|
2001-02-06 16:37:44 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 12 , 41 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 90 , 8 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text = "Anzahl Seiten:" ;
|
|
|
|
|
Text [ ENGLISH ] = "Number of pages:" ;
|
|
|
|
|
Text [ english_us ] = "Number of pages:" ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Text [ italian ] = "Numero di pagine:" ;
|
|
|
|
|
Text [ spanish ] = "Cantidad de p<>ginas:" ;
|
|
|
|
|
Text [ french ] = "Nombre de pages :" ;
|
|
|
|
|
Text [ dutch ] = "Aantal pagina<6E>s:" ;
|
|
|
|
|
Text [ swedish ] = "Antal sidor:" ;
|
|
|
|
|
Text [ danish ] = "Antal sider:" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Anzahl Seiten:" ;
|
|
|
|
|
Text [ portuguese ] = "N<>mero de p<>ginas:" ;
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ chinese_simplified ] = "页数:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ polish ] = "Liczba stron:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ japanese ] = "ページ総数:";
|
|
|
|
|
Text[ chinese_traditional ] = "頁數:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ dutch ] = "Aantal pagina<6E>s:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ chinese_simplified ] = "页数:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ korean ] = "페이지 수:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "Sayfa say<61>s<EFBFBD>:";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:15:35 +00:00
|
|
|
|
Text[ catalan ] = "Cantidad de p<>ginas:";
|
2001-05-10 05:07:59 +00:00
|
|
|
|
Text[ finnish ] = "Sivujen m<><6D>r<EFBFBD>:";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_PAGES
|
|
|
|
|
{
|
2001-02-06 16:37:44 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 108 , 41 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 27 , 8 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Left = TRUE ;
|
|
|
|
|
};
|
2001-05-30 12:49:21 +00:00
|
|
|
|
FixedLine FL_INFO
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
2001-02-06 16:37:44 +00:00
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
2001-05-30 12:49:21 +00:00
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text = "Dokument: " ;
|
|
|
|
|
Text [ ENGLISH ] = "Document: " ;
|
|
|
|
|
Text [ english_us ] = "Document: " ;
|
|
|
|
|
Text [ dutch ] = "Document: " ;
|
|
|
|
|
Text [ italian ] = "Documento: " ;
|
2001-06-08 21:26:10 +00:00
|
|
|
|
Text [ spanish ] = "Documento: " ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text [ french ] = "Document : " ;
|
2001-06-08 21:26:10 +00:00
|
|
|
|
Text [ swedish ] = "Dokument: " ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text [ danish ] = "Dokument: " ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Dokument: " ;
|
|
|
|
|
Text [ portuguese ] = "Documento: " ;
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ chinese_simplified ] = "文档: ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ";
|
2001-06-08 21:26:10 +00:00
|
|
|
|
Text[ polish ] = "Dokument:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ japanese ] = "ドキュメント: ";
|
|
|
|
|
Text[ chinese_traditional ] = "文件: ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ";
|
|
|
|
|
Text[ dutch ] = "Document: ";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ chinese_simplified ] = "文档: ";
|
2001-06-08 21:26:10 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
2001-08-07 14:11:13 +00:00
|
|
|
|
Text[ korean ] = "문서: ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "Belge: ";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2001-05-04 19:15:35 +00:00
|
|
|
|
Text[ catalan ] = "Documento: ";
|
2001-05-10 05:07:59 +00:00
|
|
|
|
Text[ finnish ] = "Asiakirja: ";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
2001-06-08 21:26:10 +00:00
|
|
|
|
|
2001-06-13 21:45:10 +00:00
|
|
|
|
|
2001-06-15 20:51:23 +00:00
|
|
|
|
|
2001-07-13 20:08:25 +00:00
|
|
|
|
|
2001-08-07 14:11:13 +00:00
|
|
|
|
|
2001-08-10 19:28:30 +00:00
|
|
|
|
|
2001-08-14 14:48:40 +00:00
|
|
|
|
|