2007-03-26 11:07:55 +00:00
|
|
|
/*************************************************************************
|
2006-08-04 08:48:52 +00:00
|
|
|
*
|
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: optupdt.src,v $
|
|
|
|
|
*
|
2007-06-27 16:31:24 +00:00
|
|
|
* $Revision: 1.6 $
|
2006-08-04 08:48:52 +00:00
|
|
|
*
|
2007-06-27 16:31:24 +00:00
|
|
|
* last change: $Author: hr $ $Date: 2007-06-27 17:31:24 $
|
2006-08-04 08:48:52 +00:00
|
|
|
*
|
|
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
|
* =============================================
|
|
|
|
|
* Copyright 2005 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
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
// include --------------------------------------------------------------
|
|
|
|
|
#include "optupdt.hrc"
|
2007-06-27 16:31:24 +00:00
|
|
|
#include <svx/dialogs.hrc>
|
2006-08-04 08:48:52 +00:00
|
|
|
#include "helpid.hrc"
|
|
|
|
|
|
|
|
|
|
// RID_SVXPAGE_ONLINEUPDATE --------------------------------------------
|
|
|
|
|
TabPage RID_SVXPAGE_ONLINEUPDATE
|
|
|
|
|
{
|
|
|
|
|
HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ;
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
|
|
|
Text [ en-US ] = "OnlineUpdate" ;
|
|
|
|
|
FixedLine FL_OPTIONS
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
|
|
|
Text [ en-US ] = "Online Update Options" ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox CB_AUTOCHECK
|
|
|
|
|
{
|
2007-03-26 11:07:55 +00:00
|
|
|
Pos = MAP_APPFONT ( 12, 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 210, 10 ) ;
|
2006-08-04 08:48:52 +00:00
|
|
|
Text [ en-US ] = "~Check for updates automatically" ;
|
|
|
|
|
};
|
|
|
|
|
RadioButton RB_EVERYDAY
|
|
|
|
|
{
|
2007-03-26 11:07:55 +00:00
|
|
|
Pos = MAP_APPFONT ( 18, 27 ) ;
|
2007-04-04 06:51:12 +00:00
|
|
|
Size = MAP_APPFONT ( 160, 10 ) ;
|
2006-08-04 08:48:52 +00:00
|
|
|
Text [ en-US ] = "Every Da~y" ;
|
|
|
|
|
};
|
|
|
|
|
RadioButton RB_EVERYWEEK
|
|
|
|
|
{
|
2007-03-26 11:07:55 +00:00
|
|
|
Pos = MAP_APPFONT ( 18, 40 ) ;
|
2007-04-04 06:51:12 +00:00
|
|
|
Size = MAP_APPFONT ( 160, 10 ) ;
|
2006-08-04 08:48:52 +00:00
|
|
|
Text [ en-US ] = "Every ~Week" ;
|
|
|
|
|
};
|
|
|
|
|
RadioButton RB_EVERYMONTH
|
|
|
|
|
{
|
2007-03-26 11:07:55 +00:00
|
|
|
Pos = MAP_APPFONT ( 18, 53 ) ;
|
2007-04-04 06:51:12 +00:00
|
|
|
Size = MAP_APPFONT ( 160, 10 ) ;
|
2006-08-04 08:48:52 +00:00
|
|
|
Text [ en-US ] = "Every ~Month" ;
|
|
|
|
|
};
|
2007-04-04 06:51:12 +00:00
|
|
|
FixedText FT_LASTCHECKED
|
2006-08-04 08:48:52 +00:00
|
|
|
{
|
2007-03-26 11:07:55 +00:00
|
|
|
Pos = MAP_APPFONT ( 12, 69 ) ;
|
2007-04-04 06:51:12 +00:00
|
|
|
Size = MAP_APPFONT ( 160, 10 ) ;
|
|
|
|
|
Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
|
|
|
|
|
};
|
|
|
|
|
PushButton PB_CHECKNOW
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12, 82 ) ;
|
2007-03-26 11:07:55 +00:00
|
|
|
Size = MAP_APPFONT ( 50, 14 ) ;
|
2006-08-04 08:48:52 +00:00
|
|
|
Text [ en-US ] = "Check ~now" ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox CB_AUTODOWNLOAD
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12, 130 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 160, 10 ) ;
|
|
|
|
|
Text [ en-US ] = "~Download updates automatically" ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_DESTPATHLABEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 22, 143 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 150, 8 ) ;
|
|
|
|
|
Text [ en-US ] = "Download destination:" ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_DESTPATH
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 22, 154 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 138, 8 ) ;
|
|
|
|
|
};
|
|
|
|
|
PushButton PB_CHANGEPATH
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 162, 151 ) ;
|
2007-03-26 11:07:55 +00:00
|
|
|
Size = MAP_APPFONT ( 50, 14 ) ;
|
2006-08-04 08:48:52 +00:00
|
|
|
Text [ en-US ] = "Ch~ange..." ;
|
|
|
|
|
};
|
2007-04-04 06:51:12 +00:00
|
|
|
String STR_NEVERCHECKED
|
|
|
|
|
{
|
|
|
|
|
Text [ en-US ] = "Last checked: Not yet" ;
|
|
|
|
|
};
|
2006-08-04 08:48:52 +00:00
|
|
|
};
|