source: extensions/meta/language/en_UK/plugin.lang.php @ 7539

Last change on this file since 7539 was 7539, checked in by ddtddt, 13 years ago

[extensions] - meta - update upgrade

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
RevLine 
[3978]1<?php
2
3//onglet gestion
4$lang['meta_onglet_gestion'] = 'Metadata';
5$lang['meta_desh3'] = 'Add meta to all the pages';
6$lang['meta_name'] = 'Name of metadata';
7$lang['meta_select'] = 'Select metadata to be edit';
8$lang['meta_choix'] = 'Edit metadata';
9$lang['meta_list'] = 'Metadata :';
10$lang['meta_select2'] = 'Select metadata';
11$lang['meta_description'] = 'description';
12$lang['meta_diff_val'] = 'Possible value';
13$lang['meta_comp'] = 'Metadata to be supplemented';
[7468]14$lang['meta_insmeta'] = 'insert the metadata';
[3978]15
16//onglet description categorie
17$lang['meta_onglet_categorie'] = 'Categorie\'s Metadata';
[7468]18$lang['meta_cath3'] = 'Add meta "keywords" and "Description" to categories';
[4174]19$lang['meta_select3'] = 'Select category';
[7468]20$lang['meta_selectcat'] = 'Select name of category';
[3978]21$lang['meta_listcat'] = 'List categories :';
[4174]22$lang['meta_choixcat'] = 'Edit categorie\'s Metadata';
23$lang['meta_compcat'] = 'Keywords of category to be completed';
[7468]24$lang['meta_compcatdes'] = 'Category description to replace';
[7469]25$lang['meta_compcatdeshelp'] = 'Will replace all description';
[7468]26$lang['meta_catdesact'] = 'For recalls the description of category';
27$lang['meta_inscat'] = 'Insert Metadata';
[3978]28
[4174]29//onglet image
30$lang['meta_onglet_image'] = 'Picture\'s Metadata';
[7468]31$lang['meta_img'] = 'Add meta "keywords" and "Description" to picture';
32$lang['meta_selectimg'] = 'Select name of picture';
[4174]33$lang['meta_listimg'] = 'List Picture';
34$lang['meta_choiximg'] = 'Edit Picture\'s Metadata';
35$lang['meta_selecti3'] = 'Select Picture';
36$lang['meta_compimg'] = 'Keywords of picture to be completed';
[7468]37$lang['meta_compimgdes'] = 'Image description to replace';
38$lang['meta_catdesimg'] = 'For recalls the description of picture';
[4174]39
[3978]40//onglet description
41$lang['meta_onglet_description'] = 'Description Metadata';
42$lang['meta_author'] = 'Description meta author';
43$lang['meta_author_help'] = 'Information on the author <br>
44Information on the author of the site ';
45$lang['meta_keywords'] = 'Description meta keywords';
46$lang['meta_keywords_help'] = '"Keyword, keyword, etc."<br>
47Keywords describing the web page. (Separated by a comma)';
48$lang['meta_Description'] = 'Description meta Description';
49$lang['meta_Description_help'] = 'Description of your site<br>
50Allows to give an information to post during the result of a search';
51$lang['meta_robots'] = 'Description meta robots';
52$lang['meta_robots_help'] = '
53all : Allows the robot to reference all the page (by default)<br>
54follow : Allows the robot to follow the links of the page<br>
55index : Allows the robot to index the page<br>
56nofollow : Forbidden the robot to follow the links<br>
57noindex : Forbidden the robot to index the page<br>
58none : Prevent the robot from pursuing the indexation of the site<br>
59';
60?>
Note: See TracBrowser for help on using the repository browser.