From ad6c9d50f9bfa6fda296164af437d7bddcfe57bb Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Thu, 23 Aug 2012 16:08:01 +0000 Subject: page calendar converted to lang system --- en/calendar/index.php | 23 ++++++-------- en/calendar/locales.php | 17 ---------- langs/en/calendar.en.lang | 81 +++++++++++++++++++++++++++++++++++++++++++++++ langs/fr/calendar.fr.lang | 66 ++++++++++++++++++++++++++++++++++++++ langs/pt/calendar.pt.lang | 66 ++++++++++++++++++++++++++++++++++++++ langs/sl/calendar.sl.lang | 81 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 303 insertions(+), 31 deletions(-) delete mode 100644 en/calendar/locales.php create mode 100644 langs/en/calendar.en.lang create mode 100644 langs/fr/calendar.fr.lang create mode 100644 langs/pt/calendar.pt.lang create mode 100644 langs/sl/calendar.sl.lang 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 _e('Mageia calendar') ?> - - + + @@ -73,17 +72,13 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); scrolling="no">
-

This calendar shows all Mageia events, - 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.

-

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

+

team meetings, development planning milestones and possibly more.') ?>

+

+

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 @@ - 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' - ) -); 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 & organization +meetings & organization + + +# /en/calendar/index.php +43 +;development & release plan +development & release plan + + +# /en/calendar/index.php +48 +;mentoring +mentoring + + +# /en/calendar/index.php +75 +;This calendar shows all Mageia events, team meetings, development planning milestones and possibly more. +This calendar shows all Mageia events, team meetings, 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 team leader or representative, +your team leader or representative, + + +# /en/calendar/index.php +80 +;#mageia-dev on Freenode, +#mageia-dev on Freenode, + + +# /en/calendar/index.php +81 +;mageia-contact@mageia.org in last resort. +mageia-contact@mageia.org 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’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 & organization +réunions et points d’avancement + + +;development & release plan +jalons de travail + + +;mentoring +tutorat + + +;This calendar shows all Mageia events, team meetings, development planning milestones and possibly more. +This calendar shows all Mageia events, 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: +For any comment, addition, change to this calendar, feel free to contact us through: + + +;your team leader or representative, +your team leader or representative, + + +;#mageia-dev on Freenode, +#mageia-dev on Freenode, + + +;mageia-contact@mageia.org in last resort. +mageia-contact@mageia.org 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 & organization +meetings & organization + + +;development & release plan +development & release plan + + +;mentoring +mentoring + + +;This calendar shows all Mageia events, team meetings, development planning milestones and possibly more. +Este calndário mostra todos os eventos Mageia, reuniões de equipas, 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 team leader or representative, +o seu líder de equipa ou representante, + + +;#mageia-dev on Freenode, +#mageia-dev na rede Freenode, + + +;mageia-contact@mageia.org in last resort. +mageia-contact@mageia.org 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 & organization +sestanke in organizacijo + + +# /en/calendar/index.php +43 +;development & 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, team meetings, development planning milestones and possibly more. +Ta koledar prikazuje vse dogodke Mageje, sestanke ekip, 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 team leader or representative, +prek vašega vodje ali predstavnika ekipe, + + +# /en/calendar/index.php +80 +;#mageia-dev on Freenode, +na kanalu IRC #mageia-dev na strežniku Freenode ali + + +# /en/calendar/index.php +81 +;mageia-contact@mageia.org in last resort. +kot zadnjo možnost na epošto mageia-contact@mageia.org. + + +# /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: -- cgit v1.2.1