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