i18n: unused properties fixed

GitOrigin-RevId: 6a235c0466ffd27781913ed865acf571e4d5a974
This commit is contained in:
Dmitry Avdeev
2020-10-27 07:59:35 +00:00
committed by intellij-monorepo-bot
parent 0c357053d7
commit 7bb41f4bb8
@@ -12,7 +12,7 @@ action.remove.association.to.description=Remove Association to ''{0}''
action.XPathView.Actions.Evaluate.text=Evaluate XPath...
action.XPathView.Actions.FindByExpression.text=Find by XPath...
action.XPathView.Actions.ShowPath.text=Show Unique XPath
action.XPathView.EditorPopup.text=XPath Actions
# suppress inspection "UnusedProperty"
action.XPathView.XSLT.Associations.text=File Associations
annotator.error.attribute.value.template.not.allowed.here=Attribute Value Template is not allowed here
annotator.error.axis.step.cannot.be.used.here.context.item.atomic.value=Axis step cannot be used here: the context item is an atomic value
@@ -94,9 +94,9 @@ command.name.introduce.xslt.variable=Introduce XSLT Variable
configurable.FileAssociationsConfigurable.display.name=XSLT File Associations
configurable.XPathConfigurable.display.name=XPath Viewer
configurable.xslt.display.name=XSLT
description.XPathView.Actions.Evaluate.description=Evaluate an XPath expression and highlight the result in the XML-Document
description.XPathView.Actions.FindByExpression.description=Find Files by XPath Expression
description.XPathView.Actions.ShowPath.description=Show XPath expression that matches the current node
action.XPathView.Actions.Evaluate.description=Evaluate an XPath expression and highlight the result in the XML-Document
action.XPathView.Actions.FindByExpression.description=Find Files by XPath Expression
action.XPathView.Actions.ShowPath.description=Show XPath expression that matches the current node
dialog.message.cannot.perform.refactoring=Cannot perform refactoring.\n{0}
dialog.message.custom.functions.require.prefixed.name=Custom functions require a prefixed name
dialog.message.error.in.xpath.expression.for.variable=Error in XPath Expression for Variable ''{0}'': {1}