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