2000-10-26 13:46:14 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-08 13:30:42 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
2005-09-08 13:30:42 +00:00
|
|
|
* $RCSfile: sbagrid.src,v $
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
2007-04-19 13:55:02 +00:00
|
|
|
* $Revision: 1.57 $
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
2007-04-19 13:55:02 +00:00
|
|
|
* last change: $Author: ihi $ $Date: 2007-04-19 14:55:02 $
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
2005-09-08 13:30:42 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-08 13:30:42 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
2005-09-08 13:30:42 +00:00
|
|
|
* 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.
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
2005-09-08 13:30:42 +00:00
|
|
|
* 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.
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
2005-09-08 13:30:42 +00:00
|
|
|
* 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
|
2000-10-26 13:46:14 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
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
|
2002-08-19 06:32:53 +00:00
|
|
|
|
2000-12-08 20:17:13 +00:00
|
|
|
#ifndef _DBA_DBACCESS_HELPID_HRC_
|
|
|
|
#include "dbaccess_helpid.hrc"
|
|
|
|
#endif
|
2000-10-26 13:46:14 +00:00
|
|
|
#ifndef DBACCESS_UI_BROWSER_ID_HXX
|
|
|
|
#include "browserids.hxx"
|
|
|
|
#endif
|
2002-05-24 11:50:06 +00:00
|
|
|
#ifndef DBAUI_TOOLBOX_HXX
|
|
|
|
#include "toolbox.hrc"
|
|
|
|
#endif
|
|
|
|
#ifndef _GLOBLMN_HRC
|
2000-10-26 13:46:14 +00:00
|
|
|
#include <svx/globlmn.hrc>
|
2002-05-24 11:50:06 +00:00
|
|
|
#endif
|
2000-10-26 13:46:14 +00:00
|
|
|
|
|
|
|
Menu RID_SBA_GRID_COLCTXMENU
|
|
|
|
{
|
|
|
|
ItemList =
|
|
|
|
{
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = ID_BROWSER_COLATTRSET ;
|
2000-12-08 20:17:13 +00:00
|
|
|
HelpID = HID_BROWSER_COLUMNFORMAT ;
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Column ~Format..." ;
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
2002-05-24 11:50:06 +00:00
|
|
|
MID_COLUMN_WIDTH
|
|
|
|
HelpID = HID_BROWSER_COLUMNWIDTH;
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
2001-03-22 06:59:18 +00:00
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = ID_BROWSER_COLUMNINFO ;
|
|
|
|
HelpID = HID_BROWSER_COLUMNINFO ;
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Copy Column D~escription";
|
2001-03-22 06:59:18 +00:00
|
|
|
};
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
Menu RID_SBA_GRID_ROWCTXMENU
|
|
|
|
{
|
|
|
|
ItemList =
|
|
|
|
{
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = ID_BROWSER_TABLEATTR ;
|
2000-12-08 20:17:13 +00:00
|
|
|
HelpID = HID_BROWSER_TABLEFORMAT ;
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Table Format..." ;
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
|
|
|
MenuItem
|
|
|
|
{
|
|
|
|
Identifier = ID_BROWSER_ROWHEIGHT ;
|
2000-12-08 20:17:13 +00:00
|
|
|
HelpID = HID_BROWSER_ROWHEIGHT ;
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Row Height..." ;
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
String RID_STR_UNDO_MODIFY_RECORD
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Undo: Data Input";
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
String RID_STR_SAVE_CURRENT_RECORD
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Save current record";
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_QRY_TITLE
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Query #" ;
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
|
|
|
String STR_TBL_TITLE
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Table #" ;
|
2000-10-26 13:46:14 +00:00
|
|
|
};
|
2001-04-24 13:38:22 +00:00
|
|
|
String STR_VIEW_TITLE
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "View #" ;
|
2001-04-24 13:38:22 +00:00
|
|
|
};
|
2000-10-26 13:46:14 +00:00
|
|
|
|
2006-07-10 14:24:27 +00:00
|
|
|
String STR_NAME_ALREADY_EXISTS
|
2001-09-25 12:28:23 +00:00
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "The name \"#\" already exists.";
|
2001-09-25 12:28:23 +00:00
|
|
|
};
|
2001-08-24 09:59:44 +00:00
|
|
|
|
2001-09-27 19:24:49 +00:00
|
|
|
|
2001-10-02 06:55:27 +00:00
|
|
|
String STR_NO_COLUMNNAME_MATCHING
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "No matching column names were found.";
|
2001-10-02 06:55:27 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_ERROR_OCCURED_WHILE_COPYING
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "An error occurred. Do you want to continue copying?";
|
2001-10-02 06:55:27 +00:00
|
|
|
};
|
|
|
|
|
2002-04-23 07:04:20 +00:00
|
|
|
String STR_DATASOURCE_GRIDCONTROL_NAME
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Data source table view";
|
2002-04-23 07:04:20 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
String STR_DATASOURCE_GRIDCONTROL_DESC
|
|
|
|
{
|
2004-06-26 16:27:22 +00:00
|
|
|
Text [ en-US ] = "Shows the selected table or query.";
|
2002-04-23 07:04:20 +00:00
|
|
|
};
|
|
|
|
|