i18n: remove html wrap from .properties
#KT-37483
This commit is contained in:
@@ -153,13 +153,13 @@ library.update.failed=Library update failed
|
|||||||
failed.to.update.0.1=Failed to update {0}: {1}
|
failed.to.update.0.1=Failed to update {0}: {1}
|
||||||
library.update.failed1=Library update failed
|
library.update.failed1=Library update failed
|
||||||
failed.to.find.root.for.file.0=Failed to find root for file: {0}
|
failed.to.find.root.for.file.0=Failed to find root for file: {0}
|
||||||
html.b.0.choice.0.1.1.some.kotlin.runtime.librar.0.choice.0.1.y.1.ies.b.1.choice.0.1.and.one.other.jar.1.and.1.other.jars.1.choice.0.has.0.have.an.unsupported.binary.format.html=<html><b>{0,choice,0#|1#|1<Some }Kotlin runtime librar{0,choice,0#|1#y|1<ies}</b>{1,choice,0#|1# and one other jar|1< and {1} other jars} {1,choice,0#has|0<have} an unsupported binary format.</html>
|
html.b.0.choice.0.1.1.some.kotlin.runtime.librar.0.choice.0.1.y.1.ies.b.1.choice.0.1.and.one.other.jar.1.and.1.other.jars.1.choice.0.has.0.have.an.unsupported.binary.format.html=<b>{0,choice,0#|1#|1<Some }Kotlin runtime librar{0,choice,0#|1#y|1<ies}</b>{1,choice,0#|1# and one other jar|1< and {1} other jars} {1,choice,0#has|0<have} an unsupported binary format.
|
||||||
replace=Replace
|
replace=Replace
|
||||||
downgrade=Downgrade
|
downgrade=Downgrade
|
||||||
update=Update
|
update=Update
|
||||||
0.choice.0.1.1.all.kotlin.runtime.librar.0.choice.0.1.y.1.ies={0,choice,0#|1#|1<all }Kotlin runtime librar{0,choice,0#|1#y|1<ies}
|
0.choice.0.1.1.all.kotlin.runtime.librar.0.choice.0.1.y.1.ies={0,choice,0#|1#|1<all }Kotlin runtime librar{0,choice,0#|1#y|1<ies}
|
||||||
html.kotlin.library.b.0.b.has.outdated.binary.format.and.can.t.be.read.by.current.plugin.please.update.the.library.html=<html>Kotlin library <b>'{'0'}'</b> has outdated binary format and can''t be read by current plugin. Please update the library.</html>
|
html.kotlin.library.b.0.b.has.outdated.binary.format.and.can.t.be.read.by.current.plugin.please.update.the.library.html=Kotlin library <b>'{'0'}'</b> has outdated binary format and can''t be read by current plugin. Please update the library.
|
||||||
html.kotlin.library.b.0.b.was.compiled.with.a.newer.kotlin.compiler.and.can.t.be.read.please.update.kotlin.plugin.html=<html>Kotlin library <b>'{'0'}'</b> was compiled with a newer Kotlin compiler and can''t be read. Please update Kotlin plugin.</html>
|
html.kotlin.library.b.0.b.was.compiled.with.a.newer.kotlin.compiler.and.can.t.be.read.please.update.kotlin.plugin.html=Kotlin library <b>'{'0'}'</b> was compiled with a newer Kotlin compiler and can''t be read. Please update Kotlin plugin.
|
||||||
some.kotlin.libraries.attached.to.this.project.have.unsupported.binary.format.please.update.the.libraries.or.the.plugin=Some Kotlin libraries attached to this project have unsupported binary format. Please update the libraries or the plugin.
|
some.kotlin.libraries.attached.to.this.project.have.unsupported.binary.format.please.update.the.libraries.or.the.plugin=Some Kotlin libraries attached to this project have unsupported binary format. Please update the libraries or the plugin.
|
||||||
some.kotlin.libraries.attached.to.this.project.have.outdated.binary.format.and.can.t.be.read.by.current.plugin.please.update.found.libraries=Some Kotlin libraries attached to this project have outdated binary format and can't be read by current plugin. Please update found libraries.
|
some.kotlin.libraries.attached.to.this.project.have.outdated.binary.format.and.can.t.be.read.by.current.plugin.please.update.found.libraries=Some Kotlin libraries attached to this project have outdated binary format and can't be read by current plugin. Please update found libraries.
|
||||||
some.kotlin.libraries.attached.to.this.project.were.compiled.with.a.newer.kotlin.compiler.and.can.t.be.read.please.update.kotlin.plugin=Some Kotlin libraries attached to this project were compiled with a newer Kotlin compiler and can't be read. Please update Kotlin plugin.
|
some.kotlin.libraries.attached.to.this.project.were.compiled.with.a.newer.kotlin.compiler.and.can.t.be.read.please.update.kotlin.plugin=Some Kotlin libraries attached to this project were compiled with a newer Kotlin compiler and can't be read. Please update Kotlin plugin.
|
||||||
|
|||||||
+3
-3
@@ -63,7 +63,7 @@ class UnsupportedAbiVersionNotificationPanelProvider(private val project: Projec
|
|||||||
val badRootsInRuntimeLibraries = findBadRootsInRuntimeLibraries(badRuntimeLibraries, badVersionedRoots)
|
val badRootsInRuntimeLibraries = findBadRootsInRuntimeLibraries(badRuntimeLibraries, badVersionedRoots)
|
||||||
val otherBadRootsCount = badVersionedRoots.size - badRootsInRuntimeLibraries.size
|
val otherBadRootsCount = badVersionedRoots.size - badRootsInRuntimeLibraries.size
|
||||||
|
|
||||||
val text = KotlinJvmBundle.message(
|
val text = KotlinJvmBundle.htmlMessage(
|
||||||
"html.b.0.choice.0.1.1.some.kotlin.runtime.librar.0.choice.0.1.y.1.ies.b.1.choice.0.1.and.one.other.jar.1.and.1.other.jars.1.choice.0.has.0.have.an.unsupported.binary.format.html",
|
"html.b.0.choice.0.1.1.some.kotlin.runtime.librar.0.choice.0.1.y.1.ies.b.1.choice.0.1.and.one.other.jar.1.and.1.other.jars.1.choice.0.has.0.have.an.unsupported.binary.format.html",
|
||||||
badRuntimeLibraries.size,
|
badRuntimeLibraries.size,
|
||||||
otherBadRootsCount
|
otherBadRootsCount
|
||||||
@@ -103,7 +103,7 @@ class UnsupportedAbiVersionNotificationPanelProvider(private val project: Projec
|
|||||||
when {
|
when {
|
||||||
isPluginOldForAllRoots -> {
|
isPluginOldForAllRoots -> {
|
||||||
answer.setText(
|
answer.setText(
|
||||||
KotlinJvmBundle.message(
|
KotlinJvmBundle.htmlMessage(
|
||||||
"html.kotlin.library.b.0.b.was.compiled.with.a.newer.kotlin.compiler.and.can.t.be.read.please.update.kotlin.plugin.html",
|
"html.kotlin.library.b.0.b.was.compiled.with.a.newer.kotlin.compiler.and.can.t.be.read.please.update.kotlin.plugin.html",
|
||||||
presentableName
|
presentableName
|
||||||
)
|
)
|
||||||
@@ -113,7 +113,7 @@ class UnsupportedAbiVersionNotificationPanelProvider(private val project: Projec
|
|||||||
|
|
||||||
isPluginNewForAllRoots ->
|
isPluginNewForAllRoots ->
|
||||||
answer.setText(
|
answer.setText(
|
||||||
KotlinJvmBundle.message(
|
KotlinJvmBundle.htmlMessage(
|
||||||
"html.kotlin.library.b.0.b.has.outdated.binary.format.and.can.t.be.read.by.current.plugin.please.update.the.library.html",
|
"html.kotlin.library.b.0.b.has.outdated.binary.format.and.can.t.be.read.by.current.plugin.please.update.the.library.html",
|
||||||
presentableName
|
presentableName
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -270,7 +270,7 @@ scratch.inlay.output.mode.description=Inlay output mode
|
|||||||
|
|
||||||
# Code insight
|
# Code insight
|
||||||
dialog.import.on.paste.title3=Select Import to Remove
|
dialog.import.on.paste.title3=Select Import to Remove
|
||||||
copy.paste.reference.notification=<html>{0} {0, choice, 1#import was|2#imports were} added<p><span><a href=''show''>Review Added Imports...</a></span></html>
|
copy.paste.reference.notification={0} {0, choice, 1#import was|2#imports were} added<p><span><a href=''show''>Review Added Imports...</a></span>
|
||||||
|
|
||||||
# Experimental features
|
# Experimental features
|
||||||
experimental.ml.completion=ML Completion for Kotlin
|
experimental.ml.completion=ML Completion for Kotlin
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ object ReviewAddedImports {
|
|||||||
removeImports(project, file, importsToBeDeleted)
|
removeImports(project, file, importsToBeDeleted)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
val notificationText = KotlinBundle.message("copy.paste.reference.notification", imported.size)
|
val notificationText = KotlinBundle.htmlMessage("copy.paste.reference.notification", imported.size)
|
||||||
ApplicationManager.getApplication().invokeLater(
|
ApplicationManager.getApplication().invokeLater(
|
||||||
Runnable {
|
Runnable {
|
||||||
showHint(
|
showHint(
|
||||||
|
|||||||
Reference in New Issue
Block a user