109a1d057SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 409a1d057SAndrew Rist * or more contributor license agreements. See the NOTICE file 509a1d057SAndrew Rist * distributed with this work for additional information 609a1d057SAndrew Rist * regarding copyright ownership. The ASF licenses this file 709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the 809a1d057SAndrew Rist * "License"); you may not use this file except in compliance 909a1d057SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 1109a1d057SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing, 1409a1d057SAndrew Rist * software distributed under the License is distributed on an 1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1609a1d057SAndrew Rist * KIND, either express or implied. See the License for the 1709a1d057SAndrew Rist * specific language governing permissions and limitations 1809a1d057SAndrew Rist * under the License. 19cdf0e10cSrcweir * 2009a1d057SAndrew Rist *************************************************************/ 2109a1d057SAndrew Rist 2209a1d057SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "svx/fmresids.hrc" 25*4ccd6338Smseidel/* Strings for translation */ 26cdf0e10cSrcweirString RID_ERR_CONTEXT_ADDFORM 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir Text [ en-US ] = "Error while creating form" ; 29cdf0e10cSrcweir}; 30cdf0e10cSrcweirString RID_ERR_FIELDREQUIRED 31cdf0e10cSrcweir{ 32cdf0e10cSrcweir Text [ en-US ] = "Input required in field '#'. Please enter a value." ; 33cdf0e10cSrcweir}; 34cdf0e10cSrcweirString RID_ERR_DUPLICATE_NAME 35cdf0e10cSrcweir{ 36cdf0e10cSrcweir Text [ en-US ] = "Entry already exists.\nPlease choose another name." ; 37cdf0e10cSrcweir}; 38cdf0e10cSrcweirString RID_STR_FORMS 39cdf0e10cSrcweir{ 40cdf0e10cSrcweir Text [ en-US ] = "Forms" ; 41cdf0e10cSrcweir}; 42cdf0e10cSrcweirString RID_STR_NO_PROPERTIES 43cdf0e10cSrcweir{ 44cdf0e10cSrcweir Text [ en-US ] = "No control selected" ; 45cdf0e10cSrcweir}; 46cdf0e10cSrcweirString RID_STR_PROPERTIES_CONTROL 47cdf0e10cSrcweir{ 48cdf0e10cSrcweir Text [ en-US ] = "Properties: " ; 49cdf0e10cSrcweir}; 50cdf0e10cSrcweirString RID_STR_PROPERTIES_FORM 51cdf0e10cSrcweir{ 52cdf0e10cSrcweir Text [ en-US ] = "Form Properties" ; 53cdf0e10cSrcweir}; 54cdf0e10cSrcweirString RID_STR_FMEXPLORER 55cdf0e10cSrcweir{ 56cdf0e10cSrcweir Text [ en-US ] = "Form Navigator" ; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweirString RID_STR_FORM 59cdf0e10cSrcweir{ 60cdf0e10cSrcweir Text [ en-US ] = "Form" ; 61cdf0e10cSrcweir}; 62cdf0e10cSrcweirResource RID_RSC_TABWIN_PREFIX 63cdf0e10cSrcweir{ 64cdf0e10cSrcweir String 1 65cdf0e10cSrcweir { 66cdf0e10cSrcweir Text [ en-US ] = "Table" ; 67cdf0e10cSrcweir }; 68cdf0e10cSrcweir String 2 69cdf0e10cSrcweir { 70cdf0e10cSrcweir Text [ en-US ] = "Query" ; 71cdf0e10cSrcweir }; 72cdf0e10cSrcweir String 3 73cdf0e10cSrcweir { 74cdf0e10cSrcweir Text [ en-US ] = "SQL" ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir}; 77cdf0e10cSrcweirString RID_STR_FORMSHELL 78cdf0e10cSrcweir{ 79cdf0e10cSrcweir Text = "Form Shell" ; 80cdf0e10cSrcweir}; 81cdf0e10cSrcweirString RID_STR_STDFORMNAME 82cdf0e10cSrcweir{ 83cdf0e10cSrcweir Text [ en-US ]= "Form" ; 84cdf0e10cSrcweir}; 85cdf0e10cSrcweirString RID_STR_PROPTITLE_HIDDEN 86cdf0e10cSrcweir{ 87cdf0e10cSrcweir Text [ en-US ] = "Hidden Control" ; 88cdf0e10cSrcweir}; 89cdf0e10cSrcweirString RID_STR_CONTROL 90cdf0e10cSrcweir{ 91cdf0e10cSrcweir Text [ en-US ] = "Control" ; 92cdf0e10cSrcweir}; 93cdf0e10cSrcweirString RID_STR_REC_TEXT 94cdf0e10cSrcweir{ 95cdf0e10cSrcweir Text [ en-US ] = "Record" ; 96cdf0e10cSrcweir}; 97cdf0e10cSrcweirString RID_STR_REC_FROM_TEXT 98cdf0e10cSrcweir{ 99cdf0e10cSrcweir Text [ en-US ] = "of" ; 100cdf0e10cSrcweir}; 101cdf0e10cSrcweirString RID_STR_FIELDSELECTION 102cdf0e10cSrcweir{ 103cdf0e10cSrcweir Text [ en-US ] = "Add field:" ; 104cdf0e10cSrcweir}; 105cdf0e10cSrcweirString RID_STR_WRITEERROR 106cdf0e10cSrcweir{ 107cdf0e10cSrcweir Text [ en-US ] = "Error writing data to database" ; 108cdf0e10cSrcweir}; 109cdf0e10cSrcweir 110cdf0e10cSrcweirString RID_STR_SYNTAXERROR 111cdf0e10cSrcweir{ 112cdf0e10cSrcweir Text [ en-US ] = "Syntax error in query expression" ; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweir 115cdf0e10cSrcweirString RID_STR_DELETECONFIRM_RECORD 116cdf0e10cSrcweir{ 117cdf0e10cSrcweir Text [ en-US ] = "You intend to delete 1 record." ; 118cdf0e10cSrcweir}; 119cdf0e10cSrcweirString RID_STR_DELETECONFIRM_RECORDS 120cdf0e10cSrcweir{ 121cdf0e10cSrcweir Text [ en-US ] = "# records will be deleted." ; 122cdf0e10cSrcweir}; 123cdf0e10cSrcweirString RID_STR_DELETECONFIRM 124cdf0e10cSrcweir{ 125cdf0e10cSrcweir Text [ en-US ] = "If you click Yes, you won't be able to undo this operation.\nDo you want to continue anyway?" ; 126cdf0e10cSrcweir}; 127cdf0e10cSrcweir 128cdf0e10cSrcweirString RID_ERR_NO_ELEMENT 129cdf0e10cSrcweir{ 130cdf0e10cSrcweir Text [ en-US ] = "Choose an entry from the list or enter a text corresponding to one of the list items." ; 131cdf0e10cSrcweir}; 132cdf0e10cSrcweirString RID_STR_GROUPBOX 133cdf0e10cSrcweir{ 134cdf0e10cSrcweir Text [ en-US ] = "Frame element" ; 135cdf0e10cSrcweir}; 136cdf0e10cSrcweirString RID_STR_NAVIGATION 137cdf0e10cSrcweir{ 138cdf0e10cSrcweir Text [ en-US ] = "Navigation" ; 139cdf0e10cSrcweir}; 140cdf0e10cSrcweirString RID_STR_NAVIGATIONBAR 141cdf0e10cSrcweir{ 142cdf0e10cSrcweir Text [ en-US ] = "Navigation bar" ; 143cdf0e10cSrcweir}; 144cdf0e10cSrcweirString RID_STR_COLUMN 145cdf0e10cSrcweir{ 146cdf0e10cSrcweir Text [ en-US ] = "Col" ; 147cdf0e10cSrcweir}; 148cdf0e10cSrcweirString RID_STR_UNDO_PROPERTY 149cdf0e10cSrcweir{ 150cdf0e10cSrcweir Text [ en-US ] = "Set property '#'" ; 151cdf0e10cSrcweir}; 152cdf0e10cSrcweirString RID_STR_UNDO_CONTAINER_INSERT 153cdf0e10cSrcweir{ 154cdf0e10cSrcweir Text [ en-US ] = "Insert in container" ; 155cdf0e10cSrcweir}; 156cdf0e10cSrcweirString RID_STR_UNDO_CONTAINER_REMOVE 157cdf0e10cSrcweir{ 158cdf0e10cSrcweir Text [ en-US ] = "Delete #" ; 159cdf0e10cSrcweir}; 160cdf0e10cSrcweirString RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE 161cdf0e10cSrcweir{ 162cdf0e10cSrcweir Text [ en-US ] = "Delete # objects" ; 163cdf0e10cSrcweir}; 164cdf0e10cSrcweirString RID_STR_UNDO_CONTAINER_REPLACE 165cdf0e10cSrcweir{ 166cdf0e10cSrcweir Text [ en-US ] = "Replace a container element" ; 167cdf0e10cSrcweir}; 168cdf0e10cSrcweirString RID_STR_UNDO_DELETE_LOGICAL 169cdf0e10cSrcweir{ 170cdf0e10cSrcweir Text [ en-US ] = "Delete structure" ; 171cdf0e10cSrcweir}; 172cdf0e10cSrcweirString RID_STR_UNDO_MODEL_REPLACE 173cdf0e10cSrcweir{ 174cdf0e10cSrcweir Text [ en-US ] = "Replace Control" ; 175cdf0e10cSrcweir}; 176cdf0e10cSrcweirString RID_STR_DATE 177cdf0e10cSrcweir{ 178cdf0e10cSrcweir Text [ en-US ] = "Date" ; 179cdf0e10cSrcweir}; 180cdf0e10cSrcweirString RID_STR_TIME 181cdf0e10cSrcweir{ 182cdf0e10cSrcweir Text [ en-US ] = "Time" ; 183cdf0e10cSrcweir}; 184cdf0e10cSrcweirString RID_STR_PROPTITLE_PUSHBUTTON 185cdf0e10cSrcweir{ 186cdf0e10cSrcweir Text [ en-US ] = "Push Button" ; 187cdf0e10cSrcweir}; 188cdf0e10cSrcweirString RID_STR_PROPTITLE_RADIOBUTTON 189cdf0e10cSrcweir{ 190cdf0e10cSrcweir Text [ en-US ] = "Option Button" ; 191cdf0e10cSrcweir}; 192cdf0e10cSrcweirString RID_STR_PROPTITLE_CHECKBOX 193cdf0e10cSrcweir{ 194cdf0e10cSrcweir Text [ en-US ] = "Check Box" ; 195cdf0e10cSrcweir}; 196cdf0e10cSrcweirString RID_STR_PROPTITLE_FIXEDTEXT 197cdf0e10cSrcweir{ 198cdf0e10cSrcweir Text [ en-US ] = "Label Field" ; 199cdf0e10cSrcweir}; 200cdf0e10cSrcweirString RID_STR_PROPTITLE_GROUPBOX 201cdf0e10cSrcweir{ 202cdf0e10cSrcweir Text [ en-US ] = "Group Box" ; 203cdf0e10cSrcweir}; 204cdf0e10cSrcweirString RID_STR_PROPTITLE_EDIT 205cdf0e10cSrcweir{ 206cdf0e10cSrcweir Text [ en-US ] = "Text Box" ; 207cdf0e10cSrcweir}; 208cdf0e10cSrcweirString RID_STR_PROPTITLE_FORMATTED 209cdf0e10cSrcweir{ 210cdf0e10cSrcweir Text [ en-US ] = "Formatted Field" ; 211cdf0e10cSrcweir}; 212cdf0e10cSrcweirString RID_STR_PROPTITLE_LISTBOX 213cdf0e10cSrcweir{ 214cdf0e10cSrcweir Text [ en-US ] = "List Box" ; 215cdf0e10cSrcweir}; 216cdf0e10cSrcweirString RID_STR_PROPTITLE_COMBOBOX 217cdf0e10cSrcweir{ 218cdf0e10cSrcweir Text [ en-US ] = "Combo Box" ; 219cdf0e10cSrcweir}; 220cdf0e10cSrcweirString RID_STR_PROPTITLE_IMAGEBUTTON 221cdf0e10cSrcweir{ 222cdf0e10cSrcweir Text [ en-US ] = "Image Button" ; 223cdf0e10cSrcweir}; 224cdf0e10cSrcweirString RID_STR_PROPTITLE_IMAGECONTROL 225cdf0e10cSrcweir{ 226cdf0e10cSrcweir Text [ en-US ] = "Image Control" ; 227cdf0e10cSrcweir}; 228cdf0e10cSrcweirString RID_STR_PROPTITLE_FILECONTROL 229cdf0e10cSrcweir{ 230cdf0e10cSrcweir Text [ en-US ] = "File Selection" ; 231cdf0e10cSrcweir}; 232cdf0e10cSrcweirString RID_STR_PROPTITLE_DATEFIELD 233cdf0e10cSrcweir{ 234cdf0e10cSrcweir Text [ en-US ] = "Date Field" ; 235cdf0e10cSrcweir}; 236cdf0e10cSrcweirString RID_STR_PROPTITLE_TIMEFIELD 237cdf0e10cSrcweir{ 238cdf0e10cSrcweir Text [ en-US ] = "Time Field" ; 239cdf0e10cSrcweir}; 240cdf0e10cSrcweirString RID_STR_PROPTITLE_NUMERICFIELD 241cdf0e10cSrcweir{ 242cdf0e10cSrcweir Text [ en-US ] = "Numeric Field" ; 243cdf0e10cSrcweir}; 244cdf0e10cSrcweirString RID_STR_PROPTITLE_CURRENCYFIELD 245cdf0e10cSrcweir{ 246cdf0e10cSrcweir Text [ en-US ] = "Currency Field" ; 247cdf0e10cSrcweir}; 248cdf0e10cSrcweirString RID_STR_PROPTITLE_PATTERNFIELD 249cdf0e10cSrcweir{ 250cdf0e10cSrcweir Text [ en-US ] = "Pattern Field" ; 251cdf0e10cSrcweir}; 252cdf0e10cSrcweirString RID_STR_PROPTITLE_DBGRID 253cdf0e10cSrcweir{ 254cdf0e10cSrcweir Text [ en-US ] = "Table Control " ; 255cdf0e10cSrcweir}; 256cdf0e10cSrcweirString RID_STR_PROPTITLE_SCROLLBAR 257cdf0e10cSrcweir{ 258cdf0e10cSrcweir Text [ en-US ] = "Scrollbar" ; 259cdf0e10cSrcweir}; 260cdf0e10cSrcweirString RID_STR_PROPTITLE_SPINBUTTON 261cdf0e10cSrcweir{ 262cdf0e10cSrcweir Text [ en-US ] = "Spin Button" ; 263cdf0e10cSrcweir}; 264cdf0e10cSrcweirString RID_STR_PROPTITLE_NAVBAR 265cdf0e10cSrcweir{ 266cdf0e10cSrcweir Text [ en-US ] = "Navigation Bar" ; 267cdf0e10cSrcweir}; 268cdf0e10cSrcweirString RID_STR_PROPTITLE_MULTISELECT 269cdf0e10cSrcweir{ 270cdf0e10cSrcweir Text [ en-US ] = "Multiselection" ; 271cdf0e10cSrcweir}; 272cdf0e10cSrcweirString RID_STR_NODATACONTROLS 273cdf0e10cSrcweir{ 274cdf0e10cSrcweir Text [ en-US ] = "No data-related controls in the current form!" ; 275cdf0e10cSrcweir}; 276cdf0e10cSrcweirString RID_STR_POSTFIX_DATE 277cdf0e10cSrcweir{ 278cdf0e10cSrcweir Text [ en-US ] = " (Date)" ; 279cdf0e10cSrcweir}; 280cdf0e10cSrcweirString RID_STR_POSTFIX_TIME 281cdf0e10cSrcweir{ 282cdf0e10cSrcweir Text [ en-US ] = " (Time)" ; 283cdf0e10cSrcweir}; 284cdf0e10cSrcweirString RID_STR_FILTER_NAVIGATOR 285cdf0e10cSrcweir{ 286cdf0e10cSrcweir Text [ en-US ] = "Filter navigator" ; 287cdf0e10cSrcweir}; 288cdf0e10cSrcweir 289cdf0e10cSrcweirString RID_STR_FILTER_FILTER_FOR 290cdf0e10cSrcweir{ 291cdf0e10cSrcweir Text [ en-US ] = "Filter for" ; 292cdf0e10cSrcweir}; 293cdf0e10cSrcweir 294cdf0e10cSrcweirString RID_STR_FILTER_FILTER_OR 295cdf0e10cSrcweir{ 296cdf0e10cSrcweir Text [ en-US ] = "Or" ; 297cdf0e10cSrcweir}; 298cdf0e10cSrcweir 299cdf0e10cSrcweirString RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY 300cdf0e10cSrcweir{ 301cdf0e10cSrcweir Text [ en-US ] = "Valid bound controls which can be used in the table view do not exist in the current form." ; 302cdf0e10cSrcweir}; 303cdf0e10cSrcweirString RID_STR_AUTOFIELD 304cdf0e10cSrcweir{ 305cdf0e10cSrcweir Text [ en-US ] = "<AutoField>" ; 306cdf0e10cSrcweir}; 307cdf0e10cSrcweir 308cdf0e10cSrcweirQueryBox RID_QRY_SAVEMODIFIED 309cdf0e10cSrcweir{ 310cdf0e10cSrcweir Buttons = WB_YES_NO_CANCEL ; 311cdf0e10cSrcweir DefButton = WB_DEF_YES ; 312cdf0e10cSrcweir Message [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?" ; 313cdf0e10cSrcweir}; 314cdf0e10cSrcweirResource RID_RSC_SQL_INTERNATIONAL 315cdf0e10cSrcweir{ 316cdf0e10cSrcweir String 1 317cdf0e10cSrcweir { 318cdf0e10cSrcweir Text [ en-US ] = "LIKE" ; 319cdf0e10cSrcweir }; 320cdf0e10cSrcweir String 2 321cdf0e10cSrcweir { 322cdf0e10cSrcweir Text [ en-US ] = "NOT" ; 323cdf0e10cSrcweir }; 324cdf0e10cSrcweir String 3 325cdf0e10cSrcweir { 326cdf0e10cSrcweir Text [ en-US ] = "EMPTY" ; 327cdf0e10cSrcweir }; 328cdf0e10cSrcweir String 4 329cdf0e10cSrcweir { 330cdf0e10cSrcweir Text [ en-US ] = "TRUE" ; 331cdf0e10cSrcweir }; 332cdf0e10cSrcweir String 5 333cdf0e10cSrcweir { 334cdf0e10cSrcweir Text [ en-US ] = "FALSE" ; 335cdf0e10cSrcweir }; 336cdf0e10cSrcweir String 6 337cdf0e10cSrcweir { 338cdf0e10cSrcweir Text [ en-US ] = "IS" ; 339cdf0e10cSrcweir }; 340cdf0e10cSrcweir String 7 341cdf0e10cSrcweir { 342cdf0e10cSrcweir Text [ en-US ] = "BETWEEN" ; 343cdf0e10cSrcweir }; 344cdf0e10cSrcweir String 8 345cdf0e10cSrcweir { 346cdf0e10cSrcweir Text [ en-US ] = "OR" ; 347cdf0e10cSrcweir }; 348cdf0e10cSrcweir String 9 349cdf0e10cSrcweir { 350cdf0e10cSrcweir Text [ en-US ] = "AND" ; 351cdf0e10cSrcweir }; 352cdf0e10cSrcweir String 10 353cdf0e10cSrcweir { 354cdf0e10cSrcweir Text [ en-US ] = "Average" ; 355cdf0e10cSrcweir }; 356cdf0e10cSrcweir String 11 357cdf0e10cSrcweir { 358cdf0e10cSrcweir Text [ en-US ] = "Count" ; 359cdf0e10cSrcweir }; 360cdf0e10cSrcweir String 12 361cdf0e10cSrcweir { 362cdf0e10cSrcweir Text [ en-US ] = "Maximum" ; 363cdf0e10cSrcweir }; 364cdf0e10cSrcweir String 13 365cdf0e10cSrcweir { 366cdf0e10cSrcweir Text [ en-US ] = "Minimum" ; 367cdf0e10cSrcweir }; 368cdf0e10cSrcweir String 14 369cdf0e10cSrcweir { 370cdf0e10cSrcweir Text [ en-US ] = "Sum" ; 371cdf0e10cSrcweir }; 372cdf0e10cSrcweir String 15 373cdf0e10cSrcweir { 374cdf0e10cSrcweir Text [ en-US ] = "Every" ; 375cdf0e10cSrcweir }; 376cdf0e10cSrcweir String 16 377cdf0e10cSrcweir { 378cdf0e10cSrcweir Text [ en-US ] = "Any" ; 379cdf0e10cSrcweir }; 380cdf0e10cSrcweir String 17 381cdf0e10cSrcweir { 382cdf0e10cSrcweir Text [ en-US ] = "Some" ; 383cdf0e10cSrcweir }; 384cdf0e10cSrcweir String 18 385cdf0e10cSrcweir { 386cdf0e10cSrcweir Text [ en-US ] = "STDDEV_POP" ; 387cdf0e10cSrcweir }; 388cdf0e10cSrcweir String 19 389cdf0e10cSrcweir { 390cdf0e10cSrcweir Text [ en-US ] = "STDDEV_SAMP" ; 391cdf0e10cSrcweir }; 392cdf0e10cSrcweir String 20 393cdf0e10cSrcweir { 394cdf0e10cSrcweir Text [ en-US ] = "VAR_SAMP" ; 395cdf0e10cSrcweir }; 396cdf0e10cSrcweir String 21 397cdf0e10cSrcweir { 398cdf0e10cSrcweir Text [ en-US ] = "VAR_POP" ; 399cdf0e10cSrcweir }; 400cdf0e10cSrcweir String 22 401cdf0e10cSrcweir { 402cdf0e10cSrcweir Text [ en-US ] = "Collect" ; 403cdf0e10cSrcweir }; 404cdf0e10cSrcweir String 23 405cdf0e10cSrcweir { 406cdf0e10cSrcweir Text [ en-US ] = "Fusion" ; 407cdf0e10cSrcweir }; 408cdf0e10cSrcweir String 24 409cdf0e10cSrcweir { 410cdf0e10cSrcweir Text [ en-US ] = "Intersection" ; 411cdf0e10cSrcweir }; 412cdf0e10cSrcweir}; 413cdf0e10cSrcweir 414cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_ERROR 415cdf0e10cSrcweir{ 416cdf0e10cSrcweir Text [ en-US ] = "Syntax error in SQL statement" ; 417cdf0e10cSrcweir}; 418cdf0e10cSrcweir 419cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE 420cdf0e10cSrcweir{ 421cdf0e10cSrcweir Text [ en-US ] = "The value #1 cannot be used with LIKE." ; 422cdf0e10cSrcweir}; 423cdf0e10cSrcweir 424cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE 425cdf0e10cSrcweir{ 426cdf0e10cSrcweir Text [ en-US ] = "LIKE cannot be used with this field." ; 427cdf0e10cSrcweir}; 428cdf0e10cSrcweir 429cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID 430cdf0e10cSrcweir{ 431cdf0e10cSrcweir Text [ en-US ] = "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY." ; 432cdf0e10cSrcweir}; 433cdf0e10cSrcweir 434cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID 435cdf0e10cSrcweir{ 436cdf0e10cSrcweir Text [ en-US ] = "The field cannot be compared with an integer." ; 437cdf0e10cSrcweir}; 438cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_TABLE 439cdf0e10cSrcweir{ 440cdf0e10cSrcweir Text [ en-US ] = "The database does not contain a table named \"#\"." ; 441cdf0e10cSrcweir}; 442cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY 443cdf0e10cSrcweir{ 444cdf0e10cSrcweir Text [ en-US ] = "The database does contain neither a table nor a query named \"#\"." ; 445cdf0e10cSrcweir}; 446cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS 447cdf0e10cSrcweir{ 448cdf0e10cSrcweir Text [ en-US ] = "The database already contains a table or view with name \"#\"." ; 449cdf0e10cSrcweir}; 450cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS 451cdf0e10cSrcweir{ 452cdf0e10cSrcweir Text [ en-US ] = "The database already contains a query with name \"#\"." ; 453cdf0e10cSrcweir}; 454cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_COLUMN 455cdf0e10cSrcweir{ 456cdf0e10cSrcweir Text [ en-US ] = "The column \"#1\" is unknown in the table \"#2\"." ; 457cdf0e10cSrcweir}; 458cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID 459cdf0e10cSrcweir{ 460cdf0e10cSrcweir Text [ en-US ] = "The field cannot be compared with a floating point number." ; 461cdf0e10cSrcweir}; 462cdf0e10cSrcweir 463cdf0e10cSrcweirString RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE 464cdf0e10cSrcweir{ 465cdf0e10cSrcweir Text [ en-US ] = "The entered criterion cannot be compared with this field." ; 466cdf0e10cSrcweir}; 467cdf0e10cSrcweir 468cdf0e10cSrcweirString RID_STR_DATANAVIGATOR 469cdf0e10cSrcweir{ 470cdf0e10cSrcweir Text [ en-US ] = "Data Navigator" ; 471cdf0e10cSrcweir}; 472cdf0e10cSrcweir 473cdf0e10cSrcweirString RID_STR_READONLY_VIEW 474cdf0e10cSrcweir{ 475cdf0e10cSrcweir Text [ en-US ] = " (read-only)" ; 476cdf0e10cSrcweir}; 477cdf0e10cSrcweir 478cdf0e10cSrcweirString RID_STR_ALREADYEXISTOVERWRITE 479cdf0e10cSrcweir{ 480cdf0e10cSrcweir Text [ en-US ] = "The file already exists. Overwrite?" ; 481cdf0e10cSrcweir}; 482cdf0e10cSrcweirString RID_STR_OBJECT_LABEL 483cdf0e10cSrcweir{ 484cdf0e10cSrcweir Text [ en-US ] = "#object# label" ; 485cdf0e10cSrcweir}; 486*4ccd6338Smseidel 487*4ccd6338Smseidel// ********************************************************************** EOF 488*4ccd6338Smseidel 489