aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/AMenuManager/language/en_UK/plugin.lang.php
blob: a0514fe2c3052dd3270616268e4a443f958aa45b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?php

$lang['Grum Plugin Classes is not installed'] = 'Plugin <b>Grum Plugin Classes</b> in not installed';

$lang['g002_title_page'] = 'Advanced Menu Management';
$lang['g002_version'] = 'r';

$lang['g002_error_invalid_ajax_call'] = "Invalid function call !";

$lang['g002_setmenu'] = 'Menu management';
$lang['g002_addlinks'] = 'Links';
$lang['g002_randompict'] = 'Random picture';
$lang['g002_personnalblock'] = 'Personalised menu';

$lang['g002_setmenu_nfo'] = 'Management of displayed menu\'s blocks';
$lang['g002_addlinks_nfo'] = 'Menu\'s block allowing to display a list of hyperlink';
$lang['g002_randompict_nfo'] = 'Menu\'s block allowing to display a random picture from the gallery';
$lang['g002_personnalblock_nfo'] = 'Display personalised blocks into menu';


$lang['g002_mode_new_window'] = 'New window';
$lang['g002_mode_current_window'] = 'Current window';
$lang['g002_addlink'] = 'Add a link';
$lang['g002_label'] = 'Label';
$lang['g002_url'] = 'URL';
$lang['g002_mode'] = 'Mode';
$lang['g002_icon'] = 'Representative picture';
$lang['g002_visible'] = 'Visible';
$lang['g002_linkslist'] = "Links list";
$lang['g002_confirm_delete_link'] = "Delete link ?";
$lang['g002_nolinks'] = 'No links';
$lang['g002_link'] = 'link';
$lang['g002_links'] = 'links';

$lang['g002_createoflink'] = 'Add link';
$lang['g002_editoflink'] = 'Edit link';
$lang['g002_createthelink'] = 'Add link';
$lang['g002_editthelink'] = 'Edit link';

$lang['g002_configlinks'] = 'Links settings';
$lang['g002_setting_link_links']='Links';
$lang['g002_setting_link_show_icon'] = 'Display links representative picture';

$lang['g002_setting_block_menu'] = 'Menu integration';
$lang['g002_setting_block_active'] = 'Display block in menu';
$lang['g002_setting_block_title'] = 'Block title';
$lang['g002_apply'] = 'Apply';

$lang['g002_sectionslist'] = 'Menu\'s blocks';

$lang['g002_yesno_y'] = 'Yes';
$lang['g002_yesno_n'] = 'No';

$lang['g002_owner'] = 'Owner';
$lang['g002_sectionid'] = 'Identifier';
$lang['g002_name'] = 'Label';

$lang['g002_translate'] = 'Translate with Google Translate';

$lang['g002_configrandompic'] = 'Random picture settings';
$lang['g002_setting_randompic_aboutpicture'] = 'Displayed datas';
$lang['g002_setting_randompic_showname'] = 'Show picture\'s name';
$lang['g002_setting_randompic_showcomment'] = 'Show picure\'s comment';
$lang['g002_show_n'] = 'No';
$lang['g002_show_o'] = 'Display over the picture';
$lang['g002_show_u'] = 'Display under thpicture';

$lang['g002_personalisedlist'] = "Liste of personalised blocks";
$lang['g002_notitle'] = '[No title]';
$lang['g002_title'] = 'Title';
$lang['g002_sections'] = 'blocks';
$lang['g002_section'] = 'block';
$lang['g002_nosections'] = 'No blocks';
$lang['g002_addsection'] = 'Add a new block';
$lang['g002_createofpersonalised'] = 'Create a new personalized block';
$lang['g002_editofpersonalised'] = 'Modify a personalized block';
$lang['g002_setting_block_langchoice'] = 'Lang choice';
$lang['g002_setting_personalised_content'] = 'Block\'s content';
$lang['g002_setting_personalised_properties'] = 'Properties';
$lang['g002_setting_personalised_nfo'] = 'Description';

$lang['g002_all_languages'] = "All languages";

$lang['g002_modmenu'] = '\'menu\' block';
$lang['g002_modspecial'] = '\'special\' block';
$lang['g002_labelmenu'] = 'Menu\'s label';


?>