/************************************************************************* * * $RCSfile: queryorder.src,v $ * * $Revision: 1.23 $ * * last change: $Author: hr $ $Date: 2003-03-19 17:52:27 $ * * 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_QUERYORDER_HRC #include "queryorder.hrc" #endif #include "dbaccess_helpid.hrc" ModalDialog DLG_ORDERCRIT { OutputSize = TRUE ; Border = TRUE ; SVLook = TRUE ; HelpId = HID_DLG_ORDERCRIT ; Size = MAP_APPFONT ( 252 , 76 ) ; Text = "Sortierung" ; Text [ ENGLISH ] = "Sort Order" ; Text [ norwegian ] = "Sort Order" ; Text [ italian ] = "Ordine" ; Text [ portuguese_brazilian ] = "Crit?rio de Ordena??o" ; Text [ portuguese ] = "Ordenar" ; Text [ finnish ] = "Lajittelujrjestys" ; Text [ danish ] = "Sortering" ; Text [ french ] = "Tri" ; Text [ swedish ] = "Sortering" ; Text [ dutch ] = "Sortering" ; Text [ spanish ] = "Orden" ; Text [ english_us ] = "Sort Order" ; Moveable = TRUE ; Closeable = TRUE ; ListBox LB_ORDERFIELD1 { Border = TRUE ; Pos = MAP_APPFONT ( 59 , 25 ) ; Size = MAP_APPFONT ( 60 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; DDExtraWidth = TRUE ; }; ListBox LB_ORDERVALUE1 { Border = TRUE ; Pos = MAP_APPFONT ( 123 , 25 ) ; Size = MAP_APPFONT ( 60 , 36 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; StringList = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ ENGLISH ] = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ norwegian ] = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ italian ] = { < "crescente" ; Default ; > ; < "decrescente" ; Default ; > ; }; StringList [ portuguese_brazilian ] = { < "aufsteigend" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ portuguese ] = { < "ascendente" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ finnish ] = { < "nouseva" ; Default ; > ; < "laskeva" ; Default ; > ; }; StringList [ danish ] = { < "stigende" ; Default ; > ; < "faldende" ; Default ; > ; }; StringList [ french ] = { < "croissant" ; Default ; > ; < "dcroissant" ; Default ; > ; }; StringList [ swedish ] = { < "stigande" ; Default ; > ; < "fallande" ; Default ; > ; }; StringList [ dutch ] = { < "oplopend" ; Default ; > ; < "aflopend" ; Default ; > ; }; StringList [ spanish ] = { < "ascendente" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ english_us ] = { < "ascending" ; Default ; > ; < "descending" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "向上" ; Default ; > ; < "向下" ; Default ; > ; }; StringList [ russian ] = { < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ polish ] = { < "rosnco" ; Default ; > ; < "malejco" ; Default ; > ; }; StringList [ japanese ] = { < "昇順" ; Default ; > ; < "降順" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "向上" ; Default ; > ; < "向下" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ korean ] = { < "오름차순" ; Default ; > ; < "내림차순" ; Default ; > ; }; StringList [ turkish ] = { < "Artan dzen" ; Default ; > ; < "Azalan dzen" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ catalan ] = { < "ascendent" ; Default ; > ; < "descendent" ; Default ; > ; }; StringList [ thai ] = { < "จากน้อยไปมาก" ; Default ; > ; < "จากมากไปน้อย" ; Default ; > ; }; }; ListBox LB_ORDERFIELD2 { Border = TRUE ; Pos = MAP_APPFONT ( 59 , 41 ) ; Size = MAP_APPFONT ( 60 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; DDExtraWidth = TRUE ; }; ListBox LB_ORDERVALUE2 { Border = TRUE ; Pos = MAP_APPFONT ( 123 , 41 ) ; Size = MAP_APPFONT ( 60 , 36 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; StringList = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ ENGLISH ] = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ norwegian ] = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ italian ] = { < "crescente" ; Default ; > ; < "decrescente" ; Default ; > ; }; StringList [ portuguese_brazilian ] = { < "aufsteigend" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ portuguese ] = { < "ascendente" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ finnish ] = { < "nouseva" ; Default ; > ; < "laskeva" ; Default ; > ; }; StringList [ danish ] = { < "stigende" ; Default ; > ; < "faldende" ; Default ; > ; }; StringList [ french ] = { < "croissant" ; Default ; > ; < "dcroissant" ; Default ; > ; }; StringList [ swedish ] = { < "stigande" ; Default ; > ; < "fallande" ; Default ; > ; }; StringList [ dutch ] = { < "oplopend" ; Default ; > ; < "aflopend" ; Default ; > ; }; StringList [ spanish ] = { < "ascendente" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ english_us ] = { < "ascending" ; Default ; > ; < "descending" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "向上" ; Default ; > ; < "向下" ; Default ; > ; }; StringList [ russian ] = { < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ polish ] = { < "rosnco" ; Default ; > ; < "malejco" ; Default ; > ; }; StringList [ japanese ] = { < "昇順" ; Default ; > ; < "降順" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "向上" ; Default ; > ; < "向下" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ korean ] = { < "오름차순" ; Default ; > ; < "내림차순" ; Default ; > ; }; StringList [ turkish ] = { < "Artan dzen" ; Default ; > ; < "Azalan dzen" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ catalan ] = { < "ascendent" ; Default ; > ; < "descendent" ; Default ; > ; }; StringList [ thai ] = { < "จากน้อยไปมาก" ; Default ; > ; < "จากมากไปน้อย" ; Default ; > ; }; }; ListBox LB_ORDERFIELD3 { Border = TRUE ; Pos = MAP_APPFONT ( 59 , 57 ) ; Size = MAP_APPFONT ( 60 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; DDExtraWidth = TRUE ; }; ListBox LB_ORDERVALUE3 { Border = TRUE ; Pos = MAP_APPFONT ( 123 , 57 ) ; Size = MAP_APPFONT ( 60 , 36 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; StringList = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ ENGLISH ] = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ norwegian ] = { < "aufsteigend" ; Default ; > ; < "absteigend" ; Default ; > ; }; StringList [ italian ] = { < "crescente" ; Default ; > ; < "decrescente" ; Default ; > ; }; StringList [ portuguese_brazilian ] = { < "aufsteigend" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ portuguese ] = { < "ascendente" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ finnish ] = { < "nouseva" ; Default ; > ; < "laskeva" ; Default ; > ; }; StringList [ danish ] = { < "stigende" ; Default ; > ; < "faldende" ; Default ; > ; }; StringList [ french ] = { < "croissant" ; Default ; > ; < "dcroissant" ; Default ; > ; }; StringList [ swedish ] = { < "stigande" ; Default ; > ; < "fallande" ; Default ; > ; }; StringList [ dutch ] = { < "oplopend" ; Default ; > ; < "aflopend" ; Default ; > ; }; StringList [ spanish ] = { < "ascendente" ; Default ; > ; < "descendente" ; Default ; > ; }; StringList [ english_us ] = { < "ascending" ; Default ; > ; < "descending" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "向上" ; Default ; > ; < "向下" ; Default ; > ; }; StringList [ russian ] = { < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ polish ] = { < "rosnco" ; Default ; > ; < "malejco" ; Default ; > ; }; StringList [ japanese ] = { < "昇順" ; Default ; > ; < "降順" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "向上" ; Default ; > ; < "向下" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ korean ] = { < "오름차순" ; Default ; > ; < "내림차순" ; Default ; > ; }; StringList [ turkish ] = { < "Artan dzen" ; Default ; > ; < "Azalan dzen" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; < " " ; Default ; > ; }; StringList [ catalan ] = { < "ascendent" ; Default ; > ; < "descendent" ; Default ; > ; }; StringList [ thai ] = { < "จากน้อยไปมาก" ; Default ; > ; < "จากมากไปน้อย" ; Default ; > ; }; }; FixedText FT_ORDERFIELD { Pos = MAP_APPFONT ( 58 , 14 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text = "Feldname" ; 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" ; Center = TRUE ; 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 ] = "Nom del camp"; Text[ thai ] = "ชื่อเขตข้อมูล"; }; FixedText FT_ORDERAFTER1 { Pos = MAP_APPFONT ( 12 , 43 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "danach" ; Text [ ENGLISH ] = "and then" ; Text [ norwegian ] = "and then" ; Text [ italian ] = "poi per" ; Text [ portuguese_brazilian ] = "e, em seguida," ; Text [ portuguese ] = "depois" ; Text [ finnish ] = "ja sitten" ; Text [ danish ] = "derefter" ; Text [ french ] = "puis" ; Text [ swedish ] = "drefter" ; Text [ dutch ] = "vervolgens" ; Text [ spanish ] = "despus" ; Text [ ENGLISH_US ] = "and then" ; Text[ chinese_simplified ] = "之后"; Text[ russian ] = ""; Text[ polish ] = "wedug"; Text[ japanese ] = "それから"; Text[ chinese_traditional ] = "之後"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = "그 다음"; Text[ turkish ] = "Sonra"; Text[ language_user1 ] = " "; Text[ catalan ] = "i desprs"; Text[ thai ] = "และ จากนั้น"; }; FixedText FT_ORDERAFTER2 { Pos = MAP_APPFONT ( 12 , 59 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "danach" ; Text [ ENGLISH ] = "and then" ; Text [ norwegian ] = "and then" ; Text [ italian ] = "poi per" ; Text [ portuguese_brazilian ] = "e, em seguida," ; Text [ portuguese ] = "depois" ; Text [ finnish ] = "ja sitten" ; Text [ danish ] = "derefter" ; Text [ french ] = "puis" ; Text [ swedish ] = "drefter" ; Text [ dutch ] = "vervolgens" ; Text [ spanish ] = "despus" ; Text [ ENGLISH_US ] = "and then" ; Text[ chinese_simplified ] = "之后"; Text[ russian ] = ""; Text[ polish ] = "wedug"; Text[ japanese ] = "それから"; Text[ chinese_traditional ] = "之後"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = "그 다음"; Text[ turkish ] = "Sonra"; Text[ language_user1 ] = " "; Text[ catalan ] = "i desprs"; Text[ thai ] = "และ จากนั้น"; }; FixedText FT_ORDEROPER { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 46 , 8 ) ; /* ### ACHTUNG: Neuer Text in Resource? Verknpfung : Verknpfung */ Text = "Verknpfung" ; 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 ] = "le"; Text[ language_user1 ] = " "; Text[ catalan ] = "Operador"; Text[ thai ] = "ตัวปฏิบัติการ"; }; FixedText FT_ORDERDIR { Pos = MAP_APPFONT ( 122 , 14 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text = "Reihenfolge" ; Text [ ENGLISH ] = "Direction" ; Text [ norwegian ] = "Retning" ; Text [ italian ] = "Sequenza" ; Text [ portuguese_brazilian ] = "Dire??o" ; Text [ portuguese ] = "Ordem" ; Text [ finnish ] = "Jrjestys" ; Text [ danish ] = "Rkkeflge" ; Text [ french ] = "Ordre" ; Text [ swedish ] = "Ordning" ; Text [ dutch ] = "Volgorde" ; Text [ spanish ] = "Orden" ; Text [ ENGLISH_US ] = "Order" ; Center = TRUE ; Text[ chinese_simplified ] = "顺序"; Text[ russian ] = ""; Text[ polish ] = "Kolejno"; Text[ japanese ] = "並べ替え順序"; Text[ chinese_traditional ] = "順序"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "순서"; Text[ turkish ] = "Sra"; Text[ language_user1 ] = " "; Text[ catalan ] = "Ordre"; Text[ thai ] = "ลำดับ"; }; OKButton BT_OK { Pos = MAP_APPFONT ( 196 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { Pos = MAP_APPFONT ( 196 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BT_HELP { Pos = MAP_APPFONT ( 196 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; FixedLine FL_ORDER { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 184 , 8 ) ; Text = "Sortierung" ; Text [ ENGLISH ] = "Sort order" ; Text [ norwegian ] = "Sort order" ; Text [ italian ] = "Ordine" ; Text [ portuguese_brazilian ] = "Ordem de ordena??o" ; Text [ portuguese ] = "Ordenar" ; Text [ finnish ] = "Lajittelujrjestys" ; Text [ danish ] = "Sortering" ; Text [ french ] = "Tri" ; Text [ swedish ] = "Sortering" ; Text [ dutch ] = "Sortering" ; Text [ spanish ] = "Orden" ; Text [ ENGLISH_US ] = "Sort order" ; Text[ chinese_simplified ] = "排序"; Text[ russian ] = ""; Text[ polish ] = "Sortowanie"; Text[ japanese ] = "並べ替え"; Text[ chinese_traditional ] = "排序"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "정렬 순서"; Text[ turkish ] = "Sralama"; Text[ language_user1 ] = " "; Text[ catalan ] = "Ordre"; Text[ thai ] = "เรียงลำดับ"; }; String STR_NOENTRY { Text = "" ; Text [ ENGLISH ] = "" ; Text [ norwegian ] = "" ; Text [ italian ] = "" ; Text [ portuguese_brazilian ] = "" ; Text [ portuguese ] = "" ; Text [ finnish ] = "" ; Text [ danish ] = "" ; Text [ french ] = "" ; Text [ swedish ] = "" ; Text [ dutch ] = "" ; Text [ spanish ] = "" ; Text [ ENGLISH_US ] = "" ; Text[ chinese_simplified ] = "<无>"; Text[ russian ] = "<>"; Text[ polish ] = ""; Text[ japanese ] = "<なし>"; Text[ chinese_traditional ] = "<無>"; Text[ arabic ] = "<>"; Text[ greek ] = "<>"; Text[ korean ] = "<없음>"; Text[ turkish ] = ""; Text[ language_user1 ] = " "; Text[ catalan ] = ""; Text[ thai ] = "<ไม่มี>"; }; Text[ chinese_simplified ] = "排序"; Text[ russian ] = ""; Text[ polish ] = "Sortowanie"; Text[ japanese ] = "並べ替え"; Text[ chinese_traditional ] = "排序"; Text[ arabic ] = " "; Text[ greek ] = ""; Text[ korean ] = "정렬 순서"; Text[ turkish ] = "Sralama"; Text[ language_user1 ] = " "; Text[ catalan ] = "Ordenaci"; Text[ thai ] = "เรียงลำดับ"; };