/************************************************************************* * * $RCSfile: sbabrw.src,v $ * * $Revision: 1.23 $ * * last change: $Author: fs $ $Date: 2001-03-01 10:34:58 $ * * 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 #ifndef _DBU_RESOURCE_HRC_ #include "dbu_resource.hrc" #endif #ifndef DBACCESS_UI_BROWSER_ID_HXX #include "browserids.hxx" #endif // #include #include #ifndef DBAUI_TOOLBOX_HXX #include "toolbox.hrc" #endif #define IL_TOOL \ MaskColor = Color {\ Red = 0xC000;\ Green = 0xC000;\ Blue = 0xC000;\ };\ \ IdList = {\ ID_BROWSER_EXPLORER;\ 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;\ 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;\ SID_WIN_FULLSCREEN;\ SID_NEWDOC;\ SID_PRINTDOCDIRECT;\ ID_BROWSER_REDO;\ ID_BROWSER_FILTERED;\ 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;\ ID_BROWSER_SAVEASDOC;\ ID_QUERY_ZOOM_IN;\ ID_QUERY_ZOOM_OUT;\ ID_REALTION_ADD_RELATION;\ };\ IdCount = {\ 39;\ } // 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 knnen 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 ; HelpId = HID_TLB_TABBROWSER ; ItemList = { CUR_ITEM { MID_BROWSER_EXPLORER HelpId = SID_DSBROWSER_EXPLORER ; }; CUR_SEPARATOR ; CUR_ITEM { MID_FM_SEARCH HelpId = SID_FM_SEARCH ; }; CUR_SEPARATOR ; CUR_ITEM { MID_SBA_QRY_SORTUP HelpId = SID_FM_SORTUP ; }; CUR_ITEM { MID_SBA_QRY_SORTDOWN HelpId = SID_FM_SORTDOWN ; }; CUR_ITEM { MID_SBA_QRY_AUTOFILTER HelpId = SID_FM_AUTOFILTER ; }; CUR_SEPARATOR ; CUR_ITEM { MID_SBA_QRY_FILTERCRIT HelpId = SID_FM_FILTERCRIT ; }; CUR_ITEM { MID_SBA_QRY_ORDERCRIT HelpId = SID_FM_ORDERCRIT ; }; CUR_ITEM { MID_SBA_QRY_REMOVEFILTER HelpId = SID_FM_REMOVE_FILTER_SORT ; }; CUR_ITEM { MID_SBA_BROWSER_FILTERED HelpId = SID_FM_FORM_FILTERED ; }; CUR_SEPARATOR ; CUR_ITEM { MID_SBA_QRY_REFRESH HelpId = SID_FM_REFRESH ; }; 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 { MID_BROWSER_INSERTCOLUMNS HelpId = SID_SBA_BRW_INSERT ; }; CUR_ITEM { MID_BROWSER_INSERTCONTENT HelpId = SID_SBA_BRW_UPDATE ; }; CUR_ITEM { MID_BROWSER_FORMLETTER HelpId = SID_SBA_BRW_MERGE ; }; CUR_ITEM { Identifier = ID_BROWSER_CLOSE ; HelpId = SID_CLOSEDOC ; Hide = TRUE; Text = "Schlieen" ; Text [ ENGLISH ] = "Close" ; }; }; }; ToolBox RID_BRW_TAB_TOOLBOX { SVLook = TRUE ; Pos = MAP_APPFONT ( 3 , 1 ) ; Size = MAP_APPFONT ( 200 , 14 ) ; OutputSize = TRUE ; Align = BOXALIGN_TOP ; ItemImageList = RID_DEFAULTIMAGELIST_SC ; HideWhenDeactivate = TRUE ; HelpId = HID_TLB_TABBROWSER ; ItemList = { CUR_ITEM { MID_BROWSER_EXPLORER HelpId = SID_DSBROWSER_EXPLORER ; }; CUR_SEPARATOR ; CUR_ITEM { MID_FM_SEARCH HelpId = SID_FM_SEARCH ; }; CUR_SEPARATOR ; CUR_ITEM { MID_SBA_QRY_SORTUP HelpId = SID_FM_SORTUP ; }; CUR_ITEM { MID_SBA_QRY_SORTDOWN HelpId = SID_FM_SORTDOWN ; }; CUR_ITEM { MID_SBA_QRY_AUTOFILTER HelpId = SID_FM_AUTOFILTER ; }; CUR_SEPARATOR ; CUR_ITEM { MID_SBA_QRY_FILTERCRIT HelpId = SID_FM_FILTERCRIT ; }; CUR_ITEM { MID_SBA_QRY_ORDERCRIT HelpId = SID_FM_ORDERCRIT ; }; CUR_ITEM { MID_SBA_QRY_REMOVEFILTER HelpId = SID_FM_REMOVE_FILTER_SORT ; }; CUR_ITEM { MID_SBA_BROWSER_FILTERED HelpId = SID_FM_FORM_FILTERED ; }; CUR_SEPARATOR ; CUR_ITEM { MID_SBA_QRY_REFRESH HelpId = SID_FM_REFRESH ; }; CUR_SEPARATOR ; CUR_ITEM { MID_BROWSER_INSERTCOLUMNS HelpId = SID_SBA_BRW_INSERT ; }; CUR_ITEM { MID_BROWSER_INSERTCONTENT HelpId = SID_SBA_BRW_UPDATE ; }; CUR_ITEM { MID_BROWSER_FORMLETTER HelpId = SID_SBA_BRW_MERGE ; }; }; }; String RID_STR_LOADING_DATASOURCE { Text = "Daten laden"; Text [ ENGLISH ] = "load data"; Text[ english_us ] = "Load data"; Text[ portuguese ] = "Carregar dados"; Text[ greek ] = " "; Text[ dutch ] = "Gegevens laden"; Text[ french ] = "Charger les donnes"; Text[ spanish ] = "Cargar datos"; Text[ swedish ] = "Ladda data"; Text[ russian ] = " "; Text[ italian ] = "Carica dati"; Text[ danish ] = "Indls data"; Text[ polish ] = "aduj dane"; Text[ portuguese_brazilian ] = "load data"; Text[ japanese ] = "ް̓ǂݍ"; Text[ korean ] = " ε"; Text[ chinese_simplified ] = ""; Text[ chinese_traditional ] = "Uu"; Text[ arabic ] = " "; Text[ turkish ] = "Verileri ykle"; }; QueryBox QUERY_BRW_SAVEMODIFIED { Buttons = WB_YES_NO_CANCEL ; DefButton = WB_DEF_YES ; /* ### ACHTUNG: Neuer Text in Resource? Soll der genderte Datensatz gespeichert werden? : Soll der genderte Datensatz gespeichert werden? */ Message = "Der aktuelle Datensatz wurde gendert.\nSollen die 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 modificaes?"; Message[ russian ] = " .\n ?"; Message[ dutch ] = "De actuele record werd gewijzigd.\nWilt u de wijzigingen opslaan?"; Message[ french ] = "L'enregistrement actif a t modifi.\nVoulez-vous enregistrer les modifications ?"; Message[ spanish ] = "El registro actual ha sido modificado.\nDesea guardar las modificaciones?"; Message[ italian ] = "Il record di dati attuale stato modificato.\nVolete salvare le modifiche?"; Message[ danish ] = "Den aktuelle datapost er blevet ndret.\nSkal ndringerne gemmes?"; Message[ swedish ] = "Den aktuella dataposten har ndrats.\nSka ndringarna sparas?"; Message[ polish ] = "Aktualny rekord zosta zmodyfikowany.\nCzy zapisa zmodyfikowane dane?"; Message[ portuguese_brazilian ] = "Soll der genderter Datensatz gespeichert werden?"; Message[ japanese ] = "݂ںނ͕ύX܂BύXۑ܂B"; Message[ chinese_simplified ] = "ĿѾġ\nҪ̸ĺݼ¼"; Message[ chinese_traditional ] = "eƤwgܧCnxsܧ󪺸ƶءH"; Message[ arabic ] = " .\n "; Message[ dutch ] = "De actuele record werd gewijzigd.\nWilt u de wijzigingen opslaan?"; Message[ chinese_simplified ] = "ĿѾġ\nҪ̸ĺݼ¼"; Message[ greek ] = " .\n ;"; Message[ korean ] = " ڵ尡 Ǿϴ.\n Ͻðڽϱ?"; Message[ turkish ] = "Gncel veri kmesi deitirildi.\nDeiiklikler saklansn m?"; Message[ language_user1 ] = " "; }; QueryBox QUERY_BRW_DELETE_ROWS { Buttons = WB_YES_NO ; /* ### ACHTUNG: Neuer Text in Resource? Sollen die selektierten Daten gelscht werden? : Sollen die selektierten Daten gelscht werden? */ Message = "Sollen die selektierten Daten gelscht werden?" ; Message [ English ] = "Delete selected row(s)." ; Message [ portuguese ] = "Eliminar os dados seleccionados?" ; Message [ english_us ] = "Do you want to delete the selected data?" ; Message [ portuguese_brazilian ] = "Sollen die selektierten Daten gelscht werden?" ; Message [ swedish ] = "Skall de markerade data raderas?" ; Message [ danish ] = "Skal de udvalgte data slettes?" ; Message [ italian ] = "Eliminare i dati selezionati?" ; Message [ spanish ] = "Desea eliminar los datos seleccionados?" ; Message [ french ] = "Voulez-vous supprimer les donnes slectionnes ?" ; Message [ dutch ] = "Wilt u de geselecteerde gegevens verwijderen?" ; Message[ chinese_simplified ] = "Ҫɾѡе"; Message[ russian ] = " ?"; Message[ polish ] = "Usun zaznaczone dane?"; Message[ japanese ] = "Iް폜܂B"; Message[ chinese_traditional ] = "znR襤ơS"; Message[ arabic ] = " ɿ"; Message[ greek ] = " ;"; Message[ korean ] = "õ ͸ Ͻðڽϱ?"; Message[ turkish ] = "Seilen veriler silinsin mi?"; Message[ language_user1 ] = " "; }; 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)"; Text[ swedish ] = "(filtrerad)"; Text[ dutch ] = "(gefilterd)"; Text[ spanish ] = "(filtrado)"; Text[ chinese_simplified ] = "(Ѿɸѡ)"; Text[ russian ] = "()"; Text[ polish ] = "(przefiltrowane)"; Text[ japanese ] = "(̨ς)"; Text[ chinese_traditional ] = "(wgz)"; Text[ arabic ] = "()"; Text[ dutch ] = "(gefilterd)"; Text[ chinese_simplified ] = "(Ѿɸѡ)"; Text[ greek ] = "()"; Text[ korean ] = "(͵)"; Text[ turkish ] = "(filtrelenmi)"; Text[ language_user1 ] = " "; }; 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 critrios de ordem"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Fout bij instellen van sorteercriteria"; Text[ french ] = "Erreur de dfinition des critres de tri"; Text[ spanish ] = "Error al definir los criterios de ordenacin"; Text[ italian ] = "Errore nell'impostare i criteri"; Text[ danish ] = "Fejl ved definition af sorteringskriterierne"; Text[ swedish ] = "Fel vid definition av sorteringskriterier"; Text[ polish ] = "Bd podczas osadzania kryteriw sortowania"; Text[ portuguese_brazilian ] = "error setting the sort criteria"; Text[ japanese ] = "בւ̐ݒ莞̴װ"; Text[ korean ] = "ı ÿ "; Text[ chinese_simplified ] = "趨ʱ"; Text[ chinese_traditional ] = "]wsƱɵoͤ@ӿ~"; Text[ arabic ] = " "; Text[ turkish ] = "Sralama ltlerinin ayarlanmasnda hata"; }; 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 critrios dos filtros"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Fout bij instellen van filtercriteria"; Text[ french ] = "Erreur de dfinition des critres de filtre"; Text[ spanish ] = "Error al definir los criterios de filtro"; Text[ italian ] = "Errore nell'impostare i criteri del filtro"; Text[ danish ] = "Fejl ved definition af filterkriterierne"; Text[ swedish ] = "Fel vid definition av filterkriterier"; Text[ polish ] = "Bd podczas osadzania kryteriw filtra"; Text[ portuguese_brazilian ] = "error setting the filter criteria"; Text[ japanese ] = "̨̐ݒ莞̴װ"; Text[ korean ] = "ͱ ÿ "; Text[ chinese_simplified ] = "趨ɸѡʱ"; Text[ chinese_traditional ] = "]wzɵoͤ@ӿ~"; Text[ arabic ] = " "; Text[ turkish ] = "Filtre ltlerinin ayarlanmasnda hata"; }; String RID_STR_CONNECTION_LOST { Text = "Vebindung verloren"; Text [ english ] = "connection lost"; Text [ english_us ] = "Connection lost"; Text[ portuguese ] = "Ligao interrompida"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Verbinding verbroken"; Text[ french ] = "Connexion perdue"; Text[ spanish ] = "Se perdi la conexin"; Text[ italian ] = "Il collegamento stato interrotto"; Text[ danish ] = "Tabt forbindelse"; Text[ swedish ] = "Bruten frbindelse"; Text[ polish ] = "Brak poczenia"; Text[ portuguese_brazilian ] = "connection lost"; Text[ japanese ] = "ڑ͐ؒf܂"; Text[ korean ] = " "; Text[ chinese_simplified ] = "ʧȥ"; Text[ chinese_traditional ] = "suwg_"; Text[ arabic ] = " "; Text[ turkish ] = "Balant koptu"; }; 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; }; }; String RID_STR_QUERIES_CONTAINER { Text = "Abfragen"; Text [ english ] = "Queries"; Text [ english_us ] = "Queries"; }; String RID_STR_TABLES_CONTAINER { Text = "Tabellen"; Text [ english ] = "Tables"; Text [ english_us ] = "Tables"; }; Menu MENU_BROWSERTREE_CONTEXT { ItemList = { MenuItem { Identifier = ID_TREE_ADMINISTRATE ; HelpId = HID_BROWSER_DSADMINISTRATE ; Text = "~Datenquellen verwalten ..." ; Text [ english ] = "administrate ~data sources ..." ; Text [ english_us ] = "administrate ~data sources ..." ; }; MenuItem { Identifier = ID_TREE_CLOSE_CONN ; HelpId = HID_BROWSER_CLOSECONN ; Text = "Verbindung s~chliessen" ; Text [ english ] = "~close connection" ; Text [ english_us ] = "~close connection" ; }; MenuItem { Identifier = ID_TREE_REBUILD_CONN ; HelpId = HID_BROWSER_REFRESHCONN ; Text = "Verbindung e~rneuern" ; Text [ english ] = "~refresh connection" ; Text [ english_us ] = "~refresh connection" ; }; MenuItem { Separator = TRUE; }; MenuItem { Identifier = ID_TREE_QUERY_CREATE_DESIGN ; HelpId = HID_BROWSER_QUERY_CREATE_DESIGN ; Text = "neuer ~Abfrageentwurf" ; Text [ english ] = "new ~querydesign" ; Text [ english_us ] = "new ~querydesign" ; }; MenuItem { Identifier = ID_TREE_QUERY_CREATE_TEXT ; HelpId = HID_BROWSER_QUERY_CREATE_TEXT ; Text = "neuen ~SQL Befehl eingeben" ; Text [ english ] = "new ~SQL command" ; Text [ english_us ] = "new ~SQL command" ; }; MenuItem { Identifier = ID_TREE_QUERY_EDIT ; HelpId = HID_BROWSER_QUERY_EDIT ; Text = "Abfrage b~earbeiten" ; Text [ english ] = "~edit query" ; Text [ english_us ] = "~edit query" ; }; MenuItem { Separator = TRUE; }; MenuItem { Identifier = ID_TREE_QUERY_DELETE ; HelpId = HID_BROWSER_QUERY_DELETE ; Text = "Abfrage ~lschen" ; Text [ english ] = "de~lete query" ; Text [ english_us ] = "de~lete query" ; }; MenuItem { Identifier = ID_TREE_QUERY_COPY ; HelpId = HID_BROWSER_QUERY_COPY ; Text = "Abfrage ~kopieren" ; Text [ english ] = "c~opy query" ; Text [ english_us ] = "c~opy query" ; }; MenuItem { Separator = TRUE; }; MenuItem { Identifier = ID_TREE_TABLE_CREATE_DESIGN ; HelpId = HID_BROWSER_TABLE_CREATE_DESIGN ; Text = "neuer ~Tabellenentwurf" ; Text [ english ] = "new ~tabledesign" ; Text [ english_us ] = "new ~tabledesign" ; }; MenuItem { Identifier = ID_TREE_TABLE_EDIT ; HelpId = HID_BROWSER_TABLE_EDIT ; Text = "Tabelle ~bearbeiten" ; Text [ english ] = "edit ta~ble" ; Text [ english_us ] = "edit ta~ble" ; }; MenuItem { Separator = TRUE; }; MenuItem { Identifier = ID_TREE_TABLE_DELETE ; HelpId = HID_BROWSER_TABLE_DELETE ; Text = "Tabelle ~lschen" ; Text [ english ] = "de~lete table" ; Text [ english_us ] = "de~lete table" ; }; 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" ; }; MenuItem { Identifier = ID_TREE_TABLE_PASTE ; HelpId = HID_BROWSER_TABLE_PASTE ; Text = "Tabelle e~infgen" ; Text [ english ] = "~insert table" ; Text [ english_us ] = "~insert table" ; }; 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 ] = "relatio~n design" ; }; }; }; String STR_TITLE_CONFIRM_DELETION { Text = "Lschen besttigen" ; Text [ English ] = "confirm deletion" ; Text [ english_us ] = "confirm deletion" ; }; String STR_QUERY_DELETE_QUERY { Text = "Soll die Abfrage '%1' gelscht werden?" ; Text [ English ] = "Delete query '%1'?" ; Text [ english_us ] = "Do you want to delete the query '%1'?" ; }; String STR_QUERY_DELETE_TABLE { Text = "Soll die Tabelle '%1' gelscht werden?" ; Text [ English ] = "Delete table '%1'?" ; Text [ english_us ] = "Do you want to delete the table '%1'?" ; }; QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM { Buttons = WB_YES_NO ; Message = "Die Abfrage existiert bereits. Soll sie gelscht werden?" ; Message [ English ] = "The query already exists. Delete query?" ; Message [ english_us ] = "The query already exists. Do you want to delete the query?" ; }; QueryBox QUERY_CONNECTION_LOST { Buttons = WB_YES_NO ; Message = "Die Verbindung zur Datenbank wurde gelscht! Soll Sie wieder aufgebaut werden?" ; Message [ English ] = "The connection to the database was lost! Reconnect?" ; Message [ english_us ] = "The connection to the database was lost! Reconnect" ; };