diff options
author | rub <rub@piwigo.org> | 2006-12-17 11:02:09 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-12-17 11:02:09 +0000 |
commit | 68450f256b7407a1b2e99896525c5aee22e9bad1 (patch) | |
tree | 7c70195cbf9dcd1f3ca92797b8db6a2412ad7c27 /language/en_UK.iso-8859-1/admin.lang.php | |
parent | 9c72bda44c514a615e17b8a4f3ca4353e16f3010 (diff) |
Add new menu on administration menu: "Specials".
Remove old plugin menu.
Change label pictures menu (pictures to Pictures)
git-svn-id: http://piwigo.org/svn/trunk@1672 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 8e80650de..0c664594f 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -565,4 +565,8 @@ $lang['Comment to identify your partner clearly'] = $lang['Add this access definition'] = 'Add this access definition'; $lang['Web Services availability duration in days'] = 'Web Services availability duration in days'; +$lang['special_admin_menu'] = 'Specials'; +$lang['pictures_menu'] = 'Pictures'; + + ?> |