Ignore:
Timestamp:
Oct 29, 2010, 8:21:46 AM (14 years ago)
Author:
ddtddt
Message:

[extensions] - meta - Add new feature / Ability to customize the meta description for categories and images

Location:
extensions/meta/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/meta/language/en_UK/description.txt

    r4174 r7468  
    1 Allows you to add metadata on every page, categories and images
     1Allows to add metadata
  • extensions/meta/language/en_UK/plugin.lang.php

    r4174 r7468  
    1212$lang['meta_diff_val'] = 'Possible value';
    1313$lang['meta_comp'] = 'Metadata to be supplemented';
    14 $lang['meta_insmeta'] = 'insert the metadata in the table';
     14$lang['meta_insmeta'] = 'insert the metadata';
    1515
    1616//onglet description categorie
    1717$lang['meta_onglet_categorie'] = 'Categorie\'s Metadata';
    18 $lang['meta_cath3'] = 'Add meta keywords to categories';
     18$lang['meta_cath3'] = 'Add meta "keywords" and "Description" to categories';
    1919$lang['meta_select3'] = 'Select category';
    20 $lang['meta_selectcat'] = 'Select name of category to be edit';
     20$lang['meta_selectcat'] = 'Select name of category';
    2121$lang['meta_listcat'] = 'List categories :';
    2222$lang['meta_choixcat'] = 'Edit categorie\'s Metadata';
    2323$lang['meta_compcat'] = 'Keywords of category to be completed';
    24 $lang['meta_inscat'] = 'Insert Keywords into the base ';
     24$lang['meta_compcatdes'] = 'Category description to replace';
     25$lang['meta_compcatdeshelp'] = 'Will replace the other descriptions';
     26$lang['meta_catdesact'] = 'For recalls the description of category';
     27$lang['meta_inscat'] = 'Insert Metadata';
    2528
    2629//onglet image
    2730$lang['meta_onglet_image'] = 'Picture\'s Metadata';
    28 $lang['meta_img'] = 'Add meta keywords to picture';
    29 $lang['meta_selectimg'] = 'Select name of picture to be edit';
     31$lang['meta_img'] = 'Add meta "keywords" and "Description" to picture';
     32$lang['meta_selectimg'] = 'Select name of picture';
    3033$lang['meta_listimg'] = 'List Picture';
    3134$lang['meta_choiximg'] = 'Edit Picture\'s Metadata';
    3235$lang['meta_selecti3'] = 'Select Picture';
    3336$lang['meta_compimg'] = 'Keywords of picture to be completed';
     37$lang['meta_compimgdes'] = 'Image description to replace';
     38$lang['meta_compcatdeshelp'] = 'Will replace all description';
     39$lang['meta_catdesimg'] = 'For recalls the description of picture';
    3440
    3541//onglet description
     
    5864$lang['meta_majt'] = 'Upgrade Complete<br>Please click on the menu meta to return to management plugin';
    5965
    60 
    61 
    62 
    6366?>
Note: See TracChangeset for help on using the changeset viewer.