IDEA-27188 (too many svn requests)
[fedora-idea.git] / plugins / eclipse / resources / EclipseBundle.properties
blobbbf5b559ef252b5dee0441c5b6a2c1868ff2f240
1 eclipse.name=Eclipse
2 eclipse.import.operation=Import
3 eclipse.import.label.select.workspace=&Select Eclipse projects directory:
4 eclipse.import.title.select.workspace=Select Eclipse projects directory
5 eclipse.import.title.module.dir=Select directory for IntelliJ IDEA project and module files
6 eclipse.import.modules.location=Create module files in:
7 eclipse.import.modules.colocated=&Eclipse projects directories
8 eclipse.import.modules.dedicated=&Dedicated directory:
9 eclipse.import.link=&Link created IntelliJ IDEA modules to Eclipse project files
10 eclipse.import.projects.list=Eclipse projects to be imported
11 eclipse.import.action.skip=No action
12 eclipse.import.error.duplicate.name=Error: duplicate name
13 eclipse.import.action.convert=.iml will be created
14 eclipse.import.action.link=.iml will be created and linked to .classpath
15 eclipse.import.warning.undefinded.libraries=Imported project refers to unknown global libraries
16 eclipse.import.count.undefined.libraries= ({0} more...)
17 eclipse.import.converting=Converting Eclipse projects
18 eclipse.import.scanning=Scanning Eclipse projects
19 eclipse.export.dialog.title=Export to Eclipse
20 eclipse.export.operation=Export
21 eclipse.export.title=Exporting Eclipse projects
22 eclipse.export.modules.list.title=_Select modules
23 eclipse.export.nothing.to.do=No modules can be exported. You cannot export modules which:\n\
24   1) have no content roots\n\
25   2) have multiple content roots\n\
26   3) have been already converted to Eclipse-compatible format
27 eclipse.switch.modules.to.eclipse=Switch selected modules to _Eclipse-compatible format
28 eclipse.export.reading.modules=Reading modules data
29 eclipse.export.converting.projects=Converting modules to Eclipse projects
30 eclipse.export.saving.projects=Saving Eclipse projects
31 eclipse.export.nested.error=Error: nested project
32 eclipse.export.action.skip=No action
33 eclipse.export.action.redundant=Export is redundant (already linked)
34 eclipse.export.action.link=.classpath will be created and linked from .iml
35 eclipse.export.action.convert=.classpath will be created
36 eclipse.export.too.many.content.roots=Module {0} uses the Eclipse format which supports one content root only
37 eclipse.export.incompatible=incompatible (multiple or no content roots)
38 eclipse.classpath.storage.description=Eclipse (.classpath)
39 eclipse.title.modules.to.rename=Module name mismatch
40 eclipse.message.renamed.module=''{0}'' to ''{1}''\n
41 eclipse.message.modules.to.rename=Eclipse projects linked to following modules seem to be renamed:\n\n\
42 {0}\nThis is likely to cause unresolved module dependencies.\nWould you like to rename IDEA modules to match Eclipse projects?
43 eclipse.title.rename.failed=Duplicate module names
44 eclipse.message.rename.failed=Following modules could not be renamed because of duplicate module names:\n\n{0}
45 eclipse.title.unresolved.projects=Unresolved module references
46 eclipse.message.unresolved.projects=Some modules contain unresolved Eclipse-style project-relative library references:\n\n{0}
47 eclipse.file.type.descr=Eclipse project files
48 eclipse.create.library.title=Locate Eclipse installation
49 eclipse.create.library.description=<html>Some of the projects you are importing depend on Eclipse platform.<br>\
50 IntelliJ IDEA will create a global library named {0} containing Eclipse libraries.</html>