# # 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. # provider.name = Apache Sling JCR ResourceBundle Provider provider.description = ResourceBundleProvider service which loads the messages \ from the repository. If the user name field is left empty, the provider will \ log into the repository as the administrative user. Otherwise the given user \ name and password are used to access the repository. Failing to access the \ repository, effectively disables the provider. user.name = User Name user.description = The name of the user to log in to the repository to get the \ resources. If this field is empty, the provider accesses the repository as \ the administrative user. password.name = Password password.description = The password used to log in to the repository to get \ the resources. This field is only used if the user name field is not empty. locale.default.name = Default Locale locale.default.description = The default locale to assume if none can be \ resolved otherwise. This value must be in the form acceptable to the \ java.util.Locale class. preload.bundles.name = Preload Bundles preload.bundles.description = Whether or not to eagerly load the resource bundles \ on bundle start or a cache invalidation.