2003-07-03 15:38:44 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2008-04-10 22:48:59 +00:00
|
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2003-07-03 15:38:44 +00:00
|
|
|
|
*
|
2008-04-10 22:48:59 +00:00
|
|
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
2003-07-03 15:38:44 +00:00
|
|
|
|
*
|
2008-04-10 22:48:59 +00:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-07-03 15:38:44 +00:00
|
|
|
|
*
|
2008-04-10 22:48:59 +00:00
|
|
|
|
* $RCSfile: ruler.src,v $
|
|
|
|
|
* $Revision: 1.24 $
|
2003-07-03 15:38:44 +00:00
|
|
|
|
*
|
2008-04-10 22:48:59 +00:00
|
|
|
|
* This file is part of OpenOffice.org.
|
2003-07-03 15:38:44 +00:00
|
|
|
|
*
|
2008-04-10 22:48:59 +00:00
|
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
|
* only, as published by the Free Software Foundation.
|
2003-07-03 15:38:44 +00:00
|
|
|
|
*
|
2008-04-10 22:48:59 +00:00
|
|
|
|
* OpenOffice.org 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 version 3 for more details
|
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2003-07-03 15:38:44 +00:00
|
|
|
|
*
|
2008-04-10 22:48:59 +00:00
|
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
|
* for a copy of the LGPLv3 License.
|
2003-07-03 15:38:44 +00:00
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
2007-06-27 16:37:13 +00:00
|
|
|
|
#include <svx/dialogs.hrc>
|
2003-07-03 15:38:44 +00:00
|
|
|
|
#include "ruler.hrc"
|
|
|
|
|
|
|
|
|
|
Menu RID_SVXMN_RULER
|
|
|
|
|
{
|
|
|
|
|
ItemList =
|
|
|
|
|
{
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_MM ;
|
|
|
|
|
Checkable = TRUE ;
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Millimeter" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_CM ;
|
|
|
|
|
Checkable = TRUE ;
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Centimeter" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_M ;
|
|
|
|
|
Checkable = TRUE ;
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Meter" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_KM ;
|
|
|
|
|
Checkable = TRUE ;
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Kilometer" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_INCH ;
|
|
|
|
|
Checkable = TRUE ;
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Inch" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_FOOT ;
|
|
|
|
|
Checkable = TRUE ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Fu<46> : Fu<46> */
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Fu<46> : Fu<46> */
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Foot" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_MILE ;
|
|
|
|
|
Checkable = TRUE ;
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Miles" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_POINT ;
|
|
|
|
|
Checkable = TRUE ;
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Point" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_PICA ;
|
|
|
|
|
Checkable = TRUE ;
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Pica" ;
|
|
|
|
|
};
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
String RID_SVXSTR_RULER_TAB_LEFT
|
|
|
|
|
{
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Left" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVXSTR_RULER_TAB_RIGHT
|
|
|
|
|
{
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Right" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVXSTR_RULER_TAB_DECIMAL
|
|
|
|
|
{
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Decimal" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
String RID_SVXSTR_RULER_TAB_CENTER
|
|
|
|
|
{
|
2004-06-25 11:02:21 +00:00
|
|
|
|
Text [ en-US ] = "Center" ;
|
2003-07-03 15:38:44 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-07-17 10:22:16 +00:00
|
|
|
|
|
|
|
|
|
|
2003-07-03 15:38:44 +00:00
|
|
|
|
|
2003-12-17 13:12:53 +00:00
|
|
|
|
|
2003-07-03 15:38:44 +00:00
|
|
|
|
|
|
|
|
|
|