/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: redlndlg.src,v $ * * $Revision: 1.29 $ * * last change: $Author: hr $ $Date: 2005-09-23 13:10:37 $ * * 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 * ************************************************************************/ /* 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 ] = " "; }; }; };