Changeset 48


Ignore:
Timestamp:
Jul 28, 2003, 11:27:42 PM (21 years ago)
Author:
z0rglub
Message:

replacing $langinfoimage_keywords by $langkeywords

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/infos_images.php

    r40 r48  
    251251                'infoimage_creation_date','infoimage_detailed','thumbnail',
    252252                'infoimage_title','infoimage_comment',
    253                 'infoimage_creation_date','infoimage_keywords',
     253                'infoimage_creation_date','keywords',
    254254                'infoimage_addtoall','infoimage_removefromall',
    255255                'infoimage_keyword_separation' );
  • trunk/language/francais.php

    r46 r48  
    2929$lang['close'] = 'fermer';
    3030$lang['open'] = 'ouvrir';
     31$lang['keywords'] = 'mots-clefs';
    3132// end version 1.3
    3233
     
    508509// start version 1.3
    509510  // $lang['infoimage_err_date'] = 'date erronée';
    510   $lang['infoimage_keywords'] = 'mots-clefs';
    511511  $lang['infoimage_keyword_separation'] = '(séparer avec des ",")';
    512512  $lang['infoimage_addtoall'] = 'ajouter à tous';
  • trunk/template/default/admin/infos_image.vtp

    r40 r48  
    2828    <tr>
    2929      <td>
    30         <div style="margin-left:50px;">{#infoimage_keywords} {#infoimage_keyword_separation}</div>
     30        <div style="margin-left:50px;">{#keywords} {#infoimage_keyword_separation}</div>
    3131      </td>
    3232      <td style="text-align:center;">
     
    5454      <td class="row2" style="text-align:center;">{#infoimage_comment}</td>
    5555      <td class="row2" style="text-align:center;">{#infoimage_creation_date}</td>
    56       <td class="row2" style="text-align:center;">{#infoimage_keywords}</td>
     56      <td class="row2" style="text-align:center;">{#keywords}</td>
    5757    </tr>
    5858    <!--VTP_picture-->
Note: See TracChangeset for help on using the changeset viewer.