Files
loongoffice/dbaccess/source/ui/querydesign/query.src
Caolán McNamara d0b1f66aa7 convert query functions menu to .ui
Change-Id: Iba4fc93d6042d873c45c58f11b7b54638ed54d82
2017-04-18 11:45:40 +01:00

248 lines
5.7 KiB
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 .
*/
#include "dbu_qry.hrc"
#include <sfx2/cntids.hrc>
#include "browserids.hxx"
#include "dbaccess_helpid.hrc"
Bitmap BMP_PRIMARY_KEY
{
File = "jo01.png";
};
String STR_QUERY_UNDO_TABWINSHOW
{
Text [ en-US ] = "Add Table Window" ;
};
String STR_QUERY_UNDO_MOVETABWIN
{
Text [ en-US ] = "Move table window" ;
};
String STR_QUERY_UNDO_INSERTCONNECTION
{
Text [ en-US ] = "Insert Join" ;
};
String STR_QUERY_UNDO_REMOVECONNECTION
{
Text [ en-US ] = "Delete Join" ;
};
String STR_QUERY_UNDO_SIZETABWIN
{
Text [ en-US ] = "Resize table window" ;
};
String STR_QUERY_UNDO_TABFIELDDELETE
{
Text [ en-US ] = "Delete Column" ;
};
String STR_QUERY_UNDO_TABFIELDMOVED
{
Text [ en-US ] = "Move column";
};
String STR_QUERY_UNDO_TABFIELDCREATE
{
Text [ en-US ] = "Add Column" ;
};
String RID_STR_FIELD_DOESNT_EXIST
{
Text [ en-US ] = "Invalid expression, field name '$name$' does not exist.";
};
String STR_QUERY_UNDO_TABWINDELETE
{
Text [ en-US ] = "Delete Table Window" ;
};
String STR_QUERY_UNDO_MODIFY_CELL
{
Text [ en-US ] = "Edit Column Description";
};
String STR_QUERY_UNDO_SIZE_COLUMN
{
Text [ en-US ] = "Adjust column width";
};
String STR_QUERY_SORTTEXT
{
Text [ en-US ] = "(not sorted);ascending;descending" ;
};
String STR_QUERY_FUNCTIONS
{
Text [ en-US ] = "(no function);Group";
};
String STR_QUERY_NOTABLE
{
Text [ en-US ] = "(no table)";
};
String STR_QRY_ORDERBY_UNRELATED
{
Text [ en-US ] = "The database only supports sorting for visible fields.";
};
String STR_QUERY_HANDLETEXT
{
Text [ en-US ] = "Field;Alias;Table;Sort;Visible;Function;Criterion;Or;Or";
};
String STR_QUERY_LIMIT_ALL
{
Text [ en-US ] = "All";
};
String STR_QRY_TOO_MANY_COLUMNS
{
Text [ en-US ] = "There are too many columns.";
};
String STR_QRY_CRITERIA_ON_ASTERISK
{
Text [ en-US ] = "A condition cannot be applied to field [*]" ;
};
String STR_QRY_TOO_LONG_STATEMENT
{
Text [ en-US ] = "The SQL statement created is too long.";
};
String STR_QRY_TOOCOMPLEX
{
Text [ en-US ] = "Query is too complex" ;
};
String STR_QRY_NOSELECT
{
Text [ en-US ] = "Nothing has been selected." ;
};
String STR_QRY_SYNTAX
{
Text [ en-US ] = "SQL syntax error" ;
};
String STR_QRY_ORDERBY_ON_ASTERISK
{
Text [ en-US ] = "[*] cannot be used as a sort criterion.";
};
String STR_QRY_TOO_MANY_TABLES
{
Text [ en-US ] = "There are too many tables.";
};
String STR_QRY_NATIVE
{
Text [ en-US ] = "The statement will not be applied when querying in the SQL dialect of the database." ;
};
String STR_QRY_ILLEGAL_JOIN
{
Text [ en-US ] = "Join could not be processed" ;
};
String STR_SVT_SQL_SYNTAX_ERROR
{
Text [ en-US ] = "Syntax error in SQL statement" ;
};
String STR_QUERYDESIGN_NO_VIEW_SUPPORT
{
Text [ en-US ] = "This database does not support table views.";
};
String STR_NO_ALTER_VIEW_SUPPORT
{
Text [ en-US ] = "This database does not support altering of existing table views.";
};
String STR_QUERYDESIGN_NO_VIEW_ASK
{
Text [ en-US ] = "Do you want to create a query instead?";
};
String STR_DATASOURCE_DELETED
{
Text [ en-US ] = "The corresponding data source has been deleted. Therefore, data relevant to that data source cannot be saved.";
};
String STR_QRY_COLUMN_NOT_FOUND
{
Text [ en-US ] = "The column '$name$' is unknown.";
};
String STR_QRY_JOIN_COLUMN_COMPARE
{
Text [ en-US ] = "Columns can only be compared using '='.";
};
String STR_QRY_LIKE_LEFT_NO_COLUMN
{
Text [ en-US ] = "You must use a column name before 'LIKE'.";
};
String STR_QRY_CHECK_CASESENSITIVE
{
Text [ en-US ] = "The column could not be found. Please note that the database is case-sensitive.";
};
String STR_QUERY_SAVEMODIFIED
{
Text [ en-US ] = "$object$ has been changed.\nDo you want to save the changes?" ;
Text [ x-comment ] = "For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource will be inserted.";
};
String STR_ERROR_PARSING_STATEMENT
{
Text [ en-US ] = "$object$ is based on an SQL command which could not be parsed.";
Text [ x-comment ] = "For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource "
"(except \"SQL command\", which doesn't make sense here) will be inserted.";
};
String STR_INFO_OPENING_IN_SQL_VIEW
{
Text [ en-US ] = "$object$ will be opened in SQL view.";
Text [ x-comment ] = "For $object$, one of the values of the RSC_QUERY_OBJECT_TYPE resource "
"(except \"SQL command\", which doesn't make sense here) will be inserted.";
};
StringArray RSC_QUERY_OBJECT_TYPE
{
ItemList [ en-US ] =
{
< "The table view"; >;
< "The query"; >;
< "The SQL statement"; >;
};
};
String STR_STATEMENT_WITHOUT_RESULT_SET
{
Text [ en-US ] = "The query does not create a result set, and thus cannot be part of another query.";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */