blob: 5c5849aa518ddd5acc41db0017ccb8629b5abec3 [file] [log] [blame]
#
# 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
# Event Handler Keys
event.handler.name=Apache Sling File Optimizer Event Handler
event.handler.description=An event handler for automatically invoking the Apache Sling File Optimizer based on OSGi Events
event.handler.enabled.name=Enabled
event.handler.enabled.description=If true, the Event Handler will execute, if not the event handler will not execute
event.handler.filter.name=Filter
event.handler.filter.description=A LDAP Filter to control which OSGi Events will trigger this handler will execute
event.handler.topics.name=Filter
event.handler.topic.description=The OSGI Event topics which will trigger this event
# File Optimizer Keys
file.optimizer.name=Apache Sling File Optimizer
file.optimizer.description=A service to optimize files. Allows developers to register FileOptimizer instances against \
file types to be able to optimize files of that type
file.optimizer.hash.algorithm.name=Hash Algorithm
file.optimizer.hash.algorithm.description=The algorithm with which to hash the contents of the file, used to determine \
if a file has already been optimized or not
# Jpeg Optimizer Keys
jpeg.optimizer.name=Apache Sling JPEG Optimizer
jpeg.optimizer.description=An optimizer for lossily compressing JPEG images
jpeg.optimizer.compression.level.name=Compression Level
jpeg.optimizer.compression.level.description=The compression level for compressing the Jpeg (between 0.0 - 1.0)
# Filter Keys
filter.name=Apache Sling File Optimizer Filter
filter.description=Sling Servlet Filter for optimizing a file response
filter.pattern.name=Filter Pattern
filter.pattern.description=Restrict the filter to paths that match the supplied regular expression
filter.service.ranking.name=Service Ranking
filter.service.ranking.description=Indication of where to place the filter in the filter chain. The higher the number the \
earlier in the filter chain.