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// for the configuration manager
10$lang['scheduleGroup']    = 'in this group one can add event';
11$lang['adminGroup']       = 'admin group with all rights on events';
12$lang['dataDir']          = 'directory contains XML file per group';
13$lang['groupsDir']        = 'directory where group names could be find';
14$lang['noSchedule']       = 'forbiden group names';
15$lang['scheduleDir']      = 'wiki page for schedule (contains one dir per group)';
16$lang['sharedDir']        = 'directory for shared events';
17$lang['scheduleWhat']     = 'type of events per categrory (c1:w1,w2|c2:w3,w4|c3:w5,w6,w7)';
18$lang['scheduleAudience'] = 'type of public';
19$lang['iconName']         = 'logo name of the group which define an event (a1,a2,a3)';
20$lang['iconWidth']        = 'logo width of the group which define an event';
21$lang['repeatPosition']   = 'Repeat event position (grouped on top or isolated)';
22$lang['bubblePosition']   = 'tooltips position of calendar';
23
24$lang['useMap']        	  = 'Display map';
25$lang['defaultCenter']    = "Empty map default localization (lat, lon)";
26$lang['defaultZoom']      = "Default zoom";
27$lang['migrate']          = 'Performe data migration';
28$lang['showOldValues']	  = 'Highlight non migrate data';
29?>
30