Changeset 493 for trunk/language


Ignore:
Timestamp:
Aug 25, 2004, 11:09:09 PM (20 years ago)
Author:
z0rglub
Message:

"show metadata" feature added : you can ask to show metadata (EXIF and IPTC)
on picture.php page. Metadata read functions were moved from
admin/include/functions_metadata.php to include/functions_metadata.inc.php

Location:
trunk/language/en_UK.iso-8859-1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r486 r493  
    160160$lang['conf_use_iptc'] = 'Use IPTC';
    161161$lang['conf_use_iptc_info'] = 'Use IPTC data during metadata synchronization into PhpWebGallery database';
     162$lang['conf_show_exif'] = 'Show EXIF';
     163$lang['conf_show_exif_info'] = 'Give the possibility to show EXIF metadata on visualisation page. See include/config.inc.php for available EXIF fields';
     164$lang['conf_show_iptc'] = 'Show IPTC';
     165$lang['conf_show_iptc_info'] = 'Give the possibility to show IPTC metadata on visualisation page. See include/config.inc.php for available IPTC fields';
    162166
    163167//FAQ
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r470 r493  
    280280$lang['search_date_creation'] = 'creation date';
    281281$lang['search_one_clause_at_least'] = 'search at least on one search clause';
     282
     283$lang['picture_show_metadata'] = 'Show file metadata ?';
     284$lang['picture_hide_metadata'] = 'Hide file metadata';
    282285?>
Note: See TracChangeset for help on using the changeset viewer.