diff options
author | plegall <plg@piwigo.org> | 2005-09-17 21:11:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-17 21:11:40 +0000 |
commit | 8a525d57ba8c4da537b87f6f04d09160e3d9a490 (patch) | |
tree | 2164a13e4ef301caa7666c9aa13fc3ef39021410 /admin/cat_list.php | |
parent | 3371c757424cef291be02a946e528983dece9543 (diff) |
- translation: common and admin strings translated in french from english
files
git-svn-id: http://piwigo.org/svn/trunk@863 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/cat_list.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php index 4a66aee12..e681fa55c 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -245,9 +245,7 @@ $template->assign_vars(array( 'L_STORAGE'=>$lang['storage'], 'L_NB_IMG'=>$lang['pictures'], 'L_MOVE_UP'=>$lang['up'], - 'L_MOVE_DOWN'=>$lang['down'], 'L_EDIT'=>$lang['edit'], - 'L_INFO_IMG'=>$lang['cat_image_info'], 'L_DELETE'=>$lang['delete'], )); |