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

Last change on this file since 24416 was 24416, checked in by TranslationTeam, 11 years ago

[meta] Update en_UK, thanks to : laurent.duretz

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.9 KB
Line 
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 metadata to all pages';
8$lang['meta_name'] = 'Metadata\'s name';
9$lang['meta_select'] = 'Select metadata to 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 metadata';
17
18//edit
19$lang['Metadata - Plugin meta'] = 'Metadata - Plugin meta';
20$lang['meta_compimg'] = 'Photo\'s keywords to complete';
21$lang['meta_compimgdes'] = 'Photo\'s description to replace';
22$lang['meta_inscat'] = 'Insert meta';
23$lang['meta_compcatdeshelp'] = 'Will replace all descriptions';
24$lang['meta_compcat'] = 'Album\'s keywords to complete';
25$lang['meta_compcatdes'] = 'Album\'s description to replace';
26
27//tab description
28$lang['meta_onglet_description'] = 'Metadata\'s description';
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'] = '"keywords" metadata description';
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'] = '"robots" metadata description';
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 : Forbid the robot to follow the links<br>noindex : Forbid the robot to index the page<br>none : Prevent the robot from pursuing the indexation of the site';
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//tab contactform meta
45$lang['Contact page Metadata'] = 'Contact page Metadata';
46$lang['Keywords of contact page to be completed'] = 'Keywords of contact page to be completed';
47$lang['Description of contact page to be completed'] = 'Description of contact page to be completed';
48
49//tab Aditional page
50$lang['Additional Pages Metadata'] = 'Additional Pages Metadata';
51$lang['Choose Additional Pages'] = 'Choose Additional Pages';
52$lang['Add metadata for page'] = 'Add metadata for page';
53$lang['Keywords of Additional Pages to be completed'] = 'Keywords of Additional Pages to be completed';
54$lang['Description of Additional Pages to be completed'] = 'Description of additional pages to be completed';
55?>
Note: See TracBrowser for help on using the repository browser.