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> |
---|
30 | Information on the author of the site '; |
---|
31 | $lang['meta_keywords'] = 'Description meta keywords'; |
---|
32 | $lang['meta_keywords_help'] = '"Keyword, keyword, etc."<br> |
---|
33 | Keywords 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> |
---|
36 | Allows to give an information to post during the result of a search'; |
---|
37 | $lang['meta_robots'] = 'Description meta robots'; |
---|
38 | $lang['meta_robots_help'] = ' |
---|
39 | all : Allows the robot to reference all the page (by default)<br> |
---|
40 | follow : Allows the robot to follow the links of the page<br> |
---|
41 | index : Allows the robot to index the page<br> |
---|
42 | nofollow : Forbidden the robot to follow the links<br> |
---|
43 | noindex : Forbidden the robot to index the page<br> |
---|
44 | none : Prevent the robot from pursuing the indexation of the site<br> |
---|
45 | '; |
---|
46 | |
---|
47 | |
---|
48 | |
---|
49 | |
---|
50 | |
---|
51 | |
---|
52 | ?> |
---|