2003-07-03 15:36:03 +00:00
/*************************************************************************
*
2005-09-08 20:20:50 +00:00
* OpenOffice.org - a multi-platform office productivity suite
2003-07-03 15:36:03 +00:00
*
2005-09-08 20:20:50 +00:00
* $RCSfile: imapdlg.src,v $
2003-07-03 15:36:03 +00:00
*
2005-09-23 12:41:19 +00:00
* $Revision: 1.48 $
2003-07-03 15:36:03 +00:00
*
2005-09-23 12:41:19 +00:00
* last change: $Author: hr $ $Date: 2005-09-23 13:41:19 $
2003-07-03 15:36:03 +00:00
*
2005-09-08 20:20:50 +00:00
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
2003-07-03 15:36:03 +00:00
*
*
2005-09-08 20:20:50 +00:00
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
2003-07-03 15:36:03 +00:00
*
2005-09-08 20:20:50 +00:00
* 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.
2003-07-03 15:36:03 +00:00
*
2005-09-08 20:20:50 +00:00
* 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.
2003-07-03 15:36:03 +00:00
*
2005-09-08 20:20:50 +00:00
* 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
2003-07-03 15:36:03 +00:00
*
************************************************************************/
// include ---------------------------------------------------------------
#include "helpid.hrc"
#include "imapdlg.hrc"
// pragma ----------------------------------------------------------------
// RID_SVXDLG_IMAP ----------------------------------------------------
ModelessDialog RID_SVXDLG_IMAP
{
OutputSize = TRUE ;
Hide = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( 270 , 213 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "ImageMap-Editor" ;
2003-07-03 15:36:03 +00:00
Sizeable = TRUE ;
Moveable = TRUE ;
Closeable = TRUE ;
ToolBox TBX_IMAPDLG1
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 6 , 6 ) ;
HelpId = HID_IMAPDLG_TOOLBOX ;
ItemList =
{
ToolBoxItem
{
Identifier = TBI_APPLY ;
HelpId = HID_IMAPDLG_APPLY ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Zuweisen" ;
Text [ en-US ] = "Apply" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_OPEN ;
HelpId = HID_IMAPDLG_OPEN ;
2005-09-23 12:41:19 +00:00
Text [ de ] = "Öffnen..." ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Open..." ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_SAVEAS ;
HelpId = HID_IMAPDLG_SAVEAS ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Speichern...";
Text [ en-US ] = "Save..." ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBI_SELECT ;
HelpId = HID_IMAPDLG_SELECT ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Auswahl" ;
2003-07-03 15:36:03 +00:00
RadioCheck = TRUE ;
AutoCheck = TRUE ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Select" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_RECT ;
HelpId = HID_IMAPDLG_RECT ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Rechteck" ;
2003-07-03 15:36:03 +00:00
RadioCheck = TRUE ;
AutoCheck = TRUE ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Rectangle" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_CIRCLE ;
HelpId = HID_IMAPDLG_CIRCLE ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Ellipse" ;
2003-07-03 15:36:03 +00:00
RadioCheck = TRUE ;
AutoCheck = TRUE ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Ellipse" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_POLY ;
HelpId = HID_IMAPDLG_POLY ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Polygon" ;
2003-07-03 15:36:03 +00:00
RadioCheck = TRUE ;
AutoCheck = TRUE ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Polygon" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_FREEPOLY ;
HelpId = HID_IMAPDLG_FREEPOLY ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Freihandpolygon" ;
Text [ en-US ] = "Freeform Polygon" ;
2003-07-03 15:36:03 +00:00
RadioCheck = TRUE ;
AutoCheck = TRUE ;
2004-06-25 10:56:10 +00:00
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBI_POLYEDIT ;
HelpId = HID_IMAPDLG_POLYEDIT ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Punkte bearbeiten" ;
Text [ en-US ] = "Edit Points" ;
2003-07-03 15:36:03 +00:00
AutoCheck = TRUE ;
2004-06-25 10:56:10 +00:00
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_POLYMOVE ;
HelpId = HID_IMAPDLG_POLYMOVE ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Punkte verschieben" ;
Text [ en-US ] = "Move Points" ;
2003-07-03 15:36:03 +00:00
RadioCheck = TRUE ;
AutoCheck = TRUE ;
2004-06-25 10:56:10 +00:00
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_POLYINSERT ;
HelpId = HID_IMAPDLG_POLYINSERT ;
/* ### ACHTUNG: Neuer Text in Resource? Punkte einf<6E> gen : Punkte einf<6E> gen */
/* ### ACHTUNG: Neuer Text in Resource? Punkte einf<6E> gen : Punkte einf<6E> gen */
2005-09-23 12:41:19 +00:00
Text [ de ] = "Punkte einfügen" ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Insert Points" ;
2003-07-03 15:36:03 +00:00
RadioCheck = TRUE ;
AutoCheck = TRUE ;
2004-06-25 10:56:10 +00:00
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_POLYDELETE ;
HelpId = HID_IMAPDLG_POLYDELETE ;
/* ### ACHTUNG: Neuer Text in Resource? Punkte l<> schen : Punkte l<> schen */
/* ### ACHTUNG: Neuer Text in Resource? Punkte l<> schen : Punkte l<> schen */
2005-09-23 12:41:19 +00:00
Text [ de ] = "Punkte löschen" ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Delete Points" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBI_UNDO ;
HelpId = HID_IMAPDLG_UNDO ;
2005-09-23 12:41:19 +00:00
Text [ de ] = "Rückgängig " ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Undo " ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_REDO ;
HelpId = HID_IMAPDLG_REDO ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Wiederherstellen " ;
Text [ en-US ] = "Redo" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = TBI_ACTIVE ;
HelpId = HID_IMAPDLG_ACTIVE ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Aktiv" ;
Text [ en-US ] = "Active" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_MACRO ;
HelpId = HID_IMAPDLG_MACRO ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Makro..." ;
Text [ en-US ] = "Macro..." ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ToolBoxItem
{
Identifier = TBI_PROPERTY ;
HelpId = HID_IMAPDLG_PROPERTY ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Eigenschaften..." ;
Text [ en-US ] = "Properties..." ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
};
};
FixedText FT_URL
{
Pos = MAP_APPFONT ( 6 , 25 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Adresse:" ;
Text [ en-US ] = "Address:" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ComboBox CBB_URL
{
Pos = MAP_APPFONT ( 39 , 23 ) ;
Size = MAP_APPFONT ( 225 , 69 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
AutoSize = TRUE ;
AutoHScroll = TRUE ;
};
FixedText FT_TEXT
{
Pos = MAP_APPFONT ( 6 , 43 ) ;
Size = MAP_APPFONT ( 30 , 12 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Text:" ;
Text [ en-US ] = "Text:" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
Edit EDT_TEXT
{
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 39 , 41 ) ;
Size = MAP_APPFONT ( 143 , 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
};
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "ImageMap Editor" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
FixedText RID_SVXCTL_FT_TARGET
{
Pos = MAP_APPFONT ( 188 , 43 ) ;
Size = MAP_APPFONT ( 22 , 12 ) ;
2004-06-25 10:56:10 +00:00
Text[ de ] = "Frame:";
Text [ en-US ] = "Frame:" ;
2003-07-03 15:36:03 +00:00
};
// nur temporaer
ComboBox RID_SVXCTL_CBB_TARGET
{
Border = TRUE ;
Sort = TRUE ;
Pos = MAP_APPFONT ( 213 , 41 ) ;
Size = MAP_APPFONT ( 51 , 50 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
HScroll = TRUE ;
};
#define IMAPDLG_IDLIST \
IdList = \
{ \
TBI_APPLY ; \
TBI_OPEN ; \
TBI_SAVEAS ; \
TBI_SELECT ; \
TBI_RECT ; \
TBI_CIRCLE ; \
TBI_POLY ; \
TBI_FREEPOLY ; \
TBI_POLYEDIT ; \
TBI_POLYMOVE ; \
TBI_POLYINSERT ; \
TBI_POLYDELETE ; \
TBI_UNDO ; \
TBI_REDO ; \
TBI_ACTIVE ; \
TBI_MACRO ; \
TBI_PROPERTY ; \
}; \
IdCount = { 17 ; };
ImageList IL_IMAPDLG
{
2004-05-21 08:37:51 +00:00
Prefix = "id";
2003-07-03 15:36:03 +00:00
MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
IMAPDLG_IDLIST
};
ImageList ILH_IMAPDLG
{
2004-05-21 08:37:51 +00:00
Prefix = "idh";
2003-07-03 15:36:03 +00:00
MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
IMAPDLG_IDLIST
};
};
Control RID_SVXCTL_IMAP
{
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 6 , 56 ) ;
HelpId = HID_IMAPDLG_GRAPHWND ;
};
/******************************************************************************/
Menu RID_SVXMN_IMAP
{
ItemList =
{
MenuItem
{
Identifier = MN_URL ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "~Beschreibung..." ;
Text [ en-US ] = "Description..." ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
MenuItem
{
Identifier = MN_MACRO ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Ma~kro..." ;
Text [ en-US ] = "~Macro..." ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
MenuItem
{
Identifier = MN_ACTIVATE ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "~Aktiv" ;
Text [ en-US ] = "Active" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = MN_POSITION ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "A~nordnung" ;
Text [ en-US ] = "Arrange" ;
2003-07-03 15:36:03 +00:00
SubMenu = Menu
{
ItemList =
{
MenuItem
{
Identifier = MN_FRAME_TO_TOP ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Ganz nach ~vorn" ;
Text [ en-US ] = "Bring to Front" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
MenuItem
{
Identifier = MN_MOREFRONT ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "W~eiter nach vorn" ;
Text [ en-US ] = "Bring ~Forward" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
MenuItem
{
Identifier = MN_MOREBACK ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Weiter ~nach hinten" ;
Text [ en-US ] = "Send Back~ward" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
MenuItem
{
Identifier = MN_FRAME_TO_BOTTOM ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Ganz nach ~hinten" ;
Text [ en-US ] = "~Send to Back" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
};
};
2004-06-25 10:56:10 +00:00
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = MN_MARK_ALL ;
/* ### ACHTUNG: Neuer Text in Resource? Alles ausw~<7E> hlen : Alles ausw~<7E> hlen */
/* ### ACHTUNG: Neuer Text in Resource? Alles ausw~<7E> hlen : Alles ausw~<7E> hlen */
2005-09-23 12:41:19 +00:00
Text [ de ] = "Alles ausw~ählen" ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "Select ~All" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
MenuItem
{
Identifier = MN_DELETE ;
/* ### ACHTUNG: Neuer Text in Resource? ~L<> schen : ~L<> schen */
/* ### ACHTUNG: Neuer Text in Resource? ~L<> schen : ~L<> schen */
2005-09-23 12:41:19 +00:00
Text [ de ] = "~Löschen" ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "~Delete" ;
2003-07-03 15:36:03 +00:00
/* ### ACHTUNG: Neuer Text in Resource? Die Selektion l<> schen : Die Selektion l<> schen */
2004-06-25 10:56:10 +00:00
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
};
};
/******************************************************************************/
ModalDialog RID_SVXDLG_IMAPURL
{
SVLook = TRUE ;
OutputSize = TRUE ;
Closeable = TRUE ;
Moveable = TRUE ;
Size = MAP_APPFONT ( 214 , 80 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Beschreibung" ;
Text [ en-US ] = "Description" ;
2003-07-03 15:36:03 +00:00
FixedText FT_URLDESCRIPTION
{
Pos = MAP_APPFONT ( 12 , 32 ) ;
Size = MAP_APPFONT ( 48 , 8 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "~Alternativtext" ;
Text [ en-US ] = "Alternative ~text" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
Edit EDT_URLDESCRIPTION
{
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Pos = MAP_APPFONT ( 62 , 30 ) ;
Size = MAP_APPFONT ( 84 , 12 ) ;
};
FixedText FT_URL1
{
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT ( 48 , 8 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "~URL" ;
Text [ en-US ] = "~URL" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
Edit EDT_URL
{
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Pos = MAP_APPFONT ( 62 , 14 ) ;
Size = MAP_APPFONT ( 84 , 12 ) ;
};
OKButton BTN_OK
{
TabStop = TRUE ;
DefButton = TRUE ;
Pos = MAP_APPFONT ( 158 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
CancelButton BTN_CANCEL
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( 158 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
FixedLine FL_URL
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 146 , 8 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "Hyperlink" ;
Text [ en-US ] = "Hyperlink" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
FixedText FT_TARGET
{
Pos = MAP_APPFONT ( 12 , 48 ) ;
Size = MAP_APPFONT ( 48 , 8 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "~Frame" ;
Text [ en-US ] = "F~rame" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
ComboBox CBB_TARGETS
{
Border = TRUE ;
Sort = TRUE ;
Pos = MAP_APPFONT ( 62 , 46 ) ;
Size = MAP_APPFONT ( 84 , 50 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
HScroll = TRUE ;
};
FixedText FT_NAME
{
Pos = MAP_APPFONT ( 12 , 64 ) ;
Size = MAP_APPFONT ( 48 , 8 ) ;
2004-06-25 10:56:10 +00:00
Text [ de ] = "~Name" ;
Text [ en-US ] = "~Name" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
Edit EDT_NAME
{
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Pos = MAP_APPFONT ( 62 , 62 ) ;
Size = MAP_APPFONT ( 84 , 12 ) ;
};
2004-06-25 10:56:10 +00:00
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
/******************************************************************************/
String STR_IMAPDLG_SAVE
{
2005-09-23 12:41:19 +00:00
Text [ de ] = "Die ImageMap wurde geändert.\nSollen die Änderungen gespeichert werden?";
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?";
2003-07-03 15:36:03 +00:00
/* ### ACHTUNG: Neuer Text in Resource? Die ImageMap wurde ge<67> ndert.\nSollen die <20> nderungen gespeichert werden? : Die ImageMap wurde ge<67> ndert.\nSollen die <20> nderungen gespeichert werden? */
/* ### ACHTUNG: Neuer Text in Resource? Die ImageMap wurde ge<67> ndert.\nSollen die <20> nderungen gespeichert werden? : Die ImageMap wurde ge<67> ndert.\nSollen die <20> nderungen gespeichert werden? */
2004-06-25 10:56:10 +00:00
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
String STR_IMAPDLG_MODIFY
{
/* ### ACHTUNG: Neuer Text in Resource? Die ImageMap wurde ge<67> ndert.\nSollen die <20> nderungen <20> bernommen werden? : Die ImageMap wurde ge<67> ndert.\nSollen die <20> nderungen <20> bernommen werden? */
/* ### ACHTUNG: Neuer Text in Resource? Die ImageMap wurde ge<67> ndert.\nSollen die <20> nderungen <20> bernommen werden? : Die ImageMap wurde ge<67> ndert.\nSollen die <20> nderungen <20> bernommen werden? */
2005-09-23 12:41:19 +00:00
Text [ de ] = "Die ImageMap wurde geändert.\nSollen die Änderungen übernommen werden?" ;
2004-06-25 10:56:10 +00:00
Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ;
Text [ x-comment ] = " ";
2003-07-03 15:36:03 +00:00
};
/******************************************************************************/
2003-07-17 10:19:03 +00:00
2003-12-17 13:07:15 +00:00
2003-07-17 10:19:03 +00:00
2003-07-03 15:36:03 +00:00