/************************************************************************* * * $RCSfile: queryfilter.src,v $ * * $Revision: 1.23 $ * * last change: $Author: oj $ $Date: 2002-06-21 06:26:32 $ * * 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): _______________________________________ * * ************************************************************************/ #ifndef DBAUI_QUERYFILTER_HRC #include "queryfilter.hrc" #endif #include "dbaccess_helpid.hrc" #define STRLST_AND_OR \ StringList = \ {\ < "UND" ; Default ; > ; \ < "ODER" ; Default ; > ; \ };\ StringList [ ENGLISH ] = \ {\ < "UND" ; Default ; > ; \ < "ODER" ; Default ; > ; \ };\ StringList [ norwegian ] = \ {\ < "UND" ; Default ; > ; \ < "ODER" ; Default ; > ; \ };\ StringList [ italian ] = \ {\ < "E" ; Default ; > ; \ < "O" ; Default ; > ; \ };\ StringList [ portuguese_brazilian ] = \ {\ < "E" ; Default ; > ; \ < "OU" ; Default ; > ; \ };\ StringList [ portuguese ] = \ {\ < "E" ; Default ; > ; \ < "OU" ; Default ; > ; \ };\ StringList [ finnish ] = \ {\ < "AND" ; Default ; > ; \ < "OR" ; Default ; > ; \ };\ StringList [ danish ] = \ {\ < "OG " ; Default ; > ; \ < "ELLER" ; Default ; > ; \ };\ StringList [ french ] = \ {\ < "ET" ; Default ; > ; \ < "OU" ; Default ; > ; \ };\ StringList [ swedish ] = \ {\ < "OCH" ; Default ; > ; \ < "ELLER" ; Default ; > ; \ };\ StringList [ dutch ] = \ {\ < "EN" ; Default ; > ; \ < "OF" ; Default ; > ; \ };\ StringList [ spanish ] = \ {\ < "Y" ; Default ; > ; \ < "O" ; Default ; > ; \ };\ StringList [ english_us ] = \ {\ < "AND" ; Default ; > ; \ < "OR" ; Default ; > ; \ };\ StringList [ chinese_simplified ] = \ {\ < "AND" ; Default ; > ;\ < "OR" ; Default ; > ;\ }; \ StringList [ russian ] = \ { \ < "" ; Default ; > ; \ < "" ; Default ; > ; \ }; \ StringList [ japanese ] = \ { \ < "AND" ; Default ; > ; \ < "OR" ; Default ; > ; \ }; \ StringList [ polish ] = \ { \ < "ORAZ" ; Default ; > ; \ < "LUB" ; Default ; > ; \ }; \ StringList [ chinese_traditional ] = \ { \ < "AND" ; Default ; > ; \ < "OR" ; Default ; > ; \ }; \ StringList [ arabic ] = \ { \ < "" ; Default ; > ; \ < "" ; Default ; > ; \ };\ StringList [ greek ] =\ {\ < "KAI" ; Default ; > ;\ < "" ; Default ; > ;\ };\ StringList [ korean ] =\ {\ < "AND" ; Default ; > ;\ < "OR" ; Default ; > ;\ };\ StringList [ turkish ] = \ {\ < "VE" ; Default ; > ;\ < "VEYA" ; Default ; > ;\ };\ StringList [ language_user1 ] =\ {\ < " " ; Default ; > ;\ < " " ; Default ; > ;\ };\ StringList [ catalan ] = \ {\ < "Y" ; Default ; > ;\ < "O" ; Default ; > ;\ }; ModalDialog DLG_FILTERCRIT { OutputSize = TRUE ; Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 303 , 76 ) ; /* These strings are equal to the toolbox bubble helptext from MID_SBA_QRY_FILTERCRIT in toolbox.hrc */ Text ="Standardfilter" ; Text [ ENGLISH ] ="Standardfilter" ; Text[ english_us ] ="Default Filter"; Text[ portuguese ] ="Filtro padro"; Text[ russian ] =" "; Text[ dutch ] ="Standaardfilter"; Text[ french ] ="Filtre standard"; Text[ spanish ] ="Filtro predeterminado"; Text[ italian ] ="Filtro standard"; Text[ danish ] ="Standardfilter"; Text[ swedish ] ="Standardfilter"; Text[ polish ] ="Filtr standardowy"; Text[ portuguese_brazilian ] ="Filter"; Text[ japanese ] ="標準フィルタ"; Text[ chinese_simplified ] ="标准筛选"; Text[ chinese_traditional ] ="標準篩選"; Text[ arabic ] =" "; Text[ dutch ] ="Standaardfilter"; Text[ chinese_simplified ] ="标准筛选"; Text[ greek ] =" "; Text[ korean ] ="기본 필터"; Text[ turkish ] ="Standart filtre"; Text[ language_user1 ] =""; Text[ finnish ] ="Oletussuodatin"; Text[ catalan ] ="Default Filter"; Text[ thai ] ="ค่าเริ่มต้นตัวกรอง"; Moveable = TRUE ; Closeable = TRUE ; HelpId = HID_DLG_FILTERCRIT ; ListBox LB_WHEREFIELD1 { Border = TRUE ; Pos = MAP_APPFONT ( 60 , 25 ) ; Size = MAP_APPFONT ( 60 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox LB_WHERECOMP1 { Border = TRUE ; Pos = MAP_APPFONT ( 124 , 25 ) ; Size = MAP_APPFONT ( 49 , 72 ) ; TabStop = TRUE ; DDExtraWidth = TRUE ; DropDown = TRUE ; CurPos = 0 ; }; Edit ET_WHEREVALUE1 { Border = TRUE ; Pos = MAP_APPFONT ( 177 , 25 ) ; Size = MAP_APPFONT ( 60 , 12 ) ; TabStop = TRUE ; }; ListBox LB_WHERECOND2 { Border = TRUE ; Pos = MAP_APPFONT ( 15 , 41 ) ; Size = MAP_APPFONT ( 41 , 36 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; STRLST_AND_OR }; ListBox LB_WHEREFIELD2 { Border = TRUE ; Pos = MAP_APPFONT ( 60 , 41 ) ; Size = MAP_APPFONT ( 60 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox LB_WHERECOMP2 { Border = TRUE ; Pos = MAP_APPFONT ( 124 , 41 ) ; Size = MAP_APPFONT ( 49 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; DDExtraWidth = TRUE ; CurPos = 0 ; }; Edit ET_WHEREVALUE2 { Border = TRUE ; Pos = MAP_APPFONT ( 177 , 41 ) ; Size = MAP_APPFONT ( 60 , 12 ) ; TabStop = TRUE ; }; ListBox LB_WHERECOND3 { Border = TRUE ; Pos = MAP_APPFONT ( 15 , 57 ) ; Size = MAP_APPFONT ( 41 , 36 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; STRLST_AND_OR }; ListBox LB_WHEREFIELD3 { Border = TRUE ; Pos = MAP_APPFONT ( 60 , 57 ) ; Size = MAP_APPFONT ( 60 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox LB_WHERECOMP3 { Border = TRUE ; Pos = MAP_APPFONT ( 124 , 57 ) ; Size = MAP_APPFONT ( 49 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; DDExtraWidth = TRUE ; CurPos = 0 ; }; Edit ET_WHEREVALUE3 { Border = TRUE ; Pos = MAP_APPFONT ( 177 , 57 ) ; Size = MAP_APPFONT ( 60 , 12 ) ; TabStop = TRUE ; }; FixedText FT_WHEREFIELD { Pos = MAP_APPFONT ( 60 , 14 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text = "Feldname" ; Center = TRUE ; Text [ ENGLISH ] = "Fieldname" ; Text [ norwegian ] = "Fieldname" ; Text [ italian ] = "Nome di campo" ; Text [ portuguese_brazilian ] = "Nome de campo" ; Text [ portuguese ] = "Nome de campo" ; Text [ finnish ] = "Kentn nimi" ; Text [ danish ] = "Feltnavn" ; Text [ french ] = "Nom de champ" ; Text [ swedish ] = "Fltnamn" ; Text [ dutch ] = "Veldnaam" ; Text [ spanish ] = "Nombre del campo" ; Text [ english_us ] = "Field name" ; Text[ chinese_simplified ] = "字段名称"; Text[ russian ] = " "; Text[ polish ] = "Nazwa pola"; Text[ japanese ] = "フィールド名"; Text[ chinese_traditional ] = "欄位名稱"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "필드 이름"; Text[ turkish ] = "Alan ad"; Text[ language_user1 ] = " "; Text[ catalan ] = "Nombre del campo"; }; FixedText FT_WHERECOMP { Pos = MAP_APPFONT ( 124 , 14 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text = "Bedingung" ; Center = TRUE ; Text [ ENGLISH ] = "Condition" ; Text [ norwegian ] = "Vilkr" ; Text [ italian ] = "Condizione" ; Text [ portuguese_brazilian ] = "condi??o" ; Text [ portuguese ] = "Condio" ; Text [ finnish ] = "Ehto" ; Text [ danish ] = "Betingelse" ; Text [ french ] = "Condition" ; Text [ swedish ] = "Villkor" ; Text [ dutch ] = "Voorwaarde" ; Text [ spanish ] = "Condicin" ; Text [ english_us ] = "Condition" ; Text[ chinese_simplified ] = "条件"; Text[ russian ] = ""; Text[ polish ] = "Warunek"; Text[ japanese ] = "条件"; Text[ chinese_traditional ] = "條件"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "조건"; Text[ turkish ] = "Koul"; Text[ language_user1 ] = " "; Text[ catalan ] = "Condicin"; }; FixedText FT_WHEREVALUE { Pos = MAP_APPFONT ( 177 , 14 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text = "Wert" ; Center = TRUE ; Text [ ENGLISH ] = "Value" ; Text [ norwegian ] = "Verdi" ; Text [ italian ] = "Valore" ; Text [ portuguese_brazilian ] = "Valor" ; Text [ portuguese ] = "Valor" ; Text [ finnish ] = "Arvo" ; Text [ danish ] = "Vrdi" ; Text [ french ] = "Valeur" ; Text [ swedish ] = "Vrde" ; Text [ dutch ] = "Waarde" ; Text [ spanish ] = "Valor" ; Text [ english_us ] = "Value" ; Text[ chinese_simplified ] = "数值"; Text[ russian ] = ""; Text[ polish ] = "Warto"; Text[ japanese ] = "値"; Text[ chinese_traditional ] = "數值"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "값"; Text[ turkish ] = "Deer"; Text[ language_user1 ] = " "; Text[ catalan ] = "Valor"; }; FixedText FT_WHEREOPER { Pos = MAP_APPFONT ( 15 , 14 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; /* ### ACHTUNG: Neuer Text in Resource? Verknpfung : Verknpfung */ Text = "Verknpfung" ; Center = TRUE ; Text [ ENGLISH ] = "Operator" ; Text [ norwegian ] = "Operator" ; Text [ italian ] = "Operatore" ; Text [ portuguese_brazilian ] = "Operador" ; Text [ portuguese ] = "Ligao" ; Text [ finnish ] = "Operaattori" ; Text [ danish ] = "Kde" ; Text [ french ] = "Lien" ; Text [ swedish ] = "Operator" ; Text [ dutch ] = "Koppeling" ; Text [ spanish ] = "Vnculo" ; Text [ english_us ] = "Operator" ; Text[ chinese_simplified ] = "链接"; Text[ russian ] = ""; Text[ polish ] = "cze"; Text[ japanese ] = "演算子"; Text[ chinese_traditional ] = "捷徑"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "링크"; Text[ turkish ] = "Balant"; Text[ language_user1 ] = " "; Text[ catalan ] = "Vnculo"; }; FixedLine FL_FIELDS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 236 , 8 ) ; Text = "Kriterien" ; Text [ ENGLISH ] = "Search criteria" ; Text [ norwegian ] = "Search criteria" ; Text [ italian ] = "Criteri" ; Text [ portuguese_brazilian ] = "Procurar crit?rios" ; Text [ portuguese ] = "Critrios" ; Text [ finnish ] = "Ehto" ; Text [ danish ] = "Kriterier" ; Text [ french ] = "Critres" ; Text [ swedish ] = "Kriterier" ; Text [ dutch ] = "Criteria" ; Text [ spanish ] = "Criterios" ; Text [ english_us ] = "Criteria" ; Text[ chinese_simplified ] = "条件"; Text[ russian ] = ""; Text[ polish ] = "Kryteria"; Text[ japanese ] = "条件"; Text[ chinese_traditional ] = "條件"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "기준"; Text[ turkish ] = "ltler"; Text[ language_user1 ] = " "; Text[ catalan ] = "Criterios"; }; OKButton BT_OK { Pos = MAP_APPFONT ( 249 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { Pos = MAP_APPFONT ( 249 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BT_HELP { Pos = MAP_APPFONT ( 249 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; String STR_NOENTRY { Text = "- keiner -" ; Text [ ENGLISH ] = "- none -" ; Text [ english_us ] = "- none -" ; Text [ dutch ] = "- geen -" ; Text [ swedish ] = "- inget -" ; Text [ danish ] = "- ingen -" ; Text [ italian ] = "- nessuno -" ; Text [ spanish ] = "- ninguno -" ; Text [ french ] = "- aucun(e) -" ; Text [ portuguese ] = "- nenhum -" ; Text [ portuguese_brazilian ] = "- keiner -" ; Text[ chinese_simplified ] = "- 无 -"; Text[ russian ] = "- -"; Text[ polish ] = "- brak -"; Text[ japanese ] = "-なし-"; Text[ chinese_traditional ] = "- 無 -"; Text[ arabic ] = "- -"; Text[ greek ] = "- -"; Text[ korean ] = "- 없음 -"; Text[ turkish ] = "- Yok -"; Text[ language_user1 ] = " "; Text[ catalan ] = "- ninguno -"; Text[ finnish ] = "- ei mitn -"; }; String STR_COMPARE_OPERATORS { Text = "=;<>;<;<=;>;>=;wie;nicht wie;leer;nicht leer"; Text[ENGLISH] = "=;<>;<;<=;>;>=;like;not like;null;not null"; Text[ english_us ] = "=;<>;<;<=;>;>=;like;not like;null;not null"; Text[ portuguese ] = "=;<>;<;<=;>;>=;equivalente;no equivalente;vazio;no vazio"; Text[ russian ] = "=;<>;<;<=;>;>=;; ;; "; Text[ dutch ] = "=;<>;<;<=;>;>=;gelijk;niet gelijk aan;leeg;niet leeg"; Text[ french ] = "=;<>;<;<=;>;>=;comme;diffrent de;vide;non vide"; Text[ spanish ] = "=;<>;<;<=;>;>=;como;no como;vaco;no vaco"; Text[ italian ] = "=;<>;<;<=;>;>=;simile;non simile;nullo;non nullo"; Text[ danish ] = "=;<>;<;<=;>;>=;som;ikke som;tom;ikke tom"; Text[ swedish ] = "=;<>;<;<=;>;>=;lika med;inte lika med;noll;inte noll"; Text[ polish ] = "=;<>;<;<=;>;>=;rwny;nie rwny;zero;nie zero"; Text[ portuguese_brazilian ] = "=;<>;<;<=;>;>=;like;not like;null;not null"; Text[ japanese ] = "=;<>;<;<=;>;>=;同じ;同じでない;空;空でない"; Text[ chinese_simplified ] = "=;<>;<;<=;>;>=;等于;不等于;空缺;不空缺"; Text[ chinese_traditional ] = "=;<>;<;<=;>;>=;等於;不等於;空缺;不空缺"; Text[ arabic ] = "=;<>;<;<=;>;>=;; ;; "; Text[ greek ] = "=;<>;<;<=;>;>=;; ;; "; Text[ korean ] = "=;<>;<;<=;>;>=;같음;같지 않음;비어 있는;비어있지않음"; Text[ turkish ] = "=;<>;<;<=;>;>=;gibi;gibi deil;bo;bo deil"; Text[ language_user1 ] = " "; Text[ catalan ] = "=;<>;<;<=;>;>=;como;no como;vaco;no vaco"; Text[ finnish ] = "=;<>;<;<=;>;>=;kuten;ei kuten;tyhj;ei tyhj"; }; };