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

1452 lines
59 KiB
Plaintext
Raw Normal View History

2000-10-26 13:46:14 +00:00
/*************************************************************************
*
* $RCSfile: sbabrw.src,v $
*
* $Revision: 1.56 $
2000-10-26 13:46:14 +00:00
*
* last change: $Author: kz $ $Date: 2001-09-06 20:18:32 $
2000-10-26 13:46:14 +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 _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
2000-10-26 13:46:14 +00:00
#ifndef _DBU_RESOURCE_HRC_
#include "dbu_resource.hrc"
#endif
#ifndef DBACCESS_UI_BROWSER_ID_HXX
#include "browserids.hxx"
#endif
// #include <sfx2/sfx.hrc>
#include <svx/globlmn.hrc>
2001-02-05 08:20:07 +00:00
#ifndef DBAUI_TOOLBOX_HXX
#include "toolbox.hrc"
#endif
2000-10-26 13:46:14 +00:00
#define IL_TOOL \
MaskColor = Color {\
Red = 0xC000;\
Green = 0xC000;\
Blue = 0xC000;\
};\
\
IdList = {\
ID_BROWSER_EXPLORER;\
2000-10-26 13:46:14 +00:00
ID_BROWSER_SEARCH;\
ID_BROWSER_REFRESH;\
ID_BROWSER_SORTUP;\
ID_BROWSER_SORTDOWN;\
ID_BROWSER_ORDERCRIT;\
ID_BROWSER_FILTERCRIT;\
ID_BROWSER_AUTOFILTER;\
ID_BROWSER_COUNTALL;\
ID_BROWSER_INSERTCOLUMNS;\
ID_BROWSER_INSERTCONTENT;\
ID_BROWSER_FORMLETTER;\
2000-10-26 13:46:14 +00:00
ID_BROWSER_SQL;\
ID_BROWSER_ADDTABLE;\
ID_BROWSER_DESIGN;\
ID_BROWSER_REMOVEFILTER;\
ID_BROWSER_UNDO;\
ID_BROWSER_SAVEDOC;\
ID_BROWSER_EDITDOC;\
ID_BROWSER_CUT;\
ID_BROWSER_COPY;\
ID_BROWSER_PASTE;\
2001-01-09 14:45:44 +00:00
SID_WIN_FULLSCREEN;\
SID_NEWDOC;\
SID_PRINTDOCDIRECT;\
ID_BROWSER_REDO;\
2000-10-26 13:46:14 +00:00
ID_BROWSER_FILTERED;\
2001-01-09 14:45:44 +00:00
ID_BROWSER_QUERY_EXECUTE;\
ID_BROWSER_CLEAR_QUERY;\
ID_BROWSER_QUERY_VIEW_FUNCTIONS;\
ID_BROWSER_QUERY_VIEW_TABLES;\
ID_BROWSER_QUERY_VIEW_ALIASES;\
ID_BROWSER_QUERY_DISTINCT_VALUES;\
ID_BROWSER_CLOSE;\
ID_BROWSER_ESACPEPROCESSING;\
2001-01-11 08:19:40 +00:00
ID_BROWSER_SAVEASDOC;\
2001-02-05 08:20:07 +00:00
ID_QUERY_ZOOM_IN;\
ID_QUERY_ZOOM_OUT;\
2001-02-28 09:01:54 +00:00
ID_REALTION_ADD_RELATION;\
SID_INDEXDESIGN; \
ID_BROWSER_DOCUMENT_DATASOURCE;\
2000-10-26 13:46:14 +00:00
};\
IdCount = {\
41;\
2000-10-26 13:46:14 +00:00
}
// Default Image-Liste ----------------------------------------------------------------
ImageList RID_DEFAULTIMAGELIST_SC
{
ImageBitmap = Bitmap
{
File = "scqrtl.bmp";
};
IL_TOOL ;
};
ImageList RID_DEFAULTIMAGELIST_LC
{
ImageBitmap = Bitmap
{
File = "lcqrtl.bmp" ;
};
IL_TOOL ;
};
// Toolbox----------------------------------------------------------------------------
// HelpIds duerfen nur in dieser Form angegeben werden,
// ansonsten k<>nnen keine langnamen erzeugt werden
ToolBox RID_BRW_QRY_TOOLBOX
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 3 , 1 ) ;
Size = MAP_APPFONT ( 200 , 14 ) ;
OutputSize = TRUE ;
Align = BOXALIGN_TOP ;
HideWhenDeactivate = TRUE ;
ItemImageList = RID_DEFAULTIMAGELIST_SC ;
2000-12-01 10:51:05 +00:00
HelpId = HID_TLB_TABBROWSER ;
2000-10-26 13:46:14 +00:00
ItemList =
{
CUR_ITEM
{
MID_BROWSER_EXPLORER
HelpId = SID_DSBROWSER_EXPLORER ;
};
CUR_SEPARATOR ;
CUR_ITEM
2000-10-26 13:46:14 +00:00
{
MID_FM_SEARCH
HelpId = SID_FM_SEARCH ;
2000-10-26 13:46:14 +00:00
};
CUR_SEPARATOR ;
CUR_ITEM
{
MID_SBA_QRY_SORTUP
HelpId = SID_FM_SORTUP ;
2000-10-26 13:46:14 +00:00
};
CUR_ITEM
{
MID_SBA_QRY_SORTDOWN
HelpId = SID_FM_SORTDOWN ;
2000-10-26 13:46:14 +00:00
};
CUR_ITEM
{
MID_SBA_QRY_AUTOFILTER
HelpId = SID_FM_AUTOFILTER ;
2000-10-26 13:46:14 +00:00
};
CUR_SEPARATOR ;
CUR_ITEM
{
MID_SBA_QRY_FILTERCRIT
HelpId = SID_FM_FILTERCRIT ;
2000-10-26 13:46:14 +00:00
};
CUR_ITEM
{
MID_SBA_QRY_ORDERCRIT
HelpId = SID_FM_ORDERCRIT ;
2000-10-26 13:46:14 +00:00
};
CUR_ITEM
{
MID_SBA_QRY_REMOVEFILTER
HelpId = SID_FM_REMOVE_FILTER_SORT ;
2000-10-26 13:46:14 +00:00
};
CUR_ITEM
{
MID_SBA_BROWSER_FILTERED
HelpId = SID_FM_FORM_FILTERED ;
2000-10-26 13:46:14 +00:00
};
CUR_SEPARATOR ;
CUR_ITEM
{
MID_SBA_QRY_REFRESH
HelpId = SID_FM_REFRESH ;
2001-08-16 09:40:25 +00:00
DropDown = TRUE ;
2000-10-26 13:46:14 +00:00
};
CUR_SEPARATOR ;
CUR_ITEM
{
MID_SBA_QRY_EDIT
HelpId = SID_EDITDOC ;
};
CUR_ITEM
{
MID_SBA_QRY_SAVE
HelpID = ID_BROWSER_SAVEDOC ;
};
CUR_ITEM
{
MID_SBA_QRY_UNDO
HelpId = SID_UNDO ;
};
CUR_SEPARATOR ;
CUR_ITEM
{
MID_SBA_QRY_CUT
HelpId = SID_CUT ;
};
CUR_ITEM
{
MID_SBA_QRY_COPY
HelpId = SID_COPY ;
};
CUR_ITEM
{
MID_SBA_QRY_PASTE
HelpId = SID_PASTE ;
};
CUR_SEPARATOR ;
CUR_ITEM
2000-10-26 13:46:14 +00:00
{
MID_BROWSER_INSERTCOLUMNS
HelpId = SID_SBA_BRW_INSERT ;
2000-10-26 13:46:14 +00:00
};
CUR_ITEM
{
MID_BROWSER_INSERTCONTENT
HelpId = SID_SBA_BRW_UPDATE ;
2000-10-26 13:46:14 +00:00
};
CUR_ITEM
{
MID_BROWSER_FORMLETTER
HelpId = SID_SBA_BRW_MERGE ;
2000-10-26 13:46:14 +00:00
};
2001-01-09 14:45:44 +00:00
CUR_ITEM
{
MID_BROWSER_DOCUMENT_DATASOURCE
HelpId = SID_DOCUMENT_DATA_SOURCE;
};
CUR_ITEM
2001-01-09 14:45:44 +00:00
{
Identifier = ID_BROWSER_CLOSE ;
HelpId = SID_CLOSEDOC ;
2001-01-09 14:45:44 +00:00
Hide = TRUE;
2001-01-10 07:41:11 +00:00
Text = "Schlie<69>en" ;
Text [ ENGLISH ] = "Close" ;
Text[ english_us ] = "Close";
Text[ portuguese ] = "Fechar";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Sluiten";
Text[ french ] = "Fermer";
Text[ spanish ] = "Cerrar";
Text[ italian ] = "Chiudi";
Text[ danish ] = "Close";
Text[ swedish ] = "St<53>ng";
Text[ polish ] = "Zamknij";
Text[ portuguese_brazilian ] = "Close";
Text[ japanese ] = "閉じる";
Text[ korean ] = "닫기";
Text[ chinese_simplified ] = "关闭";
Text[ chinese_traditional ] = "關閉";
Text[ turkish ] = "Close";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Sulje";
Text[ catalan ] = "Cerrar";
};
2000-10-26 13:46:14 +00:00
};
};
String RID_STR_LOADING_DATASOURCE
{
Text = "Daten laden";
Text [ ENGLISH ] = "load data";
Text[ english_us ] = "Load data";
Text[ portuguese ] = "Carregar dados";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Gegevens laden";
Text[ french ] = "Charger les donn<6E>es";
Text[ spanish ] = "Cargar datos";
Text[ swedish ] = "Ladda data";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ italian ] = "Carica dati";
Text[ danish ] = "Indl<64>s data";
Text[ polish ] = "<22>aduj dane";
2000-10-26 13:46:14 +00:00
Text[ portuguese_brazilian ] = "load data";
Text[ japanese ] = "データの読み込み";
Text[ korean ] = "데이터 로드";
Text[ chinese_simplified ] = "下载数据";
Text[ chinese_traditional ] = "下載資料";
2000-10-26 13:46:14 +00:00
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Verileri y<>kle";
Text[ finnish ] = "Lataa tiedot";
Text[ catalan ] = "Cargar datos";
2000-10-26 13:46:14 +00:00
};
QueryBox QUERY_BRW_SAVEMODIFIED
{
Buttons = WB_YES_NO_CANCEL ;
DefButton = WB_DEF_YES ;
/* ### ACHTUNG: Neuer Text in Resource? Soll der ge<67>nderte Datensatz gespeichert werden? : Soll der ge<67>nderte Datensatz gespeichert werden? */
Message = "Der aktuelle Datensatz wurde ge<67>ndert.\nSollen die <20>nderungen gespeichert werden?" ;
Message [ English ] = "The current row has been modified.\nDo you want to save your changes?" ;
Message [ english_us ] = "The current record has been changed.\nDo you want to save the changes?" ;
Message[ portuguese ] = "O registo de dados activo foi modificado.\nGuardar as modifica<63><61>es?";
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?";
2000-10-26 13:46:14 +00:00
Message[ dutch ] = "De actuele record werd gewijzigd.\nWilt u de wijzigingen opslaan?";
Message[ french ] = "L'enregistrement actif a <20>t<EFBFBD> modifi<66>.\nVoulez-vous enregistrer les modifications ?";
2000-10-26 13:46:14 +00:00
Message[ spanish ] = "El registro actual ha sido modificado.\n<>Desea guardar las modificaciones?";
Message[ italian ] = "Il record di dati attuale <20> stato modificato.\nVolete salvare le modifiche?";
Message[ danish ] = "Den aktuelle datapost er blevet <20>ndret.\nSkal <20>ndringerne gemmes?";
Message[ swedish ] = "Den aktuella dataposten har <20>ndrats.\nSka <20>ndringarna sparas?";
Message[ polish ] = "Aktualny rekord zosta<74> zmodyfikowany.\nCzy zapisa<73> zmodyfikowane dane?";
Message[ portuguese_brazilian ] = "Soll der ge?nderter Datensatz gespeichert werden?";
Message[ japanese ] = "現在のレコードは変更されています。\n変更を保存しますか。";
Message[ chinese_simplified ] = "数据条目已经被更改。\n您要存盘更改后的数据记录吗";
Message[ chinese_traditional ] = "當前的資料已經變更。要儲存變更的資料條目?";
2000-10-26 13:46:14 +00:00
Message[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n<><6E> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Message[ dutch ] = "De actuele record werd gewijzigd.\nWilt u de wijzigingen opslaan?";
Message[ chinese_simplified ] = "数据条目已经被更改。\n您要存盘更改后的数据记录吗";
2000-10-26 13:46:14 +00:00
Message[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.\n<><6E> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
Message[ korean ] = "현재의 데이터 레코드가 변경되었습니다.\n 변경사항을 저장하시겠습니까?";
2000-10-26 13:46:14 +00:00
Message[ turkish ] = "G<>ncel veri k<>mesi de<64>i<EFBFBD>tirildi.\nDe<44>i<EFBFBD>iklikler saklans<6E>n m<>?";
Message[ language_user1 ] = " ";
Message[ finnish ] = "Nykyist<73> tietuetta on muutettu.\nHaluatko tallentaa muutokset?";
Message[ catalan ] = "El registro actual ha sido modificado.\n<>Desea guardar las modificaciones?";
2000-10-26 13:46:14 +00:00
};
2000-11-15 13:49:06 +00:00
QueryBox QUERY_BRW_DELETE_ROWS
{
Buttons = WB_YES_NO ;
/* ### ACHTUNG: Neuer Text in Resource? Sollen die selektierten Daten gel<65>scht werden? : Sollen die selektierten Daten gel<65>scht werden? */
Message = "Sollen die selektierten Daten gel<65>scht werden?" ;
Message [ English ] = "Delete selected row(s)." ;
2000-12-01 07:08:42 +00:00
Message [ portuguese ] = "Eliminar os dados seleccionados?" ;
2000-11-15 13:49:06 +00:00
Message [ english_us ] = "Do you want to delete the selected data?" ;
Message [ portuguese_brazilian ] = "Sollen die selektierten Daten gel?cht werden?" ;
Message [ swedish ] = "Skall de markerade data raderas?" ;
2000-11-15 13:49:06 +00:00
Message [ danish ] = "Skal de udvalgte data slettes?" ;
Message [ italian ] = "Eliminare i dati selezionati?" ;
Message [ spanish ] = "<22>Desea eliminar los datos seleccionados?" ;
Message [ french ] = "Voulez-vous supprimer les donn<6E>es s<>lectionn<6E>es ?" ;
Message [ dutch ] = "Wilt u de geselecteerde gegevens verwijderen?" ;
Message[ chinese_simplified ] = "您要删除选中的数据吗?";
2000-11-15 13:49:06 +00:00
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?";
2000-12-01 07:08:42 +00:00
Message[ polish ] = "Usun<75><6E> zaznaczone dane?";
Message[ japanese ] = "選択したデータを削除しますか。";
Message[ chinese_traditional ] = "您要刪除選中的資料﹖";
2000-11-15 13:49:06 +00:00
Message[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɿ";
Message[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
Message[ korean ] = "선택된 데이터를 삭제하시겠습니까?";
2000-11-15 13:49:06 +00:00
Message[ turkish ] = "Se<53>ilen veriler silinsin mi?";
Message[ language_user1 ] = " ";
Message[ finnish ] = "Haluatko palauttaa poistaa valitut tiedot?";
Message[ catalan ] = "<22>Desea eliminar los datos seleccionados?";
2000-11-15 13:49:06 +00:00
};
2000-10-26 13:46:14 +00:00
String RID_STR_DATABROWSER_FILTERED
{
Text = "(gefiltert)" ;
Text [ English ] = "(filtered)" ;
Text [ english_us ] = "(filtered)" ;
Text[ italian ] = "(filtrato)";
Text[ portuguese_brazilian ] = "(filtered)";
Text[ portuguese ] = "(filtrado)";
Text[ danish ] = "(filtreret)";
Text[ french ] = "(filtr<74>)";
Text[ swedish ] = "(filtrerad)";
Text[ dutch ] = "(gefilterd)";
Text[ spanish ] = "(filtrado)";
Text[ chinese_simplified ] = "(已经筛选)";
2000-10-26 13:46:14 +00:00
Text[ russian ] = "(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
Text[ polish ] = "(przefiltrowane)";
Text[ japanese ] = "(フィルタ済み)";
Text[ chinese_traditional ] = "(已經篩選)";
2000-10-26 13:46:14 +00:00
Text[ arabic ] = "(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
Text[ dutch ] = "(gefilterd)";
Text[ chinese_simplified ] = "(已经筛选)";
2000-10-26 13:46:14 +00:00
Text[ greek ] = "(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
Text[ korean ] = "(필터됨)";
2000-10-26 13:46:14 +00:00
Text[ turkish ] = "(filtrelenmi<6D>)";
Text[ language_user1 ] = " ";
Text[ finnish ] = "(suodatettu)";
Text[ catalan ] = "(filtrado)";
2000-10-26 13:46:14 +00:00
};
String SBA_BROWSER_SETTING_ORDER
{
Text = "Fehler beim Setzen der Sortier-Kriterien";
Text [ english ] = "error setting the sort criteria";
Text [ english_us ] = "Error setting the sort criteria";
Text[ portuguese ] = "Erro ao definir crit<69>rios de ordem";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Fout bij instellen van sorteercriteria";
2000-10-26 13:46:14 +00:00
Text[ french ] = "Erreur de d<>finition des crit<69>res de tri";
Text[ spanish ] = "Error al definir los criterios de ordenaci<63>n";
Text[ italian ] = "Errore nell'impostare i criteri";
Text[ danish ] = "Fejl ved definition af sorteringskriterierne";
Text[ swedish ] = "Fel vid definition av sorteringskriterier";
2000-10-26 13:46:14 +00:00
Text[ polish ] = "B<><42>d podczas osadzania kryteri<72>w sortowania";
Text[ portuguese_brazilian ] = "error setting the sort criteria";
Text[ japanese ] = "並べ替え条件の設定時のエラー";
Text[ korean ] = "정렬기준 설정시에 오류";
Text[ chinese_simplified ] = "在设定排序条件时发生错误";
Text[ chinese_traditional ] = "設定編排條件時發生一個錯誤";
2000-10-26 13:46:14 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "S<>ralama <20>l<EFBFBD><6C>tlerinin ayarlanmas<61>nda hata";
Text[ finnish ] = "Virhe lajitteluj<75>rjestyksen m<><6D>rityksess<73>";
Text[ catalan ] = "Error al definir los criterios de ordenaci<63>n";
2000-10-26 13:46:14 +00:00
};
String SBA_BROWSER_SETTING_FILTER
{
Text = "Fehler beim Setzen der Filter-Kriterien";
Text [ english ] = "error setting the filter criteria";
Text [ english_us ] = "Error setting the filter criteria";
Text[ portuguese ] = "Erro ao definir crit<69>rios dos filtros";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Fout bij instellen van filtercriteria";
2000-10-26 13:46:14 +00:00
Text[ french ] = "Erreur de d<>finition des crit<69>res de filtre";
Text[ spanish ] = "Error al definir los criterios de filtro";
Text[ italian ] = "Errore nell'impostare i criteri del filtro";
2000-10-26 13:46:14 +00:00
Text[ danish ] = "Fejl ved definition af filterkriterierne";
Text[ swedish ] = "Fel vid definition av filterkriterier";
2000-10-26 13:46:14 +00:00
Text[ polish ] = "B<><42>d podczas osadzania kryteri<72>w filtra";
Text[ portuguese_brazilian ] = "error setting the filter criteria";
Text[ japanese ] = "フィルタ条件の設定時のエラー";
Text[ korean ] = "필터기준 설정시에 오류";
Text[ chinese_simplified ] = "在设定筛选条件时发生错误";
Text[ chinese_traditional ] = "設定篩選條件時發生一個錯誤";
2000-10-26 13:46:14 +00:00
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Filtre <20>l<EFBFBD><6C>tlerinin ayarlanmas<61>nda hata";
Text[ finnish ] = "Virhe suodatinehtojen m<><6D>rityksess<73>";
Text[ catalan ] = "Error al definir los criterios de filtro";
2000-10-26 13:46:14 +00:00
};
String RID_STR_CONNECTION_LOST
{
Text = "Vebindung verloren";
Text [ english ] = "connection lost";
Text [ english_us ] = "Connection lost";
Text[ portuguese ] = "Liga<67><61>o interrompida";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
2000-12-08 16:53:17 +00:00
Text[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2000-10-26 13:46:14 +00:00
Text[ dutch ] = "Verbinding verbroken";
Text[ french ] = "Connexion perdue";
2000-10-26 13:46:14 +00:00
Text[ spanish ] = "Se perdi<64> la conexi<78>n";
Text[ italian ] = "Il collegamento <20> stato interrotto";
Text[ danish ] = "Tabt forbindelse";
Text[ swedish ] = "Bruten f<>rbindelse";
Text[ polish ] = "Brak po<70><6F>czenia";
Text[ portuguese_brazilian ] = "connection lost";
Text[ japanese ] = "接続は切断されました";
Text[ korean ] = "연결 상실";
Text[ chinese_simplified ] = "失去连接";
Text[ chinese_traditional ] = "連線已經中斷";
2000-10-26 13:46:14 +00:00
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ turkish ] = "Ba<42>lant<6E> koptu";
Text[ finnish ] = "Yhteys menetetty";
Text[ catalan ] = "Se perdi<64> la conexi<78>n";
2000-10-26 13:46:14 +00:00
};
Image QUERYFOLDER_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx03201.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image QUERY_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx03202.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image BOOKMARKFOLDER_TREE_ICON
{
ImageBitmap = Bitmap { File = "bookmarkcontainer_sx.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image BOOKMARK_TREE_ICON
{
ImageBitmap = Bitmap { File = "bookmark_sx.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
String RID_STR_QUERIES_CONTAINER
{
Text = "Abfragen";
Text [ english ] = "Queries";
Text [ english_us ] = "Queries";
Text[ portuguese ] = "Consultas";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Query's";
Text[ french ] = "Requ<71>tes";
Text[ spanish ] = "Consultas";
Text[ italian ] = "Ricerche";
Text[ danish ] = "Queries";
Text[ swedish ] = "S<>kningar";
Text[ polish ] = "Kwerendy";
Text[ portuguese_brazilian ] = "Queries";
Text[ japanese ] = "クエリー";
Text[ korean ] = "질의";
Text[ chinese_simplified ] = "查询";
Text[ chinese_traditional ] = "查詢";
Text[ turkish ] = "Queries";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Abfragen";
Text[ catalan ] = "Consultas";
};
String RID_STR_TABLES_CONTAINER
{
Text = "Tabellen";
Text [ english ] = "Tables";
Text [ english_us ] = "Tables";
Text[ portuguese ] = "Tabelas";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Tabellen";
Text[ french ] = "Tables";
Text[ spanish ] = "Tablas";
Text[ italian ] = "Tabelle";
Text[ danish ] = "Tables";
Text[ swedish ] = "Tabeller";
Text[ polish ] = "Tabele";
Text[ portuguese_brazilian ] = "Tables";
Text[ japanese ] = "テーブル";
Text[ korean ] = "테이블";
Text[ chinese_simplified ] = "表格";
Text[ chinese_traditional ] = "表格";
Text[ turkish ] = "Tables";
Text[ arabic ] = "Tables";
Text[ finnish ] = "Laskentataulukot";
Text[ catalan ] = "Tablas";
};
2000-10-26 13:46:14 +00:00
String RID_STR_BOOKMARKS_CONTAINER
{
Text = "Verkn<6B>pfungen";
Text [ english ] = "Bookmarks";
Text [ english_us ] = "Links";
Text[ portuguese ] = "Liga<67><61>es";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-01 18:29:56 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Koppelingen";
Text[ french ] = "Liens";
Text[ spanish ] = "V<>nculos";
Text[ finnish ] = "Linkit";
2001-06-01 18:29:56 +00:00
Text[ italian ] = "Collegamenti";
Text[ danish ] = "Bookmarks";
Text[ swedish ] = "L<>nkar";
Text[ polish ] = "<22><>cza";
Text[ portuguese_brazilian ] = "Bookmarks";
Text[ japanese ] = "リンク";
Text[ korean ] = "링크";
Text[ chinese_simplified ] = "链接";
Text[ chinese_traditional ] = "捷徑";
Text[ turkish ] = "Bookmarks";
Text[ arabic ] = "Bookmarks";
Text[ catalan ] = "Bookmarks";
};
#define MID_ADMINISTRATE \
Identifier = ID_TREE_ADMINISTRATE ; \
HelpId = HID_BROWSER_DSADMINISTRATE ; \
Text = "~Datenquellen verwalten ..." ; \
Text [ english ] = "administrate ~data sources ..." ; \
Text [ english_us ] = "Administrate ~Data Sources..." ; \
Text[ portuguese ] = "A~dministrar fontes de dados..."; \
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>..."; \
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>..."; \
Text[ dutch ] = "~gegevensbronnen beheren..."; \
Text[ french ] = "G<>rer les sources de ~donn<6E>es..."; \
Text[ spanish ] = "A~dministrar fuentes de datos..."; \
Text[ italian ] = "Amministra ~sorgente dati..."; \
Text[ danish ] = "administrate ~data sources ..."; \
Text[ swedish ] = "Administrera ~datak<61>llor..."; \
Text[ polish ] = "~Administracja <20>r<EFBFBD>de<64> danych..."; \
Text[ portuguese_brazilian ] = "administrate ~data sources ..."; \
Text[ japanese ] = "データソースの管理(~D)..."; \
Text[ korean ] = "데이터 소스 관리(~D)..."; \
Text[ chinese_simplified ] = "管理数据源(~D)..."; \
Text[ chinese_traditional ] = "管理資料源(~D)..."; \
Text[ turkish ] = "administrate ~data sources ..."; \
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>..."; \
Text[ finnish ] = "~Datenquellen verwalten ..."; \
Text[ catalan ] = "Administrate ~Data Sources..."; \
Text[ catalan ] = "Administrate ~Data Sources...";
2001-06-19 09:57:12 +00:00
#define MID_DIRECT_SQL \
Identifier = ID_DIRECT_SQL ; \
HelpId = HID_DSBROWSER_DIRECTSQL ; \
Text = "SQL..." ; \
Text [ english ] = "SQL..." ; \
2001-06-29 01:08:15 +00:00
Text [ english_us ] = "SQL..." ; \
Text[ portuguese ] = "SQL..."; \
Text[ russian ] = "SQL..."; \
Text[ greek ] = "SQL..."; \
Text[ dutch ] = "SQL..."; \
Text[ french ] = "SQL..."; \
Text[ spanish ] = "SQL..."; \
Text[ finnish ] = "SQL..."; \
Text[ italian ] = "SQL..."; \
Text[ danish ] = "SQL..."; \
Text[ swedish ] = "SQL..."; \
Text[ polish ] = "SQL..."; \
Text[ portuguese_brazilian ] = "SQL..."; \
Text[ japanese ] = "SQL..."; \
Text[ korean ] = "SQL..."; \
Text[ chinese_simplified ] = "SQL..."; \
Text[ chinese_traditional ] = "SQL..."; \
Text[ turkish ] = "SQL..."; \
Text[ arabic ] = "SQL..."; \
Text[ catalan ] = "SQL...";
2001-06-19 09:57:12 +00:00
#define MID_CLOSECONN \
Identifier = ID_TREE_CLOSE_CONN ; \
HelpId = HID_BROWSER_CLOSECONN ; \
Text = "Verbindung s~chlie<69>en" ; \
Text [ english ] = "~close connection" ; \
Text [ english_us ] = "Disco~nnect" ; \
Text[ portuguese ] = "~Desligar"; \
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E>"; \
Text[ dutch ] = "~Verbinding verbreken"; \
Text[ french ] = "D<>~connecter"; \
Text[ spanish ] = "Cerrar cone~xi<78>n"; \
Text[ italian ] = "C~hiudi collegamento"; \
Text[ danish ] = "~close connection"; \
Text[ swedish ] = "St<53>n~g f<>rbindelse"; \
Text[ polish ] = "~Roz<6F><7A>cz"; \
Text[ portuguese_brazilian ] = "~close connection"; \
Text[ japanese ] = "接続を閉じる(~N)"; \
Text[ korean ] = "연결 종료(~N)"; \
Text[ chinese_simplified ] = "结束连接(~N)"; \
Text[ chinese_traditional ] = "結束連線(~N)"; \
Text[ turkish ] = "~close connection"; \
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
Text[ finnish ] = "Verbindung s~chlie<69>en"; \
Text[ catalan ] = "Disco~nnect"; \
Text[ catalan ] = "Disco~nnect";
#define MID_REFRESHCONN \
Identifier = ID_TREE_REBUILD_CONN ; \
HelpId = HID_BROWSER_REFRESHCONN ; \
Text = "Verbindung e~rneuern" ; \
Text [ english ] = "~refresh connection" ; \
Text [ english_us ] = "~Refresh Connection" ; \
Text[ portuguese ] = "~Actualizar liga<67><61>o"; \
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
Text[ dutch ] = "~opnieuw verbinden"; \
Text[ french ] = "~R<>tablir la connexion"; \
Text[ spanish ] = "Actualizar cone~xi<78>n"; \
Text[ italian ] = "Ag~giorna collegamento"; \
Text[ danish ] = "~refresh connection"; \
Text[ swedish ] = "F<>~rnya f<>rbindelse"; \
Text[ polish ] = "~Odtw<74>rz po<70><6F>czenie"; \
Text[ portuguese_brazilian ] = "~refresh connection"; \
Text[ japanese ] = "接続を更新(~R)"; \
Text[ korean ] = "새로 연결(~R)"; \
Text[ chinese_simplified ] = "重新连接(~R)"; \
Text[ chinese_traditional ] = "重新連線(~R)"; \
Text[ turkish ] = "~refresh connection"; \
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"; \
Text[ finnish ] = "Verbindung e~rneuern"; \
Text[ catalan ] = "~Refresh Connection"; \
Text[ catalan ] = "~Refresh Connection";
#define MITEMS_DEFAULT \
MenuItem \
{ \
MID_ADMINISTRATE \
}; \
MenuItem \
2001-06-19 09:57:12 +00:00
{ \
Separator = TRUE; \
}; \
MenuItem \
{ \
MID_DIRECT_SQL \
}; \
MenuItem \
{ \
MID_CLOSECONN \
}; \
MenuItem \
{ \
MID_REFRESHCONN \
}; \
MenuItem \
{ \
Separator = TRUE; \
};
Menu MENU_BROWSER_DEFAULTCONTEXT
{
ItemList =
{
MITEMS_DEFAULT
};
};
Menu MENU_BROWSER_BOOKMARKCONTEXT
{
ItemList =
{
MITEMS_DEFAULT
MenuItem
{
MID_LINK_NEW
};
MenuItem
{
MID_LINK_EDIT
};
MenuItem
{
MID_LINK_DROP
};
2001-01-09 14:45:44 +00:00
MenuItem
{
Separator = TRUE;
};
MenuItem
{
MID_DOCUMENT_OPEN
};
MenuItem
{
MID_DOCUMENT_EDIT
};
MenuItem
{
Separator = TRUE;
};
MenuItem
{
MID_DOCUMENT_CREATE_NEW
};
};
};
Menu MENU_BROWSER_QUERYCONTEXT
{
ItemList =
{
MITEMS_DEFAULT
2001-01-09 14:45:44 +00:00
MenuItem
{
MID_QUERY_NEW_DESIGN
2001-02-05 08:20:07 +00:00
};
MenuItem
{
MID_QUERY_NEW_SQL
2001-01-09 14:45:44 +00:00
};
MenuItem
{
MID_QUERY_EDIT_DESIGN
};
2001-01-09 14:45:44 +00:00
MenuItem
2001-02-16 15:00:13 +00:00
{
Separator = TRUE;
};
MenuItem
2001-01-09 14:45:44 +00:00
{
MID_QUERY_DROP
2001-01-09 14:45:44 +00:00
};
2001-02-14 13:37:35 +00:00
MenuItem
2001-02-16 15:00:13 +00:00
{
Identifier = ID_TREE_QUERY_COPY ;
HelpId = HID_BROWSER_QUERY_COPY ;
Text = "Abfrage ~kopieren" ;
Text [ english ] = "c~opy query" ;
Text [ english_us ] = "C~opy Query" ;
Text[ portuguese ] = "~Copiar consulta";
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "query k~opi<70>ren";
Text[ french ] = "C~opier la requ<71>te";
Text[ spanish ] = "Copiar co~nsulta";
Text[ italian ] = "~Copia ricerca";
Text[ danish ] = "c~opy query";
Text[ swedish ] = "~Kopiera s<>kning";
Text[ polish ] = "K~opiuj kwerend<6E>";
Text[ portuguese_brazilian ] = "c~opy query";
Text[ japanese ] = "クエリーのコピー(~O)";
Text[ korean ] = "질의 복사(~O)";
Text[ chinese_simplified ] = "复制查询(~O)";
Text[ chinese_traditional ] = "複製查詢(~O)";
Text[ turkish ] = "c~opy query";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Abfrage ~kopieren";
Text[ catalan ] = "C~opy Query";
2001-02-16 15:00:13 +00:00
};
MenuItem
{
Identifier = ID_TREE_QUERY_PASTE ;
HelpId = HID_BROWSER_QUERY_PASTE ;
Text = "Abfrage e~inf<6E>gen..." ;
Text [ english ] = "~insert query..." ;
2001-07-17 19:26:10 +00:00
Text [ english_us ] = "~Paste Query..." ;
Text[ portuguese ] = "~Inserir consulta...";
2001-07-24 19:25:41 +00:00
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
2001-07-13 19:43:50 +00:00
Text[ greek ] = "~Insert Query...";
2001-07-17 19:26:10 +00:00
Text[ dutch ] = "Qu~ery invoegen...";
Text[ french ] = "~Ins<6E>rer une requ<71>te...";
Text[ spanish ] = "~Insertar consulta...";
2001-07-13 19:43:50 +00:00
Text[ finnish ] = "~Insert Query...";
2001-07-20 19:26:47 +00:00
Text[ italian ] = "~Inserisci ricerca...";
2001-07-13 19:43:50 +00:00
Text[ danish ] = "~Insert Query...";
Text[ swedish ] = "~Infoga s<>kning...";
Text[ polish ] = "~Wstaw kwerend<6E>...";
Text[ portuguese_brazilian ] = "~Insert Query...";
Text[ japanese ] = "クエリーの挿入...";
Text[ korean ] = "질의 삽입...";
Text[ chinese_simplified ] = "插入查询(~I)...";
Text[ chinese_traditional ] = "插入查詢...";
2001-07-13 19:43:50 +00:00
Text[ turkish ] = "~Insert Query...";
Text[ arabic ] = "~Insert Query...";
Text[ catalan ] = "~Insert Query...";
};
};
};
Menu MENU_BROWSER_TABLECONTEXT
{
ItemList =
{
MITEMS_DEFAULT
MenuItem { MID_NEW_TABLE_DESIGN };
MenuItem { MID_EDIT_TABLE };
MenuItem { MID_NEW_VIEW_DESIGN };
2001-04-24 13:39:06 +00:00
MenuItem
2001-02-16 15:00:13 +00:00
{
Separator = TRUE;
};
MenuItem { MID_DROP_TABLE };
2001-02-16 15:00:13 +00:00
MenuItem
{
Identifier = ID_TREE_TABLE_COPY ;
HelpId = HID_BROWSER_TABLE_COPY ;
Text = "Tabelle ~kopieren" ;
Text [ english ] = "c~opy table" ;
Text [ english_us ] = "C~opy Table" ;
Text[ portuguese ] = "~Copiar tabela";
Text[ russian ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>~<7E><>";
Text[ dutch ] = "tabel ~kopi<70>ren";
Text[ french ] = "~Copier la table";
Text[ spanish ] = "C~opiar tabla";
Text[ italian ] = "~Copia tabella";
Text[ danish ] = "c~opy table";
Text[ swedish ] = "~Kopiera tabell";
Text[ polish ] = "~Kopiuj tabel<65>";
Text[ portuguese_brazilian ] = "c~opy table";
Text[ japanese ] = "テーブルのコピー(~O)";
Text[ korean ] = "테이블 복사(~O)";
Text[ chinese_simplified ] = "复制表格(~O)";
Text[ chinese_traditional ] = "複製表格(~O)";
Text[ turkish ] = "c~opy table";
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Tabelle ~kopieren";
Text[ catalan ] = "C~opy Table";
2001-02-16 15:00:13 +00:00
};
MenuItem
{
Identifier = ID_TREE_TABLE_PASTE ;
HelpId = HID_BROWSER_TABLE_PASTE ;
Text = "Tabelle e~inf<6E>gen..." ;
Text [ english ] = "~insert table..." ;
2001-07-17 19:26:10 +00:00
Text [ english_us ] = "~Paste Table..." ;
2001-06-08 21:07:38 +00:00
Text[ portuguese ] = "~Inserir tabela...";
2001-06-01 18:29:56 +00:00
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
2001-06-13 21:14:03 +00:00
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
Text[ dutch ] = "Tabel ~invoegen...";
2001-06-01 18:29:56 +00:00
Text[ french ] = "~Ins<6E>rer une table...";
Text[ spanish ] = "~Insertar tabla";
Text[ finnish ] = "Tabelle e~inf<6E>gen";
Text[ italian ] = "~Inserisci tabella...";
Text[ danish ] = "~insert table";
Text[ swedish ] = "Kl~istra in tabell...";
2001-06-08 21:07:38 +00:00
Text[ polish ] = "~Wstaw tabel<65>...";
2001-06-01 18:29:56 +00:00
Text[ portuguese_brazilian ] = "~insert table";
Text[ japanese ] = "テーブルの挿入(~I)";
Text[ korean ] = "테이블 삽입(~I)";
Text[ chinese_simplified ] = "插入表格(~I)...";
Text[ chinese_traditional ] = "插入表格(~I)...";
2001-06-01 18:29:56 +00:00
Text[ turkish ] = "~insert table";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>...";
2001-06-01 18:29:56 +00:00
Text[ catalan ] = "~Insert Table";
};
2001-02-28 09:01:54 +00:00
MenuItem
{
Separator = TRUE;
};
MenuItem
{
Identifier = ID_TREE_RELATION_DESIGN ;
HelpId = HID_BROWSER_RELATION_DESIGN ;
Text = "Relatio~nenentwurf" ;
Text [ english ] = "relatio~n design" ;
Text [ english_us ] = "Rel~ation Design" ;
Text[ portuguese ] = "Es~bo<62>ar rela<6C><61>o";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-13 21:14:03 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "~ontwerp voor verbinding";
Text[ french ] = "<22>bauche de relatio~n";
Text[ spanish ] = "Dise<73>o de rela~ciones";
Text[ italian ] = "Struttura r~elazione";
Text[ danish ] = "relatio~n design";
Text[ swedish ] = "Relatio~nsutkast";
Text[ polish ] = "~Projekt relacji";
Text[ portuguese_brazilian ] = "relatio~n design";
Text[ japanese ] = "リレーションデザイン(~A)";
Text[ korean ] = "디자인 관계(~A)";
Text[ chinese_simplified ] = "关联设计(~A)";
Text[ chinese_traditional ] = "關聯設計(~A)";
Text[ turkish ] = "relatio~n design";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Relatio~nenentwurf";
Text[ catalan ] = "Rel~ation Design";
2001-02-28 09:01:54 +00:00
};
};
2001-01-09 14:45:44 +00:00
};
Menu MENU_BROWSER_VIEWCONTEXT
{
ItemList =
{
MITEMS_DEFAULT
MenuItem { MID_NEW_TABLE_DESIGN };
MenuItem { MID_NEW_VIEW_DESIGN };
MenuItem
{
Separator = TRUE;
};
MenuItem { MID_DBAUI_DROP_VIEW };
MenuItem
{
Identifier = ID_TREE_VIEW_COPY ;
HelpId = HID_BROWSER_VIEW_COPY ;
Text = "Ansicht ~kopieren" ;
Text [ english ] = "c~opy view" ;
Text [ english_us ] = "C~opy View" ;
2001-06-01 18:29:56 +00:00
Text[ portuguese ] = "C~opiar vista";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ dutch ] = "Beeld ~kopi<70>ren";
Text[ french ] = "C~opier la vue";
Text[ spanish ] = "Copiar ~visualizaci<63>n";
Text[ finnish ] = "C~opy View";
2001-06-01 18:29:56 +00:00
Text[ italian ] = "Copia vista";
Text[ danish ] = "C~opy View";
2001-06-01 18:29:56 +00:00
Text[ swedish ] = "~Kopiera vy";
Text[ polish ] = "~Kopiuj widok";
Text[ portuguese_brazilian ] = "C~opy View";
Text[ japanese ] = "ビューのコピー(~O)";
Text[ korean ] = "보기 복사(~O)";
Text[ chinese_simplified ] = "复制视图(~O)";
Text[ chinese_traditional ] = "複製檢視(~O)";
Text[ turkish ] = "C~opy View";
Text[ arabic ] = "C~opy View";
Text[ catalan ] = "C~opy View";
};
MenuItem
{
Identifier = ID_TREE_VIEW_PASTE ;
HelpId = HID_BROWSER_VIEW_PASTE ;
Text = "Ansicht e~inf<6E>gen" ;
Text [ english ] = "~insert view" ;
2001-07-17 19:26:10 +00:00
Text [ english_us ] = "~Paste View" ;
2001-06-01 18:29:56 +00:00
Text[ portuguese ] = "~Inserir vista";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
2001-06-13 21:14:03 +00:00
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-01 18:29:56 +00:00
Text[ dutch ] = "~Beeld invoegen";
Text[ french ] = "~Ins<6E>rer une vue";
Text[ spanish ] = "~Insertar visualizaci<63>n";
Text[ finnish ] = "~Insert View";
2001-06-01 18:29:56 +00:00
Text[ italian ] = "~Inserisci vista";
Text[ danish ] = "~Insert View";
Text[ swedish ] = "Kl~istra in vy";
2001-06-01 18:29:56 +00:00
Text[ polish ] = "~Wstaw widok";
Text[ portuguese_brazilian ] = "~Insert View";
Text[ japanese ] = "ビューの挿入(~I)";
Text[ korean ] = "보기 삽입(~I)";
Text[ chinese_simplified ] = "插入视图(~I)";
Text[ chinese_traditional ] = "貼上檢視(~I)";
Text[ turkish ] = "~Insert View";
Text[ arabic ] = "~Insert View";
Text[ catalan ] = "~Insert View";
};
MenuItem
{
Separator = TRUE;
};
MenuItem
{
Identifier = ID_TREE_RELATION_DESIGN ;
HelpId = HID_BROWSER_RELATION_DESIGN ;
Text = "Relatio~nenentwurf" ;
Text [ english ] = "relatio~n design" ;
Text [ english_us ] = "Rel~ation Design" ;
Text[ portuguese ] = "Es~bo<62>ar rela<6C><61>o";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-13 21:14:03 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-01 18:29:56 +00:00
Text[ dutch ] = "~Relatie-ontwerp";
Text[ french ] = "<22>bauche de relatio~n";
2001-06-01 18:29:56 +00:00
Text[ spanish ] = "Dise<73>o de rela~ciones";
Text[ italian ] = "Struttura r~elazione";
Text[ danish ] = "relatio~n design";
Text[ swedish ] = "Relatio~nsutkast";
2001-06-01 18:29:56 +00:00
Text[ polish ] = "~Projekt relacji";
Text[ portuguese_brazilian ] = "relatio~n design";
Text[ japanese ] = "リレーションデザイン(~A)";
Text[ korean ] = "디자인 간계 생성(~A)";
Text[ chinese_simplified ] = "关联设计(~A)";
Text[ chinese_traditional ] = "關聯設計(~A)";
Text[ turkish ] = "relatio~n design";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Rel~ation Design";
Text[ catalan ] = "Rel~ation Design";
};
};
};
2001-02-23 14:13:25 +00:00
String STR_TITLE_CONFIRM_DELETION
{
Text = "L<>schen best<73>tigen" ;
Text [ English ] = "confirm deletion" ;
Text [ english_us ] = "Confirm Deletion" ;
Text[ portuguese ] = "Confirmar elimina<6E><61>o";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-06-01 18:29:56 +00:00
Text[ dutch ] = "Wissen bevestigen";
Text[ french ] = "Confirmation de suppression";
Text[ spanish ] = "Confirmar eliminaci<63>n";
Text[ italian ] = "Conferma 'Elimina'";
Text[ danish ] = "confirm deletion";
Text[ swedish ] = "Bekr<6B>fta radering";
2001-06-01 18:29:56 +00:00
Text[ polish ] = "Potwierd<72> usuni<6E>cie";
Text[ portuguese_brazilian ] = "confirm deletion";
Text[ japanese ] = "削除の確認";
Text[ korean ] = "삭제 확인";
Text[ chinese_simplified ] = "确定删除";
Text[ chinese_traditional ] = "確認刪除";
Text[ turkish ] = "confirm deletion";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Text[ finnish ] = "Vahvista poistaminen";
Text[ catalan ] = "Confirmar eliminaci<63>n";
2001-02-23 14:13:25 +00:00
};
2001-01-09 14:45:44 +00:00
2001-02-23 14:13:25 +00:00
String STR_QUERY_DELETE_QUERY
2001-01-09 14:45:44 +00:00
{
Text = "Soll die Abfrage '$name$' gel<65>scht werden?" ;
Text [ English ] = "Delete query '$name$'?" ;
Text [ english_us ] = "Do you want to delete the query '$name$'?" ;
Text[ portuguese ] = "Eliminar consulta '$name$'?";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '$name$'?";
2001-06-01 18:29:56 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '$name$';";
Text[ dutch ] = "Wilt u query '$naam$' wissen?";
Text[ french ] = "Voulez-vous supprimer la requ<71>te '$name$' ?";
Text[ spanish ] = "<22>Desea eliminar la consulta '$name$'?";
2001-06-01 18:29:56 +00:00
Text[ italian ] = "Volete eliminare la ricerca '$name$'?";
Text[ danish ] = "Do you want to delete the query '%1'?";
Text[ swedish ] = "Ska s<>kningen '$name$' raderas?";
Text[ polish ] = "Usun<75><6E> kwerend<6E>'$name$'?";
Text[ portuguese_brazilian ] = "Do you want to delete the query '%1'?";
Text[ japanese ] = "クエリー '%1' を削除しますか。";
Text[ korean ] = "질의 '$name$'을(를) 삭제하시겠습니까?";
Text[ chinese_simplified ] = "要删除这个查询 '$name$' ?";
Text[ chinese_traditional ] = "要刪除這個查詢<$name$>?";
Text[ turkish ] = "Do you want to delete the query '%1'?";
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '$name$'?";
Text[ finnish ] = "Soll die Abfrage '$name$' gel<65>scht werden?";
Text[ catalan ] = "<22>Desea eliminar la consulta '%1'?";
2001-01-09 14:45:44 +00:00
};
2001-02-23 14:13:25 +00:00
String STR_QUERY_DELETE_TABLE
2001-02-14 13:37:35 +00:00
{
2001-02-23 14:13:25 +00:00
Text = "Soll die Tabelle '%1' gel<65>scht werden?" ;
Text [ English ] = "Delete table '%1'?" ;
Text [ english_us ] = "Do you want to delete the table '%1'?" ;
Text[ portuguese ] = "Eliminar tabela '%1'?";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '%1'?";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '%1';";
Text[ dutch ] = "Wilt u tabel '%1' wissen?";
Text[ french ] = "Voulez-vous supprimer la table '%1' ?";
Text[ spanish ] = "<22>Desea eliminar la tabla '%1'?";
Text[ italian ] = "Volete eliminare la tabella '%1'?";
Text[ danish ] = "Do you want to delete the table '%1'?";
Text[ swedish ] = "Ska tabellen '%1' raderas?";
Text[ polish ] = "Usun<75><6E> tabel<65>'%1'?";
Text[ portuguese_brazilian ] = "Do you want to delete the table '%1'?";
Text[ japanese ] = "テーブル '%1' を削除しますか。";
Text[ korean ] = "테이블 '%1'을(를) 삭제하시겠습니까?";
Text[ chinese_simplified ] = "要删除这个表格 '%1'?";
Text[ chinese_traditional ] = "要刪除表格<%1>?";
Text[ turkish ] = "Do you want to delete the table '%1'?";
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '%1'<27>";
Text[ finnish ] = "Soll die Tabelle '%1' gel<65>scht werden?";
Text[ catalan ] = "<22>Desea eliminar la tabla '%1'?";
2001-02-14 13:37:35 +00:00
};
2001-01-09 14:45:44 +00:00
QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM
{
Buttons = WB_YES_NO ;
Message = "Die Abfrage existiert bereits. Soll sie gel<65>scht werden?" ;
Message [ English ] = "The query already exists. Delete query?" ;
Message [ english_us ] = "The query already exists. Do you want to delete it?" ;
Message[ portuguese ] = "A consulta j<> existe. Eliminar?";
Message[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>?";
Message[ greek ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
Message[ dutch ] = "De query bestaat reeds. Wilt u deze wissen?";
Message[ french ] = "La requ<71>te existe d<>j<EFBFBD>. Voulez-vous la supprimer ?";
Message[ spanish ] = "Ya existe la consulta. <20>Desea eliminarla?";
Message[ italian ] = "La ricerca esiste gi<67>. Volete eliminarla?";
Message[ danish ] = "The query already exists. Do you want to delete the query?";
Message[ swedish ] = "S<>kningen finns redan. Ska den raderas?";
Message[ polish ] = "Kwerenda ju<6A> istnieje. Usun<75><6E> j<>?";
Message[ portuguese_brazilian ] = "The query already exists. Do you want to delete the query?";
Message[ japanese ] = "クエリーはすでにあります。クエリーを削除しますか。";
Message[ korean ] = "이 질의가 이미 존재합니다. 삭제하시겠습니까?";
Message[ chinese_simplified ] = "这个查询已经存在。要删除它?";
Message[ chinese_traditional ] = "這個查詢已經存在。要刪除它?";
Message[ turkish ] = "The query already exists. Do you want to delete the query?";
Message[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Message[ finnish ] = "Die Abfrage existiert bereits. Soll sie gel<65>scht werden?";
Message[ catalan ] = "Ya existe la consulta. <20>Desea eliminarla?";
2001-01-09 14:45:44 +00:00
};
QueryBox QUERY_CONNECTION_LOST
{
Buttons = WB_YES_NO ;
Message = "Die Verbindung zur Datenbank wurde gel<65>scht! Soll Sie wieder aufgebaut werden?" ;
Message [ English ] = "The connection to the database was lost! Reconnect?" ;
Message [ english_us ] = "The connection to the database has been lost. Do you want to reconnect?" ;
Message[ portuguese ] = "A liga<67><61>o <20> base de dados foi cancelada. Restabelecer?";
Message[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?";
Message[ greek ] = "<22> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;";
Message[ dutch ] = "De verbinding naar de database werd opgeheven! Wilt u deze weer tot stand brengen?";
Message[ french ] = "La connexion <20> la base de donn<6E>es a <20>t<EFBFBD> annul<75>e ! R<>tablir la connexion ?";
Message[ spanish ] = "<22>Se elimin<69> la conexi<78>n a la base de datos! <20>Desea restablecerla?";
Message[ italian ] = "Il collegamento al database <20> stato terminato. Volete ristabilirlo?";
Message[ danish ] = "The connection to the database was lost! Reconnect";
Message[ swedish ] = "F<>rbindelsen till databasen har raderats! Ska den uppr<70>ttas igen?";
Message[ polish ] = "Po<50><6F>czenie z baz<61> danych zosta<74>o przerwane! Czy po<70><6F>czy<7A> ponownie?";
Message[ portuguese_brazilian ] = "The connection to the database was lost! Reconnect";
Message[ japanese ] = "データベースへの接続は削除されました。接続しなおしますか。";
Message[ korean ] = "데이터베이스와의 연결이 끊어졌습니다! 다시 연결할까요?";
Message[ chinese_simplified ] = "和数据库的连接已经中断。要重新连接数据库?";
Message[ chinese_traditional ] = "和資料庫的連線已經關閉。要重新連線?";
Message[ turkish ] = "The connection to the database was lost! Reconnect";
Message[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
Message[ finnish ] = "Die Verbindung zur Datenbank wurde gel<65>scht! Soll Sie wieder aufgebaut werden?";
Message[ catalan ] = "<22>Se elimin<69> la conexi<78>n a la base de datos! <20>Desea restablecerla?";
2001-01-09 14:45:44 +00:00
};
2001-03-02 16:05:09 +00:00
String STR_OPENTABLES_WARNINGS
{
Text = "Warnungen aufgetreten.";
Text [ english ] = "Warnings encountered.";
Text [ english_us ] = "Warnings encountered";
Text[ portuguese ] = "Encontradas advert<72>ncias.";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ dutch ] = "Waarschuwingen opgetreden.";
Text[ french ] = "Avertissements !";
Text[ spanish ] = "Han aparecido advertencias.";
Text[ italian ] = "Avvertimenti";
Text[ danish ] = "Warnings encountered.";
Text[ swedish ] = "Varningar har f<>rekommit.";
Text[ polish ] = "Wyst<73>pi<70>y ostrze<7A>enia.";
Text[ portuguese_brazilian ] = "Warnings encountered.";
Text[ japanese ] = "警告がありました。";
Text[ korean ] = "경고 발생";
Text[ chinese_simplified ] = "发出一个警告。";
Text[ chinese_traditional ] = "發出一個警告。";
Text[ turkish ] = "Warnings encountered.";
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ finnish ] = "Warnungen aufgetreten.";
Text[ catalan ] = "Han aparecido advertencias.";
2001-03-02 16:05:09 +00:00
};
String STR_OPENTABLES_WARNINGS_DETAILS
{
Text = "Beim Ermitteln der Tabellen wurden von der Datenbankverbindung Warnungen gemeldet.";
Text [ english ] = "While retrieving the tables, warnings were provided by the connection.";
Text [ english_us ] = "While retrieving the tables, warnings were reported by the database connection.";
Text[ portuguese ] = "Durante a localiza<7A><61>o das tabelas, a liga<67><61>o da base de dados registou algumas advert<72>ncias.";
Text[ russian ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <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><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
2001-06-13 21:14:03 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ dutch ] = "Bij het openen van de tabellen werden waarschuwingen opgeroepen door de databaseverbinding.";
Text[ french ] = "Avertissements en provenance de la connexion (BD) durant le processus de r<>cup<75>ration des tables.";
Text[ spanish ] = "La conexi<78>n a la base de datos ha enviado advertencias durante la determinaci<63>n de las tablas.";
Text[ italian ] = "Il collegamento al database ha inviato avvertenze durante il rilevamento delle tabelle.";
Text[ danish ] = "While retrieving the tables, warnings were provided by the connection.";
Text[ swedish ] = "Databasf<73>rbindelsen rapporterade varningar medan tabellerna best<73>mdes.";
Text[ polish ] = "W trakcie ustalania tabel, po<70><6F>czenie z baz<61> danych wysy<73>a<EFBFBD>o ostrze<7A>enia.";
Text[ portuguese_brazilian ] = "While retrieving the tables, warnings were provided by the connection.";
Text[ japanese ] = "テーブルの転送中に、データベースの接続から警告がありました。";
Text[ korean ] = "테이블을 검색하는 동안 데이터 연결에서 경고 메시지를 표시했습니다";
Text[ chinese_simplified ] = "读取表格时发出一个数据库连接的警告。";
Text[ chinese_traditional ] = "在存取表格時發出資料庫連線的警告。";
Text[ turkish ] = "While retrieving the tables, warnings were provided by the connection.";
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
Text[ finnish ] = "Beim Ermitteln der Tabellen wurden von der Datenbankverbindung Warnungen gemeldet.";
Text[ catalan ] = "La conexi<78>n a la base de datos ha enviado advertencias durante la determinaci<63>n de las tablas.";
2001-03-02 16:05:09 +00:00
};
2001-04-03 07:16:20 +00:00
String STR_CONNECTING_DATASOURCE
{
Text = "Verbindungsaufbau zu \"$name$\" ...";
Text [ english ] = "connecting to \"$name$\" ...";
Text [ english_us ] = "Connecting to \"$name$\" ...";
Text[ portuguese ] = "A estabelecer liga<67><61>o com \"$name$\" ...";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> \"$name$\" ...";
2001-06-13 21:14:03 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> \"$name$\" ...";
2001-06-01 18:29:56 +00:00
Text[ dutch ] = "Bezig met verbinden met \"$name$\" ...";
Text[ french ] = "Connexion <20> \"$name$\" ...";
Text[ spanish ] = "Conectando a \"$name$\" ...";
Text[ italian ] = "Collegamento a \"$name$\" ...";
Text[ danish ] = "connecting to \"$name$\" ...";
Text[ swedish ] = "Kopplar till \"$name$\" ...";
Text[ polish ] = "Trwa <20><>czenie z \"$name$\" ...";
Text[ portuguese_brazilian ] = "connecting to \"$name$\" ...";
Text[ japanese ] = "\"$name$\" に接続中...";
Text[ korean ] = "\"$name$\"에 연결하는 중 ...";
Text[ chinese_simplified ] = "连接到 \"$name$\" ...";
Text[ chinese_traditional ] = "連線到<$name$>...";
Text[ turkish ] = "connecting to \"$name$\" ...";
Text[ arabic ] = "connecting to \"$name$\" ...";
Text[ finnish ] = "Verbindungsaufbau zu \"$name$\" ...";
Text[ catalan ] = "connecting to \"$name$\" ...";
};
String STR_LOADING_QUERY
{
Text = "lade Abfrage $name$ ...";
Text [ english ] = "loading query $name$ ...";
Text [ english_us ] = "Loading query $name$ ...";
Text[ portuguese ] = "A carregar consulta $name$ ...";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $name$ ...";
2001-06-13 21:14:03 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $name$ ...";
2001-06-01 18:29:56 +00:00
Text[ dutch ] = "Bezig met laden van query $name$ ...";
Text[ french ] = "Chargement de la requ<71>te $name$ ...";
Text[ spanish ] = "cargando consulta $name$ ...";
Text[ italian ] = "Carica ricerca $name$ ...";
Text[ danish ] = "loading query $name$ ...";
Text[ swedish ] = "Laddar s<>kning $name$ ...";
Text[ polish ] = "Trwa <20>adowanie kwerendy $name$ ...";
Text[ portuguese_brazilian ] = "loading query $name$ ...";
Text[ japanese ] = "クエリー $name$ の読み込み中...";
Text[ korean ] = "질의 $name$을(를) 로드하는 중 ...";
Text[ chinese_simplified ] = "正在载入查询 $name$ ...";
Text[ chinese_traditional ] = "載入查詢 $name$ ...";
Text[ turkish ] = "loading query $name$ ...";
Text[ arabic ] = "loading query $name$ ...";
Text[ finnish ] = "lade Abfrage $name$ ...";
Text[ catalan ] = "loading query $name$ ...";
};
String STR_LOADING_TABLE
{
Text = "lade Tabelle $name$ ...";
Text [ english ] = "loading table $name$ ...";
Text [ english_us ] = "Loading table $name$ ...";
Text[ portuguese ] = "A carregar tabela $name$ ...";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $name$ ...";
2001-06-13 21:14:03 +00:00
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $name$ ...";
2001-06-01 18:29:56 +00:00
Text[ dutch ] = "Bezig met laden van tabel $name$ ...";
Text[ french ] = "Chargement de la table $name$ ...";
Text[ spanish ] = "cargando tabla $name$ ...";
Text[ italian ] = "Carica tabella $name$ ...";
Text[ danish ] = "loading table $name$ ...";
Text[ swedish ] = "Laddar tabell $name$ ...";
Text[ polish ] = "Trwa <20>adowanie tabeli $name$ ...";
Text[ portuguese_brazilian ] = "loading table $name$ ...";
Text[ japanese ] = "テーブル $name$ の読み込み中...";
Text[ korean ] = "테이블 $name$을(를) 로드하는 중 ...";
Text[ chinese_simplified ] = "正在载入表格 $name$ ...";
Text[ chinese_traditional ] = "載入表格 $name$ ...";
Text[ turkish ] = "loading table $name$ ...";
Text[ arabic ] = "loading table $name$ ...";
Text[ finnish ] = "lade Tabelle $name$ ...";
Text[ catalan ] = "loading table $name$ ...";
};
String STR_DSBROWSER_TITLE
{
Text = "Datenquellen Ansicht" ;
Text [ english ] = "Data source browser" ;
2001-07-13 19:43:50 +00:00
Text [ english_us ] = "Data sources view" ;
2001-07-17 19:26:10 +00:00
Text[ portuguese ] = "Ver fontes de dados";
2001-07-24 19:25:41 +00:00
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
2001-07-13 19:43:50 +00:00
Text[ greek ] = "Data source browser";
2001-07-17 19:26:10 +00:00
Text[ dutch ] = "Weergave gegevensbron";
Text[ french ] = "Vue des sources de donn<6E>es";
Text[ spanish ] = "Vista de fuente de datos";
2001-07-13 19:43:50 +00:00
Text[ finnish ] = "Data source browser";
2001-07-24 19:25:41 +00:00
Text[ italian ] = "Vista sorgente dati";
2001-07-13 19:43:50 +00:00
Text[ danish ] = "Data source browser";
Text[ swedish ] = "Datak<61>llor vy";
Text[ polish ] = "Widok <20>r<EFBFBD>de<64> danych";
Text[ portuguese_brazilian ] = "Data source browser";
Text[ japanese ] = "データソースの表示";
Text[ korean ] = "데이터 소스 보기";
Text[ chinese_simplified ] = "数据源检视";
Text[ chinese_traditional ] = "資料源檢視";
2001-07-13 19:43:50 +00:00
Text[ turkish ] = "Data source browser";
Text[ arabic ] = "Data source browser";
Text[ catalan ] = "Data source browser";
};
2001-07-13 19:43:50 +00:00
String STR_NO_TABLE_FORMAT_INSIDE
{
Text = "Es konnte kein Tabellenformat gefunden werden." ;
Text [ english ] = "No table format found." ;
Text [ english_us ] = "No table format could be found." ;
2001-07-24 19:25:41 +00:00
Text[ portuguese ] = "Foi imposs<73>vel encontrar um formato de tabela.";
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
2001-07-20 19:26:47 +00:00
Text[ greek ] = "No table format found.";
Text[ dutch ] = "Geen tabelformaat gevonden.";
2001-07-24 19:25:41 +00:00
Text[ french ] = "Impossible de d<>tecter un format de table.";
2001-07-20 19:26:47 +00:00
Text[ spanish ] = "No se pudo encontrar ning<6E>n formato de hoja de c<>lculo.";
Text[ finnish ] = "No table format found.";
Text[ italian ] = "Il formato della tabella non <20> stato trovato";
Text[ danish ] = "No table format found.";
Text[ swedish ] = "Det gick inte att hitta n<>got tabellformat.";
2001-07-26 21:25:31 +00:00
Text[ polish ] = "Nie znaleziono <20>adnego formatu tabeli.";
2001-07-20 19:26:47 +00:00
Text[ portuguese_brazilian ] = "No table format found.";
Text[ japanese ] = "テーブル書式は見つかりませんでした。";
Text[ korean ] = "시트 서식을 찾지 못했습니다.";
Text[ chinese_simplified ] = "无法找到表格格式。";
Text[ chinese_traditional ] = "無法找到表格格式。";
2001-07-20 19:26:47 +00:00
Text[ turkish ] = "No table format found.";
Text[ arabic ] = "No table format found.";
Text[ catalan ] = "No table format found.";
2001-08-15 05:48:01 +00:00
};
2001-07-26 21:25:31 +00:00
2001-08-15 05:48:01 +00:00
String STR_COULDNOTCONNECT_DATASOURCE
{
Text = "Die Verbindung zur Datenquelle \"$name$\" konnte nicht hergstellt werden.";
Text [ english ] = "The connection to the data source \"$name$\" could not be established.";
Text [ english_us ] = "The connection to the data source \"$name$\" could not be established.";
Text[ portuguese ] = "The connection to the data source \"$name$\" could not be established.";
Text[ russian ] = "The connection to the data source \"$name$\" could not be established.";
Text[ greek ] = "The connection to the data source \"$name$\" could not be established.";
Text[ dutch ] = "De verbinding met de gegevensbron \"$name$\" kon niet tot stand worden gebracht.";
Text[ french ] = "The connection to the data source \"$name$\" could not be established.";
Text[ spanish ] = "No se pudo realizar la conexi<78>n a la fuente de datos \"$name$\".";
Text[ finnish ] = "The connection to the data source \"$name$\" could not be established.";
Text[ italian ] = "Impossibile stabilire il collegamento alla sorgente dati esterna \"$name$\".";
Text[ danish ] = "The connection to the data source \"$name$\" could not be established.";
Text[ swedish ] = "Det gick inte att skapa f<>rbindelsen till datak<61>llan \"$name$\".";
Text[ polish ] = "Brak po<70><6F>czenia ze <20>r<EFBFBD>d<EFBFBD>em danych \"$name$\".";
Text[ portuguese_brazilian ] = "The connection to the data source \"$name$\" could not be established.";
Text[ japanese ] = "The connection to the data source \"$name$\" could not be established.";
Text[ korean ] = "The connection to the data source \"$name$\" could not be established.";
Text[ chinese_simplified ] = "The connection to the data source \"$name$\" could not be established.";
Text[ chinese_traditional ] = "The connection to the data source \"$name$\" could not be established.";
Text[ turkish ] = "The connection to the data source \"$name$\" could not be established.";
Text[ arabic ] = "The connection to the data source \"$name$\" could not be established.";
Text[ catalan ] = "The connection to the data source \"$name$\" could not be established.";
};
2001-08-16 09:40:25 +00:00
Menu RID_MENU_REFRESH_DATA
{
ItemList =
{
MenuItem
{
MID_SBA_QRY_REFRESH
HelpId = SID_FM_REFRESH ;
};
MenuItem
{
Identifier = ID_BROWSER_REFRESH_REBUILD;
HelpId = HID_BROWSER_REFRESH_REBUILDVIEW;
Text = "neu aufbauen";
Text [ english ] = "reconstruct";
Text [ english_us ] = "reconstruct";
Text[ portuguese ] = "reconstruct";
Text[ russian ] = "reconstruct";
Text[ greek ] = "reconstruct";
Text[ dutch ] = "opnieuw opbouwen";
Text[ french ] = "reconstruct";
Text[ spanish ] = "reconstruir";
Text[ finnish ] = "reconstruct";
Text[ italian ] = "Ricostruire";
Text[ danish ] = "reconstruct";
Text[ swedish ] = "reconstruct";
Text[ polish ] = "od<6F>wie<69>";
Text[ portuguese_brazilian ] = "reconstruct";
Text[ japanese ] = "reconstruct";
Text[ korean ] = "reconstruct";
Text[ chinese_simplified ] = "reconstruct";
Text[ chinese_traditional ] = "reconstruct";
Text[ turkish ] = "reconstruct";
Text[ arabic ] = "reconstruct";
Text[ catalan ] = "reconstruct";
};
2001-08-16 09:40:25 +00:00
};
};