aboutsummaryrefslogtreecommitdiffstats
path: root/en/calendar/locales.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/calendar/locales.php')
-rw-r--r--en/calendar/locales.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/en/calendar/locales.php b/en/calendar/locales.php
new file mode 100644
index 000000000..21cc14e9c
--- /dev/null
+++ b/en/calendar/locales.php
@@ -0,0 +1,17 @@
+<?php
+
+$_t = array(
+ 'en' => array(
+
+ ),
+ 'fr' => array(
+ 'Mageia calendar' => 'Calendrier d&rsquo;activité de Mageia',
+ 'Calendar' => 'Agenda',
+ 'events' => 'événements',
+ 'meetings &amp; organization' => 'réunions et points d&rsquo;avancement',
+ 'development &amp; release plan' => 'jalons de travail',
+ 'mentoring' => 'tutorat',
+ 'ICS files' => 'Fichiers ICS',
+ 'You may get read-only access directly to these .ics files:' => 'Vous pouvez télécharger ou vous abonner directement à ces fichiers'
+ )
+);