diff options
author | gweltas <gweltas@piwigo.org> | 2004-11-25 16:44:41 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-11-25 16:44:41 +0000 |
commit | 8f97f21eb2025c563cf7d8a56adb0193f3dc5eab (patch) | |
tree | 2575b7c11e92a4eb304b274ec9a597a67caa176e /admin.php | |
parent | 2c109654aac3eda8b98afb8b69b05f921091744d (diff) |
Categories option management update.
- Rewrite of the tpl file (no more table in it)
- Deletion of duplicate entry in language files
- French version
git-svn-id: http://piwigo.org/svn/trunk@622 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin.php | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -199,10 +199,10 @@ $template->assign_vars(array( 'L_GROUPS'=>$lang['groups'], 'L_AUTH'=>$lang['permissions'], 'L_UPDATE'=>$lang['update'], - 'L_CAT_UPLOAD'=>$lang['cat_options_upload_menu'], - 'L_CAT_COMMENTS'=>$lang['cat_options_comments_menu'], - 'L_CAT_VISIBLE'=>$lang['cat_options_visible_menu'], - 'L_CAT_STATUS'=>$lang['cat_options_status_menu'], + 'L_CAT_UPLOAD'=>$lang['upload'], + 'L_CAT_COMMENTS'=>$lang['comments'], + 'L_CAT_VISIBLE'=>$lang['lock'], + 'L_CAT_STATUS'=>$lang['permissions'], 'U_CONFIG_GENERAL'=>add_session_id($conf_link.'general' ), 'U_CONFIG_COMMENTS'=>add_session_id($conf_link.'comments' ), |