mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE #77 Replace the text with the mention of Jetbrains and Intellij IDEA in properties files
(cherry picked from commite126540d08) (cherry picked from commit8ed85987f5) (cherry picked from commitd805aca0a2)
This commit is contained in:
@@ -163,7 +163,7 @@ dialog.import.on.paste.title3=Select Import to Remove
|
||||
dialog.message.0.update.existing.class={0}. Update existing class?
|
||||
dialog.message.create.test.in.the.same.source.root=Create test in the same source root?
|
||||
dialog.message.infer.nullity.annotations.requires.the.project.language.level=Infer Nullity Annotations requires the project language level be set to 1.5 or greater.
|
||||
dialog.message.jetbrains.annotations.library.is.missing=JetBrains annotations library is missing.\nWithout the library, IntelliJ IDEA cannot run the analysis. Would you like to add it?
|
||||
dialog.message.jetbrains.annotations.library.is.missing=JetBrains annotations library is missing.\nWithout the library, OpenIDE cannot run the analysis. Would you like to add it?
|
||||
dialog.message.no.places.found.to.infer.nullable.notnull=No places found to infer @Nullable/@NotNull
|
||||
dialog.paste.on.import.text=<html>The code fragment which you have pasted uses classes that are not accessible by imports in the new context.<br/>Select classes that you want to import to the new file.</html>
|
||||
dialog.paste.on.import.text2=<html>The code fragment which you have pasted uses elements that are not accessible by imports in the new context.<br/>Select elements that you want to import to the new file.</html>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# 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.
|
||||
attempt.to.modify.read.only.document.error.message=Attempt to modify read-only document
|
||||
button.cancel=Cancel
|
||||
cannot.delete.a.read.only.file=Cannot delete a read-only file ''{0}''.
|
||||
@@ -26,8 +30,8 @@ psi.search.scope.union=Union of {0} and {1}
|
||||
search.scope.unknown=<unknown scope>
|
||||
url.parse.error=Unable to parse URL {0}
|
||||
url.parse.unhandled.exception=Unable to parse URL, an unhandled exception was thrown
|
||||
plugin.loading.error.short.compatible.with.intellij.idea.only=Compatible with IntelliJ IDEA only
|
||||
plugin.loading.error.long.compatible.with.intellij.idea.only=Plugin ''{0}'' is compatible with IntelliJ IDEA only because it doesn''t define any explicit module dependencies
|
||||
plugin.loading.error.short.compatible.with.intellij.idea.only=Compatible with OpenIDE only
|
||||
plugin.loading.error.long.compatible.with.intellij.idea.only=Plugin ''{0}'' is compatible with OpenIDE only because it doesn''t define any explicit module dependencies
|
||||
plugin.loading.error.text.file.contains.invalid.plugin.descriptor=File ''{0}'' contains invalid plugin descriptor
|
||||
plugin.loading.error.plugins.cannot.be.loaded.because.they.form.a.dependency.cycle=Plugins {0} cannot be loaded because they form a dependency cycle
|
||||
plugin.loading.error.short.depends.on.broken.plugin=Depends on plugin ''{0}'' which was marked as incompatible
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# 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.
|
||||
commit.step.user.cancelled=User cancelled
|
||||
|
||||
action.text.anchor.top=top
|
||||
@@ -24,7 +28,7 @@ checkbox.invalidate.caches.invalidates.vfs=Clear file system cache and Local His
|
||||
|
||||
watcher.slow.sync=External file changes sync might be slow
|
||||
watcher.exe.not.found=Native file watcher executable is not found
|
||||
watcher.exe.compile=Unfortunately, JetBrains does not officially support native file watcher for this architecture. \
|
||||
watcher.exe.compile=Unfortunately, OpenIDE does not officially support native file watcher for this architecture. \
|
||||
Please follow <a href="https://intellij.com/compile-fsnotifier">these instructions</a> to compile it yourself.
|
||||
watcher.exe.not.exists=Native file watcher is not supported on this platform
|
||||
watcher.exe.not.exe=Native file watcher is not executable: <a href="{0}">{0}</a>
|
||||
|
||||
@@ -1164,12 +1164,12 @@ run.anything.context.tooltip=Choose context the current command will be executed
|
||||
run.anything.accessible.name=Run anything
|
||||
|
||||
plugin.signature.not.signed=<html><body>The ''{0}'' plugin has not been digitally signed, and its authenticity cannot be verified. Installing or updating unsigned plugins may expose your system to risk.<br/><br/>Plugin details: Id: {1} Version: {2} {3}</body></html>
|
||||
jetbrains.certificate.not.found=JetBrains certificate is not found.
|
||||
jetbrains.certificate.not.found=OpenIDE certificate is not found.
|
||||
jetbrains.certificate.vendor=Vendor: {0}
|
||||
jetbrains.certificate.invalid=JetBrains certificate is invalid. Please contact JetBrains support.
|
||||
jetbrains.certificate.invalid=OpenIDE certificate is invalid. Please contact OpenIDE support.
|
||||
plugin.invalid.signature.result=Digital signature verification of the ''{0}'' plugin failed with the following message: ''{1}''.
|
||||
plugin.signature.checker.title=Plugin Security Warning
|
||||
plugin.signature.checker.revoked.cert=<html><body>The ''{0}'' plugin has revoked the JetBrains certificate</body></html>
|
||||
plugin.signature.checker.revoked.cert=<html><body>The ''{0}'' plugin has revoked the OpenIDE certificate</body></html>
|
||||
plugin.signature.checker.yes=Ignore and Continue
|
||||
plugin.signature.checker.no=Cancel Installation
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
<!-- 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. -->
|
||||
|
||||
<!--suppress PluginXmlRegistrationCheck -->
|
||||
<idea-plugin>
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# 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.
|
||||
bootstrap.error.title.start.failed=Start Failed
|
||||
bootstrap.error.title.corrupted=Corrupted Installation
|
||||
bootstrap.error.title.plugin.init=Plugin Initialization Error
|
||||
@@ -64,8 +68,8 @@ bootstrap.error.request.failed=Process {0} failed to handle the command\n{1} : {
|
||||
bootstrap.error.message.headless=Application cannot start in a headless mode\
|
||||
{0,choice,0#|1#, for command: {1}} {2,choice,0#|1# (command line: {3})}
|
||||
|
||||
bootstrap.error.title.marketplace=JetBrains Marketplace Boot Failure
|
||||
bootstrap.error.message.marketplace=As a workaround, you may uninstall or update JetBrains Marketplace Support plugin at ''{0}''
|
||||
bootstrap.error.title.marketplace=OpenIDE Marketplace Boot Failure
|
||||
bootstrap.error.message.marketplace=As a workaround, you may uninstall or update OpenIDE Marketplace Support plugin at ''{0}''
|
||||
|
||||
restart.failed.title=Restart Failed
|
||||
|
||||
|
||||
@@ -1709,7 +1709,7 @@ performance.watcher.pooled.unresponsive.interval.ms=5000
|
||||
performance.watcher.pooled.unresponsive.interval.ms.description=Log if none pooled threads are available for longer than the specified time interval in ms
|
||||
|
||||
freeze.reporter.enabled=true
|
||||
freeze.reporter.enabled.description=Report UI freezes to JetBrains
|
||||
freeze.reporter.enabled.description=Report UI freezes to OpenIDE
|
||||
freeze.reporter.maxDumpDuration.ms=40000
|
||||
freeze.reporter.maxDumpDuration.ms.description=Maximum duration of the 'report.txt' performance snapshot in ms
|
||||
freeze.reporter.profiling=true
|
||||
|
||||
Reference in New Issue
Block a user