/************************************************************************* * * $RCSfile: paramdialog.src,v $ * * $Revision: 1.30 $ * * last change: $Author: hr $ $Date: 2003-07-17 12:18:20 $ * * 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 EXPRESS 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_PARAMDIALOG_HRC_ #include "paramdialog.hrc" #endif #ifndef _DBU_DLG_HRC_ #include "dbu_dlg.hrc" #endif #define LIST_WIDTH 100 #define LIST_HEIGHT 50 #define BUTTON_WIDTH 50 #define BUTTON_HEIGHT 14 ModalDialog DLG_PARAMETERS { OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 6 + LIST_WIDTH + 3 + 6 + BUTTON_WIDTH + 6, 98 ) ; Moveable = TRUE ; Closeable = TRUE ; Text = "Parameter-Eingabe" ; FixedLine FL_PARAMS { Pos = MAP_APPFONT ( 4 , 3 ) ; Size = MAP_APPFONT ( 3 + LIST_WIDTH + 3 , 8 ) ; Text = "~Parameter"; Text [ ENGLISH ] = "~Parameters"; Text[ english_us ] = "~Parameters"; Text[ portuguese ] = "~Parmetros"; Text[ russian ] = "~"; Text[ greek ] = "~"; Text[ dutch ] = "~Parameter"; Text[ french ] = "Paramtres"; Text[ spanish ] = "~Parmetros"; Text[ italian ] = "~Parametri"; Text[ danish ] = "~Parameter"; Text[ swedish ] = "~Parametrar"; Text[ polish ] = "~Parametry"; Text[ portuguese_brazilian ] = "~Parmetros"; Text[ japanese ] = "パラメータ(~P)"; Text[ korean ] = "매개 변수(~P)"; Text[ chinese_simplified ] = "参数(~P)"; Text[ chinese_traditional ] = "參數(~P)"; Text[ arabic ] = ""; Text[ turkish ] = "Parametreler"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Parmetres"; Text[ finnish ] = "~Parametrit"; Text[ thai ] = "~พารามิเตอร์"; Text[ czech ] = "Parametry"; Text[ hebrew ] = "~Parameter"; Text[ hindi ] = "~पैरामीटर"; Text[ slovak ] = "~Parametre"; }; ListBox LB_ALLPARAMS { Pos = MAP_APPFONT ( 7 , 12 ) ; Size = MAP_APPFONT ( LIST_WIDTH , LIST_HEIGHT ) ; Border = TRUE; SVLook = TRUE; }; FixedText FT_VALUE { Pos = MAP_APPFONT ( 7 , 12 + LIST_HEIGHT + 4 ) ; Size = MAP_APPFONT ( LIST_WIDTH , 8 ) ; Text = "~Wert"; Text [ ENGLISH ] = "~Value"; Text[ english_us ] = "~Value"; Text[ portuguese ] = "~Valor"; Text[ russian ] = "~"; Text[ greek ] = "~"; Text[ dutch ] = "~Waarde"; Text[ french ] = "Valeur"; Text[ spanish ] = "~Valor"; Text[ italian ] = "~Valore"; Text[ danish ] = "~Vrdi"; Text[ swedish ] = "~Vrde"; Text[ polish ] = "~Warto"; Text[ portuguese_brazilian ] = "~Valor"; Text[ japanese ] = "値(~V)"; Text[ korean ] = "값(~V)"; Text[ chinese_simplified ] = "数值(~V)"; Text[ chinese_traditional ] = "數值(~V)"; Text[ arabic ] = ""; Text[ turkish ] = "~Deer"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Valor"; Text[ finnish ] = "~Arvo"; Text[ thai ] = "~ค่า"; Text[ czech ] = "Hodnota"; Text[ hebrew ] = "~Wert"; Text[ hindi ] = "~मूल्य"; Text[ slovak ] = "Hodno~ta"; }; Edit ET_PARAM { Border = TRUE ; Pos = MAP_APPFONT ( 7 , 12 + LIST_HEIGHT + 4 + 8 + 3 ) ; Size = MAP_APPFONT ( LIST_WIDTH , 12 ) ; TabStop = TRUE ; }; PushButton BT_TRAVELNEXT { Pos = MAP_APPFONT ( 4 + 3 + LIST_WIDTH + 3 + 6 , 12 + LIST_HEIGHT + 4 + 8 + 3 + ( 12 - BUTTON_HEIGHT ) / 2) ; Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ; Text = "~nchster"; Text [english] = "~next"; TabStop = TRUE ; Text[ english_us ] = "~Next"; Text[ portuguese ] = "~seguinte"; Text[ russian ] = "~"; Text[ greek ] = "~"; Text[ dutch ] = "~volgende"; Text[ french ] = "Suivant"; Text[ spanish ] = "~Siguiente"; Text[ italian ] = "Successi~vo"; Text[ danish ] = "~nste"; Text[ swedish ] = "~nsta"; Text[ polish ] = "~Dalej"; Text[ portuguese_brazilian ] = "~prximo"; Text[ japanese ] = "次へ(~N)"; Text[ korean ] = "다음(~N)"; Text[ chinese_simplified ] = "下一个(~N)"; Text[ chinese_traditional ] = "下一個(~N)"; Text[ arabic ] = ""; Text[ turkish ] = "~Sonraki"; Text[ catalan ] = "~Segent"; Text[ finnish ] = "~Seuraava"; Text[ thai ] = "~ถัดไป"; Text[ czech ] = "Další"; Text[ hebrew ] = "‮הבא‬"; Text[ hindi ] = "~आगे"; Text[ slovak ] = "Ď~alší"; }; OKButton BT_OK { Pos = MAP_APPFONT ( 4 + 3 + LIST_WIDTH + 3 + 6 , 3 ) ; Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { Pos = MAP_APPFONT ( 4 + 3 + LIST_WIDTH + 3 + 6 , 3 + BUTTON_HEIGHT + 3 ) ; Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ; TabStop = TRUE ; }; Text [ ENGLISH ] = "Parameter input" ; Text [ english_us ] = "Parameter Input" ; Text [ portuguese_brazilian ] = "Entrada de parmetros" ; Text [ swedish ] = "Parameterinmatning" ; Text [ danish ] = "Parameter-input" ; Text [ italian ] = "Specifica parametro" ; Text [ spanish ] = "Entrada de parmetro" ; Text [ french ] = "Saisie de paramtre" ; Text [ dutch ] = "Parameter opgeven" ; Text [ portuguese ] = "Entrada de parmetros" ; Text[ chinese_simplified ] = "输入参数值"; Text[ russian ] = " "; Text[ polish ] = "Wprowadzenie parametru"; Text[ japanese ] = "パラメータの入力"; Text[ chinese_traditional ] = "輸入參數值"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "매개 변수 입력"; Text[ turkish ] = "Parametre girii"; String STR_COULD_NOT_CONVERT_PARAM { Text = "Die Eingabe konnte nicht in einen gltigen Wert fr die Spalte \"$name$\" umgewandelt werden"; Text [ english ] = "The given input could no be converted into a valid value for column \"$value$\"."; Text [ english_us ] = "The entry could not be converted to a valid value for the \"$name$\"column"; Text[ portuguese ] = "Foi impossvel converter a entrada indicada num valor vlido para a coluna \"$name$\"."; Text[ russian ] = " \"$name$\" ."; Text[ greek ] = " \"$name$\"."; Text[ dutch ] = "De ingevoerde gegevens kunnen niet worden geconverteerd naar een geldige waarde voor de kolom \"$name$\"."; Text[ french ] = "Impossible de convertir la saisie en une valeur correcte pour la colonne \"$name$\"."; Text[ spanish ] = "La entrada no se pudo convertir en un valor vlido para la columna \"$name$\"."; Text[ italian ] = "Impossibile convertire la voce in un valore valido per la colonna \"$name$\"."; Text[ danish ] = "Indtastningen kunne ikke konverteres til en gyldig vrdi for kolonnen \"$name$\""; Text[ swedish ] = "Inmatningen kunde inte omvandlas till ett giltigt vrde fr kolumnen \"$name$\"."; Text[ polish ] = "Nie mona przekonwertowa wpisu w prawidow warto z kolumny \"$name$\"."; Text[ portuguese_brazilian ] = "No foi possvel converter a entrada indicada num valor vlido para a coluna \"$name$\"."; Text[ japanese ] = "入力値は <$name$> 列で有効な値に変換できませんでした。"; Text[ korean ] = "입력 항목이 \"$name$\" 열의 유효값으로 변환하지 못했습니다."; Text[ chinese_simplified ] = "输入的内容无法转换成一个用于列\"$name$\"的有效数值。"; Text[ chinese_traditional ] = "這個輸入值無法轉換成欄<$name$>的有效值。"; Text[ arabic ] = " \"$name$\"."; Text[ turkish ] = "Girdi, \"$name$\" sutnu iin geerli bir deere dntrlemiyor"; Text[ catalan ] = "No s'ha pogut convertir l'entrada en un valor vlid per a la columna \"$nom$\""; Text[ finnish ] = "Merkint ei voitu muuttaa sarakkeen $name$ kelvolliseksi arvoksi"; Text[ thai ] = "ไม่สามารถแปลงรายการเป็นค่าที่ถูกต้องสำหรับคอลัมน์ \"$name$\"ได้"; Text[ czech ] = "Položka nemohla být převedena na platnou hodnotu sloupce \"$name$\"."; Text[ hebrew ] = "Die Eingabe konnte nicht in einen gültigen Wert für die Spalte \"$name$\" umgewandelt werden"; Text[ hindi ] = "प्रविष्टि को \"$name$\"स्तंभ केलिए मान्य मूल्य में बदल नहीं सकते है"; Text[ slovak ] = "Položka nemohla byť konvertovaná na platnú hodnotu v stĺpci \"$name$\""; }; Text[ catalan ] = "Entrada de parmetres"; Text[ finnish ] = "Parametrin sytt"; Text[ thai ] = "ใส่พารามิเตอร์"; Text[ czech ] = "Vstup parametru"; Text[ hebrew ] = "Parameter-Eingabe"; Text[ hindi ] = "पैरामीटर इनपुट्"; Text[ slovak ] = "Vstup parametra"; }; /************************************************************************* * history: * $Log: not supported by cvs2svn $ * Revision 1.29.6.1 2003/07/16 17:11:13 ihi * rc-3 merge all languages * * Revision 1.29 2003/07/03 18:01:42 hr * INTEGRATION: CWS rc2merge (1.28.8); FILE MERGED * 2003/07/03 14:44:15 ihi 1.28.8.1: rc-2 merge all languages * * Revision 1.28.8.1 2003/07/03 14:44:15 ihi * rc-2 merge all languages * * Revision 1.28 2003/06/13 12:54:32 hr * INTEGRATION: CWS rcmerge (1.27.24); FILE MERGED * 2003/06/12 10:57:55 gh 1.27.24.1: final Merge RC * * Revision 1.27.24.1 2003/06/12 10:57:55 gh * final Merge RC * * Revision 1.27 2003/04/29 17:23:55 hr * INTEGRATION: CWS mergem8 (1.26.8); FILE MERGED * 2003/04/29 08:34:00 gh 1.26.8.2: final merge for Beta2 * 2003/04/14 15:04:06 gh 1.26.8.1: merging all languages * * Revision 1.26.8.2 2003/04/29 08:34:00 gh * final merge for Beta2 * * Revision 1.26.8.1 2003/04/14 15:04:06 gh * merging all languages * * Revision 1.26 2003/03/19 17:52:26 hr * MWS_SRX644: migrate branch mws_srx644 -> HEAD * * Revision 1.25.2.3 2003/02/23 12:01:03 nf * trasnlation 6.1 Beta / OOo 1.1 Beta / final wave * * Revision 1.25.2.2 2003/02/23 11:00:54 nf * 6.1 Beta 1/OOo 1.1 Beta translation, second wave * * Revision 1.25.2.1 2003/02/22 15:49:06 hr * INTEGRATION: CWS mergep (1.25.20); FILE MERGED * 2003/02/22 10:44:31 nf 1.25.20.2: #107113# localization of StarOffice 6.1 Beta/OpenOffice.org 1.1 Beta. Represents content of translation database of 02/21/2003. Translation up to date for SUN big rules languages * 2003/01/31 12:51:15 hjs 1.25.20.1: #107113# merge on SRX644p * * Revision 1.25.20.2 2003/02/22 10:44:31 nf * #107113# localization of StarOffice 6.1 Beta/OpenOffice.org 1.1 Beta. Represents content of translation database of 02/21/2003. Translation up to date for SUN big rules languages * * Revision 1.25.20.1 2003/01/31 12:51:15 hjs * #107113# merge on SRX644p * * Revision 1.25 2002/11/27 17:01:08 kz * Merge SRX644: 27.11.02 - 17:57:16 * * Revision 1.24 2002/09/05 13:56:30 kz * Merge SRX643: 05.09.02 - 15:53:13 * * Revision 1.23 2002/08/19 07:47:24 oj * #99473# change string resource files * * Revision 1.22 2001/11/16 23:00:55 kz * Merge SRC638: 16.11.01 - 22:59:20 * * Revision 1.21 2001/08/29 15:13:53 kz * Merge SRC638: 29.08.01 - 17:13:18 * * Revision 1.20 2001/08/24 11:27:17 kz * Merge SRC638: 24.08.01 - 13:26:25 * * Revision 1.19 2001/08/21 22:35:11 kz * Merge SRC638: 22.08.01 - 00:34:30 * * Revision 1.18 2001/08/13 21:12:03 kz * Merge SRC638: 13.08.01 - 23:11:23 * * Revision 1.17 2001/08/07 15:15:34 kz * Merge SRC638: 07.08.01 - 17:15:12 * * Revision 1.16 2001/07/13 21:36:17 kz * Merge SRC638: 13.07.01 - 23:36:00 * * Revision 1.15 2001/06/29 02:15:11 kz * Merge SRC633: 29.06.01 - 04:14:48 * * Revision 1.14 2001/06/21 21:47:52 kz * Merge SRC633: 21.06.01 - 23:47:15 * * Revision 1.13 2001/06/15 21:58:06 kz * Merge SRC633: 15.06.01 - 23:58:26 * * Revision 1.12 2001/06/13 22:38:22 kz * Merge SRC633: 14.06.01 - 00:38:33 * * Revision 1.11 2001/06/07 15:09:39 fs * #87912# redesigned the dialog * * Revision 1.10 2001/05/30 19:57:50 kz * Merge SRC633: 30.05.01 - 21:56:52 * * Revision 1.9 2001/05/16 15:48:13 kz * Merge SRC632: 16.05.01 - 17:48:17 (NoBranch) * * Revision 1.8 2001/05/10 06:04:32 kz * Merge SRC631: 10.05.01 - 08:04:54 (NoBranch) * * Revision 1.7 2001/05/04 20:09:43 rt * Merge SRC630: 04.05.01 - 22:09:57 (NoBranch) * * Revision 1.6 2001/03/09 20:46:24 avy * Merge SRC624: 03/09/01 - 21:46:05 (NoBranch) * * Revision 1.5 2001/02/09 20:22:33 kz * Merge SWT614: 02/09/01 - 21:22:03 * * Revision 1.4 2000/11/27 07:48:12 kz * Merge SRC614: 27.11.00 - 08:47:45 (NoBranch) * * Revision 1.3 2000/11/15 21:12:21 kz * Merge SRC613: 11/15/00 - 22:12:01 (NoBranch) * * Revision 1.2 2000/11/09 12:32:27 kz * Merge SRC612: 09.11.00 - 13:32:04 (NoBranch) * * Revision 1.1 2000/10/26 18:07:04 fs * initial checkin - parameter dialog * * * Revision 1.0 26.10.00 15:14:44 fs ************************************************************************/