/************************************************************************* * * $RCSfile: redlndlg.src,v $ * * $Revision: 1.27 $ * * last change: $Author: hjs $ $Date: 2004-06-26 03:39:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 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 * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ /* StarView ressource file */ #include "redlndlg.hrc" #include "misc.hrc" #include "helpid.h" #define WIDTH 297 #define HEIGHT 169 #define REDLNDLG \ OutputSize = TRUE ; \ SVLook = TRUE ; \ Size = MAP_APPFONT ( WIDTH , HEIGHT ) ; \ Moveable = TRUE ; \ Closeable = TRUE ; \ Sizeable = TRUE ; \ Hide = TRUE ; \ Control CTRL_TABPAGES\ {\ Pos = MAP_APPFONT ( XBORDER , YBORDER ) ; \ Size = MAP_APPFONT ( WIDTH - XBORDER * 2 , HEIGHT - YBORDER * 2 ) ; \ HelpID = HID_REDLINE_CTRL ; \ TabStop = TRUE ; \ }; ModelessDialog DLG_REDLINE_ACCEPT { HelpID = HID_REDLINE_ACCEPT ; /* ### ACHTUNG: Neuer Text in Resource? Änderungen akzeptieren oder verwerfen : Redlining */ Text [ de ] = "Änderungen akzeptieren oder verwerfen" ; Text [ en-US ] = "Accept or Reject Changes" ; REDLNDLG Text [ x-comment ] = " "; }; ModalDialog DLG_MOD_REDLINE_ACCEPT { HelpID = HID_REDLINE_AUTOFMT_ACCEPT ; Text [ de ] = "AutoFormat: Änderungen akzeptieren oder verwerfen" ; REDLNDLG Text [ en-US ] = "Accept or Reject AutoFormat Changes"; Text [ x-comment ] = " "; }; Menu MN_REDLINE_POPUP { ItemList = { MenuItem { Identifier = MN_EDIT_COMMENT ; HelpID = HID_EDIT_COMMENT ; Text [ de ] = "Kommentar bearbeiten..." ; Text [ en-US ] = "Edit Comment..." ; Text [ x-comment ] = " "; }; MenuItem { Identifier = MN_SUB_SORT ; Text [ de ] = "Sortiere" ; RadioCheck = TRUE ; SubMenu = Menu { ItemList = { MenuItem { Identifier = MN_SORT_ACTION ; HelpID = HID_SORT_ACTION ; Text [ de ] = "Aktion" ; RadioCheck = TRUE ; Text [ en-US ] = "Action" ; Text [ x-comment ] = " "; }; MenuItem { Identifier = MN_SORT_AUTHOR ; HelpID = HID_SORT_AUTHOR ; Text [ de ] = "Autor" ; RadioCheck = TRUE ; Text [ en-US ] = "Author" ; Text [ x-comment ] = " "; }; MenuItem { Identifier = MN_SORT_DATE ; HelpID = HID_SORT_DATE ; Text [ de ] = "Datum" ; RadioCheck = TRUE ; Text [ en-US ] = "Date" ; Text [ x-comment ] = " "; }; MenuItem { Identifier = MN_SORT_COMMENT ; HelpID = HID_SORT_COMMENT ; Text [ de ] = "Beschreibung" ; RadioCheck = TRUE ; Text [ en-US ] = "Comment" ; Text [ x-comment ] = " "; }; MenuItem { Identifier = MN_SORT_POSITION ; HelpID = HID_SW_SORT_POSITION ; Text [ de ] = "Dokumentposition" ; RadioCheck = TRUE ; Text [ en-US ] = "Document position" ; Text [ x-comment ] = " "; }; }; }; Text [ en-US ] = "Sort By" ; Text [ x-comment ] = " "; }; }; };