blob: 978d2fb873b9c74b7e25e1665de50f60a50a9522 [file] [log] [blame]
invalidVersionExpr = Version expression "{0}" is invalid.
deprecatedSyntax = \
The ">", ">=", "<", and "<=" notation in version expressions has been \
deprecated. It used in plugin {0}. Note that the angle brackets are \
represented via "&lt;" and "&gt;" in the plugin.xml files. The functionality \
has been replaced with range notation. For instance "[X-Y)" means all \
versions greater or equals to X and less than Y. Open ranges such as "(X" or \
"Y]" are also allowed.
deprecatedSyntaxNoPlugin = \
The ">", ">=", "<", and "<=" notation in version expressions has been \
deprecated. Note that the angle brackets are \
represented via "&lt;" and "&gt;" in the plugin.xml files. The functionality \
has been replaced with range notation. For instance "[X-Y)" means all \
versions greater or equals to X and less than Y. Open ranges such as "(X" or \
"Y]" are also allowed.
versionOrNewer = {0} or newer