diff options
author | Sem <sembrestels@riseup.net> | 2012-07-17 02:46:53 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-07-17 02:46:53 +0200 |
commit | dce60b43126dcaa38e6845ae45e09db87aa7e229 (patch) | |
tree | ddb47e193ed2737c7adf338d0c87813a7ff67fb6 /languages | |
parent | 9590b4684d4ff87a5986742bf00ea0a91e061b0c (diff) | |
download | elgg-dce60b43126dcaa38e6845ae45e09db87aa7e229.tar.gz elgg-dce60b43126dcaa38e6845ae45e09db87aa7e229.tar.bz2 |
Refs #4643. Added unlock upgrade action.
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 18d0c88d9..159867e2f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1047,6 +1047,9 @@ Once you have logged in, we highly recommend that you change your password. 'upgrading' => 'Upgrading...', 'upgrade:db' => 'Your database was upgraded.', 'upgrade:core' => 'Your Elgg installation was upgraded.', + 'upgrade:unlock' => 'Unlock upgrade', + 'upgrade:unlock:confirm' => "Somebody is performing an upgrade. You should cancel and wait until upgrade is done. Are you sure you want to continue?", + 'upgrade:unlock:success' => "Upgrade unlocked suscessfully.", 'upgrade:unable_to_upgrade' => 'Unable to upgrade.', 'upgrade:unable_to_upgrade_info' => 'This installation cannot be upgraded because legacy views |