diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-06 10:49:59 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-06 10:49:59 +0000 |
commit | eee1375f895cdb2f0150f57e2a42b5499572a515 (patch) | |
tree | 6a8a15891d6c9d347d95eeefac0cadc8d889a5fe /language/en_UK/admin.lang.php | |
parent | 566acba5a55a406193d87a962b2fbc7d03c20e1b (diff) |
feature:2250
Add languages keys.
git-svn-id: http://piwigo.org/svn/trunk@10101 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 8ba6b2626..3a4cc97bc 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -778,4 +778,9 @@ $lang['All languages are up to date.'] = 'All languages are up to date.'; $lang['Visit theme site'] = 'Visit theme site'; $lang['Visit language site'] = 'Visit language site'; $lang['New Version'] = 'New Version'; +$lang['Obsolete Plugins'] = 'Obsolete Plugins'; +$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'WARNING! This plugin does not seem to be compatible with this version of Piwigo.'; +$lang['Do you want to activate anyway?'] = 'Do you want to activate anyway?'; +$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'THIS PLUGIN IS NOW PART OF PIWIGO CORE! UNINSTALL IT NOW!'; +$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'; ?>
\ No newline at end of file |