replacing $lang['infoimage_keywords'] by $lang['keywords']
git-svn-id: http://piwigo.org/svn/trunk@48 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
127ab158b6
commit
e507ac4bad
3 changed files with 4 additions and 4 deletions
|
|
@ -250,7 +250,7 @@ if ( isset( $page['cat'] ) )
|
|||
$tpl = array( 'infoimage_general','author','infoimage_useforall','submit',
|
||||
'infoimage_creation_date','infoimage_detailed','thumbnail',
|
||||
'infoimage_title','infoimage_comment',
|
||||
'infoimage_creation_date','infoimage_keywords',
|
||||
'infoimage_creation_date','keywords',
|
||||
'infoimage_addtoall','infoimage_removefromall',
|
||||
'infoimage_keyword_separation' );
|
||||
templatize_array( $tpl, 'lang', $sub );
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ $lang['picture'] = 'image';
|
|||
$lang['IP'] = 'IP';
|
||||
$lang['close'] = 'fermer';
|
||||
$lang['open'] = 'ouvrir';
|
||||
$lang['keywords'] = 'mots-clefs';
|
||||
// end version 1.3
|
||||
|
||||
// page diapo
|
||||
|
|
@ -507,7 +508,6 @@ if ( $isadmin )
|
|||
// page info images
|
||||
// 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';
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div style="margin-left:50px;">{#infoimage_keywords} {#infoimage_keyword_separation}</div>
|
||||
<div style="margin-left:50px;">{#keywords} {#infoimage_keyword_separation}</div>
|
||||
</td>
|
||||
<td style="text-align:center;">
|
||||
<input type="text" name="keywords_cat" value="" maxlength="255" />
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
<td class="row2" style="text-align:center;">{#author}</td>
|
||||
<td class="row2" style="text-align:center;">{#infoimage_comment}</td>
|
||||
<td class="row2" style="text-align:center;">{#infoimage_creation_date}</td>
|
||||
<td class="row2" style="text-align:center;">{#infoimage_keywords}</td>
|
||||
<td class="row2" style="text-align:center;">{#keywords}</td>
|
||||
</tr>
|
||||
<!--VTP_picture-->
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue