@@ -24,22 +31,22 @@ $calendars = array( array( 'id' => 'ojiv9mbtj8nt248dcjsfn6n664@group.calendar.google.com', - 'title' => 'events', + 'title' => _t('events'), 'color' => '#125A12' ), array( 'id' => 'gpm9kdohufidedmlpnuuq4pvmo@group.calendar.google.com', - 'title' => 'meetings & organization', + 'title' => _t('meetings & organization'), 'color' => '#8C500B' ), array( 'id' => 'hm0j50l2vmv0dlstaigbm7nt30@group.calendar.google.com', - 'title' => 'development & release plan', + 'title' => _t('development & release plan'), 'color' => '#691426' ), array( 'id' => 'uo3onvtl8q6qk5m3emq83rekag@group.calendar.google.com', - 'title' => 'mentoring', + 'title' => _t('mentoring'), 'color' => '#42104A' ) ); @@ -70,8 +77,8 @@ team meetings, development planning milestones and possibly more.

-

It is public and available to all. Only Mageia Board and Council members and team leaders - have a write access to it.

+

It is public and available to all. + Only Mageia Board and Council members and team leaders have a write access to it.

For any comment, addition, change to this calendar, feel free to contact us through:

  • your team leader or representative,
  • @@ -80,14 +87,14 @@
-

ICS files

-

You may get read-only access directly to these .ics files:

+

+

    Mageia %s', + echo sprintf('
  • %s
  • ', sprintf($ical_tmpl, urlencode($c['id'])), $c['title']); } 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 @@ + array( + + ), + 'fr' => array( + 'Mageia calendar' => 'Calendrier d’activité de Mageia', + 'Calendar' => 'Agenda', + 'events' => 'événements', + 'meetings & organization' => 'réunions et points d’avancement', + 'development & 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' + ) +); -- cgit v1.2.1