office-gobmx/dbaccess/source/ui/browser/sbabrw.src
Pascal Junck 82380f1eea INTEGRATION: CWS dba17 (1.97.4); FILE MERGED
2004/09/27 13:50:29 fs 1.97.4.1: #i33353# removed a string which was declared and implemented, but never used
2004-10-22 11:04:00 +00:00

304 lines
8.6 KiB
Text
Raw Blame History

/*************************************************************************
*
* $RCSfile: sbabrw.src,v $
*
* $Revision: 1.98 $
*
* last change: $Author: pjunck $ $Date: 2004-10-22 12:04: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): _______________________________________
*
*
************************************************************************/
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
#ifndef _DBU_BRW_HRC_
#include "dbu_brw.hrc"
#endif
#ifndef DBACCESS_UI_BROWSER_ID_HXX
#include "browserids.hxx"
#endif
// #include <sfx2/sfx.hrc>
#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc>
#endif
#include "toolbox.hrc"
String RID_STR_LOADING_DATASOURCE
{
Text [ de ] = "Daten laden";
Text [ en-US ] = "Load data";
};
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? */
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 ] = " ";
};
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? */
Message [ de ] = "Sollen die selektierten Daten gel<65>scht werden?" ;
Message [ en-US ] = "Do you want to delete the selected data?" ;
Message [ x-comment ] = " ";
};
String RID_STR_DATABROWSER_FILTERED
{
Text [ de ] = "(gefiltert)" ;
Text [ en-US ] = "(filtered)" ;
Text [ x-comment ] = " ";
};
String SBA_BROWSER_SETTING_ORDER
{
Text [ de ] = "Fehler beim Setzen der Sortier-Kriterien";
Text [ en-US ] = "Error setting the sort criteria";
};
String SBA_BROWSER_SETTING_FILTER
{
Text [ de ] = "Fehler beim Setzen der Filter-Kriterien";
Text [ en-US ] = "Error setting the filter criteria";
};
String RID_STR_CONNECTION_LOST
{
Text [ de ] = "Vebindung verloren";
Text [ en-US ] = "Connection lost";
};
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; };
};
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; };
};
String RID_STR_QUERIES_CONTAINER
{
Text [ de ] = "Abfragen";
Text [ en-US ] = "Queries";
};
String RID_STR_TABLES_CONTAINER
{
Text [ de ] = "Tabellen";
Text [ en-US ] = "Tables";
};
#define MID_ADMINISTRATE \
Identifier = ID_TREE_ADMINISTRATE ; \
HelpId = HID_BROWSER_DSADMINISTRATE ; \
Text [ de ] = "~Datenbankdatei bearbeiten ..." ; \
Text [ en-US ] = "Edit ~Data Base File..." ;
#define MID_CLOSECONN \
Identifier = ID_TREE_CLOSE_CONN ; \
HelpId = HID_BROWSER_CLOSECONN ; \
Text [ de ] = "Verbindung s~chlie<69>en" ; \
Text [ en-US ] = "Disco~nnect" ;
#define MID_REFRESHCONN \
Identifier = ID_TREE_REBUILD_CONN ; \
HelpId = HID_BROWSER_REFRESHCONN ; \
Text [ de ] = "Verbindung e~rneuern" ; \
Text [ en-US ] = "~Refresh Connection" ;
#define MITEMS_DEFAULT \
MenuItem \
{ \
MID_ADMINISTRATE \
}; \
MenuItem \
{ \
Separator = TRUE; \
}; \
MenuItem \
{ \
MID_CLOSECONN \
}; \
MenuItem \
{ \
MID_REFRESHCONN \
}; \
MenuItem \
{ \
Separator = TRUE; \
};
Menu MENU_BROWSER_DEFAULTCONTEXT
{
ItemList =
{
MITEMS_DEFAULT
MenuItem { ITEM_EDIT_COPY };
};
};
String STR_TITLE_CONFIRM_DELETION
{
Text [ de ] = "L<>schen best<73>tigen" ;
Text [ en-US ] = "Confirm Deletion" ;
};
String STR_QUERY_DELETE_TABLE
{
Text [ de ] = "Soll die Tabelle '%1' gel<65>scht werden?" ;
Text [ en-US ] = "Do you want to delete the table '%1'?" ;
};
QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM
{
Buttons = WB_YES_NO ;
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?" ;
};
QueryBox QUERY_CONNECTION_LOST
{
Buttons = WB_YES_NO ;
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?" ;
};
String STR_OPENTABLES_WARNINGS
{
Text [ de ] = "Warnungen aufgetreten.";
Text [ en-US ] = "Warnings encountered";
};
String STR_OPENTABLES_WARNINGS_DETAILS
{
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.";
};
String STR_CONNECTING_DATASOURCE
{
Text [ de ] = "Verbindungsaufbau zu \"$name$\" ...";
Text [ en-US ] = "Connecting to \"$name$\" ...";
};
String STR_LOADING_QUERY
{
Text [ de ] = "lade Abfrage $name$ ...";
Text [ en-US ] = "Loading query $name$ ...";
};
String STR_LOADING_TABLE
{
Text [ de ] = "lade Tabelle $name$ ...";
Text [ en-US ] = "Loading table $name$ ...";
};
String STR_DSBROWSER_TITLE
{
Text [ de ] = "Datenquellen Ansicht" ;
Text [ en-US ] = "Data sources view" ;
};
String STR_NO_TABLE_FORMAT_INSIDE
{
Text [ de ] = "Es konnte kein Tabellenformat gefunden werden." ;
Text [ en-US ] = "No table format could be found." ;
};
String STR_COULDNOTCONNECT_DATASOURCE
{
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.";
};
Menu RID_MENU_REFRESH_DATA
{
ItemList =
{
MenuItem
{
MID_SBA_QRY_REFRESH
HelpId = SID_FM_REFRESH ;
Command = ".uno:Refresh";
};
MenuItem
{
Identifier = ID_BROWSER_REFRESH_REBUILD;
Command = ".uno:DBRebuildData";
HelpId = HID_BROWSER_REFRESH_REBUILDVIEW;
Text [ de ] = "Neu aufbauen";
Text [ en-US ] = "Rebuild";
};
};
};