Home
last modified time | relevance | path

Searched refs:CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/lang/fr/
H A Dsettings.php15 $lang[action_plugin_combo_routermessage::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE] = 'Quand on est redirigé vers l\'éditeur, afficher un message quand le nom de la page est considéré comme "Non-unique".';
/plugin/combo/lang/de/
H A Dsettings.php16 $lang[action_plugin_combo_routermessage::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE] = 'Wenn in den Bearbeitungsmodus gewechselt wird, eine Meldung zeigen wenn der Seitenname nicht eindeutig ist';
/plugin/combo/action/
H A Droutermessage.php31 const CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE = 'ShowPageNameIsNotUnique'; define in action_plugin_combo_routermessage
186 if (!$this->getConf(self::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE) == 1) {
/plugin/combo/conf/
H A Dmetadata.php65 $meta[action_plugin_combo_routermessage::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE] = array('onoff');
/plugin/combo/lang/en/
H A Dsettings.php66 $lang[action_plugin_combo_routermessage::CONF_SHOW_PAGE_NAME_IS_NOT_UNIQUE] = PluginUtility::getDocumentationHyperLink("redirection:message", action_plugin_combo_router::NAME . " - Redirection Message") . ' - When redirected to the edit mode, show a message when the page name is not unique';