Ignore:
Timestamp:
May 20, 2013, 7:29:15 PM (11 years ago)
Author:
ddtddt
Message:

[extensions] - meta - add metadata personal on all public page

Location:
extensions/meta/language
Files:
2 edited

Legend:

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

    r10233 r22769  
    11<?php
     2
     3$lang['Manage tag Metadata'] = 'Manage tag Metadata';
    24
    35//tab gest
     
    2628$lang['meta_onglet_description'] = 'Description Metadata';
    2729$lang['meta_author'] = 'Description meta author';
    28 $lang['meta_author_help'] = 'Information on the author <br>
    29 Information on the author of the site ';
     30$lang['meta_author_help'] = 'Information on the author <br> Information on the author of the site ';
    3031$lang['meta_keywords'] = 'Description meta keywords';
    31 $lang['meta_keywords_help'] = '"Keyword, keyword, etc."<br>
    32 Keywords describing the web page. (Separated by a comma)';
     32$lang['meta_keywords_help'] = '"Keyword, keyword, etc."<br> Keywords describing the web page. (Separated by a comma)';
    3333$lang['meta_Description'] = 'Description meta Description';
    34 $lang['meta_Description_help'] = 'Description of your site<br>
    35 Allows to give an information to post during the result of a search';
     34$lang['meta_Description_help'] = 'Description of your site<br> Allows to give an information to post during the result of a search';
    3635$lang['meta_robots'] = 'Description meta robots';
    37 $lang['meta_robots_help'] = '
    38 all : Allows the robot to reference all the page (by default)<br>
    39 follow : Allows the robot to follow the links of the page<br>
    40 index : Allows the robot to index the page<br>
    41 nofollow : Forbidden the robot to follow the links<br>
    42 noindex : Forbidden the robot to index the page<br>
    43 none : Prevent the robot from pursuing the indexation of the site<br>
    44 ';
     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>';
     37
     38//tab personal meta
     39$lang['Personal Metadata'] = 'Personal Metadata';
     40$lang['Personal metadata update'] = 'Personal metadata update';
     41$lang['Add Personal metadata'] = 'Add Personal metadata';
     42$lang['List Personal Metadata'] = 'List Personal Metadata';
     43
    4544?>
  • extensions/meta/language/fr_FR/plugin.lang.php

    r10233 r22769  
    11<?php
     2
     3$lang['Manage tag Metadata'] = 'Gèrer balises Metadonnées';
    24
    35//tab gest
     
    2628$lang['meta_onglet_description'] = 'Description des Metadonnées';
    2729$lang['meta_author'] = 'Description de meta author';
    28 $lang['meta_author_help'] = 'Informations sur l\'auteur<br>
    29 Informations sur l\'auteur du site';
     30$lang['meta_author_help'] = 'Informations sur l\'auteur<br> Informations sur l\'auteur du site';
    3031$lang['meta_keywords'] = 'Description de meta keywords';
    31 $lang['meta_keywords_help'] = '"mot clé, mot clé, etc."<br>
    32 Mots clés décrivant la page Web.(séparé par une virgule)';
     32$lang['meta_keywords_help'] = '"mot clé, mot clé, etc."<br> Mots clés décrivant la page Web.(séparé par une virgule)';
    3333$lang['meta_Description'] = 'Description de meta Description';
    34 $lang['meta_Description_help'] = 'Description de votre site<br>
    35 Permet de donner une information à afficher lors du résultat d\'une recherche.';
     34$lang['meta_Description_help'] = 'Description de votre site<br> Permet de donner une information à afficher lors du résultat d\'une recherche.';
    3635$lang['meta_robots'] = 'Description de meta robots';
    37 $lang['meta_robots_help'] = '
    38 all : Permet au robot de référencer toute la page (par défaut)<br>
    39 follow : Permet au robot de suivre les liens de la page<br>
    40 index : Permet au robot d\'indexer la page<br>
    41 nofollow : Interdit au robot de suivre les liens<br>
    42 noindex : Interdit au robot d\'indexer la page<br>
    43 none : Empêche le robot de poursuivre l\'indexation du site<br>
    44 ';
     36$lang['meta_robots_help'] = 'all : Permet au robot de référencer toute la page (par défaut)<br> follow : Permet au robot de suivre les liens de la page<br> index : Permet au robot d\'indexer la page<br> nofollow : Interdit au robot de suivre les liens<br> noindex : Interdit au robot d\'indexer la page<br> none : Empêche le robot de poursuivre l\'indexation du site<br> ';
     37
     38//tab personal meta
     39$lang['Personal Metadata'] = 'Metadonnées Personels';
     40$lang['Personal metadata update'] = 'Metadonnées Personels Misent à jours';
     41$lang['Add Personal metadata'] = 'Ajoutez des Metadonnées Personels';
     42$lang['List Personal Metadata'] = 'Liste des Metadonnées Personels';
     43
    4544
    4645?>
Note: See TracChangeset for help on using the changeset viewer.