############################################################################### # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. ############################################################################### # # OFBiz UiLabel Properties used for errors messages in the # Webtools module # ################################################################## # GenericWebEvent ################################################################## genericWebEvent.entity_name_not_specified=The entityName was not specified, but is required genericWebEvent.security_object_not_found=The security object was not found in the request, please check the control servlet init genericWebEvent.delegator_object_not_found=The delegator object was not found in the request, please check the control servlet init genericWebEvent.update_mode_not_specified=Update Mode was not specified, but is required genericWebEvent.not_sufficient_permissions_01=You do not have sufficient permissions to genericWebEvent.not_sufficient_permissions_02= ${updateMode} ${entityName} (${entityPlainTableName}_${updateMode} or ${entityPlainTableName}_ADMIN needed) genericWebEvent.fatal_error_param=Fatal error: field type "${fieldType}" not found genericWebEvent.conversion_failed=conversion failed: "${fval}" is not a valid genericWebEvent.delete_failed=Delete failed (write error) genericWebEvent.create_failed_by_check=Create failed while checking if exists (read error) genericWebEvent.already_exists_pk=already exists with primary key: "${primaryKey}; please change genericWebEvent.validation_failed=validation failed genericWebEvent.failed=failed genericWebEvent.following_error_occurred=The following error(s) occurred genericWebEvent.creation_param_failed=Creation of ${entityName} failed for entity genericWebEvent.update_of_param_failed=Update of ${entityName} failed for value genericWebEvent.update_mode_invalid=Update Mode specified (${updateMode}) was not valid utilCacheEvents.permissionEdit=You do not have permission to perform this operation, UTIL_CACHE_EDIT required utilCacheEvents.noCacheNameSpecified=Could not remove cache line/element, no cache name specified utilCacheEvents.noElementNumberSpecified=Could not remove cache line/element, no element number specified utilCache.removeElementWithKey=Removed element from cache with key: ${key} utilCache.couldNotRemoveElementNumber=Could not remove cache element, element not found with cache name: ${name} , element number: ${numString} utilCache.couldNotRemoveElement=Could not remove cache element, cache not found with name: ${name} utilCache.couldNotClearCache=Could not clear cache, no name specified utilCache.clearCache=Cleared cache with name: ${name} utilCache.couldNotClearCacheNotFoundName=Could not clear cache, cache not found with name: ${name} utilCache.clearAllCaches=Cleared all caches utilCache.clearAllExpiredElements=Cleared all expired elements from all caches utilCache.couldNotUpdateCacheSetting=Could not update cache settings, no name specified