i18n: fix bundle messages/testData messages where necessary

This commit is contained in:
Roman Golyshev
2020-02-27 14:43:41 +03:00
committed by Dmitry Gridin
parent e1cb561398
commit 1dded486f1
115 changed files with 163 additions and 163 deletions
@@ -1,6 +1,6 @@
classpath.add.reflection=Add ''kotlin-reflect.jar'' to the classpath
classpath.add.script.runtime=Add ''kotlin-script-runtime.jar'' to the classpath
classpath.add.kotlin.test=Add ''kotlin-test.jar'' to the classpath
classpath.add.reflection=Add 'kotlin-reflect.jar' to the classpath
classpath.add.script.runtime=Add 'kotlin-script-runtime.jar' to the classpath
classpath.add.kotlin.test=Add 'kotlin-test.jar' to the classpath
scratch.clear.button=Clear results
scratch.inlay.output.mode=Inlay output mode\n\nThe output is shown in the code editor right next to the expression. Well suited for a short single-line output.