diff options
author | mistic100 <mistic@piwigo.org> | 2014-01-22 21:21:37 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-01-22 21:21:37 +0000 |
commit | cf0750dbc0c188a80b0dbefb89ea9cf4e1c79c5f (patch) | |
tree | 5e145351455bfbba50e3eb66ae9fa866f606fb7d /language/en_UK/admin.lang.php | |
parent | 597be89274c80b8b4c87ec84730e2f516e5fe6f4 (diff) |
Display "Activate it now" link when installing a new plugin
git-svn-id: http://piwigo.org/svn/trunk@26909 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 1cbc91929..4abe5641d 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -119,6 +119,7 @@ $lang['Activate icon "new" next to albums and pictures'] = 'Activate icon "new" $lang['Activate Navigation Bar'] = 'Activate navigation bar'; $lang['Activate Navigation Thumbnails'] = 'Activate navigation thumbnails'; $lang['Activate'] = "Activate"; +$lang['Activate it now'] = 'Activate it now'; $lang['Active Languages'] = 'Active Languages'; $lang['Active Plugins'] = 'Active Plugins'; $lang['Active Themes'] = 'Active Themes'; @@ -944,7 +945,6 @@ $lang['You have %d orphan tags: %s.'] = 'You have %d orphan tags: %s.'; $lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'; $lang['You have subscribed to receiving notifications by mail.'] = "You have subscribed to receive notifications by mail."; $lang['You have unsubscribed from receiving notifications by mail.'] = "You have unsubscribed from being notified by mail."; -$lang['You might go to plugin list to install and activate it.'] = "Go to the plugins list to install and activate it."; $lang['You need to confirm deletion'] = "You must confirm deletion"; $lang['You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'] = "You should upgrade your system to take full advantage of the application, otherwise the application could work improperly, or not at all"; $lang['Your configuration settings are saved'] = 'Your configuration settings are saved'; |