Files
libreoffice/dbaccess/source/ui/querydesign/query.src

2328 lines
114 KiB
Plaintext
Raw Normal View History

2001-02-05 08:26:47 +00:00
/*************************************************************************
*
* $RCSfile: query.src,v $
*
2002-05-06 09:20:11 +00:00
* $Revision: 1.56 $
2001-02-05 08:26:47 +00:00
*
2002-05-06 09:20:11 +00:00
* last change: $Author: oj $ $Date: 2002-05-06 10:20:11 $
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): _______________________________________
*
*
************************************************************************/
#ifndef _DBU_RESOURCE_HRC_
#include "dbu_resource.hrc"
#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
#define MN_INSERT 23
2001-04-24 13:28:56 +00:00
#define MN_WIN 30
#define MN_HELP 31
2001-02-05 08:26:47 +00:00
Menu RID_QUERYCOLPOPUPMENU
{
ItemList =
{
MenuItem
{
ITEM_EDIT_DELETE
};
MenuItem
{
MID_DBUI_QUERY_EDIT_JOINCONNECTION
};
2001-02-05 08:26:47 +00:00
};
};
ImageList IMG_JOINS
{
ImageBitmap = Bitmap { File = "joins.bmp"; };
MaskColor = Color {
Red = 0xffff;
Green = 0x0000;
Blue = 0xffff;
};
IdList = {
IMG_PRIMARY_KEY; IMG_FOREIGN_KEY;
};
IdCount = { 2; };
};
String STR_QUERY_UNDO_TABWINSHOW
{
/* ### ACHTUNG: Neuer Text in Resource? Tabellenfenster hinzuf<75>gen : Tabellenfenster hinzuf<75>gen */
Text = "Tabellenfenster hinzuf<75>gen" ;
Text [ ENGLISH ] = "Add Tablewindow" ;
Text [ english_us ] = "Add Table Window" ;
Text [ portuguese_brazilian ] = "Tabellenfenster hinzuf?en" ;
2001-02-05 08:26:47 +00:00
Text [ swedish ] = "L<>gg till tabellf<6C>nster" ;
Text [ danish ] = "Tilf<6C>j tabelvindue" ;
Text [ italian ] = "Aggiungi finestra di tabella" ;
Text [ spanish ] = "A<>adir ventana de tabla" ;
Text [ french ] = "Ajouter une fen<65>tre de table" ;
Text [ dutch ] = "Tabelvenster toevoegen" ;
Text [ portuguese ] = "Adicionar janela de tabela" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "新增表格窗口";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Dodaj okno tabeli";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "テーブルウィンドウの追加";
2001-08-08 09:50:09 +00:00
Text[ chinese_traditional ] = "新增表格窗口";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Tabelvenster toevoegen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "新增表格窗口";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "시트 창 삽입";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Tablo penceresi ekle";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Lis<69><73> taulukkoikkuna";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Afegeix la finestra de la taula";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_MOVETABWIN
{
Text = "Tabellenfenster verschieben" ;
Text [ ENGLISH ] = "move table window" ;
Text [ english_us ] = "Move table window" ;
Text [ portuguese_brazilian ] = "Tabellenfenster verschieben" ;
Text [ swedish ] = "Flytta tabellf<6C>nster" ;
Text [ danish ] = "Flyt tabelvindue" ;
Text [ italian ] = "Sposta finestra di tabella" ;
Text [ spanish ] = "Desplazar ventana de tabla" ;
Text [ french ] = "D<>placer la fen<65>tre de table" ;
2001-02-05 08:26:47 +00:00
Text [ dutch ] = "Tabelvenster verplaatsen" ;
Text [ portuguese ] = "Mover janela da tabela" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "移动表格窗口";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-05-30 18:38:26 +00:00
Text[ polish ] = "Przenie<69> okno tabeli";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "テーブルウィンドウの移動";
2001-08-08 09:50:09 +00:00
Text[ chinese_traditional ] = "移動表格窗口";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Tabelvenster verplaatsen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "移动表格窗口";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "시트 창 이동";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Tablo penceresini ta<74><61>";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Siirr<72> taulukkoikkunaa";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Mou la finestra de la taula";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_INSERTCONNECTION
{
Text = "Verbindung einf<6E>gen" ;
Text [ ENGLISH ] = "insert connection" ;
Text [ english_us ] = "Insert Join" ;
Text [ portuguese_brazilian ] = "Verbindung einf?en" ;
2001-02-05 08:26:47 +00:00
Text [ swedish ] = "Infoga f<>rbindelse" ;
Text [ danish ] = "Tilf<6C>j forbindelse" ;
Text [ italian ] = "Inserisci collegamento" ;
Text [ spanish ] = "Insertar conexi<78>n" ;
Text [ french ] = "Ins<6E>rer une jointure" ;
2001-02-05 08:26:47 +00:00
Text [ dutch ] = "Verbinding invoegen" ;
Text [ portuguese ] = "Inserir liga<67><61>o" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "插入连结";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Wstaw po<70><6F>czenie";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "結合の挿入";
Text[ chinese_traditional ] = "加入連結";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Verbinding invoegen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "插入连结";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "연결 삽입";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Ba<42>lant<6E> ekle";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Lis<69><73> liitos";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Insereix una uni<6E>";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_REMOVECONNECTION
{
Text = "Verbindung l<>schen" ;
Text [ ENGLISH ] = "delete connection" ;
Text [ english_us ] = "Delete Join" ;
Text [ portuguese_brazilian ] = "Verbindung l?chen" ;
2001-02-05 08:26:47 +00:00
Text [ swedish ] = "Radera f<>rbindelse" ;
Text [ danish ] = "Slet forbindelse" ;
Text [ italian ] = "Termina collegamento" ;
Text [ spanish ] = "Eliminar conexi<78>n" ;
Text [ french ] = "Supprimer la jointure" ;
2001-02-05 08:26:47 +00:00
Text [ dutch ] = "Verbinding wissen" ;
Text [ portuguese ] = "Eliminar liga<67><61>o" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "删除连结";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Usu<73> po<70><6F>czenie";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = " ";
Text[ chinese_traditional ] = "刪除連結";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Verbinding wissen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "删除连结";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "연결 삭제";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Ba<42>lant<6E>y<EFBFBD> sil";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Poista liitos";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Suprimeix la uni<6E>";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_SIZETABWIN
{
Text = "Tabellenfenster - Gr<47><72>e aendern" ;
Text [ ENGLISH ] = "size table window" ;
Text [ english_us ] = "Resize table window" ;
Text [ portuguese_brazilian ] = "Tabellenfenster - Gr?e aendern" ;
2001-02-05 08:26:47 +00:00
Text [ swedish ] = "Tabellf<6C>nster - <20>ndra storlek" ;
Text [ danish ] = "Tabelvindue - modificer st<73>rrelse" ;
Text [ italian ] = "Finestra di tabella - cambia dimensione" ;
Text [ spanish ] = "Ventana de tabla - Modificar tama<6D>o" ;
Text [ french ] = "Fen<65>tre de table - modifier la taille" ;
2001-02-05 08:26:47 +00:00
Text [ dutch ] = "Tabelvenster - Grootte veranderen" ;
Text [ portuguese ] = "Janela da tabela - modificar tamanho" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "更改表格窗口大小";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-05-30 18:38:26 +00:00
Text[ polish ] = "Zmie<69> wielko<6B><6F> okna tabeli";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "テーブルウィンドウのサイズ変更";
2001-08-08 09:50:09 +00:00
Text[ chinese_traditional ] = "變更表格窗口大小";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Tabelvenster - Grootte veranderen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "更改表格窗口大小";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "시트 창 크기 조절";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "Tablo penceresini yeniden boyutland<6E>r";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Muuta taulukkoikkunan kokoa";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Canvia la mida de la finestra de la taula";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_TABFIELDDELETE
{
/* ### ACHTUNG: Neuer Text in Resource? Spalte l<>schen : Spalte l<>schen */
Text = "Spalte l<>schen" ;
Text [ ENGLISH ] = "Delete Column" ;
Text [ english_us ] = "Delete Column" ;
Text [ portuguese_brazilian ] = "Spalte l?chen" ;
2001-02-05 08:26:47 +00:00
Text [ swedish ] = "Radera kolumn" ;
Text [ danish ] = "Slet kolonne" ;
Text [ italian ] = "Elimina colonna" ;
Text [ spanish ] = "Eliminar columna" ;
Text [ french ] = "Supprimer la colonne" ;
Text [ dutch ] = "Kolom wissen" ;
Text [ portuguese ] = "Eliminar coluna" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "删除列";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-02-05 08:26:47 +00:00
Text[ polish ] = "Usu<73> kolumn<6D>";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "列の削除";
Text[ chinese_traditional ] = "刪除欄位";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Kolom wissen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "删除列";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "열 삭제";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
2001-02-05 08:26:47 +00:00
Text[ turkish ] = "S<>tunu sil";
Text[ language_user1 ] = " ";
Text[ finnish ] = "Poista sarake";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Suprimeix la columna";
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 */
Text = "Spalte hinzuf<75>gen" ;
Text [ ENGLISH ] = "Add Column" ;
Text [ english_us ] = "Add Column" ;
Text [ portuguese_brazilian ] = "Spalte hinzuf?en" ;
2001-02-05 08:26:47 +00:00
Text [ swedish ] = "L<>gg till kolumn" ;
Text [ danish ] = "Tilf<6C>j kolonne" ;
Text [ italian ] = "Aggiungi colonna" ;
Text [ spanish ] = "A<>adir columna" ;
Text [ french ] = "Ajouter une colonne" ;
Text [ dutch ] = "Kolom toevoegen" ;
Text [ portuguese ] = "Adicionar coluna" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "新增列";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Dodaj kolumn<6D>";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "列の追加";
Text[ chinese_traditional ] = "新增欄位";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Kolom toevoegen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "新增列";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "열 추가";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "S<>tun ekle";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Lis<69><73> sarake";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Afegeix una columna";
2001-02-05 08:26:47 +00:00
};
String RID_STR_TABLE_DOESNT_EXIST
{
2001-03-29 13:21:39 +00:00
Text = "Der Ausdruck ist ung<6E>ltig, da keine Tabelle '$name$' existiert !";
2001-02-05 08:26:47 +00:00
Text [ ENGLISH ] = "The expression is invalid because table '$name$' doesn't exist !";
Text[ english_us ] = "Invalid expression, table '$name$' does not exist!";
Text[ portuguese ] = "A express<73>o n<>o <20> v<>lida; a tabela '$name$' n<>o existe.";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '$name$' <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "De uitdrukking is ongeldig daar de tabel '$name$' niet bestaat !";
Text[ french ] = "L'expression n'est pas valide car la table '$name$' n'existe pas !";
2001-02-05 08:26:47 +00:00
Text[ spanish ] = "<22>La expresi<73>n no es v<>lida porque no existe ninguna tabla '$name$'!";
Text[ italian ] = "L'espressione non <20> valida in quanto la tabella '$name$' non esiste !";
Text[ danish ] = "Udtrykket er ugyldigt, tabel '$name$' eksisterer ikke !";
Text[ swedish ] = "Uttrycket <20>r ogiltigt eftersom det inte finns n<>gon tabell med namnet '$name$'!";
Text[ polish ] = "Wyra<72>enie jest nieprawid<69>owe, poniewa<77> brak tabeli '$name$'!";
2001-02-05 08:26:47 +00:00
Text[ portuguese_brazilian ] = "The expression is invalid because table '$name$' doesn't exist !";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "'$name$' テーブルがないので、表現は無効です。";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "这个表达式无效,因为表格 '$name$' 不存在!";
Text[ chinese_traditional ] = "這個表達式無效,因為表格<$name$>不存在!";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "De uitdrukking is ongeldig daar de tabel '$name$' niet bestaat !";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "这个表达式无效,因为表格 '$name$' 不存在!";
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '$name$'!";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "시트 '$name$'가 없어 이 식은 유효하지 않습니다 !";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>ɡ <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '$name$'!";
Text[ turkish ] = "Ge<47>ersiz deyim. Tablo '$name$' mevcut de<64>il !";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Virheellinen lauseke. Taulukkoa $name$ ei ole.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "L'expressi<73> no <20>s v<>lida, la taula '$name$' no existeix.";
2001-02-05 08:26:47 +00:00
};
String RID_STR_FIELD_DOESNT_EXIST
{
2001-03-29 13:21:39 +00:00
Text = "Der Ausdruck ist ung<6E>ltig, da der Feldname '$name$' nicht zugeordnet werden kann!";
2001-03-22 10:00:41 +00:00
Text [ ENGLISH ] = "The expression is invalid because the field name '$name$' could not be assigned!";
Text[ english_us ] = "Invalid expression, field name '$name$' does not exist.";
Text[ portuguese ] = "A express<73>o n<>o <20> v<>lida; <20> imposs<73>vel atribuir o nome de campo '$name$'!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> '$name$' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ dutch ] = "De uitdrukking is ongeldig daar de veldnaam '$name$' niet kan worden herleid !";
Text[ french ] = "L'expression n'est pas valide car il est impossible d'attribuer le nom de champ '$name$' !";
Text[ spanish ] = "<22>La expresi<73>n no es v<>lida porque no se puede asignar el nombre de campo '$name$'!";
Text[ italian ] = "L'espressione non <20> valida in quanto non <20> possibile assegnare il nome di campo '$name$'!";
2001-02-05 08:26:47 +00:00
Text[ danish ] = "Udtrykket er ugyldigt, feltnavnet '$name$' kan ikke tildeles!";
Text[ swedish ] = "Uttrycket <20>r ogiltigt eftersom f<>ltnamnet '$name$' inte kan tilldelas!";
Text[ polish ] = "Wyra<72>enie jest nieprawid<69>owe, poniewa<77> nie mo<6D>na by<62>o przyporz<72>dkowa<77> nazwy pola '$name$'!";
2001-02-05 08:26:47 +00:00
Text[ portuguese_brazilian ] = "The expression is invalid because the field name '$name$' kann nicht zugeordnet werden !";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "フィールド名 '$name$' の分類ができないので、表現は無効です。";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "这个表达式无效,因为无法确认字段名称 '$name$' ";
Text[ chinese_traditional ] = "因無法確定欄位名稱<$name$>而造成這個表達式無效﹗";
Text[ dutch ] = "De uitdrukking is ongeldig daar de veldnaam '$name$' niet kan worden herleid !";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "这个表达式无效,因为无法确认字段名称 '$name$' ";
2001-05-30 18:38:26 +00:00
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '$name$'!";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "필드명'$name$'이 분류될 수 없어 이 식은 유효하지 않습니다!";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> '$name$'!";
2001-02-05 08:26:47 +00:00
Text[ turkish ] = "Ge<47>ersiz deyim. Alan ad<61> '$name$' atanam<61>yor !";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Virheellinen lauseke. Kentt<74><74> $name$ ei ole.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "L'expressi<73> no <20>s v<>lida, el nom del camp '$name$' no existeix.";
2001-02-05 08:26:47 +00:00
};
String RID_STR_TOMUCHTABLES
{
Text = "Die Abfrage enth<74>lt #num# Tabellen. Der aktuelle Datenbanktyp kann aber maximal #maxnum# Tabelle(n) pro Statement verarbeiten !";
Text [ ENGLISH ] = "Die Abfrage enth<74>lt #num# Tabellen. Der aktuelle Datenbanktyp kann aber maximal #maxnum# Tabelle(n) pro Statement verarbeiten !";
Text[ italian ] = "La ricerca contiene #num# tabelle. Il tipo attuale di dati riesce a elaborare #maxnum# tabella/e al massimo per indicazione!";
Text[ portuguese_brazilian ] = "Die Abfrage enth?lt #num# Tabellen. Der aktuelle Datenbanktyp kann aber maximal #maxnum# Tabelle(n) pro Statement verarbeiten !";
Text[ portuguese ] = "A consulta tem #num# tabelas. O tipo da base de dados seleccionado admite apenas um m<>ximo de #maxnum# tabela(s) por instru<72><75>o!";
2001-02-05 08:26:47 +00:00
Text[ danish ] = "Foresp<73>rgslen indeholder #num# tabeller. Denne databasetype kan dog kun behandle maksimalt #maxnum# tabel(ler) per s<>tning !";
Text[ french ] = "La requ<71>te contient #num# tables. Or, le type de base de donn<6E>es actif peut traiter au maximum #maxnum# table(s) par instruction !";
2001-07-13 19:44:38 +00:00
Text[ swedish ] = "S<>kningen inneh<65>ller #num# tabeller. Men den aktuella databastypen kan bara bearbeta max #maxnum# tabell(er) per sats!";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Query bevat #num# tabellen. Het actuele databastype kan echter maximaal #maxnum# tabel(len) per statement verwerken !";
Text[ spanish ] = "La consulta contiene #num# Tablas. <20>El tipo actual de base de datos admite c<>mo m<>ximo solo #maxnum# tabla(s) por instrucci<63>n!";
Text[ english_us ] = "The query covers #num# tables. The selected database type, however, can only process a maximum of #maxnum# table(s) per statement!";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "查询含有 #num# 表格。这个类型的数据库在处理一个语句时最多只能够查询 #maxnum# 表格!";
2001-02-05 08:26:47 +00:00
Text[ language_user1 ] = " ";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: #num#. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: #maxnum# <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ polish ] = "Kwerenda zawiera #num# tabele/tabel. Aktualny typ bazy danych jest w stanie przetworzy<7A> w przypadku jednej instrukcji maksymalnie #maxnum# tabele/tabel!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "クエリーに #num# テーブルが含まれています。現在のデータベースタイプでは、ステートメントごとに最大テーブル数 #maxnum# しか処理できません。";
2001-08-08 09:50:09 +00:00
Text[ chinese_traditional ] = "這個查詢含有 #num# 表格。這個資料庫類型在處理一個語句時最多只能夠查詢 #maxnum# 表格﹗";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Query bevat #num# tabellen. Het actuele databastype kan echter maximaal #maxnum# tabel(len) per statement verwerken !";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "查询含有 #num# 表格。这个类型的数据库在处理一个语句时最多只能够查询 #maxnum# 表格!";
Text[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #num# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> #maxnum# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/-<2D><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
2001-12-14 15:40:53 +00:00
Text[ korean ] = "질의에 #num# 개의 시트가 포함되어 있습니다. 그러나 현재 데이터베이스 유형은 문장당 최대 #maxnum#개의 시트를 처리할 수 있습니다!";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> #num# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> #maxnum# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ turkish ] = "Sorgu #num# tablo i<>eriyor. Ancak se<73>ili veritaban<61> tipi her deyim i<>in en fazla #maxnum# tablo i<>leyebilmektedir !";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Kysely k<>sittelee #num# taulukkoa. Valittu tietokantatyyppi voi kuitenkin k<>sitell<6C> enint<6E><74>n #maxnum# taulukkoa kussakin lausekkeessa.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "La consulta inclou #num# taules. Tanmateix, el tipus de base de dades seleccionat nom<6F>s pot processar un m<>xim de #maxnum# taula(es) per expressi<73>";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_TABWINDELETE
{
/* ### ACHTUNG: Neuer Text in Resource? Tabellenfenster l<>schen : Tabellenfenster l<>schen */
Text = "Tabellenfenster l<>schen" ;
Text [ ENGLISH ] = "Delete Tablewindow" ;
Text [ english_us ] = "Delete Table Window" ;
Text [ portuguese_brazilian ] = "Tabellenfenster l?chen" ;
2001-02-05 08:26:47 +00:00
Text [ swedish ] = "Radera tabellf<6C>nster" ;
Text [ danish ] = "Slet tabelvindue" ;
Text [ italian ] = "Elimina finestra di tabella" ;
Text [ spanish ] = "Eliminar ventana de tabla" ;
Text [ french ] = "Supprimer la fen<65>tre de table" ;
2001-02-05 08:26:47 +00:00
Text [ dutch ] = "Tabelvenster wissen" ;
Text [ portuguese ] = "Eliminar janela de tabela" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "清除表格窗口";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Usu<73> okno tabeli";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "テーブルウィンドウの削除";
2001-08-08 09:50:09 +00:00
Text[ chinese_traditional ] = "清除表格窗口";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Tabelvenster wissen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "清除表格窗口";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "시트 창 삭제";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-02-05 08:26:47 +00:00
Text[ turkish ] = "Tablo penceresini sil";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Poista taulukkoikkuna";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Suprimeix la finestra de la taula";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_MODIFY_CELL
{
Text = "Spaltenbeschreibung <20>ndern" ;
Text [ ENGLISH ] = "Spaltenbeschreibung <20>ndern" ;
Text[ italian ] = "Cambia descrizione colonna";
Text[ portuguese_brazilian ] = "Spaltenbeschreibung ?ndern";
2001-02-05 08:26:47 +00:00
Text[ portuguese ] = "Modificar descri<72><69>o das colunas";
Text[ danish ] = "Modificer kolonnebeskrivelse";
Text[ french ] = "Modifier la description des colonnes";
Text[ swedish ] = "<22>ndra kolumnbeskrivning";
Text[ dutch ] = "Kolombeschrijving wijzigen";
Text[ spanish ] = "Modificar descripci<63>n de columnas";
Text[ english_us ] = "Edit Column Description";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "更改列标题";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Zmie<69> opis kolumn";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "列の見出しの変更";
Text[ chinese_traditional ] = "變更欄標題";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Kolombeschrijving wijzigen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "更改列标题";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "열 설명 변경";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "S<>tun a<><61>klamas<61>n<EFBFBD> de<64>i<EFBFBD>tir";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Muokkaa sarakkeen kuvausta";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Edita la descripci<63> de la columna";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_UNDO_SIZE_COLUMN
{
Text = "Spaltenbreite <20>ndern" ;
Text [ ENGLISH ] = "Spaltenbreite <20>ndern" ;
Text[ italian ] = "Cambia larghezza colonna";
Text[ portuguese_brazilian ] = "Spaltenbreite ?ndern";
2001-02-05 08:26:47 +00:00
Text[ portuguese ] = "Ajustar largura das colunas";
Text[ danish ] = "Modificer kolonnebredde";
Text[ french ] = "Modifier la largeur des colonnes";
Text[ swedish ] = "<22>ndra kolumnbredd";
Text[ dutch ] = "Kolombreedte wijzigen";
Text[ spanish ] = "Modificar ancho de columnas";
Text[ english_us ] = "Adjust column width";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "更改列宽";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-05-30 18:38:26 +00:00
Text[ polish ] = "Zmie<69> szeroko<6B><6F> kolumn";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "列幅の変更";
Text[ chinese_traditional ] = "變更欄寬";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Kolombreedte wijzigen";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "更改列宽";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "열 너비 맞춤";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "S<>tun geni<6E>li<6C>ini de<64>i<EFBFBD>tir";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "S<><53>d<EFBFBD> sarakkeen leveys";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Ajusta l'amplada de la columna";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_SORTTEXT
{
Text = "(nicht sortiert);aufsteigend;absteigend" ;
Text [ ENGLISH ] = "(not sorted);ascending;descending" ;
Text [ english_us ] = "(not sorted);ascending;descending" ;
Text [ swedish ] = "(inte sorterat);stigande;fallande" ;
2001-02-05 08:26:47 +00:00
Text [ danish ] = "(ikke sorteret);stigende;faldende" ;
Text [ italian ] = "(non ordinato);crescente;decrescente" ;
Text [ spanish ] = "(sin ordenar);ascendente;descendente" ;
Text [ french ] = "(non tri<72>);croissant;d<>croissant" ;
2001-02-05 08:26:47 +00:00
Text [ dutch ] = "(niet gesorteerd);oplopend;aflopend" ;
Text [ portuguese_brazilian ] = "(nicht sortiert);aufsteigend;absteigend" ;
Text [ portuguese ] = "(n<>o classificado);ascendente; descendente" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "(不排序);向上;向下";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "(<28><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>);<3B><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "(bez sortowania);rosn<73>co;malej<65>co";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "(並べ替えなし);昇順;降順";
Text[ chinese_traditional ] = "(不排序);向上;向下";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "(niet gesorteerd);oplopend;aflopend";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "(不排序);向上;向下";
Text[ greek ] = "(<28><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>);<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "(정렬안됨);오름차순;내림차순";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "(<28><><EFBFBD><EFBFBD> <20><><EFBFBD>)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "(s<>ralanmam<61><6D>);artan;azalan";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "(ei lajiteltu);nouseva;laskeva";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "(sense ordenar);ascendent;descendent";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_FUNCTIONS
{
/* Gleiche Textreihenfolge fuer die Funtkionen wie in common.src */
Text = "(keine Funktion);Durchschnitt;Anzahl;Maximum;Minimum;Summe;Gruppierung";
Text [ ENGLISH ] = "(no function);Average;Count;Maximum;Minimum;Sum;Grouping";
Text[ english_us ] = "(no function);Average;Count;Maximum;Minimum;Sum;Group";
Text[ portuguese ] = "(sem fun<75><6E>o);M<>dia;Quantidade;M<>ximo; M<>nimo;Soma;Agrupar";
Text[ russian ] = "(<28><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>);<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "(geen functie);Gemiddelde;Aantal;Maximum;Minimum;Som;Groep";
Text[ french ] = "(aucune fonction);Moyenne;Nombre;Maximum;Minimum;Somme;Groupement";
Text[ spanish ] = "(sin funci<63>n);Promedio;Cantidad;M<>ximo;M<>nimo;Suma;Agrupar";
Text[ italian ] = "(nessuna funzione);Media;Quantit<69>;Massimo;Minimo;Somma;Gruppo";
Text[ danish ] = "(ingen funktion);Middeltal;Antal;Maksimum;Minimum;Sum;Gruppering";
Text[ swedish ] = "(ingen funktion);Genomsnitt;Antal;Maximum;Minimum;Summa;Gruppering";
2001-05-30 18:38:26 +00:00
Text[ polish ] = "(brak funkcji);<3B>rednia;Liczba;Maksimum;Minimum;Suma;Grupowanie";
2001-02-05 08:26:47 +00:00
Text[ portuguese_brazilian ] = "(no function);Average;Count;Maximum;Minimum;Sum;Grouping";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "(関数なし);平均;数;最大;最小;合計;グループ";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "(无函数);平均值;数目;最大;最小;总数;分组";
Text[ chinese_traditional ] = "(無函數);平均值;數目;最大;最小;總數;分組";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "(geen functie);Gemiddelde;Aantal;Maximum;Minimum;Som;Groep";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "(无函数);平均值;数目;最大;最小;总数;分组";
Text[ greek ] = "(<28><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>);<3B><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "(함수 없음);평균;개수;최대;최소;합계;그룹";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22>(<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϻ<EFBFBD><CFBA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ں<EFBFBD><DABA><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "(i<>levsiz);Ortalama;Adet;Azami;Asgari;Toplam;Grup";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "(ei funktiota);Keskiarvo;M<><4D>r<EFBFBD>;Enint<6E><74>n;V<>hint<6E><74>n;Summa;Ryhmittele";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "(cap funci<63>);Promig;Recompte;M<>xim;M<>nim;Suma;Grup";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_NOTABLE
{
Text = "(keine Tabelle)";
Text [ ENGLISH ] = "(no table)";
Text[ english_us ] = "(no table)";
Text[ portuguese ] = "(nenhuma tabela)";
Text[ greek ] = "(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "(geen tabel)";
Text[ french ] = "(aucune table)";
Text[ spanish ] = "(ninguna tabla)";
Text[ swedish ] = "(ingen tabell)";
Text[ language_user1 ] = "nk26.10.99: was bedeutet das?";
Text[ russian ] = "(<28><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
Text[ italian ] = "(nessuna tabella)";
Text[ danish ] = "(ingen tabel)";
Text[ polish ] = "(bez tabeli)";
Text[ portuguese_brazilian ] = "(no table)";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "(テーブルなし)";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "(시트 없음)";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "(无表格)";
Text[ chinese_traditional ] = "(無表格)";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "(<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>)";
Text[ turkish ] = "(tablo yok)";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "(ei taulukkoa)";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "(sense taula)";
2001-02-05 08:26:47 +00:00
};
String STR_QRY_ORDERBY_UNRELATED
{
Text = "Die Datenbank unterst<73>tzt die Sortierung nur f<>r sichtbare Felder.";
Text[ENGLISH] = "Die Datenbank unterst<73>tzt die Sortierung nur f<>r sichtbare Felder.";
Text[ english_us ] = "The database only supports sorting for visible fields.";
Text[ portuguese ] = "A base de dados s<> suporta a ordem de campos vis<69>veis.";
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
Text[ dutch ] = "De database ondersteunt alleen de sortering voor zichtbare velden.";
Text[ french ] = "La base de donn<6E>es ne supporte le tri que pour les champs visibles.";
Text[ spanish ] = "La base de datos apoya la clasificaci<63>n solo para campos visibles.";
Text[ italian ] = "Il database supporta solo la classificazione dei campi visibili.";
2001-02-05 08:26:47 +00:00
Text[ danish ] = "Databasen underst<73>tter sortering kun for synlige felter.";
Text[ swedish ] = "Databasen st<73>der bara sorteringen f<>r synliga f<>lt.";
Text[ polish ] = "Baza danych obs<62>uguje sortowanie tylko w przypadku widocznych p<>l.";
Text[ portuguese_brazilian ] = "Die Datenbank unterst?zt die Sortierung nur f? sichtbare Felder.";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "データベースが支援する並べ替えの対象は、表示されたフィールドのみです。";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "数据库只支持可显示字段的排序。";
Text[ chinese_traditional ] = "資料庫只支援可檢視的欄位排序。";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "De database ondersteunt alleen de sortering voor zichtbare velden.";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "数据库只支持可显示字段的排序。";
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "데이터베이스는 보이는 필드의 정렬만을 지원합니다.";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ turkish ] = "Veritaban<61> yaln<6C>zca g<>r<EFBFBD>n<EFBFBD>r alanlar i<>in s<>ralamay<61> destekler.";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Tietokanta tukee vain n<>kyvien kenttien lajittelua.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "La base de dades nom<6F>s permet la ordenaci<63> pels camps visibles.";
2001-02-05 08:26:47 +00:00
};
Menu RID_QUERYFUNCTION_POPUPMENU
{
ItemList =
{
MenuItem
{
Identifier = ID_QUERY_FUNCTION ;
HelpID = HID_QUERY_FUNCTION;
Text = "Funktionen" ;
Text [ ENGLISH ] = "Functions" ;
Text[ english_us ] = "Functions";
Text[ portuguese ] = "Fun<75><6E>es";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Functies";
Text[ french ] = "Fonctions";
Text[ spanish ] = "Funciones";
Text[ italian ] = "Funzioni";
Text[ danish ] = "Funktioner";
Text[ swedish ] = "Funktioner";
Text[ polish ] = "Funkcje";
Text[ portuguese_brazilian ] = "Functions";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "関数";
Text[ chinese_simplified ] = "功能";
Text[ chinese_traditional ] = "函數";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Functies";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "功能";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "기능";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "<22><>levler";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Toiminnot";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Funcions";
2001-02-05 08:26:47 +00:00
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
Identifier = ID_QUERY_TABLENAME ;
HelpID = HID_QUERY_TABLENAME ;
Text = "Tabellenname" ;
Text [ ENGLISH ] = "Table name" ;
Text[ english_us ] = "Table Name";
2001-02-05 08:26:47 +00:00
Text[ portuguese ] = "Nome da tabela";
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Tabelnaam";
Text[ french ] = "Nom de la table";
Text[ spanish ] = "Nombre de la tabla";
Text[ italian ] = "Nome tabella";
Text[ danish ] = "Tabelnavn";
Text[ swedish ] = "Tabellnamn";
Text[ polish ] = "Nazwa tabeli";
Text[ portuguese_brazilian ] = "Table name";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "テーブル名";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "表格名称";
Text[ chinese_traditional ] = "表格名稱";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Tabelnaam";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "表格名称";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "시트 이름";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Tablo ad<61>";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Taulukon nimi";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Nom de la taula";
2001-02-05 08:26:47 +00:00
};
MenuItem
{
Identifier = ID_QUERY_ALIASNAME ;
HelpID = HID_QUERY_ALIASNAME ;
Text = "Aliasname" ;
Text [ ENGLISH ] = "Alias name" ;
Text[ english_us ] = "Alias";
Text[ portuguese ] = "Alias";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Alias naam";
Text[ french ] = "Alias";
Text[ spanish ] = "Alias";
Text[ italian ] = "Alias";
Text[ danish ] = "Aliasnavn";
Text[ swedish ] = "Aliasnamn";
Text[ polish ] = "Nazwa alias";
Text[ portuguese_brazilian ] = "Alias name";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "エイリアス名";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "别名";
Text[ chinese_traditional ] = "代用名稱";
Text[ dutch ] = "Alias naam";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "别名";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "별칭 이름";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Di<44>er ad";
Text[ language_user1 ] = " ";
Text[ finnish ] = "Alias";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "<22>lies";
2001-02-05 08:26:47 +00:00
};
MenuItem
{
Separator = TRUE;
};
MenuItem
{
Identifier = ID_QUERY_DISTINCT ;
HelpID = HID_QUERY_DISTINCT ;
Text = "Eindeutige Werte" ;
Text [ ENGLISH ] = "Distinct values" ;
Text[ english_us ] = "Distinct Values";
Text[ portuguese ] = "Valores un<75>vocos";
2001-02-05 08:26:47 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Duidelijke waarden";
Text[ french ] = "Valeurs distinctes";
Text[ spanish ] = "Valores un<75>vocos";
Text[ italian ] = "Valori distinti";
Text[ danish ] = "Entydige v<>rdier";
Text[ swedish ] = "Entydiga v<>rden";
2001-05-30 18:38:26 +00:00
Text[ polish ] = "Jednoznaczne warto<74>ci";
2001-02-05 08:26:47 +00:00
Text[ portuguese_brazilian ] = "Distinct values";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "明瞭値";
Text[ chinese_simplified ] = "明确的数值";
Text[ chinese_traditional ] = "明確的數值";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "Duidelijke waarden";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "明确的数值";
2001-02-05 08:26:47 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "고유값";
2001-02-05 08:26:47 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Benzersiz de<64>erler";
Text[ language_user1 ] = " ";
Text[ finnish ] = "Erityisarvot";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Valors diferents";
2001-02-05 08:26:47 +00:00
};
};
};
String STR_QUERY_HANDLETEXT
{
Text = "Feld;Alias;Tabelle;Sortierung;Sichtbar;Funktion;Kriterium;oder;oder" ;
Text [ ENGLISH ] = "Field;Alias;Table;Order;Visible;Function;Criteria;or;or" ;
Text[ english_us ] = "Field;Alias;Table;Sort;Visible;Function;Criterion;Or;Or";
Text[ portuguese ] = "Campo;Alias;Tabela;Ordem;Vis<69>vel;Fun<75><6E>o;Crit<69>rio;ou;ou";
Text[ russian ] = "<22><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD>;<3B><><EFBFBD>";
Text[ dutch ] = "Veld;Alias;Tabel;Volgorde;Zichtbaar;Functie;Criterium;of;of";
Text[ french ] = "Champ;Alias;Table;Tri;Visible;Fonction;Crit<69>re;Ou;Ou";
Text[ spanish ] = "Campo;Alias;Tabla;Orden;Visible;Funci<63>n;Criterio;o;o";
Text[ italian ] = "Campo;Alias;Tabella;Ordine;Visibile;Funzione;Criteri;o;o";
Text[ danish ] = "Felt;Alias;Tabel;Sortering;Synlig;Funktion;Kriterium;eller;eller";
Text[ swedish ] = "F<>lt;Alias;Tabell;Sortering;Synlig;Funktion;Kriterium;eller;eller";
Text[ polish ] = "Pole;Alias;Tabela;Sortowanie;Widoczny;Funkcja;Kryterium;lub;lub";
Text[ portuguese_brazilian ] = "Campo;Tabela;Ordem;Vis?vel;Crit?rios;ou;ou";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "フィールド;エイリアス;テーブル;並べ替え;表示;関数;条件;あるいは;あるいは";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "字段;别名;表格;排序;可见的;功能;条件;或者;或者";
Text[ chinese_traditional ] = "欄位;代用名;表格;排序;可視;函數;規則;或者;或者";
Text[ dutch ] = "Veld;Alias;Tabel;Volgorde;Zichtbaar;Functie;Criterium;of;of";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "字段;别名;表格;排序;可见的;功能;条件;或者;或者";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "필드:별칭;시트;정렬;가시적;기능;기준;또는;또는";
Text[ arabic ] = "<22><><EFBFBD>;<3B><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD>;<3B><><EFBFBD>;<3B><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>;<3B><>;<3B><>";
Text[ turkish ] = "Alan;Di<44>er ad;Tablo;S<>ralama;G<>r<EFBFBD>n<EFBFBD>r;<3B><>lev;<3B>l<EFBFBD><6C>t;ya da;ya da";
Text[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Kentt<74>;Alias;Taulukko;Lajittele;N<>kyviss<73>;Toiminto;Ehto;Tai;Tai";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Camp;<3B>lies;Taula;Ordenaci<63>;Visible;Funci<63>;Criteri;O;O";
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
{
2002-05-06 09:20:11 +00:00
Text = "Es sind zu viele Spalten vorhanden." ;
Text [ ENGLISH ] = "There are too many columns." ;
Text[ italian ] = "Esistono troppe colonne.";
Text[ portuguese_brazilian ] = "There are too many columns.";
Text[ portuguese ] = "Existem demasiadas colunas.";
Text[ danish ] = "Der er for mange kolonner.";
Text[ french ] = "Il y a trop de colonnes.";
Text[ swedish ] = "Det finns f<>r m<>nga kolumner.";
Text[ dutch ] = "Er zijn teveel kolommen";
Text[ spanish ] = "Existen demasiadas columnas.";
Text[ english_us ] = "There are too many columns.";
Text[ chinese_simplified ] = "有太多的列。";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ polish ] = "Jest za du<64>o kolumn.";
Text[ japanese ] = "列が多すぎます。";
Text[ chinese_traditional ] = "有太多的欄。";
Text[ dutch ] = "Er zijn teveel kolommen";
Text[ chinese_simplified ] = "有太多的列。";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ korean ] = "열이 너무 많이 있습니다.";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.";
Text[ turkish ] = "Mevcut s<>tun say<61>s<EFBFBD> <20>ok fazla.";
Text[ language_user1 ] = " ";
Text[ finnish ] = "Sarakkeita on liikaa.";
Text[ catalan ] = "Hi ha massa columnes.";
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 */
Message = "Eine Bedingung f<>r Feld [*] ist nicht m<>glich" ;
Message [ ENGLISH ] = "Criteria for field [*] is impossible" ;
Message [ portuguese ] = "Condi<64><69>o para o campo [*] n<>o <20> poss<73>vel." ;
Message [ english_us ] = "A condition cannot be applied to field [*]" ;
Message [ portuguese_brazilian ] = "Eine Bedingung f? Feld [*] ist nicht m?lich" ;
2001-02-05 08:26:47 +00:00
Message [ swedish ] = "Ett villkor <20>r om<6F>jligt f<>r f<>lt [*]" ;
Message [ danish ] = "En betingelse for felt [*] er ikke mulig" ;
Message [ italian ] = "Non <20> possibile nessuna condizione per il campo [*]" ;
2001-02-05 08:26:47 +00:00
Message [ spanish ] = "No es posible una condici<63>n para el campo [*]" ;
Message [ french ] = "Une condition n'est pas applicable au champ [*]" ;
2001-02-05 08:26:47 +00:00
Message [ dutch ] = "Een voorwaarde voor veld [*] is niet mogelijk" ;
2001-08-08 09:50:09 +00:00
Message[ chinese_simplified ] = "条件无法用于字段 [*]";
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> [*] <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-02-05 08:26:47 +00:00
Message[ polish ] = "Warunek dla pola [*] nie jest mo<6D>liwy";
2001-12-14 15:40:53 +00:00
Message[ japanese ] = "[*] フィールドに条件は使えません。";
Message[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> [*]";
2001-08-08 09:50:09 +00:00
Message[ korean ] = "필드[*]에는 아무 조건도 지정할 수 없음 ";
Message[ chinese_traditional ] = "欄位的條件[*]無效。";
2001-02-05 08:26:47 +00:00
Message[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> [*]";
Message[ turkish ] = "[*] alan<61> i<>in ko<6B>ul belirlenemiyor";
2001-11-13 21:44:47 +00:00
Message[ finnish ] = "Ehtoa ei voi k<>ytt<74><74> kentt<74><74>n [*]";
2001-10-11 19:52:08 +00:00
Message[ catalan ] = "No es pot aplicar cap condici<63> al camp [*]";
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
{
2002-05-06 09:20:11 +00:00
Text = "Der erzeugte SQL Ausdruck ist zu lang." ;
Text [ ENGLISH ] = "The created sql expression ist too long." ;
Text[ italian ] = "L'espressione SQL creata <20> troppo lunga.";
Text[ portuguese_brazilian ] = "The created sql expression ist too long.";
Text[ portuguese ] = "A express<73>o sql criada <20> demasiado extensa.";
Text[ danish ] = "Det frembragte SQL-udtryk er for langt.";
Text[ french ] = "L'expression SQL cr<63><72>e est trop longue.";
Text[ swedish ] = "Det skapade SQL-uttrycket <20>r f<>r l<>ngt.";
Text[ dutch ] = "Deze SQL-uitdrukking is te lang.";
Text[ spanish ] = "La expresi<73>n creada SQL es demasiado larga.";
Text[ english_us ] = "The SQL statement created is too long.";
Text[ chinese_simplified ] = "生成的 SQL 表达式太长。";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ polish ] = "Utworzone wyra<72>enie SQL jest za d<>ugie.";
Text[ japanese ] = "作成した SQL 表現が長すぎます。";
Text[ chinese_traditional ] = "生成的 SQL 表達式太長。";
Text[ dutch ] = "Deze SQL-uitdrukking is te lang.";
Text[ chinese_simplified ] = "生成的 SQL 表达式太长。";
Text[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ korean ] = "작성된 SQL문장이 너무 깁니다.";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.";
Text[ turkish ] = "Yarat<61>lan SQL deyimi <20>ok uzun.";
Text[ language_user1 ] = " ";
Text[ finnish ] = "Luotu SQL-lauseke on liian pitk<74>.";
Text[ catalan ] = "L'expressi<73> SQL que s'ha creat <20>s massa llarga.";
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
{
2002-05-06 09:20:11 +00:00
Text = "Anfrage ist zu komplex" ;
Text [ ENGLISH ] = "Query too complex" ;
Text [ norwegian ] = "Query too complex" ;
Text [ italian ] = "Ricerca troppo complessa" ;
Text [ portuguese_brazilian ] = "Consulta muito complexa" ;
Text [ portuguese ] = "Consulta demasiado complexa" ;
Text [ finnish ] = "Kysely on liian monimutkainen" ;
Text [ danish ] = "Foresp<73>rgslen er for kompleks" ;
Text [ french ] = "Requ<71>te est trop complexe" ;
Text [ swedish ] = "F<>rfr<66>gan <20>r alltf<74>r komplex" ;
Text [ dutch ] = "De query is te complex" ;
Text [ spanish ] = "Consulta demasiado compleja" ;
Text [ english_us ] = "Query is too complex" ;
Text[ chinese_simplified ] = "查询内容太复合";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Kwerenda jest zbyt z<>o<EFBFBD>ona";
Text[ japanese ] = "クエリーが複雑すぎます。";
Text[ chinese_traditional ] = "查詢內容太複合";
Text[ dutch ] = "De query is te complex";
Text[ chinese_simplified ] = "查询内容太复合";
Text[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "질의가 너무 복잡합니다";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Sorgu <20>ok karma<6D><61>k";
Text[ language_user1 ] = " ";
Text[ catalan ] = "La consulta <20>s massa complexa";
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
{
2002-05-06 09:20:11 +00:00
Text = "Es fehlt eine Selektion!" ;
Text [ ENGLISH ] = "Missing selection!" ;
Text [ norwegian ] = "Missing selection!" ;
Text [ italian ] = "Selezione mancante" ;
Text [ portuguese_brazilian ] = "Falta sele??o" ;
Text [ portuguese ] = "Falta selec<65><63>o" ;
Text [ finnish ] = "Mit<69><74>n ei ole valittu." ;
Text [ danish ] = "Manglende markering" ;
Text [ french ] = "S<>lection manquante !" ;
Text [ swedish ] = "Det saknas en markering!" ;
Text [ dutch ] = "De selectie ontbreekt!" ;
Text [ spanish ] = "Falta una selecci<63>n" ;
Text [ english_us ] = "Nothing has been selected!" ;
Text[ chinese_simplified ] = "没有任何选中!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ polish ] = "Nale<6C>y co<63> wybra<72>!";
Text[ japanese ] = "選択されていません。";
Text[ chinese_traditional ] = "缺少一個選擇!";
Text[ dutch ] = "De selectie ontbreekt!";
Text[ chinese_simplified ] = "没有任何选中!";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ korean ] = "선택 부족";
Text[ arabic ] = "<22><> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Se<53>im yap<61>lmad<61>";
Text[ language_user1 ] = " ";
Text[ catalan ] = "No s'ha seleccionat res";
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
{
2002-05-06 09:20:11 +00:00
Text = "Zu viele Suchkriterien" ;
Text [ ENGLISH ] = "Too many search criteria" ;
Text [ norwegian ] = "Too many search criteria" ;
Text [ italian ] = "Troppi criteri di ricerca" ;
Text [ portuguese_brazilian ] = "Excesso de crit?rios de procura" ;
Text [ portuguese ] = "Excesso de crit<69>rios de procura" ;
Text [ finnish ] = "Liian monta hakuehtoa" ;
Text [ danish ] = "For mange s<>gekriterier" ;
Text [ french ] = "Trop de crit<69>res de recherche" ;
Text [ swedish ] = "F<>r m<>nga s<>kkriterier" ;
Text [ dutch ] = "Teveel zoekcriteria" ;
Text [ spanish ] = "Demasiados criterios de b<>squeda" ;
Text [ english_us ] = "Too many search criteria" ;
Text[ chinese_simplified ] = "搜寻规则太多";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Za du<64>o kryteri<72>w wyszukiwania";
Text[ japanese ] = "検索条件が多すぎます。";
Text[ chinese_traditional ] = "搜尋規則太多";
Text[ dutch ] = "Teveel zoekcriteria";
Text[ chinese_simplified ] = "搜寻规则太多";
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "검색기준이 너무 많음";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Arama <20>l<EFBFBD><6C>t<EFBFBD> say<61>s<EFBFBD> <20>ok fazla";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Massa criteris de cerca";
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
{
2002-05-06 09:20:11 +00:00
Text = "Fehler in der SQL Syntax" ;
Text [ ENGLISH ] = "SQL syntax error" ;
Text [ norwegian ] = "SQL syntax error" ;
Text [ italian ] = "Errore di sintassi SQL" ;
Text [ portuguese_brazilian ] = "Erro de sintaxe SQL" ;
Text [ portuguese ] = "Erro de sintaxe SQL" ;
Text [ finnish ] = "SQL-syntaksivirhe" ;
Text [ danish ] = "SQL syntaksfejl" ;
Text [ french ] = "Erreur de syntaxe SQL" ;
Text [ swedish ] = "Fel i SQL-syntax" ;
Text [ dutch ] = "SQL-syntaxisfout" ;
Text [ spanish ] = "Error en la sintaxis SQL" ;
Text [ english_us ] = "SQL syntax error" ;
Text[ chinese_simplified ] = "SQL 语法错误";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL";
Text[ polish ] = "B<><42>d sk<73>adni SQL";
Text[ japanese ] = "SQL シンタックスエラー";
Text[ chinese_traditional ] = "SQL 語法錯誤";
Text[ dutch ] = "SQL-syntaxisfout";
Text[ chinese_simplified ] = "SQL 语法错误";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL";
Text[ korean ] = "SQL 구문 오류";
Text[ arabic ] = "SQL <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
Text[ turkish ] = "SQL s<>zdizimi hatas<61>";
Text[ language_user1 ] = " ";
Text[ catalan ] = "S'ha produ<64>t un error de sintaxi de l'SQL";
2001-02-05 08:26:47 +00:00
};
ErrorBox ERR_QRY_ORDERBY_ON_ASTERISK
{
Message = "Nach [*] kann nicht sortiert werden.";
Message [ ENGLISH ] = "Order by for field [*] is impossible." ;
Message[ italian ] = "Non <20> possibile ordinare per [*].";
Message[ portuguese_brazilian ] = "Order by for field [*] is impossible.";
Message[ portuguese ] = "Imposs<73>vel ordenar de acordo com [*].";
2001-02-05 08:26:47 +00:00
Message[ danish ] = "Det er ikke muligt at sortere efter [*].";
Message[ french ] = "Tri en fonction de [*] impossible !";
Message[ swedish ] = "Det g<>r inte att sortera efter [*]";
Message[ dutch ] = "Naar [*] kan niet worden gesorteerd.";
2001-02-05 08:26:47 +00:00
Message[ spanish ] = "No se puede ordenar seg<65>n [*].";
Message[ english_us ] = "[*] cannot be used as a sort criterion.";
2001-08-08 09:50:09 +00:00
Message[ chinese_simplified ] = "无法按照 [*] 排序。";
2001-02-05 08:26:47 +00:00
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> [*] <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Message[ polish ] = "Sortowanie wed<65>ug [*] nie jest mo<6D>liwe.";
2001-08-08 09:50:09 +00:00
Message[ japanese ] = "[*]で並べ替えはできません。";
Message[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> [*].";
2001-02-05 08:26:47 +00:00
Message[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> [*].";
2001-08-08 09:50:09 +00:00
Message[ chinese_traditional ] = "無法按[*]編排。";
Message[ korean ] = "[*]에 따라 정렬할 수 없음";
2001-02-05 08:26:47 +00:00
Message[ turkish ] = "[*] s<>ralama <20>l<EFBFBD><6C>t<EFBFBD> olarak kullan<61>lamaz.";
Message[ language_user1 ] = " ";
2001-11-13 21:44:47 +00:00
Message[ finnish ] = "Kohdetta [*] ei voi k<>ytt<74><74> hakuehtona.";
2001-10-11 19:52:08 +00:00
Message[ catalan ] = "[*] no es pot utilitzar com a criteri d'ordenaci<63>";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_TRUE
{
Text = "WAHR" ;
Text [ ENGLISH ] = "TRUE" ;
Text [ dutch ] = "WAAR" ;
Text [ english_us ] = "TRUE" ;
Text [ italian ] = "VERO" ;
Text [ spanish ] = "VERDADERO" ;
Text [ french ] = "VRAI" ;
Text [ swedish ] = "SANN" ;
Text [ danish ] = "SAND" ;
Text [ portuguese ] = "VERDADEIRO" ;
Text [ portuguese_brazilian ] = "WAHR" ;
Text[ chinese_simplified ] = "TRUE";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "PRAWDA";
Text[ japanese ] = "TRUE";
Text[ chinese_traditional ] = "TRUE";
Text[ arabic ] = "TRUE";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "WAAR";
Text[ chinese_simplified ] = "TRUE";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "참";
2001-02-05 08:26:47 +00:00
Text[ turkish ] = "DO<44>RU";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "TRUE";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "TRUE";
2001-02-05 08:26:47 +00:00
};
String STR_QUERY_FALSE
{
Text = "FALSCH" ;
Text [ ENGLISH ] = "FALSE" ;
Text [ dutch ] = "ONWAAR" ;
Text [ english_us ] = "FALSE" ;
Text [ italian ] = "FALSO" ;
Text [ spanish ] = "FALSO" ;
Text [ french ] = "FAUX" ;
Text [ swedish ] = "FALSK" ;
Text [ danish ] = "FALSK" ;
Text [ portuguese ] = "FALSO" ;
Text [ portuguese_brazilian ] = "FALSCH" ;
Text[ chinese_simplified ] = "FALSE";
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
Text[ polish ] = "FA<46>SZ";
Text[ japanese ] = "FALSE";
Text[ chinese_traditional ] = "FALSE";
Text[ arabic ] = "FALSE";
2001-02-05 08:26:47 +00:00
Text[ dutch ] = "ONWAAR";
Text[ chinese_simplified ] = "FALSE";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "거짓";
2001-02-05 08:26:47 +00:00
Text[ turkish ] = "YANLI<4C>";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "FALSE";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "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
{
2002-05-06 09:20:11 +00:00
Text = "Es sind zu viele Tabellen vorhanden." ;
Text [ ENGLISH ] = "There are too many tables." ;
Text[ italian ] = "Esistono troppe tabelle.";
Text[ portuguese_brazilian ] = "There are too many tables.";
Text[ portuguese ] = "Existem demasiadas tabelas.";
Text[ danish ] = "Der er for mange tabeller.";
Text[ french ] = "Il y a trop de tables.";
Text[ swedish ] = "Det finns f<>r m<>nga tabeller.";
Text[ dutch ] = "Er zijn teveel tabellen";
Text[ spanish ] = "Existen demasiadas tablas.";
Text[ english_us ] = "There are too many tables.";
Text[ chinese_simplified ] = "有太多的表格。";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ polish ] = "Jest za du<64>o tabel.";
Text[ japanese ] = "テーブルの数が多すぎます。";
Text[ chinese_traditional ] = "表格數目太多。";
Text[ dutch ] = "Er zijn teveel tabellen";
Text[ chinese_simplified ] = "有太多的表格。";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ korean ] = "시트가 너무 많습니다.";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.";
Text[ turkish ] = "Mevcut tablo say<61>s<EFBFBD> <20>ok fazla.";
Text[ language_user1 ] = " ";
Text[ finnish ] = "Taulukoita on liikaa.";
Text[ catalan ] = "Hi ha massa taules.";
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 */
2002-05-06 09:20:11 +00:00
Text = "Bei Anfrage im SQL-Dialekt der Datenbank wird das Statement nicht <20>bernommen" ;
Text [ ENGLISH ] = "Bei Anfrage im SQL-Dialekt der Datenbank wird das Statement nicht <20>bernommen" ;
Text [ norwegian ] = "Bei Anfrage im SQL-Dialekt der Datenbank wird das Statement nicht <20>bernommen" ;
Text [ italian ] = "Con una ricerca nel dialetto SQL del database lo statement non viene accettato" ;
Text [ portuguese_brazilian ] = "Bei Anfrage im SQL-Dialekt der Datenbank wird das Statement nicht ?ernommen" ;
Text [ portuguese ] = "A instru<72><75>o n<>o ser<65> executada se efectuar a consulta no dialecto SQL da base de dados." ;
Text [ french ] = "En cas de requ<71>te dans le langage SQL de la base de donn<6E>es, l'instruction ne sera pas appliqu<71>e." ;
Text [ dutch ] = "Bij een query in SQL-dialect van database wordt statement niet overgenomen." ;
Text [ spanish ] = "Al consultar en el dialecto SQL de la base de datos no se acepta la instrucci<63>n." ;
Text [ danish ] = "Ved foresp<73>rgsel i databasens SQL-dialekt bliver s<>tningen ikke overtaget" ;
Text [ swedish ] = "Vid f<>rfr<66>gan i databasens SQL-dialekt kommer inte satsen att <20>vertas" ;
Text [ finnish ] = "Kun kysely l<>hetet<65><74>n tietokannan SQL-kielell<6C>, lauseketta ei k<>ytet<65>." ;
Text [ english_us ] = "The statement will not be applied when querying in the SQL dialect of the database." ;
Text[ chinese_simplified ] = "不接受数据库的 SQL 方言查询指令。";
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>.";
Text[ polish ] = "W przypadku kwerend w dialekcie bazy danych SQL wykonanie instrukcji nie b<>dzie mo<6D>liwe.";
Text[ japanese ] = "データベース SQL ダイアレクトのクエリーではステートメントは適用されません。";
Text[ chinese_traditional ] = "不接受資料庫的 SQL 方言查詢指令。";
Text[ dutch ] = "Bij een query in SQL-dialect van database wordt statement niet overgenomen.";
Text[ chinese_simplified ] = "不接受数据库的 SQL 方言查询指令。";
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "데이터베이스의 SQL 방언으로 된 질의의 경우 문장이 적용되지 않습니다";
Text[ arabic ] = "<22><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɡ <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
Text[ turkish ] = "Deyim, sorgunun bu veritaban<61>n<EFBFBD>n SQL dilinde yap<61>lmas<61> halinde kullan<61>lmayacakt<6B>r";
Text[ language_user1 ] = " ";
Text[ catalan ] = "L'expressi<73> no s'aplicar<61> en consultar en el dialecte SQL de la base de dades.";
2001-02-05 08:26:47 +00:00
};
ErrorBox ERR_QRY_AMB_FIELD
{
Message = "Feldname nicht gefunden oder eindeutig" ;
Message [ ENGLISH ] = "Field name not found or not unique" ;
Message [ norwegian ] = "Field name not found or not unique" ;
Message [ italian ] = "Nome del campo non trovato o non univoco" ;
Message [ portuguese_brazilian ] = "Nome de campo n?o encontrado ou n?o exclusivo" ;
2001-02-05 08:26:47 +00:00
Message [ portuguese ] = "Nome de campo n<>o encontrado ou n<>o exclusivo" ;
2001-11-13 21:44:47 +00:00
Message [ finnish ] = "Kent<6E>n nime<6D> ei l<>ytynyt tai nimi ei ole ainutlaatuinen" ;
2001-02-05 08:26:47 +00:00
Message [ danish ] = "Feltnavn ikke fundet eller ikke entydigt" ;
Message [ french ] = "Nom de champ introuvable ou ambigu" ;
Message [ swedish ] = "F<>ltnamn hittades inte eller <20>r inte entydigt" ;
Message [ dutch ] = "Veldnaam niet gevonden of niet duidelijk" ;
Message [ spanish ] = "El nombre del campo no se encontr<74> o no es <20>nico" ;
Message [ english_us ] = "Field name not found or not unique" ;
2001-08-08 09:50:09 +00:00
Message[ chinese_simplified ] = "没有找到字段名称或者字段名称不明确。";
Message[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Message[ polish ] = "Nazwy pola nie znaleziono lub nie jest ona jednoznaczna";
2001-12-14 15:40:53 +00:00
Message[ japanese ] = "フィールド名が見つからないか、あるいは名前が明確でありません。";
2001-02-05 08:26:47 +00:00
Message[ language_user1 ] = " ";
2001-08-08 09:50:09 +00:00
Message[ chinese_traditional ] = "沒有找到欄位名稱或者名稱不明確。";
2001-02-05 08:26:47 +00:00
Message[ dutch ] = "Veldnaam niet gevonden of niet duidelijk";
2001-08-08 09:50:09 +00:00
Message[ chinese_simplified ] = "没有找到字段名称或者字段名称不明确。";
Message[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Message[ korean ] = "필드명을 찾지 못했거나 분명하지 않습니다.";
2001-02-05 08:26:47 +00:00
Message[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>";
Message[ turkish ] = "Alan ad<61> bulunamad<61> ya da benzersiz de<64>il";
2001-10-11 19:52:08 +00:00
Message[ catalan ] = "No s'ha trobat el nom del camp o no <20>s <20>nic";
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 */
2002-05-06 09:20:11 +00:00
Text = "Verkn<6B>pfung konnte nicht ausgef<65>hrt werden" ;
Text [ ENGLISH ] = "Could not create link" ;
Text [ norwegian ] = "Could not create link" ;
Text [ italian ] = "Impossibile creare il collegamento" ;
Text [ portuguese_brazilian ] = "N?o pude criar liga??o" ;
Text [ portuguese ] = "Imposs<73>vel criar liga<67><61>o" ;
Text [ finnish ] = "Yhdist<73>mist<73> ei voitu k<>sitell<6C>" ;
Text [ danish ] = "Det var ikke muligt at oprette en k<>de" ;
Text [ french ] = "Jointure impossible" ;
Text [ swedish ] = "L<>nk kunde inte utf<74>ras" ;
Text [ dutch ] = "Koppeling kon niet tot stand worden gebracht" ;
Text [ spanish ] = "No se pudo ejecutar el v<>nculo." ;
Text [ english_us ] = "Join could not be processed" ;
Text[ chinese_simplified ] = "无法执行连结功能";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "Z<><5A>czenie nie by<62>o mo<6D>liwe";
Text[ japanese ] = "リンクできませんでした。";
Text[ chinese_traditional ] = "無法執行連結功能";
Text[ dutch ] = "Koppeling kon niet tot stand worden gebracht";
Text[ chinese_simplified ] = "无法执行连结功能";
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ korean ] = "결합이 실행되지 못했습니다.";
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Ba<42>lant<6E> olu<6C>turulamad<61>";
Text[ language_user1 ] = " ";
Text[ catalan ] = "No s'ha pogut processar la uni<6E>";
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
{
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
{
MID_DBUI_CLEAR_QUERY
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
MID_BROWSER_SQL
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
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
{
MID_DBUI_BROWSER_ESACPEPROCESSING
2001-02-07 11:53:20 +00:00
};
ToolBoxItem
2001-02-05 08:26:47 +00:00
{
MID_DBUI_QUERY_VIEW_FUNCTIONS
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
MID_DBUI_QUERY_VIEW_TABLES
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
MID_DBUI_QUERY_VIEW_ALIASES
2001-02-05 08:26:47 +00:00
};
ToolBoxItem
{
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 ;
Text = "Bearbeiten" ;
Text [ ENGLISH ] = "Edit" ;
Text[ english_us ] = "Edit";
Text[ portuguese ] = "Editar";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Bewerken";
Text[ french ] = "<22>diter";
Text[ spanish ] = "Editar";
Text[ italian ] = "Edit";
Text[ danish ] = "Edit";
Text[ swedish ] = "Redigera";
Text[ polish ] = "Edytuj";
Text[ portuguese_brazilian ] = "Edit";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "編集";
Text[ korean ] = "편집";
Text[ chinese_simplified ] = "编辑";
Text[ chinese_traditional ] = "編輯";
Text[ turkish ] = "Edit";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Muokkaa";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Edita";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_NEWDOC ;
HelpId = SID_NEWDOC ;
Hide = TRUE;
Text = "Bearbeiten" ;
Text [ ENGLISH ] = "Bearbeiten" ;
Text[ english_us ] = "Edit";
Text[ portuguese ] = "Editar";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Bewerken";
Text[ french ] = "<22>diter";
Text[ spanish ] = "Editar";
Text[ italian ] = "Modifica";
Text[ danish ] = "Rediger";
Text[ swedish ] = "Redigera";
Text[ polish ] = "Edytuj";
Text[ portuguese_brazilian ] = "Bearbeiten";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "編集";
Text[ korean ] = "편집";
Text[ chinese_simplified ] = "编辑";
Text[ chinese_traditional ] = "編輯";
Text[ turkish ] = "D<>zenle";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Muokkaa";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Edita";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Identifier = ID_BROWSER_SAVEDOC ;
HelpId = SID_SAVEDOC ;
Text = "Speichern" ;
Text [ ENGLISH ] = "Save" ;
Text[ english_us ] = "Save";
Text[ portuguese ] = "Guardar";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Opslaan";
Text[ french ] = "Enregistrer";
Text[ spanish ] = "Guardar";
Text[ italian ] = "Salva";
Text[ danish ] = "Save";
Text[ swedish ] = "Spara";
Text[ polish ] = "Zapisz";
Text[ portuguese_brazilian ] = "Save";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "保存";
Text[ korean ] = "저장";
Text[ chinese_simplified ] = "存盘";
Text[ chinese_traditional ] = "儲存";
Text[ turkish ] = "Save";
Text[ arabic ] = "<22><><EFBFBD>";
Text[ finnish ] = "Tallenna";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Desa";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Identifier = ID_BROWSER_SAVEASDOC ;
HelpId = SID_SAVEASDOC ;
Text = "Speichern als" ;
Text [ ENGLISH ] = "Save as" ;
Text[ english_us ] = "Save As";
Text[ portuguese ] = "Guardar como";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
Text[ dutch ] = "Opslaan als";
2001-06-08 21:06:22 +00:00
Text[ french ] = "Enregistrer comme";
Text[ spanish ] = "Guardar como";
Text[ italian ] = "Salva con nome";
Text[ danish ] = "Save as";
Text[ swedish ] = "Spara som";
Text[ polish ] = "Zapisz jako";
Text[ portuguese_brazilian ] = "Save as";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "名前を付けて保存";
Text[ korean ] = "다른 이름으로 저장";
Text[ chinese_simplified ] = "另存为";
Text[ chinese_traditional ] = "另存新檔";
Text[ turkish ] = "Save as";
Text[ arabic ] = "<22><><EFBFBD> <20><>";
Text[ finnish ] = "Tallenna nimell<6C>";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Anomena i desa";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Identifier = SID_PRINTDOCDIRECT ;
HelpId = SID_PRINTDOCDIRECT ;
Hide = TRUE;
Text = "Drucken" ;
Text [ ENGLISH ] = "Print" ;
Text[ english_us ] = "Print";
Text[ portuguese ] = "Imprimir";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Afdrukken";
Text[ french ] = "Imprimer";
Text[ spanish ] = "Imprimir";
Text[ italian ] = "Stampa";
Text[ danish ] = "Print";
Text[ swedish ] = "Skriv ut";
Text[ polish ] = "Drukuj";
Text[ portuguese_brazilian ] = "Print";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "印刷";
Text[ korean ] = "인쇄";
Text[ chinese_simplified ] = "打印";
Text[ chinese_traditional ] = "列印";
Text[ turkish ] = "Print";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Tulosta";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Imprimeix";
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 ;
Text = "R<>ckg<6B>ngig" ;
Text [ ENGLISH ] = "Undo" ;
Text[ english_us ] = "Undo";
Text[ portuguese ] = "Anular";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Ongedaan";
Text[ french ] = "Annuler";
Text[ spanish ] = "Deshacer";
Text[ italian ] = "Annulla";
Text[ danish ] = "Undo";
Text[ swedish ] = "<22>ngra";
Text[ polish ] = "Cofnij";
Text[ portuguese_brazilian ] = "Undo";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "元に戻す";
Text[ korean ] = "실행 취소";
Text[ chinese_simplified ] = "撤消命令";
Text[ chinese_traditional ] = "復原";
Text[ turkish ] = "Undo";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Peruuta";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Desf<73>s";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Identifier = ID_BROWSER_REDO ;
HelpId = SID_REDO ;
Text = "Wiederherstellen" ;
Text [ ENGLISH ] = "Redo" ;
Text[ english_us ] = "Redo";
Text[ portuguese ] = "Restaurar";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Herstellen";
Text[ french ] = "Restaurer";
Text[ spanish ] = "Restaurar";
Text[ italian ] = "Ripristina";
Text[ danish ] = "Redo";
Text[ swedish ] = "<22>terst<73>ll";
Text[ polish ] = "Przywr<77><72>";
Text[ portuguese_brazilian ] = "Redo";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "やり直し";
Text[ korean ] = "복구";
Text[ chinese_simplified ] = "恢复撤消命令";
Text[ chinese_traditional ] = "恢復撤消指令";
Text[ turkish ] = "Redo";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Toista ";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Ref<65>s";
2001-03-09 08:21:35 +00:00
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
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 ;
};
*/
};
};
2001-02-06 07:12:35 +00:00
QueryBox QUERY_DESIGN_SAVEMODIFIED
{
2001-02-23 14:04:37 +00:00
Buttons = WB_YES_NO_CANCEL ;
2001-02-06 07:12:35 +00:00
DefButton = WB_DEF_YES ;
Message = "Die Abfrage wurde ge<67>ndert.\nSollen die <20>nderungen gespeichert werden?" ;
Message [ English ] = "The query has been modified.\nDo you want to save your changes?" ;
Message [ english_us ] = "The query has been changed.\nDo you want to save the changes?" ;
Message[ portuguese ] = "A consulta foi modificada.\nGuardar as modifica<63><61>es?";
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?";
Message[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
Message[ dutch ] = "De query is veranderd.\nWilt u de wijzigingen opslaan?";
Message[ french ] = "La requ<71>te a <20>t<EFBFBD> modifi<66>e.\nEnregistrer les modifications ?";
Message[ spanish ] = "La consulta se ha modificado.\n<>Desea guardar las modificaciones?";
Message[ italian ] = "La ricerca <20> cambiata.\nVolete salvare i cambiamenti?";
Message[ danish ] = "The query has been changed.\nDo you want to save the changes?";
Message[ swedish ] = "S<>kningen har <20>ndrats.\nSka <20>ndringarna sparas?";
Message[ polish ] = "Zmieniono kwerend<6E>.\nZapisa<73> zmiany?";
Message[ portuguese_brazilian ] = "The query has been changed.\nDo you want to save the changes?";
2001-12-14 15:40:53 +00:00
Message[ japanese ] = "クエリーは変更されました。\n変更を保存しますか。";
2001-11-13 21:44:47 +00:00
Message[ korean ] = "질의가 변경되었습니다.\n변경 사항을 저장하겠습니까?";
2001-08-08 09:50:09 +00:00
Message[ chinese_simplified ] = "这个查询已经更改。\n要存盘更改的内容?";
Message[ chinese_traditional ] = "這個查詢已經變更。\n要儲存變更內容";
Message[ turkish ] = "The query has been changed.\nDo you want to save the changes?";
Message[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n<><6E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʿ";
2001-11-13 21:44:47 +00:00
Message[ finnish ] = "Kysely<6C> on muutettu.\nHaluatko tallentaa muutokset?";
2001-10-11 19:52:08 +00:00
Message[ catalan ] = "La consulta ha canviat.\nVoleu desar els canvis?";
2001-02-06 07:12:35 +00:00
};
QueryBox QUERY_VIEW_DESIGN_SAVEMODIFIED
{
Buttons = WB_YES_NO_CANCEL ;
DefButton = WB_DEF_YES ;
Message = "Die Tabellensicht wurde ge<67>ndert.\nSollen die <20>nderungen gespeichert werden?" ;
Message [ English ] = "The view has been modified.\nDo you want to save your changes?" ;
2001-05-30 18:38:26 +00:00
Message [ english_us ] = "The table view has been changed.\nDo you want to save the changes?" ;
2001-06-08 21:06:22 +00:00
Message[ portuguese ] = "A vista da tabela foi modificada.\nGuardar as modifica<63><61>es?";
2001-06-01 18:30:12 +00:00
Message[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?";
2001-05-30 18:38:26 +00:00
Message[ greek ] = "The view has been changed.\nDo you want to save the changes?";
2001-07-13 19:44:38 +00:00
Message[ dutch ] = "De weergave is veranderd.\nWilt u de veranderingen opslaan?";
2001-06-01 18:30:12 +00:00
Message[ french ] = "Des modifications ont <20>t<EFBFBD> effectu<74>es dans la vue.\nDoivent-elles <20>tre enregistr<74>es ?";
2001-05-30 18:38:26 +00:00
Message[ spanish ] = "Se ha modificaco la visualizaci<63>n de la tabla.\n<>Desea guardar las modificaciones?";
2001-11-13 21:44:47 +00:00
Message[ finnish ] = "Nykyist<73> taulukkon<6F>kym<79><6D> on muutettu.\nHaluatko tallentaa muutokset?";
2001-05-30 18:38:26 +00:00
Message[ italian ] = "La vista tabelle <20> stata modificata.\nVolete salvare le modifiche?";
Message[ danish ] = "The view has been changed.\nDo you want to save the changes?";
Message[ swedish ] = "Tabellvyn har <20>ndrats.\nSka <20>ndringarna sparas?";
Message[ polish ] = "Zmieniono widok tabeli.\nZapisa<73> zmiany?";
Message[ portuguese_brazilian ] = "The view has been changed.\nDo you want to save the changes?";
2001-12-14 15:40:53 +00:00
Message[ japanese ] = "テーブルビューが変更されています。\n変更を保存しますか。";
2001-11-13 21:44:47 +00:00
Message[ korean ] = "뷰가 변경되었습니다.\n변경 내용을 저장하겠습니까?";
2001-08-08 09:50:09 +00:00
Message[ chinese_simplified ] = "这个表格视图已经改变。\n要存盘更改的内容?";
2001-10-25 19:30:01 +00:00
Message[ chinese_traditional ] = "這個檢視已經變更。\n要儲存變更內容?";
2001-05-30 18:38:26 +00:00
Message[ turkish ] = "The view has been changed.\nDo you want to save the changes?";
Message[ arabic ] = "The view has been changed.\nDo you want to save the changes?";
2001-10-11 19:52:08 +00:00
Message[ catalan ] = "La vista ha canviat.\nVoleu desar els canvis?";
};
2001-02-14 13:54:12 +00:00
String STR_SVT_SQL_INTERNATIONAL
{
Text = "WIE;NICHT;LEER;WAHR;FALSCH;IST;ZWISCHEN;ODER;UND;Durchschnitt;Anzahl;Maximum;Minimum;Summe" ;
Text [ ENGLISH ] = "LIKE;NOT;NULL;TRUE;FALSE;IS;BETWEEN;OR;AND;Average;Count;Maximum;Minimum;Sum" ;
Text [ english_us ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;Average;Count;Maximum;Minimum;Sum" ;
Text [ portuguese ] = "COMO;N<>O;VAZIO;VERDADEIRO;FALSO;<3B>;ENTRE;OU;E;m<>dia;quantidade;m<>ximo;m<>nimo;soma" ;
Text [ portuguese_brazilian ] = "WIE;NICHT;LEER;WAHR;FALSCH;IST;ZWISCHEN;ODER;UND" ;
Text [ swedish ] = "SOM;INTE;TOM;SANN;FALSK;<3B>R;MELLAN;ELLER;OCH;genomsnitt;antal;maximum;minimum;summa" ;
Text [ danish ] = "SOM;IKKE;TOM;SAND;FALSK;ER;MELLEM;ELLER;OG;middel;antal;maksimum;minimum;sum" ;
Text [ italian ] = "COME;NON;VUOTO;VERO;FALSO;<3B>;TRA;O;E;media;quantit<69>;massimo;minimo;totale" ;
Text [ spanish ] = "COMO;NO;VACIO;VERDADERO;FALSO;ES;ENTRE;O;Y;Promedio;Cantidad;M<>ximo;M<>nimo;Suma" ;
Text [ french ] = "COMME;PAS;VIDE;VRAI;FAUX;EST;ENTRE;OU;ET;moyenne;nombre;maximum;minimum;somme" ;
2001-02-14 13:54:12 +00:00
Text [ dutch ] = "ALS;NIET;LEEG;WAAR;ONWAAR;IS;TUSSEN;OF;EN;Gemiddelde;Aantal;Maximum;Minimum;Som" ;
Text[ chinese_simplified ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;average;number;maximum;minimum;sum";
Text[ russian ] = "<22><><EFBFBD>;<3B><>;<3B><><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD>;<3B>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>";
2001-05-30 18:38:26 +00:00
Text[ polish ] = "JAK;NIE;PUSTY;PRAWDA;FA<46>SZ;JEST;POMI<4D>DZY;LUB;I;<3B>rednia;Numer;Maksimum;Minimum;Suma";
2001-02-14 13:54:12 +00:00
Text[ japanese ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;average;number;maximum;minimum;sum";
Text[ chinese_traditional ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;average;number;maximum;minimum;sum";
Text[ arabic ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;Average;Count;Maximum;Minimum;Sum";
Text[ dutch ] = "ALS;NIET;LEEG;WAAR;ONWAAR;IS;TUSSEN;OF;EN;Gemiddelde;Aantal;Maximum;Minimum;Som";
Text[ chinese_simplified ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;average;number;maximum;minimum;sum";
Text[ greek ] = "<22><><EFBFBD><EFBFBD>;<3B><><EFBFBD>;<3B><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B>;<3B><><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;평균;번호;최대;최소;합";
2001-02-14 13:54:12 +00:00
Text[ turkish ] = "G<>B<EFBFBD>;DE<44><45>L;BO<42>;DO<44>RU;YANLI<4C>;OLMA;ARADA;YA DA;VE;Ortalama;Adet say<61>s<EFBFBD>;Azami;Asgari;Toplam";
Text[ finnish ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;Keskiarvo;M<><4D>r<EFBFBD>;Enint<6E><74>n;V<>hint<6E><74>n;Summa";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "LIKE;NOT;EMPTY;TRUE;FALSE;IS;BETWEEN;OR;AND;Promig;Recompte;M<>xim;M<>nim;Suma";
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 */
Text = "Syntaxfehler im SQL-Ausdruck" ;
Text [ ENGLISH ] = "Syntax error in SQL-expression" ;
Text [ english_us ] = "Syntax error in SQL statement" ;
2001-02-14 13:54:12 +00:00
Text [ portuguese ] = "Erro de sintaxe na express<73>o SQL" ;
Text [ portuguese_brazilian ] = "Fehlerhafte Syntax" ;
Text [ swedish ] = "Syntaxfel i SQL-uttryck" ;
Text [ danish ] = "Syntaksfejl i SQL-udtryk" ;
Text [ italian ] = "Errore di sintassi nell'espressione SQL" ;
Text [ spanish ] = "Error de sintaxis en la expresi<73>n SQL" ;
Text [ french ] = "Erreur de syntaxe dans l'expression SQL" ;
Text [ dutch ] = "Foutieve syntaxis in SQL-uitdrukking" ;
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "SQL 表达式语法错误";
2001-02-14 13:54:12 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL";
Text[ polish ] = "B<><42>d sk<73>adni w wyra<72>eniu SQL";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "SQL 表現のシンタックスエラー";
2001-08-08 09:50:09 +00:00
Text[ chinese_traditional ] = "SQL 表達語法錯誤";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> SQL";
Text[ dutch ] = "Foutieve syntaxis in SQL-uitdrukking";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "SQL 表达式语法错误";
2001-02-14 13:54:12 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "SQL 식에 구문 오류";
2001-02-14 13:54:12 +00:00
Text[ turkish ] = "SQL terimi s<>z dizimi hatas<61>";
Text[ finnish ] = "Syntaksivirhe SQL-lausekkeessa";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "S'ha produ<64>t un error de sintaxi en l'expressi<73> SQL";
2001-02-14 13:54:12 +00:00
};
String STR_SVT_SQL_SYNTAX_ERROR_BEFORE
{
/* ### ACHTUNG: Neuer Text in Resource? Syntaxfehler im SQL-Ausdruck : Fehlerhafte Syntax */
Text = "bevor \"#\" Ausdruck." ;
Text [ ENGLISH ] = "before \"#\" expression." ;
Text[ italian ] = "Davanti all'espressione \"#\".";
Text[ portuguese_brazilian ] = "before \"#\" expression.";
Text[ portuguese ] = "antes da express<73>o \"#\".";
Text[ danish ] = "f<>r \"#\" udtryk.";
Text[ french ] = "avant l'expression \"#\".";
Text[ swedish ] = "f<>re \"#\" uttryck.";
Text[ dutch ] = "voor \"#\" uitdrukking.";
2001-02-14 13:54:12 +00:00
Text[ spanish ] = "expresi<73>n anterior a \"#\"";
Text[ english_us ] = "before \"#\" expression.";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "\"#\" 表达式之前。";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\".";
2001-02-14 13:54:12 +00:00
Text[ polish ] = "przed wyra<72>eniem \"#\".";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "\"#\" 表現の前にあります。";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> \"#\".";
Text[ chinese_traditional ] = "在<#>表達之前";
Text[ dutch ] = "voor \"#\" uitdrukking.";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "\"#\" 表达式之前。";
2001-02-14 13:54:12 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\".";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "\"#\" 식 전에";
2001-02-14 13:54:12 +00:00
Text[ turkish ] = "\"#\" teriminden <20>nce.";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "ennen \"#\" lauseketta.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "abans de l'expressi<73> \"#\".";
2001-02-14 13:54:12 +00:00
};
String STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE
{
Text = "Der Wert #1 kann nicht mit WIE verwendet werden!";
Text [ ENGLISH ] = "The value #1 can not be used with LIKE!";
Text[ english_us ] = "The value #1 cannot be used with LIKE!";
2001-02-14 13:54:12 +00:00
Text[ portuguese ] = "O valor #1 n<>o pode ser utilizado com COMO!";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> #1 <20><><EFBFBD><EFBFBD> <20><> <20><> 'LIKE'!";
2001-02-14 13:54:12 +00:00
Text[ dutch ] = "Waarde #1 kan niet worden gebruikt bij ALS!";
Text[ french ] = "La valeur #1 ne peut pas <20>tre utilis<69>e avec COMME !";
Text[ spanish ] = "<22>El valor #1 no se puede usar con COMO!";
Text[ swedish ] = "V<>rdet #1 kan inte anv<6E>ndas med SOM!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #1 <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD>!";
Text[ italian ] = "Il valore #1 non pu<70> essere usato con COME!";
Text[ danish ] = "Det er ikke muligt at bruge v<>rdien #1sammen med SOM!";
2001-05-30 18:38:26 +00:00
Text[ polish ] = "Warto<74>ci #1 nie mo<6D>na zastosowa<77> z JAK!";
2001-02-14 13:54:12 +00:00
Text[ portuguese_brazilian ] = "The value #1 can not be used with LIKE!";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "#1 の値は LIKE と一緒に使用できません。";
Text[ korean ] = "값 #1은 LIKE와 같이 사용될 수 없습니다!";
Text[ chinese_simplified ] = "数值 #1不能与LIKE同时使用";
Text[ chinese_traditional ] = "LIKE 和數值 #1 不可以一起使用!";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #1 <20><> LIKE!";
Text[ turkish ] = "#1 de<64>eri, G<>B<EFBFBD> ile birlikte kullan<61>lamaz!";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Arvoa #1 ei voi k<>ytt<74><74> funktion LIKE kanssa.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "El valor #1 no es pot utilitzar amb LIKE.";
2001-02-14 13:54:12 +00:00
};
String STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE
{
Text = "WIE kann bei diesem Feld nicht benutzt werden!";
Text [ ENGLISH ] = "LIKE can not be used with this field!";
Text[ english_us ] = "LIKE cannot be used with this field!";
Text[ portuguese ] = "COMO n<>o pode ser utilizado neste campo!";
2001-02-14 13:54:12 +00:00
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> 'LIKE' <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>!";
Text[ dutch ] = "ALS kan niet worden gebruikt bij dit veld!";
Text[ french ] = "COMME ne peut pas <20>tre utilis<69> avec ce champ !";
2001-02-14 13:54:12 +00:00
Text[ spanish ] = "<22>COMO no se puede usar con este campo!";
Text[ swedish ] = "SOM kan inte anv<6E>ndas med det h<>r f<>ltet!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ italian ] = "COME non pu<70> essere utilizzato in questo campo!";
Text[ danish ] = "Det er ikke muligt at bruge SOM sammen med dette felt!";
Text[ polish ] = "JAK nie mo<6D>na u<>y<EFBFBD> przy tym polu!";
Text[ portuguese_brazilian ] = "LIKE can not be used with this field!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "LIKE はこのフィールドで使用できません。";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "LIKE는 이 필드에서 사용할 수 없습니다!";
Text[ chinese_simplified ] = "在这个字段中不能使用LIKE";
Text[ chinese_traditional ] = "這欄不可以使用 LIKE";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> LIKE <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>!";
Text[ turkish ] = "G<>B<EFBFBD>, bu alanda kullan<61>lamaz!";
Text[ finnish ] = "Funktiota LIKE ei voi k<>ytt<74><74> t<>ss<73> kent<6E>ss<73>.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "LIKE no es pot utilitzar amb aquest camp.";
2001-02-14 13:54:12 +00:00
};
String STR_SVT_SQL_SYNTAX_NO_NUM
{
Text = "Das Feld kann nicht mit einer Zeichenkette verglichen werden!";
Text [ ENGLISH ] = "The field can not be compared with a string!";
Text[ english_us ] = "The field cannot be compared with a string.";
2001-02-14 13:54:12 +00:00
Text[ portuguese ] = "Este campo n<>o pode ser comparado a uma cadeia de caracteres!";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ dutch ] = "Het veld kan niet worden vergeleken met een string!";
Text[ french ] = "Impossible de comparer ce champ avec une cha<68>ne de caract<63>res !";
2001-02-14 13:54:12 +00:00
Text[ spanish ] = "<22>El campo no se puede comparar con una cadena de caracteres!";
Text[ swedish ] = "F<>ltet kan inte j<>mf<6D>ras med en teckenstr<74>ng!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ italian ] = "Il campo non pu<70> essere paragonato a una stringa!";
Text[ danish ] = "Det er ikke muligt at sammenligne dette felt med en streng!";
Text[ polish ] = "Pola nie mo<6D>na por<6F>wna<6E> z ci<63>giem znak<61>w!";
Text[ portuguese_brazilian ] = "The field can not be compared with a string!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "このフィールドは文字列で比較できません。";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "필드를 문자열과 비교할 수 없습니다!";
Text[ chinese_simplified ] = "这个字段不能与字符串相比较!";
Text[ chinese_traditional ] = "這欄的內容不可以和字串相比較!";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!";
Text[ turkish ] = "Alan, bir karakter zinciri ile kar<61><72>la<6C>t<EFBFBD>r<EFBFBD>lamaz!";
Text[ finnish ] = "Kentt<74><74> ei voi verrata merkkijonoon.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "El camp no es pot comparar amb una cadena.";
2001-02-14 13:54:12 +00:00
};
String STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID
{
Text = "Das Feld kann nicht mit einem Datum verglichen werden!";
Text [ ENGLISH ] = "The field can not be compared with a date!";
Text[ english_us ] = "The field cannot be compared with a date.";
2001-02-14 13:54:12 +00:00
Text[ portuguese ] = "Este campo n<>o pode ser comparado com uma data!";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ dutch ] = "Het veld kan niet worden vergeleken met een datum!";
Text[ french ] = "Impossible de comparer ce champ avec une date !";
Text[ spanish ] = "<22>El campo no se puede comparar con una fecha!";
Text[ swedish ] = "F<>ltet kan inte j<>mf<6D>ras med ett datum!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ italian ] = "Il campo non pu<70> essere paragonato a un dato!";
Text[ danish ] = "Det er ikke muligt at sammenligne dette felt med en dato!";
Text[ polish ] = "Pola nie mo<6D>na por<6F>wna<6E> z dat<61>!";
Text[ portuguese_brazilian ] = "The field can not be compared with a ACCESS date!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "このフィールドは日付で比較できません。";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "필드를 날짜와 비교할 수 없습니다!";
Text[ chinese_simplified ] = "这个字段不能与日期相比较!";
Text[ chinese_traditional ] = "這欄的內容不可以和一個日期相比較!";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ turkish ] = "Alan, bir tarih ile kar<61><72>la<6C>t<EFBFBD>r<EFBFBD>lamaz!";
Text[ finnish ] = "Kentt<74><74> ei voi verrata p<>iv<69>m<EFBFBD><6D>r<EFBFBD><72>n.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "El camp no es pot comparar amb una data.";
2001-02-14 13:54:12 +00:00
};
String STR_SVT_SQL_SYNTAX_INT_NO_VALID
{
Text = "Das Feld kann nicht mit einem Integer verglichen werden!";
Text [ ENGLISH ] = "The field can not be compared with a integer!";
Text[ english_us ] = "The field cannot be compared with an integer.";
2001-02-14 13:54:12 +00:00
Text[ portuguese ] = "Este campo n<>o pode ser comparado com um n<>mero inteiro!";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ dutch ] = "Het veld kan niet worden vergeleken met een Integer!";
Text[ french ] = "Impossible de comparer cLe champ avec un nombre entier !";
2001-02-14 13:54:12 +00:00
Text[ spanish ] = "<22>El campo no se puede comparar con un integral!";
Text[ swedish ] = "F<>ltet kan inte j<>mf<6D>ras med ett heltal!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ italian ] = "Il campo non pu<70> essere paragonato a un integrale!";
Text[ danish ] = "Det er ikke muligt at sammenligne dette felt med et heltal!";
Text[ polish ] = "Por<6F>wnanie pola z liczb<7A> ca<63>kowit<69> nie jest mo<6D>liwe!";
2001-02-14 13:54:12 +00:00
Text[ portuguese_brazilian ] = "The field can not be compared with a integer!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "このフィールドは整数で比較できません。";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "필드를 정수와 비교할 수 없습니다!";
Text[ chinese_simplified ] = "这个字段不能与一个整数相比较!";
Text[ chinese_traditional ] = "這欄的內容不可以和整數相比較!";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!";
Text[ turkish ] = "Alan, bir tamsay<61> ile kar<61><72>la<6C>t<EFBFBD>r<EFBFBD>lamaz!";
Text[ finnish ] = "Kentt<74><74> ei voi verrata muuttujaan.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "El camp no es pot comparar amb un enter.";
2001-02-14 13:54:12 +00:00
};
2001-02-23 14:04:37 +00:00
String STR_SVT_SQL_SYNTAX_TABLE
{
Text = "Die Tabelle \"#\" ist in der Datenbank unbekannt!";
Text [ ENGLISH ] = "The table \"#\" is unknown in the database!";
Text[ english_us ] = "The table \"#\" is unknown in the database.";
Text[ portuguese ] = "A tabela \"#\" <20> desconhecida na base de dados!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\" <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\" <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ dutch ] = "Tabel \"#\" niet bekend in de database!";
Text[ french ] = "La table \"#\" est inconnue dans la base de donn<6E>es !";
Text[ spanish ] = "<22>La tabla \"#\" es desconocida en la base de datos!";
Text[ italian ] = "La tabella \"#\" risulta sconosciuta al database";
Text[ danish ] = "The table \"#\" is unknown in the database!";
Text[ swedish ] = "Tabellen \"#\" <20>r ok<6F>nd i databasen!";
Text[ polish ] = "Tabela \"#\" jest nieznana w bazie danych!";
Text[ portuguese_brazilian ] = "The table \"#\" is unknown in the database!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "テーブル \"#\" は、データベースでは不明です。";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "데이터베이스에 알 수 없는 \"#\" 시트가 포함되어 있습니다.!";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "这个表格 \"#\" 对数据库而言是不明的!";
Text[ chinese_traditional ] = "這個表格<#>對資料庫而言是不明的!";
Text[ turkish ] = "The table \"#\" is unknown in the database!";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\" <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Taulukkoa \"#\" ei tunneta tietokannassa.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "La taula \"#\" <20>s desconeguda a la base de dades.";
2001-02-23 14:04:37 +00:00
};
String STR_SVT_SQL_SYNTAX_COLUMN
{
Text = "Die Spalte \"#\" ist in der Tabelle \"#\" unbekannt!";
Text [ ENGLISH ] = "The column \"#\" is unknown in the table \"#\"!";
Text[ english_us ] = "The column \"#\" is unknown in the table \"#\"!";
Text[ portuguese ] = "A coluna \"#\" <20> desconhecida na tabela \"#\"!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD> \"#\" <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\"!";
Text[ dutch ] = "Kolom \"#\" is onbekend in tabel \"#\"!";
Text[ french ] = "La colonne \"#\" est inconnue dans la table \"#\" !";
Text[ spanish ] = "<22>La columna \"#\" es desconocida en la tabla \"#\"!";
Text[ italian ] = "La colonna \"#\" risulta sconosciuta alla tabella \"#\"!";
Text[ danish ] = "The column \"#\" is unknown in the table \"#\"!";
Text[ swedish ] = "Kolumnen \"#\" <20>r ok<6F>nd i tabellen \"#\"!";
Text[ polish ] = "Kolumna \"#\" jest w tabeli \"#\" nieznana!";
Text[ portuguese_brazilian ] = "The column \"#\" is unknown in the table \"#\"!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "列 \"#\" は、\"#\" のテーブルでは不明です。";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "\"#\" 표에 알 수 없는 \"#\"열이 포함되어 있습니다.!";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "这个列 \"#\" 对数据库 \"#\" 而言是不明的!";
Text[ chinese_traditional ] = "這欄位<#>對這個表格<#>而言是不明的!";
Text[ turkish ] = "The column \"#\" is unknown in the table \"#\"!";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\" <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"#\" !";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Saraketta \"#\" ei tunneta taulukossa \"#\".";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "La columna \"#\" <20>s desconeguda a la taula \"#\".";
2001-02-23 14:04:37 +00:00
};
2001-02-14 13:54:12 +00:00
String STR_SVT_SQL_SYNTAX_REAL_NO_VALID
{
Text = "Das Feld kann nicht mit einer Flie<69>kommazahl verglichen werden!";
Text [ ENGLISH ] = "The field can not be compared with a real!";
Text[ english_us ] = "The field cannot be compared with a floating point number.";
2001-02-14 13:54:12 +00:00
Text[ portuguese ] = "Este campo n<>o pode ser comparado com um n<>mero de v<>rgula flutuante!";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ dutch ] = "Het veld kan niet worden vergeleken met een drijvende-komma getal!";
Text[ french ] = "Impossible de comparer le champ avec un nombre <20> virgule flottante !";
2001-02-14 13:54:12 +00:00
Text[ spanish ] = "<22>El campo no se puede comparar con un n<>mero de coma flotante!";
Text[ swedish ] = "F<>ltet kan inte j<>mf<6D>ras med ett flytande kommatal!";
2001-02-14 13:54:12 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ italian ] = "Il campo non pu<70> essere paragonato a un numero in virgola mobile!";
Text[ danish ] = "Det er ikke muligt at sammenligne dette felt med et flydende kommatal!";
Text[ polish ] = "Por<6F>wnanie pola z liczb<7A> rzeczywist<73> nie jest mo<6D>liwe!";
2001-02-14 13:54:12 +00:00
Text[ portuguese_brazilian ] = "The field can not be compared with a real!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "このフィールドは浮動小数で比較できません。";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "필드를 부동소수점의 수와 비교할 수 없습니다!";
Text[ chinese_simplified ] = "这个字段不能与一个带可变小数点位数相比较!";
Text[ chinese_traditional ] = "這欄的內容不可以和小數相比較!";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ turkish ] = "Alan, bir kayan nokta say<61>s<EFBFBD> ile kar<61><72>la<6C>t<EFBFBD>r<EFBFBD>lamaz!";
Text[ finnish ] = "Kentt<74><74> ei voi verrata irralliseen pistenumeroon.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "El camp no es pot comparar amb un n<>mero de coma flotant.";
2001-02-14 13:54:12 +00:00
};
String STR_SVT_SQL_SYNTAX_REAL_NO_INT
{
Text = "Ein Integer Feld kann nicht mit einer Flie<69>kommazahl verglichen werden!";
Text [ ENGLISH ] = "A integer field can not be compared with a real!";
Text[ english_us ] = "A integer field cannot be compared with a floating point number!";
2001-02-14 13:54:12 +00:00
Text[ portuguese ] = "Um campo de n<>meros inteiros n<>o pode ser comparado com um n<>mero de v<>rgula flutuante!";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ dutch ] = "Een Integer-veld kan niet worden vergeleken met een drijvende-komma getal!";
Text[ french ] = "Impossible de comparer un champ de nombre entier avec un nombre <20> virgule flottante !";
2001-02-14 13:54:12 +00:00
Text[ spanish ] = "<22>Un campo integral no se puede comparar con un n<>mero de coma flotante!";
Text[ swedish ] = "Ett heltalsf<73>lt kan inte j<>mf<6D>ras med ett flytande kommatal!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ italian ] = "Un campo integrale non pu<70> essere paragonato a un numero in virgola mobile.";
Text[ danish ] = "Det er ikke muligt at sammenligne et heltalsfelt med et flydende kommatal!";
Text[ polish ] = "Pola liczby ca<63>kowitej nie mo<6D>na por<6F>wna<6E> z liczb<7A> rzeczywist<73>!";
Text[ portuguese_brazilian ] = "A integer field can not be compared with a real!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "整数フィールドは浮動小数で比較できません。";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "정수 필드를 부동소수점의 수와 비교할 수 없습니다.!";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "一个整数字段不能与一个带可变小数点位数相比较!";
Text[ chinese_traditional ] = "一個整數不可以和一個小數相比較!";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ turkish ] = "Bir tamsay<61> alan<61>, kayan nokta say<61>s<EFBFBD> ile kar<61><72>la<6C>t<EFBFBD>r<EFBFBD>lamaz!";
Text[ finnish ] = "Muuttujakentt<74><74> ei voi verrata irralliseen pistenumeroon.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Un camp enter no es pot comparar amb un n<>mero de coma flotant!";
2001-02-14 13:54:12 +00:00
};
2001-04-24 13:28:56 +00:00
String STR_QUERYDESIGN_NO_VIEW_SUPPORT
{
Text = "Diese Datenbank unterst<73>tzt keine Tabellenansichten!";
Text [ ENGLISH ] = "This database doesn't support views!";
Text[ english_us ] = "This database does not support table views!";
Text[ portuguese ] = "Esta base de dados n<>o tem suporte para vistas de tabelas!";
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Text[ greek ] = "This database doesn't support views!";
Text[ dutch ] = "Deze database ondersteunt geen weergave van tabellen!";
Text[ french ] = "Cette base de donn<6E>es ne supporte pas les vues !";
Text[ spanish ] = "<22>Esta base de datos no apoya ninguna visualizaci<63>n de tablas!";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Tietokanta ei tue taulukkon<6F>kymi<6D>.";
Text[ italian ] = "Questo database non supporta la vista tabella";
Text[ danish ] = "This database doesn't support views!";
Text[ swedish ] = "Den h<>r databasen underst<73>der inga tabellvyer!";
Text[ polish ] = "Ta baza danych nie obs<62>uguje widok<6F>w tabeli!";
Text[ portuguese_brazilian ] = "This database doesn't support views!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "このデータベースはテーブルビューを支援しません。";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "이 데이터베이스는 표 보기를 지원하지 않습니다.!";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "这个数据库不支持表格视图的功能!";
Text[ chinese_traditional ] = "這個資料庫不支援表格檢視功能!";
Text[ turkish ] = "This database doesn't support views!";
Text[ arabic ] = "This database doesn't support views!";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Aquesta base de dades no soporta visualitzacions!";
2001-04-24 13:28:56 +00:00
};
String STR_QUERYDESIGN_NO_VIEW_ASK
{
Text = "M<>chten Sie statt dessen eine Abfrage erzeugen?";
2001-05-08 11:28:43 +00:00
Text [ ENGLISH ] = "Do you want to create a query instead?";
Text[ english_us ] = "Do you want to create a query instead?";
Text[ portuguese ] = "Em lugar disso, criar uma consulta?";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?";
2001-06-01 18:30:12 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
Text[ dutch ] = "Wilt u in plaats daarvan een query defini<6E>ren?";
Text[ french ] = "Voulez-vous g<>n<EFBFBD>rer une requ<71>te <20> la place ?";
Text[ spanish ] = "<22>Desea crear una consulta en su lugar?";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Haluatko luoda kyselyn?";
Text[ italian ] = "Volete avviare una ricerca?";
Text[ danish ] = "Do you want to create a view instead?";
Text[ swedish ] = "Vill du skapa en s<>kning i st<73>llet?";
Text[ polish ] = "Utworzy<7A> wzamian kwerend<6E>?";
Text[ portuguese_brazilian ] = "Do you want to create a view instead?";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "その代わりにクエリーを作成しますか。";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "대신 질의를 작성하겠습니까?";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "要改为生成一个查询?";
Text[ chinese_traditional ] = "改為要建立一個查詢?";
Text[ turkish ] = "Do you want to create a view instead?";
Text[ arabic ] = "Do you want to create a view instead?";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Voleu crear una consulta en el seu lloc?";
2001-04-24 13:28:56 +00:00
};
2001-02-14 13:54:12 +00:00
String STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE
{
Text = "Das angegebene Kriterium kann nicht mit diesem Feld verglichen werden!!";
Text [ ENGLISH ] = "The entered critisim can not be compared with this field!";
Text[ english_us ] = "The entered criterion cannot be compared with this field.";
Text[ portuguese ] = "Imposs<73>vel comparar o crit<69>rio indicado com este campo!";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ greek ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>!";
2001-02-14 13:54:12 +00:00
Text[ dutch ] = "Het aangegeven criterium kan niet worden vergeleken met dit veld!";
Text[ french ] = "Impossible de comparer le crit<69>re saisi avec ce champ !";
Text[ spanish ] = "<22>El criterio indicado no se puede comparar con este campo!";
2001-02-14 13:54:12 +00:00
Text[ italian ] = "Il criterio specificato non pu<70> essere paragonato a questo campo!";
Text[ danish ] = "Det angivne kriterium kan ikke sammenlignes med dette felt!";
Text[ swedish ] = "Det angivna kriteriet kan inte j<>mf<6D>ras med det h<>r f<>ltet!!";
Text[ polish ] = "Podanego kryterium nie mo<6D>na por<6F>wna<6E> z danym polem!!";
Text[ portuguese_brazilian ] = "The entered critisim can not be compared with this field!!";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "入力した検索条件はこのフィールドで比較できません。";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "지정한 기준을 이 필드와 비교할 수 없습니다!!";
Text[ chinese_simplified ] = "设定的条件无法与这个字段比较!";
Text[ chinese_traditional ] = "指定的條件無法和這個欄位相比較!";
2001-02-14 13:54:12 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>!!";
Text[ turkish ] = "Belirtilen <20>l<EFBFBD><6C>t, bu alan ile kar<61><72>la<6C>t<EFBFBD>r<EFBFBD>lamaz!!";
Text[ finnish ] = "Sy<53>tetty<74> ehtoa ei voi verrata t<>h<EFBFBD>n kentt<74><74>n.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "El criteri indicat no es pot comparar amb aquest camp!";
2001-02-14 13:54:12 +00:00
};
ErrorBox ERR_QRY_NOSTATEMENT
{
Message = "Es konnte keine Abfrage erstellt werden!" ;
Message [ ENGLISH ] = "No query could be created!" ;
Message[ english_us ] = "No query could be created.";
Message[ portuguese ] = "Foi imposs<73>vel criar a consulta.";
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!";
Message[ greek ] = "No query could be created!";
Message[ dutch ] = "Er kon geen query worden gemaakt!";
Message[ french ] = "Impossible de cr<63>er une requ<71>te !";
Message[ spanish ] = "<22>No se pudo crear ninguna consulta!";
Message[ italian ] = "Impossibile creare una ricerca!";
Message[ danish ] = "No query could be created!";
Message[ swedish ] = "Det gick inte att skapa en s<>kning!";
Message[ polish ] = "Utworzenie kwerendy nie powiod<6F>o si<73>!";
Message[ portuguese_brazilian ] = "No query could be created!";
2001-12-14 15:40:53 +00:00
Message[ japanese ] = "クエリーは作成できませんでした。";
2001-11-13 21:44:47 +00:00
Message[ korean ] = "질의를 작성하지 못했습니다!";
2001-08-08 09:50:09 +00:00
Message[ chinese_simplified ] = "无法建立任何查询!";
Message[ chinese_traditional ] = "無法建立查詢!";
Message[ turkish ] = "No query could be created!";
Message[ arabic ] = "No query could be created!";
2001-11-13 21:44:47 +00:00
Message[ finnish ] = "Kyselyn luonti ei onnistunut.";
2001-10-11 19:52:08 +00:00
Message[ catalan ] = "No s'ha pogut crear cap consulta!";
};
2001-02-06 07:12:35 +00:00
ErrorBox ERR_QRY_NOCRITERIA
{
Message = "Es konnte keine Abfrage erstellt werden, da keine Felder ausgew<65>hlt wurden!" ;
Message [ ENGLISH ] = "No query could be created because no fields were selected!" ;
Message[ english_us ] = "No query could be created because no fields were selected.";
Message[ portuguese ] = "N<>o h<> campos seleccionados e por esta raz<61>o foi imposs<73>vel criar a consulta.";
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!";
Message[ greek ] = "No query could be created because no fields were selected!";
Message[ dutch ] = "Er kon geen query worden gemaakt daar er geen velden werden geselecteerd!";
Message[ french ] = "Impossible de cr<63>er une requ<71>te car aucun champ n'a <20>t<EFBFBD> s<>lectionn<6E> !";
Message[ spanish ] = "<22>No se pudo crear ninguna consulta ya que no se ha seleccionado ning<6E>n campo!";
Message[ italian ] = "Impossibile creare una ricerca perch<63> non <20> stato selezionato un campo!";
Message[ danish ] = "No query could be created because no fields were selected!";
Message[ swedish ] = "Det gick inte att skapa en s<>kning eftersom inga f<>lt hade markerats!";
Message[ polish ] = "Utworzenie kwerendy nie powiod<6F>o si<73>, poniewa<77> nie wybrano <20>adnych p<>l!";
Message[ portuguese_brazilian ] = "No query could be created because no fields were selected!";
2001-12-14 15:40:53 +00:00
Message[ japanese ] = "フィールドが選択されてなかったので、クエリーは作成できませんでした。";
2001-11-13 21:44:47 +00:00
Message[ korean ] = "필드를 선택하지 않았으므로 질의를 작성하지 못했습니다!";
2001-08-08 09:50:09 +00:00
Message[ chinese_simplified ] = "因为没有选中任何字段而无法建立查询!";
Message[ chinese_traditional ] = "因為沒有選中任何欄位而無法建立查詢!";
Message[ turkish ] = "No query could be created because no fields were selected!";
Message[ arabic ] = "No query could be created because no fields were selected!";
2001-11-13 21:44:47 +00:00
Message[ finnish ] = "Kyselyn luonti ei onnistunut, koska kentti<74> ei valittu.";
2001-10-11 19:52:08 +00:00
Message[ catalan ] = "No s'ha pogut crear cap consulta perqu<71> no s'ha seleccionat cap camp!";
};
2001-02-06 07:12:35 +00:00
2001-04-24 13:28:56 +00:00
Menu RID_QUERY_DESIGN_MAIN_MENU
{
ItemList =
{
MenuItem
{
ITEM_FILE_PICKLIST
SubMenu = Menu
{
ItemList =
{
MenuItem
{
ITEM_FILE_NEWDOC
};
MenuItem
{
ITEM_FILE_OPENDOC
};
ITEM_FILE_AUTOPILOT
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
ITEM_FILE_CLOSEDOC
};
MenuItem
{
ITEM_FILE_SAVEDOCS //!!muss fuer andere geoeffnete Tasks drinbleiben
};
MenuItem
{
ITEM_FILE_SAVEDOC
};
MenuItem
{
ITEM_FILE_SAVEASDOC
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
ITEM_FILE_QUITAPP
2001-04-24 13:28:56 +00:00
};
};
};
};
MenuItem
{
Identifier = MN_EDIT ;
HelpID = MN_EDIT ;
Text = "~Bearbeiten" ;
Text [ English ] = "~Edit" ;
Text [ norwegian ] = "~Rediger" ;
Text [ italian ] = "~Modifica" ;
Text [ portuguese_brazilian ] = "~Editar" ;
Text [ portuguese ] = "~Editar" ;
Text [ finnish ] = "~Muokkaa" ;
2001-04-24 13:28:56 +00:00
Text [ danish ] = "~Rediger" ;
Text [ french ] = "~<7E>dition" ;
Text [ swedish ] = "R~edigera" ;
Text [ dutch ] = "Be~werken" ;
Text [ spanish ] = "~Editar" ;
Text [ english_us ] = "~Edit" ;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
Identifier = ID_BROWSER_UNDO ;
HelpId = SID_UNDO ;
Text = "R<>ckg<6B>ngig" ;
Text [ ENGLISH ] = "Undo" ;
Text[ english_us ] = "Undo";
Text[ portuguese ] = "Anular";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Ongedaan";
Text[ french ] = "Annuler";
Text[ spanish ] = "Deshacer";
Text[ italian ] = "Annulla";
Text[ danish ] = "Undo";
Text[ swedish ] = "<22>ngra";
Text[ polish ] = "Cofnij";
Text[ portuguese_brazilian ] = "Undo";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "元に戻す";
Text[ korean ] = "실행 취소";
Text[ chinese_simplified ] = "撤消命令";
Text[ chinese_traditional ] = "復原";
2001-04-24 13:28:56 +00:00
Text[ turkish ] = "Undo";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Peruuta";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Desf<73>s";
};
2001-04-24 13:28:56 +00:00
MenuItem
{
Identifier = ID_BROWSER_REDO ;
HelpId = SID_REDO ;
Text = "Wiederherstellen" ;
Text [ ENGLISH ] = "Redo" ;
Text[ english_us ] = "Redo";
Text[ portuguese ] = "Restaurar";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Herstellen";
Text[ french ] = "Restaurer";
Text[ spanish ] = "Restaurar";
Text[ italian ] = "Ripristina";
Text[ danish ] = "Redo";
Text[ swedish ] = "<22>terst<73>ll";
Text[ polish ] = "Przywr<77><72>";
Text[ portuguese_brazilian ] = "Redo";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "やり直し";
2001-11-13 21:44:47 +00:00
Text[ korean ] = "복원";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "恢复撤消命令";
Text[ chinese_traditional ] = "恢復撤消指令";
2001-04-24 13:28:56 +00:00
Text[ turkish ] = "Redo";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
2001-11-13 21:44:47 +00:00
Text[ finnish ] = "Toista ";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "Ref<65>s";
};
2001-04-24 13:28:56 +00:00
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
ITEM_EDIT_CUT
};
MenuItem
{
ITEM_EDIT_COPY
};
MenuItem
{
ITEM_EDIT_PASTE
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
MID_DBUI_QUERY_DISTINCT_VALUES
Command = ".uno:DB/DistinctValues";
};
MenuItem
{
MID_DBUI_BROWSER_ESACPEPROCESSING
Command = ".uno:DB/EsacpeProcessing";
};
MenuItem
{
MID_DBUI_CLEAR_QUERY
Command = ".uno:DB/ClearQuery";
};
MenuItem
{
MID_DBUI_QUERY_EXECUTE
Command = ".uno:DB/ExecuteQuery";
};
2001-04-24 13:28:56 +00:00
};
};
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "~Edytuj";
2001-08-08 09:50:09 +00:00
Text[ japanese ] = "編集(~E)";
Text[ chinese_simplified ] = "编辑(~E)";
Text[ chinese_traditional ] = "編輯(~E)";
2001-04-24 13:28:56 +00:00
Text[ arabic ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "편집(~E)";
2001-04-24 13:28:56 +00:00
Text[ turkish ] = "~D<>zenle";
Text[ language_user1 ] = " ";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "~Edita";
};
MenuItem
{
Identifier = MN_VIEW ;
HelpID = MN_VIEW ;
2002-02-27 09:28:20 +00:00
Text = "~Ansicht" ;
Text [ English ] = "~View" ;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
MID_DBUI_QUERY_VIEW_FUNCTIONS
Command = ".uno:DB/ViewFunctions";
};
MenuItem
{
MID_DBUI_QUERY_VIEW_TABLES
Command = ".uno:DB/ViewTables";
};
MenuItem
{
MID_DBUI_QUERY_VIEW_ALIASES
Command = ".uno:DB/ViewAliases";
};
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
MID_BROWSER_SQL
Command = ".uno:DB/ChangeDesignMode";
};
};
2001-04-24 13:28:56 +00:00
};
};
MenuItem
{
Identifier = MN_INSERT ;
HelpID = MN_INSERT ;
Text = "~Einf<6E>gen" ;
Text [ English ] = "~Insert" ;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
2002-04-02 05:35:01 +00:00
MID_DBUI_QUERY_ADD_JOIN
Command = ".uno:DB/AddRelation";
};
MenuItem
{
MID_DBUI_JOIN_ADD_TABLE
Command = ".uno:DB/AddTable";
};
};
};
};
2001-04-24 13:28:56 +00:00
MenuItem
{
Identifier = MN_EXTRA ;
HelpID = MN_EXTRA ;
Text = "E~xtras" ;
Text [ English ] = "T~ools" ;
Text [ norwegian ] = "Verk~t<>y" ;
Text [ italian ] = "~Strumenti" ;
Text [ portuguese_brazilian ] = "F~erramentas" ;
Text [ portuguese ] = "~Ferramentas" ;
Text [ finnish ] = "~Ty<54>kalut" ;
2001-04-24 13:28:56 +00:00
Text [ danish ] = "Fun~ktioner" ;
Text [ french ] = "~Outils" ;
Text [ swedish ] = "~Verktyg" ;
Text [ dutch ] = "E~xtra" ;
Text [ spanish ] = "~Herramientas" ;
Text [ english_us ] = "~Tools" ;
SubMenu = Menu
{
ItemList =
{
ITEM_DATASOURCE_ADMINISTRATION
MenuItem
{
Separator = TRUE ;
};
MenuItem
{
ITEM_TOOLS_BASICCHOOSER
};
ITEM_MN_OPTIONS
};
};
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ polish ] = "~Narz<72>dzia";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "ツール(~T)";
2001-08-08 09:50:09 +00:00
Text[ korean ] = "옵션(~T)";
Text[ chinese_simplified ] = "工具(~T)";
Text[ chinese_traditional ] = "工具(~T)";
2001-04-24 13:28:56 +00:00
Text[ arabic ] = "<22>~<7E><><EFBFBD><EFBFBD>";
Text[ turkish ] = "~Ara<72>lar";
Text[ language_user1 ] = " ";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "~Eines";
2001-04-24 13:28:56 +00:00
};
GLOBLMN_WINMN
{
ITEM_WINDOW_MDIWINDOWLIST
SubMenu = Menu { ItemList = { }; };
};
ITEM_HELP_MENU
2001-04-24 13:28:56 +00:00
};
};
2001-02-05 08:26:47 +00:00
String STR_DATASOURCE_DELETED
{
Text = "Die zugeh<65>rige Datenquelle wurde gel<65>scht. Es k<>nnen keine dies bez<65>glichen Daten gespeichert werden.";
Text [ ENGLISH ] = "The datasource was deleted. It is not possible to save datasource relevant data.";
Text[ english_us ] = "The corresponding data source has been deleted. Therefore, data relevant to that data source cannot be saved.";
Text[ portuguese ] = "Imposs<73>vel guardar os dados: a fonte de dados correspondente foi eliminada.";
2001-10-25 19:30:01 +00:00
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
2001-07-24 19:25:50 +00:00
Text[ greek ] = "The datasource was deleted. It is not possible to save datasource relevant data.";
Text[ dutch ] = "De bijbehorende gegevensbron werd gewist. De desbetreffende gegevens kunnen niet worden opgeslagen.";
Text[ french ] = "Impossible d'enregistrer les donn<6E>es : la source de donn<6E>es correspondante a <20>t<EFBFBD> supprim<69>e.";
Text[ spanish ] = "Se ha eliminado la fuente de datos. No se pueden guardar datos correspondientes a ella.";
Text[ finnish ] = "The datasource was deleted. It is not possible to save datasource relevant data.";
2001-07-26 21:25:41 +00:00
Text[ italian ] = "La sorgente dati <20> stata eliminata. Impossibile salvare i dati corrispondenti.";
2001-07-24 19:25:50 +00:00
Text[ danish ] = "The datasource was deleted. It is not possible to save datasource relevant data.";
2001-10-02 06:39:43 +00:00
Text[ swedish ] = "Den tillh<6C>rande datak<61>llan har raderats. Det g<>r inte att spara n<>gra data som refererar till den.";
2001-07-24 19:25:50 +00:00
Text[ polish ] = "Przynale<6C>ne <20>r<EFBFBD>d<EFBFBD>o danych zosta<74>o usuni<6E>te. Zapisanie dotycz<63>cych go danych nie jest mo<6D>liwe.";
Text[ portuguese_brazilian ] = "The datasource was deleted. It is not possible to save datasource relevant data.";
2001-12-14 15:40:53 +00:00
Text[ japanese ] = "従属するデータソースが削除されています。これに関連するデータは保存できません。";
Text[ korean ] = "해당하는 데이터 소스가 삭제되었습니다. 데이터 소스의 관련 데이터를 저장할 수 없습니다.";
2001-08-08 09:50:09 +00:00
Text[ chinese_simplified ] = "这个数据库已经被删除。因此无法保存任何相关数据。";
Text[ chinese_traditional ] = "這個資料源已經被刪除。因此無法儲存任何資料。";
2001-07-24 19:25:50 +00:00
Text[ turkish ] = "The datasource was deleted. It is not possible to save datasource relevant data.";
Text[ arabic ] = "The datasource was deleted. It is not possible to save datasource relevant data.";
2001-10-11 19:52:08 +00:00
Text[ catalan ] = "La font de les dades s'ha borrat. No <20>s possible desar dades rellevants sobre ella.";
};
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
{
2002-05-06 09:20:11 +00:00
Text = "Die Spalte '$name$' ist unbekannt!";
Text [ ENGLISH ] = "The column '$name$' is unknown!";
2002-04-02 05:35:01 +00:00
};
2001-07-20 19:26:55 +00:00
2002-04-02 05:35:01 +00:00
String STR_ERR_LIKE_COLUMN
{
Text = "Der WIE Konstrukt ist falsch. Auf der linken Seite mu<6D> ein Spaltenname stehen.";
Text [ ENGLISH ] = "The LIKE construct is wrong. On the left side must be a column name.";
};
2001-11-13 21:44:47 +00:00
2002-05-06 09:20:11 +00:00
String STR_QRY_JOIN_COLUMN_COMPARE
{
Text = "Spalten d<>rfen nur mit '=' verglichen werden!";
Text [ ENGLISH ] = "Columns can only be compared with the equal sign '=' .";
};
String STR_QRY_LIKE_LEFT_NO_COLUMN
{
Text = "Links eines 'WIE' Ausdrucks darf nur ein Spaltename stehen.";
Text [ ENGLISH ] = "On the left side of a 'LIKE' statement only a column name is allowed.";
};
String STR_QRY_CHECK_CASESENSITIVE
{
Text = "Bitte <20>berpr<70>fen Sie die Gross- und Kleinschreibung.";
Text [ ENGLISH ] = "Please check if you are using the correct case.";
};
2001-12-14 15:40:53 +00:00