1<?php
2/**
3 * @license    http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
4 * @author     Francois Merciol <dokuplugin@merciol.fr>
5 *
6 * English language file
7 */
8
9// javascript
10$lang['js'] =
11    array ('pleaseWait' => 'Connection to the server in progress ...',
12	   'proposal' => 'Proposal',
13	   'update' => 'Update');
14
15// commands
16$lang['remove']			= 'Remove';
17$lang['update']			= 'Update';
18$lang['proposal']		= 'Proposal';
19$lang['new']			= 'Reset';
20$lang['clear']			= 'Clear cache';
21$lang['clearAll']		= 'Clear all cache';
22
23// labels
24$lang['ticketIfUpdate']		= 'Ticket (if update) :';
25$lang['ticket']			= 'Ticket';
26$lang['useTicket']		= 'Use ticket';
27$lang['date']			= 'Date';
28$lang['ip']			= 'IP';
29$lang['email']			= 'e-mail';
30$lang['word']			= 'Word';
31$lang['translate']		= 'Translate';
32$lang['why']			= 'Why ?';
33$lang['poll']			= 'Poll ?';
34$lang['why']			= 'Why';
35
36
37// messages
38$lang['readData']		= 'Reread recording data.';
39$lang['wordMandatory']		= '"Word" mandatory.';
40$lang['translateMandatory']	= '"translate" mandatory.';
41$lang['proposalRecorded']	= 'Your proposal is actually recorded or updated with the ticket : ';
42$lang['ticketDeleted']		= ' removed.';
43$lang['pageDeleted']		= 'Page removed.';
44$lang['lastIP']			= 'It is your last proposal. We need time to study them.';
45$lang['maxIP']			= 'You send many proposals. Let us time to study them :-).';
46$lang['noDef']			= 'Definition doesn\'t exist anymore.';
47$lang['writePoll']		= 'Poll recorded.';
48$lang['glossaryNotEmpty']	= 'Can\'t remove the no-empty glossary: ';
49$lang['glossaryRemoved']	= 'Glossary removed : ';
50$lang['notPolledYet']		= 'Be the first to poll!';
51$lang['notifySubject']		= '[glossary] New proposal!';
52$lang['notifyContent']		= "New proposal:\n\nWord:      @WORD@\nTranslate: @TRANSLATE@\n\n";
53$lang['badCaptcha']		= "Are you actually a human ?";
54$lang['createPage']		= 'Create page';
55
56// toolTip
57$lang['tipWord']		= 'Sort by "Word';
58$lang['tipTranslate']		= 'Sort by "Translate"';
59$lang['tipDate']		= 'Sort by creation';
60$lang['tipView']		= 'Sort by view';
61$lang['tipScore']		= 'Sort by score';
62$lang['tipSearch']		= 'Search text';
63$lang['tipWhy']			= 'Click! See the amazing explanation!';
64$lang['tipPoll']		= 'Clik to see the explanation and poll.';
65$lang['tipPollDown']		= 'I poll against!';
66$lang['tipPollUp']		= 'I poll for!';
67?>
68