mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
49 lines
3.7 KiB
Properties
49 lines
3.7 KiB
Properties
# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
|
#
|
|
# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
|
|
# Any modifications are available on the same license terms as the original source code.
|
|
filetype.idea.module.description=IDEA module
|
|
filetype.idea.module.display.name=IDEA module
|
|
filetype.idea.project.description=IDEA project
|
|
filetype.idea.project.display.name=IDEA project
|
|
global.library.display.name=Global {0, choice, 1#Library|2#Libraries}
|
|
libraries.node.text.ide=Libraries contain classes that add up various functionality to your applications. \
|
|
Libraries also include source files and JavaDocs that can help you develop your projects.<br><br>\
|
|
IDE uses libraries to assist you with code completion, validation, error highlighting, etc.<br><br>\
|
|
Global libraries are referenced through the entire project and can be used from all modules. \
|
|
Also they are available to all projects create locally on your computer.<br><br>\
|
|
Note that Global libraries are not available to anybody you share your project with. \
|
|
If you are sharing project with your team, please use Project libraries instead.<br><br>\
|
|
Expand the node and select child items to manage Global libraries. <br><br>\
|
|
To attach a library to a module, select that module, click the Dependencies tab, click Add and specify the library location.
|
|
libraries.node.text.module=Libraries contain classes that add up various functionality to your applications. \
|
|
Libraries also include source files and JavaDocs that can help you develop your projects.<br><br>\
|
|
IDE uses libraries to assist you with code completion, validation, error highlighting, etc.<br><br>\
|
|
Module libraries are referenced only from the module they are attached to. Expand the node and select child items to manage Module libraries.<br><br>\
|
|
To attach a library to a module, select that module, click the Dependencies tab, click Add and specify the library location.
|
|
libraries.node.text.project=Libraries contain classes that add up various functionality to your applications. \
|
|
Libraries also include source files and JavaDocs that can help you develop your projects.<br><br>\
|
|
IDE uses libraries to assist you with code completion, validation, error highlighting, etc.<br><br>\
|
|
Project libraries are referenced through the entire project and can be used from all modules. \
|
|
Also they are available to everybody you share the project with.<br><br>Expand the node and select child items to manage Project libraries.<br><br>\
|
|
To attach a library to a module, select that module, click the Dependencies tab, click Add and specify the library location.
|
|
library.configure.global.title=Configure Global Libraries
|
|
library.configure.module.title=Configure Module Library
|
|
library.configure.project.title=Configure Project Libraries
|
|
dependency.scope.provided=Provided
|
|
dependency.scope.runtime=Runtime
|
|
dependency.scope.test=Test
|
|
dependency.scope.compile=Compile
|
|
module.already.exists.error=Module ''{0}'' already exists in the project.
|
|
module.cannot.load.error=Cannot load module file ''{0}'':\n{1}
|
|
error.message.unknown.classpath.provider=Module configuration file ''{0}'' has unknown format ''{1}''
|
|
module.library.display.name=Module {0, choice, 1#Library|2#Libraries}
|
|
module.configuration.problem.text={0, choice, 1#module {1}|2#{0} modules}
|
|
module.remove.from.project.confirmation=Would you like to remove module ''{0}'' from the project?
|
|
project.library.display.name=Project {0, choice, 1#Library|2#Libraries}
|
|
project.root.module.source=<Module source>
|
|
dialog.title.replace.library=Replace Library
|
|
button.text.replace=Replace
|
|
disposed.library.title=Disposed Library
|
|
empty.library.title=Empty Library
|