@@ -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']); } -- cgit v1.2.1