Files
libreoffice/dbaccess/source/ui/browser/sbagrid.src

144 lines
3.4 KiB
Plaintext
Raw Normal View History

2000-10-26 13:46:14 +00:00
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
2000-10-26 13:46:14 +00:00
*
* $RCSfile: sbagrid.src,v $
2000-10-26 13:46:14 +00:00
*
* $Revision: 1.57 $
2000-10-26 13:46:14 +00:00
*
* last change: $Author: ihi $ $Date: 2007-04-19 14:55:02 $
2000-10-26 13:46:14 +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
*
*
* 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
*
* 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
*
* 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
*
* 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
#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
#ifndef DBAUI_TOOLBOX_HXX
#include "toolbox.hrc"
#endif
#ifndef _GLOBLMN_HRC
2000-10-26 13:46:14 +00:00
#include <svx/globlmn.hrc>
#endif
2000-10-26 13:46:14 +00:00
Menu RID_SBA_GRID_COLCTXMENU
{
ItemList =
{
MenuItem
{
Identifier = ID_BROWSER_COLATTRSET ;
HelpID = HID_BROWSER_COLUMNFORMAT ;
Text [ en-US ] = "Column ~Format..." ;
2000-10-26 13:46:14 +00:00
};
MenuItem
{
MID_COLUMN_WIDTH
HelpID = HID_BROWSER_COLUMNWIDTH;
2000-10-26 13:46:14 +00:00
};
MenuItem
{
Identifier = ID_BROWSER_COLUMNINFO ;
HelpID = HID_BROWSER_COLUMNINFO ;
Text [ en-US ] = "Copy Column D~escription";
};
2000-10-26 13:46:14 +00:00
};
};
Menu RID_SBA_GRID_ROWCTXMENU
{
ItemList =
{
MenuItem
{
Identifier = ID_BROWSER_TABLEATTR ;
HelpID = HID_BROWSER_TABLEFORMAT ;
Text [ en-US ] = "Table Format..." ;
2000-10-26 13:46:14 +00:00
};
MenuItem
{
Identifier = ID_BROWSER_ROWHEIGHT ;
HelpID = HID_BROWSER_ROWHEIGHT ;
Text [ en-US ] = "Row Height..." ;
2000-10-26 13:46:14 +00:00
};
};
};
String RID_STR_UNDO_MODIFY_RECORD
{
Text [ en-US ] = "Undo: Data Input";
2000-10-26 13:46:14 +00:00
};
String RID_STR_SAVE_CURRENT_RECORD
{
Text [ en-US ] = "Save current record";
2000-10-26 13:46:14 +00:00
};
String STR_QRY_TITLE
{
Text [ en-US ] = "Query #" ;
2000-10-26 13:46:14 +00:00
};
String STR_TBL_TITLE
{
Text [ en-US ] = "Table #" ;
2000-10-26 13:46:14 +00:00
};
2001-04-24 13:38:22 +00:00
String STR_VIEW_TITLE
{
Text [ en-US ] = "View #" ;
2001-04-24 13:38:22 +00:00
};
2000-10-26 13:46:14 +00:00
String STR_NAME_ALREADY_EXISTS
{
Text [ en-US ] = "The name \"#\" already exists.";
};
2001-08-24 09:59:44 +00:00
2001-09-27 19:24:49 +00:00
String STR_NO_COLUMNNAME_MATCHING
{
Text [ en-US ] = "No matching column names were found.";
};
String STR_ERROR_OCCURED_WHILE_COPYING
{
Text [ en-US ] = "An error occurred. Do you want to continue copying?";
};
2002-04-23 07:04:20 +00:00
String STR_DATASOURCE_GRIDCONTROL_NAME
{
Text [ en-US ] = "Data source table view";
2002-04-23 07:04:20 +00:00
};
String STR_DATASOURCE_GRIDCONTROL_DESC
{
Text [ en-US ] = "Shows the selected table or query.";
2002-04-23 07:04:20 +00:00
};