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

Last change on this file since 24438 was 24438, 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 meta tags';
4
5//tab gest
6$lang['meta_onglet_gestion'] = 'Common metadata';
7$lang['meta_desh3'] = 'Manage common metadata for all pages';
8$lang['meta_name'] = 'Metadata\'s name';
9$lang['meta_select'] = 'Select common 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 complete';
16$lang['meta_insmeta'] = 'insert metadata';
17
18//edit
19$lang['Metadata - Plugin meta'] = 'Metadata - Plugin meta';
20$lang['meta_compimg'] = 'Specific keywords for this photo';
21$lang['meta_compimgdes'] = 'Specific description for this photo';
22$lang['meta_inscat'] = 'Insert meta';
23$lang['meta_compcatdeshelp'] = 'Will replace common meta description';
24$lang['meta_compcat'] = 'Specific keywords for this album';
25$lang['meta_compcatdes'] = 'Specific description for this album';
26
27//tab description
28$lang['meta_onglet_description'] = 'About metadata';
29$lang['meta_author'] = '"author" meta description';
30$lang['meta_author_help'] = 'Information about the author <br> Name, nickname of 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 display as result for a search engine';
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'] = 'Custom metadata';
40$lang['Personal metadata update'] = 'Custom metadata updated';
41$lang['Add Personal metadata'] = 'Add custom metadata';
42$lang['List Personal Metadata'] = 'List of custom metadata';
43
44//tab contactform meta
45$lang['Contact page Metadata'] = 'Contact page metadata';
46$lang['Keywords of contact page to be completed'] = '"keywords" meta of contact page to be complete';
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" meta of additional page to complete';
54$lang['Description of Additional Pages to be completed'] = '"description" meta of additional page to complete';
55?>
Note: See TracBrowser for help on using the repository browser.