/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ruler.src,v $ * $Revision: 1.24 $ * * This file is part of OpenOffice.org. * * 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. * * 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). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include #include "ruler.hrc" Menu RID_SVXMN_RULER { ItemList = { MenuItem { Identifier = ID_MM ; Checkable = TRUE ; Text [ en-US ] = "Millimeter" ; }; MenuItem { Identifier = ID_CM ; Checkable = TRUE ; Text [ en-US ] = "Centimeter" ; }; MenuItem { Identifier = ID_M ; Checkable = TRUE ; Text [ en-US ] = "Meter" ; }; MenuItem { Identifier = ID_KM ; Checkable = TRUE ; Text [ en-US ] = "Kilometer" ; }; MenuItem { Identifier = ID_INCH ; Checkable = TRUE ; Text [ en-US ] = "Inch" ; }; MenuItem { Identifier = ID_FOOT ; Checkable = TRUE ; /* ### ACHTUNG: Neuer Text in Resource? Fuß : Fu˜ */ /* ### ACHTUNG: Neuer Text in Resource? Fuß : Fu˜ */ Text [ en-US ] = "Foot" ; }; MenuItem { Identifier = ID_MILE ; Checkable = TRUE ; Text [ en-US ] = "Miles" ; }; MenuItem { Identifier = ID_POINT ; Checkable = TRUE ; Text [ en-US ] = "Point" ; }; MenuItem { Identifier = ID_PICA ; Checkable = TRUE ; Text [ en-US ] = "Pica" ; }; }; }; String RID_SVXSTR_RULER_TAB_LEFT { Text [ en-US ] = "Left" ; }; String RID_SVXSTR_RULER_TAB_RIGHT { Text [ en-US ] = "Right" ; }; String RID_SVXSTR_RULER_TAB_DECIMAL { Text [ en-US ] = "Decimal" ; }; String RID_SVXSTR_RULER_TAB_CENTER { Text [ en-US ] = "Center" ; };