OPENIDE #77 Replace the text with the mention of Jetbrains and Intellij IDEA in properties files

(cherry picked from commit e126540d08)
(cherry picked from commit 8ed85987f5)
(cherry picked from commit d805aca0a2)
This commit is contained in:
Nikita Iarychenko
2026-03-26 13:11:26 +04:00
parent 6c2a7688a8
commit d88627343f
7 changed files with 27 additions and 10 deletions
@@ -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>