/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ConnectionPage.src,v $ * * $Revision: 1.5 $ * * last change: $Author: rt $ $Date: 2005-09-08 14:45:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 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 * ************************************************************************/ #ifndef _DBA_DBACCESS_HELPID_HRC_ #include "dbaccess_helpid.hrc" #endif #ifndef _DBU_DLG_HRC_ #include "dbu_dlg.hrc" #endif #ifndef DBAUI_CONNECTIONPAGE_HRC #include "ConnectionPage.hrc" #endif #ifndef _DBAUI_AUTOCONTROLS_HRC_ #include "AutoControls.hrc" #endif //......................................................................... TabPage PAGE_CONNECTION { SVLook = TRUE ; Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ; Hide = TRUE; FixedLine FL_SEPARATOR1 { Pos = MAP_APPFONT ( 4 , UNRELATED_CONTROLS ) ; Size = MAP_APPFONT ( PAGE_X - 8 , FIXEDTEXT_HEIGHT ) ; Text [ de ] ="Allgemein"; Text[ en-US ] = "General"; }; AUTO_BROWSECONTROLGROUP( 6, UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + RELATED_CONTROLS, PAGE_X, HID_DSADMIN_URL_GENERAL) FixedText FT_NO_ADDITIONAL_SETTINGS { Hide = TRUE; WordBreak = TRUE; Pos = MAP_APPFONT ( 6 , UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + RELATED_CONTROLS ) ; Size = MAP_APPFONT ( PAGE_X - 12 , 3*FIXEDTEXT_HEIGHT ) ; }; FixedText FT_HOSTNAME { Hide = TRUE; Pos = MAP_APPFONT ( 6 , UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + RELATED_CONTROLS ) ; Size = MAP_APPFONT ( PAGE_X - 12 , FIXEDTEXT_HEIGHT ) ; Text [ de ] ="~Rechnername" ; Text[ en-US ] = "~Host name"; }; FixedLine FL_SEPARATOR2 { Pos = MAP_APPFONT ( 4 , 3*FIXEDTEXT_HEIGHT + 3*UNRELATED_CONTROLS + RELATED_CONTROLS ) ; Size = MAP_APPFONT ( PAGE_X - 8 , FIXEDTEXT_HEIGHT ) ; Text [ de ] ="Benutzer Authentifizierung"; Text[ en-US ] = "User authentication"; }; FixedText FT_USERNAME { Pos = MAP_APPFONT ( 6 , 3*UNRELATED_CONTROLS + 4*FIXEDTEXT_HEIGHT + 2*RELATED_CONTROLS ) ; Size = MAP_APPFONT ( 90 - 12 , FIXEDTEXT_HEIGHT ) ; Text [ de ] ="~Benutzername" ; Text [ en-US ] = "~User name" ; }; Edit ET_USERNAME { Border = TRUE ; Pos = MAP_APPFONT ( 90 , 3*UNRELATED_CONTROLS + 4*FIXEDTEXT_HEIGHT + 2*RELATED_CONTROLS -1 ) ; Size = MAP_APPFONT ( 105 , EDIT_HEIGHT ) ; TabStop = TRUE ; }; CheckBox CB_PASSWORD_REQUIRED { Pos = MAP_APPFONT ( 90 , 4*UNRELATED_CONTROLS + 5*FIXEDTEXT_HEIGHT + 2*RELATED_CONTROLS ) ; Size = MAP_APPFONT ( 105 , CHECKBOX_HEIGHT ) ; Text [ de ] ="Kennwort erforderlich"; Text [ en-US ] = "Password required"; }; FixedLine FL_SEPARATOR3 { Pos = MAP_APPFONT ( 4 , 5*UNRELATED_CONTROLS + 5*FIXEDTEXT_HEIGHT + 2*RELATED_CONTROLS + CHECKBOX_HEIGHT) ; Size = MAP_APPFONT ( PAGE_X - 8 , FIXEDTEXT_HEIGHT ) ; Text [ de ] ="JDBC-Eigenschaften"; Text[ en-US ] = "JDBC properties"; }; FixedText FT_JDBCDRIVERCLASS { Pos = MAP_APPFONT ( 6 , 5*UNRELATED_CONTROLS + 6*FIXEDTEXT_HEIGHT + 3*RELATED_CONTROLS + CHECKBOX_HEIGHT) ; Size = MAP_APPFONT ( 90 - 12 , FIXEDTEXT_HEIGHT ) ; Text [ de ] ="~JDBC-Treiberklasse" ; Text [ en-US ] = "~JDBC driver class" ; }; Edit ET_JDBCDRIVERCLASS { Border = TRUE ; Pos = MAP_APPFONT ( 90 , 5*UNRELATED_CONTROLS + 6*FIXEDTEXT_HEIGHT + 3*RELATED_CONTROLS + CHECKBOX_HEIGHT -1) ; Size = MAP_APPFONT ( 105 , EDIT_HEIGHT ) ; TabStop = TRUE ; HelpId = HID_DSADMIN_DRIVERCLASS; }; PushButton PB_TESTDRIVERCLASS { TabStop = TRUE ; Pos = MAP_APPFONT ( PAGE_X - BUTTON_WIDTH - UNRELATED_CONTROLS , 5*UNRELATED_CONTROLS + 6*FIXEDTEXT_HEIGHT + 3*RELATED_CONTROLS + CHECKBOX_HEIGHT -2 ) ; Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ; Text [ de ] ="Klasse testen" ; Text [ en-US ] = "Test Class" ; }; PushButton PB_TESTCONNECTION { Pos = MAP_APPFONT ( PAGE_X - 75 - UNRELATED_CONTROLS, PAGE_Y - BUTTON_HEIGHT - UNRELATED_CONTROLS) ; Size = MAP_APPFONT ( 75 , BUTTON_HEIGHT ) ; TabStop = TRUE ; Text [ de ] ="Verbindung testen" ; Text [ en-US ] = "Test Connection"; }; }; String STR_NO_ADABASE_DATASOURCES { Text [ de ] ="Auf Ihrem System wurden keine Adabas D Datenquellen gefunden."; Text [ en-US ] = "No Adabas D data sources were found on your system."; }; String STR_CONNECTION_TEST { Text [ de ] ="Verbindungstest" ; Text [ en-US ] = "Connection Test"; }; String STR_CONNECTION_SUCCESS { Text [ de ] ="Die Verbindung wurde erfolgreich hergestellt." ; Text [ en-US ] = "The connection was established successfully."; }; String STR_CONNECTION_NO_SUCCESS { Text [ de ] ="Die Verbindung konnte nicht erfolgreich hergestellt werden." ; Text [ en-US ] = "The connection could not be established successfully."; }; String STR_JDBCDRIVER_TEST { Text [ de ] ="Test des JDBC-Treibers" ; Text [ en-US ] = "JDBC Driver Test"; }; String STR_JDBCDRIVER_SUCCESS { Text [ de ] ="Der JDBC-Treiber wurde erfolgreich geladen." ; Text [ en-US ] = "The JDBC driver was loaded successfully."; }; String STR_JDBCDRIVER_NO_SUCCESS { Text [ de ] ="Der JDBC-Treiber konnte nicht geladen werden." ; Text [ en-US ] = "The JDBC driver could not be loaded."; }; String STR_MSACCESS_FILTERNAME { Text [ de ] ="MS Access Datei" ; Text [ en-US ] = "MS Access file"; };