This commit is contained in:
igarashi 2019-08-16 18:18:22 +09:00
parent 11e125fd7e
commit 5192d104fa
2 changed files with 9 additions and 1 deletions

View file

@ -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)

View file

@ -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