aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2012-08-23 16:08:01 +0000
committerFilip Komar <filip@mageia.org>2012-08-23 16:08:01 +0000
commitad6c9d50f9bfa6fda296164af437d7bddcfe57bb (patch)
tree246e778fcf87756ce4bad4b2327fc2c8d8f77b69
parent698c021e5b3a16863cfce4e2b8f4a6f78db63e4f (diff)
downloadwww-ad6c9d50f9bfa6fda296164af437d7bddcfe57bb.tar
www-ad6c9d50f9bfa6fda296164af437d7bddcfe57bb.tar.gz
www-ad6c9d50f9bfa6fda296164af437d7bddcfe57bb.tar.bz2
www-ad6c9d50f9bfa6fda296164af437d7bddcfe57bb.tar.xz
www-ad6c9d50f9bfa6fda296164af437d7bddcfe57bb.zip
page calendar converted to lang system
-rw-r--r--en/calendar/index.php23
-rw-r--r--en/calendar/locales.php17
-rw-r--r--langs/en/calendar.en.lang81
-rw-r--r--langs/fr/calendar.fr.lang66
-rw-r--r--langs/pt/calendar.pt.lang66
-rw-r--r--langs/sl/calendar.sl.lang81
6 files changed, 303 insertions, 31 deletions
diff --git a/en/calendar/index.php b/en/calendar/index.php
index 08cece47c..d091bbf9e 100644
--- a/en/calendar/index.php
+++ b/en/calendar/index.php
@@ -1,17 +1,16 @@
<?php
define('HLANG', true);
require '../../langs.php';
-include 'locales.php';
-$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
+_lang_load($locale, "calendar");
?><!DOCTYPE html>
<html dir="ltr" lang="<?php echo $locale; ?>">
<head>
<meta charset="utf-8">
<title><?php _e('Mageia calendar') ?></title>
- <meta name="description" content="Mageia calendar for organization, events, development schedule and more.">
- <meta name="keywords" content="mageia, linux, calendar, events">
+ <meta name="description" content="<?php _e('Mageia calendar for organization, events, development schedule and more.') ?>">
+ <meta name="keywords" content="<?php _e('mageia, linux, calendar, events') ?>">
<meta name="author" content="Mageia">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<?php include '../../analytics.php'; ?>
@@ -73,17 +72,13 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
scrolling="no"></iframe>
<div class="para">
- <p>This calendar shows all Mageia events,
- <a href="https://wiki.mageia.org/en/Meetings">team meetings</a>,
- development planning milestones
- and possibly more.</p>
- <p>It is public and available to all.
- Only Mageia Board and Council members and team leaders have a write access to it.</p>
- <p>For any comment, addition, change to this calendar, feel free to contact us through:</p>
+ <p><?php _e('This calendar shows all Mageia events, <a href="https://wiki.mageia.org/en/Meetings">team meetings</a>, development planning milestones and possibly more.') ?></p>
+ <p><?php _e('It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it.') ?></p>
+ <p><?php _e('For any comment, addition, change to this calendar, feel free to contact us through:') ?></p>
<ul>
- <li>your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,</li>
- <li><a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,</li>
- <li><a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.</li>
+ <li><?php _e('your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,') ?></li>
+ <li><?php _e('<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,') ?></li>
+ <li><?php _e('<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.') ?></li>
</ul>
</div>
<div class="para">
diff --git a/en/calendar/locales.php b/en/calendar/locales.php
deleted file mode 100644
index 21cc14e9c..000000000
--- a/en/calendar/locales.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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'
- )
-);
diff --git a/langs/en/calendar.en.lang b/langs/en/calendar.en.lang
new file mode 100644
index 000000000..7839fdf32
--- /dev/null
+++ b/langs/en/calendar.en.lang
@@ -0,0 +1,81 @@
+# Generated by extract2lang.php on 2012-08-23T17:31:22+02:00
+# Domain calendar
+
+# /en/calendar/index.php +11
+;Mageia calendar
+Mageia calendar
+
+
+# /en/calendar/index.php +12
+;Mageia calendar for organization, events, development schedule and more.
+Mageia calendar for organization, events, development schedule and more.
+
+
+# /en/calendar/index.php +13
+;mageia, linux, calendar, events
+mageia, linux, calendar, events
+
+
+# /en/calendar/index.php +22
+;Calendar
+Calendar
+
+
+# /en/calendar/index.php +33
+;events
+events
+
+
+# /en/calendar/index.php +38
+;meetings &amp; organization
+meetings &amp; organization
+
+
+# /en/calendar/index.php +43
+;development &amp; release plan
+development &amp; release plan
+
+
+# /en/calendar/index.php +48
+;mentoring
+mentoring
+
+
+# /en/calendar/index.php +75
+;This calendar shows all Mageia events, <a href="https://wiki.mageia.org/en/Meetings">team meetings</a>, development planning milestones and possibly more.
+This calendar shows all Mageia events, <a href="https://wiki.mageia.org/en/Meetings">team meetings</a>, development planning milestones and possibly more.
+
+
+# /en/calendar/index.php +76
+;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.
+
+
+# /en/calendar/index.php +77
+;For any comment, addition, change to this calendar, feel free to contact us through:
+For any comment, addition, change to this calendar, feel free to contact us through:
+
+
+# /en/calendar/index.php +79
+;your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,
+your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,
+
+
+# /en/calendar/index.php +80
+;<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,
+<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,
+
+
+# /en/calendar/index.php +81
+;<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.
+<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.
+
+
+# /en/calendar/index.php +85
+;ICS files
+ICS files
+
+
+# /en/calendar/index.php +86
+;You may get read-only access directly to these .ics files:
+You may get read-only access directly to these .ics files:
diff --git a/langs/fr/calendar.fr.lang b/langs/fr/calendar.fr.lang
new file mode 100644
index 000000000..64d98cdf7
--- /dev/null
+++ b/langs/fr/calendar.fr.lang
@@ -0,0 +1,66 @@
+# Generated by pa2lang.php on 2012-08-23T17:29:27+02:00
+# from /en/calendar/locales.php $_t
+
+;Mageia calendar
+Calendrier d&rsquo;activité de Mageia
+
+
+;Mageia calendar for organization, events, development schedule and more.
+Mageia calendar for organization, events, development schedule and more.
+
+
+;mageia, linux, calendar, events
+mageia, linux, calendar, events
+
+
+;Calendar
+Agenda
+
+
+;events
+événements
+
+
+;meetings &amp; organization
+réunions et points d&rsquo;avancement
+
+
+;development &amp; release plan
+jalons de travail
+
+
+;mentoring
+tutorat
+
+
+;This calendar shows all Mageia events, <a href="https://wiki.mageia.org/en/Meetings">team meetings</a>, development planning milestones and possibly more.
+This calendar shows all Mageia events, <a href="https://wiki.mageia.org/en/Meetings">team meetings</a>, 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:
+For any comment, addition, change to this calendar, feel free to contact us through:
+
+
+;your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,
+your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,
+
+
+;<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,
+<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,
+
+
+;<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.
+<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.
+
+
+;ICS files
+Fichiers ICS
+
+
+;You may get read-only access directly to these .ics files:
+Vous pouvez télécharger ou vous abonner directement a ces fichiers
+
diff --git a/langs/pt/calendar.pt.lang b/langs/pt/calendar.pt.lang
new file mode 100644
index 000000000..159163918
--- /dev/null
+++ b/langs/pt/calendar.pt.lang
@@ -0,0 +1,66 @@
+# Generated by hand on 2012-08-23T17:29:27+02:00
+# from http://svnweb.mageia.org/web?view=revision&revision=772
+
+;Mageia calendar
+Calendário Mageia
+
+
+;Mageia calendar for organization, events, development schedule and more.
+Calendário Mageia para organizações, eventos, agenda de desenvolvimento e mais.
+
+
+;mageia, linux, calendar, events
+mageia, linux, calendário, eventos
+
+
+;Calendar
+Calendário
+
+
+;events
+events
+
+
+;meetings &amp; organization
+meetings &amp; organization
+
+
+;development &amp; release plan
+development &amp; release plan
+
+
+;mentoring
+mentoring
+
+
+;This calendar shows all Mageia events, <a href="https://wiki.mageia.org/en/Meetings">team meetings</a>, development planning milestones and possibly more.
+Este calndário mostra todos os eventos Mageia, <a href="http://mageia.org/wiki/doku.php?id=meetings">reuniões de equipas</a>, datas de planos de desenvolvimento e possívelmente mais.
+
+
+;It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it.
+É público e está disponível para todos. Apenas a direcção, membros do conselho e líderes de equipas tem permissão de escrita no calendário.
+
+
+;For any comment, addition, change to this calendar, feel free to contact us through:
+Para qualquer comentário, adição, alteração neste calendário, entre em contacto connosco através de:
+
+
+;your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,
+o seu líder de <a href="http://mageia.org/wiki/">equipa</a> ou representante,
+
+
+;<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,
+<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> na rede Freenode,
+
+
+;<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.
+<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> como último recurso.
+
+
+;ICS files
+Ficheiros ICS
+
+
+;You may get read-only access directly to these .ics files:
+Pode obter um acesso de leitura-apenas directamente destes ficheiros .ics:
+
diff --git a/langs/sl/calendar.sl.lang b/langs/sl/calendar.sl.lang
new file mode 100644
index 000000000..2f3aa262f
--- /dev/null
+++ b/langs/sl/calendar.sl.lang
@@ -0,0 +1,81 @@
+# Generated by extract2lang.php on 2012-08-23T17:31:22+02:00
+# Domain calendar
+
+# /en/calendar/index.php +11
+;Mageia calendar
+Koledar Mageje
+
+
+# /en/calendar/index.php +12
+;Mageia calendar for organization, events, development schedule and more.
+Koledar Mageje za organizacijo, dogodke, razvojni urnik in še kaj.
+
+
+# /en/calendar/index.php +13
+;mageia, linux, calendar, events
+mageia, linux, koledar, dogodki
+
+
+# /en/calendar/index.php +22
+;Calendar
+Koledar
+
+
+# /en/calendar/index.php +33
+;events
+dogodke
+
+
+# /en/calendar/index.php +38
+;meetings &amp; organization
+sestanke in organizacijo
+
+
+# /en/calendar/index.php +43
+;development &amp; release plan
+načrt razvoja in izdaj
+
+
+# /en/calendar/index.php +48
+;mentoring
+mentoriranje
+
+
+# /en/calendar/index.php +75
+;This calendar shows all Mageia events, <a href="https://wiki.mageia.org/en/Meetings">team meetings</a>, development planning milestones and possibly more.
+Ta koledar prikazuje vse dogodke Mageje, <a href="https://wiki.mageia.org/en/Meetings">sestanke ekip</a>, razvojne mejnike in mogoče še več.
+
+
+# /en/calendar/index.php +76
+;It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it.
+Je javen in na voljo vsem. Dostop za pisanje imajo le člani odbora in Sveta Mageje ter vodje ekip.
+
+
+# /en/calendar/index.php +77
+;For any comment, addition, change to this calendar, feel free to contact us through:
+Za kakršenkoli komentar, dodatek ali spremembo tega koledarja nam lahko kadarkoli javite na enega izmed teh načinov:
+
+
+# /en/calendar/index.php +79
+;your <a href="https://wiki.mageia.org/en/">team</a> leader or representative,
+prek vašega vodje ali predstavnika <a href="https://wiki.mageia.org/en/">ekipe</a>,
+
+
+# /en/calendar/index.php +80
+;<a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> on Freenode,
+na kanalu IRC <a href="irc://irc.freenode.net/#mageia-dev">#mageia-dev</a> na strežniku Freenode ali
+
+
+# /en/calendar/index.php +81
+;<a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a> in last resort.
+kot zadnjo možnost na epošto <a href="mailto:mageia-contact@mageia.org">mageia-contact@mageia.org</a>.
+
+
+# /en/calendar/index.php +85
+;ICS files
+Datoteke ICS
+
+
+# /en/calendar/index.php +86
+;You may get read-only access directly to these .ics files:
+Tule je na voljo bralni dostop do datotek .ics: