update module type descriptions (IDEADEV-41649)
[fedora-idea.git] / plugins / devkit / src / DevKitBundle.properties
blob25aa6d48f32ffb0cc0004c03d7525232e98aa3cc
1 #module type
2 module.title=Plugin Module
3 module.description=Facilitates development of <b>IntelliJ IDEA Plugins</b>. Supports <b>IntelliJ IDEA Plugin SDK</b> configuration and \
4   <b>Run Configuration</b> for running a dedicated <b>IntelliJ IDEA</b> instance for plugin debugging.
5 plugin.descriptor=IntelliJ IDEA Plugin Descriptor
7 #Module Editor - Deployment
8 deployment.title=Plugin Deployment
9 deployment.cleanup=Clean up {0} directory
10 deployment.directory.location=Select {0} Directory Location
11 deployment.view.select=Select {0}
12 manifest.settings=Manifest Settings
13 manifest.selection=Selected {0} will be included in resulting distribution
14 manifest.use.user.defined=Use user manifest:
15 deployment.view.delete=Delete {0}?
16 deployment.view.meta-inf.label=Path to {0}
17 suggest.to.delete=Do you want to delete ''{0}''?
18 vm.parameters=&VM Parameters
19 program.parameters=&Program Parameters
21 #Prepare for deployment action
22 select.plugin.modules.title=Select modules
23 select.plugin.modules.description=Select modules to be prepared for deployment
24 prepare.for.deployment.common=Preparing For Deployment
25 prepare.for.deployment=Prepare Plugin Module ''{0}'' For Deployment
26 prepare.for.deployment.all=Prepare All Plugin Modules For Deployment
27 saved.message.common={0} will be saved in selected directory
28 saved.message= {0, choice, 1#Zip|2#Jar} for module ''{1}'' was saved to {2}
29 success.deployment.message=Plugin Module ''{0}'' Successfully Prepared For Deployment
30 success.deployment.message.all=All Plugins Succesfully Prepared For Deployment
32 ##Idea Sdk
33 sdk.title=IntelliJ IDEA Plugin SDK
34 sandbox.specification=Please configure the sandbox
35 sandbox.home=Sandbox Home
36 sandbox.home.label=Sandbox Home:
37 sandbox.no.configured=No sandbox specified for idea jdk
38 sandbox.purpose=Browse folder to put config, system and plugins for target IDEA
40 #errors
41 error.occured=Error Occurred
42 jdk.no.specified=No jdk specified for plugin module ''{0}''
43 jdk.type.incorrect=Wrong jdk type for plugin module ''{0}''.
44 jdk.type.incorrect.common=Wrong jdk type for plugin module
45 incorrect.dependency.non-plugin-module=The non-plugin module ''{0}'' cannot depend on plugin module ''{1}''.
46 incorrect.dependency.not-declared=The plugin module ''{0}'' doesn''t declare the dependency on ''{1}'' in its plugin.xml.
47 error.file.not.found=File not found
48 error.file.not.found.message=File ''{0}'' not found
49 error.no.plugin.xml=No plugin.xml file found
50 error.plugin.xml.readonly=The plugin.xml file is read-only
52 #run configurations
53 run.configuration.classpath.from.module.choose=Choose classpath and jdk from module:
54 run.configuration.no.module.specified=No plugin module specified for configuration
55 run.configuration.title=Plugin
56 run.configuration.type.description=Plugin Sandbox Environment
57 idea.log.tab.title=IDEA LOG
59 #Misc
60 info.message=Info
61 create.smth=Create {0}
62 show.smth=&Show {0}
63 presentable.plugin.module.name=Plugin Module ''{0}''
65 action.MakeJarAction.text=Prepare To Deploy
66 action.MakeAllJarsAction.text=Prepare All Plugins To Deploy
67 plugin.DevKit.description=IntelliJ IDEA plugins development kit. Adds dedicated Plugin module type to IntelliJ IDEA project.\
68  Allows running/debugging IDEA plugins through Plugin-oriented Run/Debug Configuration
70 dont.add.idea.libs.to.classpath=IDEA-related libraries ({0}) must not be added to the module classpath. Please add them to the IDEA-JDK instead.
71 new.action.id=&Action ID:
72 new.action.description=&Description:
73 new.action.class.name=&Class Name:
74 new.action.text=&Name:
75 new.action.add.to.group=Add to Group
76 new.action.group.actions=Act&ions:
77 new.action.group.anchor=Anchor
78 new.action.group.anchor.first=&First
79 new.action.group.anchor.=&Last
80 new.action.group.anchor.before=&Before
81 new.action.group.anchor.after=Af&ter
82 new.action.group.groups=&Groups:
83 new.action.keyboard.shortcuts=Keyboard Shortcuts
84 new.action.keyboard.first=First:
85 new.action.keyboard.second=Second:
86 new.action.keyboard.clear=X
87 new.action.keyboard.clear.tooltip=Clear shortcut
88 command.implement.externalizable=Implement Externalizable
89 new.menu.action.text=Action
90 new.menu.action.description=Create New Action
91 new.action.error=Cannot create action
92 new.action.command=Create Action
93 new.action.action.name=Creating new action: {0}.{1}
94 new.action.dialog.title=New Action
95 new.menu.application.component.text=Application Component
96 new.menu.application.component.description=Create New Application Component
97 new.application.component.error=Cannot create application component
98 new.application.component.command=Create Application Component
99 new.application.component.prompt.title=New Application Component
100 new.application.component.prompt=Enter new application component name:
101 new.application.component.action.name=Creating new application component: {0}.{1}
102 new.menu.module.component.text=Module Component
103 new.menu.module.component.description=Create New Module Component
104 new.module.component.error=Cannot create module component
105 new.module.component.command=Create Module Component
106 new.module.component.prompt.title=New Module Component
107 new.module.component.prompt=Enter new module component name:
108 new.module.component.action.name=Creating new module component: {0}.{1}
109 new.menu.project.component.text=Project Component
110 new.menu.project.component.description=Create New Project Component
111 new.project.component.error=Cannot create project component
112 new.project.component.command=Create Project Component
113 new.project.component.prompt.title=New Project Component
114 new.project.component.prompt=Enter new project component name:
115 new.project.component.action.name=Creating new project component: {0}.{1}
117 select.plugin.modules.to.patch=Select Plugin Modules to Patch
119 keyword.extend=extend
120 keyword.implement=implement
121 class.action=action
122 class.interface=interface
123 class.implementation=implementation
125 inspections.group.name=Plugin DevKit
126 inspections.registration.problems.name=Component type mismatch
127 inspections.registration.problems.option.check.plugin.xml=Check Plugin Descriptor (plugin.xml)
128 inspections.registration.problems.option.check.java.actions=Check Java Actions
129 inspections.registration.problems.option.check.java.code=Check Java Code
130 inspections.registration.problems.quickfix.read-only=Class ''{0}'' is read-only
131 inspections.registration.problems.quickfix.make.public=Make {0} public
132 inspections.registration.problems.quickfix.create.constructor=Create no-argument constructor
134 inspections.registration.problems.incompatible.message=According to its registration in plugin.xml, the class should {0} ''{1}''
135 inspections.registration.problems.abstract=Plugin component class must not be abstract
136 inspections.registration.problems.missing.noarg.ctor=Action class must have a no-argument constructor
138 inspections.registration.problems.missing.implementation.class=Missing implementation-class
139 inspections.registration.problems.cannot.resolve.class=Cannot resolve {0} class
140 inspections.registration.problems.component.should.implement=Component class must implement ''{0}''
141 inspections.registration.problems.component.incompatible.interface=Component class is not assignable to its interface-class ''{0}''
142 inspections.registration.problems.component.duplicate.interface=Multiple components with the same interface-class are not allowed
143 inspections.registration.problems.action.incompatible.class=Action class must extend ''{0}''
145 inspections.component.not.registered.name=Component/Action not registered
146 inspections.component.not.registered.message={0} is not registered in plugin.xml
147 inspections.component.not.registered.option.check.actions=Check Actions
148 inspections.component.not.registered.option.ignore.non.public=Ignore non-public classes
149 inspections.component.not.registered.quickfix.family=Register Component
150 inspections.component.not.registered.quickfix.name=Register {0}
151 inspections.component.not.registered.quickfix.error=Cannot Register {0}
152 ant.build.jar.comment=Build archive for plugin ''{0}''
153 ant.build.jar.description=Build plugin archive for module ''{0}''
154 project.title=Plugin Project
155 no.java.sdk.for.idea.sdk.found=No Java SDK of appropriate version found. In addition to the IDEA Plugin SDK, you need to define a JSDK with the same Java version ({0}).
156 no.idea.sdk.version.found=Failed to detect JDK version required for IDEA Plugin SDK.
157 group.PluginDeployActions.text=Plugin Deployment Actions
159 error.cannot.resolve.plugin=Cannot resolve plugin {0}
160 create.description.file=Create Description File
161 select.target.location.of.description=Select target location of {0}