Changeset 509 for trunk/language


Ignore:
Timestamp:
Sep 1, 2004, 1:05:19 AM (20 years ago)
Author:
gweltas
Message:

Template migration : picture_modify.php

File:
1 edited

Legend:

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

    r507 r509  
    3434
    3535// Main words
    36 
    3736$lang['gallery_index'] = 'Gallery index';
    3837$lang['category'] = 'Category';
     
    4948$lang['date'] = 'Date';
    5049$lang['description'] = 'Description';
     50$lang['author'] = 'Author';
     51$lang['size'] = 'Size';
     52$lang['filesize'] = 'Filesize';
     53$lang['file'] = 'File';
     54$lang['keywords'] = 'Keywords';
     55$lang['default'] = 'Default';
     56
     57//Properties
     58$lang['registration_date'] = 'Registered on';
     59$lang['creation_date'] = 'Created on';
    5160
    5261// Form words
     
    111120$lang['search_comments'] = 'separate different words with spaces';
    112121$lang['invalid_search'] = 'search must be done on 3 caracters or more';
    113 $lang['Search_author_explain'] = 'Use * comme un joker pour des recherches partielles';
     122$lang['Search_author_explain'] = 'Use * as a wildcard for partial matches';
    114123
    115124$lang['only_members'] = 'Only members can access this page';
     
    142151$lang['total'] = 'images';
    143152$lang['upload_picture'] = 'Upload a picture';
    144 $lang['registration_date'] = 'registered on';
    145 $lang['creation_date'] = 'created on';
    146 $lang['author'] = 'author';
    147 $lang['size'] = 'size';
    148 $lang['filesize'] = 'filesize';
    149 $lang['file'] = 'file';
    150153$lang['generation_time'] = 'Page generated in';
    151154$lang['favorites'] = 'Favorites';
     
    220223$lang['mandatory'] = 'obligatory';
    221224$lang['err_date'] = 'wrong date';
    222 $lang['picture'] = 'picture';
    223225$lang['IP'] = 'IP';
    224226$lang['close'] = 'close';
    225227$lang['open'] = 'open';
    226 $lang['keywords'] = 'keywords';
     228
    227229$lang['errors_title'] = 'Errors';
    228230$lang['infos_title'] = 'Informations';
    229 $lang['default'] = 'default';
    230231$lang['category_representative'] = 'representative';
    231232$lang['special_categories'] = 'specials';
Note: See TracChangeset for help on using the changeset viewer.