forked from amazingfate/loongoffice
330 lines
8.6 KiB
Plaintext
330 lines
8.6 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* $RCSfile: tp_PointGeometry.src,v $
|
|
*
|
|
* $Revision: 1.1.1.1 $
|
|
*
|
|
* last change: $Author: bm $ $Date: 2003-10-06 09:58:26 $
|
|
*
|
|
* 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: 2003 by Sun Microsystems, Inc.
|
|
*
|
|
* All Rights Reserved.
|
|
*
|
|
* Contributor(s): _______________________________________
|
|
*
|
|
*
|
|
************************************************************************/
|
|
#include "HelpIds.hrc"
|
|
#include "TabPages.hrc"
|
|
|
|
TabPage TP_LAYOUT
|
|
{
|
|
Hide = TRUE ;
|
|
// HelpID = HID_LAYOUT ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
FixedText FT_LY_SHAPE
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
Text = "Balken/S�ulen Form" ;
|
|
Text [ ENGLISH ] = "Bar/Column Shape";
|
|
Text[ italian ] = "Forma barre/colonne";
|
|
Text[ portuguese_brazilian ] = "Forma da barra/coluna";
|
|
Text[ portuguese ] = "Forma: barras/colunas";
|
|
Text[ danish ] = "Liggende s�jler/S�jler Form";
|
|
Text[ french ] = "Barres/colonnes : forme";
|
|
Text[ swedish ] = "Form p� staplar";
|
|
Text[ dutch ] = "Balken-/zuilenvorm";
|
|
Text[ spanish ] = "Barras/columnas: forma";
|
|
Text[ english_us ] = "Bar/column shape";
|
|
Text[ chinese_simplified ] = "条块/圓柱形";
|
|
Text[ russian ] = "����� �����./����. ��������";
|
|
Text[ polish ] = "Kszta�t s�upka/kolumny";
|
|
Text[ japanese ] = "形状";
|
|
Text[ chinese_traditional ] = "條塊/圓柱體";
|
|
Text[ arabic ] = "�����";
|
|
Text[ dutch ] = "Balken-/zuilenvorm";
|
|
Text[ chinese_simplified ] = "条块/圓柱形";
|
|
Text[ greek ] = "����� ������/�������";
|
|
Text[ korean ] = "형태";
|
|
Text[ turkish ] = "Bar/Sut�n �ekli";
|
|
Text[ language_user1 ] = " ";
|
|
Text[ catalan ] = "Forma";
|
|
Text[ finnish ] = "Palkin/sarakkeen muoto";
|
|
Text[ thai ] = "รูปร่าง";
|
|
Text[ czech ] = "Profil sloupků/sloupců";
|
|
Text[ hebrew ] = "Balken/Säulen Form";
|
|
Text[ hindi ] = "पट्टी/स्तंभ आकार";
|
|
Text[ slovak ] = "Tvar stĺpca/pásu";
|
|
};
|
|
ListBox LB_LY_SHAPE
|
|
{
|
|
Border = TRUE ;
|
|
AutoHScroll = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
|
Size = MAP_APPFONT ( 100 , 38 ) ;
|
|
TabStop = TRUE ;
|
|
Group = TRUE ;
|
|
DropDown=FALSE;
|
|
DDExtraWidth = TRUE ;
|
|
|
|
StringList =
|
|
{
|
|
"Quader";
|
|
"Zylinder";
|
|
"Kegel";
|
|
"Pyramiden";
|
|
// "Turm von Hanoi";
|
|
};
|
|
StringList [ ENGLISH ] =
|
|
{
|
|
"Cube";
|
|
"Cylinder";
|
|
"Cone";
|
|
"Pyramid";
|
|
// "Tower of Hanoi";
|
|
};
|
|
StringList [ language_user1 ] =
|
|
{
|
|
"Quader" ;
|
|
"Zylinder" ;
|
|
"Kegel" ;
|
|
"Pyramiden" ;
|
|
};
|
|
StringList [ english_us ] =
|
|
{
|
|
"Rectangular parallelepiped" ;
|
|
"Cylinder" ;
|
|
"Cone" ;
|
|
"Pyramid" ;
|
|
};
|
|
StringList [ portuguese ] =
|
|
{
|
|
"Paralelep�pedo" ;
|
|
"Cilindro" ;
|
|
"Cone" ;
|
|
"Pir�mides" ;
|
|
};
|
|
StringList [ russian ] =
|
|
{
|
|
"��������������" ;
|
|
"�������" ;
|
|
"�����" ;
|
|
"��������" ;
|
|
};
|
|
StringList [ dutch ] =
|
|
{
|
|
"blokken" ;
|
|
"cilinders" ;
|
|
"kegels" ;
|
|
"piramiden" ;
|
|
};
|
|
StringList [ french ] =
|
|
{
|
|
"Parall�l�pip�de" ;
|
|
"Cylindre" ;
|
|
"C�ne" ;
|
|
"Pyramides" ;
|
|
};
|
|
StringList [ spanish ] =
|
|
{
|
|
"Paralelep�pedo" ;
|
|
"Cilindro" ;
|
|
"Cono" ;
|
|
"Pir�mides" ;
|
|
};
|
|
StringList [ italian ] =
|
|
{
|
|
"Parallelepipedo" ;
|
|
"Cilindro" ;
|
|
"Cono" ;
|
|
"Piramide" ;
|
|
};
|
|
StringList [ danish ] =
|
|
{
|
|
"Kasser" ;
|
|
"Cylindre" ;
|
|
"Kegler" ;
|
|
"Pyramider" ;
|
|
};
|
|
StringList [ swedish ] =
|
|
{
|
|
"Kvader" ;
|
|
"Cylinder" ;
|
|
"Kon" ;
|
|
"Pyramider" ;
|
|
};
|
|
StringList [ polish ] =
|
|
{
|
|
"Prostopad�o�cian" ;
|
|
"Walec" ;
|
|
"Sto�ek" ;
|
|
"Ostros�up" ;
|
|
};
|
|
StringList [ portuguese_brazilian ] =
|
|
{
|
|
"Paralelep�pedo retangular" ;
|
|
"Cilindro" ;
|
|
"Cone" ;
|
|
"Pir�mide" ;
|
|
};
|
|
StringList [ japanese ] =
|
|
{
|
|
"直方体" ;
|
|
"円柱" ;
|
|
"円錐" ;
|
|
"角錐" ;
|
|
};
|
|
StringList [ chinese_simplified ] =
|
|
{
|
|
"直角平行六面体" ;
|
|
"圆柱体" ;
|
|
"圆锥体" ;
|
|
"棱锥体" ;
|
|
};
|
|
StringList [ chinese_traditional ] =
|
|
{
|
|
"直角平行六面體" ;
|
|
"圓柱體" ;
|
|
"圓錐體" ;
|
|
"棱錐體" ;
|
|
};
|
|
StringList [ arabic ] =
|
|
{
|
|
"����� �������" ;
|
|
"�������" ;
|
|
"����" ;
|
|
"����" ;
|
|
};
|
|
StringList [ dutch ] =
|
|
{
|
|
"blokken" ;
|
|
"cilinders" ;
|
|
"kegels" ;
|
|
"piramiden" ;
|
|
};
|
|
StringList [ chinese_simplified ] =
|
|
{
|
|
"直角平行六面体" ;
|
|
"圆柱体" ;
|
|
"圆锥体" ;
|
|
"棱锥体" ;
|
|
};
|
|
StringList [ greek ] =
|
|
{
|
|
"��������� ���������������" ;
|
|
"���������" ;
|
|
"K����" ;
|
|
"���������" ;
|
|
};
|
|
StringList [ korean ] =
|
|
{
|
|
"직육면체" ;
|
|
"실린더" ;
|
|
"원추형" ;
|
|
"피라미드" ;
|
|
};
|
|
StringList [ turkish ] =
|
|
{
|
|
"Dikd�rtgen prizma" ;
|
|
"Silindir" ;
|
|
"Koni" ;
|
|
"Piramit" ;
|
|
};
|
|
StringList [ catalan ] =
|
|
{
|
|
"Paralelep�pede" ;
|
|
"Cilindre" ;
|
|
"Con" ;
|
|
"Pir�mides" ;
|
|
};
|
|
StringList [ finnish ] =
|
|
{
|
|
"Suorakulmainen suuntaiss�rmi�" ;
|
|
"Lieri�" ;
|
|
"Kartio" ;
|
|
"Pyramidi" ;
|
|
};
|
|
StringList [ thai ] =
|
|
{
|
|
"รูปปริมาตรที่มีด้าน 6 ด้าน" ;
|
|
"ทรงกระบอก" ;
|
|
"กรวย" ;
|
|
"ปิรามิด" ;
|
|
};
|
|
StringList [ czech ] =
|
|
{
|
|
"Kvádr" ;
|
|
"Válec" ;
|
|
"Kužel" ;
|
|
"Jehlan" ;
|
|
};
|
|
StringList [ hebrew ] =
|
|
{
|
|
"Quader" ;
|
|
"Zylinder" ;
|
|
"Kegel" ;
|
|
"Pyramiden" ;
|
|
};
|
|
StringList [ hindi ] =
|
|
{
|
|
"चतुर्भुज" ;
|
|
"वर्तुलाकार" ;
|
|
"शंकु" ;
|
|
"स्तूप" ;
|
|
};
|
|
StringList [ slovak ] =
|
|
{
|
|
"Kváder" ;
|
|
"Valec" ;
|
|
"Kužeľ" ;
|
|
"Ihlan" ;
|
|
};
|
|
};
|
|
};
|