* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\extension; /** * The interface extension meta classes have to implement to run custom code * on enable/disable/purge. */ interface extension_interface { /** * Indicate whether or not the extension can be enabled. * * @return bool|array True if extension is enableable, array of reasons * if not, false for generic reason. */ public function is_enableable(); /** * enable_step is executed on enabling an extension until it returns false. * * Calls to this function can be made in subsequent requests, when the * function is invoked through a webserver with a too low max_execution_time. * * @param mixed $old_state The return value of the previous call * of this method, or false on the first call * @return mixed Returns false after last step, otherwise * temporary state which is passed as an * argument to the next step */ public function enable_step($old_state); /** * Disables the extension. * * Calls to this function can be made in subsequent requests, when the * function is invoked through a webserver with a too low max_execution_time. * * @param mixed $old_state The return value of the previous call * of this method, or false on the first call * @return mixed Returns false after last step, otherwise * temporary state which is passed as an * argument to the next step */ public function disable_step($old_state); /** * purge_step is executed on purging an extension until it returns false. * * Calls to this function can be made in subsequent requests, when the * function is invoked through a webserver with a too low max_execution_time. * * @param mixed $old_state The return value of the previous call * of this method, or false on the first call * @return mixed Returns false after last step, otherwise * temporary state which is passed as an * argument to the next step */ public function purge_step($old_state); } on value='topic/MDK-2006_0-update'>topic/MDK-2006_0-update Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/ltg.po
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2019-04-16 18:47:40 +0300
committerYuri Chornoivan <yurchor@ukr.net>2019-04-16 18:47:40 +0300
commitb88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7 (patch)
tree53ae9ce898c663a896cc684ad97a9619cd078bb1 /perl-install/share/po/ltg.po
parent1fca7921e9e38ebdeaf9ba46a4b752476628244c (diff)
downloaddrakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.tar
drakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.tar.gz
drakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.tar.bz2
drakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.tar.xz
drakx-b88059ae766fef0af8cd8d5ed3e9e6ab566cb6b7.zip
Fix typo found by Ardit Dani
Diffstat (limited to 'perl-install/share/po/ltg.po')
-rw-r--r--perl-install/share/po/ltg.po2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/ltg.po b/perl-install/share/po/ltg.po
index 644082d62..9854bd271 100644
--- a/perl-install/share/po/ltg.po
+++ b/perl-install/share/po/ltg.po
@@ -946,7 +946,7 @@ msgstr ""
#: authentication.pm:168
#, c-format
-msgid "Fecth base Dn "
+msgid "Fetch base DN "
msgstr ""
#: authentication.pm:189