# # 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. # # # This file contains localization strings for configuration labels and # descriptions as used in the metatype.xml descriptor generated by the # the Sling SCR plugin repository.name = Apache Sling Embedded JCR Repository repository.description = Configuration to launch an embedded JCR Repository \ and provide it as a SlingRepository and a standard JCR Repository. \ In addition, if the registration URL is not empty, the repository is registered \ as defined. admin.login.enabled.name = Enable Administrator Login admin.login.enabled.description = Whether to enable or disable the \ SlingRepository.loginAdministrative method. The default is "true". See \ http://sling.apache.org/documentation/the-sling-engine/service-authentication.html \ for information on deprecating and disabling the loginAdministrative method. admin.name.name = Administator admin.name.description = The user name of the administrative user. This user \ name is used to implement the SlingRepository.loginAdministrative(String) \ method. It is intended for this user to provide full read/write access to \ repository. admin.password.name = Administrator Password admin.password.description = This property is not used by the Embedded \ Jackrabbit Repository. anonymous.name.name = Anonymous anonymous.name.description = The user name of the anonymous user. This user \ name is used to implement the Repository.login methods without a Credentials \ instance. anonymous.password.name = Anonymous Password anonymous.password.description = This property is not used by the Embedded \ Jackrabbit Repository. autostart.name = Autostart autostart.description = Check to have the embedded JCR repository started as \ soon as the configuration is activated. If not checked, the respository is \ only started when used the first time. config.name = Configuration File config.description = Filename or URL of the configuration file for the embedded \ JCR repository. The name is first checked, whether it points to a readable file. \ If no, the name is assumed to be an URL which must be accessible from the Sling \ Server. \ defaultWorkspace.name = Default Workspace defaultWorkspace.description = Name of the workspace to use by default if not \ is given in any of the login methods. This name is used to implement the \ SlingRepository.getDefaultWorkspace() method. If this name is empty, a null \ value is used in JCR calls so that the default workspace provided by the \ JCR repository is used. home.name = Repository Home home.description = Name of a filesystem directory in which to launch the \ embedded JCR Repository. poll.active.name = Poll Intervall Active poll.active.description = The interval in seconds between two consecutive \ checks whether the repository is still accessbible, once it has been acquired.\ The default value is 10 seconds, the minimum allowed value is 2 seconds, \ smaller values are corected to the minimum. poll.inactive.name = Poll Intervall Inactive poll.inactive.description = The interval in seconds between two consecutive \ checks whether the repository has become accessbible if the repository is \ not immediately accessible or connection to the repository has been lost. \ The default value is 10 seconds, the minimum allowed value is 2 seconds, \ smaller values are corected to the minimum. name.name = Embedded JCR Repository Name name.description = The name under which the embedded repository will be \ registered JNDI and RMI registries. The respective registry services listen \ for embedded repositories to be launched and register each under the name \ configured. If no name is configured, the repository will not be registered. repository.url.override.property.name = Repository URL override property repository.url.override.property.description = Name of the system or \ configuration Property that provides a repository connection URL to replace \ the embedded JCR Repository. \ If the corresponding System Property value is not empty, it is used to acquire \ a Repository via JNDI or RMI, instead of using the embedded one. \ Leave this value empty to force the use of the embedded Repository.