Files
openide/plugins/htmltools/resources/messages/HtmlToolsBundle.properties
Yuriy Artamonov 4dac328bf4 [i18n] IJPL-158521 Fix more ellipsis problems in plugins
GitOrigin-RevId: 981393c6f975e303847ca598b650fec8fe65d9bf
2024-07-30 16:35:51 +00:00

48 lines
2.8 KiB
INI

action.HtmlAddTableColumnBefore.text=Add a New Column to the Table Before the Current One
action.HtmlAddTableColumnAfter.text=Add a New Column to the Table After the Current One
action.WebOpenInAction.text=Web Preview\u2026
action.HtmlTableCellNavigateRight.text=Navigate to Next Table Column
action.HtmlTableCellNavigateLeft.text=Navigate to Previous Table Column
action.HtmlTableCellNavigateDown.text=Navigate to Next Table Row
action.HtmlTableCellNavigateUp.text=Navigate to Previous Table Row
html.action.open_in.list.popup.title=Preview File in\u2026
html.action.open_in.list.prefix=Preview File in
html.drop.handler.hint.text.file.already.linked=File {0} is already linked
html.inspections.check.deprecated.attribute=Obsolete attribute
html.inspections.check.deprecated.tag=Obsolete tag
html.inspections.check.image.height.fix.message=Set height value to {0}
html.inspections.check.image.height.message=Original image height is {0}
html.inspections.check.image.size=Mismatched image size
html.inspections.check.image.fix.family=Correct image size mismatch
html.inspections.check.image.width.fix.message=Set width value to {0}
html.inspections.check.image.width.message=Original image width is {0}
html.inspections.check.presentational.tag=Presentational tag
html.inspections.check.required.alt=Missing required 'alt' attribute
html.inspections.check.required.lang=Missing required 'lang' attribute
html.inspections.check.required.summary=Missing required 'summary' attribute
html.inspections.check.required.title.element=Missing required 'title' element
html.inspections.check.required.title=Missing required 'title' attribute
html.inspections.create.label.from.text.after.action=Create a new label from the text after {0} element
html.inspections.create.label.from.text.before.action=Create a new label from the text before {0} element
html.inspections.create.new.label=Associate a new label with {0} element
html.inspections.deprecated.attribute=Obsolete attribute
html.inspections.deprecated.tag=Obsolete tag
html.inspections.form.input.without.label=Missing associated label
html.inspections.non.existent.internet.resource.message=Cannot find "{0}"
html.inspections.non.existent.internet.resource.name=Unresolved web link
html.intention.create.sub.element.text=Add ''{0}''
html.intention.create.sub.element.family=Create element
html.intention.disable.validation.web.links=Disable validation of web links
html.intention.insert.attribute=Insert ''{0}'' attribute
html.intention.insert.image.size=Insert image size
html.intention.update.image.size=Update image size
html.replace.tag.with.another.quickfix.family.name=Replace with another tag
html.replace.tag.with.another.quickfix.text=Replace {0} tag with {1} tag
html.replace.tag.with.css.quickfix.family.name=Replace with CSS
html.replace.tag.with.css.quickfix.text=Replace {0} tag with CSS