/************************************************************************* * * $RCSfile: ctredlin.src,v $ * * $Revision: 1.3 $ * * last change: $Author: kz $ $Date: 2000-11-15 21:04:54 $ * * 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): _______________________________________ * * ************************************************************************/ //=========================================================================== // TabPages fuer Redlining // // (C) 1998 StarDivision GmbH, Hamburg, Germany // // $Workfile: ctredlin.src $ // $Author: kz $ // $Date: 2000-11-15 21:04:54 $ // $Revision: 1.3 $ // $Logfile: T:/svx/source/dialog/ctredlin.srv $ //--------------------------------------------------------------------------- #include "ctredlin.hrc" #include "helpid.hrc" #ifndef STD_MASKCOLOR #define STD_MASKCOLOR Color { Red=0xC000; Green=0xC000; Blue=0xC000;} #endif TabPage SID_REDLIN_FILTER_PAGE { String STR_FILTER { Text = "Filter" ; Text [ ENGLISH ] = "Filter" ; Text [ portuguese ] = "Filtro" ; Text [ english_us ] = "Filter" ; Text [ portuguese_brazilian ] = "Filter" ; Text [ swedish ] = "Filter" ; Text [ danish ] = "Filter" ; Text [ italian ] = "Filtro" ; Text [ spanish ] = "Filtro" ; Text [ french ] = "Filtre" ; Text [ dutch ] = "Filter" ; Text[ chinese_simplified ] = "ɸѡ"; Text[ russian ] = ""; Text[ polish ] = "Filtr"; Text[ japanese ] = "̨"; Text[ chinese_traditional ] = "z"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Filtre"; Text[ language_user1 ] = " "; }; HelpId = HID_REDLINING_FILTER_PAGE ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 264 , 126 ) ; Hide = TRUE ; CheckBox CB_DATE { Pos = MAP_APPFONT ( 12 , 11 ) ; Size = MAP_APPFONT ( 50 , 10 ) ; Text = "~Datum" ; Text [ ENGLISH ] = "~Date" ; TabStop = TRUE ; HelpId = HID_REDLINING_FILTER_CB_DATE ; Text [ english_us ] = "~Date" ; Text [ portuguese_brazilian ] = "Datum" ; Text [ swedish ] = "~Datum" ; Text [ danish ] = "~Dato" ; Text [ italian ] = "Data" ; Text [ spanish ] = "~Fecha" ; Text [ french ] = "Date" ; Text [ dutch ] = "~Datum" ; Text [ portuguese ] = "~Data" ; Text[ chinese_simplified ] = "(~D)"; Text[ russian ] = ""; Text[ polish ] = "Data"; Text[ japanese ] = "tƎ(~D)"; Text[ chinese_traditional ] = "(~D)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "¥(~D)"; Text[ turkish ] = "~Tarih"; Text[ language_user1 ] = " "; }; ListBox LB_DATE { HelpId = HID_REDLINING_FILTER_LB_DATE ; Border = TRUE ; Disable = TRUE ; Pos = MAP_APPFONT ( 63 , 9 ) ; Size = MAP_APPFONT ( 78 , 99 ) ; TabStop = TRUE ; DropDown = TRUE ; StringList = { < "vor dem" ; Default ; > ; < "seit dem" ; Default ; > ; < "gleich dem" ; Default ; > ; < "ungleich dem" ; Default ; > ; < "zwischen dem" ; Default ; > ; < "seit dem Speichern" ; Default ; > ; }; StringList [ ENGLISH ] = { < "vor dem" ; Default ; > ; < "seit dem" ; Default ; > ; < "gleich dem" ; Default ; > ; < "ungleich dem" ; Default ; > ; < "zwischen dem" ; Default ; > ; < "seit dem Speichern" ; Default ; > ; }; stringlist [ portuguese ] = { < "antes de" ; Default ; > ; < "desde" ; Default ; > ; < "igual a" ; Default ; > ; < "desigual a" ; Default ; > ; < "entre" ; Default ; > ; < "desde o Guardar" ; Default ; > ; }; stringlist [ english_us ] = { < "earlier than" ; Default ; > ; < "since" ; Default ; > ; < "equal to " ; Default ; > ; < "not equal to" ; Default ; > ; < "between" ; Default ; > ; < "since saving" ; Default ; > ; }; stringlist [ portuguese_brazilian ] = { < "vor dem" ; Default ; > ; < "seit dem" ; Default ; > ; < "gleich dem" ; Default ; > ; < "ungleich dem" ; Default ; > ; < "zwischen dem" ; Default ; > ; < "seit dem Speichern" ; Default ; > ; }; stringlist [ swedish ] = { < "innan den" ; Default ; > ; < "sedan" ; Default ; > ; < "lika med" ; Default ; > ; < "inte lika med" ; Default ; > ; < "mellan" ; Default ; > ; < "sedan sparandet" ; Default ; > ; }; stringlist [ danish ] = { < "fr den" ; Default ; > ; < "siden den" ; Default ; > ; < "lig med den" ; Default ; > ; < "forskellig fra den" ; Default ; > ; < "mellem den" ; Default ; > ; < "siden gemning" ; Default ; > ; }; stringlist [ italian ] = { < "prima del" ; Default ; > ; < "dal" ; Default ; > ; < "uguale a" ; Default ; > ; < "non uguale a" ; Default ; > ; < "tra il" ; Default ; > ; < "dal salvataggio" ; Default ; > ; }; stringlist [ spanish ] = { < "antes de" ; Default ; > ; < "desde el" ; Default ; > ; < "igual a" ; Default ; > ; < "desigual a" ; Default ; > ; < "entre" ; Default ; > ; < "desde el 'Guardado'" ; Default ; > ; }; stringlist [ french ] = { < "avant le" ; Default ; > ; < "depuis le" ; Default ; > ; < "gal " ; Default ; > ; < "diffrent de" ; Default ; > ; < "entre le" ; Default ; > ; < "depuis l'enregistrement" ; Default ; > ; }; stringlist [ dutch ] = { < "voor de" ; Default ; > ; < "na de" ; Default ; > ; < "dezelfde als" ; Default ; > ; < "niet dezelfde als" ; Default ; > ; < "tussen de" ; Default ; > ; < "na het opslaan" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "" ; Default ; > ; < "" ; Default ; > ; < "ͬ" ; Default ; > ; < "" ; Default ; > ; < "м" ; Default ; > ; < "ڴ̺" ; Default ; > ; }; StringList [ russian ] = { < "" ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; }; StringList [ polish ] = { < "przed" ; Default ; > ; < "od" ; Default ; > ; < "rwny" ; Default ; > ; < "nierwny" ; Default ; > ; < "midzy" ; Default ; > ; < "od zapisu" ; Default ; > ; }; StringList [ japanese ] = { < "̓܂" ; Default ; > ; < "̓" ; Default ; > ; < "̓t" ; Default ; > ; < "̓tȊO" ; Default ; > ; < "̓̊" ; Default ; > ; < "ŏIۑȍ~" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "" ; Default ; > ; < "q" ; Default ; > ; < "P_" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "bxs" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; }; StringList [ greek ] = { < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < "" ; Default ; > ; < " " ; Default ; > ; }; StringList [ korean ] = { < "" ; Default ; > ; < "" ; Default ; > ; < "() " ; Default ; > ; < "() " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ turkish ] = { < "bu tarihten nce" ; Default ; > ; < "ilk tarih" ; Default ; > ; < "eittir" ; Default ; > ; < "eit deildir" ; Default ; > ; < "Aralk" ; Default ; > ; < "Kayttan itibaren" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; < " " ; Default ; > ; }; }; DateField DF_DATE { HelpId = HID_REDLINING_FILTER_DF_DATE ; Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 144 , 9 ) ; Size = MAP_APPFONT ( 55 , 12 ) ; TabStop = TRUE ; Spin = TRUE ; Repeat = TRUE ; Intnl = International { DateCentury = TRUE ; LongDateDayLeadingZero = TRUE ; }; Minimum = Date { Year = 1985 ; Month = 12 ; Day = 31 ; }; Maximum = Date { Year = 2050 ; Month = 12 ; Day = 31 ; }; }; TimeField TF_DATE { HelpId = HID_REDLINING_FILTER_TF_DATE ; Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 201 , 9 ) ; Size = MAP_APPFONT ( 35 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; }; ImageButton IB_CLOCK { HelpId = HID_REDLINING_FILTER_IB_CLOCK ; Disable = TRUE ; Pos = MAP_APPFONT ( 239 , 9 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; TabStop = TRUE ; ButtonImage = Image { ImageBitmap = Bitmap { File = "time.bmp" ; }; MaskColor = STD_MASKCOLOR ; }; QuickHelpText = "Datum/Uhrzeit einstellen" ; QuickHelpText [ ENGLISH ] = "Set date/time" ; QuickHelpText [ english_us ] = "Set Date/Time" ; QuickHelpText [ portuguese_brazilian ] = "Datum/Uhrzeit einstellen" ; QuickHelpText [ swedish ] = "Stll in datum/klockslag" ; QuickHelpText [ danish ] = "Indstil dato/klokkeslt" ; QuickHelpText [ italian ] = "Imposta data/ora" ; QuickHelpText [ spanish ] = "Definir fecha/hora" ; QuickHelpText [ french ] = "Actualiser la date/l'heure" ; QuickHelpText [ dutch ] = "Datum/tijd instellen" ; QuickHelpText [ portuguese ] = "Define data e hora" ; QuickHelpText[ russian ] = " "; QuickHelpText[ polish ] = "Ustaw dat/godzin"; QuickHelpText[ japanese ] = "tƎ̐ݒ"; QuickHelpText[ chinese_simplified ] = "趨/ʱ"; QuickHelpText[ chinese_traditional ] = "]w/ɶ"; QuickHelpText[ arabic ] = " /"; QuickHelpText[ greek ] = " /"; QuickHelpText[ korean ] = "Set Date/Time"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Datum/Uhrzeit einstellen"; }; FixedText FT_DATE2 { Pos = MAP_APPFONT ( 112 , 26 ) ; Size = MAP_APPFONT ( 32 , 12 ) ; Disable = TRUE ; Text = "~und dem" ; Text [ ENGLISH ] = "and" ; Text [ english_us ] = "and" ; Text [ portuguese_brazilian ] = "und dem" ; Text [ swedish ] = "och" ; Text [ danish ] = "og den" ; Text [ italian ] = "e" ; Text [ spanish ] = "y" ; Text [ french ] = "~et" ; Text [ dutch ] = "~en de" ; Text [ portuguese ] = "e" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "i"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "M"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "׸"; Text[ turkish ] = "~ile"; Text[ language_user1 ] = " "; }; DateField DF_DATE2 { HelpId = HID_REDLINING_FILTER_DF_DATE2 ; Border = TRUE ; Disable = TRUE ; Pos = MAP_APPFONT ( 144 , 24 ) ; Size = MAP_APPFONT ( 55 , 12 ) ; TabStop = TRUE ; Spin = TRUE ; Repeat = TRUE ; Intnl = International { DateCentury = TRUE ; LongDateDayLeadingZero = TRUE ; }; Minimum = Date { Year = 1985 ; Month = 12 ; Day = 31 ; }; Maximum = Date { Year = 2050 ; Month = 12 ; Day = 31 ; }; }; TimeField TF_DATE2 { HelpId = HID_REDLINING_FILTER_TF_DATE2 ; Border = TRUE ; Disable = TRUE ; Pos = MAP_APPFONT ( 201 , 24 ) ; Size = MAP_APPFONT ( 35 , 12 ) ; TabStop = TRUE ; Spin = TRUE ; Repeat = TRUE ; }; ImageButton IB_CLOCK2 { HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ; Disable = TRUE ; Pos = MAP_APPFONT ( 239 , 24 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; TabStop = TRUE ; ButtonImage = Image { ImageBitmap = Bitmap { File = "time.bmp" ; }; MaskColor = STD_MASKCOLOR ; }; QuickHelpText = "Datum/Uhrzeit einstellen" ; QuickHelpText [ ENGLISH ] = "Set date/time" ; QuickHelpText [ english_us ] = "Set Date/Time" ; QuickHelpText [ portuguese_brazilian ] = "Datum/Uhrzeit einstellen" ; QuickHelpText [ swedish ] = "Stll in datum/klockslag" ; QuickHelpText [ danish ] = "Indstil dato/klokkeslt" ; QuickHelpText [ italian ] = "Imposta data/ora" ; QuickHelpText [ spanish ] = "Definir fecha/hora" ; QuickHelpText [ french ] = "Actualiser la date/l'heure" ; QuickHelpText [ dutch ] = "Datum/tijd instellen" ; QuickHelpText [ portuguese ] = "Define data e hora" ; QuickHelpText[ russian ] = " "; QuickHelpText[ polish ] = "Ustaw dat/godzin"; QuickHelpText[ japanese ] = "tƎ̐ݒ"; QuickHelpText[ chinese_simplified ] = "趨/ʱ"; QuickHelpText[ chinese_traditional ] = "]w/ɶ"; QuickHelpText[ arabic ] = " /"; QuickHelpText[ greek ] = " /"; QuickHelpText[ korean ] = "Set Date/Time"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Datum/Uhrzeit einstellen"; }; CheckBox CB_AUTOR { HelpId = HID_REDLINING_FILTER_CB_AUTOR ; Pos = MAP_APPFONT ( 12 , 46 ) ; Size = MAP_APPFONT ( 50 , 12 ) ; Text = "~Autor" ; Text [ ENGLISH ] = "~Author" ; TabStop = TRUE ; Text [ english_us ] = "~Author" ; Text [ portuguese_brazilian ] = "Autor" ; Text [ swedish ] = "Frf~attare" ; Text [ danish ] = "Forfatter" ; Text [ italian ] = "Autore" ; Text [ spanish ] = "~Autor" ; Text [ french ] = "Auteur" ; Text [ dutch ] = "~Auteur" ; Text [ portuguese ] = "~Autor" ; Text[ chinese_simplified ] = "(~A)"; Text[ russian ] = ""; Text[ polish ] = "Autor"; Text[ japanese ] = "쐬(~A)"; Text[ chinese_traditional ] = "@(~A)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ۼ(~A)"; Text[ turkish ] = "~Yazan"; Text[ language_user1 ] = " "; }; ListBox LB_AUTOR { HelpId = HID_REDLINING_FILTER_LB_AUTOR ; Border = TRUE ; Pos = MAP_APPFONT ( 63 , 44 ) ; Size = MAP_APPFONT ( 173 , 100 ) ; TabStop = TRUE ; Disable = TRUE ; DropDown = TRUE ; }; CheckBox CB_RANGE { HelpId = HID_REDLINING_FILTER_CB_RANGE ; Pos = MAP_APPFONT ( 12 , 67 ) ; Size = MAP_APPFONT ( 50 , 10 ) ; Text = "~Bereich" ; Text [ ENGLISH ] = "~Range" ; TabStop = TRUE ; Text [ english_us ] = "~Range" ; Text [ portuguese_brazilian ] = "Bereich" ; Text [ swedish ] = "~Omrde" ; Text [ danish ] = "Omrde" ; Text [ italian ] = "Area" ; Text [ spanish ] = "~rea" ; Text [ french ] = "~Plage" ; Text [ dutch ] = "~Bereik" ; Text [ portuguese ] = "Intervalo" ; Text[ chinese_simplified ] = "(~R)"; Text[ russian ] = ""; Text[ polish ] = "Zakres"; Text[ japanese ] = "͈(~R)"; Text[ chinese_traditional ] = "ϰ(~R)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~R)"; Text[ turkish ] = "~Aralk"; Text[ language_user1 ] = " "; }; Edit ED_RANGE { HelpId = HID_REDLINING_FILTER_ED_RANGE ; Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 63 , 65 ) ; Size = MAP_APPFONT ( 173 , 12 ) ; TabStop = TRUE ; }; String STR_ACTION { Text = "A~ktion" ; Text [ ENGLISH ] = "A~ction" ; Text [ portuguese ] = "A~co" ; Text [ english_us ] = "A~ction" ; Text [ portuguese_brazilian ] = "A~ktion" ; Text [ swedish ] = "t~grd" ; Text [ danish ] = "Handling" ; Text [ italian ] = "Opera~zione" ; Text [ spanish ] = "~Accin" ; Text [ french ] = "A~ction" ; Text [ dutch ] = "A~ctiviteit" ; Text[ chinese_simplified ] = "(~C)"; Text[ russian ] = ""; Text[ polish ] = "Akcja"; Text[ japanese ] = "(~C)"; Text[ chinese_traditional ] = "ާ@(~C)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~C)"; Text[ turkish ] = "~lem"; Text[ language_user1 ] = " "; }; ListBox LB_ACTION { HelpId = HID_REDLINING_FILTER_LB_ACTION ; Border = TRUE ; Hide = TRUE ; Disable = TRUE ; Pos = MAP_APPFONT ( 63 , 65 ) ; Size = MAP_APPFONT ( 173 , 100 ) ; TabStop = TRUE ; DropDown = TRUE ; }; PushButton BTN_REF { HelpId = HID_REDLINING_FILTER_BTN_REF ; Pos = MAP_APPFONT ( 239 , 65 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; Disable = TRUE ; TabStop = TRUE ; Text = "..." ; QuickHelpText = "Tabellenreferenz einstellen" ; QuickHelpText [ ENGLISH ] = "Set referenz" ; QuickHelpText [ english_us ] = "Set Reference" ; Text [ portuguese_brazilian ] = "..." ; QuickHelpText [ portuguese_brazilian ] = "Tabellenreferenz einstellen" ; Text [ swedish ] = "..." ; QuickHelpText [ swedish ] = "Stll in tabellreferens" ; Text [ danish ] = "..." ; QuickHelpText [ danish ] = "Indstil tabelreference" ; Text [ italian ] = "..." ; QuickHelpText [ italian ] = "Imposta il riferimento di tabella" ; Text [ spanish ] = "..." ; QuickHelpText [ spanish ] = "Definir referencia a tabla" ; Text [ french ] = "..." ; QuickHelpText [ french ] = "Ajuster rfrence" ; Text [ dutch ] = "..." ; QuickHelpText [ dutch ] = "Tabellenreferentie instellen" ; Text [ portuguese ] = "..." ; QuickHelpText [ portuguese ] = "Definir referncia" ; Text [ english_us ] = "..." ; Text[ chinese_simplified ] = "..."; Text[ russian ] = "..."; Text[ polish ] = "..."; Text[ japanese ] = "..."; Text[ chinese_traditional ] = "..."; Text[ arabic ] = "..."; QuickHelpText[ russian ] = " "; QuickHelpText[ polish ] = "Ustaw tabel odwoa"; QuickHelpText[ japanese ] = "\\̎QƂݒ"; QuickHelpText[ chinese_simplified ] = "趨"; QuickHelpText[ chinese_traditional ] = "]wu@ѷ"; QuickHelpText[ arabic ] = " "; Text[ greek ] = "..."; Text[ korean ] = "..."; QuickHelpText[ greek ] = "Set Reference"; QuickHelpText[ korean ] = "Set Reference"; Text[ turkish ] = "..."; Text[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Tabellenreferenz einstellen"; }; CheckBox CB_COMMENT { HelpId = HID_REDLINING_FILTER_CB_COMMENT ; Pos = MAP_APPFONT ( 12 , 88 ) ; Size = MAP_APPFONT ( 50 , 10 ) ; Text = "Be~schreibung" ; Text [ ENGLISH ] = "~Comment" ; TabStop = TRUE ; Text[ italian ] = "~Descrizione"; Text[ portuguese_brazilian ] = "~Comment"; Text[ portuguese ] = "D~escrio"; Text[ danish ] = "Beskrivelse"; Text[ french ] = "~Description"; Text[ swedish ] = "Be~skrivning"; Text[ dutch ] = "~Commentaar"; Text[ spanish ] = "~Descripcin"; Text[ english_us ] = "Comment"; Text[ chinese_simplified ] = "˵"; Text[ russian ] = ""; Text[ polish ] = "Opis"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "yz"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Ak~lama"; Text[ language_user1 ] = " "; }; Edit ED_COMMENT { HelpId = HID_REDLINING_FILTER_ED_COMMENT ; Disable = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 63 , 86 ) ; Size = MAP_APPFONT ( 173 , 12 ) ; TabStop = TRUE ; }; GroupBox GB_FILTER { Pos = MAP_APPFONT ( 3 , 1 ) ; Size = MAP_APPFONT ( 257 , 103) ; }; }; TabPage SID_REDLIN_VIEW_PAGE { HelpId = HID_REDLINING_VIEW_PAGE ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 270 , 126 ) ; Hide = TRUE ; String STR_VIEW { Text = "Liste" ; Text [ ENGLISH ] = "List" ; Text [ english_us ] = "List" ; Text [ portuguese_brazilian ] = "Liste" ; Text [ swedish ] = "Lista" ; Text [ danish ] = "Liste" ; Text [ italian ] = "Lista" ; Text [ spanish ] = "Lista" ; Text [ french ] = "Liste" ; Text [ dutch ] = "Lijst" ; Text [ portuguese ] = "Lista" ; Text[ chinese_simplified ] = "е"; Text[ russian ] = ""; Text[ polish ] = "Lista"; Text[ japanese ] = "ؽ"; Text[ chinese_traditional ] = "M"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Liste"; Text[ language_user1 ] = " "; }; Control DG_VIEW { HelpId = HID_REDLINING_VIEW_DG_VIEW ; Pos = MAP_APPFONT ( 3 , 1 ) ; Size = MAP_APPFONT ( 221 , 65 ) ; Border = TRUE ; }; PushButton PB_ACCEPT { HelpId = HID_REDLINING_VIEW_PB_ACCEPT ; Text = "~Akzeptieren" ; Text [ ENGLISH ] = "Accept" ; Pos = MAP_APPFONT ( 3 , 69 ) ; Size = MAP_APPFONT ( 60 , 14 ) ; Text [ portuguese ] = "~Aceitar" ; Text [ english_us ] = "~Accept" ; Text [ portuguese_brazilian ] = "~Akzeptieren" ; Text [ swedish ] = "~Acceptera" ; Text [ danish ] = "Accepter" ; Text [ italian ] = "~Accetta" ; Text [ spanish ] = "~Aceptar" ; Text [ french ] = "~Accepter" ; Text [ dutch ] = "~Accepteren" ; Text[ chinese_simplified ] = "(~A)"; Text[ russian ] = ""; Text[ polish ] = "Zaakceptuj"; Text[ japanese ] = "F(~A)"; Text[ chinese_traditional ] = "(~A)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = "(~A)"; Text[ turkish ] = "~Kabul et"; Text[ language_user1 ] = " "; }; PushButton PB_REJECT { HelpId = HID_REDLINING_VIEW_PB_REJECT ; Text = "A~blehnen" ; Text [ ENGLISH ] = "Reject" ; Pos = MAP_APPFONT ( 69 , 69 ) ; Size = MAP_APPFONT ( 60 , 14 ) ; Text [ english_us ] = "~Reject" ; Text [ portuguese_brazilian ] = "A~blehnen" ; Text [ swedish ] = "Av~bja" ; Text [ danish ] = "Forkast" ; Text [ italian ] = "~Rifiuta" ; Text [ spanish ] = "~Rechazar" ; Text [ french ] = "~Refuser" ; Text [ dutch ] = "V~erwerpen" ; Text [ portuguese ] = "~Rejeitar" ; Text[ chinese_simplified ] = "ܾ(~R)"; Text[ russian ] = ""; Text[ polish ] = "Odrzu"; Text[ japanese ] = "j(~R)"; Text[ chinese_traditional ] = "ڵ(~R)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ź(~R)"; Text[ turkish ] = "R~eddet"; Text[ language_user1 ] = " "; }; PushButton PB_ACCEPTALL { HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ; Text = "Alle ak~zeptieren" ; Text [ ENGLISH ] = "Accept All" ; Pos = MAP_APPFONT ( 141 , 69 ) ; Size = MAP_APPFONT ( 60 , 14 ) ; Text [ english_us ] = "~Accept All" ; Text [ portuguese_brazilian ] = "Alle ak~zeptieren" ; Text [ swedish ] = "A~cceptera alla" ; Text [ danish ] = "Accepter alle" ; Text [ italian ] = "Accetta ~tutti" ; Text [ spanish ] = "~Aceptar todo" ; Text [ french ] = "Tout a~ccepter" ; Text [ dutch ] = "Alle ac~cepteren" ; Text [ portuguese ] = "~Aceitar tudo" ; Text[ chinese_simplified ] = "ȫ(~A)"; Text[ russian ] = " "; Text[ polish ] = "Akcept. wszystkie"; Text[ japanese ] = "ׂďF(~A)"; Text[ chinese_traditional ] = "(~A)"; Text[ arabic ] = " "; Text[ greek ] = "~ "; Text[ korean ] = " (~A)"; Text[ turkish ] = "~Tmn kabul et"; Text[ language_user1 ] = " "; }; PushButton PB_REJECTALL { HelpId = HID_REDLINING_VIEW_PB_REJECTALL ; Text = "Alle ab~lehnen" ; Text [ ENGLISH ] = "Reject All" ; Pos = MAP_APPFONT ( 207 , 69 ) ; Size = MAP_APPFONT ( 60 , 14 ) ; Text [ english_us ] = "~Reject All" ; Text [ portuguese_brazilian ] = "Alle ab~lehnen" ; Text [ swedish ] = "A~vbj alla" ; Text [ danish ] = "Forkast alle" ; Text [ italian ] = "Rifiuta ~tutti" ; Text [ spanish ] = "~Rechazar todo" ; Text [ french ] = "Tout r~efuser" ; Text [ dutch ] = "Alle ver~werpen" ; Text [ portuguese ] = "Rejeitar ~tudo" ; Text[ chinese_simplified ] = "ȫܾ(~R)"; Text[ russian ] = " "; Text[ polish ] = "Odrzu wszystkie"; Text[ japanese ] = "ׂĔj(~R)"; Text[ chinese_traditional ] = "ڵ(~R)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " ź(~R)"; Text[ turkish ] = "Tmn ~reddet"; Text[ language_user1 ] = " "; }; PushButton PB_UNDO { HelpId = HID_REDLINING_VIEW_PB_UNDO ; Text = "~Rckgngig" ; Text [ ENGLISH ] = "Undo" ; Hide = TRUE; Pos = MAP_APPFONT ( 279 , 69 ) ; Size = MAP_APPFONT ( 60 , 14 ) ; Text[ italian ] = "Annulla"; Text[ portuguese_brazilian ] = "Undo"; Text[ portuguese ] = "A~nular"; Text[ danish ] = "Fortryd"; Text[ french ] = "~Annuler"; Text[ swedish ] = "~ngra"; Text[ dutch ] = "~Ongedaan maken"; Text[ spanish ] = "~Deshacer"; Text[ english_us ] = "Undo"; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Cofnij"; Text[ japanese ] = "ɖ߂"; Text[ chinese_traditional ] = "_"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = " "; Text[ turkish ] = "~Geri al"; Text[ language_user1 ] = " "; }; String STR_TITLE1 { Text = "Aktion" ; Text [ ENGLISH ] = "Action" ; Text [ english_us ] = "Action" ; Text [ portuguese_brazilian ] = "Aktion" ; Text [ swedish ] = "tgrd" ; Text [ danish ] = "Handling" ; Text [ italian ] = "Operazione" ; Text [ spanish ] = "Accin" ; Text [ french ] = "Action" ; Text [ dutch ] = "Activiteit" ; Text [ portuguese ] = "Aco" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Akcja"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "ާ@"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "lem"; Text[ language_user1 ] = " "; }; String STR_TITLE2 { Text = "Position" ; Text [ ENGLISH ] = "Position" ; Text [ english_us ] = "Position" ; Text [ portuguese_brazilian ] = "Position" ; Text [ swedish ] = "Position" ; Text [ danish ] = "Placering" ; Text [ italian ] = "Posizione" ; Text [ spanish ] = "Posicin" ; Text [ french ] = "Position" ; Text [ dutch ] = "Positie" ; Text [ portuguese ] = "Posio" ; Text[ chinese_simplified ] = "λ"; Text[ russian ] = ""; Text[ polish ] = "Pozycja"; Text[ japanese ] = "ʒu"; Text[ chinese_traditional ] = "m"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ġ"; Text[ turkish ] = "Konum"; Text[ language_user1 ] = " "; }; String STR_TITLE3 { Text = "Autor" ; Text [ ENGLISH ] = "Author" ; Text [ english_us ] = "Author" ; Text [ portuguese_brazilian ] = "Autor" ; Text [ swedish ] = "Frfattare" ; Text [ danish ] = "Forfatter" ; Text [ italian ] = "Autore" ; Text [ spanish ] = "Autor" ; Text [ french ] = "Auteur" ; Text [ dutch ] = "Auteur" ; Text [ portuguese ] = "Autor" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Autor"; Text[ japanese ] = "쐬"; Text[ chinese_traditional ] = "@"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ۼ"; Text[ turkish ] = "Yazan"; Text[ language_user1 ] = " "; }; String STR_TITLE4 { Text = "Datum" ; Text [ ENGLISH ] = "Date" ; Text [ english_us ] = "Date" ; Text [ portuguese_brazilian ] = "Datum" ; Text [ swedish ] = "Datum" ; Text [ danish ] = "Dato" ; Text [ italian ] = "Data" ; Text [ spanish ] = "Fecha" ; Text [ french ] = "Date" ; Text [ dutch ] = "Datum" ; Text [ portuguese ] = "Data" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Data"; Text[ japanese ] = "tƎ"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "¥"; Text[ turkish ] = "Tarih"; Text[ language_user1 ] = " "; }; String STR_TITLE5 { Text = "Beschreibung" ; Text [ ENGLISH ] = "Comment" ; Text [ english_us ] = "Comment" ; Text [ portuguese_brazilian ] = "Beschreibung" ; Text [ swedish ] = "Beskrivning" ; Text [ danish ] = "Beskrivelse" ; Text [ italian ] = "Descrizione" ; Text [ spanish ] = "Descripcin" ; Text [ french ] = "Description" ; Text [ dutch ] = "Omschrijviing" ; Text [ portuguese ] = "Comentrio" ; Text[ chinese_simplified ] = "˵"; Text[ russian ] = ""; Text[ polish ] = "Komentarz"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "yz"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Aklama"; Text[ language_user1 ] = " "; }; };