/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * 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 "versdlg.hrc" ModalDialog DLG_VERSIONS { HelpID = "sfx2:ModalDialog:DLG_VERSIONS"; OutputSize = TRUE ; Size = MAP_APPFONT ( 340 , 184 ) ; SvLook = TRUE ; Moveable = TRUE ; FixedLine GB_NEWVERSIONS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 272 , 8 ) ; Text [ en-US ] = "New versions" ; }; PushButton PB_SAVE { HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_SAVE"; Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 90 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Save ~New Version" ; }; CheckBox CB_SAVEONCLOSE { HelpID = "sfx2:CheckBox:DLG_VERSIONS:CB_SAVEONCLOSE"; Pos = MAP_APPFONT ( 108 , 16 ) ; Size = MAP_APPFONT ( 164 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Always save a version on closing" ; }; FixedLine GB_OLDVERSIONS { Pos = MAP_APPFONT ( 6 , 34 ) ; Size = MAP_APPFONT ( 272 , 8 ) ; Text [ en-US ] = "Existing versions" ; }; FixedText FT_DATETIME { Pos = MAP_APPFONT ( 15 , 45 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; Text [ en-US ] = "Date and time" ; }; FixedText FT_SAVEDBY { Pos = MAP_APPFONT ( 76 , 45 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; Text [ en-US ] = "Saved by" ; }; FixedText FT_COMMENTS { Pos = MAP_APPFONT ( 138 , 45 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; Text [ en-US ] = "Comments" ; }; Control TLB_VERSIONS { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 58 ) ; Size = MAP_APPFONT ( 260 , 114 ) ; TabStop = TRUE ; }; CancelButton PB_CLOSE { Pos = MAP_APPFONT ( 284 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Close" ; }; PushButton PB_OPEN { HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_OPEN"; Pos = MAP_APPFONT ( 284 , 26 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Open" ; }; PushButton PB_VIEW { HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_VIEW"; Pos = MAP_APPFONT ( 284 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; Text [ en-US ] = "~Show..." ; }; PushButton PB_DELETE { HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_DELETE"; Pos = MAP_APPFONT ( 284 , 60 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Delete" ; }; PushButton PB_COMPARE { HelpID = "sfx2:PushButton:DLG_VERSIONS:PB_COMPARE"; Pos = MAP_APPFONT ( 284 , 77 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Compare" ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 284 , 97 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Versions of" ; }; ModalDialog DLG_COMMENTS { HelpID = "sfx2:ModalDialog:DLG_COMMENTS"; OutputSize = TRUE ; Size = MAP_APPFONT ( 180 , 118 ) ; SvLook = TRUE ; Moveable = TRUE ; FixedText FT_DATETIME { Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 168 , 10 ) ; Text [ en-US ] = "Date and time : " ; }; FixedText FT_SAVEDBY { Pos = MAP_APPFONT ( 6 , 19 ) ; Size = MAP_APPFONT ( 168 , 10 ) ; Text [ en-US ] = "Saved by " ; }; MultiLineEdit ME_VERSIONS { HelpID = "sfx2:MultiLineEdit:DLG_COMMENTS:ME_VERSIONS"; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 32 ) ; Size = MAP_APPFONT ( 168 , 60 ) ; TabStop = TRUE ; }; OKButton PB_OK { Pos = MAP_APPFONT ( 15 , 98 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { Pos = MAP_APPFONT ( 68 , 98 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; PushButton PB_CLOSE { HelpID = "sfx2:PushButton:DLG_COMMENTS:PB_CLOSE"; Pos = MAP_APPFONT ( 68 , 98 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Close" ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 124 , 98 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Insert Version Comment" ; }; String DLG_COMMENTS { Text [ en-US ] = "Version comment" ; };