241 lines
9.4 KiB
Plaintext
241 lines
9.4 KiB
Plaintext
![]() |
/*************************************************************************
|
|||
|
*
|
|||
|
* $RCSfile: paramdialog.src,v $
|
|||
|
*
|
|||
|
* $Revision: 1.1 $
|
|||
|
*
|
|||
|
* last change: $Author: fs $ $Date: 2000-10-26 18:07:04 $
|
|||
|
*
|
|||
|
* 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_RESOURCE_HRC_
|
|||
|
#include "dbu_resource.hrc"
|
|||
|
#endif
|
|||
|
|
|||
|
ModalDialog DLG_PARAMETERS
|
|||
|
{
|
|||
|
OutputSize = TRUE ;
|
|||
|
SVLook = TRUE ;
|
|||
|
Size = MAP_APPFONT ( 223 , 98 ) ;
|
|||
|
Moveable = TRUE ;
|
|||
|
Closeable = TRUE ;
|
|||
|
Text = "Parameter-Eingabe" ;
|
|||
|
|
|||
|
GroupBox GB_PARAMS
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|||
|
Size = MAP_APPFONT ( 95 , 62 ) ;
|
|||
|
Text = "~Parameter";
|
|||
|
Text [ ENGLISH ] = "~Parameters";
|
|||
|
Text[ english_us ] = "~Parameters";
|
|||
|
Text[ portuguese ] = "~Par<61>metros";
|
|||
|
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ dutch ] = "~Parameters";
|
|||
|
Text[ french ] = "~Param<61>tres";
|
|||
|
Text[ spanish ] = "~Par<61>metros";
|
|||
|
Text[ italian ] = "~Parametri";
|
|||
|
Text[ danish ] = "Parametre";
|
|||
|
Text[ swedish ] = "Parametrar";
|
|||
|
Text[ polish ] = "Parametr";
|
|||
|
Text[ portuguese_brazilian ] = "~Parameters";
|
|||
|
Text[ japanese ] = "<22><><EFBFBD>Ұ<EFBFBD>(~P)";
|
|||
|
Text[ korean ] = "<22>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD>(~P)";
|
|||
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~P)";
|
|||
|
Text[ chinese_traditional ] = "<22>Ѽ<EFBFBD>(~P)";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ turkish ] = "Parametre";
|
|||
|
Text[ language_user1 ] = " ";
|
|||
|
};
|
|||
|
ListBox LB_ALLPARAMS
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|||
|
Size = MAP_APPFONT ( 83 , 45 ) ;
|
|||
|
Border = TRUE;
|
|||
|
SVLook = TRUE;
|
|||
|
};
|
|||
|
GroupBox GB_DATA
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 107 , 3 ) ;
|
|||
|
Size = MAP_APPFONT ( 110 , 30 ) ;
|
|||
|
Text = "~Wert";
|
|||
|
Text [ ENGLISH ] = "~Value";
|
|||
|
Text[ english_us ] = "~Value";
|
|||
|
Text[ portuguese ] = "~Valor";
|
|||
|
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
|||
|
Text[ dutch ] = "~Waarde";
|
|||
|
Text[ french ] = "~Valeur";
|
|||
|
Text[ spanish ] = "~Valor";
|
|||
|
Text[ italian ] = "~Valore";
|
|||
|
Text[ danish ] = "V<>rdi";
|
|||
|
Text[ swedish ] = "V<>rde";
|
|||
|
Text[ polish ] = "Warto<74><6F>";
|
|||
|
Text[ portuguese_brazilian ] = "~Value";
|
|||
|
Text[ japanese ] = "<22>l(~V)";
|
|||
|
Text[ korean ] = "<22><>(~V)";
|
|||
|
Text[ chinese_simplified ] = "<22><>ֵ(~V)";
|
|||
|
Text[ chinese_traditional ] = "<22>ƭ<EFBFBD>(~V)";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ turkish ] = "De<44>er";
|
|||
|
Text[ language_user1 ] = " ";
|
|||
|
};
|
|||
|
Edit ET_PARAM
|
|||
|
{
|
|||
|
Border = TRUE ;
|
|||
|
Pos = MAP_APPFONT ( 113 , 15 ) ;
|
|||
|
Size = MAP_APPFONT ( 98 , 12 ) ;
|
|||
|
Text = "" ;
|
|||
|
TabStop = TRUE ;
|
|||
|
};
|
|||
|
PushButton BT_TRAVELNEXT
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 167 , 51 ) ;
|
|||
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|||
|
Text = "~n<>chster";
|
|||
|
Text [english] = "~next";
|
|||
|
TabStop = TRUE ;
|
|||
|
Text[ english_us ] = "~next";
|
|||
|
Text[ portuguese ] = "~seguinte";
|
|||
|
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>~<7E><>";
|
|||
|
Text[ dutch ] = "~volgende";
|
|||
|
Text[ french ] = "~suivant";
|
|||
|
Text[ spanish ] = "~siguiente";
|
|||
|
Text[ italian ] = "Successivo";
|
|||
|
Text[ danish ] = "n<>ste";
|
|||
|
Text[ swedish ] = "~n<>sta";
|
|||
|
Text[ polish ] = "~nast<73>pny";
|
|||
|
Text[ portuguese_brazilian ] = "~next";
|
|||
|
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~N)";
|
|||
|
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~N)";
|
|||
|
Text[ chinese_simplified ] = "<22><>һ<EFBFBD><D2BB>(~N)";
|
|||
|
Text[ chinese_traditional ] = "<22>U<EFBFBD>@<40><>(~N)";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ turkish ] = "Sonraki";
|
|||
|
};
|
|||
|
FixedLine FT_DELIM
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 3 , 71 ) ;
|
|||
|
Size = MAP_APPFONT ( 217, 2 ) ;
|
|||
|
};
|
|||
|
OKButton BT_OK
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 114 , 76 ) ;
|
|||
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|||
|
TabStop = TRUE ;
|
|||
|
DefButton = TRUE ;
|
|||
|
};
|
|||
|
CancelButton BT_CANCEL
|
|||
|
{
|
|||
|
Pos = MAP_APPFONT ( 167 , 76 ) ;
|
|||
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|||
|
TabStop = TRUE ;
|
|||
|
};
|
|||
|
Text [ ENGLISH ] = "Parameter input" ;
|
|||
|
Text [ english_us ] = "Parameter input" ;
|
|||
|
Text [ portuguese_brazilian ] = "Eingabe des Parameterwertes" ;
|
|||
|
Text [ swedish ] = "Ange parameterv<72>rde" ;
|
|||
|
Text [ danish ] = "Parameter-input" ;
|
|||
|
Text [ italian ] = "Specifica parametro" ;
|
|||
|
Text [ spanish ] = "Entrada de par<61>metro" ;
|
|||
|
Text [ french ] = "Saisie de param<61>tre" ;
|
|||
|
Text [ dutch ] = "Parameter aangeven" ;
|
|||
|
Text [ portuguese ] = "Entrada de par<61>metro" ;
|
|||
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵ";
|
|||
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ polish ] = "Wpisanie warto<74>ci parametru";
|
|||
|
Text[ japanese ] = "<22><><EFBFBD>Ұ<EFBFBD><D2B0><EFBFBD>̎w<CC8E><77>";
|
|||
|
Text[ chinese_traditional ] = "<22><><EFBFBD>J<EFBFBD>Ѽƭ<D1BC>";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
Text[ korean ] = "<22>Ķ<EFBFBD><C4B6><EFBFBD><EFBFBD><EFBFBD> <20>Է<EFBFBD>";
|
|||
|
Text[ turkish ] = "Parametre giri<72>i";
|
|||
|
|
|||
|
String STR_COULD_NOT_CONVERT_PARAM
|
|||
|
{
|
|||
|
Text = "Die Eingabe konnte nicht in einen g<>ltigen Wert f<>r 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 imposs<73>vel converter a entrada indicada num valor v<>lido para a coluna \"$name$\".";
|
|||
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"$name$\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
|||
|
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> \"$value$\".";
|
|||
|
Text[ dutch ] = "De ingevoerde gegevens konden niet worden geconverteerd in 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 v<>lido para la columna \"$name$\".";
|
|||
|
Text[ italian ] = "Non <20> stato possibile convertire la voce in un valore valido per la colonna \"$name$\".";
|
|||
|
Text[ danish ] = "Det var ikke muligt at konvertere inputtet til en gyldig v<>rdi for kolonne \"$name$\".";
|
|||
|
Text[ swedish ] = "Inmatningen kunde inte omvandlas till ett giltigt v<>rde f<>r kolumnen \"$name$\".";
|
|||
|
Text[ polish ] = "Nie mo<6D>na by<62>o zamieni<6E> wpisu na wa<77>n<EFBFBD> warto<74><6F> kolumny \"$name$\"";
|
|||
|
Text[ portuguese_brazilian ] = "The given input could no be converted into a valid value for column \"$value$\".";
|
|||
|
Text[ japanese ] = "<22><><EFBFBD>͍<EFBFBD><CD8D>ڂ͗<DA82><$name$><3E>̗L<CC97><4C><EFBFBD>Ȓl<C892>ɕύX<CF8D>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B";
|
|||
|
Text[ korean ] = "<22>Է<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>\"$name$\"<22><> <20><>ȿ<EFBFBD><C8BF> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>ȯ<EFBFBD><C8AF><EFBFBD><EFBFBD> <20><><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>.";
|
|||
|
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ת<EFBFBD><D7AA><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\"$value$\"<22><><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7>ֵ<EFBFBD><D6B5>";
|
|||
|
Text[ chinese_traditional ] = "<22><><EFBFBD>J<EFBFBD>ȵL<C8B5>k<EFBFBD>ഫ<EFBFBD><E0B4AB><EFBFBD><EFBFBD>\"$name$\" <20><><EFBFBD><EFBFBD><EFBFBD>ĭȡC";
|
|||
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"$name$\".";
|
|||
|
Text[ turkish ] = "Giri<72>, \"$name$\" s<>tunu i<>in ge<67>erli bir de<64>ere d<>n<EFBFBD><6E>t<EFBFBD>r<EFBFBD>lemedi.";
|
|||
|
};
|
|||
|
};
|
|||
|
|
|||
|
/*************************************************************************
|
|||
|
* history:
|
|||
|
* $Log: not supported by cvs2svn $
|
|||
|
*
|
|||
|
* Revision 1.0 26.10.00 15:14:44 fs
|
|||
|
************************************************************************/
|
|||
|
|