diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-26 09:28:58 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-26 09:28:58 +0000 |
commit | e1c6bb32bc52829b241cf9fd80bf0216935d3faf (patch) | |
tree | 08de698c08afe3523c8f18a97565c4e7338f7621 /language | |
parent | 5649720e235a2e2c2156ce412256faa615dbb233 (diff) |
instead of overriding individual keywords,\nyou can add a keyword to all or remove it from all
git-svn-id: http://piwigo.org/svn/trunk@40 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/francais.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/francais.php b/language/francais.php index d0d4b736f..c0ddce19d 100644 --- a/language/francais.php +++ b/language/francais.php @@ -496,6 +496,9 @@ if ( $isadmin ) // start version 1.3 // $lang['infoimage_err_date'] = 'date erronée'; $lang['infoimage_keywords'] = 'mots-clefs'; + $lang['infoimage_keyword_separation'] = '(séparer avec des ",")'; + $lang['infoimage_addtoall'] = 'ajouter à tous'; + $lang['infoimage_removefromall'] = 'retirer à tous'; // end version 1.3 $lang['infoimage_general'] = 'Options générale pour la catégorie'; $lang['infoimage_useforall'] = 'utiliser pour toutes les images ?'; |