mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
9 lines
752 B
Properties
9 lines
752 B
Properties
# Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
# Default plugin action and group texts and descriptions go here.
|
|
# All of these example "translated" strings have suffix " [EN]" to symbolize they are translated.
|
|
# The suffix is meaningless to the localization process.
|
|
action.org.intellij.sdk.action.CustomGroupedAction.text=A Popup Action [EN]
|
|
action.org.intellij.sdk.action.CustomGroupedAction.description=SDK popup grouped action example [EN]
|
|
group.org.intellij.sdk.action.CustomDefaultActionGroup.text=Popup Grouped Actions [EN]
|
|
group.org.intellij.sdk.action.CustomDefaultActionGroup.description=Custom defaultActionGroup demo [EN]
|