diff options
author | gweltas <gweltas@piwigo.org> | 2004-12-16 14:49:47 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-12-16 14:49:47 +0000 |
commit | 775e9ee74cf910f858f08b24d4b4820ea42bac85 (patch) | |
tree | 982ba81dc264be650b75d68f23c78e962f567fa9 /admin/picture_modify.php | |
parent | 9ec6ad0c8a155d3cb93a91836014f837fdc36ccf (diff) |
- French translation for many new entries
- minor template update for cat_modify
git-svn-id: http://piwigo.org/svn/trunk@646 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/picture_modify.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 7f3677f97..4ba5f85a9 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -202,8 +202,8 @@ $template->assign_vars(array( 'L_INFOIMAGE_ASSOCIATE'=>$lang['infoimage_associate'], 'L_SUBMIT'=>$lang['submit'], 'L_RESET'=>$lang['reset'], - 'L_CAT_ASSOCIATED'=>$lang['cat_associated'], - 'L_CAT_DISSOCIATED'=>$lang['cat_dissociated'], + 'L_CAT_ASSOCIATED'=>$lang['infoimage_associated'], + 'L_CAT_DISSOCIATED'=>$lang['infoimage_dissociated'], 'L_PATH'=>$lang['path'], 'L_STORAGE_CATEGORY'=>$lang['storage_category'], 'L_REPRESENTS'=>$lang['represents'], |