mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: a7c3a36de3257886256a9596275ff369031de2c6
31 lines
1.4 KiB
Properties
31 lines
1.4 KiB
Properties
action.actionId.text=text
|
|
action.actionId.description=description
|
|
|
|
group.groupId.text=text
|
|
group.groupId.description=description
|
|
|
|
<warning descr="Unused property">action.INVALID_ACTION_ID.text</warning>=noSuchAction
|
|
<warning descr="Unused property">action.INVALID_ACTION_ID.description</warning>=noSuchAction
|
|
|
|
<warning descr="Unused property">group.INVALID_GROUP_ID.text</warning>=noSuchGroup
|
|
<warning descr="Unused property">group.INVALID_GROUP_ID.description</warning>=noSuchGroup
|
|
|
|
|
|
# with <override-text>
|
|
action.actionIdWithOverride.CustomPlace.text=validCustomPlaceText
|
|
action.actionIdWithOverride.CustomPlace.description=validCustomPlaceDescription
|
|
|
|
group.groupIdWithOverride.CustomPlace.text=validCustomPlaceForGroupText
|
|
group.groupIdWithOverride.CustomPlace.description=validCustomPlaceForGroupDescription
|
|
|
|
# invalid place ID
|
|
<warning descr="Unused property">action.actionIdWithOverride.INVALID_CUSTOM_PLACE.text</warning>=noSuchCustomPlaceText
|
|
<warning descr="Unused property">action.actionIdWithOverride.INVALID_CUSTOM_PLACE.description</warning>=noSuchCustomPlaceDescription
|
|
|
|
# action vs group prefix mismatch
|
|
<warning descr="Unused property">group.actionIdWithOverride.CustomPlace.text</warning>=validCustomPlaceText
|
|
<warning descr="Unused property">action.groupIdWithOverride.CustomPlace.text</warning>=validCustomPlaceForGroupText
|
|
|
|
# actionId with multiple occurrences (override)
|
|
action.actionIdDuplicated.text=text
|
|
action.actionIdDuplicated.description=description |