First
This commit is contained in:
67
lang/en/lang.php
Normal file
67
lang/en/lang.php
Normal file
@ -0,0 +1,67 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <dokuplugin@merciol.fr>
|
||||
*
|
||||
* English language file
|
||||
*/
|
||||
|
||||
// javascript
|
||||
$lang['js'] =
|
||||
array ('pleaseWait' => 'Connection to the server in progress ...',
|
||||
'proposal' => 'Proposal',
|
||||
'update' => 'Update');
|
||||
|
||||
// commands
|
||||
$lang['remove'] = 'Remove';
|
||||
$lang['update'] = 'Update';
|
||||
$lang['proposal'] = 'Proposal';
|
||||
$lang['new'] = 'Reset';
|
||||
$lang['clear'] = 'Clear cache';
|
||||
$lang['clearAll'] = 'Clear all cache';
|
||||
|
||||
// labels
|
||||
$lang['ticketIfUpdate'] = 'Ticket (if update) :';
|
||||
$lang['ticket'] = 'Ticket';
|
||||
$lang['useTicket'] = 'Use ticket';
|
||||
$lang['date'] = 'Date';
|
||||
$lang['ip'] = 'IP';
|
||||
$lang['email'] = 'e-mail';
|
||||
$lang['word'] = 'Word';
|
||||
$lang['translate'] = 'Translate';
|
||||
$lang['why'] = 'Why ?';
|
||||
$lang['poll'] = 'Poll ?';
|
||||
$lang['why'] = 'Why';
|
||||
|
||||
|
||||
// messages
|
||||
$lang['readData'] = 'Reread recording data.';
|
||||
$lang['wordMandatory'] = '"Word" mandatory.';
|
||||
$lang['translateMandatory'] = '"translate" mandatory.';
|
||||
$lang['proposalRecorded'] = 'Your proposal is actually recorded or updated with the ticket : ';
|
||||
$lang['ticketDeleted'] = ' removed.';
|
||||
$lang['pageDeleted'] = 'Page removed.';
|
||||
$lang['lastIP'] = 'It is your last proposal. We need time to study them.';
|
||||
$lang['maxIP'] = 'You send many proposals. Let us time to study them :-).';
|
||||
$lang['noDef'] = 'Definition doesn\'t exist anymore.';
|
||||
$lang['writePoll'] = 'Poll recorded.';
|
||||
$lang['glossaryNotEmpty'] = 'Can\'t remove the no-empty glossary: ';
|
||||
$lang['glossaryRemoved'] = 'Glossary removed : ';
|
||||
$lang['notPolledYet'] = 'Be the first to poll!';
|
||||
$lang['notifySubject'] = '[glossary] New proposal!';
|
||||
$lang['notifyContent'] = "New proposal:\n\nWord: @WORD@\nTranslate: @TRANSLATE@\n\n";
|
||||
$lang['badCaptcha'] = "Are you actually a human ?";
|
||||
$lang['createPage'] = 'Create page';
|
||||
|
||||
// toolTip
|
||||
$lang['tipWord'] = 'Sort by "Word';
|
||||
$lang['tipTranslate'] = 'Sort by "Translate"';
|
||||
$lang['tipDate'] = 'Sort by creation';
|
||||
$lang['tipView'] = 'Sort by view';
|
||||
$lang['tipScore'] = 'Sort by score';
|
||||
$lang['tipSearch'] = 'Search text';
|
||||
$lang['tipWhy'] = 'Click! See the amazing explanation!';
|
||||
$lang['tipPoll'] = 'Clik to see the explanation and poll.';
|
||||
$lang['tipPollDown'] = 'I poll against!';
|
||||
$lang['tipPollUp'] = 'I poll for!';
|
||||
?>
|
11
lang/en/pageTemplate.txt
Normal file
11
lang/en/pageTemplate.txt
Normal file
@ -0,0 +1,11 @@
|
||||
<wrap tip right>New proposition? \\ Share yours **@@PROPOSITIONPAGE@@** !</wrap>
|
||||
|
||||
====== Choisissons notre vocabulaire ======
|
||||
|
||||
@@WORD@@@@TRANSLATE@@| Your score : | {{glossary poll="@@POL@@"}} |
|
||||
TODO Give us your own @@PROPOSITIONPAGE@@ :-)
|
||||
|
||||
<WRAP center>
|
||||
{{glossary list}}
|
||||
</WRAP>
|
||||
|
19
lang/en/settings.php
Normal file
19
lang/en/settings.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <dokuplugin@merciol.fr>
|
||||
*
|
||||
* English language file
|
||||
*/
|
||||
|
||||
// for the configuration manager
|
||||
$lang['dataDir'] = 'directory where data are placed';
|
||||
$lang['recentDays'] = 'number of days the definition is considared new';
|
||||
$lang['adminGroup'] = 'group to managed proposition and definition';
|
||||
$lang['maxIP'] = 'maximum waitting proposition per IP adresse';
|
||||
$lang['propGroup'] = 'group without limite of proposition';
|
||||
$lang['transSep'] = 'separator that cause a return in translate list';
|
||||
$lang['propositionPage'] = 'page include proposition form (main glossary page)';
|
||||
$lang['sampleDelai'] = 'Cache time delay for sample (sec)';
|
||||
$lang['sampleDelai'] = 'Cache time delay for list (sec)';
|
||||
?>
|
1
lang/en/translateTemplate.txt
Normal file
1
lang/en/translateTemplate.txt
Normal file
@ -0,0 +1 @@
|
||||
| Say: | <glossary one-way/> <glossary translate>@@TRANSLATE@@</glossary> |
|
1
lang/en/wordTemplate.txt
Normal file
1
lang/en/wordTemplate.txt
Normal file
@ -0,0 +1 @@
|
||||
| Don't say: | <glossary stop/> <glossary word>@@WORD@@</glossary> |
|
Reference in New Issue
Block a user