#2206 add labels
This commit is contained in:
parent
11e125fd7e
commit
5192d104fa
2 changed files with 9 additions and 1 deletions
|
@ -2973,6 +2973,12 @@ public class FessLabels extends UserMessages {
|
|||
/** The key of the message: Install */
|
||||
public static final String LABELS_plugin_install = "{labels.plugin_install}";
|
||||
|
||||
/** The key of the message: Install Plugin */
|
||||
public static final String LABELS_plugin_install_title = "{labels.plugin_install_title}";
|
||||
|
||||
/** The key of the message: Install */
|
||||
public static final String LABELS_crud_button_install = "{labels.crud_button_install}";
|
||||
|
||||
/**
|
||||
* Assert the property is not null.
|
||||
* @param property The value of the property. (NotNull)
|
||||
|
|
|
@ -982,4 +982,6 @@ labels.plugin_type=Type
|
|||
labels.plugin_name=Name
|
||||
labels.plugin_version=Version
|
||||
labels.plugin_delete=Delete
|
||||
labels.plugin_install=Install
|
||||
labels.plugin_install=Install
|
||||
labels.plugin_install_title=Install Plugin
|
||||
labels.crud_button_install=Install
|
||||
|
|
Loading…
Add table
Reference in a new issue