diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-02-01 21:49:39 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-02-01 21:49:39 +0100 |
commit | 2c2b3c89f8b69b42220c19a811feb6a7b85e989f (patch) | |
tree | 578738860d8a61188919ece43b2f0805aa30bd9b /ratatoeskr/translations/en.php | |
parent | e4e0bf836669b5419a0e2c86409c46898beef5b4 (diff) | |
download | ratatoeskr-cms-2c2b3c89f8b69b42220c19a811feb6a7b85e989f.tar.gz ratatoeskr-cms-2c2b3c89f8b69b42220c19a811feb6a7b85e989f.tar.bz2 ratatoeskr-cms-2c2b3c89f8b69b42220c19a811feb6a7b85e989f.zip |
Plugin deletion can now be enforced.
This will skip the RatatoeskrPlugin::delete() part and will not load the
plugin before deletion, so you can delete a plugin if it contained
syntax errors without disabling plugins in config.php
Diffstat (limited to 'ratatoeskr/translations/en.php')
-rw-r--r-- | ratatoeskr/translations/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php index ca015d3..05348ee 100644 --- a/ratatoeskr/translations/en.php +++ b/ratatoeskr/translations/en.php @@ -258,6 +258,7 @@ $translation = array( "setup_link_yourpage" => "Your new Webpage", "setup_link_backend" => "The backend of your Webpage", "admin_data_must_be_filled_out" => "Administrator data must be filled out", + "enforce" => "Enforce", /* Very long texts here */ "linking_back_hint" => <<<LINKINGBACK <h2>Linking back</h2> |