2000-10-26 08:46:14 -05:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: sbabrw.src,v $
|
|
|
|
|
*
|
2004-09-09 03:41:57 -05:00
|
|
|
|
* $Revision: 1.97 $
|
2000-10-26 08:46:14 -05:00
|
|
|
|
*
|
2004-09-09 03:41:57 -05:00
|
|
|
|
* last change: $Author: rt $ $Date: 2004-09-09 09:41:57 $
|
2000-10-26 08:46:14 -05:00
|
|
|
|
*
|
|
|
|
|
* 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): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
2000-12-08 14:25:12 -06:00
|
|
|
|
#ifndef _DBA_DBACCESS_HELPID_HRC_
|
|
|
|
|
#include "dbaccess_helpid.hrc"
|
|
|
|
|
#endif
|
2002-08-19 01:32:53 -05:00
|
|
|
|
#ifndef _DBU_BRW_HRC_
|
|
|
|
|
#include "dbu_brw.hrc"
|
2000-10-26 08:46:14 -05:00
|
|
|
|
#endif
|
|
|
|
|
#ifndef DBACCESS_UI_BROWSER_ID_HXX
|
|
|
|
|
#include "browserids.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
// #include <sfx2/sfx.hrc>
|
2001-09-25 07:28:23 -05:00
|
|
|
|
#ifndef _GLOBLMN_HRC
|
2000-10-26 08:46:14 -05:00
|
|
|
|
#include <svx/globlmn.hrc>
|
2001-09-25 07:28:23 -05:00
|
|
|
|
#endif
|
2001-02-05 02:20:07 -06:00
|
|
|
|
#include "toolbox.hrc"
|
2000-10-26 08:46:14 -05:00
|
|
|
|
|
|
|
|
|
String RID_STR_LOADING_DATASOURCE
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Daten laden";
|
|
|
|
|
Text [ en-US ] = "Load data";
|
2000-10-26 08:46:14 -05:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
QueryBox QUERY_BRW_SAVEMODIFIED
|
|
|
|
|
{
|
|
|
|
|
Buttons = WB_YES_NO_CANCEL ;
|
|
|
|
|
DefButton = WB_DEF_YES ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Soll der ge<67>nderte Datensatz gespeichert werden? : Soll der ge<67>nderte Datensatz gespeichert werden? */
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Message [ de ] = "Der aktuelle Datensatz wurde ge<67>ndert.\nSollen die <20>nderungen gespeichert werden?" ;
|
|
|
|
|
Message [ en-US ] = "The current record has been changed.\nDo you want to save the changes?" ;
|
|
|
|
|
Message [ x-comment ] = " ";
|
2000-10-26 08:46:14 -05:00
|
|
|
|
};
|
|
|
|
|
|
2000-11-15 07:49:06 -06:00
|
|
|
|
QueryBox QUERY_BRW_DELETE_ROWS
|
|
|
|
|
{
|
|
|
|
|
Buttons = WB_YES_NO ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? Sollen die selektierten Daten gel<65>scht werden? : Sollen die selektierten Daten gel<65>scht werden? */
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Message [ de ] = "Sollen die selektierten Daten gel<65>scht werden?" ;
|
|
|
|
|
Message [ en-US ] = "Do you want to delete the selected data?" ;
|
|
|
|
|
Message [ x-comment ] = " ";
|
2000-11-15 07:49:06 -06:00
|
|
|
|
};
|
2000-10-26 08:46:14 -05:00
|
|
|
|
|
|
|
|
|
String RID_STR_DATABROWSER_FILTERED
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "(gefiltert)" ;
|
|
|
|
|
Text [ en-US ] = "(filtered)" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2000-10-26 08:46:14 -05:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SBA_BROWSER_SETTING_ORDER
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Fehler beim Setzen der Sortier-Kriterien";
|
|
|
|
|
Text [ en-US ] = "Error setting the sort criteria";
|
2000-10-26 08:46:14 -05:00
|
|
|
|
};
|
|
|
|
|
String SBA_BROWSER_SETTING_FILTER
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Fehler beim Setzen der Filter-Kriterien";
|
|
|
|
|
Text [ en-US ] = "Error setting the filter criteria";
|
2000-10-26 08:46:14 -05:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String RID_STR_CONNECTION_LOST
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Vebindung verloren";
|
|
|
|
|
Text [ en-US ] = "Connection lost";
|
2000-10-26 08:46:14 -05:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
Image QUERYFOLDER_TREE_ICON
|
|
|
|
|
{
|
|
|
|
|
ImageBitmap = Bitmap { File = "sx03201.bmp"; };
|
|
|
|
|
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
Image QUERY_TREE_ICON
|
|
|
|
|
{
|
|
|
|
|
ImageBitmap = Bitmap { File = "sx03202.bmp"; };
|
|
|
|
|
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
|
|
|
|
};
|
|
|
|
|
|
2002-04-29 02:47:47 -05:00
|
|
|
|
Image QUERYFOLDER_TREE_ICON_SCH
|
|
|
|
|
{
|
|
|
|
|
ImageBitmap = Bitmap { File = "sxh03201.bmp"; };
|
|
|
|
|
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
Image QUERY_TREE_ICON_SCH
|
|
|
|
|
{
|
|
|
|
|
ImageBitmap = Bitmap { File = "sxh03202.bmp"; };
|
|
|
|
|
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
|
|
|
|
};
|
|
|
|
|
|
2000-12-10 09:12:18 -06:00
|
|
|
|
String RID_STR_QUERIES_CONTAINER
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Abfragen";
|
|
|
|
|
Text [ en-US ] = "Queries";
|
2000-12-10 09:12:18 -06:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String RID_STR_TABLES_CONTAINER
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Tabellen";
|
|
|
|
|
Text [ en-US ] = "Tables";
|
2000-12-10 09:12:18 -06:00
|
|
|
|
};
|
2000-10-26 08:46:14 -05:00
|
|
|
|
|
2001-04-26 05:36:16 -05:00
|
|
|
|
#define MID_ADMINISTRATE \
|
|
|
|
|
Identifier = ID_TREE_ADMINISTRATE ; \
|
|
|
|
|
HelpId = HID_BROWSER_DSADMINISTRATE ; \
|
2004-08-02 09:34:45 -05:00
|
|
|
|
Text [ de ] = "~Datenbankdatei bearbeiten ..." ; \
|
|
|
|
|
Text [ en-US ] = "Edit ~Data Base File..." ;
|
2001-06-19 04:57:12 -05:00
|
|
|
|
|
2001-04-26 05:36:16 -05:00
|
|
|
|
#define MID_CLOSECONN \
|
|
|
|
|
Identifier = ID_TREE_CLOSE_CONN ; \
|
|
|
|
|
HelpId = HID_BROWSER_CLOSECONN ; \
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Verbindung s~chlie<69>en" ; \
|
|
|
|
|
Text [ en-US ] = "Disco~nnect" ;
|
2001-04-26 05:36:16 -05:00
|
|
|
|
|
|
|
|
|
#define MID_REFRESHCONN \
|
|
|
|
|
Identifier = ID_TREE_REBUILD_CONN ; \
|
|
|
|
|
HelpId = HID_BROWSER_REFRESHCONN ; \
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Verbindung e~rneuern" ; \
|
|
|
|
|
Text [ en-US ] = "~Refresh Connection" ;
|
2001-04-26 05:36:16 -05:00
|
|
|
|
|
|
|
|
|
#define MITEMS_DEFAULT \
|
|
|
|
|
MenuItem \
|
|
|
|
|
{ \
|
|
|
|
|
MID_ADMINISTRATE \
|
|
|
|
|
}; \
|
|
|
|
|
MenuItem \
|
2001-06-19 04:57:12 -05:00
|
|
|
|
{ \
|
|
|
|
|
Separator = TRUE; \
|
|
|
|
|
}; \
|
|
|
|
|
MenuItem \
|
2001-04-26 05:36:16 -05:00
|
|
|
|
{ \
|
|
|
|
|
MID_CLOSECONN \
|
|
|
|
|
}; \
|
|
|
|
|
MenuItem \
|
|
|
|
|
{ \
|
|
|
|
|
MID_REFRESHCONN \
|
|
|
|
|
}; \
|
|
|
|
|
MenuItem \
|
|
|
|
|
{ \
|
|
|
|
|
Separator = TRUE; \
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
Menu MENU_BROWSER_DEFAULTCONTEXT
|
|
|
|
|
{
|
|
|
|
|
ItemList =
|
|
|
|
|
{
|
|
|
|
|
MITEMS_DEFAULT
|
2002-07-25 01:04:57 -05:00
|
|
|
|
MenuItem { ITEM_EDIT_COPY };
|
2001-05-14 05:59:28 -05:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2001-02-23 08:13:25 -06:00
|
|
|
|
String STR_TITLE_CONFIRM_DELETION
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "L<>schen best<73>tigen" ;
|
|
|
|
|
Text [ en-US ] = "Confirm Deletion" ;
|
2004-09-09 03:41:57 -05:00
|
|
|
|
};
|
2001-01-09 08:45:44 -06:00
|
|
|
|
|
2001-02-23 08:13:25 -06:00
|
|
|
|
String STR_QUERY_DELETE_QUERY
|
2001-01-09 08:45:44 -06:00
|
|
|
|
{
|
2004-08-02 09:34:45 -05:00
|
|
|
|
Text [ de ] = "Soll die Abfrage '%1' gel<65>scht werden?" ;
|
|
|
|
|
Text [ en-US ] = "Do you want to delete the query '%1'?" ;
|
|
|
|
|
};
|
2001-01-09 08:45:44 -06:00
|
|
|
|
|
2001-02-23 08:13:25 -06:00
|
|
|
|
String STR_QUERY_DELETE_TABLE
|
2001-02-14 07:37:35 -06:00
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Soll die Tabelle '%1' gel<65>scht werden?" ;
|
|
|
|
|
Text [ en-US ] = "Do you want to delete the table '%1'?" ;
|
2004-08-02 09:34:45 -05:00
|
|
|
|
};
|
2001-02-14 07:37:35 -06:00
|
|
|
|
|
2001-01-09 08:45:44 -06:00
|
|
|
|
QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM
|
|
|
|
|
{
|
|
|
|
|
Buttons = WB_YES_NO ;
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Message [ de ] = "Die Abfrage existiert bereits. Soll sie gel<65>scht werden?" ;
|
|
|
|
|
Message [ en-US ] = "The query already exists. Do you want to delete it?" ;
|
2002-05-03 02:38:38 -05:00
|
|
|
|
};
|
2001-01-09 08:45:44 -06:00
|
|
|
|
|
|
|
|
|
QueryBox QUERY_CONNECTION_LOST
|
|
|
|
|
{
|
|
|
|
|
Buttons = WB_YES_NO ;
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Message [ de ] = "Die Verbindung zur Datenbank wurde gel<65>scht! Soll Sie wieder aufgebaut werden?" ;
|
|
|
|
|
Message [ en-US ] = "The connection to the database has been lost. Do you want to reconnect?" ;
|
2002-05-03 02:38:38 -05:00
|
|
|
|
};
|
2001-03-02 10:05:09 -06:00
|
|
|
|
|
|
|
|
|
String STR_OPENTABLES_WARNINGS
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Warnungen aufgetreten.";
|
|
|
|
|
Text [ en-US ] = "Warnings encountered";
|
2004-09-09 03:41:57 -05:00
|
|
|
|
};
|
2001-03-02 10:05:09 -06:00
|
|
|
|
|
|
|
|
|
String STR_OPENTABLES_WARNINGS_DETAILS
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Beim Ermitteln der Tabellen wurden von der Datenbankverbindung Warnungen gemeldet.";
|
|
|
|
|
Text [ en-US ] = "While retrieving the tables, warnings were reported by the database connection.";
|
2004-09-09 03:41:57 -05:00
|
|
|
|
};
|
2001-04-03 02:16:20 -05:00
|
|
|
|
|
|
|
|
|
String STR_CONNECTING_DATASOURCE
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Verbindungsaufbau zu \"$name$\" ...";
|
|
|
|
|
Text [ en-US ] = "Connecting to \"$name$\" ...";
|
2002-05-03 02:38:38 -05:00
|
|
|
|
};
|
2001-04-12 09:32:03 -05:00
|
|
|
|
|
|
|
|
|
String STR_LOADING_QUERY
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "lade Abfrage $name$ ...";
|
|
|
|
|
Text [ en-US ] = "Loading query $name$ ...";
|
2002-05-03 02:38:38 -05:00
|
|
|
|
};
|
2001-04-12 09:32:03 -05:00
|
|
|
|
|
|
|
|
|
String STR_LOADING_TABLE
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "lade Tabelle $name$ ...";
|
|
|
|
|
Text [ en-US ] = "Loading table $name$ ...";
|
2002-05-03 02:38:38 -05:00
|
|
|
|
};
|
2001-04-12 09:32:03 -05:00
|
|
|
|
|
2001-07-03 01:46:45 -05:00
|
|
|
|
String STR_DSBROWSER_TITLE
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Datenquellen Ansicht" ;
|
|
|
|
|
Text [ en-US ] = "Data sources view" ;
|
2002-05-03 02:38:38 -05:00
|
|
|
|
};
|
2001-07-13 14:43:50 -05:00
|
|
|
|
|
2001-07-16 07:42:36 -05:00
|
|
|
|
String STR_NO_TABLE_FORMAT_INSIDE
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Es konnte kein Tabellenformat gefunden werden." ;
|
|
|
|
|
Text [ en-US ] = "No table format could be found." ;
|
2002-05-03 02:38:38 -05:00
|
|
|
|
};
|
2001-07-26 16:25:31 -05:00
|
|
|
|
|
2001-08-15 00:48:01 -05:00
|
|
|
|
String STR_COULDNOTCONNECT_DATASOURCE
|
|
|
|
|
{
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Die Verbindung zur Datenquelle \"$name$\" konnte nicht hergstellt werden.";
|
|
|
|
|
Text [ en-US ] = "The connection to the data source \"$name$\" could not be established.";
|
2001-09-06 14:18:32 -05:00
|
|
|
|
};
|
2001-08-16 04:40:25 -05:00
|
|
|
|
|
|
|
|
|
Menu RID_MENU_REFRESH_DATA
|
|
|
|
|
{
|
|
|
|
|
ItemList =
|
|
|
|
|
{
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
MID_SBA_QRY_REFRESH
|
|
|
|
|
HelpId = SID_FM_REFRESH ;
|
2004-09-09 03:41:57 -05:00
|
|
|
|
Command = ".uno:Refresh";
|
2001-08-16 04:40:25 -05:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_BROWSER_REFRESH_REBUILD;
|
2004-09-09 03:41:57 -05:00
|
|
|
|
Command = ".uno:DBRebuildData";
|
2001-08-16 04:40:25 -05:00
|
|
|
|
HelpId = HID_BROWSER_REFRESH_REBUILDVIEW;
|
2004-06-26 11:27:11 -05:00
|
|
|
|
Text [ de ] = "Neu aufbauen";
|
|
|
|
|
Text [ en-US ] = "Rebuild";
|
2004-09-09 03:41:57 -05:00
|
|
|
|
};
|
2001-08-16 04:40:25 -05:00
|
|
|
|
};
|
|
|
|
|
};
|
2001-09-06 14:18:32 -05:00
|
|
|
|
|