aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2015-04-28 21:34:18 +0200
committerfilip <filip.komar@gmail.com>2015-04-28 21:34:18 +0200
commitc8e6955057b05abd1e48b5bc1b1d696667119a84 (patch)
tree452f4af489162780822b502dafae80797095d9cc
parente415724da362582d4de714f7ce2baf958b88ef10 (diff)
downloadwww-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar
www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.gz
www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.bz2
www-c8e6955057b05abd1e48b5bc1b1d696667119a84.tar.xz
www-c8e6955057b05abd1e48b5bc1b1d696667119a84.zip
separate date translations to prepare them for use on multiple pages
-rw-r--r--en/community/index.php4
-rw-r--r--langs/.tx/config6
-rw-r--r--langs/ast/community.po213
-rw-r--r--langs/ast/news.po80
-rw-r--r--langs/ca/community.po213
-rw-r--r--langs/ca/news.po78
-rw-r--r--langs/cs/community.po226
-rw-r--r--langs/cs/news.po80
-rw-r--r--langs/de/community.po226
-rw-r--r--langs/de/news.po80
-rw-r--r--langs/el/community.po255
-rw-r--r--langs/el/news.po68
-rw-r--r--langs/en-gb/community.po213
-rw-r--r--langs/en-gb/news.po78
-rw-r--r--langs/en/community.pot185
-rw-r--r--langs/en/news.pot75
-rw-r--r--langs/eo/community.po213
-rw-r--r--langs/eo/news.po78
-rw-r--r--langs/es/community.po226
-rw-r--r--langs/es/news.po79
-rw-r--r--langs/et/community.po184
-rw-r--r--langs/et/news.po65
-rw-r--r--langs/eu/community.po260
-rw-r--r--langs/eu/news.po82
-rw-r--r--langs/fi/community.po184
-rw-r--r--langs/fi/news.po77
-rw-r--r--langs/fr/community.po197
-rw-r--r--langs/fr/news.po78
-rw-r--r--langs/hr/community.po225
-rw-r--r--langs/hr/news.po79
-rw-r--r--langs/hu/community.po213
-rw-r--r--langs/hu/news.po78
-rw-r--r--langs/id/community.po226
-rw-r--r--langs/id/news.po79
-rw-r--r--langs/it/community.po226
-rw-r--r--langs/it/news.po79
-rw-r--r--langs/lv/community.po184
-rw-r--r--langs/lv/news.po77
-rw-r--r--langs/nb/community.po213
-rw-r--r--langs/nb/news.po78
-rw-r--r--langs/nl/community.po184
-rw-r--r--langs/nl/news.po77
-rw-r--r--langs/pl/community.po213
-rw-r--r--langs/pl/news.po78
-rw-r--r--langs/pt-br/community.po226
-rw-r--r--langs/pt-br/news.po79
-rw-r--r--langs/pt/community.po213
-rw-r--r--langs/pt/news.po79
-rw-r--r--langs/ro/community.po213
-rw-r--r--langs/ro/news.po79
-rw-r--r--langs/ru/community.po213
-rw-r--r--langs/ru/news.po78
-rw-r--r--langs/sco/community.po184
-rw-r--r--langs/sco/news.po77
-rw-r--r--langs/sl/community.po186
-rw-r--r--langs/sl/news.po77
-rw-r--r--langs/sq/community.po213
-rw-r--r--langs/sq/news.po79
-rw-r--r--langs/sv/community.po226
-rw-r--r--langs/sv/news.po80
-rw-r--r--langs/tr/community.po226
-rw-r--r--langs/tr/news.po79
-rw-r--r--langs/uk/community.po263
-rw-r--r--langs/uk/news.po79
-rw-r--r--langs/ur/community.po213
-rw-r--r--langs/ur/news.po78
-rw-r--r--langs/zh-cn/community.po213
-rw-r--r--langs/zh-cn/news.po78
-rw-r--r--langs/zh-tw/community.po213
-rw-r--r--langs/zh-tw/news.po79
-rw-r--r--tools/web_projects.dat3
71 files changed, 5492 insertions, 4446 deletions
diff --git a/en/community/index.php b/en/community/index.php
index 782b6d0fb..c8b13dc2e 100644
--- a/en/community/index.php
+++ b/en/community/index.php
@@ -2,7 +2,9 @@
define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../langs.php';
-$dictionary = read_translation_file($locale, 'community');
+$dictionary_1 = read_translation_file($locale, 'community');
+$dictionary_2 = read_translation_file($locale, 'news');
+$dictionary = array_merge($dictionary_1, $dictionary_2);
include '../../lib/news.php';
?>
diff --git a/langs/.tx/config b/langs/.tx/config
index 54066d453..6e9b347e2 100644
--- a/langs/.tx/config
+++ b/langs/.tx/config
@@ -85,6 +85,12 @@ source_file = en/map.pot
source_lang = en
type = PO
+[mageia.page-news]
+file_filter = <lang>/news.po
+source_file = en/news.pot
+source_lang = en
+type = PO
+
[mageia.page-support]
file_filter = <lang>/support.po
source_file = en/support.pot
diff --git a/langs/ast/community.po b/langs/ast/community.po
index 489405fb2..0b4c68c4e 100644
--- a/langs/ast/community.po
+++ b/langs/ast/community.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# enolp <enolp@softastur.org>, 2015
# Ḷḷumex03 <tornes@opmbx.org>, 2014
@@ -17,335 +17,272 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Asturian (http://www.transifex.com/projects/p/mageia/language/ast/)\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Comunidá Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, comunidá, anuncies, ferramientes, xeres, noticies"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blogue"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Foros"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Llistes de corréu"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Calendariu"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Xente"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Anuncies"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "¿Cómo contribuyir?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "¡Equipos a los que pues xunite!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentación"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Empaquetáu"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Más tocante a Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Equipos"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
-msgid "the Board"
-msgstr ""
-
#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
-msgstr ""
-
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
+msgid "the Board"
msgstr ""
-#: "/web/lib/news.php +37"
-msgid "Dec"
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/lib/news.php +39"
-msgid "M d Y"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/ast/news.po b/langs/ast/news.po
new file mode 100644
index 000000000..b3fa9f56f
--- /dev/null
+++ b/langs/ast/news.po
@@ -0,0 +1,80 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# enolp <enolp@softastur.org>, 2015
+# Ḷḷumex03 <tornes@opmbx.org>, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Asturian (http://www.transifex.com/projects/p/mageia/language/ast/)\n"
+"Language: ast\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/ca/community.po b/langs/ca/community.po
index 71fa48274..f290e7240 100644
--- a/langs/ca/community.po
+++ b/langs/ca/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-04-18 10:11+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/mageia/language/ca/)\n"
+"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Bloc"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Fòrums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Llistes de correu"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Calendari"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Gent"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Notícies"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Com contribuir?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentació"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Empaquetament"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Proves i <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Més sobre Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Equips"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
-msgid "the Board"
-msgstr ""
-
#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
-msgstr ""
-
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
+msgid "the Board"
msgstr ""
-#: "/web/lib/news.php +37"
-msgid "Dec"
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/lib/news.php +39"
-msgid "M d Y"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/ca/news.po b/langs/ca/news.po
new file mode 100644
index 000000000..39bc623e5
--- /dev/null
+++ b/langs/ca/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-04-18 10:11+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Catalan (http://www.transifex.com/projects/p/mageia/language/ca/)\n"
+"Language: ca\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/cs/community.po b/langs/cs/community.po
index 0da8b403d..a5e351c00 100644
--- a/langs/cs/community.po
+++ b/langs/cs/community.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Jiří Vírava <appukonrad@gmail.com>, 2015
# fri, 2015
@@ -17,335 +17,311 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-04-02 19:01+0000\n"
"Last-Translator: fri\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/mageia/language/cs/)\n"
+"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Společenství Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Ústředí společenství Mageia je místem, kde mohou všichni přispěvatelé a uživatelé najít nejnovější zprávy o Mageie a naučit se více o tom, co dělat v projektu."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, společenství, zprávy, nástroje, úkoly"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Ústředí společenství Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Fóra"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Poštovní seznamy"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Databáze programů pro Mageiu"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalendář"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Lidé"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Zprávy"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Jak přispět?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Začněte zde"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "Setkejte se s námi na <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Projekt můžete <a href=\"../donate/\">podpořit i finančně</a>!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Nástroje"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; dokumentace vytvářená ve spolupráci"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; na hlášení chyb"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Pro vývojáře a tvůrce balíčků"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> &larr; skladiště kódu"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Řada odevzdávaných balíčků"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "neudržované balíčky"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Celkové zprávy o zajištění kvality"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Rozhovory"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "Kde a jak se s námi spojit? Snadno:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> na Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "Ve skutečném životě!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "Během událostí!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Můžete se přidat k týmům"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Ateliér"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentace"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Balení"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Zkoušení a <abbr title=\"Zajištění kvality, QA\">zajištění kvality</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Překlad"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Správa systému a infrastruktury"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Stanovení přednosti chyb"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Více o Mageie"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Naše <a href=\"../about/code-of-conduct/\">pravidla chování</a> a <a href=\"../about/values/\">hodnoty</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Náš model řízení</a> a struktura:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Týmy"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Rada"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Vedení"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Dary</a> &amp; <a href=\"../about/reports/\">zprávy</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Tato stránka vás potřebuje! <a href=\"https://wiki.mageia.org/en/Web_team\">Připojte se k webovému týmu</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Led"
+#~ msgid "Jan"
+#~ msgstr "Led"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Úno"
+#~ msgid "Feb"
+#~ msgstr "Úno"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Bře"
+#~ msgid "Mar"
+#~ msgstr "Bře"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Dub"
+#~ msgid "Apr"
+#~ msgstr "Dub"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "Kvě"
+#~ msgid "May"
+#~ msgstr "Kvě"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Čer"
+#~ msgid "Jun"
+#~ msgstr "Čer"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Čvn"
+#~ msgid "Jul"
+#~ msgstr "Čvn"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Srp"
+#~ msgid "Aug"
+#~ msgstr "Srp"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Zář"
+#~ msgid "Sep"
+#~ msgstr "Zář"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Říj"
+#~ msgid "Oct"
+#~ msgstr "Říj"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Lis"
+#~ msgid "Nov"
+#~ msgstr "Lis"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Pro"
+#~ msgid "Dec"
+#~ msgstr "Pro"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "M d R"
+#~ msgid "M d Y"
+#~ msgstr "M d R"
diff --git a/langs/cs/news.po b/langs/cs/news.po
new file mode 100644
index 000000000..9a1c1d771
--- /dev/null
+++ b/langs/cs/news.po
@@ -0,0 +1,80 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Jiří Vírava <appukonrad@gmail.com>, 2015
+# fri, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-04-02 19:01+0000\n"
+"Last-Translator: fri\n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/mageia/language/cs/)\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Led"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Úno"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Bře"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Dub"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "Kvě"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Čer"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Čvn"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Srp"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Zář"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Říj"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Lis"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Pro"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/de/community.po b/langs/de/community.po
index 6a9f35e2f..619695d12 100644
--- a/langs/de/community.po
+++ b/langs/de/community.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# psyca, 2015
# Marc Lattemann, 2015
@@ -17,335 +17,311 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 20:54+0000\n"
"Last-Translator: psyca\n"
"Language-Team: German (http://www.transifex.com/projects/p/mageia/language/de/)\n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia-Community"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Die Mageia-Community-Zentrale ist der Ort, an dem alle Mitwirkenden und Benutzer die neuesten Informationen über Mageia erfahren können und mehr Informationen darüber erhalten können, wie man im Projekt mithelfen kann."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, community, neuigkeiten, werkzeuge, aufgaben"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia-Community-Zentrale"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/de/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/de/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/de/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forums.mageia.org/de/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Foren"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Mailinglisten"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia-Anwendungs-Datenbank"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Leute"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Neuigkeiten"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Wie kann man mitwirken?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Beginnen Sie hier"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "und treffen Sie uns im <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Sie können das Projekt auch <a href=\"../donate/\">finanziell unterstützen</a>!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Werkzeugkiste"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; gemeinschaftliche Dokumentation"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; berichten Sie Fehler"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Für Entwickler &amp; Paketbauer"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a>-Code-Repositories"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Paketbau-Warteschlange"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "Nicht betreute Pakete"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Globaler QA-Bericht"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Unterhaltungen"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... oder wie Sie mit uns in Kontakt treten können? Einfach:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> auf Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/Mailingliste hreflang=\"de\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "im echten Leben!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "während Veranstaltungen!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Teams, denen Sie beitreten können!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/Kuenstler_Team hreflang=\"de\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/Dokumentationsteam hreflang=\"de\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentation"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/Packer_Team hreflang=\"de\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Paketbau"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/QA_Team hreflang=\"de\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testen &amp; <abbr title=\"Qualitätskontrolle\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/Internationalisierungsteam_%28i18n%29 hreflang=\"de\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Übersetzung"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/Kategorie:Sysadmin hreflang=\"de\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "System- &amp; Infrastruktur-Verwaltung"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/Fehlertruppe hreflang=\"de\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Bugs verifizieren"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Mehr über Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Unsere <a href=\"../about/code-of-conduct/\">Verhaltensregeln</a> und <a href=\"../about/values/\">Werte</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Unser Führungsmodell</a> und unsere Struktur:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/de/Special:Search?search=teams hreflang=\"de\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Teams"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "der Council"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "das Board"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Spenden</a> &amp; <a href=\"../about/reports/\">Berichte</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Diese Seite braucht Sie! <a href=\"https://wiki.mageia.org/en/Web_team\">Treten Sie dem Web-Team bei</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Jan"
+#~ msgid "Jan"
+#~ msgstr "Jan"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Feb"
+#~ msgid "Feb"
+#~ msgstr "Feb"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Mär"
+#~ msgid "Mar"
+#~ msgstr "Mär"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Apr"
+#~ msgid "Apr"
+#~ msgstr "Apr"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "Mai"
+#~ msgid "May"
+#~ msgstr "Mai"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Jun"
+#~ msgid "Jun"
+#~ msgstr "Jun"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Jul"
+#~ msgid "Jul"
+#~ msgstr "Jul"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Aug"
+#~ msgid "Aug"
+#~ msgstr "Aug"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Sep"
+#~ msgid "Sep"
+#~ msgstr "Sep"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Okt"
+#~ msgid "Oct"
+#~ msgstr "Okt"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Nov"
+#~ msgid "Nov"
+#~ msgstr "Nov"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Dez"
+#~ msgid "Dec"
+#~ msgstr "Dez"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "d. M. Y"
+#~ msgid "M d Y"
+#~ msgstr "d. M. Y"
diff --git a/langs/de/news.po b/langs/de/news.po
new file mode 100644
index 000000000..15bea539e
--- /dev/null
+++ b/langs/de/news.po
@@ -0,0 +1,80 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# psyca, 2015
+# Marc Lattemann, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 20:54+0000\n"
+"Last-Translator: psyca\n"
+"Language-Team: German (http://www.transifex.com/projects/p/mageia/language/de/)\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Jan"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Feb"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Mär"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Apr"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "Mai"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Jun"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Jul"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Aug"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Sep"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Okt"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Nov"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Dez"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "d. M. Y"
diff --git a/langs/el/community.po b/langs/el/community.po
index abf1b9b33..4a886f387 100644
--- a/langs/el/community.po
+++ b/langs/el/community.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ./langs/el/community.el.lang\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-28 07:16+0100\n"
"Last-Translator: Dimitrios Glentadakis <dglent@free.fr>\n"
"Language-Team: Greek <i18n-el@ml.mageia.org>\n"
@@ -15,342 +15,301 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Η κοινότητα της Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
-msgstr ""
-"Η Πύλη της κοινότητας Mageia είναι το μέρος όπου όλοι οι συμμετέχοντες και οι "
-"χρήστες μπορούν να ενημερωθούν σχετικά με τα νέα από τη Mageia και να μάθουν "
-"περισσότερα σχετικά με το τι μπορούν να προσφέρουν στο έργο."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
+msgstr "Η Πύλη της κοινότητας Mageia είναι το μέρος όπου όλοι οι συμμετέχοντες και οι χρήστες μπορούν να ενημερωθούν σχετικά με τα νέα από τη Mageia και να μάθουν περισσότερα σχετικά με το τι μπορούν να προσφέρουν στο έργο."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, κοινότητα, νέα, εργαλεία, εργασίες"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Η Πύλη της κοινότητας Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/el/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Ιστολόγιο"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Πλανήτης"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "http://www.mageia-gr.org/forum/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Φόρουμ"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Λίστες ταχυδρομείου"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "<em>Mageia Application Database</em>"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Ημερολόγιο"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Συνεισφέροντες"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Νέα"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Θέλετε να λάβετε μέρος;"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Ξεκινήστε από εδώ"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-msgstr ""
-"και συναντήστε μας στο <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
+msgstr "και συναντήστε μας στο <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
-msgid ""
-"You can also <a href=\"../donate/\">support financially</a> the project!"
-msgstr ""
-"Μπορείτε επίσης να <a href=\"../donate/\">υποστηρίξετε το έργο οικονομικά</a>!"
+#: "/web/en/community/index.php +75"
+msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
+msgstr "Μπορείτε επίσης να <a href=\"../donate/\">υποστηρίξετε το έργο οικονομικά</a>!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Εργαλειοθήκη"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; συνεργατική τεκμηρίωση"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; για αναφορά σφαλμάτων"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Για προγραμματιστές &amp; δημιουργούς πακέτων"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> αποθετήρια κώδικα"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Λίστα πακέτων σε αναμονή"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "πακέτα χωρίς συντήρηση"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Γενικές αναφορές QA"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Συζήτηση"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ή, πώς να έρθετε σε επαφή μαζί μας; Είναι εύκολο:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> στο Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "στην πραγματική ζωή!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "κατά τη διάρκεια γεγονότων!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Οι ομάδες μας"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Εργαστήρι"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Τεκμηρίωση"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Δημιουργία πακέτων"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Δοκιμές &amp; <abbr title=\"Διασφάλιση Ποιότητας\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
-msgstr ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
+msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Μετάφραση"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Διαχείριση της υποδομής &amp; συστημάτων"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Διαλογή bug"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Περισσότερα σχετικά με τη Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
-msgstr ""
-"Ο <a href=\"../about/code-of-conduct/\">κώδικας συμπεριφοράς</a> μας και οι <"
-"a href=\"../about/values/\">αξίες</a> μας"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
+msgstr "Ο <a href=\"../about/code-of-conduct/\">κώδικας συμπεριφοράς</a> μας και οι <a href=\"../about/values/\">αξίες</a> μας"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Το μοντέλο μας διακυβέρνησης</a> και η υποδομή μας:"
-#: "/web/en/community/index.php +132"
-msgid ""
-"\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-msgstr ""
-"\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
+#: "/web/en/community/index.php +134"
+msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
+msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Ομάδες"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "το Συμβούλιο"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "η Διοίκηση"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">"
-"reports</a>."
-msgstr ""
-"<a href=\"../donate/\">Δωρεές</a> &amp; <a href=\"../about/reports/\">"
-"οικονομικές αναφορές</a>."
-
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the "
-"Web team</a>!"
-msgstr ""
-"Αυτός ο ιστότοπος με χρειάζεται! <a href=\"https://wiki.mageia.org/en/Web_team"
-"\">Συμμετέχω στην ομάδα Web</a>!"
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
+msgstr "<a href=\"../donate/\">Δωρεές</a> &amp; <a href=\"../about/reports/\">οικονομικές αναφορές</a>."
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Ιαν"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
+msgstr "Αυτός ο ιστότοπος με χρειάζεται! <a href=\"https://wiki.mageia.org/en/Web_team\">Συμμετέχω στην ομάδα Web</a>!"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Φεβ"
+#~ msgid "Jan"
+#~ msgstr "Ιαν"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Μάρ"
+#~ msgid "Feb"
+#~ msgstr "Φεβ"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Απρ"
+#~ msgid "Mar"
+#~ msgstr "Μάρ"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "Μάι"
+#~ msgid "Apr"
+#~ msgstr "Απρ"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Ιούν"
+#~ msgid "May"
+#~ msgstr "Μάι"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Ιούλ"
+#~ msgid "Jun"
+#~ msgstr "Ιούν"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Αύγ"
+#~ msgid "Jul"
+#~ msgstr "Ιούλ"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Σεπ"
+#~ msgid "Aug"
+#~ msgstr "Αύγ"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Οκτ"
+#~ msgid "Sep"
+#~ msgstr "Σεπ"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Νοέ"
+#~ msgid "Oct"
+#~ msgstr "Οκτ"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Δεκ"
+#~ msgid "Nov"
+#~ msgstr "Νοέ"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "Μ η Ε"
+#~ msgid "Dec"
+#~ msgstr "Δεκ"
+#~ msgid "M d Y"
+#~ msgstr "Μ η Ε"
diff --git a/langs/el/news.po b/langs/el/news.po
new file mode 100644
index 000000000..85ea4f94a
--- /dev/null
+++ b/langs/el/news.po
@@ -0,0 +1,68 @@
+#
+# Dimitrios Glentadakis <dglent@free.fr>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: ./langs/el/news.el.lang\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-28 07:16+0100\n"
+"Last-Translator: Dimitrios Glentadakis <dglent@free.fr>\n"
+"Language-Team: Greek <i18n-el@ml.mageia.org>\n"
+"Language: el\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Ιαν"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Φεβ"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Μάρ"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Απρ"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "Μάι"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Ιούν"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Ιούλ"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Αύγ"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Σεπ"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Οκτ"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Νοέ"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Δεκ"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/en-gb/community.po b/langs/en-gb/community.po
index 899aa0d1b..2eaa4948b 100644
--- a/langs/en-gb/community.po
+++ b/langs/en-gb/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/mageia/language/en_GB/)\n"
+"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr ""
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr ""
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentation"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
-msgid "the Board"
-msgstr ""
-
#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
-msgstr ""
-
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
+msgid "the Board"
msgstr ""
-#: "/web/lib/news.php +37"
-msgid "Dec"
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/lib/news.php +39"
-msgid "M d Y"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/en-gb/news.po b/langs/en-gb/news.po
new file mode 100644
index 000000000..1fa9c34b8
--- /dev/null
+++ b/langs/en-gb/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/mageia/language/en_GB/)\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/en/community.pot b/langs/en/community.pot
index 345163acc..c3c0efddb 100644
--- a/langs/en/community.pot
+++ b/langs/en/community.pot
@@ -8,13 +8,12 @@
#
# include translation strings from:
# en/community/index.php
-# lib/news.php
#
msgid ""
msgstr ""
"Project-Id-Version: community\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -23,314 +22,262 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +16"
msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr ""
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr ""
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +131"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +138"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +141"
+#: "/web/en/community/index.php +143"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/en/news.pot b/langs/en/news.pot
new file mode 100644
index 000000000..0730b68c6
--- /dev/null
+++ b/langs/en/news.pot
@@ -0,0 +1,75 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: news\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/eo/community.po b/langs/eo/community.po
index 1056e3471..381993ee4 100644
--- a/langs/eo/community.po
+++ b/langs/eo/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/mageia/language/eo/)\n"
+"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageja komunumo"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageja Komunuma Centralo estas ejo kie kontribuantoj kaj uzuloj povas trovi la lastajn novaĵojn pri Magejo kaj lerni pli pri tio kion ni faras en la projekto."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "magejo, komunumo, novaĵoj, iloj, taskoj"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageja Komunuma Centralo"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blogo"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forumoj"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Ret-listoj"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageja Aplikaĵ-datumbazo"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalendaro"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "People"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Novaĵoj"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Kiel kontribui?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Komencu ĉi tie"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "kaj renkontu nin <a href=\"https://wiki.mageia.org/en/IRC\">retbabileje</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Vi povas ankaŭ <a href=\"../donate/\">subteni finance</a> la projekton!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Ilaro"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Vikio</a> &larr; kunlabora dokumentaro"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; por raporti cimojn"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Por programistoj kaj pakantoj"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversio"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> kodo-deponejoj"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Pakaĵa senda atendovico"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "nezorgataj pakaĵoj"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Globala kvalitokontrola raporto"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Konversacioj"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... aŭ, kiel kontakti nin? Facile:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "Retbabileje</a> per Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "En la reala vivo!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "Dum la eventoj!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Teamoj al kiuj vi povas aliĝi!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Ateliero"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentaro"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Pakaĵaro"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testado kaj <abbr title=\"Quality Assurance\">kvalito-kontrolo</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Tradukado"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Sistema kaj substruktura administrado"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Cimo-klasifikado"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Magejo"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Pli pri Magejo"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Niaj <a href=\"../about/code-of-conduct/\">konduto-kodo</a> kaj <a href=\"../about/values/\">valoroj</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Nia regad-sistemo</a> kaj strukturo:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Teamoj"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "La konsilantaro"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "La personaro"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donacioj</a> kaj <a href=\"../about/reports/\">raportoj</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Ĉi tiu paĝaro bezonas vin! <a href=\"https://wiki.mageia.org/en/Web_team\">Aliĝu al la paĝar-teamo</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/eo/news.po b/langs/eo/news.po
new file mode 100644
index 000000000..c02eb3439
--- /dev/null
+++ b/langs/eo/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Esperanto (http://www.transifex.com/projects/p/mageia/language/eo/)\n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/es/community.po b/langs/es/community.po
index 29e5b7f47..51b3af5d2 100644
--- a/langs/es/community.po
+++ b/langs/es/community.po
@@ -2,349 +2,325 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Egoitz Rodriguez Obieta <egoitzro@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-04-03 14:44+0000\n"
"Last-Translator: Egoitz Rodriguez Obieta <egoitzro@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/mageia/language/es/)\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Comunidad Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "La Central de la Comunidad Mageia es el sitio donde contribuidores y usuarios pueden encontrar las últimas noticias sobre Mageia y aprender más sobre lo que pueden hacer por el proyecto."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, comunidad, noticias, herramientas, tareas"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Central de la Comunidad Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/es/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/es/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/es/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Foros"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Listas de correo"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Base de datos de Aplicaciones Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Calendario"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Personas"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Noticias"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "¿Cómo participar?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Comience aquí"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "y visítenos en <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "¡Puede <a href=\"../donate/\">apoyar financieramente</a> al proyecto!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Herramientas"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; documentación colaborativa"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; para reportar fallos"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Para desarrolladores y empaquetadores"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "repositorios de código Git</a>"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Cola de paquetes enviados"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "paquetes no mantenidos"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Reportes de control de calidad (QA)"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Conversaciones"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... o, ¿Cómo contactarnos? Es fácil:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> en Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "¡En persona!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "¡Durante los eventos!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "¡Equipos en los que puede ayudar!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentación"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Empaquetado"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Pruebas y <abbr title=\"Control de Calidad\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Traducción"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Administración de sistemas e infraestructura"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Clasificación de fallos"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Más sobre Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Nuestro <a href=\"../about/code-of-conduct/\">código de conducta</a> y <a href=\"../about/values/\">valores</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Nuestro modelo de gobierno</a> y estructura:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Equipos"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "El consejo"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "La directiva"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donaciones</a> y <a href=\"../about/reports/\">reportes</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "¡Esta página le necesita! ¡<a href=\"https://wiki.mageia.org/en/Web_team\">Únase al equipo Web</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Ene"
+#~ msgid "Jan"
+#~ msgstr "Ene"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Feb"
+#~ msgid "Feb"
+#~ msgstr "Feb"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Mar"
+#~ msgid "Mar"
+#~ msgstr "Mar"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Abr"
+#~ msgid "Apr"
+#~ msgstr "Abr"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "May"
+#~ msgid "May"
+#~ msgstr "May"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Jun"
+#~ msgid "Jun"
+#~ msgstr "Jun"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Jul"
+#~ msgid "Jul"
+#~ msgstr "Jul"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Ago"
+#~ msgid "Aug"
+#~ msgstr "Ago"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Sept"
+#~ msgid "Sep"
+#~ msgstr "Sept"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Oct"
+#~ msgid "Oct"
+#~ msgstr "Oct"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Nov"
+#~ msgid "Nov"
+#~ msgstr "Nov"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Dic"
+#~ msgid "Dec"
+#~ msgstr "Dic"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "M d Y"
+#~ msgid "M d Y"
+#~ msgstr "M d Y"
diff --git a/langs/es/news.po b/langs/es/news.po
new file mode 100644
index 000000000..49229170c
--- /dev/null
+++ b/langs/es/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Egoitz Rodriguez Obieta <egoitzro@gmail.com>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-04-03 14:44+0000\n"
+"Last-Translator: Egoitz Rodriguez Obieta <egoitzro@gmail.com>\n"
+"Language-Team: Spanish (http://www.transifex.com/projects/p/mageia/language/es/)\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Ene"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Feb"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Mar"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Abr"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "May"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Jun"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Jul"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Ago"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Sept"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Oct"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Nov"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Dic"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "M d Y"
diff --git a/langs/et/community.po b/langs/et/community.po
index 28e36e523..5b0dfb72f 100644
--- a/langs/et/community.po
+++ b/langs/et/community.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ./langs/et/community.et.lang\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2014-03-13 21:13+0100\n"
"Last-Translator: Duffy Duck <d_duck@nowhere.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,324 +12,272 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia kogukond"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +16"
msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageia kogukonna keskus on koht, kus kõik kasutajad ja kaasautorid võivad leida uusimaid uudiseid Mageia kohta ning teada saada, mida neil on võimalik veel projekti heaks ära teha."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, kogukond, uudised, tööriistad, ülesanded"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia kogukonna keskus"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Ajaveeb"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
#, fuzzy
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Foorumid"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Postiloendid"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia rakenduste andmebaas"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Inimesed"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Uudised"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Kuidas kaasa aidata?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Alustage siit"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "ja kohtuge meiega <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a> kanalitel."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Samuti võite projekti <a href=\"../donate/\">rahaliselt toetada</a>!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Tööriistad"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; koostöös loodav dokumentatsioon"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; veateated"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Arendajatele ja pakendajatele"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversioni"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Giti</a> koodihoidlad"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Pakettide üleslaadimise lint"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "hooldajata paketid"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Üldine kvaliteedikontrolli aruanne"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Vestlused"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ehk kuidas meiega kokku saada? See on imelihtne:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> Freenode serveris"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "Päriselus!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "Ürituste ajal!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Meeskonnad, millega liituda!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentatsioon"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Pakendamine"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testimine ja <abbr title=\"kvaliteedikontroll\">QA</abbr>"
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Tõlkimine"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Süsteemi ja taristu haldamine"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Veateadete sõelumine"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Rohkem Mageia kohta"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +131"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Meie <a href=\"../about/code-of-conduct/\">käitumisjuhised</a> and <a href=\"../about/values/\">väärtused</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Meie juhtimismudel</a> ja struktuur:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Meeskonnad"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Nõukogu"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Juhatus"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +138"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Annetused</a> ja <a href=\"../about/reports/\">aruanded</a>."
-#: "/web/en/community/index.php +141"
+#: "/web/en/community/index.php +143"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "See lehekülg vajab teid! <a href=\"https://wiki.mageia.org/en/Web_team\">Liituge veebimeeskonnaga</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/et/news.po b/langs/et/news.po
new file mode 100644
index 000000000..89c21991b
--- /dev/null
+++ b/langs/et/news.po
@@ -0,0 +1,65 @@
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ./langs/et/news.et.lang\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2014-03-13 21:13+0100\n"
+"Last-Translator: Duffy Duck <d_duck@nowhere.net>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: et\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/eu/community.po b/langs/eu/community.po
index 00db91dc2..3e149b253 100644
--- a/langs/eu/community.po
+++ b/langs/eu/community.po
@@ -18,354 +18,312 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-25 12:25+0100\n"
"Last-Translator: Egoitz Rodriguez Obieta <egoitzro@gmail.com>\n"
-"Language-Team: Basque (http://www.transifex.com/projects/p/mageia/language/"
-"eu/)\n"
+"Language-Team: Basque (http://www.transifex.com/projects/p/mageia/language/eu/)\n"
+"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.6.9\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia Erkidegoa"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
-msgstr ""
-"Mageia Erkidego Zentrala non laguntzaile eta erabiltzaile guztiek Mageia-ri "
-"buruzko azken berriak aurki ditzakete eta gehiago ikas dezakete proiektuan "
-"egiten denari buruz."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
+msgstr "Mageia Erkidego Zentrala non laguntzaile eta erabiltzaile guztiek Mageia-ri buruzko azken berriak aurki ditzakete eta gehiago ikas dezakete proiektuan egiten denari buruz."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, erkidegoa, berriak, tresnak, zereginak"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia Komunitate Zentroa"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog-a"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Foruak"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Posta-zerrendak"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia Aplikazio Datubasea"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Egutegia"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Gendea"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Berriak"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Nola lagundu?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Hemen hasi"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-msgstr ""
-"eta ezagutu gaitzazu <a href=\"https://wiki.mageia.org/en/IRC\"> IRC </a>."
+msgstr "eta ezagutu gaitzazu <a href=\"https://wiki.mageia.org/en/IRC\"> IRC </a>."
-#: "/web/en/community/index.php +73"
-msgid ""
-"You can also <a href=\"../donate/\">support financially</a> the project!"
-msgstr ""
-"Zuk <a href=\"../donate/\"> laguntza ekonomikoa </a> eman ahal diozu "
-"proiektuari!"
+#: "/web/en/community/index.php +75"
+msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
+msgstr "Zuk <a href=\"../donate/\"> laguntza ekonomikoa </a> eman ahal diozu proiektuari!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Tresna kutxa"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; elkarlaneko dokumentazioa"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; akatsen berri emateko"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Sustatzaileentzat &amp; paketatzaileak"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subertsioa"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git </a> kode biltegiak"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Paketeak bidalketaren ilaran"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "Mantendu gabeko paketeak"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "QA txosten globalak"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Elkarrizketa"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... edo, nola gurekin harremanetan jarri? Erraza:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC </a> Freenode zerbitzarian"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "bizitza errealean!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "Ekitaldian zehar!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Lagundu ditzakezun Taldeak!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Tailerra"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentazioa"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Paketatzea"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Frogak &amp; <abbr title=\"Kalitate Kontrola\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en"
-"\""
-msgstr ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en"
-"\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
+msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Itzulpena"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "sistemak &amp; azpiegituren administrazioa"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Akats sailkapena"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Gehiago Mageia-ri buruz"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href="
-"\"../about/values/\">values</a>"
-msgstr ""
-"Gure <a href=\"../about/code-of-conduct/\">jokabide kode</a> and <a href="
-"\"../about/values/\">balioak</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
+msgstr "Gure <a href=\"../about/code-of-conduct/\">jokabide kode</a> and <a href=\"../about/values/\">balioak</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Gure gobernu eredua </a> eta egitura:"
-#: "/web/en/community/index.php +132"
-msgid ""
-"\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-msgstr ""
-"\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
+#: "/web/en/community/index.php +134"
+msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
+msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Taldeak"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Kontseilua"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Taulak"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/"
-"\">reports</a>."
-msgstr ""
-"<a href=\"../donate/\">Emateak</a> &amp; <a href=\"../about/reports/"
-"\">txostenak</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
+msgstr "<a href=\"../donate/\">Emateak</a> &amp; <a href=\"../about/reports/\">txostenak</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
-msgstr ""
-"Orri honek behar zaitu! <a href=\"https://wiki.mageia.org/en/Web_team\"> Web "
-"taldearekin bat egin </a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
+msgstr "Orri honek behar zaitu! <a href=\"https://wiki.mageia.org/en/Web_team\"> Web taldearekin bat egin </a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Urt."
+#~ msgid "Jan"
+#~ msgstr "Urt."
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Ots."
+#~ msgid "Feb"
+#~ msgstr "Ots."
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Mar."
+#~ msgid "Mar"
+#~ msgstr "Mar."
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Apr."
+#~ msgid "Apr"
+#~ msgstr "Apr."
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "Mai."
+#~ msgid "May"
+#~ msgstr "Mai."
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Eka."
+#~ msgid "Jun"
+#~ msgstr "Eka."
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Uzt."
+#~ msgid "Jul"
+#~ msgstr "Uzt."
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Abu."
+#~ msgid "Aug"
+#~ msgstr "Abu."
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Ira."
+#~ msgid "Sep"
+#~ msgstr "Ira."
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Urr."
+#~ msgid "Oct"
+#~ msgstr "Urr."
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Aza."
+#~ msgid "Nov"
+#~ msgstr "Aza."
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Abe."
+#~ msgid "Dec"
+#~ msgstr "Abe."
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "d M Y"
+#~ msgid "M d Y"
+#~ msgstr "d M Y"
diff --git a/langs/eu/news.po b/langs/eu/news.po
new file mode 100644
index 000000000..dc7ca8a53
--- /dev/null
+++ b/langs/eu/news.po
@@ -0,0 +1,82 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Egoitz Rodriguez Obieta <egoitzro@gmail.com>, 2014
+# Egoitz Rodriguez Obieta <egoitzro@gmail.com>, 2014
+# Egoitz Rodriguez Obieta <egoitzro@gmail.com>, 2014-2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-25 12:25+0100\n"
+"Last-Translator: Egoitz Rodriguez Obieta <egoitzro@gmail.com>\n"
+"Language-Team: Basque (http://www.transifex.com/projects/p/mageia/language/eu/)\n"
+"Language: eu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 1.6.9\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Urt."
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Ots."
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Mar."
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Apr."
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "Mai."
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Eka."
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Uzt."
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Abu."
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Ira."
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Urr."
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Aza."
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Abe."
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "d M Y"
diff --git a/langs/fi/community.po b/langs/fi/community.po
index f031dd268..08e8b0c44 100644
--- a/langs/fi/community.po
+++ b/langs/fi/community.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2014-04-03 12:09+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Finnish (http://www.transifex.com/projects/p/mageia/language/fi/)\n"
@@ -24,314 +24,262 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +16"
msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalenteri"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Uutiset"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentaatio"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Pakkaus"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +131"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +138"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +141"
+#: "/web/en/community/index.php +143"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/fi/news.po b/langs/fi/news.po
new file mode 100644
index 000000000..d04c2ddb4
--- /dev/null
+++ b/langs/fi/news.po
@@ -0,0 +1,77 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2014 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2014-04-03 12:09+0000\n"
+"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
+"Language-Team: Finnish (http://www.transifex.com/projects/p/mageia/language/fi/)\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/fr/community.po b/langs/fr/community.po
index acb3ad602..b383d1447 100644
--- a/langs/fr/community.po
+++ b/langs/fr/community.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 14:24+0000\n"
"Last-Translator: Eric Barbero <dune06@free.fr>\n"
"Language-Team: French (http://www.transifex.com/projects/p/mageia/language/fr/)\n"
@@ -25,314 +25,301 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Communauté Mageia"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +16"
msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Le portail de la communauté Mageia est le lieu privilégié pour les contributeurs et utilisateurs qui cherchent les dernières nouvelles de Mageia et veulent s'investir dans le projet."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, communauté, nouvelles, outils, taches"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Portail de la communauté Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/fr/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/fr/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "http://forum.mageia.org/fr/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Listes de discussion"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/fr/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "<em>Mageia Application Database</em>"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Calendrier"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Contributeurs"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Actualités"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Comment contribuer&nbsp;?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Commencez par là"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "et rejoignez nous sur <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Vous pouvez aussi apporter un <a href=\"../donate/\">soutien financier</a> au projet !"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Boîte à outils"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki officiel</a> &larr; documentation collaborative</li> <li><a href=\"http://www.mageialinux-online.org/wiki/wiki.php\">Wiki de MLO</a> &larr; communauté francophone"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; pour signaler des bugs"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Pour les développeurs &amp; les packagers"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a>"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Liste d'attente des paquets"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "paquets non maintenus"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Rapports généraux de QA"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Discussion"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ou comment prendre contact avec nous ? C'est facile :"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> sur Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "dans la vraie vie !"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "au cours d'événements !"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Nos équipes"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentation"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Packaging"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Tests &amp; <abbr title=\"Assurance qualité (Quality Assurance)\">QA</abbr>"
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Traduction"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Administration de l'infrastructure et des systèmes"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Tri des bugs"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "En savoir plus sur Mageia"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +131"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Notre <a href=\"../about/code-of-conduct/\">code de conduite</a> et nos <a href=\"../about/values/\">valeurs</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Notre modèle de gestion</a> et notre structure :"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Équipes"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "le Conseil"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "le Bureau"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +138"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Dons</a> &amp; <a href=\"../about/reports/\">rapports financiers</a>."
-#: "/web/en/community/index.php +141"
+#: "/web/en/community/index.php +143"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Cette page a besoin de vous ! <a href=\"https://wiki.mageia.org/en/Web_team\">Rejoignez l'équipe Web</a> !"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "jan"
+#~ msgid "Jan"
+#~ msgstr "jan"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "fév"
+#~ msgid "Feb"
+#~ msgstr "fév"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "mars"
+#~ msgid "Mar"
+#~ msgstr "mars"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "avril"
+#~ msgid "Apr"
+#~ msgstr "avril"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "mai"
+#~ msgid "May"
+#~ msgstr "mai"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "juin"
+#~ msgid "Jun"
+#~ msgstr "juin"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "juillet"
+#~ msgid "Jul"
+#~ msgstr "juillet"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "août"
+#~ msgid "Aug"
+#~ msgstr "août"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "sept"
+#~ msgid "Sep"
+#~ msgstr "sept"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "oct"
+#~ msgid "Oct"
+#~ msgstr "oct"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "nov"
+#~ msgid "Nov"
+#~ msgstr "nov"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "déc"
+#~ msgid "Dec"
+#~ msgstr "déc"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "d M Y"
+#~ msgid "M d Y"
+#~ msgstr "d M Y"
diff --git a/langs/fr/news.po b/langs/fr/news.po
new file mode 100644
index 000000000..8a0751800
--- /dev/null
+++ b/langs/fr/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+#
+# Translators:
+# Eric Barbero <dune06@free.fr>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 14:24+0000\n"
+"Last-Translator: Eric Barbero <dune06@free.fr>\n"
+"Language-Team: French (http://www.transifex.com/projects/p/mageia/language/fr/)\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "jan"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "fév"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "mars"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "avril"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "mai"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "juin"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "juillet"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "août"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "sept"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "oct"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "nov"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "déc"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "d M Y"
diff --git a/langs/hr/community.po b/langs/hr/community.po
index 4beaf6630..20ba62385 100644
--- a/langs/hr/community.po
+++ b/langs/hr/community.po
@@ -2,349 +2,322 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Ivica Kolić <ikoli@yahoo.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-03-24 08:03+0000\n"
"Last-Translator: Ivica Kolić <ikoli@yahoo.com>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/mageia/language/hr/)\n"
+"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia zajednica"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageia središte zajednice je mjesto gdje svi doprinositelji i korisnici mogu naći zadnje novosti o Mageii i naučiti više o tome što uraditi na projektu."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, zajednica, novosti, alati, zadaci"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia središte zajednice"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forumi"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Mailing-liste"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia baza podataka programa"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalendar"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Ljudi"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Novosti"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Kako doprinijeti?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Počnite ovdje"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "i sretnite nas na <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Također možete <a href=\"../donate/\">financijski podržati</a> projekt!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Alatna kutija"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; za prijavu problema"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> kod repozitoriji"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "neodržavani paketi"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Razgovori"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "...ilim kako stupiti u kontakt sa nama? Lako:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> na Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "u stvarnom životu!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "tijekom događanja!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Timovi kojima se možete priključiti!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentacija"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Paketiranje"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Prevođenje"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Više o Mageii"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Naš <a href=\"../about/code-of-conduct/\">kodeks ponašanja</a> i <a href=\"../about/values/\">vrijednosti</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Naš model upravljanja</a> i struktura:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Timovi"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Vijeće"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Odbor"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Ova vas stranica treba! <a href=\"https://wiki.mageia.org/en/Web_team\">Pridružite se Web timu</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Sij"
+#~ msgid "Jan"
+#~ msgstr "Sij"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Velj"
+#~ msgid "Feb"
+#~ msgstr "Velj"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Ožu"
+#~ msgid "Mar"
+#~ msgstr "Ožu"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Tra"
+#~ msgid "Apr"
+#~ msgstr "Tra"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "Svib"
+#~ msgid "May"
+#~ msgstr "Svib"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Lip"
+#~ msgid "Jun"
+#~ msgstr "Lip"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Srp"
+#~ msgid "Jul"
+#~ msgstr "Srp"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Kol"
+#~ msgid "Aug"
+#~ msgstr "Kol"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Ruj"
+#~ msgid "Sep"
+#~ msgstr "Ruj"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Lis"
+#~ msgid "Oct"
+#~ msgstr "Lis"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Stu"
+#~ msgid "Nov"
+#~ msgstr "Stu"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Pro"
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
+#~ msgid "Dec"
+#~ msgstr "Pro"
diff --git a/langs/hr/news.po b/langs/hr/news.po
new file mode 100644
index 000000000..eece82a58
--- /dev/null
+++ b/langs/hr/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Ivica Kolić <ikoli@yahoo.com>, 2014-2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-03-24 08:03+0000\n"
+"Last-Translator: Ivica Kolić <ikoli@yahoo.com>\n"
+"Language-Team: Croatian (http://www.transifex.com/projects/p/mageia/language/hr/)\n"
+"Language: hr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Sij"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Velj"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Ožu"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Tra"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "Svib"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Lip"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Srp"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Kol"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Ruj"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Lis"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Stu"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Pro"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "j. M Y"
diff --git a/langs/hu/community.po b/langs/hu/community.po
index c07616d50..70f4b05bb 100644
--- a/langs/hu/community.po
+++ b/langs/hu/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mageia/language/hu/)\n"
+"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Fórumok"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Naptár"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Hírek"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentáció"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Csomagoló"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
-msgid "the Board"
-msgstr ""
-
#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
-msgstr ""
-
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
+msgid "the Board"
msgstr ""
-#: "/web/lib/news.php +37"
-msgid "Dec"
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/lib/news.php +39"
-msgid "M d Y"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/hu/news.po b/langs/hu/news.po
new file mode 100644
index 000000000..1949ee87d
--- /dev/null
+++ b/langs/hu/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Hungarian (http://www.transifex.com/projects/p/mageia/language/hu/)\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/id/community.po b/langs/id/community.po
index 04d7a4d96..e80e8665f 100644
--- a/langs/id/community.po
+++ b/langs/id/community.po
@@ -2,349 +2,325 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Kiki <kiki.syahadat@yahoo.co.id>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-25 05:04+0000\n"
"Last-Translator: Kiki <kiki.syahadat@yahoo.co.id>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/mageia/language/id/)\n"
+"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Komunitas Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Pusat Komunitas Mageia adalah tempat di mana kontributor dan pengguna bisa menemukan berita aktual tentang Mageia dan mempelajari lebih lanjut tentang apa yang dilakukan di dalam proyek."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, komunitas, berita, peralatan, tugas"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Pusat Komunitas Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forum"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Milis"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Basis Data Aplikasi Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Orang-orang"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Berita"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Bagaimana cara berkontribusi?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Mulai dari sini"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "dan temui kami di <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Kamu juga bisa <a href=\"../donate/\">mendukung keuangan</a> proyek!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Toolbox"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; dokumentasi kolaboratif"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; untuk melapor bug"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Untuk pengembang &amp; pemaket"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "kode repositori Git</a>"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Antrian pengajuan paket"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "paket yang tidak diproduksi"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Laporan global QA"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Percakapan"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... atau, bagaimana cara berhubungan dengan kami? Mudah:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> pada Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "di dunia nyata!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "selama kegiatan!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Tim yang kamu bisa bergabung!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Artistik"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentasi"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Pemaketan"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Pengujian &amp; <abbr title=\"Jaminan Kualitas\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Terjemahan"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Administrasi sistem &amp; infrastruktur"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Penyortiran bug"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Lebih lanjut tentang Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "<a href=\"../about/code-of-conduct/\">Kode etik</a> dan <a href=\"../about/values/\">nilai</a> kami"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Model tata kelola</a> dan struktur kami:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Tim"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Majelis"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Dewan"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donasi</a> &amp; <a href=\"../about/reports/\">laporan</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Halaman ini membutuhkanmu! <a href=\"https://wiki.mageia.org/en/Web_team\">Bergabunglah di tim Web</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Jan"
+#~ msgid "Jan"
+#~ msgstr "Jan"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Feb"
+#~ msgid "Feb"
+#~ msgstr "Feb"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Mar"
+#~ msgid "Mar"
+#~ msgstr "Mar"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Apr"
+#~ msgid "Apr"
+#~ msgstr "Apr"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "Mei"
+#~ msgid "May"
+#~ msgstr "Mei"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Jun"
+#~ msgid "Jun"
+#~ msgstr "Jun"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Jul"
+#~ msgid "Jul"
+#~ msgstr "Jul"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Agu"
+#~ msgid "Aug"
+#~ msgstr "Agu"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Sep"
+#~ msgid "Sep"
+#~ msgstr "Sep"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Okt"
+#~ msgid "Oct"
+#~ msgstr "Okt"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Nov"
+#~ msgid "Nov"
+#~ msgstr "Nov"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Des"
+#~ msgid "Dec"
+#~ msgstr "Des"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "d M Y"
+#~ msgid "M d Y"
+#~ msgstr "d M Y"
diff --git a/langs/id/news.po b/langs/id/news.po
new file mode 100644
index 000000000..3b9f96212
--- /dev/null
+++ b/langs/id/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Kiki <kiki.syahadat@yahoo.co.id>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-25 05:04+0000\n"
+"Last-Translator: Kiki <kiki.syahadat@yahoo.co.id>\n"
+"Language-Team: Indonesian (http://www.transifex.com/projects/p/mageia/language/id/)\n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Jan"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Feb"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Mar"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Apr"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "Mei"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Jun"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Jul"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Agu"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Sep"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Okt"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Nov"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Des"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "d M Y"
diff --git a/langs/it/community.po b/langs/it/community.po
index d52d92095..c2b58b1b4 100644
--- a/langs/it/community.po
+++ b/langs/it/community.po
@@ -2,349 +2,325 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Guybrush88 <erpizzo@alice.it>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-03-21 13:21+0000\n"
"Last-Translator: Guybrush88 <erpizzo@alice.it>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/mageia/language/it/)\n"
+"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Comunità di Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageia Community Central è il luogo dove tutti i collaboratori e gli utenti possono trovare le ultime novità riguardo a Mageia ed apprendere cosa poter fare nel progetto."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, comunità, novità, strumenti, compiti"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia Community Central"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/it/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/it/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Pianeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Liste di distribuzione"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Database Applicazioni Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Calendario"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Popolo"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Novità"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Come contribuire?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Incomincia qui"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "e incontraci su <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Puoi anche <a href=\"../donate/\">supportare economicamente</a> il progetto!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Toolbox"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; documentazione collaborativa"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; per segnalare problemi"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Per sviluppatori &amp; packagers"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Repositories codice Git</a>"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Coda di sottomissione dei pacchetti"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "pacchetti non mantenuti"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Global QA report"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Conversazioni"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... o, come entrare in conttato con noi? Facile:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> su Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "nella vita reale!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "durante gli eventi!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Squadre cui ti puoi unire!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentazione"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Packaging"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Collaudo &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Traduzioni"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Amministrazione di sistemi &amp; infrastrutture"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Bugs triaging"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Di più su Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Il nostro <a href=\"../about/code-of-conduct/\">codice di condotta</a> e i <a href=\"../about/values/\">valori</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Il nostro modello di governance</a> e la nostra struttura:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Squadre"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "il Consiglio"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "l'Amministrazione"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donazioni</a> &amp; <a href=\"../about/reports/\">segnalazioni</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Questa pagina necessita del tuo aiuto! <a href=\"https://wiki.mageia.org/en/Web_team\">Unisciti al team Web</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Gen"
+#~ msgid "Jan"
+#~ msgstr "Gen"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Feb"
+#~ msgid "Feb"
+#~ msgstr "Feb"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Mar"
+#~ msgid "Mar"
+#~ msgstr "Mar"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Apr"
+#~ msgid "Apr"
+#~ msgstr "Apr"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "Mag"
+#~ msgid "May"
+#~ msgstr "Mag"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Giu"
+#~ msgid "Jun"
+#~ msgstr "Giu"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Lug"
+#~ msgid "Jul"
+#~ msgstr "Lug"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Ago"
+#~ msgid "Aug"
+#~ msgstr "Ago"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Set"
+#~ msgid "Sep"
+#~ msgstr "Set"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Ott"
+#~ msgid "Oct"
+#~ msgstr "Ott"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Nov"
+#~ msgid "Nov"
+#~ msgstr "Nov"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Dic"
+#~ msgid "Dec"
+#~ msgstr "Dic"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "M g A"
+#~ msgid "M d Y"
+#~ msgstr "M g A"
diff --git a/langs/it/news.po b/langs/it/news.po
new file mode 100644
index 000000000..c91e6945c
--- /dev/null
+++ b/langs/it/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Guybrush88 <erpizzo@alice.it>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-03-21 13:21+0000\n"
+"Last-Translator: Guybrush88 <erpizzo@alice.it>\n"
+"Language-Team: Italian (http://www.transifex.com/projects/p/mageia/language/it/)\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Gen"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Feb"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Mar"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Apr"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "Mag"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Giu"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Lug"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Ago"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Set"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Ott"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Nov"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Dic"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/lv/community.po b/langs/lv/community.po
index 249e33ce8..1acce340f 100644
--- a/langs/lv/community.po
+++ b/langs/lv/community.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2014-04-03 12:09+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/mageia/language/lv/)\n"
@@ -24,314 +24,262 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +16"
msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalendārs"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Jaunumi"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentācija"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Pakotnes"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +131"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +138"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +141"
+#: "/web/en/community/index.php +143"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/lv/news.po b/langs/lv/news.po
new file mode 100644
index 000000000..e73f7f789
--- /dev/null
+++ b/langs/lv/news.po
@@ -0,0 +1,77 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2014 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2014-04-03 12:09+0000\n"
+"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
+"Language-Team: Latvian (http://www.transifex.com/projects/p/mageia/language/lv/)\n"
+"Language: lv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/nb/community.po b/langs/nb/community.po
index e7791dc10..db4776209 100644
--- a/langs/nb/community.po
+++ b/langs/nb/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mageia/language/nb/)\n"
+"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Nyheter"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentasjon"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Pakking"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testing &amp; <abbr title=\"Quality Assurance\">kvalitetssikring</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
-msgid "the Board"
-msgstr ""
-
#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
-msgstr ""
-
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
+msgid "the Board"
msgstr ""
-#: "/web/lib/news.php +37"
-msgid "Dec"
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/lib/news.php +39"
-msgid "M d Y"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/nb/news.po b/langs/nb/news.po
new file mode 100644
index 000000000..e2dcbae98
--- /dev/null
+++ b/langs/nb/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mageia/language/nb/)\n"
+"Language: nb\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/nl/community.po b/langs/nl/community.po
index 519569aa2..794449b05 100644
--- a/langs/nl/community.po
+++ b/langs/nl/community.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2014-04-03 12:09+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/mageia/language/nl/)\n"
@@ -24,324 +24,272 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia-Gemeenschap"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +16"
msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageia-Gemeenschapscentrale is de plaats waar alle medewerkers en gebruikers het laatste nieuws over Mageia kunnen vinden en meer kunnen leren over wat te doen in het project."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, community, news, tools, tasks, gemeenschap, nieuws, gereedschappen, taken"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia-Gemeenschapscentrale"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/nl/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
#, fuzzy
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Mailinglijsten"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia Applicaties Database"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "People"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Nieuws"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Hoe kan u meewerken?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Begint u hier"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "en ontmoet ons op <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "U kunt het project ook <a href=\"../donate/\">financieel ondersteunen</a> the project!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Gereedschapskist"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; gemeenschappelijke documentatie"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; om bugs te rapporteren"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Voor ontwikkelaars &amp; pakketbouwers"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a>-code-repositories"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Pakketbouw-wachtrij"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "niet onderhouden pakketten"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Globaal QA rapport"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Communicatie"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... of hoe u met ons in contact komt? Eenvoudig:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> op Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "in het echte leven!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "tijdens evenementen!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Teams die u versterken kunt!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentatie"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Pakketbouw"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testen &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Vertaling"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Systeem- &amp; infrastructuur-beheer"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Bugs-triage"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Meer over Mageia"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +131"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Onze <a href=\"../about/code-of-conduct/\">omgangsregels</a> en <a href=\"../about/values/\">waardes</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Ons bestuurmodel</a> en structuur:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Teams"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "de Council"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
#, fuzzy
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "de Board"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +138"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donaties</a> &amp; <a href=\"../about/reports/\">reports</a>."
-#: "/web/en/community/index.php +141"
+#: "/web/en/community/index.php +143"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Deze pagina heeft u nodig! <a href=\"https://wiki.mageia.org/en/Web_team\">Toetreden tot het Webteam</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/nl/news.po b/langs/nl/news.po
new file mode 100644
index 000000000..b983053be
--- /dev/null
+++ b/langs/nl/news.po
@@ -0,0 +1,77 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2014 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2014-04-03 12:09+0000\n"
+"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
+"Language-Team: Dutch (http://www.transifex.com/projects/p/mageia/language/nl/)\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/pl/community.po b/langs/pl/community.po
index 2054cb3a5..224055c79 100644
--- a/langs/pl/community.po
+++ b/langs/pl/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/mageia/language/pl/)\n"
+"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Społeczność Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Centrum Społeczności Mageia jest miejscem, gdzie wszyscy wolontariusze i użytkownicy mogą znaleźć wiadomości o Mageia i dowiedzieć się o to co mogą zrobić w projekcie."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, społeczność, wiadomości, narzędzia, zadania"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Centrum Społeczności Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/pl/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forum"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Lista wysyłkowa"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Baza Aplikacji Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalendarz"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Ludzie"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Wiadomości"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Jak mogę wesprzeć Mageię?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Rozpocznij tutaj"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "i spotkaj nas na <a href=\"https://wiki.mageia.org/en/IRC\">IRCu</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Możesz także <a href=\"../donate/\">wesprzeć projekt finansowo</a>."
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Narzędzia"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; dokumentacja"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; zgłaszanie błędów"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Dla developerów i pakerów"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> - repozytorium kodu źródłowego"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Kolejka nadsyłania pakietów"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "pakiety nieutrzymywane"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Globalny raport QA"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Rozmowy"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... lub jak być z nami w kontakcie? Bardzo prosto:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "na IRCu</a> na Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "i w prawdziwym świecie!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "podczas wydarzeń,w których uczestniczy Mageia!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Zespoły, do których możesz się przyłączyć!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Pracownia"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentacja"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Pakowanie"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testowanie &amp; <abbr title=\"Zapewnienie jakości\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Tłumaczenia"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Systemy &amp; zarządzanie infrastrukturą"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Śledzenie błędów"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Więcej o Magei"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Nasz <a href=\"../about/code-of-conduct/\">kodeks postępowania</a> i <a href=\"../about/values/\">wartości</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Nasz zarząd</a> i struktura:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Grupy"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Rada"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Zarząd"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Datki</a> &amp; <a href=\"../about/reports/\">raporty</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Ta strona potrzebuje ciebie! <a href=\"https://wiki.mageia.org/en/Web_team\">Przyłącz się do zespołu Web</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/pl/news.po b/langs/pl/news.po
new file mode 100644
index 000000000..4f6df0b2c
--- /dev/null
+++ b/langs/pl/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Polish (http://www.transifex.com/projects/p/mageia/language/pl/)\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/pt-br/community.po b/langs/pt-br/community.po
index 667756538..06aeb7ae1 100644
--- a/langs/pt-br/community.po
+++ b/langs/pt-br/community.po
@@ -2,349 +2,325 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Marcio Andre Padula <padula1000@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-28 18:01+0000\n"
"Last-Translator: Marcio Andre Padula <padula1000@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mageia/language/pt_BR/)\n"
+"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia Community"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Centro de comunidade Mageia é o lugar onde todos os colaboradores e usuários podem encontrar as últimas notícias sobre a Mageia e saiba mais sobre o que fazer no projeto."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, Comunidade, notícias, ferramentas, tarefas"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Comunidade Mageia Central"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/pt/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blogue"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/pt/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "http://mageiadobrasil.com.br/forum/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Fóruns"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Listas de discussão"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "http://wiki.mageiabr.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia aplicativos banco de dados"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Calendario"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Pessoas"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Notícias"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Como contribuir?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Comece por aqui"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "e conheça-no <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Você também pode <a href=\"../donate/\">apoio financeiro</a> o projeto!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Caixa de ferramentas"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki </a> &larr; documentação colaborativa"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> & larr; relatório de bugs"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Para os desenvolvedores & amp; empacotadores"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversão"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> repositórios de código"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Fila de envio de pacotes"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "mantido pacotes"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Relatório de controle de qualidade global"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Conversas"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ou, como entrar em contato conosco? Fácil:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> na Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "na vida real!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "durante os eventos!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Você pode participar de equipes!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentação"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Embalagens"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testes &amp; <abbr title=\"Garantia da qualidade\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Tradução"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Sistemas &amp; Administração de infra-estrutura"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Triagem de bugs"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Mais sobre Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Nossa <a href=\"../about/code-of-conduct/\">código de conduta</a> e < a href=\"../ sobre/valores/\">valores </a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "O nosso modelo de governança </a> e estrutura:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Equipes"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "o Conselho"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "o Conselho de"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">doações</a> &amp; <a href=\"../about/reports/\">relatórios</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Esta página precisa de você! <a href=\"https://wiki.mageia.org/en/Web_team\">Junte-se a equipe de Web</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Jan"
+#~ msgid "Jan"
+#~ msgstr "Jan"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Fev"
+#~ msgid "Feb"
+#~ msgstr "Fev"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Mar"
+#~ msgid "Mar"
+#~ msgstr "Mar"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Abr"
+#~ msgid "Apr"
+#~ msgstr "Abr"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "Mai"
+#~ msgid "May"
+#~ msgstr "Mai"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Jun"
+#~ msgid "Jun"
+#~ msgstr "Jun"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Jul"
+#~ msgid "Jul"
+#~ msgstr "Jul"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Ago"
+#~ msgid "Aug"
+#~ msgstr "Ago"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Set"
+#~ msgid "Sep"
+#~ msgstr "Set"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Otu"
+#~ msgid "Oct"
+#~ msgstr "Otu"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Nov"
+#~ msgid "Nov"
+#~ msgstr "Nov"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Dez"
+#~ msgid "Dec"
+#~ msgstr "Dez"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "M d Y"
+#~ msgid "M d Y"
+#~ msgstr "M d Y"
diff --git a/langs/pt-br/news.po b/langs/pt-br/news.po
new file mode 100644
index 000000000..e35156215
--- /dev/null
+++ b/langs/pt-br/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Marcio Andre Padula <padula1000@gmail.com>, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-28 18:01+0000\n"
+"Last-Translator: Marcio Andre Padula <padula1000@gmail.com>\n"
+"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mageia/language/pt_BR/)\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Jan"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Fev"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Mar"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Abr"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "Mai"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Jun"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Jul"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Ago"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Set"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Otu"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Nov"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Dez"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "M d Y"
diff --git a/langs/pt/community.po b/langs/pt/community.po
index ac76b8eb2..f71f29ab3 100644
--- a/langs/pt/community.po
+++ b/langs/pt/community.po
@@ -2,349 +2,286 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# alfalb_mansil, 2014
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mageia/language/pt/)\n"
+"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Comunidade do Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/pt/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blogue"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Fóruns"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Listas de Correio"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Calendário"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Pessoas"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Noticias"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Como contribuir?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Inicie aqui"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Caixa de Ferramentas"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Conversações"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Equipas a que pode aderir!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentação"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Empacotamento"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testar e <abbr title=\"Garantia de Qualidade\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Tradução"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Triagem de Bugs"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Mais sobre o Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "O nosso <a href=\"../about/code-of-conduct/\">código de conduta</a> e <a href=\"../about/values/\">valores</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Equipas"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "a Assembleia"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "o Conselho"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donativos</a> &amp; <a href=\"../about/reports/\">relatórios</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Esta página precisa de si! <a href=\"https://wiki.mageia.org/en/Web_team\">Junte-se à equipa da Web</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/pt/news.po b/langs/pt/news.po
new file mode 100644
index 000000000..7ee081047
--- /dev/null
+++ b/langs/pt/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# alfalb_mansil, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Portuguese (http://www.transifex.com/projects/p/mageia/language/pt/)\n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/ro/community.po b/langs/ro/community.po
index 1f2790c9c..c36f21749 100644
--- a/langs/ro/community.po
+++ b/langs/ro/community.po
@@ -2,349 +2,286 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Florin Cătălin RUSSEN <cfrussen@yahoo.co.uk>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-04-16 15:02+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/mageia/language/ro/)\n"
+"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Comunitatea Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Centrul comunității Mageia este locul unde toți contribuitorii și utilizatorii pot găsi ultimele noutăți despre Mageia și pot afla mai multe despre ce pot să facă în proiect."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, comunitate, știri, unelte, sarcini"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Centrul comunității Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/ro/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forumuri"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Liste de difuziune"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Baza de date cu aplicațiile Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Calendar"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Oamenii"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Știri"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Cum să contribuiți?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Începeți aici"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "și întîlniți-ne pe <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Puteți de asemenea <a href=\"../donate/\">susține financiar</a> proiectul!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Trusa de unelte"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; documentație colaborativă"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; pentru raportarea erorilor"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Pentru dezvoltatori &amp; împachetatori"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Depozitele Git</a>"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Lista de pachete propuse"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "pachete neîntreținute"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Raportul QA global"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Conversații"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... sau, cum să ne contactați? Foarte simplu:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> pe Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "în viața reală!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "în timpul evenimentelor!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Echipe cărora vă puteți alătura!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentație"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Împachetare"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testare &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Traducere"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Sisteme &amp; administrarea infrastructurii"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Trierea erorilor"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Mai multe despre Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "<a href=\"../about/code-of-conduct/\">Codul nostru de conduită</a> și <a href=\"../about/values/\">valorile noastre</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Structura și modelul nostru de guvernanță</a>:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Echipele"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Consiliul"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Comitetul"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donații</a> &amp; <a href=\"../about/reports/\">rapoarte</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Această pagină are nevoie de voi! <a href=\"https://wiki.mageia.org/en/Web_team\">Alăturați-vă echipei Web</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/ro/news.po b/langs/ro/news.po
new file mode 100644
index 000000000..76c858fad
--- /dev/null
+++ b/langs/ro/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Florin Cătălin RUSSEN <cfrussen@yahoo.co.uk>, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-04-16 15:02+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Romanian (http://www.transifex.com/projects/p/mageia/language/ro/)\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/ru/community.po b/langs/ru/community.po
index ba67c64fa..62828ca08 100644
--- a/langs/ru/community.po
+++ b/langs/ru/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/mageia/language/ru/)\n"
+"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Сообщество Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Главная страница сообщества Mageia - место, с помощью которого все участники разработки и пользователи могут ознакомиться с последними новостями относительно Mageia и узнать больше о возможностях участия в проекте."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, сообщество, новости, инструменты, средства, задачи"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Главная страница сообщества Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/ru/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Блог"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Сборник блогов"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Форум"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Списки рассылки"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "База данных программ Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Календарь"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Люди"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Новости"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Как принять участие?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Начните с этого"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "свяжитесь с нами по <a href=\"https://wiki.mageia.org/en/IRC\"> IRC </a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Кроме того, вы можете <a href=\"../donate/\"> поддержать проект материально </a>!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Инструменты"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Вики </a> ← совместная работа над документацией"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla </a> ← для оповещения разработчиков об ошибках"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Разработчикам и опакечивающим"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git </a>, хранилища кода"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Очередь представления пакетов"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "пакеты, которые никто не сопровождает"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Общий отчет по качеству"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Общение"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... Или как с нами связаться? Очень просто:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC </a> в Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "вживую!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "во время мероприятий!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Команды, к которым вы можете присоединиться!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Мастерская"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Документирование"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Опакечивание"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Тестирование и обеспечение качества"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Перевод"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Администрирование систем и инфраструктуры"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Определение причин недостатков"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Подробнее о Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Наши <a href=\"../about/code-of-conduct/\"> правила поведения </a> и <a href=\"../about/values/\"> признанные ценности </a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Наша модель управления </a> и структура:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Команды"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Совет"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Правление"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\"> Пожертвования </a> и <a href=\"../about/reports/\"> отчеты по использованию </a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Эта страница нуждается в вас! <a href=\"https://wiki.mageia.org/en/Web_team\">Присоединяйтесь к команде Web</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/ru/news.po b/langs/ru/news.po
new file mode 100644
index 000000000..3d24f7c29
--- /dev/null
+++ b/langs/ru/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Russian (http://www.transifex.com/projects/p/mageia/language/ru/)\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/sco/community.po b/langs/sco/community.po
index bf13cc568..46cf83330 100644
--- a/langs/sco/community.po
+++ b/langs/sco/community.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2014-03-17 18:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Scots (http://www.transifex.com/projects/p/mageia/language/sco/)\n"
@@ -24,314 +24,262 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +16"
msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr ""
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr ""
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Documentation"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +131"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +138"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +141"
+#: "/web/en/community/index.php +143"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/sco/news.po b/langs/sco/news.po
new file mode 100644
index 000000000..afe4a34a8
--- /dev/null
+++ b/langs/sco/news.po
@@ -0,0 +1,77 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2014 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2014-03-17 18:07+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Scots (http://www.transifex.com/projects/p/mageia/language/sco/)\n"
+"Language: sco\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/sl/community.po b/langs/sl/community.po
index 56172c3bf..2b6eb9260 100644
--- a/langs/sl/community.po
+++ b/langs/sl/community.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ./langs/sl/community.sl.lang\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
-"PO-Revision-Date: 2015-02-24 17:59:00+0100\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
+"PO-Revision-Date: 2015-04-28 19:26:00+0200\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Slovenian <lugos-slo@lugos.si>, Translation list <mageia-i18n@mageia.org>\n"
"Language: sl\n"
@@ -24,314 +24,262 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Skupnost Mageia"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +16"
msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Središče skupnosti Mageia je kraj, kjer lahko vsi soustvarjalci in uporabniki najdejo najnovejše novice o Mageji in izvedejo več o tem, kako lahko pomagajo v projektu."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, skupnost, novice, orodja, naloge"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Središče skupnosti Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet novic"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forumi"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Dopisni seznami"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Podatkovna zbirka programov Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Koledar"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Ljudje"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Novice"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Kako sodelovati?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Pričnite tule"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "in se pogovorite z nami na <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>-u."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Projekt lahko <a href=\"../donate/\">podprete tudi finančno</a>!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Orodja skupnosti"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; soustvarjena dokumentacija"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; za poročanje hroščev"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Za razvijalce in pripravljalce paketov"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> kot skladišči izvorne kode"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Seznam poslanih paketov za prevajanje"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "paketi brez vzdrževanja"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "globalno poročilo nadzora kakovosti"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Komunikacije"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ali kako z nami priti v stik? Preprosto:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> na strežniku Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "v resnici!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "na prireditvah!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Ekipe, ki se jim lahko pridružite!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelje"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentiranje"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Priprava paketov"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testiranje in nadzor kakovosti (<abbr title=\"Quality Assurance\">QA</abbr>)"
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Prevajanje"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Administracija sistemov in informacijske infrastrukture"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Razvrščanje hroščev (trijaža)"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Več o Mageji"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +131"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Naš <a href=\"../about/code-of-conduct/\">kodeks ravnanja</a> in <a href=\"../about/values/\">vrednote</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Naš model upravljanja</a> in struktura:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Ekipe"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Svet"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Odbor"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +138"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donacije</a> in <a href=\"../about/reports/\">poročila</a>."
-#: "/web/en/community/index.php +141"
+#: "/web/en/community/index.php +143"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Ta spletna stran vas potrebuje! <a href=\"https://wiki.mageia.org/en/Web_team\">Pridružite se ekipi za splet (Atelje)</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "januar"
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "februar"
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "marec"
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "april"
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "maj"
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "junij"
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "julij"
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "avgust"
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "september"
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "oktober"
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "november"
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "december"
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "j. M Y"
diff --git a/langs/sl/news.po b/langs/sl/news.po
new file mode 100644
index 000000000..1662a9429
--- /dev/null
+++ b/langs/sl/news.po
@@ -0,0 +1,77 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+#
+# Translators:
+# Filip Komar <filip.komar@gmail.com>, 2012-2015
+msgid ""
+msgstr ""
+"Project-Id-Version: news\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-04-28 19:18:00+0200\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Slovenian <lugos-slo@lugos.si>, Translation list <mageia-i18n@mageia.org>\n"
+"Language: sl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "januar"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "februar"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "marec"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "april"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "maj"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "junij"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "julij"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "avgust"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "september"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "oktober"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "november"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "december"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "j. M Y"
diff --git a/langs/sq/community.po b/langs/sq/community.po
index 41d226151..1091d7fcc 100644
--- a/langs/sq/community.po
+++ b/langs/sq/community.po
@@ -2,349 +2,286 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Ardit Dani <ardit.dani@gmail.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Albanian (http://www.transifex.com/projects/p/mageia/language/sq/)\n"
+"Language: sq\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sq\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Komunitetit Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Komuniteti Qendrore Mageia është vendi ku të gjithë kontribuesit dhe përdoruesit mund të gjejnë lajmet e fundit nga Mageia dhe të mësojnë më shumë për çfarë të bëjë në këtë projekt."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, komunitetit, lajme, mjetet, detyrat"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Komuniteti Qendror Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/al/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forum"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Lista-postare"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Baza të dhënave Aplikimeve Mageia "
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalendari"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Njerëz"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Lajmet"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Si të kontribuojë?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Fillo këtu"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "dhe na takohen në <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Ju gjithashtu mund të <a href=\"../donate/\">mbështetni financiarisht</a> projektin!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Kutivegla"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; dokumentacioni bashkëpunues"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; për të raportuar mete"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Për zhvilluesit &amp; paketat"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "nën-version "
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> magazinat kodit"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Radha dorëzimit paketave "
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "paketa tëpambajtura "
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Raporti Global QA"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Bisedat"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "...apo, se si të merrni kontakt me ne? Lehtë:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> në Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "në jetën e vërtetë!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "gjatë ngjarjeve!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Ekipet ku mund të bashkoheni!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Studio"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentacioni"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Paketim"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testimi &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Përkthim"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Sistem &amp; administrata infrastrukturës"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Probleme urgjente"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Më shumë rreth Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "I yni <a href=\"../about/code-of-conduct/\">Kodi i sjelljes</a> dhe <a href=\"../about/values/\">vlerat</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Modeli ynë i qeverisjes</a> dhe struktura:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Ekipet"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Këshilli"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Bordi"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donacionet</a> &amp; <a href=\"../about/reports/\">raportet</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Kjo faqe ka nevojë për ju! <a href=\"https://wiki.mageia.org/en/Web_team\">Bashkohuni ekipit Web</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/sq/news.po b/langs/sq/news.po
new file mode 100644
index 000000000..0388b5d8c
--- /dev/null
+++ b/langs/sq/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Ardit Dani <ardit.dani@gmail.com>, 2014-2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Albanian (http://www.transifex.com/projects/p/mageia/language/sq/)\n"
+"Language: sq\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/sv/community.po b/langs/sv/community.po
index e7f93e3d0..79375bff1 100644
--- a/langs/sv/community.po
+++ b/langs/sv/community.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>, 2014
# Michael Eklund <willard@null.net>, 2014-2015
@@ -17,335 +17,311 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-25 14:24+0000\n"
"Last-Translator: Michael Eklund <willard@null.net>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/mageia/language/sv/)\n"
+"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Gemenskapen Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageias gemenskapscentral är platsen där alla medverkande och användare kan hitta de senaste nyheterna om Mageia och lära sig mer om vad man kan göra i projektet."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, gemenskap, nyheter, verktyg, göromål"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageias gemenskapscentral"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blogg"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forum"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "E-postlistor"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageias programdatabas"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Folk"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Nyheter"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Hur bidrar man?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Starta här"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "och träffa oss på <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Du kan även <a href=\"../donate/\">stötta projektet</a> finansiellt!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Verktygslåda"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; Samarbetad dokumentation"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; För att rapportera fel"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "För utvecklare &amp; paketerare"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "förråd för Git<a>-kod"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Kö för inskickande av paket"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "ej underhållna program"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Global QA-rapport"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Konversationer"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... eller hur du kan kontakta oss."
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> på Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "I verkligheten"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "Under evenemang"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Team som du kan ansluta dig till"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Ateljer"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Dokumentation"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Paketering"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Test &amp; <abbr title=\"Quality Assurance\">kvalitetssäkring</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Översättning"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Administration av system och infrastruktur"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Söka efter fel"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Mer om Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Vår <a href=\"../about/code-of-conduct/\">uppförandekod</a> och <a href=\"../about/values/\">värderingar</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Vår förvaltningsmodell </a> och struktur:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Team"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Rådet"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Styrelsen"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donationer</a> &amp; <a href=\"../about/reports/\">rapporter</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Den här sidan behöver dig! <a href=\"https://wiki.mageia.org/en/Web_team\">Anslut dig till arbetslaget som jobbar med hemsidan</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "jan"
+#~ msgid "Jan"
+#~ msgstr "jan"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "feb"
+#~ msgid "Feb"
+#~ msgstr "feb"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "mar"
+#~ msgid "Mar"
+#~ msgstr "mar"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "apr"
+#~ msgid "Apr"
+#~ msgstr "apr"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "maj"
+#~ msgid "May"
+#~ msgstr "maj"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "jun"
+#~ msgid "Jun"
+#~ msgstr "jun"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "jul"
+#~ msgid "Jul"
+#~ msgstr "jul"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "aug"
+#~ msgid "Aug"
+#~ msgstr "aug"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "sep"
+#~ msgid "Sep"
+#~ msgstr "sep"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "okt"
+#~ msgid "Oct"
+#~ msgstr "okt"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "nov"
+#~ msgid "Nov"
+#~ msgstr "nov"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "dec"
+#~ msgid "Dec"
+#~ msgstr "dec"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "M d Y"
+#~ msgid "M d Y"
+#~ msgstr "M d Y"
diff --git a/langs/sv/news.po b/langs/sv/news.po
new file mode 100644
index 000000000..1e003a4b6
--- /dev/null
+++ b/langs/sv/news.po
@@ -0,0 +1,80 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>, 2014
+# Michael Eklund <willard@null.net>, 2014-2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-25 14:24+0000\n"
+"Last-Translator: Michael Eklund <willard@null.net>\n"
+"Language-Team: Swedish (http://www.transifex.com/projects/p/mageia/language/sv/)\n"
+"Language: sv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "jan"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "feb"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "mar"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "apr"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "maj"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "jun"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "jul"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "aug"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "sep"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "okt"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "nov"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "dec"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "M d Y"
diff --git a/langs/tr/community.po b/langs/tr/community.po
index 3f9e15656..0c97cb3b0 100644
--- a/langs/tr/community.po
+++ b/langs/tr/community.po
@@ -2,349 +2,325 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# Fırat Kutlu <firatkutlu@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 23:53+0000\n"
"Last-Translator: Fırat Kutlu <firatkutlu@gmail.com>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/mageia/language/tr/)\n"
+"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia Topluluğu"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageia topluluk merkezi, projede ne yapılacağı hakkında daha çok bilgi alınan, Mageia hakkında en son haberlerin bulunabildiği, kullanıcıların ve tüm katkıcıların toplandığı yerdir."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, topluluk, haberler, araçlar, etiketler"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia Topluluk Merkezi"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/tr/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog (Tr)"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Gezegen (ing)"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "http://www.mageia-tr.com/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Forum"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Posta listeleri"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/en/Ana_sayfa"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia Uygulamalar Veritabanı"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Takvim"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Kişiler"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Haberler"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Nasıl katkıda bulunulur?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Buradan başlayın"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "<a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>'de bizimle görüşün."
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Ayrıca projeye <a href=\"../donate/\">maddi destekte</a> bulunabilirsiniz!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Takım çantası"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; imece belgeleme"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; hata raporlama"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Geliştiriciler &amp; paketleyiciler için"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion (SVN)"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> kod depoları"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Paketlerin teslim sırası"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "Bakılmamış paketler"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Genel QA raporu"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Görüşmeler"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... veya, bizimle nasıl temasa geçilir? Kolay:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> (Freenode üzerinde)"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "Gerçek hayatta!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "Organizasyonlarda!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Takımlara katılabilirsiniz!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atölye"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Belgeleme"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Paketleme"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Test etme &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Çeviri"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Sistemler &amp; altyapı yönetimi"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Hataların sınıflandırılması"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Mageia hakkında daha fazlası"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "<a href=\"../about/code-of-conduct/\">Kurallarımız</a> ve <a href=\"../about/values/\">değerlerimiz</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Yönetim modelimiz</a> ve yapımız:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Takımlar"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Kurul"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Yönetim kurulu"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Bağışlar</a> &amp; <a href=\"../about/reports/\">raporlar</a>."
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Bu sayfanın size ihtiyacı var! <a href=\"https://wiki.mageia.org/en/Web_team\">Web takımına katılın</a>!"
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "Oca"
+#~ msgid "Jan"
+#~ msgstr "Oca"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "Şub"
+#~ msgid "Feb"
+#~ msgstr "Şub"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "Mar"
+#~ msgid "Mar"
+#~ msgstr "Mar"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "Nis"
+#~ msgid "Apr"
+#~ msgstr "Nis"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "May"
+#~ msgid "May"
+#~ msgstr "May"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "Haz"
+#~ msgid "Jun"
+#~ msgstr "Haz"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "Tem"
+#~ msgid "Jul"
+#~ msgstr "Tem"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "Ağu"
+#~ msgid "Aug"
+#~ msgstr "Ağu"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "Eyl"
+#~ msgid "Sep"
+#~ msgstr "Eyl"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "Eki"
+#~ msgid "Oct"
+#~ msgstr "Eki"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "Kas"
+#~ msgid "Nov"
+#~ msgstr "Kas"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "Ara"
+#~ msgid "Dec"
+#~ msgstr "Ara"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "A G Y"
+#~ msgid "M d Y"
+#~ msgstr "A G Y"
diff --git a/langs/tr/news.po b/langs/tr/news.po
new file mode 100644
index 000000000..8ea462af8
--- /dev/null
+++ b/langs/tr/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# Fırat Kutlu <firatkutlu@gmail.com>, 2015
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 23:53+0000\n"
+"Last-Translator: Fırat Kutlu <firatkutlu@gmail.com>\n"
+"Language-Team: Turkish (http://www.transifex.com/projects/p/mageia/language/tr/)\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "Oca"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "Şub"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "Mar"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "Nis"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "May"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "Haz"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "Tem"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "Ağu"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "Eyl"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "Eki"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "Kas"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "Ara"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/uk/community.po b/langs/uk/community.po
index ccbc21008..935eec03e 100644
--- a/langs/uk/community.po
+++ b/langs/uk/community.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 20:42+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n"
@@ -23,349 +23,304 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<"
-"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Спільнота Mageia"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
-msgstr ""
-"Головна сторінка спільноти Mageia — місце, за допомогою якого всі учасники "
-"розробки та користувачі можуть ознайомитися з останніми новинами щодо Mageia "
-"і дізнатися більше про можливості участі у проекті."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
+msgstr "Головна сторінка спільноти Mageia — місце, за допомогою якого всі учасники розробки та користувачі можуть ознайомитися з останніми новинами щодо Mageia і дізнатися більше про можливості участі у проекті."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
-msgstr ""
-"mageia, community, news, tools, tasks, спільнота, новини, інструменти, "
-"засоби, завдання"
+msgstr "mageia, community, news, tools, tasks, спільнота, новини, інструменти, засоби, завдання"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Головна сторінка спільноти Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/uk/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Блог"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Збірка блогів"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/IRC"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "Форум"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "Списки листування"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "База даних програм Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "Календар"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "Люди"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "Новини"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "Як взяти участь?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "Почніть з цього"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-msgstr ""
-"зв’яжіться з нами за допомогою <a href=\"https://wiki.mageia.org/en/IRC\">"
-"IRC</a>."
+msgstr "зв’яжіться з нами за допомогою <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +73"
-msgid ""
-"You can also <a href=\"../donate/\">support financially</a> the project!"
-msgstr ""
-"Крім того, ви можете <a href=\"../donate/\">підтримати проект грошима</a>!"
+#: "/web/en/community/index.php +75"
+msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
+msgstr "Крім того, ви можете <a href=\"../donate/\">підтримати проект грошима</a>!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "Інструменти"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Вікі</a> &larr; спільна робота над документацією"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; для сповіщення розробників про вади"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "Розробникам і пакувальникам"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a>, сховища коду"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "Черга подання пакунків"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "пакунки, які ніхто не супроводжує"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "Загальний звіт з якості"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "Спілкування"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "...або як з нами зв’язатися? Дуже просто:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> у Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "наживо!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "під час заходів!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "Команди, до яких ви можете долучитися!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Майстерня"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "Документування"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "Пакування"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Тестування та забезпечення якості"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
-msgstr ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
+msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "Переклад"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "Адміністрування систем та інфраструктури"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Визначення причин вад"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "Докладніше про Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
-msgstr ""
-"Наші <a href=\"../about/code-of-conduct/\">правила поведінки</a> та <a "
-"href=\"../about/values/\">визнані цінності</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
+msgstr "Наші <a href=\"../about/code-of-conduct/\">правила поведінки</a> та <a href=\"../about/values/\">визнані цінності</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "Наша модель керування</a> та структура:"
-#: "/web/en/community/index.php +132"
-msgid ""
-"\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-msgstr ""
-"\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
+#: "/web/en/community/index.php +134"
+msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
+msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "Команди"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "Рада"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "Правління"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">"
-"reports</a>."
-msgstr ""
-"<a href=\"../donate/\">Пожертви</a> та <a href=\"../about/reports/\">звіти "
-"щодо використання</a>."
-
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the "
-"Web team</a>!"
-msgstr ""
-"Ви потрібні нашій команді! <a href=\"https://wiki.mageia.org/en/Web_team\">"
-"Долучайтеся до вебкоманди</a>!"
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
+msgstr "<a href=\"../donate/\">Пожертви</a> та <a href=\"../about/reports/\">звіти щодо використання</a>."
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr "січ"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
+msgstr "Ви потрібні нашій команді! <a href=\"https://wiki.mageia.org/en/Web_team\">Долучайтеся до вебкоманди</a>!"
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr "лют"
+#~ msgid "Jan"
+#~ msgstr "січ"
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr "бер"
+#~ msgid "Feb"
+#~ msgstr "лют"
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr "кві"
+#~ msgid "Mar"
+#~ msgstr "бер"
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr "тра"
+#~ msgid "Apr"
+#~ msgstr "кві"
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr "чер"
+#~ msgid "May"
+#~ msgstr "тра"
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr "лип"
+#~ msgid "Jun"
+#~ msgstr "чер"
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr "сер"
+#~ msgid "Jul"
+#~ msgstr "лип"
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr "вер"
+#~ msgid "Aug"
+#~ msgstr "сер"
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr "жов"
+#~ msgid "Sep"
+#~ msgstr "вер"
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr "лис"
+#~ msgid "Oct"
+#~ msgstr "жов"
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr "гру"
+#~ msgid "Nov"
+#~ msgstr "лис"
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr "d-M-Y"
+#~ msgid "Dec"
+#~ msgstr "гру"
+#~ msgid "M d Y"
+#~ msgstr "d-M-Y"
diff --git a/langs/uk/news.po b/langs/uk/news.po
new file mode 100644
index 000000000..ea4550f0c
--- /dev/null
+++ b/langs/uk/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2014 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+#
+# Translators:
+# Yuri Chornoivan <yurchor@ukr.net>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 20:42+0200\n"
+"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
+"Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n"
+"Language: uk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr "січ"
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr "лют"
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr "бер"
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr "кві"
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr "тра"
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr "чер"
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr "лип"
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr "сер"
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr "вер"
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr "жов"
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr "лис"
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr "гру"
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr "d-M-Y"
diff --git a/langs/ur/community.po b/langs/ur/community.po
index 1a7e4f1f3..a1a23dc20 100644
--- a/langs/ur/community.po
+++ b/langs/ur/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Urdu (http://www.transifex.com/projects/p/mageia/language/ur/)\n"
+"Language: ur\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ur\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr ""
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr ""
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr ""
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "دستاویزات كا مجموعه"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
-msgid "the Board"
-msgstr ""
-
#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
-msgstr ""
-
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
+msgid "the Board"
msgstr ""
-#: "/web/lib/news.php +37"
-msgid "Dec"
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/lib/news.php +39"
-msgid "M d Y"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/ur/news.po b/langs/ur/news.po
new file mode 100644
index 000000000..95c8772e0
--- /dev/null
+++ b/langs/ur/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Urdu (http://www.transifex.com/projects/p/mageia/language/ur/)\n"
+"Language: ur\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/zh-cn/community.po b/langs/zh-cn/community.po
index ca37cd95b..0d78ec116 100644
--- a/langs/zh-cn/community.po
+++ b/langs/zh-cn/community.po
@@ -2,348 +2,285 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mageia/language/zh_CN/)\n"
+"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia 社区"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageia 社区中心是贡献者与用户获取 Mageia 最新消息和了解本项目的地方。"
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia,社区, 新闻, 工具, 任务"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia 社区中心"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "星球"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "论坛"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "邮件列表"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia 应用程序数据库"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "日历"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "人士"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "新闻"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "如何贡献?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "从这里开始"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "在 <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>上与我们交流。"
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "您也可以对本项目进行 <a href=\"../donate/\">资金支持</a>!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "工具箱"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "维基</a> &larr; 协作文档"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; 报告问题"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "适用于开发者 &amp; 打包者"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> 代码仓库"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "软件包提交队列"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "未维护的软件包"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "全面 QA 报告"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "会话"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... 或者说,如何与我们取得联系?容易得很:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> on Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "真实生活中!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "重大活动!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "您可以加入的团队!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "工作室"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "文档"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "打包"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "测试 &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "翻译"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "系统 &amp; 架构管理"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "Bugs 筛选"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "更多关于 Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "我们的 <a href=\"../about/code-of-conduct/\">行为准则</a> 与 <a href=\"../about/values/\">价值观</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "我们的管理模式</a> 与结构:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "团队"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "委员会"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "董事会"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">捐助</a> &amp; <a href=\"../about/reports/\">报告</a>。"
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "该页面需要您的帮助!<a href=\"https://wiki.mageia.org/en/Web_team\">加入网络团队吧</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/zh-cn/news.po b/langs/zh-cn/news.po
new file mode 100644
index 000000000..d1b7dbe02
--- /dev/null
+++ b/langs/zh-cn/news.po
@@ -0,0 +1,78 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mageia/language/zh_CN/)\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/langs/zh-tw/community.po b/langs/zh-tw/community.po
index ce2fb1404..6d539b1cc 100644
--- a/langs/zh-tw/community.po
+++ b/langs/zh-tw/community.po
@@ -2,349 +2,286 @@
# Copyright (C) 2014 - 2015 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: community
-#
+#
# include translation strings from:
# en/community/index.php
# lib/news.php
-#
+#
# Translators:
# You-Cheng Hsieh <yochenhsieh@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2015-02-24 17:53:10+0000\n"
+"POT-Creation-Date: 2015-04-28 19:25:17+0000\n"
"PO-Revision-Date: 2015-02-24 18:29+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mageia/language/zh_TW/)\n"
+"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +15"
msgid "Mageia Community"
msgstr "Mageia 社群"
-#: "/web/en/community/index.php +14"
-msgid ""
-"Mageia Community Central is the place where all contributors and users can "
-"find the latest news about Mageia and learn more about what to do in the "
-"project."
+#: "/web/en/community/index.php +16"
+msgid "Mageia Community Central is the place where all contributors and users can find the latest news about Mageia and learn more about what to do in the project."
msgstr "Mageia 社群中心是個讓貢獻者和使用者能找到關於 Mageia 的最新消息並了解如何加入專案的地方。"
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +17"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, 社群, 新聞, 工具, 分工"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +33"
msgid "Mageia Community Central"
msgstr "Mageia 社群中心"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +35"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +36"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +37"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +38"
msgid "Forums"
msgstr "論壇"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +39"
msgid "Mailing-lists"
msgstr "郵件論壇"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +40"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +42"
msgid "Mageia Applications Database"
msgstr "Mageia 應用程式資料庫"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +43"
msgid "Calendar"
msgstr "行事曆"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +44"
msgid "People"
msgstr "人們"
-#: "/web/en/community/index.php +49"
+#: "/web/en/community/index.php +51"
msgid "News"
msgstr "新聞群組"
-#: "/web/en/community/index.php +69"
+#: "/web/en/community/index.php +71"
msgid "How to contribute?"
msgstr "如何貢獻?"
-#: "/web/en/community/index.php +71"
+#: "/web/en/community/index.php +73"
msgid "Start here"
msgstr "從這裡開始"
-#: "/web/en/community/index.php +72"
+#: "/web/en/community/index.php +74"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "來 <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a> 找我們。"
-#: "/web/en/community/index.php +73"
+#: "/web/en/community/index.php +75"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "您也可以 <a href=\"../donate/\">資助</a> 這個專案!"
-#: "/web/en/community/index.php +76"
+#: "/web/en/community/index.php +78"
msgid "Toolbox"
msgstr "工具箱"
-#: "/web/en/community/index.php +78"
+#: "/web/en/community/index.php +80"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; 共同創作的文件"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +81"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; 用來回報錯誤"
-#: "/web/en/community/index.php +85"
+#: "/web/en/community/index.php +87"
msgid "For developers &amp; packagers"
msgstr "給開發者和打包者們"
-#: "/web/en/community/index.php +87"
+#: "/web/en/community/index.php +89"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +90"
msgid "Git</a> code repositories"
msgstr "Git</a> 程式碼倉儲"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +91"
msgid "Packages submission queue"
msgstr "套件上傳排程"
-#: "/web/en/community/index.php +90"
+#: "/web/en/community/index.php +92"
msgid "unmaintained packages"
msgstr "無人維護的套件"
-#: "/web/en/community/index.php +91"
+#: "/web/en/community/index.php +93"
msgid "Global QA report"
msgstr "完整 QA 報告"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +97"
msgid "Conversations"
msgstr "交流"
-#: "/web/en/community/index.php +96"
+#: "/web/en/community/index.php +98"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... 或是如何聯繫我們?簡單:"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +100"
msgid "IRC</a> on Freenode"
msgstr "IRC</a> on Freenode"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +101"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +102"
+#: "/web/en/community/index.php +104"
msgid "in real life!"
msgstr "在真實生活中!"
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +103"
+#: "/web/en/community/index.php +105"
msgid "during events!"
msgstr "透過活動!"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +108"
msgid "Teams you can join!"
msgstr "您可以加入的團隊!"
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +108"
+#: "/web/en/community/index.php +110"
msgid "Atelier"
msgstr "Atelier (形象)"
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +109"
+#: "/web/en/community/index.php +111"
msgid "Documentation"
msgstr "文件"
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +112"
msgid "Packaging"
msgstr "打包套件"
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +111"
+#: "/web/en/community/index.php +113"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "測試與品管"
-#: "/web/en/community/index.php +112"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +114"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +112"
+#: "/web/en/community/index.php +114"
msgid "Translation"
msgstr "翻譯"
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +115"
msgid "Systems &amp; infrastructure administration"
msgstr "系統和基本架構管理"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +116"
msgid "Bugs triaging"
msgstr "錯誤分類"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +128"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +130"
msgid "More about Mageia"
msgstr "更多關於 Mageia"
-#: "/web/en/community/index.php +129"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +131"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "我們的 <a href=\"../about/code-of-conduct/\">指導原則</a> 和 <a href=\"../about/values/\">價值觀</a>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +132"
msgid "Our governance model</a> and structure:"
msgstr "我們的治理模式</a>和結構:"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +134"
msgid "Teams"
msgstr "團隊"
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +133"
+#: "/web/en/community/index.php +135"
msgid "the Council"
msgstr "協商會議"
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +134"
+#: "/web/en/community/index.php +136"
msgid "the Board"
msgstr "委員會"
-#: "/web/en/community/index.php +136"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +138"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">資助</a> 和 <a href=\"../about/reports/\">報告</a>"
-#: "/web/en/community/index.php +141"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +143"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "這個網頁需要你! <a href=\"https://wiki.mageia.org/en/Web_team\">加入 Web 團隊</a>!"
-
-#: "/web/lib/news.php +37"
-msgid "Jan"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Feb"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Mar"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Apr"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "May"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jun"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Jul"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Aug"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Sep"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Oct"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Nov"
-msgstr ""
-
-#: "/web/lib/news.php +37"
-msgid "Dec"
-msgstr ""
-
-#: "/web/lib/news.php +39"
-msgid "M d Y"
-msgstr ""
diff --git a/langs/zh-tw/news.po b/langs/zh-tw/news.po
new file mode 100644
index 000000000..8172720b1
--- /dev/null
+++ b/langs/zh-tw/news.po
@@ -0,0 +1,79 @@
+# gettext catalog for news web page(s)
+# Copyright (C) 2014 - 2015 Mageia
+# This file is distributed under the same license as
+# the content of the corresponding web page(s).
+#
+# Generated by extract2gettext.php
+# Domain: news
+#
+# include translation strings from:
+# lib/news.php
+# lib/news.php
+#
+# Translators:
+# You-Cheng Hsieh <yochenhsieh@gmail.com>, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: Mageia\n"
+"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
+"POT-Creation-Date: 2015-04-28 18:31:02+0000\n"
+"PO-Revision-Date: 2015-02-24 18:29+0000\n"
+"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
+"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mageia/language/zh_TW/)\n"
+"Language: zh_TW\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: "/web/lib/news.php +37"
+msgid "Jan"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Feb"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Mar"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Apr"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "May"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jun"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Jul"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Aug"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Sep"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Oct"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Nov"
+msgstr ""
+
+#: "/web/lib/news.php +37"
+msgid "Dec"
+msgstr ""
+
+#: "/web/lib/news.php +39"
+msgid "M d Y"
+msgstr ""
diff --git a/tools/web_projects.dat b/tools/web_projects.dat
index 26ae40849..454a93eb9 100644
--- a/tools/web_projects.dat
+++ b/tools/web_projects.dat
@@ -12,13 +12,14 @@ resources[cauldron]="en/5/download_index.php en/5/nav.php en/5/index.php"
resources[404]="404.php"
resources[about]="en/about/index.php"
resources[calendar]="en/calendar/index.php"
-resources[community]="en/community/index.php lib/news.php"
+resources[community]="en/community/index.php"
resources[contact]="en/contact/index.php"
resources[contribute]="en/contribute/index.php"
resources[documentation]="en/doc/index.php en/doc/archive.php en/doc/doc.php"
resources[donate]="en/donate/index.php"
resources[index]="en/index.php"
resources[map]="en/map/index.php"
+resources[news]="lib/news.php"
resources[support]="en/support/index.php"
resources[thank-you]="en/thank-you/index.php"
resources[timeline]="en/timeline/index.php"