2001-02-05 08:26:47 +00:00
/*************************************************************************
*
* $RCSfile: query.src,v $
*
2004-06-26 16:33:39 +00:00
* $Revision: 1.90 $
2001-02-05 08:26:47 +00:00
*
2004-06-26 16:33:39 +00:00
* last change: $Author: hjs $ $Date: 2004-06-26 17:33:39 $
2001-02-05 08:26:47 +00: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): _______________________________________
*
*
************************************************************************/
2002-08-19 07:01:32 +00:00
#ifndef _DBU_QRY_HRC_
#include "dbu_qry.hrc"
2001-02-05 08:26:47 +00:00
#endif
#ifndef DBAUI_QUERY_HRC
#include "Query.hrc"
#endif
#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc>
#endif
#ifndef _CNTIDS_HRC
2001-02-08 11:36:49 +00:00
#include <sfx2/cntids.hrc>
2001-02-05 08:26:47 +00:00
#endif
#ifndef DBACCESS_UI_BROWSER_ID_HXX
#include "browserids.hxx"
#endif
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
#ifndef DBAUI_TOOLBOX_HXX
#include "toolbox.hrc"
#endif
2001-04-24 13:28:56 +00:00
#define MN_EDIT 20
#define MN_VIEW 21
#define MN_EXTRA 22
2002-02-06 06:45:42 +00:00
#define MN_INSERT 23
2001-04-24 13:28:56 +00:00
#define MN_WIN 30
#define MN_HELP 31
2002-05-24 12:00:41 +00:00
Menu RID_MENU_JOINVIEW_CONNECTION
2001-02-05 08:26:47 +00:00
{
ItemList =
{
2002-05-24 12:00:41 +00:00
MenuItem
{
ITEM_EDIT_DELETE
};
MenuItem
{
MID_DBUI_QUERY_EDIT_JOINCONNECTION
};
2001-02-05 08:26:47 +00:00
};
2002-05-24 12:00:41 +00:00
};
Menu RID_MENU_JOINVIEW_TABLE
{
ItemList =
2002-02-06 06:45:42 +00:00
{
2002-05-24 12:00:41 +00:00
MenuItem
{
ITEM_EDIT_DELETE
};
};
};
Menu RID_QUERYCOLPOPUPMENU
{
ItemList =
{
MenuItem
{
MID_COLUMN_WIDTH
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
ITEM_EDIT_DELETE
};
2001-02-05 08:26:47 +00:00
};
};
ImageList IMG_JOINS
{
2004-05-19 03:36:55 +00:00
Prefix = "jo";
2001-02-05 08:26:47 +00:00
MaskColor = Color {
Red = 0xffff;
Green = 0x0000;
Blue = 0xffff;
};
IdList = {
IMG_PRIMARY_KEY; IMG_FOREIGN_KEY;
};
IdCount = { 2; };
};
2002-06-21 05:51:07 +00:00
ImageList IMG_JOINS_H
{
2004-05-19 03:36:55 +00:00
Prefix = "joh";
2002-06-21 05:51:07 +00:00
MaskColor = Color {
Red = 0xffff;
Green = 0x0000;
Blue = 0xffff;
};
IdList = {
IMG_PRIMARY_KEY; IMG_FOREIGN_KEY;
};
IdCount = { 2; };
};
2001-02-05 08:26:47 +00:00
String STR_QUERY_UNDO_TABWINSHOW
{
/* ### ACHTUNG: Neuer Text in Resource? Tabellenfenster hinzuf<75> gen : Tabellenfenster hinzuf<75> gen */
2004-06-26 16:33:39 +00:00
Text [ de ] = "Tabellenfenster hinzuf<75> gen" ;
Text [ en-US ] = "Add Table Window" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_MOVETABWIN
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Tabellenfenster verschieben" ;
Text [ en-US ] = "Move table window" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_INSERTCONNECTION
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Verkn<6B> pfung einf<6E> gen" ;
Text [ en-US ] = "Insert Join" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_REMOVECONNECTION
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Verkn<6B> pfung l<> schen" ;
Text [ en-US ] = "Delete Join" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_SIZETABWIN
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Tabellenfenster - Gr<47> <72> e aendern" ;
Text [ en-US ] = "Resize table window" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_TABFIELDDELETE
{
/* ### ACHTUNG: Neuer Text in Resource? Spalte l<> schen : Spalte l<> schen */
2004-06-26 16:33:39 +00:00
Text [ de ] = "Spalte l<> schen" ;
Text [ en-US ] = "Delete Column" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
2002-08-19 07:01:32 +00:00
String STR_QUERY_UNDO_TABFIELDMOVED
{
/* ### ACHTUNG: Neuer Text in Resource? Spalte hinzuf<75> gen : Spalte hinzuf<75> gen */
2004-06-26 16:33:39 +00:00
Text [ de ] = "Spalte verschieben" ;
Text [ en-US ] = "Move column";
2002-08-19 07:01:32 +00:00
};
2001-02-05 08:26:47 +00:00
String STR_QUERY_UNDO_TABFIELDCREATE
{
/* ### ACHTUNG: Neuer Text in Resource? Spalte hinzuf<75> gen : Spalte hinzuf<75> gen */
2004-06-26 16:33:39 +00:00
Text [ de ] = "Spalte hinzuf<75> gen" ;
Text [ en-US ] = "Add Column" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String RID_STR_TABLE_DOESNT_EXIST
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Der Ausdruck ist ung<6E> ltig, da keine Tabelle '$name$' existiert !";
Text [ en-US ] = "Invalid expression, table '$name$' does not exist!";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String RID_STR_FIELD_DOESNT_EXIST
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Der Ausdruck ist ung<6E> ltig, da der Feldname '$name$' nicht zugeordnet werden kann!";
Text [ en-US ] = "Invalid expression, field name '$name$' does not exist.";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String RID_STR_TOMUCHTABLES
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Die Abfrage enth<74> lt #num# Tabellen. Der aktuelle Datenbanktyp kann aber maximal #maxnum# Tabelle(n) pro Statement verarbeiten !";
Text [ en-US ] = "The query covers #num# tables. The selected database type, however, can only process a maximum of #maxnum# table(s) per statement!";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_TABWINDELETE
{
/* ### ACHTUNG: Neuer Text in Resource? Tabellenfenster l<> schen : Tabellenfenster l<> schen */
2004-06-26 16:33:39 +00:00
Text [ de ] = "Tabellenfenster l<> schen" ;
Text [ en-US ] = "Delete Table Window" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_MODIFY_CELL
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Spaltenbeschreibung <20> ndern" ;
Text [ en-US ] = "Edit Column Description";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_SIZE_COLUMN
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Spaltenbreite <20> ndern" ;
Text [ en-US ] = "Adjust column width";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_SORTTEXT
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "(nicht sortiert);aufsteigend;absteigend" ;
Text [ en-US ] = "(not sorted);ascending;descending" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_FUNCTIONS
{
/* Gleiche Textreihenfolge fuer die Funtkionen wie in common.src */
2004-06-26 16:33:39 +00:00
Text [ de ] = "(keine Funktion);Durchschnitt;Anzahl;Maximum;Minimum;Summe;Gruppierung";
Text [ en-US ] = "(no function);Average;Count;Maximum;Minimum;Sum;Group";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_NOTABLE
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "(keine Tabelle)";
Text [ en-US ] = "(no table)";
Text [ x-comment ] = "; nk26.10.99: was bedeutet das?";
2001-02-05 08:26:47 +00:00
};
String STR_QRY_ORDERBY_UNRELATED
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Die Datenbank unterst<73> tzt die Sortierung nur f<> r sichtbare Felder.";
Text [ en-US ] = "The database only supports sorting for visible fields.";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
Menu RID_QUERYFUNCTION_POPUPMENU
{
ItemList =
{
MenuItem
{
Identifier = ID_QUERY_FUNCTION ;
HelpID = HID_QUERY_FUNCTION;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Funktionen" ;
Text [ en-US ] = "Functions";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = ID_QUERY_TABLENAME ;
HelpID = HID_QUERY_TABLENAME ;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Tabellenname" ;
Text [ en-US ] = "Table Name";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
MenuItem
{
Identifier = ID_QUERY_ALIASNAME ;
HelpID = HID_QUERY_ALIASNAME ;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Aliasname" ;
Text [ en-US ] = "Alias";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
MenuItem
{
Separator = TRUE;
};
MenuItem
{
Identifier = ID_QUERY_DISTINCT ;
HelpID = HID_QUERY_DISTINCT ;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Eindeutige Werte" ;
Text [ en-US ] = "Distinct Values";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
};
};
String STR_QUERY_HANDLETEXT
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Feld;Alias;Tabelle;Sortierung;Sichtbar;Funktion;Kriterium;oder;oder" ;
Text [ en-US ] = "Field;Alias;Table;Sort;Visible;Function;Criterion;Or;Or";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_TOO_MANY_COLUMNS
2001-02-05 08:26:47 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Es sind zu viele Spalten vorhanden." ;
Text [ en-US ] = "There are too many columns.";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
ErrorBox ERR_QRY_CRITERIA_ON_ASTERISK
{
/* ### ACHTUNG: Neuer Text in Resource? Eine Bedingung f<> r Feld [*] ist nicht m<> glich : Eine Bedingung f<> r Feld [*] ist nicht m<> glich */
2004-06-26 16:33:39 +00:00
Message [ de ] = "Eine Bedingung f<> r Feld [*] ist nicht m<> glich" ;
Message [ en-US ] = "A condition cannot be applied to field [*]" ;
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_TOO_LONG_STATEMENT
2001-02-05 08:26:47 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Der erzeugte SQL Ausdruck ist zu lang." ;
Text [ en-US ] = "The SQL statement created is too long.";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_TOOCOMPLEX
2001-02-05 08:26:47 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Anfrage ist zu komplex" ;
Text [ en-US ] = "Query is too complex" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_NOSELECT
2001-02-05 08:26:47 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Es fehlt eine Selektion!" ;
Text [ en-US ] = "Nothing has been selected!" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_TOOMANYCOND
2001-02-05 08:26:47 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Zu viele Suchkriterien" ;
Text [ en-US ] = "Too many search criteria" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_SYNTAX
2001-02-05 08:26:47 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Fehler in der SQL Syntax" ;
Text [ en-US ] = "SQL syntax error" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
ErrorBox ERR_QRY_ORDERBY_ON_ASTERISK
{
2004-06-26 16:33:39 +00:00
Message [ de ] = "Nach [*] kann nicht sortiert werden.";
Message [ en-US ] = "[*] cannot be used as a sort criterion.";
Message [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_TRUE
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "WAHR" ;
Text [ en-US ] = "TRUE" ;
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_FALSE
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "FALSCH" ;
Text [ en-US ] = "FALSE" ;
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_TOO_MANY_TABLES
2001-02-05 08:26:47 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Es sind zu viele Tabellen vorhanden." ;
Text [ en-US ] = "There are too many tables.";
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_NATIVE
2001-02-05 08:26:47 +00:00
{
/* ### ACHTUNG: Neuer Text in Resource? Bei Anfrage im SQL-Dialekt der Datenbank wird das Statement nicht <20> bernommen : Bei Anfrage im SQL-Dialekt der Datenbank wird das Statement nicht <20> bernommen */
2004-06-26 16:33:39 +00:00
Text [ de ] = "Bei Anfrage im SQL-Dialekt der Datenbank wird das Statement nicht <20> bernommen" ;
Text [ en-US ] = "The statement will not be applied when querying in the SQL dialect of the database." ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
ErrorBox ERR_QRY_AMB_FIELD
{
2004-06-26 16:33:39 +00:00
Message [ de ] = "Feldname nicht gefunden oder eindeutig" ;
Message [ en-US ] = "Field name not found or not unique" ;
Message [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
2002-05-06 09:20:11 +00:00
String STR_QRY_ILLEGAL_JOIN
2001-02-05 08:26:47 +00:00
{
/* ### ACHTUNG: Neuer Text in Resource? Verkn<6B> pfung konnte nicht ausgef<65> hrt werden : Verkn<6B> pfung konnte nicht ausgef<65> hrt werden */
2004-06-26 16:33:39 +00:00
Text [ de ] = "Verkn<6B> pfung konnte nicht ausgef<65> hrt werden" ;
Text [ en-US ] = "Join could not be processed" ;
Text [ x-comment ] = " ";
2001-02-05 08:26:47 +00:00
};
ToolBox RID_BRW_QUERYDESIGN_TOOLBOX
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 3 , 1 ) ;
2002-04-29 07:52:12 +00:00
// Size = MAP_APPFONT ( 200 , 14 ) ;
2001-02-05 08:26:47 +00:00
OutputSize = TRUE ;
Align = BOXALIGN_TOP ;
ItemImageList = RID_DEFAULTIMAGELIST_SC ;
HideWhenDeactivate = TRUE ;
HelpId = HID_TLB_QUERYDESIGN ;
ItemList =
{
ToolBoxItem
{
2002-02-06 06:45:42 +00:00
MID_DBUI_QUERY_EXECUTE
2001-02-05 08:26:47 +00:00
};
2001-02-07 11:53:20 +00:00
2001-02-05 08:26:47 +00:00
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
2002-02-06 06:45:42 +00:00
MID_DBUI_CLEAR_QUERY
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
2002-02-06 06:45:42 +00:00
MID_BROWSER_SQL
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
2002-02-06 06:45:42 +00:00
MID_DBUI_JOIN_ADD_TABLE
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
2001-02-07 11:53:20 +00:00
{
2002-02-06 06:45:42 +00:00
MID_DBUI_BROWSER_ESACPEPROCESSING
2001-02-07 11:53:20 +00:00
};
ToolBoxItem
2001-02-05 08:26:47 +00:00
{
2002-02-06 06:45:42 +00:00
MID_DBUI_QUERY_VIEW_FUNCTIONS
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
2002-02-06 06:45:42 +00:00
MID_DBUI_QUERY_VIEW_TABLES
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
2002-02-06 06:45:42 +00:00
MID_DBUI_QUERY_VIEW_ALIASES
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
2002-02-06 06:45:42 +00:00
MID_DBUI_QUERY_DISTINCT_VALUES
2001-02-05 08:26:47 +00:00
};
2001-03-09 08:21:35 +00:00
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = ID_BROWSER_EDITDOC ;
HelpId = SID_EDITDOC ;
2002-12-04 13:21:38 +00:00
Checkable = TRUE;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Bearbeiten" ;
Text [ en-US ] = "Edit";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_NEWDOC ;
HelpId = SID_NEWDOC ;
Hide = TRUE;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Bearbeiten" ;
Text [ en-US ] = "Edit";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Identifier = ID_BROWSER_SAVEDOC ;
HelpId = SID_SAVEDOC ;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Speichern" ;
Text [ en-US ] = "Save";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Identifier = ID_BROWSER_SAVEASDOC ;
HelpId = SID_SAVEASDOC ;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Speichern als" ;
Text [ en-US ] = "Save As";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Identifier = SID_PRINTDOCDIRECT ;
HelpId = SID_PRINTDOCDIRECT ;
Hide = TRUE;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Drucken" ;
Text [ en-US ] = "Print";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = ID_BROWSER_CUT ;
HelpId = SID_CUT ;
MID_SBA_QRY_CUT
};
ToolBoxItem
{
Identifier = ID_BROWSER_COPY ;
HelpId = SID_COPY ;
MID_SBA_QRY_COPY
};
ToolBoxItem
{
Identifier = ID_BROWSER_PASTE ;
HelpId = SID_PASTE ;
MID_SBA_QRY_PASTE
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = ID_BROWSER_UNDO ;
HelpId = SID_UNDO ;
2002-08-19 07:01:32 +00:00
MID_UNDO
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Identifier = ID_BROWSER_REDO ;
HelpId = SID_REDO ;
2002-08-19 07:01:32 +00:00
MID_REDO
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
2003-04-15 15:04:07 +00:00
#if OSL_DEBUG_LEVEL > 1
2002-10-04 11:32:24 +00:00
ToolBoxItem
{
Identifier = ID_EDIT_QUERY_SQL ;
2004-06-26 16:33:39 +00:00
Text [ de ] = "Show Parse Tree" ;
Text [ x-comment ] = "; EM Oct 2002: Do Not Translate. This is only for the in-house developer \"Debugging\" version of SO.";
Text [ en-US ] = "Show Parse Tree";
2002-10-04 11:32:24 +00:00
};
2002-12-12 12:44:48 +00:00
ToolBoxItem
{
Identifier = ID_EDIT_QUERY_DESIGN;
Text = "Make disjunctive normal form" ;
2004-06-26 16:33:39 +00:00
Text [ x-comment ] = "; EM Oct 2002: Do Not Translate. This is only for the in-house developer \"Debugging\" version of SO.";
2002-12-12 12:44:48 +00:00
};
2002-10-04 11:32:24 +00:00
#endif
2001-02-05 08:26:47 +00:00
/* ToolBoxItem
{
Identifier = SID_ZOOM_OUT ;
HelpId = SID_ZOOM_OUT ;
};
ToolBoxItem
{
Identifier = SID_ZOOM_IN ;
HelpId = SID_ZOOM_IN ;
};
ToolBoxItem
{
Identifier = SID_EXPLORER_CONTENT ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
*/
};
};
2004-03-19 11:12:41 +00:00
String STR_QUERY_SAVEMODIFIED
2001-02-06 07:12:35 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "$object$ wurde ge<67> ndert.\nSollen die <20> nderungen gespeichert werden?" ;
Text [ en-US ] = "$object$ has been changed.\nDo you want to save the changes?" ;
2001-02-06 07:12:35 +00:00
};
2004-03-19 11:12:41 +00:00
Resource RSC_QUERY_OBJECT_TYPE
2001-05-16 14:24:43 +00:00
{
2004-03-19 11:12:41 +00:00
String 1
{
2004-06-26 16:33:39 +00:00
Text [ x-comment ] = "This string is to be used as part of the QUERY_SAVEMODIFIED string - both together have to form a grammaticaly correct sentence.";
2004-03-19 11:12:41 +00:00
2004-06-26 16:33:39 +00:00
Text [ de ] = "Die Abfrage";
Text [ en-US ] = "The query";
2004-03-19 11:12:41 +00:00
};
String 2
{
2004-06-26 16:33:39 +00:00
Text [ x-comment ] = "This string is to be used as part of the QUERY_SAVEMODIFIED string - both together have to form a grammaticaly correct sentence.";
2004-03-19 11:12:41 +00:00
2004-06-26 16:33:39 +00:00
Text [ de ] = "Die Tabellensicht";
Text [ en-US ] = "The table view";
2004-03-19 11:12:41 +00:00
};
String 3
{
2004-06-26 16:33:39 +00:00
Text [ x-comment ] = "This string is to be used as part of the QUERY_SAVEMODIFIED string - both together have to form a grammaticaly correct sentence.";
2004-03-19 11:12:41 +00:00
2004-06-26 16:33:39 +00:00
Text [ de ] = "Der SQL-Befehl";
Text [ en-US ] = "The SQL statement";
2004-03-19 11:12:41 +00:00
};
2001-05-16 14:24:43 +00:00
};
2004-03-19 11:12:41 +00:00
2001-02-14 13:54:12 +00:00
String STR_SVT_SQL_SYNTAX_ERROR
{
/* ### ACHTUNG: Neuer Text in Resource? Syntaxfehler im SQL-Ausdruck : Fehlerhafte Syntax */
2004-06-26 16:33:39 +00:00
Text [ de ] = "Syntaxfehler im SQL-Ausdruck" ;
Text [ en-US ] = "Syntax error in SQL statement" ;
2001-02-14 13:54:12 +00:00
};
2001-04-24 13:28:56 +00:00
String STR_QUERYDESIGN_NO_VIEW_SUPPORT
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Diese Datenbank unterst<73> tzt keine Tabellenansichten!";
Text [ en-US ] = "This database does not support table views!";
2001-04-24 13:28:56 +00:00
};
String STR_QUERYDESIGN_NO_VIEW_ASK
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "M<> chten Sie statt dessen eine Abfrage erzeugen?";
Text [ en-US ] = "Do you want to create a query instead?";
2001-04-24 13:28:56 +00:00
};
2001-02-14 13:54:12 +00:00
2001-04-02 09:18:50 +00:00
ErrorBox ERR_QRY_NOSTATEMENT
{
2004-06-26 16:33:39 +00:00
Message [ de ] = "Es konnte keine Abfrage erstellt werden!" ;
Message [ en-US ] = "No query could be created.";
2001-04-02 09:18:50 +00:00
};
2001-02-06 07:12:35 +00:00
2001-04-02 09:18:50 +00:00
ErrorBox ERR_QRY_NOCRITERIA
{
2004-06-26 16:33:39 +00:00
Message [ de ] = "Es konnte keine Abfrage erstellt werden, da keine Felder ausgew<65> hlt wurden!" ;
Message [ en-US ] = "No query could be created because no fields were selected.";
2001-04-02 09:18:50 +00:00
};
2001-02-06 07:12:35 +00:00
2004-02-25 14:32:41 +00:00
/*
The menubar resource has become obsolete - you can now find the menubar definition at: <project>/uiconfig/dbquery/menubar/menubar.xml
*/
2001-02-05 08:26:47 +00:00
2001-07-18 07:51:19 +00:00
String STR_DATASOURCE_DELETED
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Die zugeh<65> rige Datenquelle wurde gel<65> scht. Es k<> nnen keine dies bez<65> glichen Daten gespeichert werden.";
Text [ en-US ] = "The corresponding data source has been deleted. Therefore, data relevant to that data source cannot be saved.";
2001-07-18 07:51:19 +00:00
};
2001-07-17 19:26:15 +00:00
2002-05-06 09:20:11 +00:00
String STR_QRY_COLUMN_NOT_FOUND
2002-04-02 05:35:01 +00:00
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Die Spalte '$name$' ist unbekannt!";
Text [ en-US ] = "The column '$name$' is unknown.";
2002-04-02 05:35:01 +00:00
};
2001-07-20 19:26:55 +00:00
2002-05-06 09:20:11 +00:00
String STR_QRY_JOIN_COLUMN_COMPARE
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Spalten d<> rfen nur mit '=' verglichen werden!";
Text [ en-US ] = "Columns can only be compared using '='.";
2002-05-06 09:20:11 +00:00
};
String STR_QRY_LIKE_LEFT_NO_COLUMN
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Vor dem 'WIE' muss ein Spaltenname stehen.";
Text [ en-US ] = "You must use a column name before 'LIKE'.";
2002-05-06 09:20:11 +00:00
};
String STR_QRY_CHECK_CASESENSITIVE
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Die Spalte konnte nicht gefunden werden. Bitte beachten Sie, dass die Datenbank Gross- und Kleinschreibung unterscheidet.";
Text [ en-US ] = "The column could not be found. Please note that the database is case-sensitive.";
2002-05-06 09:20:11 +00:00
};
2002-10-24 07:57:11 +00:00
String STR_QUERYDESIGN
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Abfrageentwurf:";
Text [ en-US ] = "Query Design:";
2002-10-24 07:57:11 +00:00
};
String STR_VIEWDESIGN
{
2004-06-26 16:33:39 +00:00
Text [ de ] = "Ansichtsentwurf:";
Text [ en-US ] = "View Design:";
2002-10-24 07:57:11 +00:00
};
2002-05-06 09:20:11 +00:00
2003-03-19 16:57:12 +00:00
2003-04-29 16:25:42 +00:00
2003-06-13 11:56:02 +00:00
2003-04-29 16:25:42 +00:00
2003-07-17 11:19:45 +00:00
2003-12-17 14:20:04 +00:00
2003-07-03 17:03:09 +00:00
2003-04-29 16:25:42 +00:00