Changeset 24416


Ignore:
Timestamp:
Sep 11, 2013, 4:42:30 PM (11 years ago)
Author:
TranslationTeam
Message:

[meta] Update en_UK, thanks to : laurent.duretz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/meta/language/en_UK/plugin.lang.php

    r24393 r24416  
    55//tab gest
    66$lang['meta_onglet_gestion'] = 'Metadata';
    7 $lang['meta_desh3'] = 'Add meta to all the pages';
    8 $lang['meta_name'] = 'Name of metadata';
    9 $lang['meta_select'] = 'Select metadata to be edit';
     7$lang['meta_desh3'] = 'Add metadata to all pages';
     8$lang['meta_name'] = 'Metadata\'s name';
     9$lang['meta_select'] = 'Select metadata to edit';
    1010$lang['meta_choix'] = 'Edit metadata';
    1111$lang['meta_list'] = 'Metadata :';
    12 $lang['meta_select2'] = 'Select metadata';
     12$lang['meta_select2'] = 'Select metadata ';
    1313$lang['meta_description'] = 'description';
    1414$lang['meta_diff_val'] = 'Possible value';
    1515$lang['meta_comp'] = 'Metadata to be supplemented';
    16 $lang['meta_insmeta'] = 'insert the metadata';
     16$lang['meta_insmeta'] = 'insert metadata';
    1717
    1818//edit
    1919$lang['Metadata - Plugin meta'] = 'Metadata - Plugin meta';
    20 $lang['meta_compimg'] = 'Keywords of photo to be completed';
    21 $lang['meta_compimgdes'] = 'Photo description to replace';
    22 $lang['meta_inscat'] = 'Insert Metadata';
    23 $lang['meta_compcatdeshelp'] = 'Will replace all description';
    24 $lang['meta_compcat'] = 'Keywords of album to be completed';
    25 $lang['meta_compcatdes'] = 'Album description to replace';
     20$lang['meta_compimg'] = 'Photo\'s keywords to complete';
     21$lang['meta_compimgdes'] = 'Photo\'s description to replace';
     22$lang['meta_inscat'] = 'Insert meta';
     23$lang['meta_compcatdeshelp'] = 'Will replace all descriptions';
     24$lang['meta_compcat'] = 'Album\'s keywords to complete';
     25$lang['meta_compcatdes'] = 'Album\'s description to replace';
    2626
    2727//tab description
    28 $lang['meta_onglet_description'] = 'Description Metadata';
     28$lang['meta_onglet_description'] = 'Metadata\'s description';
    2929$lang['meta_author'] = 'Description meta author';
    3030$lang['meta_author_help'] = 'Information on the author <br> Information on the author of the site ';
    31 $lang['meta_keywords'] = 'Description meta keywords';
     31$lang['meta_keywords'] = '"keywords" metadata description';
    3232$lang['meta_keywords_help'] = '"Keyword, keyword, etc."<br> Keywords describing the web page. (Separated by a comma)';
    3333$lang['meta_Description'] = 'Description meta Description';
    3434$lang['meta_Description_help'] = 'Description of your site<br> Allows to give an information to post during the result of a search';
    35 $lang['meta_robots'] = 'Description meta robots';
    36 $lang['meta_robots_help'] = 'all : Allows the robot to reference all the page (by default)<br> follow : Allows the robot to follow the links of the page<br> index : Allows the robot to index the page<br> nofollow : Forbidden the robot to follow the links<br> noindex : Forbidden the robot to index the page<br> none : Prevent the robot from pursuing the indexation of the site<br>';
     35$lang['meta_robots'] = '"robots" metadata description';
     36$lang['meta_robots_help'] = 'all : Allows the robot to reference all the page (by default)<br>follow : Allows the robot to follow the links of the page<br>index : Allows the robot to index the page<br>nofollow : Forbid the robot to follow the links<br>noindex : Forbid the robot to index the page<br>none : Prevent the robot from pursuing the indexation of the site';
    3737
    3838//tab personal meta
     
    5252$lang['Add metadata for page'] = 'Add metadata for page';
    5353$lang['Keywords of Additional Pages to be completed'] = 'Keywords of Additional Pages to be completed';
    54 $lang['Description of Additional Pages to be completed'] = 'Description of Additional Pages to be completed';
     54$lang['Description of Additional Pages to be completed'] = 'Description of additional pages to be completed';
    5555?>
Note: See TracChangeset for help on using the changeset viewer.