mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 22:11:40 +07:00
PY-40431 Extract messages from forms in intellij.pycharm.community.* modules to the message bundle
GitOrigin-RevId: 600e2a879ea56690617ba59cd317cad2b2b42b03
This commit is contained in:
committed by
intellij-monorepo-bot
parent
831d39b705
commit
5ac4b8ae3d
@@ -23,7 +23,7 @@
|
||||
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<text value="&Interpreter options:"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.unittest.dlg.interpreter_options_title"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="47414" class="com.intellij.ui.RawCommandLineEditor" binding="myInterpreterOptionsTextField">
|
||||
@@ -31,7 +31,7 @@
|
||||
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<dialogCaption value="Enter interpreter options"/>
|
||||
<dialogCaption resource-bundle="messages/PyBundle" key="runcfg.captions.interpreter_options_dialog"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="32056" class="javax.swing.JLabel">
|
||||
@@ -39,7 +39,7 @@
|
||||
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<text value="&Working directory:"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.working_directory"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="a0dd" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="myWorkingDirectoryTextField">
|
||||
@@ -54,7 +54,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<labelFor value="39bcf"/>
|
||||
<text value="&Python interpreter:"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.python.interpreter"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="39bcf" class="javax.swing.JComboBox" binding="myInterpreterComboBox" custom-create="true">
|
||||
@@ -69,7 +69,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<labelLocation value="West"/>
|
||||
<text value="&Environment variables"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.environment_variables"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="fec2b" class="javax.swing.JLabel" binding="myProjectLabel">
|
||||
@@ -77,7 +77,7 @@
|
||||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<text value="Pro&ject:"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.project"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="195cd" class="com.intellij.application.options.ModulesComboBox" binding="myModuleCombo">
|
||||
@@ -100,7 +100,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<labelLocation value="West"/>
|
||||
<text value="Path mappings"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.path.mappings"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="7ebfd" class="com.intellij.ui.components.JBCheckBox" binding="myAddContentRootsCheckbox">
|
||||
@@ -109,7 +109,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="true"/>
|
||||
<text value="Add content roots to PYTHONPATH"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.add.content.roots.to.pythonpath"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="507b" class="com.intellij.ui.components.JBCheckBox" binding="myAddSourceRootsCheckbox">
|
||||
@@ -118,7 +118,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="true"/>
|
||||
<text value="Add source roots to PYTHONPATH"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.add.source.roots.to.pythonpath"/>
|
||||
</properties>
|
||||
</component>
|
||||
</children>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<enabled value="false"/>
|
||||
<text value="&Enable buildout support"/>
|
||||
<text resource-bundle="messages/PyBundle" key="buildout.configurable.enable.buildout.support.checkbox.text"/>
|
||||
</properties>
|
||||
</component>
|
||||
</children>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<text value="Project depends on these projects:"/>
|
||||
<text resource-bundle="messages/PyBundle" key="py.module.dependencies.configurable.list.title"/>
|
||||
</properties>
|
||||
</component>
|
||||
<grid id="4caac" binding="myListHolderPanel" layout-manager="BorderLayout" hgap="0" vgap="0">
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<text value="Python Interpreter:"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.python.interpreter"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="64e87" class="javax.swing.JRadioButton" binding="myUseModuleSdkRadioButton" default-binding="true">
|
||||
@@ -72,7 +72,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="true"/>
|
||||
<text value="Use SDK of module:"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.use.sdk.of.module"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="5f300" class="com.intellij.application.options.ModulesComboBox" binding="myModuleComboBox">
|
||||
@@ -110,7 +110,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<labelLocation value="West"/>
|
||||
<text value="Path mappings"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.path.mappings"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="d919b" class="com.intellij.ui.components.JBCheckBox" binding="myAddContentRootsCheckbox">
|
||||
@@ -119,7 +119,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="true"/>
|
||||
<text value="Add content roots to PYTHONPATH"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.add.content.roots.to.pythonpath"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="1c6cd" class="com.intellij.ui.components.JBCheckBox" binding="myAddSourceRootsCheckbox">
|
||||
@@ -128,7 +128,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="true"/>
|
||||
<text value="Add source roots to PYTHONPATH"/>
|
||||
<text resource-bundle="messages/PyBundle" key="runcfg.labels.add.source.roots.to.pythonpath"/>
|
||||
</properties>
|
||||
</component>
|
||||
</children>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<text value="Python Interpreter:"/>
|
||||
<text resource-bundle="messages/PyBundle" key="py.sdk.editor.python.interpreter.label.text"/>
|
||||
</properties>
|
||||
</component>
|
||||
</children>
|
||||
|
||||
@@ -919,10 +919,16 @@ runcfg.labels.script_parameters=&Parameters:
|
||||
runcfg.labels.script=&Script:
|
||||
runcfg.labels.environment_variables=&Environment variables:
|
||||
runcfg.labels.interpreter=&Use specified interpreter:
|
||||
runcfg.labels.use.sdk.of.module=Use SDK of module:
|
||||
runcfg.labels.interpreter_options=Interpreter &options:
|
||||
runcfg.labels.working_directory=&Working directory:
|
||||
runcfg.captions.script_parameters_dialog=Enter script parameters
|
||||
runcfg.captions.interpreter_options_dialog=Enter interpreter options
|
||||
runcfg.labels.python.interpreter=&Python interpreter:
|
||||
runcfg.labels.add.content.roots.to.pythonpath=Add content roots to PYTHONPATH
|
||||
runcfg.labels.add.source.roots.to.pythonpath=Add source roots to PYTHONPATH
|
||||
runcfg.labels.path.mappings=Path mappings
|
||||
runcfg.labels.project=Pro&ject:
|
||||
sdk.error.invalid.interpreter.name.$0=Invalid Python interpreter name ''{0}''!
|
||||
sdk.select.path=Select Python Interpreter
|
||||
runcfg.unittest.dlg.pattern=Pattern:
|
||||
@@ -942,6 +948,7 @@ MSG.cant.setup.sdk.$0=Cannot set up a python SDK \nat {0}.\nThe SDK seems invali
|
||||
buildout=Buildout
|
||||
buildout.unresolved.part.inspection=Buildout config unresolved part inspection
|
||||
buildout.unresolved.part.inspection.msg=Unresolved part reference
|
||||
buildout.configurable.enable.buildout.support.checkbox.text=&Enable buildout support
|
||||
runcfg.unittest.dlg.test_function_title=Function
|
||||
runcfg.unittest.dlg.keywords=Keywords:
|
||||
run.configuration.remote.debug.name=Python Remote Debug
|
||||
@@ -1420,3 +1427,5 @@ form.pytest.legacy.specify.the.keywords.to.search.for.the.required.tests.k.comma
|
||||
form.tox.configuration.arguments=Arguments
|
||||
form.tox.configuration.run.only.environment=Run only environment
|
||||
form.tox.configuration.runcfg.tox=tox
|
||||
py.module.dependencies.configurable.list.title=Project depends on these projects:
|
||||
py.sdk.editor.python.interpreter.label.text=Python Interpreter:
|
||||
Reference in New Issue
Block a user