mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
283 lines
15 KiB
Properties
283 lines
15 KiB
Properties
emmet.title=Emmet
|
|
emmet.configuration.title=Emmet
|
|
emmet.enable.label=&Enable XML/HTML Emmet
|
|
emmet.filters.enabled.by.default=Filters enabled by default
|
|
emmet.enable.preview=Enable &abbreviation preview
|
|
emmet.expand.abbreviation.with=Expand &abbreviation with
|
|
emmet.href.autodetect=Enable automatic &URL recognition while wrapping text with <a> tag
|
|
emmet.add.edit.point.at.the.end.of.template=Add edit &point at the end of template
|
|
emmet.bem.class.name.element.separator.label=Element separator in class names:
|
|
emmet.bem.class.name.modifier.separator.label=Modifier separator in class names:
|
|
emmet.bem.short.element.prefix.label=Short element prefix:
|
|
emmet.context.help.tooltip=Update HTML tag with Emmet abbreviation:<br/>\n.class[attribute] to overwrite value;<br/>\n.+class[attribute] to append value;<br/>\n.-class[attribute] to remove value.<br/>\n<p/>\nFor example, <code>.+c2[title=Hello]</code> abbreviation updates<br/>\n<code>\\<div class="c1"\\></code> to<br/>\n<code>\\<div class="c1 c2" title="Hello"\\></code>.
|
|
emmet.action.surround.error.hint=Cannot invoke Surround with Emmet in the current context
|
|
emmet.filter.trim.line.markers=Trim line markers
|
|
emmet.filter.BEM=BEM
|
|
emmet.filter.escape=Escape
|
|
emmet.filter.xsl.tuning=XSL tuning
|
|
|
|
html.action.new.file.name=HTML File
|
|
html.action.new.file.dialog.title=New HTML File
|
|
html.action.new.file.description=Creates new HTML file
|
|
html.action.new.file.item.html5.file=HTML 5 file
|
|
|
|
html.inspections.unknown.target=Unresolved file in a link
|
|
html.inspections.unknown.anchor=Unresolved fragment in a link
|
|
html.inspections.extra.closing.tag=Redundant closing tag
|
|
html.inspections.unknown.tag=Unknown tag
|
|
html.inspections.unknown.attribute=Unknown attribute
|
|
html.inspections.unknown.boolean.attribute=Incorrect boolean attribute
|
|
html.inspections.missing.closing.tag=Missing closing tag
|
|
html.inspections.wrong.attribute.value=Wrong attribute value
|
|
html.inspections.group.name=HTML
|
|
html.inspections.group.name.accessibility=Accessibility
|
|
html.inspections.check.empty.tag=Empty tag
|
|
html.inspections.check.valid.script.tag=Malformed content of 'script' tag
|
|
|
|
html.related.linked.files.group=Linked Files
|
|
html.quickdoc.additional.template=More info on <a href="{0}">MDN website</a>.
|
|
|
|
web.editor.configuration.title=HTML/CSS
|
|
|
|
xml.action.unwrap.enclosing.tag.name.description=Remove enclosing tag: {0}
|
|
|
|
xml.code.style.border.title.cdata=CDATA
|
|
xml.code.style.checkbox.keep.whitespace.inside=Keep whitespace inside
|
|
xml.code.style.label.whitespace.around=Whitespace around:
|
|
|
|
xml.editor.options.misc.title=XML/HTML
|
|
xml.editor.options.css.title=CSS
|
|
|
|
xml.refactor.rename.current.tag=Rename {0} to:
|
|
|
|
xml.external.resource.dialog.title=External Resource
|
|
xml.external.resource.label.uri=URI:
|
|
xml.external.resource.label.path=Path:
|
|
xml.external.resource.column.name.uri=URI
|
|
xml.external.resource.column.name.location=Location
|
|
xml.external.resource.display.name=Schemas and DTDs
|
|
xml.external.resource.label.external.resources=&External schemas and DTDs:
|
|
xml.external.resource.label.ignored.resources=&Ignored schemas and DTDs:
|
|
xml.external.resource.empty.text.no.external.resources=No external resources
|
|
xml.external.resource.empty.text.no.ignored.resources=No ignored resources
|
|
|
|
xml.generate.schema.dialog.label.result.schema.file.name=Result schema file name:
|
|
|
|
xml.inspections.cannot.resolve.anchor=Cannot resolve anchor #{0}
|
|
xml.inspections.cannot.resolve.anchor.in.file=Cannot resolve anchor #{0} in file {1}
|
|
xml.inspections.unbound.prefix=Unbound namespace prefix
|
|
xml.inspections.wrong.root.element=Wrong root element
|
|
xml.inspections.global=XML highlighting
|
|
xml.inspections.group.name=XML
|
|
xml.inspections.check.tag.empty.body=Empty element content
|
|
xml.inspections.check.file.with.xerces=Failed external validation
|
|
xml.inspections.check.dtd.references=Unresolved DTD reference
|
|
xml.inspections.unresolved.entity.reference=Unresolved entity reference {0}
|
|
xml.inspections.unresolved.element.reference=Unresolved DTD element reference {0}
|
|
xml.inspections.duplicate.id=Duplicate 'id' attribute
|
|
xml.inspections.invalid.id=Unresolved 'id' reference
|
|
xml.inspections.unused.schema=Unused schema declaration
|
|
xml.inspections.path.resolve=Unresolved file reference
|
|
xml.inspections.unresolved=Unresolved references
|
|
xml.inspections.default.attribute.value=Redundant attribute with default value
|
|
xml.inspections.deprecated=Deprecated symbol
|
|
xml.inspections.required.attributes.display.name=Missing required attribute
|
|
|
|
xml.intention.add.xsi.schema.location.for.external.resource=Add 'xsi:schemaLocation' attribute
|
|
xml.intention.create.xml.declaration=Create XML element declaration
|
|
xml.intention.fetch.name=Fetch external resource
|
|
xml.intention.fetch.progress.fetching.resource=Fetching resource
|
|
xml.intention.fetch.error.fetching.resource=Could not fetch {0}
|
|
xml.intention.fetch.error.fetching.title=Error While Fetching
|
|
xml.intention.fetch.error.fetching.dependent.resource=Could not fetch dependent resource
|
|
xml.intention.fetch.error.invalid.url.title=Invalid URL
|
|
xml.intention.fetch.error.invalid.url.no.xml.file.at.location=No XML at the specified location: \n{0}
|
|
xml.intention.fetch.error.invalid.url.message=Check the specified URL: \n{0}
|
|
xml.intention.fetch.progress.fetching=Fetching {0}
|
|
xml.intention.ignore.external.resource.text=Ignore external resource
|
|
xml.intention.insert.namespace.prefix.name=Insert namespace prefix
|
|
xml.intention.insert.namespace.prefix.command=Insert Namespace Prefix
|
|
xml.intention.manually.setup.external.resource=Manually set up external resource
|
|
xml.intention.reset.to.default.namespace.name=Reset to default namespace
|
|
xml.intention.reset.to.default.namespace.command=Reset to Default Namespace
|
|
xml.intention.split.tag.text=Split current tag
|
|
xml.intention.split.tag.family=Split current tag
|
|
|
|
xml.javadoc.tag.name.message=Tag name
|
|
xml.javadoc.description.message=Description
|
|
xml.javadoc.version.message=Version
|
|
xml.javadoc.enumeration.value.message=Enumeration value
|
|
xml.javadoc.complex.type.message=Complex type
|
|
|
|
xml.lookup.choose.color=choose color...
|
|
|
|
xml.map.resource.dialog.label.file=&File:
|
|
xml.map.resource.dialog.label.uri=&URI:
|
|
xml.map.resource.dialog.border.title.project.schemas=Project &Schemas
|
|
|
|
xml.options.label.catalog.property.file=Catalog property file:
|
|
xml.options.border.title.bem=BEM
|
|
|
|
xml.progress.changing.to.default.namespace=Changing to default namespace
|
|
|
|
xml.quickfix.unescaped.xml.character.family=Escape char
|
|
xml.quickfix.unescaped.xml.character.text=Escape ''{0}''
|
|
|
|
xml.schemas.border.title.default.html.language.level=Default HTML language level
|
|
xml.schemas.radio.button.html.4.http.www.w3.org.tr.html4.loose.dtd=HTML 4 ("http://www.w3.org/TR/html4/loose.dtd")
|
|
xml.schemas.radio.button.html.5=HTML 5
|
|
xml.schemas.radio.button.other.doctype=Other doctype:
|
|
xml.schemas.radio.button.xml.schema.1.0=XML Schema 1.0
|
|
xml.schemas.radio.button.xml.schema.1.1=XML Schema 1.1
|
|
xml.schemas.border.title.xml.schema.version=XML Schema version
|
|
|
|
xml.tree.config.files.type={0} files
|
|
|
|
xml.validate.tab.content.title=Validate {0}
|
|
xml.validate.no.errors.detected.status.message=No errors detected
|
|
xml.validate.open.message.view.command.name=Open Message View
|
|
xml.validate.validation.is.running.terminate.confirmation.text=Terminate validation?
|
|
xml.validate.validation.is.running.terminate.confirmation.title=Validation is Running
|
|
|
|
zen.coding.context.help.tooltip=Wraps text with HTML generated by Emmet abbreviation. It expands the abbreviation and places the selected content in the last element of the generated snippet.\n<p/>\nYou can define the output position using the <code>$#</code> placeholder.
|
|
zen.coding.context.help.link=More at docs.emmet.io
|
|
|
|
|
|
tag.name.completion.hint=Press {0} to view tags from other namespaces
|
|
tag.name.completion.display.name=Tag Name Completion
|
|
|
|
|
|
#xsd2xml and xml2xsd
|
|
invalid.number.validation.problem=Invalid number
|
|
negative.number.validation.problem=Negative number
|
|
result.schema.file.name.is.empty.validation.problem=Result schema file name is empty
|
|
generate.schema.from.instance.document.dialog.title=Generate Schema From Instance Document
|
|
|
|
xml2xsd.generator.error=Instance 2 Schema generator error
|
|
local.elements.global.complex.types.option.name=local elements/global complex types
|
|
local.elements.types.option.name=local elements/types
|
|
global.elements.local.types.option.name=global elements/local types
|
|
select.xml.document.dialog.title=Select XML Document
|
|
generate.instance.document.from.schema.dialog.title=Generate Instance Document From Schema
|
|
xmlbeans.instance.document.name.tooltip=Instance document file name to be generated
|
|
schema2instance.dialog.schema.path=Schema path:
|
|
schema2instance.dialog.instance.document.name=Instance document name:
|
|
schema2instance.dialog.element.name=Element name:
|
|
schema2instance.dialog.enable.restriction.check=Enable restriction check
|
|
schema2instance.dialog.enable.unique.check=Enable unique check
|
|
instance2schema.dialog.detect.enumerations.limit=Detect enumerations limit:
|
|
instance2schema.dialog.design.type=Design type:
|
|
instance2schema.dialog.detect.simple.content.type=Detect simple content type:
|
|
instance2schema.dialog.instance.document.path=Instance document path:
|
|
any.dialog.status=Status
|
|
schema2.instance.no.valid.root.element.name.validation.error=Root element name is not valid
|
|
schema2.instance.output.file.name.is.empty.validation.problem=Output file name is not valid
|
|
xmlbeans.schema2instance.url.tooltip=Path to schema
|
|
xmlbeans.instance2schema.url.tooltip=Path to instance document
|
|
xmlbeans.rootelement.tooltip=Root element for instance document generation
|
|
xmlbeans.particle.valid.tooltip=Enable particle valid (restriction) rule
|
|
xmlbeans.unique.particle.tooltip=Enable unique particle rule
|
|
xmlbeans.designtype.tooltip=XMLSchema design type
|
|
xmlbeans.simplecontenttype.tooltip=Simple content types detection (leaf text)
|
|
xmlbeans.enumerations.tooltip=Detection enumeration from following count
|
|
webservice.status.tooltip=Status of current settings, input errors, etc
|
|
xmlbeans.instance2schema.result.schema.name=Result schema file name
|
|
browse.button.tooltip=Browse for local file
|
|
instance.document.file.is.not.exist=Instance document file does not exist
|
|
instance.document.file.should.have.xml.extension=Instance document file should have .xml extension (lowercased)
|
|
xml2xsd.generator.error.message=Can't generate schema from instance document. Check your xml document
|
|
file.doesnt.exist=File {0} doesn''t exist
|
|
error=Error
|
|
cant.rename.file=Can''t rename {0} to {1}
|
|
cant.delete.file=Can''t delete file {0}
|
|
select.xsd.schema.dialog.title=Select XSD Schema
|
|
|
|
configurable.XmlEmmetConfigurable.display.name=HTML
|
|
configurable.XMLCatalogConfigurable.display.name=XML Catalog
|
|
configurable.DefaultSchemasConfigurable.display.name=Default XML Schemas
|
|
auto.import.show.popup=Show auto-import tooltip
|
|
smart.keys.insert.required.attributes.on.tag.completion=Insert required attributes on tag completion
|
|
smart.keys.insert.closing.tag.on.tag.completion=Insert closing tag on tag completion
|
|
smart.keys.insert.required.subtags.on.tag.completion=Insert required subtags on tag completion
|
|
smart.keys.start.attribute.on.tag.completion=Start attribute on tag completion
|
|
smart.keys.add.quotes.for.attribute.value.on.typing.equal.and.attribute.completion=Add quotes for attribute value on typing '=' and attribute completion
|
|
smart.keys.auto.close.tag.on.typing.less=Auto-close tag on typing '</'
|
|
smart.keys.simultaneous.tags.editing=Simultaneous '<tag></tag>' editing
|
|
smart.keys.select.whole.css.identifiers.on.double.click=Select whole CSS identifiers on double click
|
|
settings.enable.html.xml.tag.tree.highlighting=Enable HTML/XML tag tree highlighting
|
|
settings.levels.to.highlight=Levels to highlight:
|
|
settings.opacity=Opacity:
|
|
xml.catalog.properties.file=XML Catalog Properties File
|
|
default=Default
|
|
emmet.preview=Emmet Preview
|
|
cannot.show.preview.for.given.abbreviation=Cannot show preview for given abbreviation
|
|
rearrange.tag.attributes=Rearrange tag attributes
|
|
rename.xml.tag=Rename XML tag
|
|
namespace.prefix=Namespace prefix:
|
|
emmet.error=Emmet Error
|
|
map.external.resource=Map External Resource
|
|
choose.schema.file=Choose Schema File
|
|
convert.text.to.cdata=Convert text to CDATA
|
|
convert.cdata.to.text=Convert CDATA to text
|
|
no.errors.found=No errors found
|
|
xml.text=XML text
|
|
xml.tag=XML tag
|
|
could.not.save.generated.xml.document.0=Could not save generated XML document: {0}
|
|
change.template.data.language=Change template data language
|
|
xml.actions=XML Actions
|
|
choose.tag.name=Choose Tag Name
|
|
generate.xml.tag=Generate XML Tag
|
|
comments=Comments
|
|
disable.emmet=Disable Emmet
|
|
edit.emmet.settings=Edit Emmet settings
|
|
emmet.filter.single.line=Single line
|
|
checkbox.collapse.xml.tags=XML tags
|
|
xml.tag.info.no.attributes=<no attributes>
|
|
intention.color.chooser.dialog=Choose color
|
|
intention.name.split.attributes=Put attributes on separate lines
|
|
intention.name.join.attributes=Put attributes on one line
|
|
editbox.keep.blank.lines=Keep blank lines:
|
|
dialog.edit.template.checkbox.xsl.text=XSL Text
|
|
checkbox.wrap.text=Wrap text
|
|
label.remove.new.line.before=Remove new line before:
|
|
checkbox.collapse.html.style.attribute=HTML 'style' attribute
|
|
inline.elements=Inline elements:
|
|
label.lines=lines
|
|
emmet.filter.comment.tags=Comment tags
|
|
label.keep.white.spaces.inside=Keep white spaces inside:
|
|
title.xml=XML
|
|
label.or.if.tag.size.more.than=or if tag size more than
|
|
checkbox.keep.line.breaks.in.text=Keep line breaks in text
|
|
checkbox.keep.line.breaks=Keep line breaks
|
|
dialog.edit.template.checkbox.html=&HTML
|
|
action.name.show.history.for.tag=Tag
|
|
checkbox.align.text=Align text
|
|
checkbox.align.attributes=Align attributes
|
|
checkbox.keep.white.spaces=Keep white spaces
|
|
checkbox.spaces.in.empty.tag=In empty tag
|
|
label.insert.new.line.before=Insert new line before:
|
|
label.do.not.indent.children.of=Do not indent children of:
|
|
html.label.new.line.before.first.attribute=New line before &first attribute:
|
|
checkbox.spaces.around.equals.in.attribute=Around "=" in attribute
|
|
checkbox.collapse.entities=XML entities
|
|
html.label.new.line.after.last.attribute=New line after &last attribute:
|
|
dialog.edit.template.checkbox.html.text=HTML Text
|
|
dialog.edit.template.checkbox.xml=&XML
|
|
don.t.break.if.inline.content=Don't break if inline content:
|
|
checkbox.spaces.around.tag.name=After tag name
|
|
checkbox.collapse.data.uri=Data URIs
|
|
generated.quote.enforce.format=Enforce on format
|
|
action.name.show.history.for.text=Text
|
|
inspection.javadoc.html.not.required.label.text=Additional not required html attributes:
|
|
checkbox.uniform.indent=Use HTML indents within <style> and <script> tags
|
|
hint.text.removed.namespace=Removed {0} {1, choice, 0#namespaces|1#namespace}
|
|
border.title.xml=XML
|
|
configurable.name.html.css=HTML/CSS
|
|
xml.category=XML
|
|
ignore.ext.resource.preview=Register {0} as ignored resource in {1}
|
|
checkbox.enable.completion.html.auto.popup.code.completion.on.typing.in.text=Enable auto-popup of tag name code completion when typing in HTML text
|
|
preserve=Preserve
|
|
remove.keep.with.tags=Remove (keep with tags)
|
|
add.new.lines=Add new lines
|
|
|