Ignore:
Timestamp:
Aug 29, 2004, 11:22:24 PM (20 years ago)
Author:
gweltas
Message:

Migration of the template of images_infos.php

File:
1 edited

Legend:

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

    r498 r506  
    217217  $lang['help_infos'][2] = 'If you have any question, do not hesitate to take a look at the forum or ask a question there. The <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.';
    218218
    219 
     219// Image informations
     220$lang['infoimage_general'] = 'General options for the category';
     221$lang['infoimage_useforall'] = 'use for all pictures ?';
     222$lang['infoimage_creation_date'] = 'Creation date';
     223$lang['infoimage_detailed'] = 'Option for each picture';
     224$lang['infoimage_title'] = 'Title';
     225$lang['infoimage_keyword_separation'] = '(separate with coma ",")';
     226$lang['infoimage_addtoall'] = 'add to all';
     227$lang['infoimage_removefromall'] = 'remove from all';
     228$lang['infoimage_associate'] = 'Associate to the category';
     229
     230// Update
     231$lang['update_missing_tn'] = 'the thumbnail is missing for';
     232$lang['update_disappeared_tn'] = 'the thumbnail disapeared';
     233$lang['update_disappeared'] = 'doesn\'t exist';
     234$lang['update_part_deletion'] = 'Deletion of images that have no thumbnail or that doesn\'t exist';
     235$lang['update_part_research'] = 'Search for new images in the directories';
     236$lang['update_research_added'] = 'added';
     237$lang['update_research_tn_ext'] = 'thumbnail in';
     238$lang['update_nb_new_elements'] = 'elements added in the database';
     239$lang['update_nb_del_elements'] = 'elements deleted in the database';
     240$lang['update_nb_new_categories'] = 'categories added in the database';
     241$lang['update_nb_del_categories'] = 'categories deleted in the database';
     242$lang['update_default_title'] = 'Choose an option';
     243$lang['update_only_cat'] = 'update categories, not pictures';
     244$lang['update_all'] = 'update all';
     245$lang['update_sync_metadata_question'] = 'Do you want to synchronize new elements informations with files metadata ?';
    220246
    221247$lang['menu_add_user'] = 'add';
     
    249275$lang['listuser_button_create_address'] = 'create mail address';
    250276
    251 
    252 
    253 
    254 $lang['infoimage_general'] = 'General options for the category';
    255 $lang['infoimage_useforall'] = 'use for all pictures ?';
    256 $lang['infoimage_creation_date'] = 'creation date';
    257 $lang['infoimage_detailed'] = 'Option for each picture';
    258 $lang['infoimage_title'] = 'title';
    259 $lang['infoimage_comment'] = 'comment';
    260 $lang['update_missing_tn'] = 'the thumbnail is missing for';
    261 $lang['update_disappeared_tn'] = 'the thumbnail disapeared';
    262 $lang['update_disappeared'] = 'doesn\'t exist';
    263 $lang['update_part_deletion'] = 'Deletion of images that have no thumbnail or that doesn\'t exist';
    264 $lang['update_part_research'] = 'Search for new images in the directories';
    265 $lang['update_research_added'] = 'added';
    266 $lang['update_research_tn_ext'] = 'thumbnail in';
    267 $lang['update_nb_new_elements'] = 'elements added in the database';
    268 $lang['update_nb_del_elements'] = 'elements deleted in the database';
    269 $lang['update_nb_new_categories'] = 'categories added in the database';
    270 $lang['update_nb_del_categories'] = 'categories deleted in the database';
    271 $lang['update_default_title'] = 'Choose an option';
    272 $lang['update_only_cat'] = 'update categories, not pictures';
    273 $lang['update_all'] = 'update all';
    274 $lang['update_sync_metadata_question'] = 'Do you want to synchronize new elements informations with files metadata ?';
    275277$lang['tn_width'] = 'width';
    276278$lang['tn_height'] = 'height';
     
    318320$lang['group_list_title'] = 'List of existing groups';
    319321$lang['group_err_unknown'] = 'This group doesn\'t exist in the database';
    320 $lang['infoimage_keyword_separation'] = '(separate with coma ",")';
    321 $lang['infoimage_addtoall'] = 'add to all';
    322 $lang['infoimage_removefromall'] = 'remove from all';
    323 $lang['infoimage_associate'] = 'Associate to the category';
    324322$lang['stats_pages_seen'] = 'pages seen';
    325323$lang['stats_visitors'] = 'guests';
Note: See TracChangeset for help on using the changeset viewer.