alfresco-community-repo/config/alfresco/messages/rendition-config.properties
Neil McErlean 7aba799ed8 SAIL-352 Added i18n keys and values for the Rendition Service's rendering engines (actions) and their parameters.
This included some overrides of getParamDisplayLabel() in the RenditionService classes to support i18n key-value pairs which are common across many rendering engines.

These actions and their parameters have been hidden by Erik in the default Alfresco config. The changes contained in this check-in mean that 3rd parties could show these actions and parameters and see useful labels.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20009 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2010-04-27 12:41:03 +00:00

46 lines
2.3 KiB
Properties

# Rendering Engines i18n properties
# The following are common to all rendering engines
baseRenderingAction.runAs.display-label=Run as
baseRenderingAction.update-renditions-on-any-property-change.display-label=Update renditions on any property change
baseRenderingAction.rendition-nodetype.display-label=Rendition node type
baseRenderingAction.placeHolderResourcePath.display-label=Placeholder resource path
baseRenderingAction.sourceContentProperty.display-label=Source content property
baseRenderingAction.targetContentProperty.display-label=Target content property
baseRenderingAction.destination-path-template.display-label=Destination path template
baseRenderingAction.orphan-existing-rendition.display-label=Orphan existing rendition
# The following are common to all template-based rendering engines
baseTemplateRenderingAction.model.display-label=Model
baseTemplateRenderingAction.template_string.display-label=Template string
baseTemplateRenderingAction.template_node.display-label=Template node
baseTemplateRenderingAction.template_path.display-label=Template path
# reformat
reformat.title=Perform a reformat rendition
reformat.description=Renders a piece of content in another format (MIME type).
reformat.flashVersion.display-label=Flash version
reformat.mime-type.display-label=MIME type
# imageRenderingEngine
imageRenderingEngine.title=Perform an image processing rendition
imageRenderingEngine.xsize.display-label=Width
imageRenderingEngine.ysize.display-label=Height
imageRenderingEngine.isAbsolute.display-label=Is absolute
imageRenderingEngine.maintainAspectRatio.display-label=Maintain aspect ratio
imageRenderingEngine.resizeToThumbnail.display-label=Resize to thumbnail
imageRenderingEngine.crop_gravity.display-label=Gravity
imageRenderingEngine.crop_height.display-label=Crop height
imageRenderingEngine.crop_width.display-label=Crop width
imageRenderingEngine.crop_x.display-label=Crop x
imageRenderingEngine.crop_y.display-label=Crop y
imageRenderingEngine.percent_crop.display-label=Percent crop
imageRenderingEngine.commandOptions.display-label=Command options
# freemarkerRenderingEngine
freemarkerRenderingEngine.title=Perform a Freemarker-based rendition
freemarkerRenderingEngine.image_resolver.display-label=Image resolver
# xsltRenderingEngine
xsltRenderingEngine.title=Perform an XSLT-based rendition