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 23 24#ifndef _FRM_RESOURCE_HRC_ 25#include "frm_resource.hrc" 26#endif 27 28String RID_BASELISTBOX_ERROR_FILLLIST 29{ 30 Text [ en-US ] = "The contents of a combo box or list field could not be determined."; 31}; 32 33String RID_STR_IMPORT_GRAPHIC 34{ 35 Text [ en-US ] = "Insert graphics" ; 36}; 37 38String RID_STR_CONTROL_SUBSTITUTED_NAME 39{ 40 Text [ en-US ] = "substituted"; 41}; 42 43String RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN 44{ 45 Text [ en-US ] = "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."; 46}; 47 48String RID_STR_READERROR 49{ 50 Text [ en-US ] = "Error reading data from database" ; 51}; 52 53String RID_STR_CONNECTERROR 54{ 55 Text [ en-US ] = "Connection failed" ; 56}; 57 58String RID_ERR_LOADING_FORM 59{ 60 Text [ en-US ] = "The data content could not be loaded."; 61}; 62 63String RID_ERR_REFRESHING_FORM 64{ 65 Text [ en-US ] = "The data content could not be updated"; 66}; 67 68String RID_STR_ERR_INSERTRECORD 69{ 70 Text [ en-US ] = "Error inserting the new record"; 71}; 72 73String RID_STR_ERR_UPDATERECORD 74{ 75 Text [ en-US ] = "Error updating the current record"; 76}; 77 78String RID_STR_ERR_DELETERECORD 79{ 80 Text [ en-US ] = "Error deleting the current record"; 81}; 82 83String RID_STR_ERR_DELETERECORDS 84{ 85 Text [ en-US ] = "Error deleting the specified records"; 86}; 87 88String RID_STR_NEED_NON_NULL_OBJECT 89{ 90 Text [ en-US ] = "The object cannot be NULL."; 91}; 92 93String RID_STR_OPEN_GRAPHICS 94{ 95 Text [ en-US ] = "Insert graphics from..."; 96}; 97 98String RID_STR_CLEAR_GRAPHICS 99{ 100 Text [ en-US ] = "Remove graphics"; 101}; 102 103 104String RID_STR_INVALIDSTREAM 105{ 106 Text [ en-US ] = "The given stream is invalid."; 107}; 108 109String RID_STR_SYNTAXERROR 110{ 111 Text [ en-US ] = "Syntax error in query expression" ; 112}; 113 114String RID_STR_INCOMPATIBLE_TYPES 115{ 116 Text [ en-US ] = "The value types supported by the binding cannot be used for exchanging data with this control."; 117}; 118 119String RID_STR_LABEL_RECORD 120{ 121 Text [ en-US ] = "Record"; 122}; 123 124String RID_STR_INVALID_VALIDATOR 125{ 126 Text [ en-US ] = "The control is connected to an external value binding, which at the same time acts as validator. You need to revoke the value binding, before you can set a new validator."; 127}; 128 129String RID_STR_LABEL_OF 130{ 131 Text [ en-US ] = "of"; 132}; 133 134String RID_STR_QUERY_SAVE_MODIFIED_ROW 135{ 136 Text [ en-US ] = "The content of the current form has been modified.\nDo you want to save your changes?"; 137}; 138String RID_STR_COULD_NOT_SET_ORDER 139{ 140 Text [ en-US ] = "Error setting the sort criteria"; 141}; 142String RID_STR_COULD_NOT_SET_FILTER 143{ 144 Text [ en-US ] = "Error setting the filter criteria"; 145}; 146String RID_STR_FEATURE_REQUIRES_PARAMETERS 147{ 148 Text [ en-US ] = "To execute this function, parameters are needed."; 149}; 150String RID_STR_FEATURE_NOT_EXECUTABLE 151{ 152 Text [ en-US ] = "This function cannot be executed, but is only for status queries."; 153}; 154String RID_STR_FEATURE_UNKNOWN 155{ 156 Text [ en-US ] = "Unknown function."; 157}; 158