# # 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 SCR plugin # # Localizations for FsResourceProvider configuration resource.resolver.name = Apache Sling Filesystem Resource Provider resource.resolver.description = Configure an instance of the filesystem \ resource provider in terms of provider root and filesystem location provider.roots.name = Provider Root provider.roots.description = Location in the virtual resource tree where the \ filesystem resources are mapped in. This property must not be an empty string. provider.file.name = Filesystem Root provider.file.description = Filesystem directory mapped to the virtual \ resource tree. This property must not be an empty string. If the path is \ relative it is resolved against sling.home or the current working directory. \ The path may be a file or folder. If the path does not address an existing \ file or folder, an empty folder is created. provider.checkinterval.name = Check Interval provider.checkinterval.description = If the interval has a value higher than 100, the provider will \ check the file system for changes periodically. This interval defines the period in milliseconds \ (the default is 1000). If a change is detected, resource events are sent through the event admin.