mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
This commit partially reverts changes from 4da3e7da. While the consolidation of reStructuredText support into a single module is retained, it needs to be available as a plugin since some IDEs do not include it by default but can still benefit from its capabilities. Merge-request: IJ-MR-139650 Merged-by: Andrey Lisin <andrey.lisin@jetbrains.com> GitOrigin-RevId: bc5cde2970a0760e32ceaee61ceef8427e8f8fe5
46 lines
1.7 KiB
Properties
46 lines
1.7 KiB
Properties
### Inspections: INSP ###
|
|
INSP.GROUP.rest=ReST
|
|
|
|
INSP.role.not.defined=Role is not defined
|
|
|
|
### Quick-fixes ###
|
|
QFIX.ignore.role.0=Ignore undefined role ''{0}''
|
|
|
|
### Annotators ###
|
|
ANN.unknown.target=Unknown target name ''{0}''
|
|
ANN.duplicate.target=Duplicate explicit target name ''{0}''
|
|
ANN.title.length=Overline length must match the underline
|
|
ANN.unusable.anonymous.target=Anonymous hyperlink target has no reference
|
|
ANN.inline.block=Blank line is required after a literal block
|
|
|
|
### Run configurations ###
|
|
runcfg.docutils.display_name=Python docs
|
|
runcfg.docutils.description=Python documentation run configuration
|
|
runcfg.docutils.sphinx.task=Sphinx task
|
|
runcfg.docutils.docutils.task=Docutils task
|
|
runcfg.docutils.input=Input:
|
|
runcfg.docutils.output=Output:
|
|
runcfg.docutils.command=Command:
|
|
runcfg.docutils.options=Options:
|
|
runcfg.dlg.select.script.path=Select path:
|
|
configurable.RestConfigurable.display.name=ReStructured text
|
|
restructured.text=reStructuredText
|
|
rest=ReST
|
|
rest.language=Rest language
|
|
literal.and.line.blocks=Literal and line blocks
|
|
interpreted.text=Interpreted text
|
|
italic.text=Italic text
|
|
bold.text=Bold text
|
|
inline.literals=Inline literals
|
|
reference.name=Reference name
|
|
explicit.markup=Explicit markup
|
|
preview.panel=Preview panel:
|
|
colors.page.attributes.descriptor.comment=Comment
|
|
colors.page.attributes.descriptor.title=Title
|
|
colors.page.attributes.descriptor.fields=Fields
|
|
### Actions ###
|
|
|
|
sphinx.set.working.directory.dialog.title=Set Sphinx Working Directory:
|
|
sphinx.choose.working.directory.browse.folder.title=Choose Sphinx Working Directory (Containing Makefile):
|
|
sphinx.restructured.text.error=ReStructuredText Error
|
|
restructuredtext.html.preview.editor.name=ReStructuredText HTML Preview |