1 | <?php |
---|
2 | |
---|
3 | $lang['Manage tag Metadata'] = 'Manage tag Metadata'; |
---|
4 | |
---|
5 | //tab gest |
---|
6 | $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'; |
---|
10 | $lang['meta_choix'] = 'Edit metadata'; |
---|
11 | $lang['meta_list'] = 'Metadata :'; |
---|
12 | $lang['meta_select2'] = 'Select metadata'; |
---|
13 | $lang['meta_description'] = 'description'; |
---|
14 | $lang['meta_diff_val'] = 'Possible value'; |
---|
15 | $lang['meta_comp'] = 'Metadata to be supplemented'; |
---|
16 | $lang['meta_insmeta'] = 'insert the metadata'; |
---|
17 | |
---|
18 | //edit |
---|
19 | $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'; |
---|
26 | |
---|
27 | //tab description |
---|
28 | $lang['meta_onglet_description'] = 'Description Metadata'; |
---|
29 | $lang['meta_author'] = 'Description meta author'; |
---|
30 | $lang['meta_author_help'] = 'Information on the author <br> Information on the author of the site '; |
---|
31 | $lang['meta_keywords'] = 'Description meta keywords'; |
---|
32 | $lang['meta_keywords_help'] = '"Keyword, keyword, etc."<br> Keywords describing the web page. (Separated by a comma)'; |
---|
33 | $lang['meta_Description'] = 'Description meta Description'; |
---|
34 | $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>'; |
---|
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 | |
---|
44 | ?> |
---|