mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
177 lines
9.5 KiB
Properties
177 lines
9.5 KiB
Properties
# Import.
|
|
import.title=Reload {0} Projects
|
|
import.needed={0} projects need to be imported
|
|
import.importChanged=Reload Project Changes
|
|
import.enableAutoImport=Enable Auto-Reload
|
|
module.type.title={0} Module
|
|
module.type.description={0} modules are used for developing <b>JVM-based</b> applications with dependencies managed by <b>{0}</b>
|
|
orphan.modules.dialog.title=Orphan Modules
|
|
orphan.modules.dialog.text=<html>The modules below were removed from the project.<br/>Select the ones you need to restore.<html>
|
|
orphan.modules.text=The IDE modules below were removed by the {0} project reload:<p>{1}</p><br/>You can <a href="#">open dialog</a> to select the ones you need to restore.
|
|
local.history.remove.orphan.modules=Remove orphan modules after project reload
|
|
|
|
# Settings.
|
|
setting.type.location.deduced={0} location is deduced
|
|
setting.type.location.unknown={0} location is unknown
|
|
setting.type.location.explicit.correct={0} location is defined
|
|
setting.type.location.explicit.incorrect={0} location is incorrect
|
|
settings.label.select.project={0} project:
|
|
settings.label.project.format=Project format:
|
|
settings.label.use.auto.import=Auto-reload this project on changes in build script files
|
|
|
|
settings.title.projects.settings={0} projects
|
|
settings.title.system.settings=General settings
|
|
|
|
# Progress.
|
|
progress.import.text=Building ''{0}'' {1} project info
|
|
progress.refresh.text=Importing ''{0}'' {1} project
|
|
progress.resolve.libraries=Resolving {0} libraries
|
|
progress.update.text={0}: {1}
|
|
progress.update.refresh=Importing {0}
|
|
|
|
# Errors.
|
|
error.project.import.error.title=Project Reload Failed
|
|
error.project.does.not.exist={0} script file ''{1}'' not found
|
|
error.project.already.registered=The project is already registered
|
|
error.resolve.with.reason={0}\n\nConsult IDE log for more details (Help | Show Log)
|
|
error.resolve.already.running=Another ''Reload project'' task is currently running for the project: {0}
|
|
|
|
# Tool window
|
|
tool.window.title.projects=projects
|
|
tool.window.title.tasks=tasks
|
|
external.system.view.nodes.run_configurations.name=Run Configurations
|
|
external.system.view.nodes.dependency_reference_node_tooltip=Dependencies omitted (listed previously). <br/>Press Enter or left mouse button double click to navigate to dependencies.
|
|
|
|
# Action.
|
|
action.refresh.all.projects.text=Reload All {0} Projects
|
|
action.refresh.all.projects.description=Force reload all linked {0} projects
|
|
action.refresh.project.text=Reload {0} Project
|
|
action.refresh.project.description=Force reload selected linked {0} project
|
|
action.detach.external.project.text=Unlink {0} Project
|
|
action.detach.external.project.description=Unlink selected project
|
|
action.detach.external.confirmation.prompt={0} {1, choice, 1#Module|2#Modules} {2} will be unlinked.\nNo files will be deleted.
|
|
action.ignore.external.projects.text=Ignore {0} {1,choice,1#Project|2#Projects}
|
|
action.ignore.external.projects.description=Ignore selected {0} {1,choice,1#project|2#projects}
|
|
action.unignore.external.projects.text=Unignore {0} {1,choice,1#Project|2#Projects}
|
|
action.unignore.external.projects.description=Unignore selected {0} {1,choice,1#project|2#projects}
|
|
action.open.config.text=Open {0} Config
|
|
action.open.config.description=Opens the {0} project file in the editor
|
|
|
|
action.refresh.project.auto.text=Toggle Auto-reload Mode
|
|
action.refresh.project.auto.text.all=Enable auto-reload after any changes
|
|
action.refresh.project.auto.text.selective=Enable auto-reload only after external changes
|
|
action.refresh.project.auto.text.none=Disable auto-reload after all changes
|
|
action.refresh.project.auto.description.all=Auto-reload the project after any changes to build files
|
|
action.refresh.project.auto.description.selective=Auto-reload the project after VCS updates and changes to build files made outside IDE
|
|
action.refresh.project.auto.description.none=Don't auto-reload project after any changes to build files
|
|
|
|
action.open.settings.text={0} Settings
|
|
action.open.settings.description=Edit {0} settings for the current project
|
|
|
|
# Notification
|
|
notification.project.refresh.fail.title={0} ''{1}'' project reload failed
|
|
notification.project.build.fail.title={0} ''{1}'' project build failed
|
|
notification.messages.project.sync.tab.name={0} Sync
|
|
notification.messages.task.execution.tab.name={0} Task
|
|
|
|
# Tasks.
|
|
tasks.recent.title=Recent tasks
|
|
tasks.all.title=All tasks
|
|
|
|
external.system.keymap.group=External Build Systems
|
|
external.system.task.before.sync=Before Sync
|
|
external.system.task.after.sync=After Sync
|
|
external.system.task.before.compile=Before Build
|
|
external.system.task.after.compile=After Build
|
|
external.system.task.before.rebuild=Before Rebuild
|
|
external.system.task.after.rebuild=After Rebuild
|
|
external.system.task.before.run=Before Run
|
|
## Tasks UI
|
|
external.system.task.activation.title=Tasks Activation
|
|
external.system.task.activation.description=Edit {0} tasks activation settings
|
|
|
|
# Execution
|
|
run.configuration.description={0} build
|
|
run.configuration.tooltip.choose.registered.project=Choose one of registered {0} projects
|
|
run.configuration.title.choose.registered.project=Choose {0} project
|
|
run.configuration.settings.label.project={0} project:
|
|
run.configuration.settings.label.tasks=Tasks:
|
|
run.configuration.settings.label.vmoptions=VM options:
|
|
run.configuration.settings.label.arguments=Arguments:
|
|
run.text.starting.multiple.task={0}: Executing tasks{1}...
|
|
run.text.starting.single.task={0}: Executing task{1}...
|
|
run.text.ended.multiple.task={0}: Tasks execution finished{1}.
|
|
run.text.ended.single.task={0}: Task execution finished{1}.
|
|
run.error.undefined.task=No task to execute is specified
|
|
run.invalid.jvm.agent.configuration=Invalid JVM agent configuration used ''{0}''
|
|
|
|
external.system.java.in.resolving=Resolving...
|
|
external.system.java.internal.jre=Use Internal JRE
|
|
external.system.java.home.env=Use JAVA_HOME
|
|
external.system.project_jdk.not_specified=Project JDK is not specified. <a href=''{0}''>Open Project SDK Configuration</a>
|
|
external.system.java.home.undefined=JAVA_HOME environment variable not defined
|
|
external.system.java.home.invalid=JAVA_HOME environment variable does not point to valid JDK or JRE ({0})
|
|
external.system.platform.sdk.invalid=Platform SDK does not point to valid JDK ({0})
|
|
|
|
tasks.select.task.title=Select {0} Task
|
|
tasks.edit.task.title=Edit {0} Task
|
|
tasks.before.run.empty=Run {0} task
|
|
tasks.before.run=Run {0} task ''{1}''
|
|
# Debugger
|
|
debugger.status.connected=Connected to the VM started by ''{0}'' {1}
|
|
debugger.open.session.tab=Open the debugger session tab
|
|
|
|
external.system.mavenized.structure.wizard.artifact.coordinates.title=Artifact Coordinates
|
|
|
|
external.system.mavenized.structure.wizard.parent.label=Parent:
|
|
external.system.mavenized.structure.wizard.name.label=Name:
|
|
external.system.mavenized.structure.wizard.location.label=Location:
|
|
external.system.mavenized.structure.wizard.group.id.label=GroupId:
|
|
external.system.mavenized.structure.wizard.artifact.id.label=ArtifactId:
|
|
external.system.mavenized.structure.wizard.version.label=Version:
|
|
|
|
external.system.mavenized.structure.wizard.name.presentation=name
|
|
external.system.mavenized.structure.wizard.location.presentation=location
|
|
external.system.mavenized.structure.wizard.group.id.presentation=groupId
|
|
external.system.mavenized.structure.wizard.artifact.id.presentation=artifactId
|
|
external.system.mavenized.structure.wizard.version.presentation=version
|
|
|
|
external.system.mavenized.structure.wizard.group.id.help=The name of the artifact group, usually a company domain
|
|
external.system.mavenized.structure.wizard.artifact.id.help=The name of the artifact within the group, usually a {0} name
|
|
external.system.mavenized.structure.wizard.version.help=The artifact version
|
|
|
|
external.system.mavenized.structure.wizard.missing.error=Missing {0} {1}
|
|
external.system.mavenized.structure.wizard.directory.not.writable.error=Directory is not writable
|
|
external.system.mavenized.structure.wizard.directory.not.exist.warning=Directory does not exist
|
|
external.system.mavenized.structure.wizard.directory.not.empty.warning=Directory is not empty
|
|
external.system.mavenized.structure.wizard.file.not.directory.error=Specified path is not a directory
|
|
external.system.mavenized.structure.wizard.directory.already.taken.error=Directory is already taken by the project ''{0}''
|
|
|
|
external.system.reload.notification.action.reload.and.conjunction={0} and {1}
|
|
external.system.reload.notification.action.reload.text.empty=Load Changes
|
|
external.system.reload.notification.action.reload.text=Load {0} Changes
|
|
external.system.reload.notification.action.reload.description.empty=Load build system changes into {0}.
|
|
external.system.reload.notification.action.reload.description={0} project structure has been changed. Load changes into {1} to make it work correctly.
|
|
external.system.reload.notification.action.hide.text=Hide this notification
|
|
0.task.action={0} task action
|
|
confirmation=Confirmation
|
|
delete.0=Delete \\"{0}\\"?
|
|
select.modules.depended.on.currently.selected.modules=select modules depended on currently selected modules
|
|
select.required=Select Required
|
|
show.selected.only=Show Selected Only
|
|
action.text.unselect.all=Unselect All
|
|
action.text.select.all=Select All
|
|
disable.modules.with.dependency.on.this=Disable Modules with Dependency on this
|
|
enable.dependant.modules=Enable Dependant Modules
|
|
duplicate.content.roots.detected=Duplicate content roots detected
|
|
initializing.0.projects.data=Initializing {0} projects data...
|
|
action.text.none=&None
|
|
|
|
unknown.sdk.type=unknown
|
|
label.please.select.the.modules.data.to.include.in.the.project=Please select the modules/data to include in the project.
|
|
popup.title.choose.project=Choose project
|
|
popup.title.choose.activation.phase=Choose activation phase
|
|
popup.title.choose.task=Choose task
|
|
activity.name.select.external.data=Select External Data
|
|
build.event.title.sync=Sync
|