############################################################################### # 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 # Webapp module # ################################################################## # CoreEvents ################################################################## coreEvents.not_authorized_use_fct=You are not authorized to use this function coreEvents.delegator_not_passed=Required parameter 'delegator' not passed. coreEvents.no_delegator_name_defined=No delegator defined by that name coreEvents.dispatcher_name_null=Dispatcher name is null coreEvents.dispatcher_context_null=Dispatch context is null coreEvents.dispatcher_not_passed=Required parameter 'dispatcher' not passed coreEvents.no_dispachter_name_registered=No dispatcher with that name has been registered coreEvents.must_specify_service=You must specify a 'SERVICE_NAME' (other parameters include: SERVICE_TIME, SERVICE_FREQUENCY, SERVICE_INTERVAL, SERVICE_COUNT) coreEvents.error_modelservice_for_srv_name=Error looking up ModelService for serviceName coreEvents.service_name_not_find=Could not find a service with the serviceName coreEvents.not_authorized_to_call=You are not authorized to call this non-exported service, you must be logged in and have the SERVICE_INVOKE_ANY permission coreEvents.invalid_format_time=Invalid format for SERVICE_TIME coreEvents.service_time_already_passed=SERVICE_TIME has already passed coreEvents.invalid_format_interval=Invalid format for SERVICE_INTERVAL coreEvents.invalid_format_count=Invalid format for SERVICE_COUNT coreEvents.invalid_format_frequency=Invalid format for SERVICE_FREQUENCY coreEvents.service_dispatcher_exception=Service dispatcher threw an exception coreEvents.no_fields_in_session=No previous fields found in session coreEvents.service_scheduled=Service has been scheduled coreEvents.must_specify_service_name=You must specify a 'serviceName', and optionally a 'mode' (sync or async, defaults to sync) coreEvents.service_eventhandler_exception=ServiceEventHandler threw an exception ################################################################## # RequestHandler ################################################################## requestHandler.error_call_event=Error calling event ################################################################## # SimpleEventHandler ################################################################## simpleEventHandler.event_not_completed=Could not complete event loginevents.username_was_empty_reenter=The Username was empty, please re-enter. loginevents.password_was_empty_reenter=The Password was empty, please re-enter. # ${errorMessage} = Error Description loginevents.following_error_occurred_during_login=The following error occurred during login: ${errorMessage} loginevents.unable_to_login_this_application=Login for this application couldn't be completed (required permissions missing).