2000-09-18 16:07:07 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
|
*
|
|
|
|
|
|
* $RCSfile: morphdlg.src,v $
|
|
|
|
|
|
*
|
2003-04-29 15:59:51 +00:00
|
|
|
|
* $Revision: 1.16 $
|
2000-09-18 16:07:07 +00:00
|
|
|
|
*
|
2003-04-29 15:59:51 +00:00
|
|
|
|
* last change: $Author: hr $ $Date: 2003-04-29 16:59:51 $
|
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 "app.hrc"
|
|
|
|
|
|
#include "morphdlg.hrc"
|
|
|
|
|
|
/******************************************************************************
|
|
|
|
|
|
|*
|
|
|
|
|
|
|*
|
|
|
|
|
|
|*
|
|
|
|
|
|
\******************************************************************************/
|
|
|
|
|
|
ModalDialog DLG_MORPH
|
|
|
|
|
|
{
|
|
|
|
|
|
HelpID = SID_POLYGON_MORPHING ;
|
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 196 , 68 ) ;
|
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? <20>berblenden : <20>berblenden */
|
|
|
|
|
|
Text = "<22>berblenden" ;
|
|
|
|
|
|
Text [ ENGLISH ] = "Fading" ;
|
|
|
|
|
|
Moveable = TRUE ;
|
|
|
|
|
|
Closeable = TRUE ;
|
|
|
|
|
|
OKButton BTN_OK
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 141 , 6 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
DefButton = TRUE ;
|
|
|
|
|
|
};
|
|
|
|
|
|
CancelButton BTN_CANCEL
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 141 , 23 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
};
|
|
|
|
|
|
HelpButton BTN_HELP
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 140 , 43 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
};
|
2001-06-15 17:16:52 +00:00
|
|
|
|
FixedLine GRP_PRESET
|
2000-09-18 16:07:07 +00:00
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
2001-06-15 17:16:52 +00:00
|
|
|
|
Size = MAP_APPFONT ( 129 , 8 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text = "Einstellungen" ;
|
|
|
|
|
|
Text [ ENGLISH ] = "Settings" ;
|
|
|
|
|
|
Text [ english_us ] = "Settings" ;
|
|
|
|
|
|
Text [ italian ] = "Impostazioni" ;
|
|
|
|
|
|
Text [ spanish ] = "Configuraci<63>n" ;
|
|
|
|
|
|
Text [ french ] = "Param<61>tres" ;
|
|
|
|
|
|
Text [ dutch ] = "Instellingen" ;
|
|
|
|
|
|
Text [ swedish ] = "Inst<73>llningar" ;
|
|
|
|
|
|
Text [ danish ] = "Indstillinger" ;
|
2001-01-26 20:29:26 +00:00
|
|
|
|
Text [ portuguese ] = "Defini<6E><69>es" ;
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Defini<6E><69>es" ;
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ chinese_simplified ] = "设定";
|
2001-07-13 20:51:50 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ polish ] = "Ustawienia";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ japanese ] = "設定";
|
|
|
|
|
|
Text[ chinese_traditional ] = "設定";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ korean ] = "설정";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "Ayarlar";
|
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ catalan ] = "Configuraci<63>";
|
2001-05-10 05:54:42 +00:00
|
|
|
|
Text[ finnish ] = "Asetukset";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ thai ] = "ตั้งค่า";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ czech ] = "Nastavení";
|
|
|
|
|
|
Text[ hebrew ] = "הגדרות";
|
|
|
|
|
|
Text[ hindi ] = "Settings";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
FixedText FT_STEPS
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 16 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 40 , 10 ) ;
|
|
|
|
|
|
Text = "Schritte" ;
|
|
|
|
|
|
Text [ ENGLISH ] = "Steps" ;
|
|
|
|
|
|
Text [ english_us ] = "Increments" ;
|
|
|
|
|
|
Text [ italian ] = "Passaggi" ;
|
|
|
|
|
|
Text [ spanish ] = "Pasos" ;
|
|
|
|
|
|
Text [ french ] = "Pas" ;
|
|
|
|
|
|
Text [ dutch ] = "Stappen" ;
|
|
|
|
|
|
Text [ swedish ] = "Steg" ;
|
|
|
|
|
|
Text [ danish ] = "Trin" ;
|
|
|
|
|
|
Text [ portuguese ] = "Passos" ;
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Incrementos" ;
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ chinese_simplified ] = "渐增";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ polish ] = "Przyrosty";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ japanese ] = "ステップ";
|
|
|
|
|
|
Text[ chinese_traditional ] = "漸增";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ korean ] = "증분";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "Ad<41>mlar";
|
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ catalan ] = "Augments";
|
|
|
|
|
|
Text[ finnish ] = "Vaiheiden lkm";
|
|
|
|
|
|
Text[ thai ] = "ส่วนเพิ่ม";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ czech ] = "Přírůstky";
|
|
|
|
|
|
Text[ hebrew ] = "Schritte";
|
|
|
|
|
|
Text[ hindi ] = "बढती";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
MetricField MTF_STEPS
|
|
|
|
|
|
{
|
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
|
Pos = MAP_APPFONT ( 56 , 14 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 30 , 12 ) ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
|
Maximum = 256 ;
|
|
|
|
|
|
First = 1 ;
|
|
|
|
|
|
Last = 256 ;
|
|
|
|
|
|
};
|
|
|
|
|
|
CheckBox CBX_ATTRIBUTES
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 29 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 121 , 12 ) ;
|
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Attributierung <20>berblenden : Attributierung <20>berblenden */
|
|
|
|
|
|
Text = "Attributierung <20>berblenden" ;
|
|
|
|
|
|
Text [ ENGLISH ] = "Fade attributes" ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
Text [ english_us ] = "Cross-fade attributes" ;
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text [ italian ] = "Includi gli attributi" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text [ spanish ] = "Cubrir atributos" ;
|
|
|
|
|
|
Text [ french ] = "Fondu encha<68>n<EFBFBD> d'attributs" ;
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text [ dutch ] = "Opmaak niet weergeven" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text [ swedish ] = "Tona <20>ver attribut" ;
|
|
|
|
|
|
Text [ danish ] = "Ton attributter over" ;
|
|
|
|
|
|
Text [ portuguese ] = "Sobreposi<73><69>o de atributos" ;
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Atributos da transi<73><69>o por dissolu<6C><75>o" ;
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ chinese_simplified ] = "交替显示画面特性";
|
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ polish ] = "Przenikanie atrybut<75>w";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ japanese ] = "属性をフェードアウト";
|
|
|
|
|
|
Text[ chinese_traditional ] = "交替顯示畫面特性";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2001-02-02 15:39:16 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ korean ] = "페이드 속성";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "<22>znitelikler: Serme";
|
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ catalan ] = "Cobreix atributs";
|
|
|
|
|
|
Text[ finnish ] = "Muunna attribuutit";
|
|
|
|
|
|
Text[ thai ] = "คุณลักษณะลู่ขวาง";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ czech ] = "Vlastnosti postupného přechodu";
|
|
|
|
|
|
Text[ hebrew ] = "Attributierung überblenden";
|
|
|
|
|
|
Text[ hindi ] = "क्रॉस-फ़ेड ऐट्रिब्यूट्स";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
CheckBox CBX_ORIENTATION
|
|
|
|
|
|
{
|
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 44 ) ;
|
|
|
|
|
|
Size = MAP_APPFONT ( 121 , 12 ) ;
|
|
|
|
|
|
Text = "Gleiche Orientierung" ;
|
|
|
|
|
|
Text [ ENGLISH ] = "Same orientation" ;
|
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
|
Text [ english_us ] = "Same orientation" ;
|
|
|
|
|
|
Text [ italian ] = "Stesso orientamento" ;
|
|
|
|
|
|
Text [ spanish ] = "Misma orientaci<63>n" ;
|
|
|
|
|
|
Text [ french ] = "M<>me orientation" ;
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text [ dutch ] = "Identieke afdrukstand" ;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text [ swedish ] = "Samma orientering" ;
|
|
|
|
|
|
Text [ danish ] = "Samme retning" ;
|
|
|
|
|
|
Text [ portuguese ] = "Mesma orienta<74><61>o" ;
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Mesma orienta<74><61>o" ;
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ chinese_simplified ] = "相同方向";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
|
Text[ polish ] = "Ta sama orientacja";
|
2003-03-27 09:58:12 +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[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ korean ] = "같은 방향";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "Ayn<79> y<>n";
|
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ catalan ] = "Mateixa orientaci<63>";
|
|
|
|
|
|
Text[ finnish ] = "Samaan suuntaan";
|
|
|
|
|
|
Text[ thai ] = "วางแนวเหมือนกัน";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ czech ] = "Stejný směr";
|
|
|
|
|
|
Text[ hebrew ] = "Gleiche Orientierung";
|
|
|
|
|
|
Text[ hindi ] = "समान अनुस्थापन";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
|
|
|
|
|
Text [ english_us ] = "Cross-fading" ;
|
|
|
|
|
|
Text [ italian ] = "Morphing" ;
|
|
|
|
|
|
Text [ spanish ] = "Disolvencia" ;
|
|
|
|
|
|
Text [ french ] = "Fondu encha<68>n<EFBFBD>" ;
|
|
|
|
|
|
Text [ dutch ] = "Overlappen" ;
|
|
|
|
|
|
Text [ swedish ] = "Tona <20>ver" ;
|
|
|
|
|
|
Text [ danish ] = "Ton over" ;
|
|
|
|
|
|
Text [ portuguese ] = "Dissolver" ;
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text [ portuguese_brazilian ] = "Dissolu<6C><75>o" ;
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ chinese_simplified ] = "渐渐隐出";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ polish ] = "Przenikanie";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ japanese ] = "フェードアウト";
|
|
|
|
|
|
Text[ chinese_traditional ] = "漸漸隱出";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ korean ] = "교차하며 흐려지기";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
Text[ turkish ] = "Ser";
|
|
|
|
|
|
Text[ language_user1 ] = " ";
|
2003-03-27 09:58:12 +00:00
|
|
|
|
Text[ catalan ] = "Disolv<6C>ncia";
|
|
|
|
|
|
Text[ finnish ] = "Luo muodonvaihdos";
|
|
|
|
|
|
Text[ thai ] = "ลู่ขวาง";
|
2003-04-29 15:59:51 +00:00
|
|
|
|
Text[ czech ] = "Postupný přechod";
|
|
|
|
|
|
Text[ hebrew ] = "Überblenden";
|
|
|
|
|
|
Text[ hindi ] = "क्रॉस-फ़ेड करना";
|
2000-09-18 16:07:07 +00:00
|
|
|
|
};
|
2001-06-08 22:14:05 +00:00
|
|
|
|
|
2001-06-29 01:29:07 +00:00
|
|
|
|
|
2001-07-13 20:51:50 +00:00
|
|
|
|
|
2001-07-26 21:33:35 +00:00
|
|
|
|
|
2003-03-27 09:58:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-04-29 15:59:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-03-27 09:58:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|