2000-10-26 13:46:14 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2008-04-10 13:08:55 +00:00
|
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2000-10-26 13:46:14 +00:00
|
|
|
|
*
|
2008-04-10 13:08:55 +00:00
|
|
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
2000-10-26 13:46:14 +00:00
|
|
|
|
*
|
2008-04-10 13:08:55 +00:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-10-26 13:46:14 +00:00
|
|
|
|
*
|
2008-04-10 13:08:55 +00:00
|
|
|
|
* $RCSfile: sbabrw.src,v $
|
|
|
|
|
* $Revision: 1.109 $
|
2000-10-26 13:46:14 +00:00
|
|
|
|
*
|
2008-04-10 13:08:55 +00:00
|
|
|
|
* This file is part of OpenOffice.org.
|
2000-10-26 13:46:14 +00:00
|
|
|
|
*
|
2008-04-10 13:08:55 +00:00
|
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
|
* only, as published by the Free Software Foundation.
|
2000-10-26 13:46:14 +00:00
|
|
|
|
*
|
2008-04-10 13:08:55 +00:00
|
|
|
|
* OpenOffice.org 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 version 3 for more details
|
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2000-10-26 13:46:14 +00:00
|
|
|
|
*
|
2008-04-10 13:08:55 +00:00
|
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
|
* for a copy of the LGPLv3 License.
|
2000-10-26 13:46:14 +00:00
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
2000-12-08 20:25:12 +00:00
|
|
|
|
#ifndef _DBA_DBACCESS_HELPID_HRC_
|
|
|
|
|
#include "dbaccess_helpid.hrc"
|
|
|
|
|
#endif
|
2002-08-19 06:32:53 +00:00
|
|
|
|
#ifndef _DBU_BRW_HRC_
|
|
|
|
|
#include "dbu_brw.hrc"
|
2000-10-26 13:46:14 +00:00
|
|
|
|
#endif
|
|
|
|
|
#ifndef DBACCESS_UI_BROWSER_ID_HXX
|
|
|
|
|
#include "browserids.hxx"
|
|
|
|
|
#endif
|
|
|
|
|
// #include <sfx2/sfx.hrc>
|
2001-09-25 12:28:23 +00:00
|
|
|
|
#ifndef _GLOBLMN_HRC
|
2000-10-26 13:46:14 +00:00
|
|
|
|
#include <svx/globlmn.hrc>
|
2001-09-25 12:28:23 +00:00
|
|
|
|
#endif
|
2001-02-05 08:20:07 +00:00
|
|
|
|
#include "toolbox.hrc"
|
2000-10-26 13:46:14 +00: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 16:27:11 +00:00
|
|
|
|
Message [ en-US ] = "The current record has been changed.\nDo you want to save the changes?" ;
|
2000-10-26 13:46:14 +00:00
|
|
|
|
};
|
|
|
|
|
|
2000-11-15 13:49:06 +00: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 16:27:11 +00:00
|
|
|
|
Message [ en-US ] = "Do you want to delete the selected data?" ;
|
2000-11-15 13:49:06 +00:00
|
|
|
|
};
|
2000-10-26 13:46:14 +00:00
|
|
|
|
|
|
|
|
|
String RID_STR_DATABROWSER_FILTERED
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "(filtered)" ;
|
2000-10-26 13:46:14 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SBA_BROWSER_SETTING_ORDER
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Error setting the sort criteria";
|
2000-10-26 13:46:14 +00:00
|
|
|
|
};
|
|
|
|
|
String SBA_BROWSER_SETTING_FILTER
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Error setting the filter criteria";
|
2000-10-26 13:46:14 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String RID_STR_CONNECTION_LOST
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Connection lost";
|
2000-10-26 13:46:14 +00:00
|
|
|
|
};
|
|
|
|
|
|
2000-12-10 15:12:18 +00:00
|
|
|
|
String RID_STR_QUERIES_CONTAINER
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Queries";
|
2000-12-10 15:12:18 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String RID_STR_TABLES_CONTAINER
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Tables";
|
2000-12-10 15:12:18 +00:00
|
|
|
|
};
|
2000-10-26 13:46:14 +00:00
|
|
|
|
|
2006-08-15 09:49:38 +00:00
|
|
|
|
#define MID_EDIT_DATABASE \
|
|
|
|
|
Identifier = ID_TREE_EDIT_DATABASE ; \
|
|
|
|
|
HelpId = HID_BROWSER_EDIT_DATABASE; \
|
2005-09-23 13:09:45 +00:00
|
|
|
|
Text [ en-US ] = "Edit ~Database File..." ;\
|
2001-06-19 09:57:12 +00:00
|
|
|
|
|
2006-08-15 09:49:38 +00:00
|
|
|
|
#define MID_ADMINISTRATE \
|
|
|
|
|
Identifier = ID_TREE_ADMINISTRATE ; \
|
|
|
|
|
HelpId = HID_BROWSER_ADMINISTRATE; \
|
|
|
|
|
Text [ en-US ] = "Registered databases ..." ;\
|
|
|
|
|
|
2001-04-26 10:36:16 +00:00
|
|
|
|
#define MID_CLOSECONN \
|
|
|
|
|
Identifier = ID_TREE_CLOSE_CONN ; \
|
|
|
|
|
HelpId = HID_BROWSER_CLOSECONN ; \
|
2005-09-23 13:09:45 +00:00
|
|
|
|
Text [ en-US ] = "Disco~nnect" ; \
|
2001-04-26 10:36:16 +00:00
|
|
|
|
|
|
|
|
|
Menu MENU_BROWSER_DEFAULTCONTEXT
|
|
|
|
|
{
|
|
|
|
|
ItemList =
|
|
|
|
|
{
|
2006-08-15 09:49:38 +00:00
|
|
|
|
MenuItem \
|
|
|
|
|
{ \
|
|
|
|
|
MID_EDIT_DATABASE \
|
|
|
|
|
}; \
|
|
|
|
|
MenuItem \
|
|
|
|
|
{ \
|
|
|
|
|
MID_CLOSECONN \
|
|
|
|
|
}; \
|
|
|
|
|
MenuItem \
|
|
|
|
|
{ \
|
|
|
|
|
Separator = TRUE; \
|
|
|
|
|
}; \
|
2002-07-25 06:04:57 +00:00
|
|
|
|
MenuItem { ITEM_EDIT_COPY };
|
2006-08-15 09:49:38 +00:00
|
|
|
|
MenuItem \
|
|
|
|
|
{ \
|
|
|
|
|
Separator = TRUE; \
|
|
|
|
|
}; \
|
|
|
|
|
MenuItem \
|
|
|
|
|
{ \
|
|
|
|
|
MID_ADMINISTRATE \
|
|
|
|
|
};
|
2001-05-14 10:59:28 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2001-02-23 14:13:25 +00:00
|
|
|
|
String STR_TITLE_CONFIRM_DELETION
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Confirm Deletion" ;
|
2004-09-09 08:41:57 +00:00
|
|
|
|
};
|
2001-01-09 14:45:44 +00:00
|
|
|
|
|
2001-02-23 14:13:25 +00:00
|
|
|
|
String STR_QUERY_DELETE_TABLE
|
2001-02-14 13:37:35 +00:00
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Do you want to delete the table '%1'?" ;
|
2004-08-02 14:34:45 +00:00
|
|
|
|
};
|
2001-02-14 13:37:35 +00:00
|
|
|
|
|
2001-01-09 14:45:44 +00:00
|
|
|
|
QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM
|
|
|
|
|
{
|
|
|
|
|
Buttons = WB_YES_NO ;
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Message [ en-US ] = "The query already exists. Do you want to delete it?" ;
|
2002-05-03 07:38:38 +00:00
|
|
|
|
};
|
2001-01-09 14:45:44 +00:00
|
|
|
|
|
|
|
|
|
QueryBox QUERY_CONNECTION_LOST
|
|
|
|
|
{
|
|
|
|
|
Buttons = WB_YES_NO ;
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Message [ en-US ] = "The connection to the database has been lost. Do you want to reconnect?" ;
|
2002-05-03 07:38:38 +00:00
|
|
|
|
};
|
2001-03-02 16:05:09 +00:00
|
|
|
|
|
|
|
|
|
String STR_OPENTABLES_WARNINGS
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Warnings encountered";
|
2004-09-09 08:41:57 +00:00
|
|
|
|
};
|
2001-03-02 16:05:09 +00:00
|
|
|
|
|
|
|
|
|
String STR_OPENTABLES_WARNINGS_DETAILS
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "While retrieving the tables, warnings were reported by the database connection.";
|
2004-09-09 08:41:57 +00:00
|
|
|
|
};
|
2001-04-03 07:16:20 +00:00
|
|
|
|
|
|
|
|
|
String STR_CONNECTING_DATASOURCE
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Connecting to \"$name$\" ...";
|
2002-05-03 07:38:38 +00:00
|
|
|
|
};
|
2001-04-12 14:32:03 +00:00
|
|
|
|
|
|
|
|
|
String STR_LOADING_QUERY
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Loading query $name$ ...";
|
2002-05-03 07:38:38 +00:00
|
|
|
|
};
|
2001-04-12 14:32:03 +00:00
|
|
|
|
|
|
|
|
|
String STR_LOADING_TABLE
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Loading table $name$ ...";
|
2002-05-03 07:38:38 +00:00
|
|
|
|
};
|
2001-04-12 14:32:03 +00:00
|
|
|
|
|
2001-07-16 12:42:36 +00:00
|
|
|
|
String STR_NO_TABLE_FORMAT_INSIDE
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "No table format could be found." ;
|
2002-05-03 07:38:38 +00:00
|
|
|
|
};
|
2001-07-26 21:25:31 +00:00
|
|
|
|
|
2001-08-15 05:48:01 +00:00
|
|
|
|
String STR_COULDNOTCONNECT_DATASOURCE
|
|
|
|
|
{
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "The connection to the data source \"$name$\" could not be established.";
|
2006-07-13 14:23:32 +00:00
|
|
|
|
};
|
2001-08-16 09:40:25 +00:00
|
|
|
|
|
|
|
|
|
Menu RID_MENU_REFRESH_DATA
|
|
|
|
|
{
|
|
|
|
|
ItemList =
|
|
|
|
|
{
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
MID_SBA_QRY_REFRESH
|
|
|
|
|
HelpId = SID_FM_REFRESH ;
|
2004-09-09 08:41:57 +00:00
|
|
|
|
Command = ".uno:Refresh";
|
2001-08-16 09:40:25 +00:00
|
|
|
|
};
|
|
|
|
|
MenuItem
|
|
|
|
|
{
|
|
|
|
|
Identifier = ID_BROWSER_REFRESH_REBUILD;
|
2004-09-09 08:41:57 +00:00
|
|
|
|
Command = ".uno:DBRebuildData";
|
2001-08-16 09:40:25 +00:00
|
|
|
|
HelpId = HID_BROWSER_REFRESH_REBUILDVIEW;
|
2004-06-26 16:27:11 +00:00
|
|
|
|
Text [ en-US ] = "Rebuild";
|
2004-09-09 08:41:57 +00:00
|
|
|
|
};
|
2001-08-16 09:40:25 +00:00
|
|
|
|
};
|
|
|
|
|
};
|
2001-09-06 19:18:32 +00:00
|
|
|
|
|