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

Last change on this file since 3978 was 3978, checked in by ddtddt, 15 years ago

[extensions]- meta - Add plugin

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 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';
14$lang['meta_insmeta'] = 'insert the metadata in the table';
15
16//onglet description categorie
17$lang['meta_onglet_categorie'] = 'Categorie\'s Metadata';
18$lang['meta_cath3'] = 'Add meta keywords to the categories';
19$lang['meta_select3'] = 'Select the category';
20$lang['meta_selectcat'] = 'Select the name of the category to be edit';
21$lang['meta_listcat'] = 'List categories :';
22$lang['meta_choixcat'] = 'Edit the category';
23$lang['meta_compcat'] = 'Keywords of the category to be completed';
24$lang['meta_inscat'] = 'Insert Keywords into the base ';
25
26//onglet description
27$lang['meta_onglet_description'] = 'Description Metadata';
28$lang['meta_author'] = 'Description meta author';
29$lang['meta_author_help'] = 'Information on the author <br>
30Information on the author of the site ';
31$lang['meta_keywords'] = 'Description meta keywords';
32$lang['meta_keywords_help'] = '"Keyword, keyword, etc."<br>
33Keywords describing the web page. (Separated by a comma)';
34$lang['meta_Description'] = 'Description meta Description';
35$lang['meta_Description_help'] = 'Description of your site<br>
36Allows to give an information to post during the result of a search';
37$lang['meta_robots'] = 'Description meta robots';
38$lang['meta_robots_help'] = '
39all : Allows the robot to reference all the page (by default)<br>
40follow : Allows the robot to follow the links of the page<br>
41index : Allows the robot to index the page<br>
42nofollow : Forbidden the robot to follow the links<br>
43noindex : Forbidden the robot to index the page<br>
44none : Prevent the robot from pursuing the indexation of the site<br>
45';
46
47
48
49
50
51
52?>
Note: See TracBrowser for help on using the repository browser.