summaryrefslogtreecommitdiffstats
path: root/tools/cvslog2changelog.pl
blob: be8d7872f38783e04da0481cfbfb0b4e31914a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
#!/usr/bin/perl

my %l;
{
my ($date, $user, $file);
local $_;
while (<>) {
    if (my $e = /^description:/ .. /^={77}/) {
	next if $e == 1 || $e =~ /E0/;
	if (/^-{28}/ .. /^date: /) {
	    if (/^date: (\S+)\s.*author: (\S+);/) {
		($date, $user) = ($1, $2);
	    }
	} elsif (!/^branches: / && !/file .* was initially added on branch/ && !/empty log message/ && !/no_comment/) {
	    $l{$date}{$user}{$file} .= $_;
	}
    } elsif (/Working file: (.*)/) {
	$file = $1;
    }
}
}


my %users;
foreach my $date (reverse sort keys %l) {
    foreach my $user (sort keys %{$l{$date}}) {
	next if $ENV{AUTHOR} && $ENV{AUTHOR} ne $user;

	my $fuser = $users{$user} || $user;
	print "$date  $fuser\n\n";
	my %inv;
	while (my ($file, $log) = each %{$l{$date}{$user}}) {
	    $log =~ s/^\s+( \*)?//ms;
	    $log =~ s/\s+$//ms;
	    $log = "\n$log" if $log =~ /^-/;
	    push @{$inv{$log}}, $file;
	}
	foreach my $log (keys %inv) {
	    my $line = join(', ', @{$inv{$log}}) . ($log !~ /^\(/ && ':') . " $log";
	    print "\t* ", join("\n\t", auto_fill($line, 72)), "\n\n";
	}
    }
}

1;

sub auto_fill {
    my ($line, $col) = @_;
    map {
	my @l;
	my $l = '';
	$_ = "  $_" if /^-/;
	while ($_) {
	    s/^(\s*)(\S*)//;
	    my $m = "$l$1$2";
	    if (length $m > $col) {
		push @l, $l;
		$l = $2;
	    } else {
		$l = $m
	    }
	}
	@l, $l;
    } split("\n", $line);
}

BEGIN {
    %users = (
              'abiro'   => 'Arpad Biro  <biro_arpad at yahoo.com>',
              'adelorbeau' => 'Arnaud de Lorbeau  <adelorbeau at mandrakesoft.com>',
              'adesmons'  => 'Arnaud Desmons',
              'aginies' => 'Antoine Ginies  <aginies at mandrakesoft.com> ',
              'alafox'  => 'Alice Lafox  <alice at lafox.com.ua>',
              'alemaire'  => 'Aurélien Lemaire',
              'alus'    => 'Arkadiusz Lipiec  <alipiec at elka.pw.edu.pl>',
              'amaury'   => 'Amaury Amblard-Ladurantie',
              'baudens' => 'David Baudens  <baudens at mandrakesoft.com>',
              'camille' => 'Camille Bégnis  <camille at mandrakesoft.com>',
              'cbelisle'  => 'Christian Belisle',
              'chmou'    => 'Chmouel Boudjnah',
              'chmouel'  => 'Chmouel Boudjnah',
              'croy'    => 'Christian Roy  <croy at mandrakesoft.com>',
              'damien'  => 'dam\'s  <dams at idm.fr>',
              'daouda'  => 'Daouda Lo  <daouda at mandrakesoft.com>',
              'dchaumette' => 'Damien Chaumette  <dchaumette at mandrakesoft.com>',
              'dindinx'  => 'David odin',
              'drdrake' => 'Dovix  <dovix2003 at yahoo.com>',
              'erwan'   => 'Erwan Velu  <erwan at mandrakesoft.com>',
              'fabman'  => 'Fabian Mandelbaum  <fabman at 2vias.com.ar>',
              'fcrozat' => 'Frederic Crozat  <fcrozat at mandrakesoft.com>',
              'flepied' => 'Frederic Lepied  <flepied at mandrakesoft.com>',
              'florin'  => 'Florin Grad  <florin at mandrakesoft.com>',
              'fpons'    => 'Fançois Pons',
              'fred'     => 'Frederic Bastok',
              'fwang'   => 'Funda Wang <fundawang at linux.net.cn>',
              'gb'      => 'Gwenole Beauchesne  <gbeauchesne at mandrakesoft.com>',
              'gbeauchesne' => 'Gwenole Beauchesne  <gbeauchesne at mandrakesoft.com>',
              'gc'      => 'Guillaume Cottenceau  <gc at mandrakesoft.com>',
              'hilbert' => '(Hilbert) <h at mandrake.org>',
              'install' => 'DrakX  <install at mandrakesoft.com>',
              'jdanjou'  => 'Julien Danjou',
              'jjorge'  => 'José JORGE <jjorge at free.fr>',
              'jpomerleau'  => 'Joel Pomerleau',
              'keld'    => 'Keld Jørn Simonsen  <keld at dkuug.dk>',
              'lmontel' => 'Laurent Montel  <lmontel at mandrakesoft.com>',
              'mscherer' => 'Michael Scherer  <mscherer at mandrake.org>',
              'nplanel' => 'Nicolas Planel  <nplanel at mandrakesoft.com>',
              'oblin' => 'Olivier Blin <oblin at mandrakesoft.com>',
              'othauvin' => 'Olivier Thauvin  <thauvin at aerov.jussieu.fr>',
              'pablo'   => 'Pablo Saratxaga  <pablo at mandrakesoft.com>',
              'peroyvind' => 'Per Øyvind Karlsen <peroyvind at linux-mandrake.com>',
              'phetroy'  => 'Philippe Libat',
              'philippe'  => 'Philippe Libat',
              'prigaux' => 'Pixel  <pixel at mandrakesoft.com>',
              'quintela' => 'Juan Quintela  <quintela at mandrakesoft.com>',
              'rchaillat'  => 'Renaud Chaillat',
	      'rdalverny' => 'Romain d\'Alverny  <rdalverny at mandrakesoft.com>',
	      'redhog'   => 'RedHog',
              'reinouts' => 'Reinout van Schouwen  <reinout at cs.vu.nl>',
              'rgarciasuarez' => 'Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>',
              'rvojta' => 'Robert Vojta <robert.vojta at mandrake.cz>',
              'sbenedict' => 'Stew Benedict  <sbenedict at mandrakesoft.com>',
              'sdetilly'  => 'Sylvain de Tilly',
              'siegel'  => 'Stefan Siegel  <siegel at linux-mandrake.com>',
              'tbacklund' => 'Thomas Backlund  <tmb at mandrake.org>',
              'tkamppeter' => 'Till Kamppeter  <till at mandrakesoft.com>',
              'tpittich' => 'Tibor Pittich  <Tibor.Pittich at phuture.sk>',
              'tsdgeos ' => 'Albert Astals Cid <astals11 at terra.es>',
              'tv' => 'Thierry Vignaud  <tvignaud at mandrakesoft.com>',
              'tvignaud' => 'Thierry Vignaud  <tvignaud at mandrakesoft.com>',
              'uid524'   => 'Chmouel Boudjnah',
              'vdanen'  => 'Vincent Danen  <vdanen at mandrakesoft.com>',
              'vguardiola' => 'Vincent Guardiola <vguardiola at mandrakesoft.com>',
              'warly'   => 'Warly  <warly at mandrakesoft.com>',
              'yduret'   => 'Yves Duret',
              'yoann'    => 'Yoann Vandoorselaere',
              'yrahal'  => 'Youcef Rabah Rahal <rahal at arabeyes.org>',
	     );
}
fr/downloads/get.po68
-rw-r--r--langs/fr/support.po210
-rw-r--r--langs/he/calendar.po70
-rw-r--r--langs/he/community.po170
-rw-r--r--langs/he/downloads/get.po68
-rw-r--r--langs/he/support.po210
-rw-r--r--langs/hi/calendar.po70
-rw-r--r--langs/hi/community.po165
-rw-r--r--langs/hi/downloads/get.po68
-rw-r--r--langs/hi/support.po195
-rw-r--r--langs/hr/calendar.po70
-rw-r--r--langs/hr/community.po141
-rw-r--r--langs/hr/downloads/get.po5
-rw-r--r--langs/hr/support.po105
-rw-r--r--langs/hu/calendar.po70
-rw-r--r--langs/hu/community.po141
-rw-r--r--langs/hu/downloads/get.po5
-rw-r--r--langs/hu/support.po105
-rw-r--r--langs/ia/calendar.po69
-rw-r--r--langs/ia/community.po136
-rw-r--r--langs/ia/downloads/get.po4
-rw-r--r--langs/ia/support.po94
-rw-r--r--langs/id/calendar.po70
-rw-r--r--langs/id/community.po141
-rw-r--r--langs/id/downloads/get.po5
-rw-r--r--langs/id/support.po105
-rw-r--r--langs/it/calendar.po70
-rw-r--r--langs/it/community.po141
-rw-r--r--langs/it/downloads/get.po5
-rw-r--r--langs/it/support.po105
-rw-r--r--langs/ja/calendar.po70
-rw-r--r--langs/ja/community.po170
-rw-r--r--langs/ja/downloads/get.po68
-rw-r--r--langs/ja/support.po210
-rw-r--r--langs/lo/community.po165
-rw-r--r--langs/lo/downloads/get.po4
-rw-r--r--langs/lo/support.po94
-rw-r--r--langs/lt/calendar.po69
-rw-r--r--langs/lt/community.po136
-rw-r--r--langs/lt/downloads/get.po4
-rw-r--r--langs/lt/support.po94
-rw-r--r--langs/lv/calendar.po69
-rw-r--r--langs/lv/community.po136
-rw-r--r--langs/lv/downloads/get.po4
-rw-r--r--langs/lv/support.po94
-rw-r--r--langs/nb/calendar.po70
-rw-r--r--langs/nb/community.po170
-rw-r--r--langs/nb/downloads/get.po68
-rw-r--r--langs/nb/support.po210
-rw-r--r--langs/nl/calendar.po70
-rw-r--r--langs/nl/community.po170
-rw-r--r--langs/nl/downloads/get.po68
-rw-r--r--langs/nl/support.po210
-rw-r--r--langs/pl/calendar.po70
-rw-r--r--langs/pl/community.po141
-rw-r--r--langs/pl/downloads/get.po5
-rw-r--r--langs/pl/support.po105
-rw-r--r--langs/pms/calendar.po69
-rw-r--r--langs/pms/community.po136
-rw-r--r--langs/pms/downloads/get.po4
-rw-r--r--langs/pms/support.po94
-rw-r--r--langs/pt-br/calendar.po70
-rw-r--r--langs/pt-br/community.po170
-rw-r--r--langs/pt-br/downloads/get.po68
-rw-r--r--langs/pt-br/support.po207
-rw-r--r--langs/pt/calendar.po70
-rw-r--r--langs/pt/community.po170
-rw-r--r--langs/pt/downloads/get.po5
-rw-r--r--langs/pt/support.po103
-rw-r--r--langs/ro/calendar.po70
-rw-r--r--langs/ro/community.po141
-rw-r--r--langs/ro/downloads/get.po5
-rw-r--r--langs/ro/support.po105
-rw-r--r--langs/ru/calendar.po70
-rw-r--r--langs/ru/community.po170
-rw-r--r--langs/ru/downloads/get.po5
-rw-r--r--langs/ru/support.po103
-rw-r--r--langs/sco/calendar.po69
-rw-r--r--langs/sco/community.po136
-rw-r--r--langs/sco/downloads/get.po4
-rw-r--r--langs/sco/support.po105
-rw-r--r--langs/sk/calendar.po70
-rw-r--r--langs/sk/community.po141
-rw-r--r--langs/sk/downloads/get.po5
-rw-r--r--langs/sk/support.po105
-rw-r--r--langs/sl/calendar.po70
-rw-r--r--langs/sl/community.po170
-rw-r--r--langs/sl/downloads/get.po5
-rw-r--r--langs/sl/support.po107
-rw-r--r--langs/sq/calendar.po70
-rw-r--r--langs/sq/community.po170
-rw-r--r--langs/sq/downloads/get.po68
-rw-r--r--langs/sq/support.po210
-rw-r--r--langs/sr/calendar.po70
-rw-r--r--langs/sr/community.po170
-rw-r--r--langs/sr/downloads/get.po68
-rw-r--r--langs/sr/support.po210
-rw-r--r--langs/sv/calendar.po70
-rw-r--r--langs/sv/community.po170
-rw-r--r--langs/sv/downloads/get.po68
-rw-r--r--langs/sv/support.po103
-rw-r--r--langs/tg/calendar.po69
-rw-r--r--langs/tg/community.po136
-rw-r--r--langs/tg/downloads/get.po4
-rw-r--r--langs/tg/support.po94
-rw-r--r--langs/th/calendar.po69
-rw-r--r--langs/th/community.po136
-rw-r--r--langs/th/downloads/get.po4
-rw-r--r--langs/th/support.po104
-rw-r--r--langs/tr/calendar.po70
-rw-r--r--langs/tr/community.po170
-rw-r--r--langs/tr/downloads/get.po5
-rw-r--r--langs/tr/support.po106
-rw-r--r--langs/uk/calendar.po70
-rw-r--r--langs/uk/community.po206
-rw-r--r--langs/uk/downloads/get.po8
-rw-r--r--langs/uk/support.po323
-rw-r--r--langs/ur/calendar.po69
-rw-r--r--langs/ur/community.po136
-rw-r--r--langs/ur/downloads/get.po4
-rw-r--r--langs/ur/support.po94
-rw-r--r--langs/zh-cn/calendar.po70
-rw-r--r--langs/zh-cn/community.po170
-rw-r--r--langs/zh-cn/downloads/get.po5
-rw-r--r--langs/zh-cn/support.po105
-rw-r--r--langs/zh-tw/calendar.po69
-rw-r--r--langs/zh-tw/community.po170
-rw-r--r--langs/zh-tw/downloads/get.po5
-rw-r--r--langs/zh-tw/support.po105
203 files changed, 8547 insertions, 10968 deletions
diff --git a/langs/af/calendar.po b/langs/af/calendar.po
index bc6f4d526..396c78092 100644
--- a/langs/af/calendar.po
+++ b/langs/af/calendar.po
@@ -2,101 +2,88 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Afrikaans (http://www.transifex.com/MageiaLinux/mageia/language/af/)\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr ""
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr ""
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr ""
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr ""
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr ""
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr ""
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/af/community.po b/langs/af/community.po
index df78ded88..31483cef5 100644
--- a/langs/af/community.po
+++ b/langs/af/community.po
@@ -2,299 +2,288 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2019-06-27 11:46+0000\n"
"Last-Translator: F Wolff <friedel@translate.org.za>\n"
"Language-Team: Afrikaans (http://www.transifex.com/MageiaLinux/mageia/language/af/)\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Joernaal"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planeet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
+#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentasie"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Verpakking"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Meer oor Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/af/downloads/get.po b/langs/af/downloads/get.po
index fbe89ca9f..4772422cb 100644
--- a/langs/af/downloads/get.po
+++ b/langs/af/downloads/get.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Afrikaans (http://www.transifex.com/MageiaLinux/mageia/language/af/)\n"
@@ -186,7 +186,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/af/support.po b/langs/af/support.po
index 9c82541a9..48f5f6140 100644
--- a/langs/af/support.po
+++ b/langs/af/support.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2019-01-19 23:49+0000\n"
"Last-Translator: Filip Komar <filip.komar@guest.arnes.si>\n"
"Language-Team: Afrikaans (http://www.transifex.com/MageiaLinux/mageia/language/af/)\n"
@@ -104,170 +104,158 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr ""
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
diff --git a/langs/ar/calendar.po b/langs/ar/calendar.po
index 0ea267d6f..429927f5f 100644
--- a/langs/ar/calendar.po
+++ b/langs/ar/calendar.po
@@ -2,101 +2,88 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2014-04-03 12:09+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/mageia/language/ar/)\n"
+"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr ""
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr ""
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr ""
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr ""
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "التقويم"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr ""
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr ""
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/ar/community.po b/langs/ar/community.po
index 910349119..b0d6565f8 100644
--- a/langs/ar/community.po
+++ b/langs/ar/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: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2015-04-28 21:02+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/mageia/language/ar/)\n"
@@ -24,267 +24,267 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "التقويم"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
+#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "توثيق"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "تحزيم"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "ماجيّا"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/ar/downloads/get.po b/langs/ar/downloads/get.po
index 9a89fda45..4c9e25fad 100644
--- a/langs/ar/downloads/get.po
+++ b/langs/ar/downloads/get.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Arabic (http://www.transifex.com/MageiaLinux/mageia/language/ar/)\n"
@@ -188,7 +188,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/ar/support.po b/langs/ar/support.po
index 03991fab9..675313249 100644
--- a/langs/ar/support.po
+++ b/langs/ar/support.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2016-08-06 11:52+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Arabic (http://www.transifex.com/MageiaLinux/mageia/language/ar/)\n"
@@ -104,170 +104,158 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr ""
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
diff --git a/langs/ast/calendar.po b/langs/ast/calendar.po
index 98cd52a94..3cae9a165 100644
--- a/langs/ast/calendar.po
+++ b/langs/ast/calendar.po
@@ -2,13 +2,13 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# enolp <enolp@softastur.org>, 2015,2020
# Ḷḷumex03, 2014
@@ -16,89 +16,76 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2020-04-02 11:16+0000\n"
"Last-Translator: enolp <enolp@softastur.org>\n"
"Language-Team: Asturian (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr ""
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr ""
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr ""
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr ""
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Calendariu"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr ""
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr ""
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/ast/community.po b/langs/ast/community.po
index c78aec09b..6a4475429 100644
--- a/langs/ast/community.po
+++ b/langs/ast/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# enolp <enolp@softastur.org>, 2015,2020
# Ḷḷumex03, 2014
@@ -16,287 +16,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2020-10-31 21:46+0000\n"
"Last-Translator: enolp <enolp@softastur.org>\n"
"Language-Team: Asturian (http://www.transifex.com/MageiaLinux/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 +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, comunidá, noticies, ferramientes, xeres"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blogue"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Foros"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Llistes de corréu"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Calendariu"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "People"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Noticies traducíes"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Noticies n'inglés"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "¿Cómo collaborar?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Comienza equí"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "y conoznos nel <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Caxa de ferramientes"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Pa desendolcadores y empaquetadores"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> en Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "na vida real"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "nos eventos"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Documentación"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Empaquetamientu"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Traducción"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Más tocante a Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Equipos"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donaciones</a> ya <a href=\"../about/reports/\">informes</a>."
-#: "/web/en/community/index.php +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "¡Esta páxina precísate! <a href=\"https://wiki.mageia.org/en/Web_team\">Xúnite al equipu de la web</a>"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> en Freenode"
diff --git a/langs/ast/downloads/get.po b/langs/ast/downloads/get.po
index 9c476e66a..cf968d504 100644
--- a/langs/ast/downloads/get.po
+++ b/langs/ast/downloads/get.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: enolp <enolp@softastur.org>\n"
"Language-Team: Asturian (http://www.transifex.com/MageiaLinux/mageia/language/ast/)\n"
@@ -188,7 +188,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/ast/support.po b/langs/ast/support.po
index 30f6ca681..872339070 100644
--- a/langs/ast/support.po
+++ b/langs/ast/support.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2020-11-02 14:54+0000\n"
"Last-Translator: enolp <enolp@softastur.org>\n"
"Language-Team: Asturian (http://www.transifex.com/MageiaLinux/mageia/language/ast/)\n"
@@ -107,170 +107,158 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "Más información na %spáxina de descargues%s."
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr ""
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
diff --git a/langs/bg/calendar.po b/langs/bg/calendar.po
index 003a78eab..fc9ed3a0f 100644
--- a/langs/bg/calendar.po
+++ b/langs/bg/calendar.po
@@ -2,102 +2,90 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# Georgi Georgiev <georgiev_1994@abv.bg>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-23 19:38+0000\n"
"Last-Translator: Georgi Georgiev <georgiev_1994@abv.bg>\n"
"Language-Team: Bulgarian (http://www.transifex.com/MageiaLinux/mageia/language/bg/)\n"
+"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "ÑъбитиÑ"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "Ñрещи &amp; организациÑ"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "разработка &amp; план за новите верÑии"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "наÑтавничеÑтво"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageia календар"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageia календар за организациÑта, ÑъбитиÑта, график на разработването и повече."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, линукÑ, календар, ÑъбитиÑ"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Календар"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Този календар показва вÑички ÑÑŠÐ±Ð¸Ñ‚Ð¸Ñ Ð½Ð° Mageia, <a href=\"https://wiki.mageia.org/en/Meetings\">Ñрещи на екипа</a>, планиране на разработването и други."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "ДоÑтъпен е за вÑички. Само Ð£Ð¿Ñ€Ð°Ð²Ð¸Ñ‚ÐµÐ»Ð½Ð¸Ñ Ð¡ÑŠÐ²ÐµÑ‚ на Mageia, Съвета на Членовете и екипните лидери могат да го променÑÑ‚."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "За коментари, Ð´Ð¾Ð¿ÑŠÐ»Ð½ÐµÐ½Ð¸Ñ Ð¸ промени по календара, може да Ñе Ñвържете Ñ Ð½Ð°Ñ Ñ‡Ñ€ÐµÐ·:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "Ð²Ð°ÑˆÐ¸Ñ <a href=\"https://wiki.mageia.org/en/\">екипен</a> лидер или предÑтавител,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> чрез Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> в краен Ñлучай."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS файлове"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Може да получите директен доÑтъп за четене до тези .ics файлове:"
diff --git a/langs/bg/community.po b/langs/bg/community.po
index 4de6e86d9..ab1d028ce 100644
--- a/langs/bg/community.po
+++ b/langs/bg/community.po
@@ -2,300 +2,292 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Georgi Georgiev <georgiev_1994@abv.bg>, 2016,2018
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-09-06 12:09+0000\n"
"Last-Translator: Georgi Georgiev <georgiev_1994@abv.bg>\n"
"Language-Team: Bulgarian (http://www.transifex.com/MageiaLinux/mageia/language/bg/)\n"
+"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, общноÑÑ‚, новини, инÑтрументи, задачи"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia общеÑтвен център"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Блог"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Планета"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Форум"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "И-мейл ÑпиÑъци"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "База данни на приложениÑта на Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Календар"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Хора"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "МеÑтни новини"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Ðовини на английÑки"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Как да помогнете?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Започнете тук"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Може Ñъщо да <a href=\"../donate/\">подкрепите финанÑово</a> проекта!"
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "ИнÑтрументи"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Уики</a> &larr; ÑъвмеÑтна документациÑ"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; за докладване на проблеми"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "За разработчици &amp; ÑобÑтвеници на пакети"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> хранилища"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Ред на пуÑкане на пакети"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "неподдържани пакети"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Общ QA отчет"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "КореÑпонденции"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... или как да Ñе Ñвържете Ñ Ð½Ð°Ñ? ЛеÑно:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> чрез Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "в Ñ€ÐµÐ°Ð»Ð½Ð¸Ñ Ð¶Ð¸Ð²Ð¾Ñ‚!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "по време на ÑъбитиÑта!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Екипи, в които може да Ñе приÑъедините!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "ДокументациÑ"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Работа Ñ Ð¿Ð°ÐºÐµÑ‚Ð¸"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "ТеÑтване &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Превод"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "СиÑтеми &amp; админиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð½Ð° инфраÑтруктурата"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Сортиране на проблеми"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Повече отноÑно Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "ÐÐ°ÑˆÐ¸Ñ Ð¼Ð¾Ð´ÐµÐ» на управление</a> и Ñтруктура:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Екипи"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "Съветът"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "Бордът"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> чрез Freenode"
diff --git a/langs/bg/downloads/get.po b/langs/bg/downloads/get.po
index bf34421ce..86e83b793 100644
--- a/langs/bg/downloads/get.po
+++ b/langs/bg/downloads/get.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Bulgarian (http://www.transifex.com/MageiaLinux/mageia/language/bg/)\n"
@@ -187,7 +187,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Ðко вÑе още имате Ñъщата грешка и миÑлите, че ÐЕ ТРЯБВРДРСЕ ПОЯВЯВР&ndash; молÑ, уведомете ни:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "на <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier чрез Freenode IRC</a>,"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/bg/support.po b/langs/bg/support.po
index b3c6d1ed4..d81a5549c 100644
--- a/langs/bg/support.po
+++ b/langs/bg/support.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2018-09-06 14:40+0000\n"
"Last-Translator: Georgi Georgiev <georgiev_1994@abv.bg>\n"
"Language-Team: Bulgarian (http://www.transifex.com/MageiaLinux/mageia/language/bg/)\n"
@@ -105,170 +105,158 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
diff --git a/langs/bn/calendar.po b/langs/bn/calendar.po
index 887f6564f..f3cb8df84 100644
--- a/langs/bn/calendar.po
+++ b/langs/bn/calendar.po
@@ -2,101 +2,88 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2014-04-03 12:09+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Bengali (http://www.transifex.com/MageiaLinux/mageia/language/bn/)\n"
+"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr ""
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr ""
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr ""
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr ""
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "কেলেনà§à¦¡à¦¾à¦°"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr ""
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr ""
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/bn/community.po b/langs/bn/community.po
index 61e56d489..c6019622e 100644
--- a/langs/bn/community.po
+++ b/langs/bn/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: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2016-05-07 07:20+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Bengali (http://www.transifex.com/MageiaLinux/mageia/language/bn/)\n"
@@ -24,267 +24,267 @@ 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 +14"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "কেলেনà§à¦¡à¦¾à¦°"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
+#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "ডকà§à¦®à§‡à¦¨à§à¦Ÿà§‡à¦¶à¦¨"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "পà§à¦¯à¦¾à¦•à§‡à¦œ করা"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "মà§à¦¯à¦¾à¦¨à§à¦¡à§à¦°à¦¿à¦¬ লিনাকà§à¦¸ (Mageia)"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "মাজেয়ার বà§à¦¯à¦ªà¦¾à¦°à§‡ আরো"
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/bn/downloads/get.po b/langs/bn/downloads/get.po
index 4cbc23791..2649ad2ea 100644
--- a/langs/bn/downloads/get.po
+++ b/langs/bn/downloads/get.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Bengali (http://www.transifex.com/MageiaLinux/mageia/language/bn/)\n"
@@ -186,7 +186,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/bn/support.po b/langs/bn/support.po
index 12427c991..cc185bb25 100644
--- a/langs/bn/support.po
+++ b/langs/bn/support.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2016-08-06 11:52+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Bengali (http://www.transifex.com/MageiaLinux/mageia/language/bn/)\n"
@@ -104,170 +104,158 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr ""
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
diff --git a/langs/ca/calendar.po b/langs/ca/calendar.po
index 62b50ba9f..83e7d4523 100644
--- a/langs/ca/calendar.po
+++ b/langs/ca/calendar.po
@@ -2,13 +2,13 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# davidochobits <davidochobits@openmailbox.org>, 2015
# Davidmp <medipas@gmail.com>, 2015-2016
@@ -16,89 +16,77 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Davidmp <medipas@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "esdeveniments"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "trobades &amp; organització"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "desenvolupament &amp; pla de llançament"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "tutoria"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "calendari de Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Calendari de Mageia per a organitzacions, esdeveniments, desenvolupament i altres."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, calendari, esdeveniments"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Calendari"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Aquest calendari mostra tots els esdeveniments de Mageia, <a href=\"https://wiki.mageia.org/en/Meetings\">trobades d'equip</a>, fites del pla de desenvolupament i possiblement altres."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "És públic i disponible per a tothom. Només els membres de la junta i el consell de Mageia hi tenen un accés d'escriptura."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Per a qualsevol comentari, afegitó o canvi en aquest calendari, no dubteu a posar-vos en contacte amb nosaltres a través dels canals següents:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "el vostre coordinador <a href=\"https://wiki.mageia.org/en/\">d'equip</a> o representant,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> a Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> com a últim recurs."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "Fitxers ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Podeu obtenir accés de només lectura directament a aquests fitxers .ics:"
diff --git a/langs/ca/community.po b/langs/ca/community.po
index b713fa369..e5d9aae98 100644
--- a/langs/ca/community.po
+++ b/langs/ca/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Davidmp <medipas@gmail.com>, 2015,2017-2018
# Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2017
@@ -17,287 +17,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-05-07 16:01+0000\n"
"Last-Translator: Davidmp <medipas@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/MageiaLinux/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 +14"
msgid "Mageia Community"
msgstr "Comunitat de 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 +15"
+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 comunitat de Mageia és el lloc on els contribuïdors i usuaris poden trobar les últimes notícies sobre Mageia i aprendre més coses sobre què fer al projecte."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, comunitat, notícies, eines, tasques"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Central de la comunitat de Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Fòrums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Llistes de correu"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Base de dades d'aplicacions de Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Calendari"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Gent"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Notícies traduïdes"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Notícies en anglès"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Com contribuir-hi?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Comenceu per aquí"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "i reuniu-vos amb nosaltres a l'<a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "També podeu donar <a href=\"../donate/\">suport financer</a> al projecte!"
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Caixa d'eines"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; documentació col·laborativa"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; per informar d'errors"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Per a desenvolupadors &amp; empaquetadors"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversió"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> dipòsits de codi"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Cua de presentació de paquets"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "paquets no mantinguts"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Informe global de control de qualitat"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Converses"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... o bé, com posar-se en contacte amb nosaltres? Fàcil:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> al Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "a la vida real!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "durant esdeveniments!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Equips als quals us podeu afegir!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Taller"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Documentació"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Empaquetament"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Proves i <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Traducció"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Sistemes &amp; administració d'infraestructura"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Triatge d'errors"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Més sobre Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "El <a href=\"../about/code-of-conduct/\">codi de conducta</a> i els <a href=\"../about/values/\">valors</a>"
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "El model de governança</a> i estructura:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Equips"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "el consell"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "la junta directiva"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Donacions</a> &amp; <a href=\"../about/reports/\">informes</a>."
-#: "/web/en/community/index.php +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Aquesta pàgina us necessita! <a href=\"https://wiki.mageia.org/en/Web_team\">Uniu-vos a l'equip Web</a>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> al Freenode"
diff --git a/langs/ca/downloads/get.po b/langs/ca/downloads/get.po
index 49c4858ac..06f2234bb 100644
--- a/langs/ca/downloads/get.po
+++ b/langs/ca/downloads/get.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: downloads/get
-#
+#
# include translation strings from:
# en/downloads/get/index.php
# en/downloads/get/lib.php
-#
+#
# Translators:
# Davidmp <medipas@gmail.com>, 2015-2021
# Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2017-2018
@@ -18,14 +18,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-03-11 11:42+0000\n"
"Last-Translator: Davidmp <medipas@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/MageiaLinux/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/downloads/get/index.php +130"
@@ -37,9 +37,7 @@ msgid "This <a href=\"%s\">%s</a> download mirror is located in %s (%s)."
msgstr "Aquesta <a href=\"%s\">%s</a> rèplica de baixada està ubicada a %s (%s)."
#: "/web/en/downloads/get/index.php +154"
-msgid ""
-"If it does not work well for you, <a href=\"#om\" "
-"id=\"other_mirrors_btn\">check out these other mirrors</a>."
+msgid "If it does not work well for you, <a href=\"#om\" id=\"other_mirrors_btn\">check out these other mirrors</a>."
msgstr "Si no us funciona correctament, <a href=\"#om\" id=\"other_mirrors_btn\">podeu provar aquestes altres rèpliques</a>."
#: "/web/en/downloads/get/index.php +169"
@@ -71,9 +69,7 @@ msgid "(download size is about %s)."
msgstr "(la mida de la baixada és d'uns %s)."
#: "/web/en/downloads/get/index.php +249"
-msgid ""
-"If the download does not start, <a href=\"%s\" rel=\"nofollow\" "
-"title=\"%s\">click here</a>."
+msgid "If the download does not start, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">click here</a>."
msgstr "Si la baixada no comença, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">feu clic aquí</a>."
#: "/web/en/downloads/get/index.php +257"
@@ -105,15 +101,11 @@ msgid "OK"
msgstr "D'acord"
#: "/web/en/downloads/get/index.php +274"
-msgid ""
-"You can also compare checksum directly from this web page without checksum "
-"file"
+msgid "You can also compare checksum directly from this web page without checksum file"
msgstr "També podeu comparar la suma de verificació directament des d'aquesta pàgina web sense el fitxer."
#: "/web/en/downloads/get/index.php +287"
-msgid ""
-"As soon as your download is complete, you should check that the checksums "
-"match:"
+msgid "As soon as your download is complete, you should check that the checksums match:"
msgstr "Tan aviat com s'hagi completat la baixada, hauríeu de comprovar que les sumes de verificació coincidissin:"
#: "/web/en/downloads/get/index.php +288"
@@ -129,9 +121,7 @@ msgid "Checksums are available for download as files:"
msgstr "Les sumes de verificació estan disponibles per baixar com a fitxers:"
#: "/web/en/downloads/get/index.php +295"
-msgid ""
-"If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-"
-"check and try to download again."
+msgid "If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again."
msgstr "Si les sumes de verificació no coincideixen, <strong>NO useu aquesta ISO</strong>. Torneu-ho a comprovar i proveu de baixar-la una altra vegada."
#: "/web/en/downloads/get/index.php +299"
@@ -143,9 +133,7 @@ msgid "They are also available for download as files:"
msgstr "També estan disponibles per baixar com a fitxers:"
#: "/web/en/downloads/get/index.php +302"
-msgid ""
-"First you need to import the \"Mageia Release\" key from a <a "
-"href=\"%s\">MIT PGP Public Key Server</a>:"
+msgid "First you need to import the \"Mageia Release\" key from a <a href=\"%s\">MIT PGP Public Key Server</a>:"
msgstr "Primer heu d'importar la clau \"Mageia Release\" des d'un <a href=\"%s\"> servidor de claus públic MIT PGP</a>:"
#: "/web/en/downloads/get/index.php +306"
@@ -181,10 +169,7 @@ msgid "Download mirrors"
msgstr "Rèpliques de baixada"
#: "/web/en/downloads/get/index.php +346"
-msgid ""
-"The making and the distribution of Mageia worldwide is made possible by all "
-"the <a href=\"%s\">people and organizations that mirror our software</a> and"
-" that <a href=\"%s\">donate money, hardware, hosting and more</a>."
+msgid "The making and the distribution of Mageia worldwide is made possible by all the <a href=\"%s\">people and organizations that mirror our software</a> and that <a href=\"%s\">donate money, hardware, hosting and more</a>."
msgstr "La construcció i distribució de Mageia a tot el món és possible gràcies a tota la <a href=\"%s\">gent i organitzacions que tenen com a rèplica el nostre programari</a> i que <a href=\"%s\">donen diners, maquinari, allotjament i més coses</a>."
#: "/web/en/downloads/get/index.php +347"
@@ -196,21 +181,16 @@ msgid "Sorry!"
msgstr "Perdó!"
#: "/web/en/downloads/get/index.php +353"
-msgid ""
-"Your download could not complete, as we could not find this file. Please try"
-" again from the <a href=\"%s\">main downloads page</a>."
+msgid "Your download could not complete, as we could not find this file. Please try again from the <a href=\"%s\">main downloads page</a>."
msgstr "La baixada no s'ha pogut completar, ja que no hem pogut trobar el fitxer. Si us plau, torneu-ho a provar des de la <a href=\"%s\">pàgina principal de baixades</a>."
#: "/web/en/downloads/get/index.php +355"
-msgid ""
-"If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; "
-"please tell us:"
+msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:"
msgstr "Si encara us surt aquest error i penseu que AIXÃ’ NO HAURIA DE PASSAR &ndash; si us plau, digueu-nos-ho:"
#: "/web/en/downloads/get/index.php +357"
-msgid ""
-"directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-"
-"atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "directament a <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier a Freenode IRC</a>,"
#: "/web/en/downloads/get/index.php +358"
@@ -218,21 +198,15 @@ msgid "or <a href=\"https://twitter.com/mageia_org\">via our Twitter account</a>
msgstr "o <a href=\"https://twitter.com/mageia_org\">a través del nostre compte de Twitter</a>,"
#: "/web/en/downloads/get/index.php +359"
-msgid ""
-"or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on"
-" the Atelier team mailing-list</a>,"
+msgid "or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on the Atelier team mailing-list</a>,"
msgstr "o amb un <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">avís a la llista de correu de l'equip Atelier</a>,"
#: "/web/en/downloads/get/index.php +360"
-msgid ""
-"or a <a "
-"href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug"
-" report</a>."
+msgid "or a <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug report</a>."
msgstr "o un <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">informe d'error</a>."
#: "/web/en/downloads/get/index.php +363"
-msgid ""
-"Please copy and report us the above address that returned you to this page."
+msgid "Please copy and report us the above address that returned you to this page."
msgstr "Si us plau, copieu i informeu-nos de l'adreça anterior que us ha fet tornar a aquesta pàgina."
#: "/web/en/downloads/get/index.php +363"
@@ -248,9 +222,7 @@ msgid "By clicking this button, you agree to the use of HTTP cookies."
msgstr "Clicant en aquest botó, accepteu l'ús de les galetes HTTP."
#: "/web/en/downloads/get/index.php +369"
-msgid ""
-"They enable you to share content from this page via social network sharing "
-"buttons."
+msgid "They enable you to share content from this page via social network sharing buttons."
msgstr "Us permeten compartir continguts d'aquesta pàgina a través dels botons de compartició de les xarxes socials."
#: "/web/en/downloads/get/index.php +369"
diff --git a/langs/ca/support.po b/langs/ca/support.po
index a0baf4bb8..bbb6b0ee9 100644
--- a/langs/ca/support.po
+++ b/langs/ca/support.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: support
-#
+#
# include translation strings from:
# en/support/index.php
-#
+#
# Translators:
# Francesc Pinyol Margalef <francesc.pinyol.m@gmail.com>, 2014
# Davidmp <medipas@gmail.com>, 2016-2017,2019-2021
@@ -18,14 +18,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2021-03-02 10:50+0000\n"
"Last-Translator: Davidmp <medipas@gmail.com>\n"
"Language-Team: Catalan (http://www.transifex.com/MageiaLinux/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/support/index.php +12"
@@ -73,9 +73,7 @@ msgid "Bugs Reports"
msgstr "Informes d'errors"
#: "/web/en/support/index.php +39"
-msgid ""
-"You can look up existing %sdocumentation here%s. You may too look into our "
-"%sWiki%s."
+msgid "You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s."
msgstr "Podeu consultar %saquí la documentació%s. També podeu consultar el nostre %sWiki%s."
#: "/web/en/support/index.php +41"
@@ -83,15 +81,11 @@ msgid "https://wiki.mageia.org"
msgstr "https://wiki.mageia.org"
#: "/web/en/support/index.php +44"
-msgid ""
-"Updates are available for %s and %s (security and bug fixes) and published "
-"on an ongoing basis."
+msgid "Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis."
msgstr "Les actualitzacions estan disponibles per a %s i %s (seguretat i correcció d'errors) i es publiquen de forma continuada."
#: "/web/en/support/index.php +45"
-msgid ""
-"Updates are available for %s (security and bug fixes) and published on an "
-"ongoing basis."
+msgid "Updates are available for %s (security and bug fixes) and published on an ongoing basis."
msgstr "Les actualitzacions estan disponibles per a %s (seguretat i correcció d'errors) i es publiquen de forma continuada."
#: "/web/en/support/index.php +46"
@@ -114,217 +108,169 @@ msgstr "I com a mínim tres mesos després de la publicació de la versió nova.
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "El Mageia 8 tindrà assistència fins al 31 d'agost de 2022."
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr "El Mageia 7 tindrà assistència fins al 31 de maig de 2021."
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr "Més tres mesos després de la publicació de Mageia 8."
-
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
+#: "/web/en/support/index.php +57"
+#, fuzzy
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 7 va tenir assistència fins al 31 de maig de 2021."
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "El Mageia 6 tindrà suport fins al 30 de setembre de 2019."
-
-#: "/web/en/support/index.php +60"
+#: "/web/en/support/index.php +58"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "El Mageia 6 va tenir suport fins al 30 de setembre de 2019."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 5 va tenir assistència fins al 31 de desembre del 2017."
-#: "/web/en/support/index.php +63"
-msgid ""
-"More details and advice are available on our %swiki page%s and from %sour "
-"blog%s."
+#: "/web/en/support/index.php +61"
+msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "Hi ha més detalls i consells disponibles a la %spàgina wiki%s i al %sblog%s."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 va tenir assistència fins al 19 de setembre del 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 va tenir assistència fins al 26 de novembre del 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 va tenir assistència fins al 22 de novembre del 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 va tenir assistència fins a l'1 de desembre del 2012."
-#: "/web/en/support/index.php +76"
-msgid ""
-"If you need help, information or directions about the Mageia distribution "
-"you installed or about the project, you can try to reach us through:"
+#: "/web/en/support/index.php +74"
+msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Si us cal ajuda, informació o adreces sobre la distribució Mageia que heu instal·lat o bé sobre el projecte, podeu contactar-nos mitjançant:"
-#: "/web/en/support/index.php +79"
-msgid ""
-"<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in "
-"English &ndash; see <a "
-"href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia "
-"community forums</a> for support in your language;"
+#: "/web/en/support/index.php +77"
+msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "els <a href=\"https://forums.mageia.org/en/\">fòrums d'assistència de la comunitat</a> en anglès &ndash; vegeu <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">altres fòrums de la comunitat Mageia</a> per a assistència en la vostra llengua;"
-#: "/web/en/support/index.php +80"
-msgid ""
-"IRC channels where you can discuss live with other Mageia users and "
-"contributors: <a href=\"irc://irc.freenode.net/#mageia\" "
-"hreflang=\"en\">#mageia</a> or other localized <a "
-"href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "els canals d'IRC on podeu debatre en directe amb altres usuaris i contribuïdors de Mageia: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> o bé altres <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">canals</a> en altres llengües;"
-#: "/web/en/support/index.php +81"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the "
-"time, we are working on it!);"
+#: "/web/en/support/index.php +79"
+msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "el nostre <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (encara en construcció, però hi estem treballant!);"
-#: "/web/en/support/index.php +82"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en"
-"\">mailing-lists</a>;"
+#: "/web/en/support/index.php +80"
+msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "les nostres <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">llistes de correu</a>;"
-#: "/web/en/support/index.php +83"
-msgid ""
-"local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> "
-"and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
+#: "/web/en/support/index.php +81"
+msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "els esdeveniments locals: seguiu el nostre <a href=\"https://blog.mageia.org/en/\">blog</a> i <a href=\"https://www.mageia.org/en/calendar/\">calendari</a>."
-#: "/web/en/support/index.php +88"
-msgid ""
-"Mageia.Org does not provide or endorse commercial/professional support or "
-"other services around the distribution. But there are organizations "
-"providing such services and more."
+#: "/web/en/support/index.php +86"
+msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org no ofereix ni recomana assistència comercial ni professional ni altres serveis relacionats amb la distribució. Però altres organitzacions ofereixen aquests serveis i més."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Comproveu la llista dels <a href=\"%s\">proveïdors comercials</a>"
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
-msgid ""
-"Each release of Mageia software runs on most i586 and x86_64 computer "
-"systems available at the release time."
+#: "/web/en/support/index.php +92"
+msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Cada versió de Mageia funciona a la majoria d'ordinadors i586 i x86_64 disponibles durant el moment de la publicació."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Podeu seguir la següent llista de requisits de maquinari:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Processador: qualsevol processador AMD, Intel o VIA;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Memòria (RAM): 512 MB mínim, 2 GB recomanats;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr "Per a sistemes sense cap, es pot usar aquest mínim."
-#: "/web/en/support/index.php +101"
-msgid ""
-"For low memory intensive programs and light graphical Desktop Environments "
-"like Xfce the minimum is 1GB."
+#: "/web/en/support/index.php +99"
+msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr "Per a programes amb poca memòria i entorns d'escriptori gràfics lleugers com ara l'Xfce, el mínim és d'1 GB."
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr "Per a funcions més complexes com ara el Gnome i el Plasma, el mínim és de 2 GB."
-#: "/web/en/support/index.php +103"
-msgid ""
-"Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual "
-"setup;"
+#: "/web/en/support/index.php +101"
+msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Emmagatzematge (HDD o SSD): 5 GB per a una instal·lació mínima, 20 GB per a una configuració informal;"
-#: "/web/en/support/index.php +104"
-msgid ""
-"This includes a few GB for user files. If you need more than you should take"
-" that in account too."
+#: "/web/en/support/index.php +102"
+msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Això inclou alguns GB per als fitxers d'usuari. Si en necessiteu més, també ho heu de tenir en compte."
-#: "/web/en/support/index.php +105"
-msgid ""
-"Custom installations on less space are possible but this requires "
-"intermediate linux knowledge."
+#: "/web/en/support/index.php +103"
+msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "També són possibles instal·lacions personalitzades en menys espai, però això requereix un coneixement intermedi de Linux."
-#: "/web/en/support/index.php +106"
-msgid ""
-"Bootable USB port or optical drive capable of using media with a storage "
-"capacity of at least 4GB used for installation."
+#: "/web/en/support/index.php +104"
+msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Un port USB arrencable o un dispositiu òptic capaços d'usar mitjans amb una capacitat d'emmagatzematge de com a mínim 4 GB, usats per a la instal·lació."
-#: "/web/en/support/index.php +107"
-msgid ""
-"Smaller media capacity is used for network installation, but a reliable "
-"Internet connection is needed."
+#: "/web/en/support/index.php +105"
+msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "S'usa una capacitat més petita de mitjà per a la instal·lació per xarxa, però cal una connexió a Internet que funcioni bé."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "Més informació a la %spàgina de baixades%s."
-#: "/web/en/support/index.php +109"
-msgid ""
-"Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
+#: "/web/en/support/index.php +107"
+msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Targeta gràfica: qualsevol targeta AMD/ATI, Intel, Matrox, Nvidia, SiS o VIA;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Targeta de so: qualsevol targeta de so AC97, HDA o Sound Blaster."
-#: "/web/en/support/index.php +113"
-msgid ""
-"For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work "
-"properly, specific firmware or software may be needed, this is available in "
-"a specific online repository called \"nonfree\" (<a "
-"href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn"
-" more</a>)."
+#: "/web/en/support/index.php +111"
+msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Perquè funcionin correctament alguns tipus de maquinari (joc de xips Wi-Fi, targetes gràfiques 3D), potser cal algun tipus concret de microprogramari o programari, disponible en un dipòsit anomenat \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\"> més informació</a>)."
-#: "/web/en/support/index.php +114"
-msgid ""
-"We may set up a hardware compatibility list/directory as well as a hardware "
-"certification process; but that's still at the planning stage. Feel free to "
-"join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if "
-"you would like to help in this regard."
+#: "/web/en/support/index.php +112"
+msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Tenim prevista la creació d'una llista/directori de compatibilitat de maquinari, així com un procés de certificació de maquinari; però encara estem en una fase de planificació. No dubteu a contactar-nos a la nostra <a href=\"%s\">Web</a> i amb els equips de <a href=\"%s\">QA</a> si ens voleu ajudar en aquest aspecte."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
-msgid ""
-"You may check and report bugs on <a href=\"%s\">our Bugzilla "
-"(bugs.mageia.org)</a>."
+#: "/web/en/support/index.php +116"
+msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Podeu comprovar els informes d'errors al <a href=\"%s\">nostre Bugzilla (bugs.mageia.org)</a>."
+
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "El Mageia 7 tindrà assistència fins al 31 de maig de 2021."
+
+#~ msgid "Plus three months after Mageia 8 release."
+#~ msgstr "Més tres mesos després de la publicació de Mageia 8."
+
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "El Mageia 6 tindrà suport fins al 30 de setembre de 2019."
diff --git a/langs/cs/calendar.po b/langs/cs/calendar.po
index 01c9e12db..8fab6f825 100644
--- a/langs/cs/calendar.po
+++ b/langs/cs/calendar.po
@@ -2,102 +2,90 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# fri, 2015
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-23 19:38+0000\n"
"Last-Translator: fri\n"
"Language-Team: Czech (http://www.transifex.com/MageiaLinux/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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "události"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "setkání a organizace"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "vývoj a plán vydání"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "zauÄování"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Kalendář Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Kalendář Mageii pro organizace, události, rozvrh vývoje a více."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, kalendář, události"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalendář"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Tento kalendář ukazuje všechny události Mageii, <a href=\"https://wiki.mageia.org/en/Meetings\">setkání týmů</a>, milníky ve vývojovém plánu a možná i další zajímavosti."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Je veÅ™ejný a pro Ätení přístupný vÅ¡em, ovÅ¡em pouze Älenové rady a vedení projektu Mageia a vedoucí týmů do nÄ›j mohou zapisovat."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Budete-li nám chtít předat jakoukoli poznámku, dodatek, změnu v kalendáři, spojte se s námi přes:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "vašeho <a href=\"https://wiki.mageia.org/en/\">týmového</a> vedoucího nebo představitele,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> na serveru Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "jako poslední možnost uvádíme adresu elektronické pošty <a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a>."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "Soubory ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Můžete dostat přístup pouze pro Ätení přímo k tÄ›mto souborům .ics:"
diff --git a/langs/cs/community.po b/langs/cs/community.po
index 31f07abf4..24f1828aa 100644
--- a/langs/cs/community.po
+++ b/langs/cs/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Jiří Vírava <appukonrad@gmail.com>, 2015
# LudÄ›k JanÄa <joelp@email.cz>, 2018-2019
@@ -17,287 +17,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2020-04-04 20:11+0000\n"
"Last-Translator: fri\n"
"Language-Team: Czech (http://www.transifex.com/MageiaLinux/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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
msgid "Mageia Community"
msgstr "Komunita 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 +15"
+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í komunity 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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, komunita, zprávy, nástroje, úkoly"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Ústředí komunity Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Fóra"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Poštovní adresáře"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Databáze programů pro Mageiu"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalendář"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Lidé"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Přeložené novinky"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Novinky v angliÄtinÄ›"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Jak přispět?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "ZaÄnÄ›te zde"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Nástroje"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; spoleÄnÄ› tvoÅ™ená dokumentace"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; hlášení chyb"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Pro vývojáře a tvůrce balíÄků"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> &larr; repozitáře zdrojového kódu"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Fronta odevzdávaných balíÄků"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "neudržované balíÄky"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Souhrnné zprávy o zajištění kvality"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Konverzace"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
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 +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> na Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "Ve skuteÄném životÄ›!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "Během událostí!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Týmy, ke kterým se můžete přidat!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Ateliér"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentace"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Balení"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
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 +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Překlad"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Správa systému a infrastruktury"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Stanovení přednosti chyb"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Více o Mageii"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Náš model řízení</a> a struktura:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Týmy"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "Rada"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "Vedení"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> na Freenode"
diff --git a/langs/cs/downloads/get.po b/langs/cs/downloads/get.po
index c8431e3a8..1afd8e9ad 100644
--- a/langs/cs/downloads/get.po
+++ b/langs/cs/downloads/get.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: downloads/get
-#
+#
# include translation strings from:
# en/downloads/get/index.php
# en/downloads/get/lib.php
-#
+#
# Translators:
# Jiří Vírava <appukonrad@gmail.com>, 2015
# LudÄ›k JanÄa <joelp@email.cz>, 2019-2021
@@ -18,14 +18,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-03-19 13:01+0000\n"
"Last-Translator: LudÄ›k JanÄa <joelp@email.cz>\n"
"Language-Team: Czech (http://www.transifex.com/MageiaLinux/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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: "/web/en/downloads/get/index.php +130"
@@ -37,9 +37,7 @@ msgid "This <a href=\"%s\">%s</a> download mirror is located in %s (%s)."
msgstr "Stahovací server <a href=\"%s\">%s</a> je umístěn v %s (%s)."
#: "/web/en/downloads/get/index.php +154"
-msgid ""
-"If it does not work well for you, <a href=\"#om\" "
-"id=\"other_mirrors_btn\">check out these other mirrors</a>."
+msgid "If it does not work well for you, <a href=\"#om\" id=\"other_mirrors_btn\">check out these other mirrors</a>."
msgstr "Pokud tento ve vašem případě nepracuje uspokojivě, <a href=\"#om\" id=\"other_mirrors_btn\">můžete použít jiný server</a>."
#: "/web/en/downloads/get/index.php +169"
@@ -71,9 +69,7 @@ msgid "(download size is about %s)."
msgstr "(velikost stahování je %s)."
#: "/web/en/downloads/get/index.php +249"
-msgid ""
-"If the download does not start, <a href=\"%s\" rel=\"nofollow\" "
-"title=\"%s\">click here</a>."
+msgid "If the download does not start, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">click here</a>."
msgstr "Pokud stahování nezaÄalo, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">klepnÄ›te zde</a>."
#: "/web/en/downloads/get/index.php +257"
@@ -105,15 +101,11 @@ msgid "OK"
msgstr "OK"
#: "/web/en/downloads/get/index.php +274"
-msgid ""
-"You can also compare checksum directly from this web page without checksum "
-"file"
+msgid "You can also compare checksum directly from this web page without checksum file"
msgstr "Můžete také porovnat kontrolní souÄet přímo z této webové stránky bez souboru s kontrolním souÄtem"
#: "/web/en/downloads/get/index.php +287"
-msgid ""
-"As soon as your download is complete, you should check that the checksums "
-"match:"
+msgid "As soon as your download is complete, you should check that the checksums match:"
msgstr "Jakmile stahování skonÄí, mÄ›li byste zkontrolovat, shodu kontrolních souÄtů:"
#: "/web/en/downloads/get/index.php +288"
@@ -129,9 +121,7 @@ msgid "Checksums are available for download as files:"
msgstr "Kontrolní souÄty jsou dostupné ke stažení jako soubory:"
#: "/web/en/downloads/get/index.php +295"
-msgid ""
-"If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-"
-"check and try to download again."
+msgid "If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again."
msgstr "Pokud se kontrolní souÄty neshodují, <strong>toto ISO nepoužívejte</ strong>. JeÅ¡tÄ› jednou proveÄte kontrolu a případnÄ› zkuste znovu stáhnout."
#: "/web/en/downloads/get/index.php +299"
@@ -143,9 +133,7 @@ msgid "They are also available for download as files:"
msgstr "Také jsou dostupné ke stažení jako soubory:"
#: "/web/en/downloads/get/index.php +302"
-msgid ""
-"First you need to import the \"Mageia Release\" key from a <a "
-"href=\"%s\">MIT PGP Public Key Server</a>:"
+msgid "First you need to import the \"Mageia Release\" key from a <a href=\"%s\">MIT PGP Public Key Server</a>:"
msgstr "Nejprve musíte zavést klÃ­Ä \"Mageia Release\" ze <a href=\"%s\">serveru s veÅ™ejnými klíÄi PGP MIT</a>:"
#: "/web/en/downloads/get/index.php +306"
@@ -181,10 +169,7 @@ msgid "Download mirrors"
msgstr "Stahovací zrcadla"
#: "/web/en/downloads/get/index.php +346"
-msgid ""
-"The making and the distribution of Mageia worldwide is made possible by all "
-"the <a href=\"%s\">people and organizations that mirror our software</a> and"
-" that <a href=\"%s\">donate money, hardware, hosting and more</a>."
+msgid "The making and the distribution of Mageia worldwide is made possible by all the <a href=\"%s\">people and organizations that mirror our software</a> and that <a href=\"%s\">donate money, hardware, hosting and more</a>."
msgstr "Tvorba a šíření Mageie po světě je umožněno <a href=\"%s\">lidmi a organizacemi, jež zrcadlí náš software</a> a které <a href=\"%s\">darují peníze, technické vybavení, hostování a další</a>."
#: "/web/en/downloads/get/index.php +347"
@@ -196,21 +181,16 @@ msgid "Sorry!"
msgstr "Promiňte!"
#: "/web/en/downloads/get/index.php +353"
-msgid ""
-"Your download could not complete, as we could not find this file. Please try"
-" again from the <a href=\"%s\">main downloads page</a>."
+msgid "Your download could not complete, as we could not find this file. Please try again from the <a href=\"%s\">main downloads page</a>."
msgstr "VaÅ¡e stahování se nepodaÅ™ilo dokonÄit, protože se nepodaÅ™ilo najít tento soubor. Zkuste to, prosím, znovu z <a href=\"%s\">hlavní stránky pro stahování</a>."
#: "/web/en/downloads/get/index.php +355"
-msgid ""
-"If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; "
-"please tell us:"
+msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:"
msgstr "Pokud se i nadále setkáte s touto chybou a budete si myslet, že SE TO NEMÄšLO STÃT &ndash; Å™eknÄ›te nám, prosím:"
#: "/web/en/downloads/get/index.php +357"
-msgid ""
-"directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-"
-"atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "přímo na <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier na Freenode IRC</a>,"
#: "/web/en/downloads/get/index.php +358"
@@ -218,21 +198,15 @@ msgid "or <a href=\"https://twitter.com/mageia_org\">via our Twitter account</a>
msgstr "nebo <a href=\"https://twitter.com/mageia_org\">pÅ™es náš úÄet u služby Twitter</a>,"
#: "/web/en/downloads/get/index.php +359"
-msgid ""
-"or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on"
-" the Atelier team mailing-list</a>,"
+msgid "or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on the Atelier team mailing-list</a>,"
msgstr "nebo pomocí <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">oznámení v poštovním seznamu webového týmu</a>,"
#: "/web/en/downloads/get/index.php +360"
-msgid ""
-"or a <a "
-"href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug"
-" report</a>."
+msgid "or a <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug report</a>."
msgstr "nebo pomocí <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">zprávy o chybě</a>."
#: "/web/en/downloads/get/index.php +363"
-msgid ""
-"Please copy and report us the above address that returned you to this page."
+msgid "Please copy and report us the above address that returned you to this page."
msgstr "Zkopírujte, prosím, a pošlete nám adresu výše, jež vás vrátila na tuto stránku."
#: "/web/en/downloads/get/index.php +363"
@@ -248,9 +222,7 @@ msgid "By clicking this button, you agree to the use of HTTP cookies."
msgstr "Klepnutím na toto tlaÄítko souhlasíte s používáním koláÄku HTTP."
#: "/web/en/downloads/get/index.php +369"
-msgid ""
-"They enable you to share content from this page via social network sharing "
-"buttons."
+msgid "They enable you to share content from this page via social network sharing buttons."
msgstr "Umožní vám sdílení obsahu této stránky pomocí tlaÄítek spoleÄenských sítí."
#: "/web/en/downloads/get/index.php +369"
diff --git a/langs/cs/support.po b/langs/cs/support.po
index 43f7c773b..f5d8f772e 100644
--- a/langs/cs/support.po
+++ b/langs/cs/support.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: support
-#
+#
# include translation strings from:
# en/support/index.php
-#
+#
# Translators:
# Jiří Vírava <appukonrad@gmail.com>, 2014
# LudÄ›k JanÄa <joelp@email.cz>, 2016,2018,2020-2021
@@ -17,14 +17,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2021-03-19 13:01+0000\n"
"Last-Translator: LudÄ›k JanÄa <joelp@email.cz>\n"
"Language-Team: Czech (http://www.transifex.com/MageiaLinux/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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: "/web/en/support/index.php +12"
@@ -72,9 +72,7 @@ msgid "Bugs Reports"
msgstr "Hlášení chyb"
#: "/web/en/support/index.php +39"
-msgid ""
-"You can look up existing %sdocumentation here%s. You may too look into our "
-"%sWiki%s."
+msgid "You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s."
msgstr "Na stávající dokumentaci se můžete podívat %szde%s. Taktéž můžete prozkoumat naši %sWiki%s."
#: "/web/en/support/index.php +41"
@@ -82,15 +80,11 @@ msgid "https://wiki.mageia.org"
msgstr "https://wiki.mageia.org"
#: "/web/en/support/index.php +44"
-msgid ""
-"Updates are available for %s and %s (security and bug fixes) and published "
-"on an ongoing basis."
+msgid "Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis."
msgstr "Aktualizace jsou dostupné pro %s a %s (bezpeÄnostní opravy a opravy chyb) a zveÅ™ejňovány neustále."
#: "/web/en/support/index.php +45"
-msgid ""
-"Updates are available for %s (security and bug fixes) and published on an "
-"ongoing basis."
+msgid "Updates are available for %s (security and bug fixes) and published on an ongoing basis."
msgstr "Aktualizace jsou dostupné pro %s a %s (bezpeÄnostní opravy a opravy chyb) a zveÅ™ejňovány jsou průběžnÄ›."
#: "/web/en/support/index.php +46"
@@ -113,217 +107,169 @@ msgstr "A nejméně tři měsíce po vydání nové verze."
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 8 bude podporována do 31. srpna 2022."
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr "Mageia 7 bude podporována do 31. května 2021. "
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr "Plus 3 měsíce po vydání Mageie 8."
-
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
+#: "/web/en/support/index.php +57"
+#, fuzzy
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 7 byla podporována do 31. května 2021."
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 6 bude podporována až do 30. září 2019."
-
-#: "/web/en/support/index.php +60"
+#: "/web/en/support/index.php +58"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 6 byla podporována až do 30. září 2019."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 5 byla podporována do 31. prosince 2017."
-#: "/web/en/support/index.php +63"
-msgid ""
-"More details and advice are available on our %swiki page%s and from %sour "
-"blog%s."
+#: "/web/en/support/index.php +61"
+msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "Více podrobností a rad naleznete v naší %swiki %s a na našem %sblogu%s."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 byla podporována až do 19. září 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 byla podporována až do 26.listopadu 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 byla podporována do 22. listopadu 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 byla podporována do 1. prosince 2012."
-#: "/web/en/support/index.php +76"
-msgid ""
-"If you need help, information or directions about the Mageia distribution "
-"you installed or about the project, you can try to reach us through:"
+#: "/web/en/support/index.php +74"
+msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Pokud potřebujete pomoc, nasměrování nebo informace o distribuci Mageia, kterou jste si nainstalovali, nebo o projektu, můžete se s námi spojit pomocí:"
-#: "/web/en/support/index.php +79"
-msgid ""
-"<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in "
-"English &ndash; see <a "
-"href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia "
-"community forums</a> for support in your language;"
+#: "/web/en/support/index.php +77"
+msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Fóra pro komunitní podporu</a>, která jsou v angliÄtinÄ› &ndash; podívejte se na <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">podporu ve svém jazyce</a>"
-#: "/web/en/support/index.php +80"
-msgid ""
-"IRC channels where you can discuss live with other Mageia users and "
-"contributors: <a href=\"irc://irc.freenode.net/#mageia\" "
-"hreflang=\"en\">#mageia</a> or other localized <a "
-"href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "kanálů IRC, kde můžete mluvit živě s dalšími uživateli Mageii a s jejími přispěvateli: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> nebo dalších <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">kanálů v jiných jazycích</a>"
-#: "/web/en/support/index.php +81"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the "
-"time, we are working on it!);"
+#: "/web/en/support/index.php +79"
+msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "naší <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (stále ještě se na ní pracuje!)"
-#: "/web/en/support/index.php +82"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en"
-"\">mailing-lists</a>;"
+#: "/web/en/support/index.php +80"
+msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "našich <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">poštovních seznamů</a> v konferencích"
-#: "/web/en/support/index.php +83"
-msgid ""
-"local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> "
-"and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
+#: "/web/en/support/index.php +81"
+msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "místních událostí: sledujte <a href=\"https://blog.mageia.org/en/\">blog</a> a <a href=\"https://www.mageia.org/en/calendar/\">kalendář</a>."
-#: "/web/en/support/index.php +88"
-msgid ""
-"Mageia.Org does not provide or endorse commercial/professional support or "
-"other services around the distribution. But there are organizations "
-"providing such services and more."
+#: "/web/en/support/index.php +86"
+msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org neposkytuje ani nezaruÄuje komerÄní/profesionální podporu nebo jiné služby. Ale jsou organizace, které takové služby poskytují."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Podívejte se, prosím, na <a href=\"https://wiki.mageia.org/en/Commercial_vendors\">seznam prodejců</a>."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
-msgid ""
-"Each release of Mageia software runs on most i586 and x86_64 computer "
-"systems available at the release time."
+#: "/web/en/support/index.php +92"
+msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Každé vydání programů tvořících distribuci Mageia běží na vÄ›tÅ¡inÄ› poÄítaÄů architektury i586 a x86_64 dostupných v dobÄ› vydání."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Můžete se řídit tímto seznamem, ve kterém jsou uvedeny požadavky na hardware:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Procesor: jakýkoli procesor od AMD, Intelu nebo VIA;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Paměť (RAM): nejménÄ› 512 MB, doporuÄeno 2 GB;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr "Pro headless systémy může být minimum použitelné."
-#: "/web/en/support/index.php +101"
-msgid ""
-"For low memory intensive programs and light graphical Desktop Environments "
-"like Xfce the minimum is 1GB."
+#: "/web/en/support/index.php +99"
+msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr "Pro ménÄ› nároÄné programy a odlehÄená grafická rozhraní, jako Xfce, je minimum 1GB."
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr "Pro pokroÄilejší, jako je Gnome a Plasma, je minimum 2GB."
-#: "/web/en/support/index.php +103"
-msgid ""
-"Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual "
-"setup;"
+#: "/web/en/support/index.php +101"
+msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Úložiště (pevný disk nebo flashdisk: HDD nebo SSD): 5 GB pro minimální instalaci, 20 GB pro obvyklé nastavení;"
-#: "/web/en/support/index.php +104"
-msgid ""
-"This includes a few GB for user files. If you need more than you should take"
-" that in account too."
+#: "/web/en/support/index.php +102"
+msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Toto zahrnuje nÄ›kolik GB pro uživatelské soubory. Pokud potÅ™ebujete víc, mÄ›l byste s tím také poÄítat."
-#: "/web/en/support/index.php +105"
-msgid ""
-"Custom installations on less space are possible but this requires "
-"intermediate linux knowledge."
+#: "/web/en/support/index.php +103"
+msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Uživatelská instalace na menším prostoru je možná, vyžaduje ovÅ¡em urÄitou znalost Linuxu."
-#: "/web/en/support/index.php +106"
-msgid ""
-"Bootable USB port or optical drive capable of using media with a storage "
-"capacity of at least 4GB used for installation."
+#: "/web/en/support/index.php +104"
+msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Přípojka pro zavádÄ›cí zařízení USB nebo optický disk umožňující použití datového nosiÄe s ukládací kapacitou alespoň 4 GB použitých pro instalaci."
-#: "/web/en/support/index.php +107"
-msgid ""
-"Smaller media capacity is used for network installation, but a reliable "
-"Internet connection is needed."
+#: "/web/en/support/index.php +105"
+msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Datový nosiÄ s menší kapacitou se používá k síťové instalaci. Je vÅ¡ak potÅ™eba spolehlivé internetové pÅ™ipojení. "
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "Více informací na %sstahovací stránce%s."
-#: "/web/en/support/index.php +109"
-msgid ""
-"Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
+#: "/web/en/support/index.php +107"
+msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Grafická karta: jakákoli grafická karta od AMD/ATI, Intelu, Matroxu, Nvidie, SiS nebo VIA;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Zvuková karta: jakákoli zvuková karta AC97, HDA nebo Sound Blaster."
-#: "/web/en/support/index.php +113"
-msgid ""
-"For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work "
-"properly, specific firmware or software may be needed, this is available in "
-"a specific online repository called \"nonfree\" (<a "
-"href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn"
-" more</a>)."
+#: "/web/en/support/index.php +111"
+msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "U nÄ›kterých druhů hardware (Wi-Fi karty, 3D grafické karty) je pro správný chod potÅ™eba zvláštní firmware nebo software, který je na internetu dostupný v urÄitých repozitářích nazvaných \"nonfree\" (viz další informace například na <a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">wiki</a>)."
-#: "/web/en/support/index.php +114"
-msgid ""
-"We may set up a hardware compatibility list/directory as well as a hardware "
-"certification process; but that's still at the planning stage. Feel free to "
-"join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if "
-"you would like to help in this regard."
+#: "/web/en/support/index.php +112"
+msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Můžeme přichystat seznam vhodného hardware, stejně tak jako proces certifikace; ale toto se teprve připravuje. Můžete se připojit k našim týmům <a href=\"%s\">Web</a> a <a href=\"%s\">Zajištění kvality (QA)</a>, pokud byste v této věci chtěli pomoct."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
-msgid ""
-"You may check and report bugs on <a href=\"%s\">our Bugzilla "
-"(bugs.mageia.org)</a>."
+#: "/web/en/support/index.php +116"
+msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Chyby můžete zkoumat a hlásit na <a href=\"%s\">naší Bugzille (bugs.mageia.org)</a>."
+
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 7 bude podporována do 31. května 2021. "
+
+#~ msgid "Plus three months after Mageia 8 release."
+#~ msgstr "Plus 3 měsíce po vydání Mageie 8."
+
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 6 bude podporována až do 30. září 2019."
diff --git a/langs/cy/calendar.po b/langs/cy/calendar.po
index a20c91339..d466f578c 100644
--- a/langs/cy/calendar.po
+++ b/langs/cy/calendar.po
@@ -2,102 +2,90 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# ciaran, 2015
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-23 19:38+0000\n"
"Last-Translator: ciaran\n"
"Language-Team: Welsh (http://www.transifex.com/MageiaLinux/mageia/language/cy/)\n"
+"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cy\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "digwyddiadau"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "cyfarfodydd a threfniadau"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "cynlluniau datblygu a rhyddhau"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "mentora"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Calendr Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Calendr Mageia ar gyfer trefnu, digwyddiadau, datblygu, a mwy."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, calendr, digwyddiadau"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Calendr"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Mae'r calendr hwn yn dangos holl ddigwyddiadau Mageia, <a href=\"https://wiki.mageia.org/en/Meetings\">cyfarfodydd timau</a>, cerrig milltir cynllunio datblygiadau a mwy."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Mae'n gyhoeddus ac ar gael i bawb. Dim ond aelodau bwrdd a chyngor Mageia all ei olygu."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "I wneud sylw, ychwanegiad, neu newid i'r calendr, mae croeso i chi gysylltu â ni drwy:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "arweinydd neu gynrychiolydd eich <a href=\"https://wiki.mageia.org/en/\">tîm</a>,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> ar Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> pan fetho popeth arall."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ffeiliau ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Cewch fynediad darllen yn unig uniongyrchol at y ffeiliau .ics hyn:"
diff --git a/langs/cy/community.po b/langs/cy/community.po
index b4abfe719..660bf7e27 100644
--- a/langs/cy/community.po
+++ b/langs/cy/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: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2016-01-16 11:00+0000\n"
"Last-Translator: ciaran\n"
"Language-Team: Welsh (http://www.transifex.com/MageiaLinux/mageia/language/cy/)\n"
@@ -25,269 +25,272 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
msgid "Mageia Community"
msgstr "Cymuned Mageia"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 "Canolfan cymunedol Mageia yw'r lle i gyfranwyr a defnyddwyr ddod o hyd i'r newyddion diweddaraf am Mageia a dysgu mwy am beth i'w wneud yn y prosiect."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, cymuned, newyddion, offer, tasgau"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Canolfan Cymuned Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planed"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Fforymau"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Rhestrau postio"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Cronfa ddata rhaglenni Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Calendr"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Pobl"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Sut mae cyfrannu?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Dechreuwch yma"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "A dewch i gwrdd â ni ar <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "Cewch hefyd <a href=\"../donate/\">gefnogi'n ariannol!</a>"
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Blwch offer"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wici</a> &larr; dogfennaeth cydweithredol"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; i adrodd gwallau"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "I ddatblygwyr a phecynnwyr"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> &larr; storfeydd cod"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Statws cyflwyno pecynnau"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "pecynnau nas cynhelir"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Adroddiad sicrhau ansawdd"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Sgwrsio"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... neu, sut mae cysylltu â ni? Hawdd:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> ar Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "mewn bywyd go iawn!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "mewn digwyddiadau!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Timau i chi ymuno â nhw!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dogfennaeth"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Pecynnu"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Profi a sicrhau ansawdd"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Cyfieithu"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Gweinyddu systemau a seilwaith"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Brysbennu gwallau"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Mwy am Mageia"
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
msgid "Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a href=\"../about/values/\">values</a>"
msgstr "Ein <a href=\"../about/code-of-conduct/\">cod ymddygiad</a> a'n <a href=\"../about/values/\">gwerthoedd</a>"
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Ein model a strwythur rheoli</a>:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Timau"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "y Cyngor"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "y Bwrdd"
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Rhoddion</a> ac <a href=\"../about/reports/\">adroddiadau</a>."
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "Mae angen eich cymorth chi! <a href=\"https://wiki.mageia.org/en/Web_team\">Ymunwch â'r tim gwe</a>!"
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> ar Freenode"
+
#~ msgid "News"
#~ msgstr "Newyddion"
diff --git a/langs/cy/downloads/get.po b/langs/cy/downloads/get.po
index aa9578682..2872c9286 100644
--- a/langs/cy/downloads/get.po
+++ b/langs/cy/downloads/get.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: ciaran\n"
"Language-Team: Welsh (http://www.transifex.com/MageiaLinux/mageia/language/cy/)\n"
@@ -188,7 +188,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Os ydych yn parhau i weld y gwall hwn ac yn meddwl NA DDYLAI DDIGWYDD &ndash; dywedwch wrthym:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "yn uniongyrchol drwy <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier ar Freenode IRC</a>,"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/cy/support.po b/langs/cy/support.po
index d07b25a87..19a7ce8ac 100644
--- a/langs/cy/support.po
+++ b/langs/cy/support.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2018-07-14 16:19+0000\n"
"Last-Translator: ciaran\n"
"Language-Team: Welsh (http://www.transifex.com/MageiaLinux/mageia/language/cy/)\n"
@@ -106,179 +106,174 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Cefnogwyd Mageia 1 tan 1 Rhagfyr, 2012."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Cefnogwyd Mageia 1 tan 1 Rhagfyr, 2012."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "Cefnogwyd Mageia 1 tan 1 Rhagfyr, 2012."
-
-#: "/web/en/support/index.php +60"
-#, fuzzy
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Cefnogwyd Mageia 4 tan 19 Medi, 2015."
-
-#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Cefnogwyd Mageia 4 tan 19 Medi, 2015."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Cefnogwyd Mageia 4 tan 19 Medi, 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Cefnogwyd Mageia 3 tan 26 Tachwedd, 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Cefnogwyd Mageia 2 tan 22 Tachwedd, 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Cefnogwyd Mageia 1 tan 1 Rhagfyr, 2012."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Os oes arnoch angen cymorth, gwybodaeth, neu gyfarwyddiadau am y dosbarthiad Mageia rydych wedi ei osod neu am y prosiect, gallwch gysylltu â ni drwy:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">fforymau cymorth cymunedol</a> Saesneg &ndash; gweler <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">fforymau eraill cymuned Mageia</a> am gymorth yn eich iaith chi;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "sianeli IRC lle gallwch drafod gyda defnyddwyr a chyfranwyr Mageia eraill yn fyw: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> neu <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">sianeli</a> wedi'u lleoleiddio;"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "ein <a href=\"https://wiki.mageia.org/en/\">Wici</a>;"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "ein <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">rhestrau postio</a>;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "digwyddiadau lleol: dilynwch ein <a href=\"https://blog.mageia.org/en/\">blog</a> a'n <a href=\"https://www.mageia.org/en/calendar/\">calendr</a>."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Nid yw Mageia.Org yn cynnig na chymeradwyo cymorth masnachol/proffesiynol neu wasanaethau eraill ynghylch y dosbarthiad. Fodd bynnag, mae yna sefydliadau sy'n cynnwys gwasanaethau o'r fath."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Tarwch olwg ar y rhestr <a href=\"%s\">gwerthwyr masnachol</a>"
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Cewch ddilyn y gofynion caledwedd hyn:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Prosesydd: unrhyw brosesydd AMD, Intel neu VIA;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Cof (RAM): o leiaf 512MB, argymhellir 2GB;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Lle storio (HDD neu SDD): 5GB ar gyfer gosodiad elfennol, 20GB ar gyfer gosodiad arferfol;"
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Mae hyn yn cynnwys ambell i GB ar gyfer ffeiliau defnyddwyr. Os oes angen mwy, dylech ystyried hynny."
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Mae gosodiadau addasedig sy'n defnyddio llai o le'n bosibl ond mae angen dealltwriaeth gadarn o linux."
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Cerdyn graffeg: unrhyw gerdyn AMD/ATI, Intel, Matrox, Nvidia, SiS neu VIA;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Cerdyn sain: unrhyw gerdyn AC97, HDA neu Sound Blaster."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "I rai mathau o galedwedd (setiau microgylchedau di-wifr, cardiau graffeg 3D) weithio'n gywir, efallai y bydd angen cadarnwedd neu feddalwedd benodol. Mae hyn ar gael mewn storfa ar-lein benodol a elwir yn \"gyfyng\" (cewch <a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">ddysgu mwy</a> yma)."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Efallai y byddwn yn creu rhestr/cyfeiriadur cydweddoldeb caledwedd yn ogystal â phroses ardystio caledwedd, ond rydym ni'n dal i fod yn y cam cynllunio. Mae croeso i chi ymuno/cysylltu â'n timau <a href=\"%s\">gwe</a> a <a href=\"%s\">sicrhau ansawdd</a> os hoffech chi roi help llaw gyda hyn."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Cewch wirio ac adrodd gwallau ar <a href=\"%s\">ein Bugzilla (bugs.mageia.org)</a>."
#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Cefnogwyd Mageia 1 tan 1 Rhagfyr, 2012."
+
+#, fuzzy
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Cefnogwyd Mageia 4 tan 19 Medi, 2015."
+
+#, fuzzy
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "Cefnogwyd Mageia 1 tan 1 Rhagfyr, 2012."
diff --git a/langs/da/calendar.po b/langs/da/calendar.po
index 5968bb556..1aafc27c6 100644
--- a/langs/da/calendar.po
+++ b/langs/da/calendar.po
@@ -2,101 +2,88 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Danish (http://www.transifex.com/MageiaLinux/mageia/language/da/)\n"
+"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr ""
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr ""
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr ""
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr ""
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr ""
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr ""
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/da/community.po b/langs/da/community.po
index 113fe7cf8..43bf9004a 100644
--- a/langs/da/community.po
+++ b/langs/da/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: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2017-04-03 13:13+0000\n"
"Last-Translator: scootergrisen\n"
"Language-Team: Danish (http://www.transifex.com/MageiaLinux/mageia/language/da/)\n"
@@ -25,269 +25,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 +14"
msgid "Mageia Community"
msgstr "Mageia-fællesskab"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia-fællesskabscentral"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Fora"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Mailinglister"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Personer"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Start her"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> på Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "i virkeligheden!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentation"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Pakning"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Mere om Mageia"
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Teams"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> på Freenode"
+
#~ msgid "News"
#~ msgstr "Nyheder"
diff --git a/langs/da/downloads/get.po b/langs/da/downloads/get.po
index 9c261756b..f3150e841 100644
--- a/langs/da/downloads/get.po
+++ b/langs/da/downloads/get.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: scootergrisen\n"
"Language-Team: Danish (http://www.transifex.com/MageiaLinux/mageia/language/da/)\n"
@@ -187,7 +187,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/da/support.po b/langs/da/support.po
index 61e1818b5..0eaf7e1cb 100644
--- a/langs/da/support.po
+++ b/langs/da/support.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2018-01-24 17:46+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Danish (http://www.transifex.com/MageiaLinux/mageia/language/da/)\n"
@@ -106,179 +106,173 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 1 blev supportet indtil 1. december, 2012."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 1 blev supportet indtil 1. december, 2012."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "Mageia 1 blev supportet indtil 1. december, 2012."
-
-#: "/web/en/support/index.php +60"
-#, fuzzy
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 4 blev supportet indtil 19. september, 2015."
-
-#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 4 blev supportet indtil 19. september, 2015."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 blev supportet indtil 19. september, 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 blev supportet indtil 26. november, 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 blev supportet indtil 22. november, 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 blev supportet indtil 1. december, 2012."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Processor: enhver AMD-, Intel- eller VIA-processor;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Hukommelse (RAM): 512 MB minimum, 2 GB anbefalet;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Lydkort: ethvert AC97-, HDA- eller Sound Blaster-lydkort."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 1 blev supportet indtil 1. december, 2012."
+
+#, fuzzy
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 4 blev supportet indtil 19. september, 2015."
+
+#, fuzzy
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "Mageia 1 blev supportet indtil 1. december, 2012."
diff --git a/langs/de/calendar.po b/langs/de/calendar.po
index 73c429071..3ad232afa 100644
--- a/langs/de/calendar.po
+++ b/langs/de/calendar.po
@@ -2,101 +2,89 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: German (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "Veranstaltungen"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "Meetings &amp; Organisation"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "Entwicklung &amp; Veröffentlichungsplan"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "Mentoring"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageia-Kalender"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageia-Kalender für Organisation, Veranstaltungen, Entwicklungs-Zeitplan und mehr."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, kalender, veranstaltungen"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Dieser Kalender zeigt alle Mageia-Veranstaltungen, <a href=\"https://wiki.mageia.org/en/Meetings\">Team-Meetings</a>, die Entwicklungsplanungs-Meilensteine und vielleicht mehr."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Er ist öffentlich und für alle verfügbar. Nur Mageia Board- und Council-Mitglieder sowie Teamleiter haben Schreibzugriff auf ihn."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Für Kommentare, Ergänzungen und Änderungen zu diesem Kalender, setzen Sie sich mit uns in Verbindung über:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "Ihren <a href=\"https://wiki.mageia.org/en/\">Team</a>leiter oder -repräsentanten,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> auf Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> als letztes Mittel."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS-Dateien"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Sie können einen Read-Only-Zugang zu diesen .ics-Dateien erhalten:"
diff --git a/langs/de/community.po b/langs/de/community.po
index 9ecb508bc..d40b11829 100644
--- a/langs/de/community.po
+++ b/langs/de/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# psyca, 2015,2018-2019
# Marc Lattemann, 2015
@@ -18,287 +18,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2019-11-06 12:44+0000\n"
"Last-Translator: psyca\n"
"Language-Team: German (http://www.transifex.com/MageiaLinux/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 +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, community, neuigkeiten, werkzeuge, aufgaben"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia-Community-Zentrale"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/de/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/de/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/Mageia_IRC_Kan%C3%A4le-de"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forums.mageia.org/de/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Foren"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Mailinglisten"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Mageia-Anwendungsdatenbank"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Leute"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Lokalisierte Nachrichten"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Nachrichten in englisch"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Wie kann man mitwirken?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Beginnen Sie hier"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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/Mageia_IRC_Kan%C3%A4le-de\">IRC</a>."
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Werkzeugkiste"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; gemeinschaftliche Dokumentation"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; berichten Sie Fehler"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Für Entwickler &amp; Paketbauer"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a>-Code-Repositorys"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Paketbau-Warteschlange"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "Nicht betreute Pakete"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Globaler QA-Bericht"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Unterhaltungen"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
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 +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> auf Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailingliste-de\" hreflang=\"de\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "im echten Leben!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "während Veranstaltungen!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Teams, denen Sie beitreten können!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_Team-de\" hreflang=\"de\""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Dokumentationsteam-de\" hreflang=\"de\""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentation"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Paketbau_Team-de\" hreflang=\"de\""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Paketbau"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA-Team-de\" hreflang=\"en\""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testen &amp; <abbr title=\"Qualitätskontrolle\">QA</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisierungsteam_(i18n)-de\" hreflang=\"de\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Ãœbersetzung"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "System- &amp; Infrastruktur-Verwaltung"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Fehlertruppe-de\" hreflang=\"de\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Bugs verifizieren"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Mehr über Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Unser Führungsmodell</a> und unsere Struktur:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Teams"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "der Council"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "das Board"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> auf Freenode"
diff --git a/langs/de/downloads/get.po b/langs/de/downloads/get.po
index 092cbb435..46f89b703 100644
--- a/langs/de/downloads/get.po
+++ b/langs/de/downloads/get.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: downloads/get
-#
+#
# include translation strings from:
# en/downloads/get/index.php
# en/downloads/get/lib.php
-#
+#
# Translators:
# Klaus Christian Harke <k.c.harke@gmx.net>, 2020
# psyca, 2015-2021
@@ -19,14 +19,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-03-21 09:55+0000\n"
"Last-Translator: psyca\n"
"Language-Team: German (http://www.transifex.com/MageiaLinux/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/downloads/get/index.php +130"
@@ -38,9 +38,7 @@ msgid "This <a href=\"%s\">%s</a> download mirror is located in %s (%s)."
msgstr "Der aktuell verwendete Download-Server <a href=\"%s\">%s</a> befindet sich in %s (%s)."
#: "/web/en/downloads/get/index.php +154"
-msgid ""
-"If it does not work well for you, <a href=\"#om\" "
-"id=\"other_mirrors_btn\">check out these other mirrors</a>."
+msgid "If it does not work well for you, <a href=\"#om\" id=\"other_mirrors_btn\">check out these other mirrors</a>."
msgstr "Falls dieser nicht zufriedenstellend funktioniert, <a href=\"#om\" id=\"other_mirrors_btn\">können Sie einen der anderen Server nutzen</a>."
#: "/web/en/downloads/get/index.php +169"
@@ -72,9 +70,7 @@ msgid "(download size is about %s)."
msgstr "(Größe des Downloads beträgt %s)."
#: "/web/en/downloads/get/index.php +249"
-msgid ""
-"If the download does not start, <a href=\"%s\" rel=\"nofollow\" "
-"title=\"%s\">click here</a>."
+msgid "If the download does not start, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">click here</a>."
msgstr "Falls der Download nicht starten sollte, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">klicken Sie hier</a>."
#: "/web/en/downloads/get/index.php +257"
@@ -106,15 +102,11 @@ msgid "OK"
msgstr "OK"
#: "/web/en/downloads/get/index.php +274"
-msgid ""
-"You can also compare checksum directly from this web page without checksum "
-"file"
+msgid "You can also compare checksum directly from this web page without checksum file"
msgstr "Sie können auch die Prüfsumme direkt von der Webseite, ohne eine Prüfsummendatei, vergleichen."
#: "/web/en/downloads/get/index.php +287"
-msgid ""
-"As soon as your download is complete, you should check that the checksums "
-"match:"
+msgid "As soon as your download is complete, you should check that the checksums match:"
msgstr "Sobald der Download-Vorgang abgeschlossen ist, sollten Sie überprüfen, ob die Prüfsummen übereinstimmen:"
#: "/web/en/downloads/get/index.php +288"
@@ -130,9 +122,7 @@ msgid "Checksums are available for download as files:"
msgstr "Die Prüfsummen können als Dateien heruntergeladen werden:"
#: "/web/en/downloads/get/index.php +295"
-msgid ""
-"If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-"
-"check and try to download again."
+msgid "If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again."
msgstr "Sollten die Prüfsummen nicht übereinstimmen, <strong>verwenden Sie dieses ISO-Abbild NICHT</strong>. Überprüfen Sie diese nochmals und versuchen Sie erneut, das ISO-Abbild herunterzuladen."
#: "/web/en/downloads/get/index.php +299"
@@ -144,9 +134,7 @@ msgid "They are also available for download as files:"
msgstr "Diese sind auch als Dateien zum Herunterladen verfügbar:"
#: "/web/en/downloads/get/index.php +302"
-msgid ""
-"First you need to import the \"Mageia Release\" key from a <a "
-"href=\"%s\">MIT PGP Public Key Server</a>:"
+msgid "First you need to import the \"Mageia Release\" key from a <a href=\"%s\">MIT PGP Public Key Server</a>:"
msgstr "Als erstes müssen Sie den \"Mageia Release\"-Schlüssel von einem <a href=\"%s\">MIT PGP Public Key Server</a> importieren:"
#: "/web/en/downloads/get/index.php +306"
@@ -182,10 +170,7 @@ msgid "Download mirrors"
msgstr "Download-Mirrors"
#: "/web/en/downloads/get/index.php +346"
-msgid ""
-"The making and the distribution of Mageia worldwide is made possible by all "
-"the <a href=\"%s\">people and organizations that mirror our software</a> and"
-" that <a href=\"%s\">donate money, hardware, hosting and more</a>."
+msgid "The making and the distribution of Mageia worldwide is made possible by all the <a href=\"%s\">people and organizations that mirror our software</a> and that <a href=\"%s\">donate money, hardware, hosting and more</a>."
msgstr "Mageia zusammenzustellen und weltweit zu verteilen, wird durch <a href=\"%s\">Menschen und Organisationen ermöglicht, die unsere Software auf ihren Servern spiegeln</a>, <a href=\"%s\">Geld, Hardware und andere Dinge spenden und Webspace zur Verfügung stellen."
#: "/web/en/downloads/get/index.php +347"
@@ -197,21 +182,16 @@ msgid "Sorry!"
msgstr "Entschuldigung!"
#: "/web/en/downloads/get/index.php +353"
-msgid ""
-"Your download could not complete, as we could not find this file. Please try"
-" again from the <a href=\"%s\">main downloads page</a>."
+msgid "Your download could not complete, as we could not find this file. Please try again from the <a href=\"%s\">main downloads page</a>."
msgstr "Ihr Download konnte nicht beendet werden, da die Datei nicht existiert. Bitte versuchen Sie es erneut von der <a href=\"%s\">Haupt-Downloadseite</a>."
#: "/web/en/downloads/get/index.php +355"
-msgid ""
-"If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; "
-"please tell us:"
+msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:"
msgstr "Wenn dieser Fehler noch immer auftritt und Sie denken, DASS ER NICHT AUFTRETEN SOLLTE, &ndash; teilen Sie es uns dies bitte mit:"
#: "/web/en/downloads/get/index.php +357"
-msgid ""
-"directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-"
-"atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "direkt im <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier-IRC_Kanal auf Freenode</a>,"
#: "/web/en/downloads/get/index.php +358"
@@ -219,21 +199,15 @@ msgid "or <a href=\"https://twitter.com/mageia_org\">via our Twitter account</a>
msgstr "oder <a href=\"https://twitter.com/mageia_org\">über unseren Twitter-Account</a>,"
#: "/web/en/downloads/get/index.php +359"
-msgid ""
-"or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on"
-" the Atelier team mailing-list</a>,"
+msgid "or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on the Atelier team mailing-list</a>,"
msgstr "oder mit einem <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">Hinweis auf der Web-Team-Mailingliste</a>,"
#: "/web/en/downloads/get/index.php +360"
-msgid ""
-"or a <a "
-"href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug"
-" report</a>."
+msgid "or a <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug report</a>."
msgstr "oder einer <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">Fehlermeldung</a>."
#: "/web/en/downloads/get/index.php +363"
-msgid ""
-"Please copy and report us the above address that returned you to this page."
+msgid "Please copy and report us the above address that returned you to this page."
msgstr "Bitte kopieren und melden Sie uns die oben genannte Adresse, die diese Seite erzeugt hat."
#: "/web/en/downloads/get/index.php +363"
@@ -249,9 +223,7 @@ msgid "By clicking this button, you agree to the use of HTTP cookies."
msgstr "Wenn Sie auf diese Schaltfläche klicken, stimmen Sie der Verwendung von HTTP-Cookies zu."
#: "/web/en/downloads/get/index.php +369"
-msgid ""
-"They enable you to share content from this page via social network sharing "
-"buttons."
+msgid "They enable you to share content from this page via social network sharing buttons."
msgstr "Sie ermöglichen es Ihnen, Inhalte von dieser Seite durch Sharing-Buttons über soziale Netzwerke zu teilen."
#: "/web/en/downloads/get/index.php +369"
diff --git a/langs/de/support.po b/langs/de/support.po
index 86dc26e01..2c04e24df 100644
--- a/langs/de/support.po
+++ b/langs/de/support.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: support
-#
+#
# include translation strings from:
# en/support/index.php
-#
+#
# Translators:
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2015
# psyca, 2014-2017,2019-2021
@@ -17,14 +17,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2021-02-28 19:11+0000\n"
"Last-Translator: psyca\n"
"Language-Team: German (http://www.transifex.com/MageiaLinux/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/support/index.php +12"
@@ -72,9 +72,7 @@ msgid "Bugs Reports"
msgstr "Bug-Reports"
#: "/web/en/support/index.php +39"
-msgid ""
-"You can look up existing %sdocumentation here%s. You may too look into our "
-"%sWiki%s."
+msgid "You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s."
msgstr "Sie können die vorhandene %sDokumentation hier%s ansehen. Sie können auch in unserem %sWiki%s nachsehen."
#: "/web/en/support/index.php +41"
@@ -82,15 +80,11 @@ msgid "https://wiki.mageia.org"
msgstr "https://wiki.mageia.org/en/Hauptseite-de"
#: "/web/en/support/index.php +44"
-msgid ""
-"Updates are available for %s and %s (security and bug fixes) and published "
-"on an ongoing basis."
+msgid "Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis."
msgstr "Aktualisierungen sind für %s und %s verfügbar (Sicherheits- und Fehlerkorrekturen) und werden fortlaufend veröffentlicht."
#: "/web/en/support/index.php +45"
-msgid ""
-"Updates are available for %s (security and bug fixes) and published on an "
-"ongoing basis."
+msgid "Updates are available for %s (security and bug fixes) and published on an ongoing basis."
msgstr "Aktualisierungen sind für %s verfügbar (Sicherheits- und Fehlerkorrekturen) und werden laufend veröffentlicht."
#: "/web/en/support/index.php +46"
@@ -113,217 +107,169 @@ msgstr "Zudem mindestens drei weitere Monate, nachdem eine neue Veröffentlichun
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 8 wird bis zum 31. August 2022 unterstützt."
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr "Mageia 7 wird bis zum 31. Mai 2021 unterstützt. "
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr "Zusätzlich noch drei weitere Monate, nach Veröffentlichung von Mageia 8."
-
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
+#: "/web/en/support/index.php +57"
+#, fuzzy
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr " Mageia 7 wurde bis zum 31. Mai 2021 unterstützt. "
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 6 wird bis zum 30. September 2019 unterstützt."
-
-#: "/web/en/support/index.php +60"
+#: "/web/en/support/index.php +58"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 6 wurde bis zum 30. September 2019 unterstützt."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 5 wurde bis zum 31. Dezember 2017 unterstützt. "
-#: "/web/en/support/index.php +63"
-msgid ""
-"More details and advice are available on our %swiki page%s and from %sour "
-"blog%s."
+#: "/web/en/support/index.php +61"
+msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "Weitere Einzelheiten und Hinweise sind auf unserer %sWiki-Seite%s und in %sunserem Blog%s verfügbar."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/Von_Mageia_5_auf_6-de"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "http://blog.mageia.org/de/2017/11/09/mageia-5-ende-des-supports-verschoben/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 wurde bis zum 19. September 2015 unterstützt."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 wurde bis zum 26. November 2014 unterstützt."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 wurde bis zum 22. November 2013 unterstützt."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 wurde bis zum 1. Dezember 2012 unterstützt."
-#: "/web/en/support/index.php +76"
-msgid ""
-"If you need help, information or directions about the Mageia distribution "
-"you installed or about the project, you can try to reach us through:"
+#: "/web/en/support/index.php +74"
+msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Hilfe, Informationen und Anleitungen zu Ihrer installierten Mageia Distribution oder über das Projekt erhalten Sie unter den folgenden Adressen:"
-#: "/web/en/support/index.php +79"
-msgid ""
-"<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in "
-"English &ndash; see <a "
-"href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia "
-"community forums</a> for support in your language;"
+#: "/web/en/support/index.php +77"
+msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Community Supportforum</a> in Englisch &ndash; weitere Foren in Ihrer Sprache finden Sie <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">in dieser Sektion</a>. Das deutschsprachige Forum erreichen Sie <a href=\"https://forums.mageia.org/de/\">hier</a>;"
-#: "/web/en/support/index.php +80"
-msgid ""
-"IRC channels where you can discuss live with other Mageia users and "
-"contributors: <a href=\"irc://irc.freenode.net/#mageia\" "
-"hreflang=\"en\">#mageia</a> or other localized <a "
-"href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "IRC-Kanäle zur Echtzeit-Diskussion mit anderen Benutzern und Mitwirkenden von Mageia (Englisch): <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> sowie weitere lokale <a href=\"https://wiki.mageia.org/en/Mageia_IRC_Kan%C3%A4le-de#Kan.C3.A4le_in_anderen_Sprachen\">Kanäle</a>;"
-#: "/web/en/support/index.php +81"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the "
-"time, we are working on it!);"
+#: "/web/en/support/index.php +79"
+msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "unser <a href=\"https://wiki.mageia.org/en/Hauptseite-de\">Wiki</a> (noch im Aufbau!);"
-#: "/web/en/support/index.php +82"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en"
-"\">mailing-lists</a>;"
+#: "/web/en/support/index.php +80"
+msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "unsere <a href=\"https://wiki.mageia.org/en/Mailingliste-de\" hreflang=\"de\">Mailinglisten</a>;"
-#: "/web/en/support/index.php +83"
-msgid ""
-"local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> "
-"and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
+#: "/web/en/support/index.php +81"
+msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "lokale Veranstaltungen: folgen Sie unserem <a href=\"https://blog.mageia.org/de/\">Blog</a> und dem öffentlichen <a href=\"/en/calendar/\">Kalender</a>."
-#: "/web/en/support/index.php +88"
-msgid ""
-"Mageia.Org does not provide or endorse commercial/professional support or "
-"other services around the distribution. But there are organizations "
-"providing such services and more."
+#: "/web/en/support/index.php +86"
+msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org kann weder kommerzielle/professionelle Unterstützung oder andere Dienste zur Distribution anbieten noch empfehlen. Es gibt jedoch Anbieter solcher und weiterer Leistungen."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Bitte sehen Sie sich die Liste der <a href=\"%s\">kommerziellen Anbieter</a> an."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
-msgid ""
-"Each release of Mageia software runs on most i586 and x86_64 computer "
-"systems available at the release time."
+#: "/web/en/support/index.php +92"
+msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Jede Veröffentlichung von Mageia läuft auf den meisten i586 und x86_64 Computer, die zum Veröffentlichungszeitpunkt verfügbar sind."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Liste der Hardwareanforderungen:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Prozessor: alle Prozessoren von AMD, Intel oder VIA;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Arbeitsspeicher (RAM): 512MB Minimum, 2GB empfohlen;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr "Für Headless-Systeme kann die Mindestanforderung verwendet werden."
-#: "/web/en/support/index.php +101"
-msgid ""
-"For low memory intensive programs and light graphical Desktop Environments "
-"like Xfce the minimum is 1GB."
+#: "/web/en/support/index.php +99"
+msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr "Für Anwendungen und leichte grafische Desktop-Umgebungen, wie Xfce, wird mindestens 1GB Arbeitsspeicher empfohlen."
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr "Für Desktop-Umgebungen mit vielen Features, wie GNOME oder Plasma, sollten mindestens 2GB Arbeitsspeicher vorhanden sein."
-#: "/web/en/support/index.php +103"
-msgid ""
-"Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual "
-"setup;"
+#: "/web/en/support/index.php +101"
+msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Speicher (HDD oder SSD): 5 GB für eine minimale Installation, 20 GB für eine gewöhnliche Einrichtung;"
-#: "/web/en/support/index.php +104"
-msgid ""
-"This includes a few GB for user files. If you need more than you should take"
-" that in account too."
+#: "/web/en/support/index.php +102"
+msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Dies beinhaltet ein paar GB für die Benutzerdateien. Falls Sie mehr benötigen sollte dies mit einberechnet werden."
-#: "/web/en/support/index.php +105"
-msgid ""
-"Custom installations on less space are possible but this requires "
-"intermediate linux knowledge."
+#: "/web/en/support/index.php +103"
+msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Eine benutzerdefinierte Installation bei wenig Speicherplatz ist möglich, dies benötigt allerdings einige Linux-Kenntnisse."
-#: "/web/en/support/index.php +106"
-msgid ""
-"Bootable USB port or optical drive capable of using media with a storage "
-"capacity of at least 4GB used for installation."
+#: "/web/en/support/index.php +104"
+msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Bootfähiger USB-Anschluss oder optisches Laufwerk, für Medien mit einer Speicherkapazität von mindestens 4 GB für die Installation."
-#: "/web/en/support/index.php +107"
-msgid ""
-"Smaller media capacity is used for network installation, but a reliable "
-"Internet connection is needed."
+#: "/web/en/support/index.php +105"
+msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Für die Netzwerkinstallation wird weniger Speicherkapazität verwendet, benötigt jedoch eine zuverlässige Internetverbindung."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "Weitere Informationen auf der %sDownloadseite%s."
-#: "/web/en/support/index.php +109"
-msgid ""
-"Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
+#: "/web/en/support/index.php +107"
+msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Grafikkarte: alle Karten von AMD/ATI, Intel, Matrox, NVIDIA, SiS oder VIA;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Soundkarte: alle Soundkarten von AC97, HDA oder Sound Blaster."
-#: "/web/en/support/index.php +113"
-msgid ""
-"For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work "
-"properly, specific firmware or software may be needed, this is available in "
-"a specific online repository called \"nonfree\" (<a "
-"href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn"
-" more</a>)."
+#: "/web/en/support/index.php +111"
+msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Zum Betrieb bestimmter Hardware (WLAN-Chips, 3D-Grafik) kann spezielle Firmware benötigt werden, die Sie in einem besonderen Online-Repositorium namens \"nonfree\" finden (<a href=\"https://wiki.mageia.org/en/Installationsmedien_f%C3%BCr_Anf%C3%A4nger-de#Arten_von_Mageia_Medien\">weitere Hinweise</a>)."
-#: "/web/en/support/index.php +114"
-msgid ""
-"We may set up a hardware compatibility list/directory as well as a hardware "
-"certification process; but that's still at the planning stage. Feel free to "
-"join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if "
-"you would like to help in this regard."
+#: "/web/en/support/index.php +112"
+msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Wir werden voraussichtlich eine Hardware-Kompatibilitätsliste/Datenbank sowie einen Hardware-Zertifizierungsprozess aufbauen; diese befinden sich aber noch in der Planungsphase. Falls Sie daran mitarbeiten wollen so kontaktieren Sie bitte unser <a href=\"%s\">Webteam</a> und <a href=\"%s\">QA-Team</a>."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA-Team-de"
-#: "/web/en/support/index.php +118"
-msgid ""
-"You may check and report bugs on <a href=\"%s\">our Bugzilla "
-"(bugs.mageia.org)</a>."
+#: "/web/en/support/index.php +116"
+msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Sie können Fehler (Bugs) in <a href=\"%s\">unserem Bugzilla (bugs.mageia.org)</a> suchen und melden."
+
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 7 wird bis zum 31. Mai 2021 unterstützt. "
+
+#~ msgid "Plus three months after Mageia 8 release."
+#~ msgstr "Zusätzlich noch drei weitere Monate, nach Veröffentlichung von Mageia 8."
+
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 6 wird bis zum 30. September 2019 unterstützt."
diff --git a/langs/el/calendar.po b/langs/el/calendar.po
index c36cefefb..aec63399a 100644
--- a/langs/el/calendar.po
+++ b/langs/el/calendar.po
@@ -2,13 +2,13 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# Juan José Scarafía <scarafia.juanjose@gmail.com>, 2015
# Nicolas Mac Rouillon <nmr@ingadhoc.com>, 2015
@@ -16,89 +16,77 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Greek (http://www.transifex.com/MageiaLinux/mageia/language/el/)\n"
+"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "γεγονότα"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "συναντήσεις &amp; αξιολόγηση ανάπτυξης"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "ανάπτυξη &amp; χÏονοδιάγÏαμμα κυκλοφοÏίας"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "καθοδήγηση"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "ΗμεÏολόγιο δÏαστηÏιοτήτων της Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "ΗμεÏολόγιο Mageia για την οÏγάνωση, τα γεγονότα, το χÏονοδιάγÏαμμα ανάπτυξης και άλλα πολλά."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, ημεÏολόγιο, γεγονότα"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "ΗμεÏολόγιο"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Αυτό το ημεÏολόγιο εμφανίζει όλα τα γεγονότα της Mageia, <a href=\"https://wiki.mageia.org/en/Meetings\">της συναντήσεις των ομάδων</a>, το χÏονοδιάγÏαμμα ανάπτυξης και πιθανώς πεÏισσότεÏα."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Είναι δημόσιο και διαθέσιμο για όλους. Μόνο τα μέλη του συμβουλίου διαχείÏισης της Mageia, τα μέλη του συμβουλίου και οι αÏχηγοί των ομάδων έχουν τη δυνατότητα εγγÏαφής σε αυτό."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Για οποιοδήποτε σχόλιο, Ï€Ïοσθήκη, αλλαγή στο ημεÏολόγιο, μη διστάσετε να επικοινωνήσετε μαζί με:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "Τον αÏχηγό της <a href=\"https://wiki.mageia.org/en/\">ομάδας</a> σας ή τον εκπÏόσωπό της,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> στο Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> ως έσχατη λÏση."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ΑÏχεία ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "ΜποÏείτε να κάνετε λήψη ή απευθείας συνδÏομή στα αÏχεία .ics:"
diff --git a/langs/el/community.po b/langs/el/community.po
index acb2adcdb..4106fa31d 100644
--- a/langs/el/community.po
+++ b/langs/el/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Dimitrios Glentadakis <dglent@free.fr>, 2015,2018
# Theofilos Chamalis <theofxam@gmail.com>, 2015
@@ -16,287 +16,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-11-24 14:59+0000\n"
"Last-Translator: Dimitrios Glentadakis <dglent@free.fr>\n"
"Language-Team: Greek (http://www.transifex.com/MageiaLinux/mageia/language/el/)\n"
+"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, κοινότητα, νέα, εÏγαλεία, εÏγασίες"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Η ΠÏλη της κοινότητας Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/el/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Ιστολόγιο"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Πλανήτης"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "http://www.mageia-gr.org/forum/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "ΦόÏουμ"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Λίστες ταχυδÏομείου"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "<em>Mageia Application Database</em>"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "ΗμεÏολόγιο"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "ΣυνεισφέÏοντες"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Îέα στην τοπική γλώσσα"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Îέα στα αγγλικά"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Θέλετε να λάβετε μέÏος;"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Ξεκινήστε από εδώ"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "ΜποÏείτε επίσης να <a href=\"../donate/\">υποστηÏίξετε το έÏγο οικονομικά</a>!"
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "ΕÏγαλειοθήκη"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; συνεÏγατική τεκμηÏίωση"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; για αναφοÏά σφαλμάτων"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Για Ï€ÏογÏαμματιστές &amp; δημιουÏγοÏÏ‚ πακέτων"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> αποθετήÏια κώδικα"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Λίστα πακέτων σε αναμονή"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "πακέτα χωÏίς συντήÏηση"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Γενικές αναφοÏές QA"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Συζήτηση"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ή, πώς να έÏθετε σε επαφή μαζί μας; Είναι εÏκολο:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> στο Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "στην Ï€Ïαγματική ζωή!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "κατά τη διάÏκεια γεγονότων!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Οι ομάδες μας"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "ΕÏγαστήÏι"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "ΤεκμηÏίωση"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "ΔημιουÏγία πακέτων"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Δοκιμές &amp; <abbr title=\"Διασφάλιση Ποιότητας\">QA</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "ΜετάφÏαση"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "ΔιαχείÏιση της υποδομής &amp; συστημάτων"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Διαλογή bug"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "ΠεÏισσότεÏα σχετικά με τη Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Το μοντέλο μας διακυβέÏνησης</a> και η υποδομή μας:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Ομάδες"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "το ΣυμβοÏλιο"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "η Διοίκηση"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> στο Freenode"
diff --git a/langs/el/downloads/get.po b/langs/el/downloads/get.po
index 252fcf63f..18a8727e8 100644
--- a/langs/el/downloads/get.po
+++ b/langs/el/downloads/get.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: downloads/get
-#
+#
# include translation strings from:
# en/downloads/get/index.php
# en/downloads/get/lib.php
-#
+#
# Translators:
# Dimitrios Glentadakis <dglent@free.fr>, 2015-2016,2018-2021
# Dimitrios Glentadakis <dglent@free.fr>, 2018
@@ -17,14 +17,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-04-05 05:09+0000\n"
"Last-Translator: Dimitrios Glentadakis <dglent@free.fr>\n"
"Language-Team: Greek (http://www.transifex.com/MageiaLinux/mageia/language/el/)\n"
+"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: "/web/en/downloads/get/index.php +130"
@@ -36,9 +36,7 @@ msgid "This <a href=\"%s\">%s</a> download mirror is located in %s (%s)."
msgstr "Ο καθÏεπτισμός λήψης <a href=\"%s\">%s</a> βÏίσκεται στο(ν)/στη(ν) %s (%s)."
#: "/web/en/downloads/get/index.php +154"
-msgid ""
-"If it does not work well for you, <a href=\"#om\" "
-"id=\"other_mirrors_btn\">check out these other mirrors</a>."
+msgid "If it does not work well for you, <a href=\"#om\" id=\"other_mirrors_btn\">check out these other mirrors</a>."
msgstr "Αν δε δουλεÏει καλά για σας, <a href=\"#om\" id=\"other_mirrors_btn\">ελέγξτε αυτοÏÏ‚ τους καθÏεφτισμοÏÏ‚</a>."
#: "/web/en/downloads/get/index.php +169"
@@ -70,9 +68,7 @@ msgid "(download size is about %s)."
msgstr "(Το μέγεθος του ληφθέντος αÏχείου είναι πεÏίπου %s)."
#: "/web/en/downloads/get/index.php +249"
-msgid ""
-"If the download does not start, <a href=\"%s\" rel=\"nofollow\" "
-"title=\"%s\">click here</a>."
+msgid "If the download does not start, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">click here</a>."
msgstr "Αν η λήψη δεν ξεκινάει, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">πατήστε εδώ</a>."
#: "/web/en/downloads/get/index.php +257"
@@ -104,15 +100,11 @@ msgid "OK"
msgstr "Εντάξει"
#: "/web/en/downloads/get/index.php +274"
-msgid ""
-"You can also compare checksum directly from this web page without checksum "
-"file"
+msgid "You can also compare checksum directly from this web page without checksum file"
msgstr "ΜποÏείτε επίσης να συγκÏίνεται το άθÏοισμα ελέγχου απευθείας από αυτήν την ιστοσελίδα χωÏίς το αÏχείο αθÏοίσματος ελέγχου"
#: "/web/en/downloads/get/index.php +287"
-msgid ""
-"As soon as your download is complete, you should check that the checksums "
-"match:"
+msgid "As soon as your download is complete, you should check that the checksums match:"
msgstr "Μόλις η λήψη ολοκληÏωθεί, θα Ï€Ïέπει να ελέγξετε αν υπογÏαφές αντιστοιχοÏν:"
#: "/web/en/downloads/get/index.php +288"
@@ -128,9 +120,7 @@ msgid "Checksums are available for download as files:"
msgstr "Τα αθÏοίσματα ελέγχου είναι διαθέσιμα Ï€Ïος λήψη ως αÏχεία:"
#: "/web/en/downloads/get/index.php +295"
-msgid ""
-"If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-"
-"check and try to download again."
+msgid "If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again."
msgstr "Αν οι υπογÏαφές δεν αντιστοιχοÏν, <strong>μην χÏησιμοποιήσετε το ISO</strong>. Ελέγξτε ξανά και δοκιμάστε να κάνετε λήψη εκ νέου."
#: "/web/en/downloads/get/index.php +299"
@@ -142,9 +132,7 @@ msgid "They are also available for download as files:"
msgstr "Είναι επίσης διαθέσιμα Ï€Ïος λήψη ως αÏχεία:"
#: "/web/en/downloads/get/index.php +302"
-msgid ""
-"First you need to import the \"Mageia Release\" key from a <a "
-"href=\"%s\">MIT PGP Public Key Server</a>:"
+msgid "First you need to import the \"Mageia Release\" key from a <a href=\"%s\">MIT PGP Public Key Server</a>:"
msgstr "ΠÏωτίστως χÏειάζεται να εισαγάγετε το κλειδί «Mageia Release» από τον <a href=\"%s\">εξυπηÏετητή δημοσίων κλειδιών MIT PGP</a>:"
#: "/web/en/downloads/get/index.php +306"
@@ -180,10 +168,7 @@ msgid "Download mirrors"
msgstr "ΚαθÏεπτισμοί λήψης"
#: "/web/en/downloads/get/index.php +346"
-msgid ""
-"The making and the distribution of Mageia worldwide is made possible by all "
-"the <a href=\"%s\">people and organizations that mirror our software</a> and"
-" that <a href=\"%s\">donate money, hardware, hosting and more</a>."
+msgid "The making and the distribution of Mageia worldwide is made possible by all the <a href=\"%s\">people and organizations that mirror our software</a> and that <a href=\"%s\">donate money, hardware, hosting and more</a>."
msgstr "Η παÏαγωγή και η διανομή της Mageia σε όλον τον κόσμο γίνεται δυνατή χάÏη σε όλους τους <a href=\"%s\">ανθÏώπους και οÏγανισμοÏÏ‚ που καθÏεπτίζουν το λογισμικό μας</a> και που <a href=\"%s\">δωÏίζουν χÏήματα, υλικό, φιλοξενία και άλλα πολλά</a>."
#: "/web/en/downloads/get/index.php +347"
@@ -195,21 +180,16 @@ msgid "Sorry!"
msgstr "ΛυποÏμαστε!"
#: "/web/en/downloads/get/index.php +353"
-msgid ""
-"Your download could not complete, as we could not find this file. Please try"
-" again from the <a href=\"%s\">main downloads page</a>."
+msgid "Your download could not complete, as we could not find this file. Please try again from the <a href=\"%s\">main downloads page</a>."
msgstr "Η λήψη σας δεν μποÏεί να ολοκληÏωθεί, διότι δεν μποÏέσαμε να βÏοÏμε το συγκεκÏιμένο αÏχείο. ΠαÏακαλώ Ï€Ïοσπαθήστε πάλι από την <a href=\"%s\">κεντÏική σελίδα λήψης</a>."
#: "/web/en/downloads/get/index.php +355"
-msgid ""
-"If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; "
-"please tell us:"
+msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:"
msgstr "Αν αντιμετωπίζετε συνέχεια το ίδιο σφάλμα και πιστεÏεται ότι ΔΕΠΘΑ ΕΠΡΕΠΕ ÎΑ ΣΥΜΒΑΙÎΕΙ &ndash; παÏακαλώ ενημεÏώστε μας:"
#: "/web/en/downloads/get/index.php +357"
-msgid ""
-"directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-"
-"atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "άμεσα στο <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier στο Freenode IRC</a>,"
#: "/web/en/downloads/get/index.php +358"
@@ -217,21 +197,15 @@ msgid "or <a href=\"https://twitter.com/mageia_org\">via our Twitter account</a>
msgstr "ή <a href=\"https://twitter.com/mageia_org\">μέσω του λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï Î¼Î±Ï‚ στο Twitter</a>,"
#: "/web/en/downloads/get/index.php +359"
-msgid ""
-"or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on"
-" the Atelier team mailing-list</a>,"
+msgid "or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on the Atelier team mailing-list</a>,"
msgstr "ή με ένα <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">μήνυμα στη λίστα ταχυδÏομείου της ομάδας ΙστοÏ</a>,"
#: "/web/en/downloads/get/index.php +360"
-msgid ""
-"or a <a "
-"href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug"
-" report</a>."
+msgid "or a <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug report</a>."
msgstr "ή με μια <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">αναφοÏά σφάλματος</a>."
#: "/web/en/downloads/get/index.php +363"
-msgid ""
-"Please copy and report us the above address that returned you to this page."
+msgid "Please copy and report us the above address that returned you to this page."
msgstr "ΠαÏακαλώ κάντε αντιγÏαφή της παÏαπάνω διεÏθυνσης που σας επέστÏεψε αυτήν τη σελίδα και αναφέÏετέ την μας."
#: "/web/en/downloads/get/index.php +363"
@@ -247,9 +221,7 @@ msgid "By clicking this button, you agree to the use of HTTP cookies."
msgstr "Κάνοντας κλικ σε αυτό το κουμπί, συμφωνείτε στη χÏήση των cookies HTTP."
#: "/web/en/downloads/get/index.php +369"
-msgid ""
-"They enable you to share content from this page via social network sharing "
-"buttons."
+msgid "They enable you to share content from this page via social network sharing buttons."
msgstr "Σας επιτÏέπει την κοινοποίηση του πεÏιεχομένου της σελίδας μέσω των κουμπιών κοινοποίησης στα κοινωνικά δίκτυα."
#: "/web/en/downloads/get/index.php +369"
diff --git a/langs/el/support.po b/langs/el/support.po
index 1c5aee434..41c44bb95 100644
--- a/langs/el/support.po
+++ b/langs/el/support.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: support
-#
+#
# include translation strings from:
# en/support/index.php
-#
+#
# Translators:
# Dimitrios Glentadakis <dglent@free.fr>, 2014-2016,2018-2021
# Dimitrios Glentadakis <dglent@free.fr>, 2016
@@ -18,14 +18,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2021-04-05 04:45+0000\n"
"Last-Translator: Dimitrios Glentadakis <dglent@free.fr>\n"
"Language-Team: Greek (http://www.transifex.com/MageiaLinux/mageia/language/el/)\n"
+"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: "/web/en/support/index.php +12"
@@ -73,9 +73,7 @@ msgid "Bugs Reports"
msgstr "ΑναφοÏά σφαλμάτων"
#: "/web/en/support/index.php +39"
-msgid ""
-"You can look up existing %sdocumentation here%s. You may too look into our "
-"%sWiki%s."
+msgid "You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s."
msgstr "ΜποÏείτε να ανατÏέξετε στην υπάÏχουσα %sτεκμηÏίωση εδώ%s, όπως και στο %sWiki%s."
#: "/web/en/support/index.php +41"
@@ -83,15 +81,11 @@ msgid "https://wiki.mageia.org"
msgstr "https://wiki.mageia.org"
#: "/web/en/support/index.php +44"
-msgid ""
-"Updates are available for %s and %s (security and bug fixes) and published "
-"on an ongoing basis."
+msgid "Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis."
msgstr "ΚυκλοφοÏοÏν συστηματικά ενημεÏώσεις για τη %s και τη %s (ασφαλείας και διόÏθωσης σφαλμάτων)."
#: "/web/en/support/index.php +45"
-msgid ""
-"Updates are available for %s (security and bug fixes) and published on an "
-"ongoing basis."
+msgid "Updates are available for %s (security and bug fixes) and published on an ongoing basis."
msgstr "ΚυκλοφοÏοÏν συστηματικά ενημεÏώσεις για τη %s (ασφαλείας και διόÏθωσης σφαλμάτων)."
#: "/web/en/support/index.php +46"
@@ -114,217 +108,169 @@ msgstr "Και τουλάχιστον για Ï„Ïεις μήνες μετά τη
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Η Mageia 8 θα υποστηÏίζεται μέχÏι τις 31 ΑυγοÏστου 2022."
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr "Η Mageia 7 θα υποστηÏίζεται μέχÏι τις 31 ΜαÎου 2021."
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr "Επιπλέον Ï„Ïεις μήνες μετά την κυκλοφοÏία της Mageia 8."
-
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
+#: "/web/en/support/index.php +57"
+#, fuzzy
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Η Mageia 7 υποστηÏιζόταν μέχÏι τις 31 ΜαÎου 2021."
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Η Mageia 6 υποστηÏιζόταν μέχÏι τις 30 ΣεπτεμβÏίου 2019."
-
-#: "/web/en/support/index.php +60"
+#: "/web/en/support/index.php +58"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Η Mageia 6 υποστηÏιζόταν μέχÏι τις 16 ΣεπτεμβÏίου 2019."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Η Mageia 5 υποστηÏιζόταν μέχÏι την 31 ΔεκεμβÏίου 2017."
-#: "/web/en/support/index.php +63"
-msgid ""
-"More details and advice are available on our %swiki page%s and from %sour "
-"blog%s."
+#: "/web/en/support/index.php +61"
+msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "Για πεÏισσότεÏες πληÏοφοÏίες ανατÏέξτε στην σελίδα μας στο %swiki%s και στο %sιστολόγιο%s."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Η Mageia 4 υποστηÏιζόταν μέχÏι τις 16 ΣεπτεμβÏίου 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Η Mageia 3 θα υποστηÏίζεται μέχÏι την 26η ÎοεμβÏίου 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Η Mageia 2 υποστηÏιζόταν μέχÏι τις 22 ÎοεμβÏίου 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Η Mageia 1 θα υποστηÏιζόταν μέχÏι την 1η ΔεκεμβÏίου 2012."
-#: "/web/en/support/index.php +76"
-msgid ""
-"If you need help, information or directions about the Mageia distribution "
-"you installed or about the project, you can try to reach us through:"
+#: "/web/en/support/index.php +74"
+msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Αν χÏειάζεστε βοήθεια, πληÏοφοÏίες ή οδηγίες σχετικά με τη διανομή Mageia που εγκαταστήσατε ή σχετικά με το έÏγο Mageia, μποÏείτε να επικοινωνήσετε μαζί μας μέσα από:"
-#: "/web/en/support/index.php +79"
-msgid ""
-"<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in "
-"English &ndash; see <a "
-"href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia "
-"community forums</a> for support in your language;"
+#: "/web/en/support/index.php +77"
+msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"http://www.mageia-gr.org/forum/\">Το φόÏουμ υποστήÏιξης της κοινότητας</a> δείτε εδώ <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">για άλλα φόÏουμ των κοινοτήτων Mageia</a> για υποστήÏιξη σε άλλες γλώσσες."
-#: "/web/en/support/index.php +80"
-msgid ""
-"IRC channels where you can discuss live with other Mageia users and "
-"contributors: <a href=\"irc://irc.freenode.net/#mageia\" "
-"hreflang=\"en\">#mageia</a> or other localized <a "
-"href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "Τα κανάλια IRC όπου μποÏείτε να συζητήσετε ζωντανά με άλλους χÏήστες Mageia και συνεισφέÏοντες: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> ή σε τοπικά <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">κανάλια</a>;"
-#: "/web/en/support/index.php +81"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the "
-"time, we are working on it!);"
+#: "/web/en/support/index.php +79"
+msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "Το <a href=\"https://wiki.mageia.org/en/\">Wiki</a> μας (λίγο Ï€ÏόχειÏο ακόμη, το δουλεÏουμε!)."
-#: "/web/en/support/index.php +82"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en"
-"\">mailing-lists</a>;"
+#: "/web/en/support/index.php +80"
+msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "Τις <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">λίστες ταχυδÏομείου</a>;"
-#: "/web/en/support/index.php +83"
-msgid ""
-"local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> "
-"and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
+#: "/web/en/support/index.php +81"
+msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "Τοπικές εκδηλώσεις: παÏακολουθείστε το: <a href=\"https://blog.mageia.org/el/\">ιστολόγιο</a> και το <a href=\"https://www.mageia.org/en/calendar/\">ημεÏολόγιο μας</a>."
-#: "/web/en/support/index.php +88"
-msgid ""
-"Mageia.Org does not provide or endorse commercial/professional support or "
-"other services around the distribution. But there are organizations "
-"providing such services and more."
+#: "/web/en/support/index.php +86"
+msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Το Mageia.Org δεν παÏέχει και δεν αποδέχεται εμποÏική/επαγγελματική υποστήÏιξη ή άλλες υπηÏεσίες γÏÏω από την διανομή. Αλλά υπάÏχουν οÏγανισμοί που παÏέχουν τέτοιες υπηÏεσίες και ακόμη πεÏισσότεÏα."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "ΠαÏακαλώ, ελέγξτε την λίστα <a href=\"%s\">εμποÏικών Ï€Ïομηθευτών</a>."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
-msgid ""
-"Each release of Mageia software runs on most i586 and x86_64 computer "
-"systems available at the release time."
+#: "/web/en/support/index.php +92"
+msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Κάθε έκδοση της Mageia μποÏεί να εκτελείται στους επί το πλείστον υπολογιστές i586 και x86_64 που κυκλοφοÏοÏν."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "ΜποÏείτε να ακολουθήσετε την παÏακάτω λίστα για απαιτήσεις υλικοÏ:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "ΕπεξεÏγαστής: οποιοσδήποτε επεξεÏγαστής AMD, Intel ή VIA"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Μνήμη (RAM): 512 MB ελάχιστη, 2GB Ï€Ïοτεινόμενη"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr "Για ακέφαλα συστήματα με μόνο τις βασικές απαιτήσεις."
-#: "/web/en/support/index.php +101"
-msgid ""
-"For low memory intensive programs and light graphical Desktop Environments "
-"like Xfce the minimum is 1GB."
+#: "/web/en/support/index.php +99"
+msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr "Για Ï€ÏογÏάμματα χÏήσης χαμηλής μνήμης και ελαφÏιά γÏαφικά πεÏιβάλλοντα όπως το Xfce το ελάχιστο είναι 1GB."
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr "Για πιο πλουσίων χαÏακτηÏιστικών πεÏιβάλλοντα όπως Gnome και Plasma το ελάχιστο είναι 2GB."
-#: "/web/en/support/index.php +103"
-msgid ""
-"Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual "
-"setup;"
+#: "/web/en/support/index.php +101"
+msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Αποθηκευτικός χώÏος (HDD ή SSD): 5 GB για μια ελάχιστη εγκατάσταση, 20 GB για τυπική εγκατάσταση·"
-#: "/web/en/support/index.php +104"
-msgid ""
-"This includes a few GB for user files. If you need more than you should take"
-" that in account too."
+#: "/web/en/support/index.php +102"
+msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "ΣυμπεÏιλαμβάνονται και μεÏικά GB για τα αÏχεία χÏήστη. Αν χÏειάζεστε πεÏισσότεÏα θα Ï€Ïέπει να το λάβετε και αυτό υπόψη."
-#: "/web/en/support/index.php +105"
-msgid ""
-"Custom installations on less space are possible but this requires "
-"intermediate linux knowledge."
+#: "/web/en/support/index.php +103"
+msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Οι Ï€ÏοσαÏμοσμένες εγκαταστάσεις σε μικÏότεÏο χώÏο είναι δυνατές αλλά αυτό απαιτεί γνώσεις Linux μέσου επιπέδου."
-#: "/web/en/support/index.php +106"
-msgid ""
-"Bootable USB port or optical drive capable of using media with a storage "
-"capacity of at least 4GB used for installation."
+#: "/web/en/support/index.php +104"
+msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Εκκινήσιμο USB ή οπτικός οδηγός με ικανότητα διαχείÏισης μέσων με χωÏητικότητα τουλάχιστον 4GB για την εγκατάσταση."
-#: "/web/en/support/index.php +107"
-msgid ""
-"Smaller media capacity is used for network installation, but a reliable "
-"Internet connection is needed."
+#: "/web/en/support/index.php +105"
+msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Τα μέσα μικÏότεÏης χωÏητικότητας χÏησιμοποιοÏνται για την δικτυακή εγκατάσταση, αλλά απαιτείται μια αξιόπιστη διαδικτυακή σÏνδεση."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "Για πεÏισσότεÏες πληÏοφοÏίες ανατÏέξτε στην σελίδα %sλήψεων%s."
-#: "/web/en/support/index.php +109"
-msgid ""
-"Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
+#: "/web/en/support/index.php +107"
+msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "ΚάÏτα γÏαφικών: οποιαδήποτε κάÏτα AMD/ATI, Intel, Matrox, Nvidia, SiS ή VIA"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "ΚάÏτα ήχου: οποιαδήποτε AC97, HDA ή Sound Blaster κάÏτα ήχου"
-#: "/web/en/support/index.php +113"
-msgid ""
-"For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work "
-"properly, specific firmware or software may be needed, this is available in "
-"a specific online repository called \"nonfree\" (<a "
-"href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn"
-" more</a>)."
+#: "/web/en/support/index.php +111"
+msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Για κάποιους Ï„Ïπους Ï…Î»Î¹ÎºÎ¿Ï (κάÏτες Wi-Fi, κάÏτες γÏαφικών με υποστήÏιξη 3D) για να λειτουÏγήσουν σωστά, μποÏεί να χÏειάζεται ειδικό firmware ή λογισμικό που είναι διαθέσιμο σε ειδικό αποθετήÏιο που ονομάζεται «nonfree» (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">μάθετε πεÏισσότεÏα σχετικά με αυτό</a>)."
-#: "/web/en/support/index.php +114"
-msgid ""
-"We may set up a hardware compatibility list/directory as well as a hardware "
-"certification process; but that's still at the planning stage. Feel free to "
-"join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if "
-"you would like to help in this regard."
+#: "/web/en/support/index.php +112"
+msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "ΜποÏεί να ετοιμάσουμε μια λίστα/κατάλογο με συμβατό υλικό, όπως επίσης και μια διαδικασία πιστοποίησης υλικοÏ. Αλλά αυτό είναι ακόμη στο στάδιο του σχεδιασμοÏ. ΜποÏείτε να συμμετέχετε ή να επικοινωνήσετε ελεÏθεÏα με τις ομάδες μας, <a href=\"%s\">ΔιαδικτÏου</a> και <a href=\"%s\">Διασφάλισης Ποιότητας</a>, αν θέλετε να βοηθήσετε σχετικά με αυτό το θέμα."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
-msgid ""
-"You may check and report bugs on <a href=\"%s\">our Bugzilla "
-"(bugs.mageia.org)</a>."
+#: "/web/en/support/index.php +116"
+msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "ΜποÏείτε να ελέγξτε για σφάλματα ή να αναφέÏετε νέα στην πλατφόÏμα μας στο <a href=\"%s\">Bugzilla (bugs.mageia.org)</a>."
+
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Η Mageia 7 θα υποστηÏίζεται μέχÏι τις 31 ΜαÎου 2021."
+
+#~ msgid "Plus three months after Mageia 8 release."
+#~ msgstr "Επιπλέον Ï„Ïεις μήνες μετά την κυκλοφοÏία της Mageia 8."
+
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Η Mageia 6 υποστηÏιζόταν μέχÏι τις 30 ΣεπτεμβÏίου 2019."
diff --git a/langs/en-gb/calendar.po b/langs/en-gb/calendar.po
index 4702cea28..d0187983c 100644
--- a/langs/en-gb/calendar.po
+++ b/langs/en-gb/calendar.po
@@ -2,102 +2,90 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# Andi Chandler <andi@gowling.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "events"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "meetings &amp; organisation"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "development &amp; release plan"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "mentoring"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageia calendar"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageia calendar for organisation, events, development schedule and more."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, calendar, events"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Calendar"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "For any comment, addition, change to this calendar, feel free to contact us through:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS files"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "You may get read-only access directly to these .ics files:"
diff --git a/langs/en-gb/community.po b/langs/en-gb/community.po
index 8d693b655..e7a34d5f9 100644
--- a/langs/en-gb/community.po
+++ b/langs/en-gb/community.po
@@ -2,299 +2,288 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-04-28 02:55+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/MageiaLinux/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 +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Calendar"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
+#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Documentation"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "More about Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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/downloads/get.po b/langs/en-gb/downloads/get.po
index fe51ef7ec..2d7b09017 100644
--- a/langs/en-gb/downloads/get.po
+++ b/langs/en-gb/downloads/get.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2018-02-18 04:11+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/MageiaLinux/mageia/language/en_GB/)\n"
@@ -185,7 +185,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/en-gb/support.po b/langs/en-gb/support.po
index 34796fec5..9772920ae 100644
--- a/langs/en-gb/support.po
+++ b/langs/en-gb/support.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2019-01-19 23:49+0000\n"
"Last-Translator: Filip Komar <filip.komar@guest.arnes.si>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/MageiaLinux/mageia/language/en_GB/)\n"
@@ -106,179 +106,174 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 1 was supported until 1st December 2012."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 6 was supported until January 16th, 2019."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "Mageia 6 was supported until January 16th, 2019."
-
-#: "/web/en/support/index.php +60"
-#, fuzzy
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 4 was supported until September 19th, 2015."
-
-#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 4 was supported until September 19th, 2015."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 5 was supported until December 31st, 2017."
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "More details and advice are available on our %swiki page%s and from %sour blog%s."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 was supported until September 19th, 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 was supported until 26th November 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 was supported until 22nd November 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 was supported until 1st December 2012."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organisations providing such services and more."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Please check the <a href=\"%s\">commercial vendors</a> list"
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "You can follow this hardware requirements list:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Processor: any AMD, Intel or VIA processor;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Memory (RAM): 512MB minimum, 2GB recommended;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "This includes a few GB for user files. If you need more than you should take that in account too."
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Custom installations on less space are possible but this requires intermediate Linux knowledge."
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "More information at %sdownloads page%s."
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Sound card: any AC97, HDA or Sound Blaster sound card."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 6 was supported until January 16th, 2019."
+
+#, fuzzy
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 4 was supported until September 19th, 2015."
+
+#, fuzzy
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "Mageia 1 was supported until 1st December 2012."
diff --git a/langs/en/calendar.pot b/langs/en/calendar.pot
index af4402cc3..2f63447ac 100644
--- a/langs/en/calendar.pot
+++ b/langs/en/calendar.pot
@@ -1,5 +1,5 @@
# gettext catalog for calendar web page(s)
-# Copyright (C) 2014 - 2014 Mageia
+# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
#
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: calendar\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\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"
@@ -22,66 +22,66 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr ""
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr ""
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr ""
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr ""
-#: "/web/en/calendar/index.php +61"
+#: "/web/en/calendar/index.php +62"
msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr ""
-#: "/web/en/calendar/index.php +83"
+#: "/web/en/calendar/index.php +85"
msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
+#: "/web/en/calendar/index.php +86"
msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
+#: "/web/en/calendar/index.php +87"
msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
+#: "/web/en/calendar/index.php +89"
msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr ""
-#: "/web/en/calendar/index.php +89"
+#: "/web/en/calendar/index.php +91"
msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr ""
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/en/community.pot b/langs/en/community.pot
index 5ee5d3f6f..b91ec93d6 100644
--- a/langs/en/community.pot
+++ b/langs/en/community.pot
@@ -1,5 +1,5 @@
# gettext catalog for community web page(s)
-# Copyright (C) 2014 - 2018 Mageia
+# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
#
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: community\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\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"
@@ -22,266 +22,266 @@ 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 +14"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr ""
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
+#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr ""
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr ""
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
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/downloads/get.pot b/langs/en/downloads/get.pot
index 8f1f87e4b..021423c89 100644
--- a/langs/en/downloads/get.pot
+++ b/langs/en/downloads/get.pot
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: downloads/get\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\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"
@@ -184,7 +184,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/en/support.pot b/langs/en/support.pot
index e782c132e..95a679c47 100644
--- a/langs/en/support.pot
+++ b/langs/en/support.pot
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: support\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\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"
@@ -102,170 +102,158 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr ""
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
diff --git a/langs/eo/calendar.po b/langs/eo/calendar.po
index 7301ea694..a86cc9101 100644
--- a/langs/eo/calendar.po
+++ b/langs/eo/calendar.po
@@ -2,101 +2,89 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Esperanto (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "eventoj"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "renkontiÄo kaj organizado"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "programado kaj publikig-plano"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "mentorado"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageja kalendaro"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageja kalendaro por organizado, eventoj, programadaj datoj kaj pli."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "magejo, linukso, kalendaro, eventoj"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalendaro"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Tiu ĉi kalendaro montras ĉiujn Magejajn eventojn, <a href=\"https://wiki.mageia.org/en/Meetings\">teamajn renkontiÄojn</a>, programad-datoj kaj eble pli."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Ĝi estas publika kaj disponebla por ĉiuj. Nur la membroj de la Mageja Personaro kaj Konsilantaro kaj la teamestroj havos skrib-rajtojn."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Por komentoj, aldonoj aÅ­ ÅanÄoj al tiu kalendaro, kontaktu nin per:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "via <a href=\"https://wiki.mageia.org/en/\">teama</a> estro aÅ­ reprezentanto,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> en Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> kiel lasta solvo."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS-dosieroj"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Vi povas ricevi lego-rajtojn al tiuj ics-dosieroj:"
diff --git a/langs/eo/community.po b/langs/eo/community.po
index 457b803c5..e59156485 100644
--- a/langs/eo/community.po
+++ b/langs/eo/community.po
@@ -2,300 +2,292 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Gilberto F da Silva <gfs1989@gmx.net>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-06-09 16:16+0000\n"
"Last-Translator: Gilberto F da Silva <gfs1989@gmx.net>\n"
"Language-Team: Esperanto (http://www.transifex.com/MageiaLinux/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 +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "magejo, komunumo, novaĵoj, iloj, taskoj"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageja Komunuma Centralo"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blogo"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Forumoj"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Ret-listoj"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Mageja Aplikaĵ-datumbazo"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalendaro"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "People"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Lokigitaj novaĵoj"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Novaĵoj en la angla"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Kiel kontribui?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Komencu ĉi tie"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Ilaro"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Vikio</a> &larr; kunlabora dokumentaro"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; por raporti cimojn"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Por programistoj kaj pakantoj"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversio"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> kodo-deponejoj"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Pakaĵa senda atendovico"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "nezorgataj pakaĵoj"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Globala kvalitokontrola raporto"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Konversacioj"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... aÅ­, kiel kontakti nin? Facile:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "Retbabileje</a> per Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "En la reala vivo!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "Dum la eventoj!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Teamoj al kiuj vi povas aliÄi!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Ateliero"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentaro"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Pakaĵaro"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testado kaj <abbr title=\"Quality Assurance\">kvalito-kontrolo</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Tradukado"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Sistema kaj substruktura administrado"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Cimo-klasifikado"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Magejo"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Pli pri Magejo"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Nia regad-sistemo</a> kaj strukturo:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Teamoj"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "La konsilantaro"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "La personaro"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "Retbabileje</a> per Freenode"
diff --git a/langs/eo/downloads/get.po b/langs/eo/downloads/get.po
index b04522da8..d7ee541cd 100644
--- a/langs/eo/downloads/get.po
+++ b/langs/eo/downloads/get.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Esperanto (http://www.transifex.com/MageiaLinux/mageia/language/eo/)\n"
@@ -187,7 +187,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Se vi suferas tiun eraron denove kaj vi pensas ke ÄœI NE DEVUS OKAZI &ndash; bv. sciigi tion al ni:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "rekte per <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier en Freenode IRC</a>,"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/eo/support.po b/langs/eo/support.po
index 2d71d1c27..b5382b490 100644
--- a/langs/eo/support.po
+++ b/langs/eo/support.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2018-01-24 17:46+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Esperanto (http://www.transifex.com/MageiaLinux/mageia/language/eo/)\n"
@@ -104,170 +104,159 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Se vi bezonas helpon, informon aŭ adresojn pri la distribuaĵo Magejo aŭ pri la projekto, vi povas kontakti nin per:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Komunumaj subtenaj forumoj</a> en la angla &ndash; vidu <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">aliajn Magejajn komunumajn forumojn</a> por ricevi subtenon en via lingvo;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "Retbabilejaj kanaloj kie vi povas interbabili realtempe kun aliaj uzuloj kaj kontribuantoj de Magejo: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> aÅ­ alilingvaj <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">kanaloj</a>;"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "nia <a href=\"https://wiki.mageia.org/en/\">Vikio</a> (ankoraÅ­ kruda, ni nun prilaboras Äin!);"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "niaj <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">ret-listoj</a>;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "lokaj eventoj: sekvu nian <a href=\"https://blog.mageia.org/en/\">blogon</a> kaj <a href=\"https://www.mageia.org/en/calendar/\">kalendaron</a>."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org ne havigas komercan/profesian subtenon aŭ aliajn servojn pri la distribuaĵo. Sed estas organizoj havigantajn tiajn servojn kaj pliajn."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Bv. serĉi en la listo de <a href=\"%s\">komercaj vendistoj</a>."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Vi povas aliri la liston pri aparatar-postuloj:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Procesoro: AMD, Intel aÅ­ VIA procesoroj;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Ĉefmemoro: minimume 512 Megabajtoj, 2 Gigabajtoj rekomendinde;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Grafik-karto: AMD/ATI, Intel, Matrox, Nvidia, SiS aÅ­ VIA grafik-kartoj;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Son-karto: AC97, HDA aÅ­ Sound Blaster son-kartoj."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Bezonataj de iaj aparatoj (vifiaj blatoj, 3D grafik-kartoj) por funkcii bone, konkreta firmprogramo aÅ­ programaro povas esti necesa, tio estas disponebla en konkreta enreta deponejo nomita \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">sciu pli</a>)."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Ni celas starigi liston pri aparatara kongrueco kaj ankaÅ­ aparatan atestado-procezon; sed temas pri planoj. Bv. aliÄi/kontakti niajn teamojn pri <a href=\"%s\">PaÄaro</a> kaj <a href=\"%s\">Garantio pri Kvalito</a> se vi Åatus helpi."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr ""
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Vi povas kontroli kaj raporti cimojn per <a href=\"%s\">nia Bugzilla (bugs.mageia.org)</a>."
diff --git a/langs/es/calendar.po b/langs/es/calendar.po
index 9ce5ebdf6..3def52162 100644
--- a/langs/es/calendar.po
+++ b/langs/es/calendar.po
@@ -2,102 +2,90 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# José Alberto Valle Cid <j.alberto.vc@gmail.com>, 2020
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2020-07-28 18:09+0000\n"
"Last-Translator: José Alberto Valle Cid <j.alberto.vc@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "eventos"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "reuniones y organización"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "plan de desarrollo y lanzamiento"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "mentoría"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Calendario de Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Calendario de Mageia para organización, eventos, planificación de desarrollo y más."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, calendario, eventos"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Calendario"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Este calendario muestra todos los eventos de Mageia, <a href=\"https://wiki.mageia.org/en/Meetings\">reuniones de equipo</a>, hitos de planificación de desarrollo y posiblemente más."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Es público y está disponible para todos. Sólo la Junta de Mageia, los miembros del Consejo y los líderes de equipo pueden escribir en él."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Para cualquier comentario, adición o cambio a este calendario, no dude en contactarnos a través de:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "su líder o representante de <a href=\"https://wiki.mageia.org/en/\">equipo</a>,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> en Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> como último recurso."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "Archivos ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Puede obtener acceso directo sólo de lectura a éstos archivos .ics:"
diff --git a/langs/es/community.po b/langs/es/community.po
index a91ac6ccd..92b089f2f 100644
--- a/langs/es/community.po
+++ b/langs/es/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Miguel, 2015
# Egoitz Rodriguez <egoitzro@gmail.com>, 2015
@@ -19,287 +19,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2019-05-30 21:30+0000\n"
"Last-Translator: José Alberto Valle Cid <j.alberto.vc@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/MageiaLinux/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 +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, comunidad, noticias, herramientas, tareas"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Central de la Comunidad Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/es/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/es/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/es/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Foros"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Listas de correo"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/en/Bienvenido"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Base de datos de Aplicaciones Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Calendario"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Personas"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Noticias localizadas"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Noticias en Inglés."
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "¿Cómo participar?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Comience aquí"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Herramientas"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; documentación colaborativa"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; para reportar fallos"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Para desarrolladores y empaquetadores"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "repositorios de código Git</a>"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Cola de paquetes enviados"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "paquetes no mantenidos"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Reportes de control de calidad (QA)"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Conversaciones"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... o, ¿Cómo contactarnos? Es fácil:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> en Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "¡En persona!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "¡Durante los eventos!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "¡Equipos en los que puede ayudar!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Documentación"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Empaquetado"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Pruebas y <abbr title=\"Control de Calidad\">QA</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Traducción"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Administración de sistemas e infraestructura"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Clasificación de fallos"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Más sobre Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Nuestro modelo de gobierno</a> y estructura:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Equipos"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "El consejo"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "La directiva"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> en Freenode"
diff --git a/langs/es/downloads/get.po b/langs/es/downloads/get.po
index 367a5e9c3..43613184c 100644
--- a/langs/es/downloads/get.po
+++ b/langs/es/downloads/get.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: downloads/get
-#
+#
# include translation strings from:
# en/downloads/get/index.php
# en/downloads/get/lib.php
-#
+#
# Translators:
# Miguel, 2015
# José Alberto Valle Cid <j.alberto.vc@gmail.com>, 2019-2021
@@ -21,14 +21,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-03-20 23:25+0000\n"
"Last-Translator: José Alberto Valle Cid <j.alberto.vc@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/MageiaLinux/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/downloads/get/index.php +130"
@@ -40,9 +40,7 @@ msgid "This <a href=\"%s\">%s</a> download mirror is located in %s (%s)."
msgstr "El servidor espejo de descargas <a href=\"%s\">%s</a> está ubicado en %s (%s)."
#: "/web/en/downloads/get/index.php +154"
-msgid ""
-"If it does not work well for you, <a href=\"#om\" "
-"id=\"other_mirrors_btn\">check out these other mirrors</a>."
+msgid "If it does not work well for you, <a href=\"#om\" id=\"other_mirrors_btn\">check out these other mirrors</a>."
msgstr "Si no funciona correctamente, <a href=\"#om\" id=\"other_mirrors_btn\">vea estos otros servidores espejos</a>."
#: "/web/en/downloads/get/index.php +169"
@@ -74,9 +72,7 @@ msgid "(download size is about %s)."
msgstr "(el tamaño de la descarga es de alrededor de %s)."
#: "/web/en/downloads/get/index.php +249"
-msgid ""
-"If the download does not start, <a href=\"%s\" rel=\"nofollow\" "
-"title=\"%s\">click here</a>."
+msgid "If the download does not start, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">click here</a>."
msgstr "Si la descarga no comienza, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">haga click aquí</a>."
#: "/web/en/downloads/get/index.php +257"
@@ -108,15 +104,11 @@ msgid "OK"
msgstr "Aceptar"
#: "/web/en/downloads/get/index.php +274"
-msgid ""
-"You can also compare checksum directly from this web page without checksum "
-"file"
+msgid "You can also compare checksum directly from this web page without checksum file"
msgstr "También puede comparar las sumas de comprobación directamente en esta pagina sin la necesidad de los archivos"
#: "/web/en/downloads/get/index.php +287"
-msgid ""
-"As soon as your download is complete, you should check that the checksums "
-"match:"
+msgid "As soon as your download is complete, you should check that the checksums match:"
msgstr "Cuando se complete la descarga, es conveniente comprobar que las sumas checksums concuerdan. "
#: "/web/en/downloads/get/index.php +288"
@@ -132,9 +124,7 @@ msgid "Checksums are available for download as files:"
msgstr "Se pueden descargar los ficheros con las sumas de verificación:"
#: "/web/en/downloads/get/index.php +295"
-msgid ""
-"If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-"
-"check and try to download again."
+msgid "If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again."
msgstr "Si las sumas checksums no coinciden, <strong>NO use esta ISO</strong>. Compruébelas de nuevo y descárguela otra vez si son distintas."
#: "/web/en/downloads/get/index.php +299"
@@ -146,9 +136,7 @@ msgid "They are also available for download as files:"
msgstr "También se pueden descargar: "
#: "/web/en/downloads/get/index.php +302"
-msgid ""
-"First you need to import the \"Mageia Release\" key from a <a "
-"href=\"%s\">MIT PGP Public Key Server</a>:"
+msgid "First you need to import the \"Mageia Release\" key from a <a href=\"%s\">MIT PGP Public Key Server</a>:"
msgstr "Primero ha de importar la clave \"Mageia Release\" desde un <a href=\"%s\">Servidor Público de Claves PGP MIT</a>:"
#: "/web/en/downloads/get/index.php +306"
@@ -184,10 +172,7 @@ msgid "Download mirrors"
msgstr "Espejos de descarga"
#: "/web/en/downloads/get/index.php +346"
-msgid ""
-"The making and the distribution of Mageia worldwide is made possible by all "
-"the <a href=\"%s\">people and organizations that mirror our software</a> and"
-" that <a href=\"%s\">donate money, hardware, hosting and more</a>."
+msgid "The making and the distribution of Mageia worldwide is made possible by all the <a href=\"%s\">people and organizations that mirror our software</a> and that <a href=\"%s\">donate money, hardware, hosting and more</a>."
msgstr "La realización y la distribución mundial de Mageia es posible gracias a <a href=\"%s\">las personas y organizaciones que proveen servidores espejos de nuestro software</a> y que <a href=\"%s\">donan dinero, hardware, hospedaje y más</a>."
#: "/web/en/downloads/get/index.php +347"
@@ -199,21 +184,16 @@ msgid "Sorry!"
msgstr "¡Discúlpenos!"
#: "/web/en/downloads/get/index.php +353"
-msgid ""
-"Your download could not complete, as we could not find this file. Please try"
-" again from the <a href=\"%s\">main downloads page</a>."
+msgid "Your download could not complete, as we could not find this file. Please try again from the <a href=\"%s\">main downloads page</a>."
msgstr "Su descarga no se pudo completar ya que no pudimos encontrar este archivo. Por favor intente nuevamente desde la <a href=\"%s\">página principal de descargas</a>."
#: "/web/en/downloads/get/index.php +355"
-msgid ""
-"If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; "
-"please tell us:"
+msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:"
msgstr "Si continúa el error y cree que NO DEBERÃA OCURRIR &ndash; por favor háganoslo saber:"
#: "/web/en/downloads/get/index.php +357"
-msgid ""
-"directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-"
-"atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "directamente en <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier en el IRC de Freenode</a>,"
#: "/web/en/downloads/get/index.php +358"
@@ -221,21 +201,15 @@ msgid "or <a href=\"https://twitter.com/mageia_org\">via our Twitter account</a>
msgstr "o <a href=\"https://twitter.com/mageia_org\">vía nuestra cuenta de Twitter</a>,"
#: "/web/en/downloads/get/index.php +359"
-msgid ""
-"or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on"
-" the Atelier team mailing-list</a>,"
+msgid "or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on the Atelier team mailing-list</a>,"
msgstr "o con un <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">aviso en la lista de correo del equipo Web</a>,"
#: "/web/en/downloads/get/index.php +360"
-msgid ""
-"or a <a "
-"href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug"
-" report</a>."
+msgid "or a <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug report</a>."
msgstr "o un <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">reporte de fallos</a>."
#: "/web/en/downloads/get/index.php +363"
-msgid ""
-"Please copy and report us the above address that returned you to this page."
+msgid "Please copy and report us the above address that returned you to this page."
msgstr "Por favor copie y repórtenos la dirección de arriba que lo devolvió a esta página."
#: "/web/en/downloads/get/index.php +363"
@@ -251,9 +225,7 @@ msgid "By clicking this button, you agree to the use of HTTP cookies."
msgstr "Pulse este botón para aceptar el uso de cookies HTTP."
#: "/web/en/downloads/get/index.php +369"
-msgid ""
-"They enable you to share content from this page via social network sharing "
-"buttons."
+msgid "They enable you to share content from this page via social network sharing buttons."
msgstr "Le permite compartir contenido de esta página a través de los botones de redes sociales."
#: "/web/en/downloads/get/index.php +369"
diff --git a/langs/es/support.po b/langs/es/support.po
index 06113edb4..91dddf487 100644
--- a/langs/es/support.po
+++ b/langs/es/support.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: support
-#
+#
# include translation strings from:
# en/support/index.php
-#
+#
# Translators:
# Miguel, 2015
# Egoitz Rodriguez <egoitzro@gmail.com>, 2014-2015
@@ -21,14 +21,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2021-03-21 00:34+0000\n"
"Last-Translator: José Alberto Valle Cid <j.alberto.vc@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/MageiaLinux/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/support/index.php +12"
@@ -76,9 +76,7 @@ msgid "Bugs Reports"
msgstr "Informes de Errores"
#: "/web/en/support/index.php +39"
-msgid ""
-"You can look up existing %sdocumentation here%s. You may too look into our "
-"%sWiki%s."
+msgid "You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s."
msgstr "Puede ver la %sdocumentación existente aquí%s. También puede visitar nuestro %sWiki%s."
#: "/web/en/support/index.php +41"
@@ -86,15 +84,11 @@ msgid "https://wiki.mageia.org"
msgstr "https://wiki.mageia.org"
#: "/web/en/support/index.php +44"
-msgid ""
-"Updates are available for %s and %s (security and bug fixes) and published "
-"on an ongoing basis."
+msgid "Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis."
msgstr "Las actualizaciones están disponibles para %s y %s (seguridad y arreglo de fallos) y se publican regularmente."
#: "/web/en/support/index.php +45"
-msgid ""
-"Updates are available for %s (security and bug fixes) and published on an "
-"ongoing basis."
+msgid "Updates are available for %s (security and bug fixes) and published on an ongoing basis."
msgstr "Las actualizaciones están disponibles para %s (correcciones de errores y de seguridad) y publicados de forma permanente."
#: "/web/en/support/index.php +46"
@@ -117,217 +111,169 @@ msgstr "Y por lo menos durante tres meses después de la salida de la siguiente
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 8 tendrá soporte hasta el 31 de Agosto de 2022."
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr "Mageia 7 tendrá hasta el 31 de Mayo de 2021."
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr "Tres meses después a la salida de Mageia 8."
-
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
+#: "/web/en/support/index.php +57"
+#, fuzzy
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 7 estuvo soportada hasta el 31 de Mayo de 2021."
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 6 tendrá soporte hasta el 30 de Septiembre de 2019."
-
-#: "/web/en/support/index.php +60"
+#: "/web/en/support/index.php +58"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 6 estuvo soportada hasta el 30 de Septiembre de 2019."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 5 estuvo soportada hasta el 31 de diciembre de 2017."
-#: "/web/en/support/index.php +63"
-msgid ""
-"More details and advice are available on our %swiki page%s and from %sour "
-"blog%s."
+#: "/web/en/support/index.php +61"
+msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "Más detalles y consejos disponibles en nuestra %s página wiki%s y en %snuestro blog%s."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/es/2017/11/07/se-prolonga-el-soporte-para-mageia-5/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 tuvo soporte hasta el 19 de septiembre de 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 tuvo soporte hasta el 26 de Noviembre de 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 tuvo soporte hasta el 22 de noviembre de 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 tuvo soporte hasta el 1 de diciembre, 2012."
-#: "/web/en/support/index.php +76"
-msgid ""
-"If you need help, information or directions about the Mageia distribution "
-"you installed or about the project, you can try to reach us through:"
+#: "/web/en/support/index.php +74"
+msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Si necesita ayuda, información o instrucciones sobre la distribución Mageia que ha instalado o sobre el proyecto, puede comunicarse con nosotros a través de:"
-#: "/web/en/support/index.php +79"
-msgid ""
-"<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in "
-"English &ndash; see <a "
-"href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia "
-"community forums</a> for support in your language;"
+#: "/web/en/support/index.php +77"
+msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Foros de soporte de la comunidad</a> en inglés &ndash; mire <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">otros foros de la comunidad de Mageia</a> para buscar soporte en su idioma;"
-#: "/web/en/support/index.php +80"
-msgid ""
-"IRC channels where you can discuss live with other Mageia users and "
-"contributors: <a href=\"irc://irc.freenode.net/#mageia\" "
-"hreflang=\"en\">#mageia</a> or other localized <a "
-"href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "Canales IRC donde puede discutir en vivo con otros usuarios y colaboradores de Mageia: (en inglés) <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> u otros <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">canales</a> en otros idiomas;"
-#: "/web/en/support/index.php +81"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the "
-"time, we are working on it!);"
+#: "/web/en/support/index.php +79"
+msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "Nuestra <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (todavía algo rudimentaria, ¡estamos trabajando en ella!);"
-#: "/web/en/support/index.php +82"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en"
-"\">mailing-lists</a>;"
+#: "/web/en/support/index.php +80"
+msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "Nuestras <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">listas de correo</a>;"
-#: "/web/en/support/index.php +83"
-msgid ""
-"local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> "
-"and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
+#: "/web/en/support/index.php +81"
+msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "eventos locales: siga nuestro <a href=\"https://blog.mageia.org/es/\">blog</a> y <a href=\"https://www.mageia.org/es/calendar/\">calendario</a>."
-#: "/web/en/support/index.php +88"
-msgid ""
-"Mageia.Org does not provide or endorse commercial/professional support or "
-"other services around the distribution. But there are organizations "
-"providing such services and more."
+#: "/web/en/support/index.php +86"
+msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org no ofrece soporte comercial/profesional u otros servicios alrededor de la distribución. Pero hay otras organizaciones que ofrecen estos servicios y más."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Por favor compruebe la lista de<a href=\"%s\">vendedores comerciales</a>."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
-msgid ""
-"Each release of Mageia software runs on most i586 and x86_64 computer "
-"systems available at the release time."
+#: "/web/en/support/index.php +92"
+msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Cada lanzamiento de Mageia corre en casi todos los ordenadores con arquitecturas i586 y x86_64 en el momento de ser liberada."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Puede seguir ésta lista de requerimientos de hardware:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Procesador: Cualquier procesador AMD, Intel o VIA;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Memoria (RAM): 512MB mínimo, 2GB recomendado;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr "Algunos sistemas (headless) pueden utilizar esos mínimos."
-#: "/web/en/support/index.php +101"
-msgid ""
-"For low memory intensive programs and light graphical Desktop Environments "
-"like Xfce the minimum is 1GB."
+#: "/web/en/support/index.php +99"
+msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr "Para programas que requieren poca memoria y entornos de escritorio gráficos livianos como Xfce, el mínimo es 1 GB. "
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr "Para instalaciones con más características como Gnome y Plasma el mínimo es de 2GB."
-#: "/web/en/support/index.php +103"
-msgid ""
-"Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual "
-"setup;"
+#: "/web/en/support/index.php +101"
+msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Espacio en disco duro (HDD o SSD): 5GB para una instalación mínima, 20GB para una configuración de uso casual."
-#: "/web/en/support/index.php +104"
-msgid ""
-"This includes a few GB for user files. If you need more than you should take"
-" that in account too."
+#: "/web/en/support/index.php +102"
+msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Esto incluye unos pocos GB para ficheros de usuario. Si necesita más, debería tener esto en cuenta. "
-#: "/web/en/support/index.php +105"
-msgid ""
-"Custom installations on less space are possible but this requires "
-"intermediate linux knowledge."
+#: "/web/en/support/index.php +103"
+msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Es posible realizar instalaciones personalizadas en menos espacio, pero hace falta tener un nivel medio de conocimientos en linux."
-#: "/web/en/support/index.php +106"
-msgid ""
-"Bootable USB port or optical drive capable of using media with a storage "
-"capacity of at least 4GB used for installation."
+#: "/web/en/support/index.php +104"
+msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Se usa para instalar o un USB de arranque o una unidad óptica capaz de usar discos de al menos 4GB."
-#: "/web/en/support/index.php +107"
-msgid ""
-"Smaller media capacity is used for network installation, but a reliable "
-"Internet connection is needed."
+#: "/web/en/support/index.php +105"
+msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Un soporte de capacidad menor se usa para instalaciones por red, pero se necesita una conexión de internet de calidad."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "Más información en %sla página de descargas%s."
-#: "/web/en/support/index.php +109"
-msgid ""
-"Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
+#: "/web/en/support/index.php +107"
+msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Tarjeta gráfica: Cualquier tarjeta gráfica AMD/ATI, Intel, Matrox, Nvidia, SiS o VIA;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Tarjeta de sonido: Cualquier tarjeta de sonido AC97, HDA o Sound Blaster."
-#: "/web/en/support/index.php +113"
-msgid ""
-"For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work "
-"properly, specific firmware or software may be needed, this is available in "
-"a specific online repository called \"nonfree\" (<a "
-"href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn"
-" more</a>)."
+#: "/web/en/support/index.php +111"
+msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Para que algunos dispositivos (Wi-Fi chipsets, tarjetas gráficas 3D) funcionen adecuadamente, puede hacer falta firmware o software específico, ésto está disponible en el repositorio en linea llamado \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">aprenda más</a>)."
-#: "/web/en/support/index.php +114"
-msgid ""
-"We may set up a hardware compatibility list/directory as well as a hardware "
-"certification process; but that's still at the planning stage. Feel free to "
-"join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if "
-"you would like to help in this regard."
+#: "/web/en/support/index.php +112"
+msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Podemos hacer una lista/directorio de compatibilidad, así como un proceso de certificación de hardware, pero ésto está todavía en etapa de planificación. Siéntase libre de unirse/contactar con nuestros equipos <a href=\"%s\">Web</a> y <a href=\"%s\">QA</a> si le gustaría ayudar en éste apartado."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
-msgid ""
-"You may check and report bugs on <a href=\"%s\">our Bugzilla "
-"(bugs.mageia.org)</a>."
+#: "/web/en/support/index.php +116"
+msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Puede comprobar e informar de errores en <a href=\"%s\">nuestro Bugzilla (bugs.mageia.org)</a>."
+
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 7 tendrá hasta el 31 de Mayo de 2021."
+
+#~ msgid "Plus three months after Mageia 8 release."
+#~ msgstr "Tres meses después a la salida de Mageia 8."
+
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 6 tendrá soporte hasta el 30 de Septiembre de 2019."
diff --git a/langs/et/calendar.po b/langs/et/calendar.po
index f8a2bfd64..61548e78c 100644
--- a/langs/et/calendar.po
+++ b/langs/et/calendar.po
@@ -2,101 +2,89 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2014-03-17 18:11+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Estonian (http://www.transifex.com/projects/p/mageia/language/et/)\n"
+"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "sündmused"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "koosolekud ja organisatsioon"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "arendus ja väljalaskeplaan"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "juhendamine"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageia kalender"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageia kalender organisatsiooni, sündmuste, arenduskavade ja muu kohta."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, kalender, sündmused"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "See kalender näitab kõiki Mageia sündmusi, <a href=\"https://wiki.mageia.org/en/Meetings\">meeskondade koosolekuid</a>, arenduse tähtaegu ja vajaduse korral muudki."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Kalender on avalik ja kõigile kättesaadav. Muutusi võivad sellesse teha ainult Mageia juhatuse ja nõukogu liikmed ning meeskondade juhid."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Soovi korral kalendrit kommenteerida, sellesse midagi lisada või muuta, võtke palun meiega ühendust järgmistel kanalitel:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "oma <a href=\"https://wiki.mageia.org/en/\">meeskonna</a> juht või esindaja,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> Freenode serveris,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "viimase võimalusena <a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a>."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS-failid"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Lugemisõigusega pääseb vahetult ligi järgmistele .ics-failidele:"
diff --git a/langs/et/community.po b/langs/et/community.po
index 5c020647b..e1b595ba3 100644
--- a/langs/et/community.po
+++ b/langs/et/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Marek Laane <bald@smail.ee>, 2015
# Marek Laane <qiilaq69@gmail.com>, 2018
@@ -16,287 +16,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-05-13 15:49+0000\n"
"Last-Translator: Marek Laane <qiilaq69@gmail.com>\n"
"Language-Team: Estonian (http://www.transifex.com/MageiaLinux/mageia/language/et/)\n"
+"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
msgid "Mageia Community"
msgstr "Mageia kogukond"
-#: "/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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, kogukond, uudised, tööriistad, ülesanded"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia kogukonna keskus"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Ajaveeb"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Foorumid"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Postiloendid"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Mageia rakenduste andmebaas"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Inimesed"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Tõlgitud uudised"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Ingliskeelsed uudised"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Kuidas kaasa aidata?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Alustage siit"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Tööriistad"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; koostöös loodav dokumentatsioon"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; veateated"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Arendajatele ja pakendajatele"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversioni"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Giti</a> koodihoidlad"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Pakettide üleslaadimise lint"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "hooldajata paketid"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Ãœldine kvaliteedikontrolli aruanne"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Vestlused"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ehk kuidas meiega kokku saada? See on imelihtne:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> Freenode serveris"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"et\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "Päriselus!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"et\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "Ãœrituste ajal!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Meeskonnad, millega liituda!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"et\""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"et\""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentatsioon"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"et\""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Pakendamine"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"et\""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testimine ja <abbr title=\"kvaliteedikontroll\">QA</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"et\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Tõlkimine"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"et\""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Süsteemi ja taristu haldamine"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"et\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Veateadete sõelumine"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Rohkem Mageia kohta"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"et\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Meie juhtimismudel</a> ja struktuur:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"et\""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Meeskonnad"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"et\""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "Nõukogu"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"et\""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "Juhatus"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> Freenode serveris"
diff --git a/langs/et/downloads/get.po b/langs/et/downloads/get.po
index a77d025e3..c06142467 100644
--- a/langs/et/downloads/get.po
+++ b/langs/et/downloads/get.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Estonian (http://www.transifex.com/MageiaLinux/mageia/language/et/)\n"
@@ -187,7 +187,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Kui viga peaks korduma ja teie meelest SEDA EI TOHIKS JUHTUDA, võtke palun meiega ühendust järgmistel kanalitel:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "otse <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier kanalil Freenode IRC-s</a>"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/et/support.po b/langs/et/support.po
index a1ef87085..394d690ff 100644
--- a/langs/et/support.po
+++ b/langs/et/support.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2020-11-01 03:26+0000\n"
"Last-Translator: Marek Laane <qiilaq69@gmail.com>\n"
"Language-Team: Estonian (http://www.transifex.com/MageiaLinux/mageia/language/et/)\n"
@@ -107,176 +107,174 @@ msgstr "Ja vähemalt kolm kuud pärast uue väljalaske ilmumist"
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 7 on toetatud 30. detsembrini 2020."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 5 oli toetatud 31. detsembrini 2017."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr "Pluss kolm kuud pärast Mageia 8 ilmumist"
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "Mageia 5 oli toetatud 31. detsembrini 2017."
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 6 on toetatud 30. septembrini 2019."
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 6 oli toetatud 30. septembrini 2019."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 5 oli toetatud 31. detsembrini 2017."
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "Täpsemat teavet ja nõuandeid pakuvad meie %swiki lehekülg%s ja %sajaveeb%s."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 oli toetatud 19. septembrini 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 oli toetatud 26. novembrini 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 oli toetatud 22. novembrini 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 oli toetatud 1. detsembrini 2012."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Kui vajate abi, teavet või juhiseid paigaldatud Mageia distributsiooni või projekti kohta, võite meiega ühendust võtta järgmistel kanalitel:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">kogukonna toetusfoorum</a> inglise keeles &ndash; vaadake <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">teisi Mageia kogukonna foorumeid</a>, et leida võimaluse korral toetust enda keeles;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "IRC-kanalid, kus saab reaalajas suhelda teiste Mageia kasutajate ja arendajatega: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> või mõni konkreetse keele <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">kanal</a>;"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "meie <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (ikka veel lapsekingades, aga paraneb iga päevaga!);"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "meie <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">postiloendid</a>;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "kohalikud üritused: jälgige meie <a href=\"https://blog.mageia.org/en/\">ajaveebi</a> ja <a href=\"https://www.mageia.org/en/calendar/\">kalendrit</a>."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org ei paku ega ole volitanud kedagi pakkuma kommerts- või professionaalset toetust või muid teenuseid seoses distributsiooniga. Siiski leidub organisatsioone, kes niisuguseid teenuseid ja muudki pakuvad."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Uurige end Mageiale pühendanud <a href=\"%s\">organisatsioonide ja ettevõtete</a> nimekirja."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Kogu Mageia tarkvara töötab enamikul väljalasete ajal saadaval olnud i586 ja x86_64 arvutitel."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Arvestada võib järgmiste riistvaranõuetega:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Protsessor: suvaline AMD, Inteli või VIA protsessor;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Mälu (RAM): 512 MB miinimum, 2 GB soovitatav;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Salvestusseade (HDD või SSD): 5 GB minimaalseks paigalduseks, 20 GB tüüpiliseks paigalduseks;"
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "selle hulka käib mõni GB kasutaja failide tarbeks. Kui vajate rohkemat, peate sellega arvestama."
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Kohandatud paigaldus väiksema ruumi korral ei ole võimatu, kuid nõuab vähemalt keskpäraseid teadmisi Linuxist."
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Alglaadimiseks sobiv USB port või optiline kettaseade, mis suudab kasutada paigaldamiseks vähemalt 4GB mahuga andmekandjat."
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Väiksem andmekandja kulub marjaks ära võrgupaigaldusel, aga usaldusväärne internetiühendus on igal juhul vajalik."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "Täpsemat teavet leiab %sallalaadimise leheküljel%s."
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Videokaart: suvaline AMD/ATI, Inteli, Matroxi, Nvidia, SiS või VIA videokaart;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Helikaart: suvaline AC97, HDA või Sound Blasteri helikaart."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Teatud riistvara (WiFi kiibistikud, 3D-videokaardid) võib korralikuks tööks vajada spetsiifilist püsivara, mis on saadaval eraldi võrguhoidlas nimetusega \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">lähemalt siin</a>)."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Meil on mõlkunud mõttes luua ühilduva riistvara nimekiri, aga see on alles kavandamisel. Kui soovite selles osas kaasa aidata, võite liituda meie <a href=\"%s\">veebi</a>- ja <a href=\"%s\">kvaliteedikontrolli</a> meeskonnaga."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Teadaolevaid vigu saab näha ja uutest teada anda <a href=\"%s\">meie Bugzillas (bugs.mageia.org)</a>."
+#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 5 oli toetatud 31. detsembrini 2017."
+
+#~ msgid "Plus three months after Mageia 8 release."
+#~ msgstr "Pluss kolm kuud pärast Mageia 8 ilmumist"
+
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 6 on toetatud 30. septembrini 2019."
+
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "Mageia 7 on toetatud 30. detsembrini 2020."
diff --git a/langs/eu/calendar.po b/langs/eu/calendar.po
index dde631187..289a8a888 100644
--- a/langs/eu/calendar.po
+++ b/langs/eu/calendar.po
@@ -2,13 +2,13 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# Egoitz Rodriguez <egoitzro@gmail.com>, 2014
# Egoitz Rodriguez <egoitzro@gmail.com>, 2015
@@ -16,89 +16,77 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-23 19:38+0000\n"
"Last-Translator: Egoitz Rodriguez <egoitzro@gmail.com>\n"
"Language-Team: Basque (http://www.transifex.com/MageiaLinux/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"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "ekitaldiak"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "bilerak &amp; antolakuntza"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "garapen &amp; askatze plana"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "tutoretza"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageia egutegia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageia egutegia antolatzeko, ekitaldiak, garapenerako egitaraua eta gehiago."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, egutegia, ekitaldiak"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Egutegia"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Egutegi honek Mageia-ren ekitaldi guztiak erakusten ditu,<a href=\"https://wiki.mageia.org/en/Meetings\">talde bilerak</a>, garapenaren plangintza mugarriak eta agian gehiago."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Publikoa da eta guztien eskura dago. Mageia Patronatua eta Aldundiak, kideak eta taldeko liderrak idazteko sarbidea daukate soilik."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Edozein iruzkin, gain, egutegi aldaketa baldin baduzu, gurekin harremanetan jarri zaitez:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "zure <a href=\"https://wiki.mageia.org/en/\">talde</a> buruzagi edo ordezkariarekin,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> Freenode zerbitzarian,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> azken buruan."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS fitxategiak"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Jaso ahal izango .ics fitxategiak zuzenean solik irakurtzeko sarbidea:"
diff --git a/langs/eu/community.po b/langs/eu/community.po
index b79f3adfa..c382d1ffe 100644
--- a/langs/eu/community.po
+++ b/langs/eu/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Egoitz Rodriguez <egoitzro@gmail.com>, 2014
# Egoitz Rodriguez <egoitzro@gmail.com>, 2014
@@ -17,287 +17,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-04-28 02:55+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Basque (http://www.transifex.com/MageiaLinux/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"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
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."
+#: "/web/en/community/index.php +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, erkidegoa, berriak, tresnak, zereginak"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia Erkidego Zentroa"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog-a"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Foroak"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Posta-zerrendak"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Mageia Aplikazio Datubasea"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Egutegia"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Gendea"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Nola lagundu?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Hemen hasi"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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>."
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Tresna kutxa"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; elkarlaneko dokumentazioa"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; akatsen berri emateko"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Sustatzaileentzat &amp; paketatzaileak"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subertsioa"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git </a> kode biltegiak"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Paketeak bidalketaren ilaran"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "Mantendu gabeko paketeak"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "QA txosten globalak"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Elkarrizketa"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... edo, nola gurekin harremanetan jarri? Erraza:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC </a> Freenode zerbitzarian"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "bizitza errealean!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "Ekitaldian zehar!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Lagundu ditzakezun Taldeak!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Tailerra"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentazioa"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Paketatzea"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Frogak &amp; <abbr title=\"Kalitate Kontrola\">QA</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Itzulpena"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "sistemak &amp; azpiegituren administrazioa"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Akats sailkapena"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Gehiago Mageia-ri buruz"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Gure gobernu eredua </a> eta egitura:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Taldeak"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "Kontseilua"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "Taula"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC </a> Freenode zerbitzarian"
diff --git a/langs/eu/downloads/get.po b/langs/eu/downloads/get.po
index 6bf8236f9..7f10104fc 100644
--- a/langs/eu/downloads/get.po
+++ b/langs/eu/downloads/get.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Egoitz Rodriguez <egoitzro@gmail.com>\n"
"Language-Team: Basque (http://www.transifex.com/MageiaLinux/mageia/language/eu/)\n"
@@ -189,7 +189,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Oraindik ere errorea topatu baduzu, eta uste ez luke GERTATU behar &ndash; mesedez kontaiguzu:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "Zuzenean <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier Freenode IRC</a>-an,"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/eu/support.po b/langs/eu/support.po
index e56e353a6..d90e7027f 100644
--- a/langs/eu/support.po
+++ b/langs/eu/support.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2019-01-19 23:49+0000\n"
"Last-Translator: Filip Komar <filip.komar@guest.arnes.si>\n"
"Language-Team: Basque (http://www.transifex.com/MageiaLinux/mageia/language/eu/)\n"
@@ -109,179 +109,174 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 1 2012-ko Abenduaren 1 arte laguntza jaso zuen."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 5 2019-ko Urtarriaren 16 arte laguntza jaso du."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "Mageia 5 2019-ko Urtarriaren 16 arte laguntza jaso du."
-
-#: "/web/en/support/index.php +60"
-#, fuzzy
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 4 2015-eko Irailaren 19 arte laguntza izango du."
-
-#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 4 2015-eko Irailaren 19 arte laguntza izango du."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 5 2017-ko Abenduaren 31 arte laguntza izango du."
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 2015-eko Irailaren 19 arte laguntza izango du."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 2014ko Azaroaren 26a arte laguntza jaso du."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 2013-ko Azaroaren 22 arte laguntza jaso zuen."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 2012-ko Abenduaren 1 arte laguntza jaso zuen."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Laguntza, informazioa edo instrukzioak Mageia zuk instalatutako distribuzioari buruz edo proiektuari buruzko azalpenak behar badituzu, guri hurrengo bidetik iristen saia zaitezke:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Erkidegoaren laguntza foroak</a> Ingelesez &ndash; ikus <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">laguntza zure hizkuntzan </a> Mageia erkidegoko beste forotan;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "IRC kanala non zuzenean eztabaidatu dezakezu Mageia-ren beste erabiltzaile eta laguntzaileekin: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> edo beste <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">kanal</a> batean;"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "Gure <a href=\"https://wiki.mageia.org/en/\">Wiki-a</a> (oraindik, une latza, bertan lanean ari gara!);"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "Gure <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">posta zerrenda</a>;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "tokiko gertaerak: jarraitu gure <a href=\"https://blog.mageia.org/en/\">blog-ean</a> eta <a href=\"https://www.mageia.org/en/calendar/\">egutegian</a>."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org ez du onartzen edo eskaintzen komertzial/profesional laguntzarik edo distribuzioaren inguruan beste zerbitzurik. Baina badira zerbitzu horiek eta gehiago eskaintzen dituzten erakundeak."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Mesedez, konprobatu <a href=\"%s\"> merkataritza-saltzaileen </a> zerrenda"
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Hardwareak betebeharretako zerrenda honi jarrai diezaiokezu:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Prozesadorea: edozein AMD, Intel edo VIA prozesadore;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "(RAM) Memoaria: 512MB gutxien, 2GB gomendatuta;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Biltegia (HDD edo SSD): 5GB gutxieneko instalazio baterako, 20GB noizbehinkako konfigurazioa egiteko;"
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Hor GB gutxi sartzen dira erabiltzaile fitxategientzat. Hori kontuan hartu behar duzu gehiago behar izanez gero."
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Espazio txikian Instalazio pertsonalizatua posible da baina hau erdi mailako linux ezagutza eskatzen du."
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Txartel grafikoa: edozein AMD/ATI, Intel, Matrox, Nvidia, SiS edo VIA txartel gafiko;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Soinu txartela: edozein AC97, HDA edo Sound Blaster soinu txartel."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Hardware mota batzuk (wifi-txipa, 3D txartel grafikoaak) bezala lan egiteko, firmware edo software jakin bat behar izatea, hau da eskuragarri deritzon \"jabedun\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">gehiago jakin</a>)."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Konfiguratu ahal izango dugu hardware bateragarritasun zerrenda/direktorio bat hardware ziurtagiria prozesuarekin; baina hori, oraindik ere, plangintza fasean da. Libre sentitu batu/harremandu gure web-eko <a href=\"%s\">Web</a> and <a href=\"%s\">Kaitate Kontrol</a> taldeekin zentzu horretan lagundu nahi izanez gero."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Akatsak egiaztatu eta salatu ahal izango dituzu <a href=\"%s\"> gure Bugzillan (bugs.mageia.org) </a>."
#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 5 2019-ko Urtarriaren 16 arte laguntza jaso du."
+
+#, fuzzy
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 4 2015-eko Irailaren 19 arte laguntza izango du."
+
+#, fuzzy
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "Mageia 1 2012-ko Abenduaren 1 arte laguntza jaso zuen."
diff --git a/langs/fi/calendar.po b/langs/fi/calendar.po
index 625c7f855..8dab76ad6 100644
--- a/langs/fi/calendar.po
+++ b/langs/fi/calendar.po
@@ -2,101 +2,88 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\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/MageiaLinux/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"
-"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr ""
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr ""
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr ""
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr ""
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalenteri"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr ""
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr ""
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/fi/community.po b/langs/fi/community.po
index eb10c89e0..2c80bd416 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: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2016-03-16 10:51+0000\n"
"Last-Translator: Filip Komar <filip.komar@gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/MageiaLinux/mageia/language/fi/)\n"
@@ -24,267 +24,267 @@ 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 +14"
msgid "Mageia Community"
msgstr ""
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr ""
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr ""
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr ""
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr ""
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalenteri"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr ""
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr ""
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
+#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentaatio"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Pakkaus"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Lisätietoja Mageiasta"
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/fi/downloads/get.po b/langs/fi/downloads/get.po
index 1f625d557..31cfc4226 100644
--- a/langs/fi/downloads/get.po
+++ b/langs/fi/downloads/get.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Finnish (http://www.transifex.com/MageiaLinux/mageia/language/fi/)\n"
@@ -186,7 +186,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/fi/support.po b/langs/fi/support.po
index 2b1fbf632..88fe56ce8 100644
--- a/langs/fi/support.po
+++ b/langs/fi/support.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2016-08-06 11:52+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Finnish (http://www.transifex.com/MageiaLinux/mageia/language/fi/)\n"
@@ -105,171 +105,159 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
#, fuzzy
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Voit raportoida ja katsoa virheitä meidän <a href=\"%s\">Bugzillassa (bugs.mageia.org)</a>."
diff --git a/langs/fr/calendar.po b/langs/fr/calendar.po
index b59aec246..6b41919e4 100644
--- a/langs/fr/calendar.po
+++ b/langs/fr/calendar.po
@@ -2,101 +2,89 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: French (http://www.transifex.com/MageiaLinux/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"
-"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "événements"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "réunions et points d&rsquo;avancement"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "jalons de travail"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "tutorat"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Calendrier d&rsquo;activité de Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Calendrier Mageia pour l'organisation, les évènements, le planning de développement et plus encore."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, calendrier, évènements"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Agenda"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Ce calendrier montre tous les évènements de Mageia, <a href=\"https://wiki.mageia.org/fr/Meetings\">les réunions d'équipes</a>, les étapes de planification du développement et peut-être plus encore."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "C'est public et disponible pour tous. Seuls les membres du conseil d'administration de Mageia, les membres du conseil et les chefs d'équipe ont un accès d'écriture pour cela."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Pour tout commentaire, ajout, changement à ce calendrier, n'hésitez pas à nous contacter par :"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "Votre chef <a href=\"https://wiki.mageia.org/en/\">d'équipe</a> ou son représentant,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> sur Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> en dernier recours."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "Fichiers ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Vous pouvez télécharger ou vous abonner directement a ces fichiers"
diff --git a/langs/fr/community.po b/langs/fr/community.po
index 1221c610b..a1caf2b92 100644
--- a/langs/fr/community.po
+++ b/langs/fr/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Eric Barbero <dune06@free.fr>, 2015
# Lebarhon <lebarhon@free.fr>, 2018
@@ -22,287 +22,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-10-24 12:34+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: French (http://www.transifex.com/MageiaLinux/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"
-"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
msgid "Mageia Community"
msgstr "Communauté 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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, communauté, nouvelles, outils, taches"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Portail de la communauté Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/fr/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/fr/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr "https://wiki.mageia.org/en/Les_canaux_IRC_de_Mageia-fr"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr "http://www.mageialinux-online.org/forum/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Listes de discussion"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/en/Accueil-fr"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "<em>Mageia Application Database</em>"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Calendrier"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Contributeurs"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "Infos récentes (dans votre langue)"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "Infos récentes (en anglais)"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Comment contribuer&nbsp;?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Commencez par là"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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/Les_canaux_IRC_de_Mageia-fr\">IRC</a>."
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Boîte à outils"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
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 +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; pour signaler des bugs"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Pour les développeurs &amp; les packagers"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a>"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Liste d'attente des paquets"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "paquets non maintenus"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Rapports généraux de QA"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Discussion"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
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 +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> sur Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "dans la vraie vie !"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mageia_wiki:Current_events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "au cours d'événements !"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Nos équipes"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Documentation"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Packaging"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
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 +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Traduction"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Administration de l'infrastructure et des systèmes"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Tri des bugs"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "En savoir plus sur Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Notre modèle de gestion</a> et notre structure :"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Équipes"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "le Conseil"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "le Bureau"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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> !"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> sur Freenode"
diff --git a/langs/fr/downloads/get.po b/langs/fr/downloads/get.po
index 1486222b4..92ed50a16 100644
--- a/langs/fr/downloads/get.po
+++ b/langs/fr/downloads/get.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: downloads/get
-#
+#
# include translation strings from:
# en/downloads/get/index.php
# en/downloads/get/lib.php
-#
+#
# Translators:
# Antoine DUMONDEL, 2015
# Charles Monzat <c.monzat@laposte.net>, 2017-2018
@@ -21,14 +21,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-04-04 17:17+0000\n"
"Last-Translator: stroibe974 <sebsweb@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/MageiaLinux/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"
-"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: "/web/en/downloads/get/index.php +130"
@@ -40,9 +40,7 @@ msgid "This <a href=\"%s\">%s</a> download mirror is located in %s (%s)."
msgstr "Ce miroir de téléchargement <a href=\"%s\">%s</a> se situe à %s (%s)."
#: "/web/en/downloads/get/index.php +154"
-msgid ""
-"If it does not work well for you, <a href=\"#om\" "
-"id=\"other_mirrors_btn\">check out these other mirrors</a>."
+msgid "If it does not work well for you, <a href=\"#om\" id=\"other_mirrors_btn\">check out these other mirrors</a>."
msgstr "S&rsquo;il ne fonctionne pas bien, vous pouvez aussi <a href=\"#om\" id=\"other_mirrors_btn\">essayer un autre miroir</a>."
#: "/web/en/downloads/get/index.php +169"
@@ -74,9 +72,7 @@ msgid "(download size is about %s)."
msgstr "(taille d&rsquo;environ %s)."
#: "/web/en/downloads/get/index.php +249"
-msgid ""
-"If the download does not start, <a href=\"%s\" rel=\"nofollow\" "
-"title=\"%s\">click here</a>."
+msgid "If the download does not start, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">click here</a>."
msgstr "Si le téléchargement ne démarre pas, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">cliquez ici</a>."
#: "/web/en/downloads/get/index.php +257"
@@ -108,15 +104,11 @@ msgid "OK"
msgstr "OK"
#: "/web/en/downloads/get/index.php +274"
-msgid ""
-"You can also compare checksum directly from this web page without checksum "
-"file"
+msgid "You can also compare checksum directly from this web page without checksum file"
msgstr "Vous pouvez aussi comparer les sommes de contrôle directement depuis cette page web sans télécharger de fichier de contrôle"
#: "/web/en/downloads/get/index.php +287"
-msgid ""
-"As soon as your download is complete, you should check that the checksums "
-"match:"
+msgid "As soon as your download is complete, you should check that the checksums match:"
msgstr "Dès que votre image ISO est téléchargée, vous devriez vérifier que les signatures correspondent bien :"
#: "/web/en/downloads/get/index.php +288"
@@ -132,9 +124,7 @@ msgid "Checksums are available for download as files:"
msgstr "Des sommes de contrôle sont disponibles sous forme de fichiers à télécharger :"
#: "/web/en/downloads/get/index.php +295"
-msgid ""
-"If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-"
-"check and try to download again."
+msgid "If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again."
msgstr "Si les sommes de contrôle ne correspondent pas, <strong>N'UTILISEZ PAS cette ISO</strong>. Faites une nouvelle vérification et essayez de la télécharger à nouveau en cas de nouvel échec."
#: "/web/en/downloads/get/index.php +299"
@@ -146,9 +136,7 @@ msgid "They are also available for download as files:"
msgstr "Elles sont également disponibles sous forme de fichiers à télécharger :"
#: "/web/en/downloads/get/index.php +302"
-msgid ""
-"First you need to import the \"Mageia Release\" key from a <a "
-"href=\"%s\">MIT PGP Public Key Server</a>:"
+msgid "First you need to import the \"Mageia Release\" key from a <a href=\"%s\">MIT PGP Public Key Server</a>:"
msgstr "Vous devez importer la clé de \"Mageia release\" à partir d'un serveur <a href=\"%s\">MIT PGP Public Key</a> :"
#: "/web/en/downloads/get/index.php +306"
@@ -184,10 +172,7 @@ msgid "Download mirrors"
msgstr "Miroirs de téléchargement"
#: "/web/en/downloads/get/index.php +346"
-msgid ""
-"The making and the distribution of Mageia worldwide is made possible by all "
-"the <a href=\"%s\">people and organizations that mirror our software</a> and"
-" that <a href=\"%s\">donate money, hardware, hosting and more</a>."
+msgid "The making and the distribution of Mageia worldwide is made possible by all the <a href=\"%s\">people and organizations that mirror our software</a> and that <a href=\"%s\">donate money, hardware, hosting and more</a>."
msgstr "La réalisation et la distribution de Mageia sont rendues possibles par <a href=\"%s\">toutes ces personnes et organisations qui hébergent des serveurs miroirs</a> et <a href=\"%s\">celles qui nous donnent de l'argent, du matériel, de l'hébergement et plus encore</a>."
#: "/web/en/downloads/get/index.php +347"
@@ -199,21 +184,16 @@ msgid "Sorry!"
msgstr "Désolé&nbsp;!"
#: "/web/en/downloads/get/index.php +353"
-msgid ""
-"Your download could not complete, as we could not find this file. Please try"
-" again from the <a href=\"%s\">main downloads page</a>."
+msgid "Your download could not complete, as we could not find this file. Please try again from the <a href=\"%s\">main downloads page</a>."
msgstr "Nous n'avons pas pu trouver ce fichier sur ce serveur. Essayez à nouveau <a href=\"%s\">depuis la page principale des téléchargements</a>."
#: "/web/en/downloads/get/index.php +355"
-msgid ""
-"If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; "
-"please tell us:"
+msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:"
msgstr "Si cette erreur se reproduit et que vous trouvez ça ANORMAL... Dites-le nous&nbsp;:"
#: "/web/en/downloads/get/index.php +357"
-msgid ""
-"directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-"
-"atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "directement sur <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier (IRC Freenode)</a>,"
#: "/web/en/downloads/get/index.php +358"
@@ -221,21 +201,15 @@ msgid "or <a href=\"https://twitter.com/mageia_org\">via our Twitter account</a>
msgstr "ou via notre <a href=\"https://twitter.com/mageia_org\">compte Twitter</a>,"
#: "/web/en/downloads/get/index.php +359"
-msgid ""
-"or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on"
-" the Atelier team mailing-list</a>,"
+msgid "or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on the Atelier team mailing-list</a>,"
msgstr "ou via une alerte <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">sur la liste de diffusion de l'équipe Atelier</a>,"
#: "/web/en/downloads/get/index.php +360"
-msgid ""
-"or a <a "
-"href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug"
-" report</a>."
+msgid "or a <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug report</a>."
msgstr "ou via un <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">rapport de bug</a>."
#: "/web/en/downloads/get/index.php +363"
-msgid ""
-"Please copy and report us the above address that returned you to this page."
+msgid "Please copy and report us the above address that returned you to this page."
msgstr "Veuillez nous fournir la page qui vous a amené ici."
#: "/web/en/downloads/get/index.php +363"
@@ -251,9 +225,7 @@ msgid "By clicking this button, you agree to the use of HTTP cookies."
msgstr "En cliquant sur ce bouton, vous acceptez l'utilisation des cookies HTTP."
#: "/web/en/downloads/get/index.php +369"
-msgid ""
-"They enable you to share content from this page via social network sharing "
-"buttons."
+msgid "They enable you to share content from this page via social network sharing buttons."
msgstr "Ils vous permettent de partager le contenu de cette page par les boutons de partage par les réseaux sociaux "
#: "/web/en/downloads/get/index.php +369"
diff --git a/langs/fr/support.po b/langs/fr/support.po
index a39ef5995..f7d7eed4d 100644
--- a/langs/fr/support.po
+++ b/langs/fr/support.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: support
-#
+#
# include translation strings from:
# en/support/index.php
-#
+#
# Translators:
# Charles Monzat <c.monzat@laposte.net>, 2016-2017
# Eric Barbero <dune06@free.fr>, 2014-2015,2020-2021
@@ -22,14 +22,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2021-03-01 16:06+0000\n"
"Last-Translator: stroibe974 <sebsweb@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/MageiaLinux/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"
-"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: "/web/en/support/index.php +12"
@@ -77,9 +77,7 @@ msgid "Bugs Reports"
msgstr "Rapports de bugs"
#: "/web/en/support/index.php +39"
-msgid ""
-"You can look up existing %sdocumentation here%s. You may too look into our "
-"%sWiki%s."
+msgid "You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s."
msgstr "Vous pouvez consulter notre %ssite de documentation%s. Vous pouvez aussi parcourir notre %sWiki%s."
#: "/web/en/support/index.php +41"
@@ -87,15 +85,11 @@ msgid "https://wiki.mageia.org"
msgstr "https://wiki.mageia.org/en/Accueil-fr"
#: "/web/en/support/index.php +44"
-msgid ""
-"Updates are available for %s and %s (security and bug fixes) and published "
-"on an ongoing basis."
+msgid "Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis."
msgstr "Des mises à jour sont régulièrement publiées pour %s et %s (corrections de bugs ou de sécurité)."
#: "/web/en/support/index.php +45"
-msgid ""
-"Updates are available for %s (security and bug fixes) and published on an "
-"ongoing basis."
+msgid "Updates are available for %s (security and bug fixes) and published on an ongoing basis."
msgstr "Des mises à jour sont disponibles et publiées régulièrement pour %s (corrections de sécurité et de bogues)."
#: "/web/en/support/index.php +46"
@@ -118,217 +112,169 @@ msgstr "Et au moins trois mois après la sortie de la nouvelle version."
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 8 sera maintenue jusqu’au 31 août 2022."
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr "Mageia 7 sera maintenue jusqu’au 31 mai 2021."
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr "Plus trois mois après la sortie de Mageia 8."
-
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
+#: "/web/en/support/index.php +57"
+#, fuzzy
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 7 a été maintenue jusqu’au 31 mai 2021."
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 6 sera maintenue jusqu'au 30 septembre 2019."
-
-#: "/web/en/support/index.php +60"
+#: "/web/en/support/index.php +58"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 6 a été maintenue jusqu'au 30 septembre 2019."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 5 a été maintenue jusqu'au 31 décembre 2017. "
-#: "/web/en/support/index.php +63"
-msgid ""
-"More details and advice are available on our %swiki page%s and from %sour "
-"blog%s."
+#: "/web/en/support/index.php +61"
+msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "Des précisions supplémentaires et des conseils sont disponibles sur notre %s page wiki %s et sur %snotre blog%s."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://http://blog.mageia.org/fr/2017/11/07/la-fin-de-vie-de-mageia-5-retardee/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 a été maintenue jusqu'au 19 septembre 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 a été maintenue jusqu'au 26 novembre 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 a été maintenue jusqu'au 22 novembre 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 a été maintenue jusqu'au 1<sup>er</sup> décembre 2012."
-#: "/web/en/support/index.php +76"
-msgid ""
-"If you need help, information or directions about the Mageia distribution "
-"you installed or about the project, you can try to reach us through:"
+#: "/web/en/support/index.php +74"
+msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Si vous avez besoin d&rsquo;aide ou d&rsquo;information sur Mageia, après ou avant l&rsquo;installation, ou sur le projet, vous pouvez nous rejoindre (utilisateurs et contributeurs au projet) via&nbsp;:"
-#: "/web/en/support/index.php +79"
-msgid ""
-"<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in "
-"English &ndash; see <a "
-"href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia "
-"community forums</a> for support in your language;"
+#: "/web/en/support/index.php +77"
+msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "le <a href=\"https://forums.mageia.org/fr/\">forum communautaire francophone</a> &ndash; il y a aussi d&rsquo;<a href=\"https://forums.mageia.org/\">autres forums</a> dans d&rsquo;autres langues&nbsp;;"
-#: "/web/en/support/index.php +80"
-msgid ""
-"IRC channels where you can discuss live with other Mageia users and "
-"contributors: <a href=\"irc://irc.freenode.net/#mageia\" "
-"hreflang=\"en\">#mageia</a> or other localized <a "
-"href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "le canal IRC <a href=\"irc://irc.freenode.net/#mageia-fr\" hreflang=\"fr\">#mageia-fr</a> sur Freenode&nbsp;; là encore, il existe d&rsquo;<a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">autres canaux dans d&rsquo;autres langues</a>&nbsp;;"
-#: "/web/en/support/index.php +81"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the "
-"time, we are working on it!);"
+#: "/web/en/support/index.php +79"
+msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "le <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (encore en anglais et un peu en bazar pour le moment, mais on y travaille)&nbsp;;"
-#: "/web/en/support/index.php +82"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en"
-"\">mailing-lists</a>;"
+#: "/web/en/support/index.php +80"
+msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "les <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">listes de discussion</a> dont une en <a href=\"https://ml.mageia.org/l/arc/discuss-fr/\">fran&#231;ais</a>&nbsp;;"
-#: "/web/en/support/index.php +83"
-msgid ""
-"local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> "
-"and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
+#: "/web/en/support/index.php +81"
+msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "des événements locaux&nbsp;; surveillez le <a href=\"https://blog.mageia.org/fr/\">blog</a> et le <a href=\"../calendar/\">calendrier</a>."
-#: "/web/en/support/index.php +88"
-msgid ""
-"Mageia.Org does not provide or endorse commercial/professional support or "
-"other services around the distribution. But there are organizations "
-"providing such services and more."
+#: "/web/en/support/index.php +86"
+msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "L&rsquo;association Mageia.Org ne propose pas de service commercial (assistance, formation, autre) autour de la distribution&nbsp;; ni aux particuliers, ni aux professionnels. Par contre, des sociétés peuvent fournir de tels services."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Vous pouvez les trouver et les contacter à partir de notre <a href=\"%s\" hreflang=\"en\">liste de prestataires commerciaux</a> sur le Wiki (en anglais)."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
-msgid ""
-"Each release of Mageia software runs on most i586 and x86_64 computer "
-"systems available at the release time."
+#: "/web/en/support/index.php +92"
+msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Chaque version de Mageia fonctionne avec la plupart des ordinateurs x86 (32 et 64 bits) disponibles à ce jour."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Voici une liste du matériel nécessaire pour utiliser Mageia :"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Processeur&nbsp;: tout modèle AMD, Intel ou VIA&nbsp;;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Mémoire vive&nbsp;: 512&nbsp;Mo minimum, 2&nbsp;Go recommandé&nbsp;;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr "Pour un serveur ce minimum peut suffire."
-#: "/web/en/support/index.php +101"
-msgid ""
-"For low memory intensive programs and light graphical Desktop Environments "
-"like Xfce the minimum is 1GB."
+#: "/web/en/support/index.php +99"
+msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr "Pour des logiciels peu gourmands en mémoire et des environnements de bureau léger comme Xfce, le minimum est de 1 Go."
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr "Pour plus de fonctionnalités avancées telles que Gnome et Plasma, le minimum est de 2 Go"
-#: "/web/en/support/index.php +103"
-msgid ""
-"Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual "
-"setup;"
+#: "/web/en/support/index.php +101"
+msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Stockage (disque dur classique ou flash) : 5 Go pour une installation minimale, 20 Go pour une configuration habituelle."
-#: "/web/en/support/index.php +104"
-msgid ""
-"This includes a few GB for user files. If you need more than you should take"
-" that in account too."
+#: "/web/en/support/index.php +102"
+msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Ceci inclut quelques Go pour les fichiers utilisateur. Si vous avez besoin de plus d'espace, vous devriez le prendre en compte également."
-#: "/web/en/support/index.php +105"
-msgid ""
-"Custom installations on less space are possible but this requires "
-"intermediate linux knowledge."
+#: "/web/en/support/index.php +103"
+msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Des installations personnalisées sur un espace moindre sont possibles mais cela nécessite une connaissance avancée de Linux."
-#: "/web/en/support/index.php +106"
-msgid ""
-"Bootable USB port or optical drive capable of using media with a storage "
-"capacity of at least 4GB used for installation."
+#: "/web/en/support/index.php +104"
+msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Un port USB amorçable ou un lecteur de disque optique capable d'utiliser des supports avec une capacité d'au moins 4 Go pour l'installation."
-#: "/web/en/support/index.php +107"
-msgid ""
-"Smaller media capacity is used for network installation, but a reliable "
-"Internet connection is needed."
+#: "/web/en/support/index.php +105"
+msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Un support de plus petite taille est utilisé pour une installation par réseau, mais ceci nécessite une connexion Internet fiable."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "Plus d'information à %sdownloads page%s."
-#: "/web/en/support/index.php +109"
-msgid ""
-"Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
+#: "/web/en/support/index.php +107"
+msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Carte vidéo&nbsp;: n&rsquo;importe AMD/ATI, Intel, Matrox, Nvidia, SiS ou VIA&nbsp;;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Carte son&nbsp;: n&rsquo;importe AC97, HDA ou Sound Blaster."
-#: "/web/en/support/index.php +113"
-msgid ""
-"For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work "
-"properly, specific firmware or software may be needed, this is available in "
-"a specific online repository called \"nonfree\" (<a "
-"href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn"
-" more</a>)."
+#: "/web/en/support/index.php +111"
+msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Certains composants (cartes Wi-Fi, cartes vidéo 3D) nécessitent des pilotes logiciels spécifiques, non-libres, pour fonctionner correctement&nbsp;; ils sont disponibles dans une <a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">librairie logicielle</a> nommée \"nonfree\"."
-#: "/web/en/support/index.php +114"
-msgid ""
-"We may set up a hardware compatibility list/directory as well as a hardware "
-"certification process; but that's still at the planning stage. Feel free to "
-"join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if "
-"you would like to help in this regard."
+#: "/web/en/support/index.php +112"
+msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Nous envisageons la création d'une base de compatibilité matérielle, ainsi qu&rsquo;un process de certification. Mais ça n&rsquo;est encore qu&rsquo;un projet &ndash; si cela vous intéresse et que vous pensez pouvoir y contribuer, n&rsquo;hésitez pas à contacter les équipes <a href=\"%s\">Web</a> et <a href=\"%s\">QA</a>."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/%C3%89quipe_QA-fr"
-#: "/web/en/support/index.php +118"
-msgid ""
-"You may check and report bugs on <a href=\"%s\">our Bugzilla "
-"(bugs.mageia.org)</a>."
+#: "/web/en/support/index.php +116"
+msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Vous pouvez consulter et rapporter des bugs sur <a href=\"%s\">notre Bugzilla (bugs.mageia.org)</a>."
+
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 7 sera maintenue jusqu’au 31 mai 2021."
+
+#~ msgid "Plus three months after Mageia 8 release."
+#~ msgstr "Plus trois mois après la sortie de Mageia 8."
+
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 6 sera maintenue jusqu'au 30 septembre 2019."
diff --git a/langs/he/calendar.po b/langs/he/calendar.po
index 0b2415c4f..e69d11072 100644
--- a/langs/he/calendar.po
+++ b/langs/he/calendar.po
@@ -2,13 +2,13 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# Omer I.S. <omeritzicschwartz@gmail.com>, 2020
# Omer I.S. <omeritzicschwartz@gmail.com>, 2020-2021
@@ -16,89 +16,77 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2021-03-25 00:24+0000\n"
"Last-Translator: Omer I.S. <omeritzicschwartz@gmail.com>\n"
"Language-Team: Hebrew (http://www.transifex.com/MageiaLinux/mageia/language/he/)\n"
+"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: he\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "×ירועי×"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "פגישות ו×רגוני×"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "תכנית הפיתוח ושחרור הגרס×ות"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "לוח השנה של Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "לוח שנה"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> דרך Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "קובצי ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/he/community.po b/langs/he/community.po
index dd6ecb972..abbc1b176 100644
--- a/langs/he/community.po
+++ b/langs/he/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Omeritzics Games <omeritzicschwartz@gmail.com>, 2020-2021
# Omeritzics Games <omeritzicschwartz@gmail.com>, 2020-2021
@@ -16,287 +16,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2021-04-09 14:57+0000\n"
"Last-Translator: Omeritzics Games <omeritzicschwartz@gmail.com>\n"
"Language-Team: Hebrew (http://www.transifex.com/MageiaLinux/mageia/language/he/)\n"
+"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: he\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, community, news, tools, tasks, קהילה, חדשות, כלי×, משימות"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "מרכז הקהילה של Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "בלוג"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "פל×נט"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "פורו×"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "רשימות דיוור"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "מסד נתוני ×”×™×™×©×•×ž×™× ×©×œ Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "לוח שנה"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "×נשי×"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "החדשות בעברית"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "החדשות ב×נגלית"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "כיצד להתנדב?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "יש להתחיל ×›×ן"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "×פשר ×’× <a href=\"../donate/\">לתמוך כספית</a> במיז×!"
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "×רגז כלי×"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "ויקי</a> &larr; תיעוד שיתופי"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; לדיווח על תקלות"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "×œ×ž×¤×ª×—×™× ×•×ורזי×"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "מ×גרי קוד ב־Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "ומ×גרי קוד ב־Git</a>"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "חבילות ×œ× ×ž×ª×•×—×–×§×•×ª"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "דו״ח כללי לגבי הבטחת ×”×יכות"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "שיחות"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ×‘×ž×™×œ×™× ×חרות, ×יך ליצור ×יתנו קשר? ×–×” קל:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> דרך Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"he\""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "×‘×—×™×™× ×”×מיתיי×!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"he\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "במהלך ×ירועי×!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "×¦×•×•×ª×™× ×©×פשר להצטרף ×ליה×!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"he\""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "×טלייר"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"he\""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "תיעוד"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"he\""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "×ריזה"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"he\""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "בדיקה ו<abbr title=\"Quality Assurance\">הבטחת ×”×יכות</abbr>"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"he\""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "תרגו×"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"he\""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "ניהול מערכות ותשתיות"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"he\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "טיפול בתקלות"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "עוד על Mageia"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"he\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "מודל ההנהגה</a> והמבנה שלנו: "
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"he\""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "צוותי×"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"he\""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "המועצה"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"he\""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "הסגל הניהולי"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> דרך Freenode"
diff --git a/langs/he/downloads/get.po b/langs/he/downloads/get.po
index 400bedf53..2fdd5e12b 100644
--- a/langs/he/downloads/get.po
+++ b/langs/he/downloads/get.po
@@ -2,14 +2,14 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: downloads/get
-#
+#
# include translation strings from:
# en/downloads/get/index.php
# en/downloads/get/lib.php
-#
+#
# Translators:
# Omer I.S. <omeritzicschwartz@gmail.com>, 2020-2021
# Omer I.S. <omeritzicschwartz@gmail.com>, 2020-2021
@@ -18,14 +18,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-03-25 01:30+0000\n"
"Last-Translator: Omer I.S. <omeritzicschwartz@gmail.com>\n"
"Language-Team: Hebrew (http://www.transifex.com/MageiaLinux/mageia/language/he/)\n"
+"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: he\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
#: "/web/en/downloads/get/index.php +130"
@@ -37,9 +37,7 @@ msgid "This <a href=\"%s\">%s</a> download mirror is located in %s (%s)."
msgstr "×תר המַּר×ָה <a href=\"%s\">%s</a> ×”×–×” × ×ž×¦× ×‘%s (%s)."
#: "/web/en/downloads/get/index.php +154"
-msgid ""
-"If it does not work well for you, <a href=\"#om\" "
-"id=\"other_mirrors_btn\">check out these other mirrors</a>."
+msgid "If it does not work well for you, <a href=\"#om\" id=\"other_mirrors_btn\">check out these other mirrors</a>."
msgstr "×× ×”×•× ×œ× ×¢×•×‘×“ טוב, יש <a href=\"#om\" id=\"other_mirrors_btn\">לנסות ×ת ×תרי המַּר×ָה ×”×חרי×</a>."
#: "/web/en/downloads/get/index.php +169"
@@ -71,9 +69,7 @@ msgid "(download size is about %s)."
msgstr "(גודל ההורדה בסביבות %s)."
#: "/web/en/downloads/get/index.php +249"
-msgid ""
-"If the download does not start, <a href=\"%s\" rel=\"nofollow\" "
-"title=\"%s\">click here</a>."
+msgid "If the download does not start, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">click here</a>."
msgstr "×× ×”×”×•×¨×“×” ×œ× ×”×ª×—×™×œ×”, יש <a href=\"%s\" rel=\"nofollow\" title=\"%s\">ללחוץ ×›×ן</a>."
#: "/web/en/downloads/get/index.php +257"
@@ -105,15 +101,11 @@ msgid "OK"
msgstr "OK"
#: "/web/en/downloads/get/index.php +274"
-msgid ""
-"You can also compare checksum directly from this web page without checksum "
-"file"
+msgid "You can also compare checksum directly from this web page without checksum file"
msgstr ""
#: "/web/en/downloads/get/index.php +287"
-msgid ""
-"As soon as your download is complete, you should check that the checksums "
-"match:"
+msgid "As soon as your download is complete, you should check that the checksums match:"
msgstr ""
#: "/web/en/downloads/get/index.php +288"
@@ -129,9 +121,7 @@ msgid "Checksums are available for download as files:"
msgstr ""
#: "/web/en/downloads/get/index.php +295"
-msgid ""
-"If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-"
-"check and try to download again."
+msgid "If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again."
msgstr ""
#: "/web/en/downloads/get/index.php +299"
@@ -143,9 +133,7 @@ msgid "They are also available for download as files:"
msgstr "הן ×’× ×–×ž×™× ×•×ª להורדה כקבצי×:"
#: "/web/en/downloads/get/index.php +302"
-msgid ""
-"First you need to import the \"Mageia Release\" key from a <a "
-"href=\"%s\">MIT PGP Public Key Server</a>:"
+msgid "First you need to import the \"Mageia Release\" key from a <a href=\"%s\">MIT PGP Public Key Server</a>:"
msgstr ""
#: "/web/en/downloads/get/index.php +306"
@@ -181,10 +169,7 @@ msgid "Download mirrors"
msgstr "×תרי מר×ָה להורדה"
#: "/web/en/downloads/get/index.php +346"
-msgid ""
-"The making and the distribution of Mageia worldwide is made possible by all "
-"the <a href=\"%s\">people and organizations that mirror our software</a> and"
-" that <a href=\"%s\">donate money, hardware, hosting and more</a>."
+msgid "The making and the distribution of Mageia worldwide is made possible by all the <a href=\"%s\">people and organizations that mirror our software</a> and that <a href=\"%s\">donate money, hardware, hosting and more</a>."
msgstr "×”×”×›× ×” וההפצה של Mageia בכל רחבי ×”×¢×•×œ× ×פשרית בזכות כל <a href=\"%s\">×”×× ×©×™× ×•×”××¨×’×•× ×™× ×©×ž×¡×¤×§×™× ×תרי מר×ָה לתוכנה שלנו</a> וש<a href=\"%s\">×ª×•×¨×ž×™× ×›×¡×£, חומרה, ×כסון ועוד</a>."
#: "/web/en/downloads/get/index.php +347"
@@ -196,21 +181,16 @@ msgid "Sorry!"
msgstr "עמך הסליחה!"
#: "/web/en/downloads/get/index.php +353"
-msgid ""
-"Your download could not complete, as we could not find this file. Please try"
-" again from the <a href=\"%s\">main downloads page</a>."
+msgid "Your download could not complete, as we could not find this file. Please try again from the <a href=\"%s\">main downloads page</a>."
msgstr ""
#: "/web/en/downloads/get/index.php +355"
-msgid ""
-"If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; "
-"please tell us:"
+msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:"
msgstr ""
#: "/web/en/downloads/get/index.php +357"
-msgid ""
-"directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-"
-"atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "ישירות דרך <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier ב־Freenode IRC</a>"
#: "/web/en/downloads/get/index.php +358"
@@ -218,21 +198,15 @@ msgid "or <a href=\"https://twitter.com/mageia_org\">via our Twitter account</a>
msgstr ""
#: "/web/en/downloads/get/index.php +359"
-msgid ""
-"or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on"
-" the Atelier team mailing-list</a>,"
+msgid "or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on the Atelier team mailing-list</a>,"
msgstr "×ו ×¢× <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">הודעה ברשימת הדיוור של צוות ×טלייר</a>,"
#: "/web/en/downloads/get/index.php +360"
-msgid ""
-"or a <a "
-"href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug"
-" report</a>."
+msgid "or a <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug report</a>."
msgstr ""
#: "/web/en/downloads/get/index.php +363"
-msgid ""
-"Please copy and report us the above address that returned you to this page."
+msgid "Please copy and report us the above address that returned you to this page."
msgstr ""
#: "/web/en/downloads/get/index.php +363"
@@ -248,9 +222,7 @@ msgid "By clicking this button, you agree to the use of HTTP cookies."
msgstr ""
#: "/web/en/downloads/get/index.php +369"
-msgid ""
-"They enable you to share content from this page via social network sharing "
-"buttons."
+msgid "They enable you to share content from this page via social network sharing buttons."
msgstr ""
#: "/web/en/downloads/get/index.php +369"
diff --git a/langs/he/support.po b/langs/he/support.po
index 6a94a9e9a..2b05c8d04 100644
--- a/langs/he/support.po
+++ b/langs/he/support.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: support
-#
+#
# include translation strings from:
# en/support/index.php
-#
+#
# Translators:
# Omeritzics Games <omeritzicschwartz@gmail.com>, 2020-2021
# Omeritzics Games <omeritzicschwartz@gmail.com>, 2020-2021
@@ -17,14 +17,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2021-04-13 11:15+0000\n"
"Last-Translator: Omeritzics Games <omeritzicschwartz@gmail.com>\n"
"Language-Team: Hebrew (http://www.transifex.com/MageiaLinux/mageia/language/he/)\n"
+"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: he\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
#: "/web/en/support/index.php +12"
@@ -72,9 +72,7 @@ msgid "Bugs Reports"
msgstr "דיווחי תקלות"
#: "/web/en/support/index.php +39"
-msgid ""
-"You can look up existing %sdocumentation here%s. You may too look into our "
-"%sWiki%s."
+msgid "You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s."
msgstr "×פשר להעיף מבט ב%sתיעוד ×”×§×™×™× ×ž×›×ן%s. ב×פשרותך ×’× ×œ×§×¨×•× ×ת ×”%sוויקי%s שלנו."
#: "/web/en/support/index.php +41"
@@ -82,15 +80,11 @@ msgid "https://wiki.mageia.org"
msgstr "https://wiki.mageia.org"
#: "/web/en/support/index.php +44"
-msgid ""
-"Updates are available for %s and %s (security and bug fixes) and published "
-"on an ongoing basis."
+msgid "Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis."
msgstr "×¢×“×›×•× ×™× ×¢×‘×•×¨ %s ועבור %s (ל×בטחה ותיקוני תקלות) ×–×ž×™× ×™× ×•×™×•×¦××™× ×œ×ור ב×ופן שוטף."
#: "/web/en/support/index.php +45"
-msgid ""
-"Updates are available for %s (security and bug fixes) and published on an "
-"ongoing basis."
+msgid "Updates are available for %s (security and bug fixes) and published on an ongoing basis."
msgstr "×¢×“×›×•× ×™× ×¢×‘×•×¨ %s (ל×בטחה ותיקוני תקלות) ×–×ž×™× ×™× ×•×™×•×¦××™× ×œ×ור ב×ופן שוטף."
#: "/web/en/support/index.php +46"
@@ -113,217 +107,169 @@ msgstr "ולפחות שלושה ×—×•×“×©×™× ×œ×חר שחרור הגרסה ×”×—
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "התמיכה ב־Mageia 8 תימשך עד ×”Ö¾31 ב×וגוסט, 2022."
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr "התמיכה ב־Mageia 7 תימשך עד ×”Ö¾31 במ××™, 2021."
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr "ועוד שלושה ×—×•×“×©×™× ×œ×חר שחרור Mageia 8."
-
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
+#: "/web/en/support/index.php +57"
+#, fuzzy
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "התמיכה ב־Mageia 7 נמשכה עד ×”Ö¾31 במ××™, 2021."
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "התמיכה ב־Mageia 6 תימשך עד ה־30 בספטמבר, 2019."
-
-#: "/web/en/support/index.php +60"
+#: "/web/en/support/index.php +58"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "התמיכה ב־Mageia 6 נמשכה עד ה־30 בספטמבר, 2019."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "התמיכה ב־Mageia 5 נמשכה עד ה־31 בדצמבר, 2017."
-#: "/web/en/support/index.php +63"
-msgid ""
-"More details and advice are available on our %swiki page%s and from %sour "
-"blog%s."
+#: "/web/en/support/index.php +61"
+msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "×¤×¨×˜×™× × ×•×¡×¤×™× ×•×¢×¦×•×ª ×–×ž×™× ×™× ×‘%sעמוד הוויקי שלנו%s וב%sבלוג שלנו%s."
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "התמיכה ב־Mageia 4 נמשכה עד ה־19 בספטמבר, 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "התמיכה ב־Mageia 3 נמשכה עד ה־26 בדצמבר, 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "התמיכה ב־Mageia 2 נמשכה עד ה־22 בדצמבר, 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "התמיכה ב־Mageia 1 נמשכה עד ה־1 בדצמבר, 2012."
-#: "/web/en/support/index.php +76"
-msgid ""
-"If you need help, information or directions about the Mageia distribution "
-"you installed or about the project, you can try to reach us through:"
+#: "/web/en/support/index.php +74"
+msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "×× ×™×© לך צורך בעזרה, מידע ×ו הכוונה לגבי הפצת Mageia שהתקנת ×ו לגבי המיז×, כד××™ לנסות להשיג ×ותנו דרך:"
-#: "/web/en/support/index.php +79"
-msgid ""
-"<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in "
-"English &ndash; see <a "
-"href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia "
-"community forums</a> for support in your language;"
+#: "/web/en/support/index.php +77"
+msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">×¤×•×¨×•×ž×™× ×§×”×™×œ×ª×™×™× ×œ×ª×ž×™×›×”</a> בשפה ×”×נגלית &ndash; × × ×œ×¢×™×™×Ÿ ב<a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">×¤×•×¨×•×ž×™× ×”×§×”×™×œ×ª×™×™× ×”××—×¨×™× ×©×œ Mageia</a> בשביל תמיכה בשפה שלך."
-#: "/web/en/support/index.php +80"
-msgid ""
-"IRC channels where you can discuss live with other Mageia users and "
-"contributors: <a href=\"irc://irc.freenode.net/#mageia\" "
-"hreflang=\"en\">#mageia</a> or other localized <a "
-"href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "ערוצי IRC ×שר ×‘×”× × ×™×ª×Ÿ לשוחח בזמן־×מת ×¢× ×ž×©×ª×ž×©×™× ×•×ž×ª× ×“×‘×™× ×‘Ö¾Mageia: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">â€#mageia</a> ×ו <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">ערוצי×</a> ×ž×§×•×ž×™×™× ×חרי×."
-#: "/web/en/support/index.php +81"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the "
-"time, we are working on it!);"
+#: "/web/en/support/index.php +79"
+msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "×”<a href=\"https://wiki.mageia.org/en/\">וויקי</a> שלנו (עדיין קשה להבנה, ×נחנו ×¢×•×‘×“×™× ×¢×œ ×–×”!)."
-#: "/web/en/support/index.php +82"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en"
-"\">mailing-lists</a>;"
+#: "/web/en/support/index.php +80"
+msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "<a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">רשימות הדיוור</a> שלנו."
-#: "/web/en/support/index.php +83"
-msgid ""
-"local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> "
-"and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
+#: "/web/en/support/index.php +81"
+msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "××™×¨×•×¢×™× ×ž×§×•×ž×™×™×: ×פשר לעקוב ×חר <a href=\"https://blog.mageia.org/en/\">הבלוג</a> ו<a href=\"https://www.mageia.org/en/calendar/\">לוח השנה</a> שלנו."
-#: "/web/en/support/index.php +88"
-msgid ""
-"Mageia.Org does not provide or endorse commercial/professional support or "
-"other services around the distribution. But there are organizations "
-"providing such services and more."
+#: "/web/en/support/index.php +86"
+msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org ×œ× ×ž×¡×¤×§ ×ו מסב תמיכה מסחרית/מקצועית ×ו ×©×™×¨×•×ª×™× ××—×¨×™× ×¡×‘×™×‘ ההפצה. ×בל יש ××¨×’×•× ×™× ×”×ž×¡×¤×§×™× ×©×™×¨×•×ª×™× ×›×לה ועוד."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "× × ×œ×¢×™×™×Ÿ ברשימת <a href=\"%s\">×”×™×¦×¨× ×™× ×”×ž×¡×—×¨×™×™×</a>"
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
-msgid ""
-"Each release of Mageia software runs on most i586 and x86_64 computer "
-"systems available at the release time."
+#: "/web/en/support/index.php +92"
+msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "ניתן להריץ כל גרסה של התוכנה של Mageia ברוב מערכות מחשבי i586 ו־x86_64 שזמינות בזמן שחרור הגרסה."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "יש ×œ×ž×œ× ×ת רשימת דרישות החומרה שלהלן:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "מעבד: כל מעבד AMD, ×ינטל, ×ו VIA."
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "זיכרון (RAM): 512 מ״ב לכל הפחות, 2 ג״ב מומלצי×."
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
-msgid ""
-"For low memory intensive programs and light graphical Desktop Environments "
-"like Xfce the minimum is 1GB."
+#: "/web/en/support/index.php +99"
+msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr "בשביל תכניות ×ינטנסיביות וסביבות עבודה קלילות כמו Xfce הדרישה המינימלית ×”×™× ×’×´×‘ 1."
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr "בשביל סביבות עשירות יותר בתכונות כמו Gnome ו־Plasma הדרישה המינימלית ×”×™× 2 ג״ב."
-#: "/web/en/support/index.php +103"
-msgid ""
-"Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual "
-"setup;"
+#: "/web/en/support/index.php +101"
+msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "×חסון (HDD ×ו SSD): 5 ג״ב להתקנה מינימלית, 20 ג״ב להתקנה רגילה,"
-#: "/web/en/support/index.php +104"
-msgid ""
-"This includes a few GB for user files. If you need more than you should take"
-" that in account too."
+#: "/web/en/support/index.php +102"
+msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "×–×” כולל כמה ג״ב ×œ×§×‘×¦×™× ×©×œ המשתמשי×. ×× ×™×© לך צורך ביותר יש לקחת ×–×ת בחשבון ×’×."
-#: "/web/en/support/index.php +105"
-msgid ""
-"Custom installations on less space are possible but this requires "
-"intermediate linux knowledge."
+#: "/web/en/support/index.php +103"
+msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "התקנות מות×מות בפחות שטח ×פשריות ×ך דורשות ידע בינוני בלינוקס."
-#: "/web/en/support/index.php +106"
-msgid ""
-"Bootable USB port or optical drive capable of using media with a storage "
-"capacity of at least 4GB used for installation."
+#: "/web/en/support/index.php +104"
+msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "פִּתחת החסן USB הניתן ל×תחול ×ו כונן ×ופטי ×ž×¡×•×’×œ×™× ×œ×”×©×ª×ž×© ב×מצעי התקנה ×¢× ×§×™×‘×•×œ×ª ×חסון של לפחות 4 ג״ב ×”×ž×©×ž×©×™× ×œ×”×ª×§× ×”."
-#: "/web/en/support/index.php +107"
-msgid ""
-"Smaller media capacity is used for network installation, but a reliable "
-"Internet connection is needed."
+#: "/web/en/support/index.php +105"
+msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "ניתן להשתמש ב×מצעי ×חסון קטן יותר כדי להתקין מהרשת ×ך נדרש חיבור יציב ל×ינטרנט כדי לבצע ×–×ת."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "ניתן ×œ×ž×¦×•× ×ž×™×“×¢ נוסף ב%sעמוד ההורדות%s."
-#: "/web/en/support/index.php +109"
-msgid ""
-"Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
+#: "/web/en/support/index.php +107"
+msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "כרטיס מסך: כל כרטיס מסך מסוג AMDâ€/ATI, ×ינטל, Matrox, â€Nvidia, â€SiS ×ו VIA."
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "כרטיס קול: כל AC97â€, HDA ×ו כרטיס קול מסוג Sound Blaster."
-#: "/web/en/support/index.php +113"
-msgid ""
-"For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work "
-"properly, specific firmware or software may be needed, this is available in "
-"a specific online repository called \"nonfree\" (<a "
-"href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn"
-" more</a>)."
+#: "/web/en/support/index.php +111"
+msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "על מנת שסוגי חומרה ×ž×¡×•×™×ž×™× (שבבי Wi-Fi, כרטיסי מסך לתלת ממד) יעבדו ב×ופן תקין, ייתכן ויהיה צורך בקושחה ×ו בתכנה מסוימת, כולן זמינות במ×גר ×ž×¡×•×™× ×‘×¨×©×ª ×©× ×§×¨× \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">למידע נוסף</a>)"
-#: "/web/en/support/index.php +114"
-msgid ""
-"We may set up a hardware compatibility list/directory as well as a hardware "
-"certification process; but that's still at the planning stage. Feel free to "
-"join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if "
-"you would like to help in this regard."
+#: "/web/en/support/index.php +112"
+msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
-msgid ""
-"You may check and report bugs on <a href=\"%s\">our Bugzilla "
-"(bugs.mageia.org)</a>."
+#: "/web/en/support/index.php +116"
+msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "ב×פשרותך לבדוק ולדווח על תקלות דרך <a href=\"%s\">×”Ö¾Bugzilla שלנו (bugs.mageia.org)</a>."
+
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "התמיכה ב־Mageia 7 תימשך עד ×”Ö¾31 במ××™, 2021."
+
+#~ msgid "Plus three months after Mageia 8 release."
+#~ msgstr "ועוד שלושה ×—×•×“×©×™× ×œ×חר שחרור Mageia 8."
+
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "התמיכה ב־Mageia 6 תימשך עד ה־30 בספטמבר, 2019."
diff --git a/langs/hi/calendar.po b/langs/hi/calendar.po
index ba2208d08..dd0609db9 100644
--- a/langs/hi/calendar.po
+++ b/langs/hi/calendar.po
@@ -2,102 +2,90 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# Panwar108 <caspian7pena@gmail.com>, 2020
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2020-06-05 08:08+0000\n"
"Last-Translator: Panwar108 <caspian7pena@gmail.com>\n"
"Language-Team: Hindi (http://www.transifex.com/MageiaLinux/mageia/language/hi/)\n"
+"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "कारà¥à¤¯à¤•à¥à¤°à¤®"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "सभाà¤à¤ &amp; संगठन"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "सॉफà¥à¤Ÿà¤µà¥‡à¤¯à¤° विकास &amp; विमोचन योजना"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "परामरà¥à¤¶"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "मजिया दिनदरà¥à¤¶à¤¿à¤•à¤¾"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "मजिया संगठन, कारà¥à¤¯à¤•à¥à¤°à¤®, सॉफà¥à¤Ÿà¤µà¥‡à¤¯à¤° विकास सारणी आदि हेतॠदिनदरà¥à¤¶à¤¿à¤•à¤¾à¥¤"
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "मजिया, लिनकà¥à¤¸, दिनदरà¥à¤¶à¤¿à¤•à¤¾, कारà¥à¤¯à¤•à¥à¤°à¤®"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "दिनदरà¥à¤¶à¤¿à¤•à¤¾"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "इस दिनदरà¥à¤¶à¤¿à¤•à¤¾ दà¥à¤µà¤¾à¤°à¤¾ आप मजिया संबंधी सभी कारà¥à¤¯à¤•à¥à¤°à¤®, <a href=\"https://wiki.mageia.org/en/Meetings\">सभाà¤à¤</a>, सॉफà¥à¤Ÿà¤µà¥‡à¤¯à¤° विकास हेतॠनियोजित उपलबà¥à¤§à¤¿à¤¯à¤¾à¤‚ इतà¥à¤¯à¤¾à¤¦à¤¿ के बारे में जान सकते हैं।"
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "यह सारà¥à¤µà¤œà¤¾à¤¨à¤¿à¤• रूप से उपलबà¥à¤§ है। केवल मजिया बोरà¥à¤¡, समिति सदसà¥à¤¯ व टीम लीडर ही इसका संपादन कर सकते हैं।"
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "दिनदरà¥à¤¶à¤¿à¤•à¤¾ संबंधी कोई टिपà¥à¤ªà¤£à¥€ या बदलाव हेतà¥, इनके माधà¥à¤¯à¤® से निःसंकोच संपरà¥à¤• करें :"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "अपने <a href=\"https://wiki.mageia.org/en/\">टीम</a> लीडर या पà¥à¤°à¤¤à¤¿à¤¨à¤¿à¤§à¤¿,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "Freenode आईआरसी चैट पर <a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> से,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "अंतिम उपाय <a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a>पर मेल करें।"
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS फ़ाइलें"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "इन ICS फ़ाइलों तक आप पà¥à¤¨à¥‡ हेतॠसीधी पहà¥à¤à¤š पà¥à¤°à¤¾à¤ªà¥à¤¤ कर सकते हैं :"
diff --git a/langs/hi/community.po b/langs/hi/community.po
index 28698ca12..955c3566c 100644
--- a/langs/hi/community.po
+++ b/langs/hi/community.po
@@ -2,300 +2,289 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# Panwar108 <caspian7pena@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2020-06-07 13:53+0000\n"
"Last-Translator: Panwar108 <caspian7pena@gmail.com>\n"
"Language-Team: Hindi (http://www.transifex.com/MageiaLinux/mageia/language/hi/)\n"
+"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "मजिया, समà¥à¤¦à¤¾à¤¯, समाचार, साधन, कारà¥à¤¯"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "मजिया सामà¥à¤¦à¤¾à¤¯à¤¿à¤• केंदà¥à¤°"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "बà¥à¤²à¥‰à¤—"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "बà¥à¤²à¥‰à¤— संकलक"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "फोरम"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "पतà¥à¤°à¤¾à¤šà¤¾à¤° सूचियाà¤"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "मजिया अनà¥à¤ªà¥à¤°à¤¯à¥‹à¤— डाटाबेस"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "कैलेंडर"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "वà¥à¤¯à¤•à¥à¤¤à¤¿"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "सà¥à¤¥à¤¾à¤¨à¥€à¤¯ भाषा में समाचार"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "अंगà¥à¤°à¥‡à¥›à¥€ में समाचार"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "कैसे योगदान करें?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "यहाठसे पà¥à¤°à¤¾à¤°à¤‚भ करें"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "à¤à¤µà¤‚ <a href=\"https://wiki.mageia.org/en/IRC\">आईआरसी</a> दà¥à¤µà¤¾à¤°à¤¾ हमसे संपरà¥à¤• करें।"
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "आप इस परियोजना का <a href=\"../donate/\">वितà¥à¤¤à¥€à¤¯ सहायता</a> कर भी, समरà¥à¤¥à¤¨ कर सकते हैं !"
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "साधन संगà¥à¤°à¤¹"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
+#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "पà¥à¤°à¤²à¥‡à¤–न"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "पैकेजिंग"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "मैनडà¥à¤°à¥ˆà¤•à¤²à¤¿à¤¨à¤•à¥à¤¸"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Mageia के बारे में और"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "टीम"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
diff --git a/langs/hi/downloads/get.po b/langs/hi/downloads/get.po
index 1181b839d..db9b19b3b 100644
--- a/langs/hi/downloads/get.po
+++ b/langs/hi/downloads/get.po
@@ -2,28 +2,28 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: downloads/get
-#
+#
# include translation strings from:
# en/downloads/get/index.php
# en/downloads/get/lib.php
-#
+#
# Translators:
# Panwar108 <caspian7pena@gmail.com>, 2018,2021
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-04-23 12:07+0000\n"
"Last-Translator: Panwar108 <caspian7pena@gmail.com>\n"
"Language-Team: Hindi (http://www.transifex.com/MageiaLinux/mageia/language/hi/)\n"
+"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: "/web/en/downloads/get/index.php +130"
@@ -35,9 +35,7 @@ msgid "This <a href=\"%s\">%s</a> download mirror is located in %s (%s)."
msgstr "यह <a href=\"%s\">%s</a> डाउनलोड मिरर-सरà¥à¤µà¤° %s (%s) में सà¥à¤¥à¤¿à¤¤ है।"
#: "/web/en/downloads/get/index.php +154"
-msgid ""
-"If it does not work well for you, <a href=\"#om\" "
-"id=\"other_mirrors_btn\">check out these other mirrors</a>."
+msgid "If it does not work well for you, <a href=\"#om\" id=\"other_mirrors_btn\">check out these other mirrors</a>."
msgstr "यदि आप हेतॠयह उचित रूप से कारà¥à¤¯à¤°à¤¤ न हो तो, <a href=\"#om\" id=\"other_mirrors_btn\">ये अनà¥à¤¯ मिरर-सरà¥à¤µà¤° उपयोग करें</a>।"
#: "/web/en/downloads/get/index.php +169"
@@ -69,9 +67,7 @@ msgid "(download size is about %s)."
msgstr "(डाउनलोड आकार लगभग %s है)।"
#: "/web/en/downloads/get/index.php +249"
-msgid ""
-"If the download does not start, <a href=\"%s\" rel=\"nofollow\" "
-"title=\"%s\">click here</a>."
+msgid "If the download does not start, <a href=\"%s\" rel=\"nofollow\" title=\"%s\">click here</a>."
msgstr "डाउनलोड आरंभ न होने पर <a href=\"%s\" rel=\"nofollow\" title=\"%s\">यहाठकà¥à¤²à¤¿à¤• करें</a>।"
#: "/web/en/downloads/get/index.php +257"
@@ -103,15 +99,11 @@ msgid "OK"
msgstr "ठीक है"
#: "/web/en/downloads/get/index.php +274"
-msgid ""
-"You can also compare checksum directly from this web page without checksum "
-"file"
+msgid "You can also compare checksum directly from this web page without checksum file"
msgstr "बिना चेकसम फाइल के भी आप केवल इस पृषà¥à¤  दà¥à¤µà¤¾à¤°à¤¾ चेकसम की तà¥à¤²à¤¨à¤¾ कर सकते हैं"
#: "/web/en/downloads/get/index.php +287"
-msgid ""
-"As soon as your download is complete, you should check that the checksums "
-"match:"
+msgid "As soon as your download is complete, you should check that the checksums match:"
msgstr "डाउनलोड पूरà¥à¤£ होने के उपरांत चेकसम का मिलान अवशà¥à¤¯ करें :"
#: "/web/en/downloads/get/index.php +288"
@@ -127,9 +119,7 @@ msgid "Checksums are available for download as files:"
msgstr "चेकसम फाइल रूप में डाउनलोड हेतॠउपलबà¥à¤§ हैं :"
#: "/web/en/downloads/get/index.php +295"
-msgid ""
-"If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-"
-"check and try to download again."
+msgid "If checksums do not match, <strong>DO NOT use this ISO</strong>. Double-check and try to download again."
msgstr "चेकसम मिलान विफल होने पर <strong>आईà¤à¤¸à¤“ फाइल उपयोग न करें</strong>। पà¥à¤¨à¤ƒ जाà¤à¤šà¤•à¤° फिर से डाउनलोड करें।"
#: "/web/en/downloads/get/index.php +299"
@@ -141,9 +131,7 @@ msgid "They are also available for download as files:"
msgstr "वे फाइल रूप में डाउनलोड हेतॠभी उपलबà¥à¤§ हैं :"
#: "/web/en/downloads/get/index.php +302"
-msgid ""
-"First you need to import the \"Mageia Release\" key from a <a "
-"href=\"%s\">MIT PGP Public Key Server</a>:"
+msgid "First you need to import the \"Mageia Release\" key from a <a href=\"%s\">MIT PGP Public Key Server</a>:"
msgstr "पà¥à¤°à¤¥à¤®à¤¤à¤¯à¤¾ <a href=\"%s\">MIT पीजीपी कà¥à¤‚जी सरà¥à¤µà¤°</a> से \"मजिया संसà¥à¤•à¤°à¤£\" कà¥à¤‚जी आयात करें :"
#: "/web/en/downloads/get/index.php +306"
@@ -179,10 +167,7 @@ msgid "Download mirrors"
msgstr "डाउनलोड मिरर-सरà¥à¤µà¤°"
#: "/web/en/downloads/get/index.php +346"
-msgid ""
-"The making and the distribution of Mageia worldwide is made possible by all "
-"the <a href=\"%s\">people and organizations that mirror our software</a> and"
-" that <a href=\"%s\">donate money, hardware, hosting and more</a>."
+msgid "The making and the distribution of Mageia worldwide is made possible by all the <a href=\"%s\">people and organizations that mirror our software</a> and that <a href=\"%s\">donate money, hardware, hosting and more</a>."
msgstr "मजिया का सृजन व वैशà¥à¤µà¤¿à¤• वितरण उन सभी <a href=\"%s\">वà¥à¤¯à¤•à¥à¤¤à¤¿à¤¯à¥‹à¤‚ à¤à¤µà¤‚ संसà¥à¤¥à¤¾à¤“ं</a> दà¥à¤µà¤¾à¤°à¤¾ संभव हो पाया है जो हमारे <a href=\"%s\">सॉफà¥à¤Ÿà¤µà¥‡à¤¯à¤° हेतॠमिरर-सरà¥à¤µà¤° पà¥à¤°à¤¦à¤¾à¤¨ और धनराशि, हारà¥à¤¡à¤µà¥‡à¤¯à¤°, होसà¥à¤Ÿà¤¿à¤‚ग आदि</a> में सहयोग करते हैं।"
#: "/web/en/downloads/get/index.php +347"
@@ -194,21 +179,16 @@ msgid "Sorry!"
msgstr "कà¥à¤·à¤®à¤¾ करें !"
#: "/web/en/downloads/get/index.php +353"
-msgid ""
-"Your download could not complete, as we could not find this file. Please try"
-" again from the <a href=\"%s\">main downloads page</a>."
+msgid "Your download could not complete, as we could not find this file. Please try again from the <a href=\"%s\">main downloads page</a>."
msgstr "फाइल पà¥à¤°à¤¾à¤ªà¥à¤¤ न होने के कारण आपका अनà¥à¤°à¥‹à¤§à¤¿à¤¤ डाउनलोड विफल रहा। कृपया <a href=\"%s\">मà¥à¤–à¥à¤¯ डाउनलोड पृषà¥à¤ </a> से पà¥à¤¨à¤ƒ पà¥à¤°à¤¯à¤¾à¤¸ करें।"
#: "/web/en/downloads/get/index.php +355"
-msgid ""
-"If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; "
-"please tell us:"
+msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash; please tell us:"
msgstr "यह समसà¥à¤¯à¤¾ à¤à¤•à¤¾à¤§à¤¿à¤• बार उतà¥à¤ªà¤¨à¥à¤¨ होने के सà¥à¤¥à¤¿à¤¤à¤¿ में &ndash; कृपया हमें संपरà¥à¤• करें :"
#: "/web/en/downloads/get/index.php +357"
-msgid ""
-"directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-"
-"atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "सीधे संपरà¥à¤• हेतॠ<a href=\"irc://irc.freenode.net/#mageia-atelier\">Freenode आईआरसी चैट पर #mageia-atelier</a>,"
#: "/web/en/downloads/get/index.php +358"
@@ -216,21 +196,15 @@ msgid "or <a href=\"https://twitter.com/mageia_org\">via our Twitter account</a>
msgstr "या <a href=\"https://twitter.com/mageia_org\">हमारे टà¥à¤µà¤¿à¤Ÿà¤° अकाउंट दà¥à¤µà¤¾à¤°à¤¾</a>,"
#: "/web/en/downloads/get/index.php +359"
-msgid ""
-"or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on"
-" the Atelier team mailing-list</a>,"
+msgid "or with a <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">notice on the Atelier team mailing-list</a>,"
msgstr "या <a href=\"https://ml.mageia.org/l/info/atelier-discuss\">Atelier टीम मेल-सूची पर सूचित करें</a>,"
#: "/web/en/downloads/get/index.php +360"
-msgid ""
-"or a <a "
-"href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug"
-" report</a>."
+msgid "or a <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">bug report</a>."
msgstr "या <a href=\"https://bugs.mageia.org/enter_bug.cgi?product=Websites&amp;format=guided&amp;component=www.mageia.org\">समसà¥à¤¯à¤¾ रिपोरà¥à¤Ÿ</a> दरà¥à¤œ करें।"
#: "/web/en/downloads/get/index.php +363"
-msgid ""
-"Please copy and report us the above address that returned you to this page."
+msgid "Please copy and report us the above address that returned you to this page."
msgstr "इस पृषà¥à¤  पर इंगित करने वाले पृषà¥à¤  का पता भी कॉपी कर हमें सूचित करें।"
#: "/web/en/downloads/get/index.php +363"
@@ -246,9 +220,7 @@ msgid "By clicking this button, you agree to the use of HTTP cookies."
msgstr "यह बटन कà¥à¤²à¤¿à¤• कर, आप à¤à¤šà¤Ÿà¥€à¤Ÿà¥€à¤ªà¥€ कà¥à¤•à¥€à¥› उपयोग को अनà¥à¤®à¤¤à¤¿ पà¥à¤°à¤¦à¤¾à¤¨ करेंगे।"
#: "/web/en/downloads/get/index.php +369"
-msgid ""
-"They enable you to share content from this page via social network sharing "
-"buttons."
+msgid "They enable you to share content from this page via social network sharing buttons."
msgstr "जिसके फलसà¥à¤µà¤°à¥‚प आप इस पृषà¥à¤  की सामगà¥à¤°à¥€ को सोशल नेटवरà¥à¤• बटन दà¥à¤µà¤¾à¤°à¤¾ सहभाजित कर सकेंगे।"
#: "/web/en/downloads/get/index.php +369"
diff --git a/langs/hi/support.po b/langs/hi/support.po
index 54e2d83f1..ccd3b1b16 100644
--- a/langs/hi/support.po
+++ b/langs/hi/support.po
@@ -2,27 +2,27 @@
# Copyright (C) 2014 - 2021 Mageia
# This file is distributed under the same license as
# the content of the corresponding web page(s).
-#
+#
# Generated by extract2gettext.php
# Domain: support
-#
+#
# include translation strings from:
# en/support/index.php
-#
+#
# Translators:
# Panwar108 <caspian7pena@gmail.com>, 2020-2021
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2021-04-23 13:26+0000\n"
"Last-Translator: Panwar108 <caspian7pena@gmail.com>\n"
"Language-Team: Hindi (http://www.transifex.com/MageiaLinux/mageia/language/hi/)\n"
+"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: "/web/en/support/index.php +12"
@@ -70,9 +70,7 @@ msgid "Bugs Reports"
msgstr "समसà¥à¤¯à¤¾ रिपोरà¥à¤Ÿ"
#: "/web/en/support/index.php +39"
-msgid ""
-"You can look up existing %sdocumentation here%s. You may too look into our "
-"%sWiki%s."
+msgid "You can look up existing %sdocumentation here%s. You may too look into our %sWiki%s."
msgstr "मौजूदा %sपà¥à¤°à¤²à¥‡à¤–न हेतॠयहाà¤%s देखें। परियोजना %sविकी%s हेतॠयहाठदेखें। "
#: "/web/en/support/index.php +41"
@@ -80,15 +78,11 @@ msgid "https://wiki.mageia.org"
msgstr "https://wiki.mageia.org"
#: "/web/en/support/index.php +44"
-msgid ""
-"Updates are available for %s and %s (security and bug fixes) and published "
-"on an ongoing basis."
+msgid "Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis."
msgstr ""
#: "/web/en/support/index.php +45"
-msgid ""
-"Updates are available for %s (security and bug fixes) and published on an "
-"ongoing basis."
+msgid "Updates are available for %s (security and bug fixes) and published on an ongoing basis."
msgstr ""
#: "/web/en/support/index.php +46"
@@ -111,217 +105,158 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
-msgid ""
-"More details and advice are available on our %swiki page%s and from %sour "
-"blog%s."
+#: "/web/en/support/index.php +61"
+msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
-msgid ""
-"If you need help, information or directions about the Mageia distribution "
-"you installed or about the project, you can try to reach us through:"
+#: "/web/en/support/index.php +74"
+msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
-msgid ""
-"<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in "
-"English &ndash; see <a "
-"href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia "
-"community forums</a> for support in your language;"
+#: "/web/en/support/index.php +77"
+msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid ""
-"IRC channels where you can discuss live with other Mageia users and "
-"contributors: <a href=\"irc://irc.freenode.net/#mageia\" "
-"hreflang=\"en\">#mageia</a> or other localized <a "
-"href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the "
-"time, we are working on it!);"
+#: "/web/en/support/index.php +79"
+msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
-msgid ""
-"our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en"
-"\">mailing-lists</a>;"
+#: "/web/en/support/index.php +80"
+msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "हमारी <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">मेल-सूची</a>;"
-#: "/web/en/support/index.php +83"
-msgid ""
-"local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> "
-"and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
+#: "/web/en/support/index.php +81"
+msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
-msgid ""
-"Mageia.Org does not provide or endorse commercial/professional support or "
-"other services around the distribution. But there are organizations "
-"providing such services and more."
+#: "/web/en/support/index.php +86"
+msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
-msgid ""
-"Each release of Mageia software runs on most i586 and x86_64 computer "
-"systems available at the release time."
+#: "/web/en/support/index.php +92"
+msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
+#: "/web/en/support/index.php +99"
+msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
+msgstr ""
+
+#: "/web/en/support/index.php +100"
+msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
+msgstr ""
+
#: "/web/en/support/index.php +101"
-msgid ""
-"For low memory intensive programs and light graphical Desktop Environments "
-"like Xfce the minimum is 1GB."
+msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
#: "/web/en/support/index.php +102"
-msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
+msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
#: "/web/en/support/index.php +103"
-msgid ""
-"Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual "
-"setup;"
+msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
#: "/web/en/support/index.php +104"
-msgid ""
-"This includes a few GB for user files. If you need more than you should take"
-" that in account too."
+msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
#: "/web/en/support/index.php +105"
-msgid ""
-"Custom installations on less space are possible but this requires "
-"intermediate linux knowledge."
+msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
#: "/web/en/support/index.php +106"
-msgid ""
-"Bootable USB port or optical drive capable of using media with a storage "
-"capacity of at least 4GB used for installation."
-msgstr ""
-
-#: "/web/en/support/index.php +107"
-msgid ""
-"Smaller media capacity is used for network installation, but a reliable "
-"Internet connection is needed."
-msgstr ""
-
-#: "/web/en/support/index.php +108"
msgid "More information at %sdownloads page%s."
msgstr "अधिक जानकारी हेतॠ%sडाउनलोड पृषà¥à¤ %s देखें।"
-#: "/web/en/support/index.php +109"
-msgid ""
-"Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
+#: "/web/en/support/index.php +107"
+msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
-msgid ""
-"For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work "
-"properly, specific firmware or software may be needed, this is available in "
-"a specific online repository called \"nonfree\" (<a "
-"href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn"
-" more</a>)."
+#: "/web/en/support/index.php +111"
+msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
-msgid ""
-"We may set up a hardware compatibility list/directory as well as a hardware "
-"certification process; but that's still at the planning stage. Feel free to "
-"join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if "
-"you would like to help in this regard."
+#: "/web/en/support/index.php +112"
+msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
-msgid ""
-"You may check and report bugs on <a href=\"%s\">our Bugzilla "
-"(bugs.mageia.org)</a>."
+#: "/web/en/support/index.php +116"
+msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
diff --git a/langs/hr/calendar.po b/langs/hr/calendar.po
index 0281ab89b..b3a4b0ea4 100644
--- a/langs/hr/calendar.po
+++ b/langs/hr/calendar.po
@@ -2,102 +2,90 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.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: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Ivica Kolić <ikoli@yahoo.com>\n"
"Language-Team: Croatian (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "događaji"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "sastanci &amp; organizacija"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "razvoj &amp; plan izdavanja"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "mentoriranje"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageia kalendar"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageia kalendar za oganizaciju,događaje, raspored razvoja i više."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, kalendar, događaji"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalendar"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Ovaj kalendar pokazuje sve Mageia događaje, <a href=\"https://wiki.mageia.org/en/Meetings\">sastanketima</a>, planiranje razvoja i možda još više."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Javan je i dostupan svima. Samo Älanovi Mageia Odbora i Vijeća imaju pravo pisanja u njemu."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Za svaki komentar, dodatak, promjenu u ovom kalendaru slobodno nas kontaktirajte preko:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "vođa vašeg <a href=\"https://wiki.mageia.org/en/\">tima</a> ili predstavnik,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> na Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> u krajnjem sluÄaju."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS datoteke"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "MOžete dobiti pristup samo za Äitanje ovih .ics datoteka:"
diff --git a/langs/hr/community.po b/langs/hr/community.po
index 3a0c6aa55..182e6382f 100644
--- a/langs/hr/community.po
+++ b/langs/hr/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: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Ivica Kolić <ikoli@yahoo.com>\n"
"Language-Team: Croatian (http://www.transifex.com/MageiaLinux/mageia/language/hr/)\n"
@@ -25,269 +25,272 @@ msgstr ""
"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/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
msgid "Mageia Community"
msgstr "Mageia zajednica"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, zajednica, novosti, alati, zadaci"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia središte zajednice"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Forumi"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Mailing-liste"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Mageia baza podataka programa"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalendar"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Ljudi"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Kako doprinijeti?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "PoÄnite ovdje"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Alatna kutija"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; za prijavu problema"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> kod repozitoriji"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "neodržavani paketi"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Razgovori"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "...ilim kako stupiti u kontakt sa nama? Lako:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> na Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "u stvarnom životu!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "tijekom događanja!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Timovi kojima se možete prikljuÄiti!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentacija"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Paketiranje"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Prevođenje"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Više o Mageii"
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Naš model upravljanja</a> i struktura:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Timovi"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "Vijeće"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "Odbor"
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
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>!"
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> na Freenode"
+
#~ msgid "News"
#~ msgstr "Novosti"
diff --git a/langs/hr/downloads/get.po b/langs/hr/downloads/get.po
index 08f4efc8f..e1cb55326 100644
--- a/langs/hr/downloads/get.po
+++ b/langs/hr/downloads/get.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Croatian (http://www.transifex.com/MageiaLinux/mageia/language/hr/)\n"
@@ -187,7 +187,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Ako se joÅ¡ susrećete sa ovom greÅ¡kom i mislite DA SE TO NE BI TREBALO DOGAÄATI &ndash; molim recite nam:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "direktno na <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier na Freenode IRC</a>,"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/hr/support.po b/langs/hr/support.po
index 619b10e8f..d3ce9c90d 100644
--- a/langs/hr/support.po
+++ b/langs/hr/support.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2018-01-24 17:46+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Croatian (http://www.transifex.com/MageiaLinux/mageia/language/hr/)\n"
@@ -106,179 +106,174 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 1 je bila podržana do 1. prosinca, 2012."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 1 je bila podržana do 1. prosinca, 2012."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "Mageia 1 je bila podržana do 1. prosinca, 2012."
-
-#: "/web/en/support/index.php +60"
-#, fuzzy
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 4 je bila podržana do 19. rujna 2015."
-
-#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 4 je bila podržana do 19. rujna 2015."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 je bila podržana do 19. rujna 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 je bila podržana do 26. studenog 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 je bila podržana do 22. studenog, 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 je bila podržana do 1. prosinca, 2012."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Ako vam treba pomoć, informacije ili uputsva o Mgeia distribuciji koju ste instalirali ili o projektu, možete nas pokušati dobiti preko:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Forumi podrške zajednice</a> na engleskom &ndash; vidite <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">ostale Mageia forume zajednice</a> za podršku na vašm jeziku;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "IRC kanali gdje možete raspravljati uživo sa ostalim Mageia korisnicima i doprinositeljima: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> ili ostali lokalizirani <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">kanali</a>;"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "naš <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (još je grub u ovom trenutku, radimo na tome!);"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "naše <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-liste</a>;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "lokalni događaji: pratite naš <a href=\"https://blog.mageia.org/en/\">blog</a> i <a href=\"https://www.mageia.org/en/calendar/\">kalendar</a>."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org ne pruža niti odobrava komercijalnu/profesionalnu podršku ili ostale usluge vezane za distribuciju. Ali postoje organizacije koje pružaju te usluge pa i više."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Možete pratiti ovu listu zahtjeva sklopovlja:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Procesor: bilo koji AMD, Intel ili VIA procesor;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Memorija (RAM): 512MB minimum, 2GB rpreporuÄeno;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Pohrana (HDD ili SSD): 5GB za minimalnu instalaciju, 20GB za lagodno postavljanje;"
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Ovo ukljuÄuje nekoliko GB za korisnikove datoteke. Ako vam treba joÅ¡ imajte to na umu."
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Prilagpođene instalacije na manje prostora su moguće ali zahtjevaju srednje poznavanje linuxa."
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "GrafiÄka kartica: bilo koja AMD/ATI, Intel, Matrox, Nvidia, SiS ili VIA grafiÄka kartica;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "ZvuÄna kartica: bilo koja AC97, HDA ili Sound Blaster szvuÄna kartica."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr ""
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 1 je bila podržana do 1. prosinca, 2012."
+
+#, fuzzy
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 4 je bila podržana do 19. rujna 2015."
+
+#, fuzzy
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "Mageia 1 je bila podržana do 1. prosinca, 2012."
diff --git a/langs/hu/calendar.po b/langs/hu/calendar.po
index 74fc07e7c..1c6199e1e 100644
--- a/langs/hu/calendar.po
+++ b/langs/hu/calendar.po
@@ -2,13 +2,13 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# Balzamon, 2016
# Ferenc Teknős <teknos.ferenc@gmail.com>, 2017
@@ -17,89 +17,77 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-23 19:38+0000\n"
"Last-Translator: Ferenc Teknős <teknos.ferenc@gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "események"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "találkozók &amp; szervezet"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "fejlesztési &amp; kiadási terv"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "mentorálás"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageia naptár"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageia naptár szervezéshez, rendezvényekhez, fejlesztési ütemtervekhez és így tovább."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, naptár, események"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Naptár"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Ez a naptár megmutatja az összes Mageia rendezvényt,<a href=\"https://wiki.mageia.org/en/Meetings\">csapat megbeszélést</a>,fejlesztési mérföldköveket és esetleg többet."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Nyilvános és mindenki számára elérhető.Csak a Mageia Igazgatótanácsának és Tanácsának tagjai és a csapatvezetők írásbeli engedélyével férhetnek csak hozzá."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Bármely megjegyzést illetően, addig, változtasd meg ezt a naptárat, bátran lépj velünk kapcsolatba:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "a te <a href=\"https://wiki.mageia.org/en/\">csapatod</a>vezetője,képviselője"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> a Freenodeon,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a>a végső esetben."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS fájlok"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Közvetlenül csak olvasható hozzáférést kaphat ezekhez az .ics fájlokhoz:"
diff --git a/langs/hu/community.po b/langs/hu/community.po
index 82a2c7fe2..6d9347d98 100644
--- a/langs/hu/community.po
+++ b/langs/hu/community.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2017-12-09 09:31+0000\n"
"Last-Translator: Ferenc Teknős <teknos.ferenc@gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/MageiaLinux/mageia/language/hu/)\n"
@@ -28,269 +28,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 +14"
msgid "Mageia Community"
msgstr "Mageia Közösség"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 "A Mageia Közösségi Központ az a hely, ahol valamennyi közreműködő és felhasználó megtalálhatja a Mageia legfrisseb híreit, és többet megtudhat arról, milyen munkát végezhet a projektben."
-#: "/web/en/community/index.php +15"
+#: "/web/en/community/index.php +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, közösség, hírek, eszközök, feladatok"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia Közösségi Központ"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Fórumok"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Levelezőlisták"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Mageia Alkalmazás Adatbázis"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Naptár"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Emberek"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Hogyan segíthet?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Kezdje el itt"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr "és találkozzunk az <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a> csatornán."
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "<a href=\"../donate/\">Pénzügyileg</a> is támogathatja a projektet!"
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Eszköztár"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; közösségi dokumentáció"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; hibabejelentő"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Fejlesztőknek és csomagkészítőknek"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> forráskód-tárolók"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Csomagok beküldése"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "nem karbantartott csomagok"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Ãltalános minÅ‘ségbiztosítási beszámoló"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Párbeszédek"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... vagy, hogyan léphet velünk kapcsolatba? Egyszerű:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> a Freenode hálózaton"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "a való életben!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "rendezvényeken!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Csapatok, melyekhez csatlakozhat!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentáció"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Csomagkészítés"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Tesztelés és <abbr title=\"Quality Assurance\">QA - minőségbiztosítás</abbr>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Honosítás"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Rendszer és infrastruktúra üzemeltetés"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Hibák osztályozása"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Tudjon meg többet a Mageiáról."
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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/\">Magatartási kódexünk</a> és <a href=\"../about/values/\">értékeink</a>"
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Vezetési modell</a> és szerkezet:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Csapatok"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "a Tanács"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "a Vezetőség"
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr "<a href=\"../donate/\">Támogatások</a> és <a href=\"../about/reports/\">beszámolók</a>."
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr "A honlapnak szüksége van Önre! <a href=\"https://wiki.mageia.org/en/Web_team\">Csatlakozzon a Web Csapathoz</a>!"
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> a Freenode hálózaton"
+
#~ msgid "News"
#~ msgstr "Hírek"
diff --git a/langs/hu/downloads/get.po b/langs/hu/downloads/get.po
index 90111e211..3417def9a 100644
--- a/langs/hu/downloads/get.po
+++ b/langs/hu/downloads/get.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: 0f91827f785e2dd1095e46c64aa20577_4846911 <3cccced9430ed5472110b543e2902d3c_405455>\n"
"Language-Team: Hungarian (http://www.transifex.com/MageiaLinux/mageia/language/hu/)\n"
@@ -192,7 +192,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Ha továbbra is tapasztalja a hibát, és úgy gondolja, hogy ennek NEM SZABADNA MEGTÖRTÉNNIE &ndash; kérjük, értesítsen minket:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "közvetlenül a <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier csatornán, a Freenode IRC-n</a>,"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/hu/support.po b/langs/hu/support.po
index c316dd6a9..5cc42e0c1 100644
--- a/langs/hu/support.po
+++ b/langs/hu/support.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2017-12-13 16:06+0000\n"
"Last-Translator: Miklos Horvath <szubotaj@gmail.com>\n"
"Language-Team: Hungarian (http://www.transifex.com/MageiaLinux/mageia/language/hu/)\n"
@@ -112,179 +112,174 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "A Mageia 1 támogatási ideje 2012 december 1.-én járt le."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "A Mageia 6 támogatási ideje 2019 január 16.-án járt le."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "A Mageia 6 támogatási ideje 2019 január 16.-án járt le."
-
-#: "/web/en/support/index.php +60"
-#, fuzzy
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "A Mageia 4 támogatási ideje 2015 szeptember 19.-én járt le."
-
-#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "A Mageia 4 támogatási ideje 2015 szeptember 19.-én járt le."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "A Mageia 5 támogatása 2017. December 31. napjáig tart."
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr "További részletekért és segítségért tekintsd meg a %swiki oldalt%s vagy %sa blogot.%s"
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/From_Mageia_5_to_6"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "A Mageia 4 támogatási ideje 2015 szeptember 19.-én járt le."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "A Mageia 3 támogatási ideje 2014 november 26.-án járt le."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "A Mageia 2 támogatási ideje 2013 november 22.-én járt le."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "A Mageia 1 támogatási ideje 2012 december 1.-én járt le."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Ha bármilyen segítségre, információra vagy útmutatásra van szükséged az általad telepített Mageia disztribúcióval kapcsolatban vagy a projectről, itt megpróbálhatsz elérni minket:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Közösségi támogatási forumok</a> angolul &ndash; <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">Más Mageia közösségi fórumok</a> támogatásért a saját nyelveden;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "IRC csatornák ahol más Mageia felhasználókkal és hozzájárulókkal is kapcsolatba léphetsz: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\"> #mageia</a> vagy más nyelveken <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">csatornák</a>;"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "<a href=\"https://wiki.mageia.org/en/\">Wiki oldalunk</a> (Folyamatosan dolgozunk rajta!);"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "<a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">Levelezési listák</a>;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "helyi események: kövesd a <a href=\"https://blog.mageia.org/en/\">blogunkat</a> és <a href=\"https://www.mageia.org/en/calendar/\">naptárukat</a>."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "A Mageia.Org nem kínál vagy támogat a kereskedelmi/szakmai supportot vagy más szolgáltatásokat a disztribúcióra épülve. De vannak szervezetek amelyek kínálnak ilyen szolgáltatásokat és hasonlókat."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Kérlek, ellenőrizd a <a href=\"%s\">kereskedelmi gyártók</a> listáját"
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "A Mageia szoftver minden kiadása fut a legtöbb i586 és x86_64 számítógépen amelyek elérhetők a kiadás idején."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Itt követheted a hardverkövetelmény listát:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Processzor: bármilyen AMD, Intel vagy VIA processzor;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Memória (RAM): 512MB minimum, 2GB ajánlott;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Tárhely (HDD vagy SSD): 5GB a minimális telepítésnek, 20GB az alkalmi használathoz;"
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Ez tartalmaz néhány GB felhasználói fájlt. Ha többre van szükséged akkor figyelembe kell venned."
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Az átlagos telepítés kevesebb helyen lehetséges de ez haladó Linux ismereteket igényel."
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr "Bootolható USB port vagy optikai meghajtó amely legalább 4 GB tárlókapacitással rendelkezik a telepítéshez."
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Kisebb média méret a hálózati telepítéshez használható, de megbízható internet kapcsolat szükséges."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr "További információk itt: %sdownloads page%s."
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Videokártya: bármilyen AMD/ATI, Intel, Matrox, Nvidia, SiS vagy VIA videokártya;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Hangkártya: bármilyen AC97, HDA vagy Sound Blaster hangkártya"
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Néhány fajta hardware (WI-FI csipszet, 3D -s kártyák) megfelelő működéséhez speciális firmware és szoftver lehet szükséges, ez egy úgy nevezett \"nonfree\" tárolóból érhető el. (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">Bővebben itt</a>)."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Készíthetünk hardver kompatibilitási listát vagy könyvtárat valamint hardver tanúsítási folyamatot; de ez még mindig tervezési fázisban van. Szabadon vedd fel a kapcsolatot a <a href=\"%s\">Webes</a> és a <a href=\"%s\">QA</a> csapatokkal, ha további segítségre van szükséged."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Megtekinthetsz és jelenthetsz hibákat <a href=\"%s\">a Bugzillankon (bugs.mageia.org)</a>."
#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "A Mageia 6 támogatási ideje 2019 január 16.-án járt le."
+
+#, fuzzy
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "A Mageia 4 támogatási ideje 2015 szeptember 19.-én járt le."
+
+#, fuzzy
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "A Mageia 1 támogatási ideje 2012 december 1.-én járt le."
diff --git a/langs/ia/calendar.po b/langs/ia/calendar.po
index 1b5730d5e..503d2fd9a 100644
--- a/langs/ia/calendar.po
+++ b/langs/ia/calendar.po
@@ -2,101 +2,88 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2014-03-17 18:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Interlingua (http://www.transifex.com/MageiaLinux/mageia/language/ia/)\n"
+"Language: ia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ia\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr ""
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr ""
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr ""
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr ""
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr ""
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr ""
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr ""
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr ""
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr ""
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr ""
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr ""
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr ""
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr ""
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr ""
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr ""
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr ""
diff --git a/langs/ia/community.po b/langs/ia/community.po
index bd50556da..fc66d9d8d 100644
--- a/langs/ia/community.po
+++ b/langs/ia/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: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2016-04-01 05:38+0000\n"
"Last-Translator: Tea Coba <sleepwalkdroid@gmail.com>\n"
"Language-Team: Interlingua (http://www.transifex.com/MageiaLinux/mageia/language/ia/)\n"
@@ -25,266 +25,266 @@ 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 +14"
msgid "Mageia Community"
msgstr "Communitate de Mageia"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, communitate, novas, instrumentos, labores"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr ""
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr ""
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr ""
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
msgid "https://wiki.mageia.org/en/IRC"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "https://forum.mageia.org/en/"
msgstr ""
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Foros"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Listas de posta"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr ""
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Base de datos de applicationes de Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr ""
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr ""
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Como contribuer?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Comencia hic"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
msgid "and meet us on <a href=\"https://wiki.mageia.org/en/IRC\">IRC</a>."
msgstr ""
-#: "/web/en/community/index.php +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr ""
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr ""
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr ""
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr ""
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr ""
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr ""
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr ""
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr ""
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr ""
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr ""
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr ""
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr ""
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
+#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
msgstr ""
-#: "/web/en/community/index.php +110"
+#: "/web/en/community/index.php +111"
msgid "\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "in le vita real!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr ""
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "\"https://wiki.mageia.org/en/Atelier_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "\"https://wiki.mageia.org/en/Documentation_team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Documentation"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "\"https://wiki.mageia.org/en/Packagers_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "\"https://wiki.mageia.org/en/QA_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Traduction"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "\"https://wiki.mageia.org/en/Sysadmin_Team\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr ""
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Plus re Mageia"
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "\"https://wiki.mageia.org/en/Special:Search?search=teams\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "\"https://wiki.mageia.org/en/Org_Council\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "\"https://wiki.mageia.org/en/Org_Board\" hreflang=\"en\""
msgstr ""
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr ""
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
msgid "<a href=\"../donate/\">Donations</a> &amp; <a href=\"../about/reports/\">reports</a>."
msgstr ""
-#: "/web/en/community/index.php +150"
+#: "/web/en/community/index.php +151"
msgid "This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join the Web team</a>!"
msgstr ""
diff --git a/langs/ia/downloads/get.po b/langs/ia/downloads/get.po
index 700c55271..8ef93f688 100644
--- a/langs/ia/downloads/get.po
+++ b/langs/ia/downloads/get.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Interlingua (http://www.transifex.com/MageiaLinux/mageia/language/ia/)\n"
@@ -188,7 +188,7 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Si tu trova iste error e pensa que ILLO NON DEBEREA OCURRER &ndash; contacta nos, per favor:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr ""
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/ia/support.po b/langs/ia/support.po
index 95b719123..a4f71fa23 100644
--- a/langs/ia/support.po
+++ b/langs/ia/support.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2016-08-06 11:52+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Interlingua (http://www.transifex.com/MageiaLinux/mageia/language/ia/)\n"
@@ -104,170 +104,158 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr ""
-#: "/web/en/support/index.php +58"
-msgid "Mageia 7 will be supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
+#: "/web/en/support/index.php +57"
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr ""
#: "/web/en/support/index.php +58"
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr ""
-
-#: "/web/en/support/index.php +60"
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr ""
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr ""
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr ""
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr ""
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr ""
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr ""
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr ""
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr ""
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr ""
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr ""
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr ""
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr ""
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr ""
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr ""
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr ""
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr ""
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr ""
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr ""
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr ""
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr ""
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr ""
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr ""
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr ""
diff --git a/langs/id/calendar.po b/langs/id/calendar.po
index bc2ada589..c1ad006ff 100644
--- a/langs/id/calendar.po
+++ b/langs/id/calendar.po
@@ -2,101 +2,89 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2017-09-20 01:01+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Indonesian (http://www.transifex.com/MageiaLinux/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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "kegiatan"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "pertemuan &amp; organisasi"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "pengembangan &amp; rencana rilis"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "mentoring"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Kalender Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Kalender Mageia untuk organisasi, kegiatan, jadwal pengembangan dan banyak lagi."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, kalender, kegiatan"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Kalender ini menampilkan semua kegiatan Mageia, <a href=\"https://wiki.mageia.org/en/Meetings\">pertemuan tim</a>, pencapaian perencanaan pengembangan dan mungkin masih banyak lagi."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "Ini adalah publik dan tersedia untuk semua. Hanya anggota Komite dan pimpinan tim yang memiliki akses untuk mengubah ini."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Untuk komentar, tambahan, perubahan ke kalendar ini, jangan ragu untuk menghubungi kami melalui:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "pimpinan atau wakil <a href=\"https://wiki.mageia.org/en/\">tim</a> kamu,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> pada Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> sebagai upaya lainnya."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "File ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Anda mungkin mendapatkan akses hanya-baca langsung ke file .ics ini:"
diff --git a/langs/id/community.po b/langs/id/community.po
index 8827a10ce..2101246c8 100644
--- a/langs/id/community.po
+++ b/langs/id/community.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\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"
@@ -26,270 +26,273 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
msgid "Mageia Community"
msgstr "Komunitas Mageia"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, komunitas, berita, peralatan, tugas"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Pusat Komunitas Mageia"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Forum"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Milis"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Basis Data Aplikasi Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Kalender"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Orang-orang"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Bagaimana cara berkontribusi?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Mulai dari sini"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Toolbox"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; dokumentasi kolaboratif"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; untuk melapor bug"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Untuk pengembang &amp; pemaket"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "kode repositori Git</a>"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Antrian pengajuan paket"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "paket yang tidak diproduksi"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Laporan global QA"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Percakapan"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... atau, bagaimana cara berhubungan dengan kami? Mudah:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> pada Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "di dunia nyata!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "selama kegiatan!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Tim yang kamu bisa bergabung!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Artistik"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Dokumentasi"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Pemaketan"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Pengujian &amp; <abbr title=\"Jaminan Kualitas\">QA</abbr>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Terjemahan"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Administrasi sistem &amp; infrastruktur"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Penyortiran bug"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Lebih lanjut tentang Mageia"
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Model tata kelola</a> dan struktur kami:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Tim"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "Majelis"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "Dewan"
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
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 +150"
+#: "/web/en/community/index.php +151"
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>!"
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> pada Freenode"
+
#~ msgid "News"
#~ msgstr "Berita"
diff --git a/langs/id/downloads/get.po b/langs/id/downloads/get.po
index 6f299ce51..c2543f34d 100644
--- a/langs/id/downloads/get.po
+++ b/langs/id/downloads/get.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Indonesian (http://www.transifex.com/MageiaLinux/mageia/language/id/)\n"
@@ -186,7 +186,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Jika kamu tetap mengalami error ini dan berpikir INI SEHARUSNYA TIDAK TERJADI &ndash; silakan beritahu kami:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "secara langsung ke <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier pada IRC Freenode</a>,"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/id/support.po b/langs/id/support.po
index b74aa3824..6b00ee8c3 100644
--- a/langs/id/support.po
+++ b/langs/id/support.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2019-01-19 23:49+0000\n"
"Last-Translator: Filip Komar <filip.komar@guest.arnes.si>\n"
"Language-Team: Indonesian (http://www.transifex.com/MageiaLinux/mageia/language/id/)\n"
@@ -107,179 +107,174 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 1 didukung hingga 1 Desember 2012."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 1 didukung hingga 1 Desember 2012."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "Mageia 1 didukung hingga 1 Desember 2012."
-
-#: "/web/en/support/index.php +60"
-#, fuzzy
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 4 akan didukung sampai 19 September 2015."
-
-#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 4 akan didukung sampai 19 September 2015."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr ""
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr ""
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr "Mageia 4 akan didukung sampai 19 September 2015."
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 telah didukung hingga 26 November 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 didukung hingga 22 November 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 didukung hingga 1 Desember 2012."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Jika kamu perlu bantuan, informasi atau petunjuk tentang distribusi Mageia yang kamu install atau tentang proyek, kamu bisa menghubungi kami melalui:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">Forum dukungan Komunitas</a> dalam bahasa Inggris &ndash; lihat <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">forum komunitas Mageia lainnya</a> untuk dukungan dalam bahasamu;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "Canel IRC di mana kamu bisa berdiskusi secara langsung dengan pengguna Mageia lain dan para kontributor: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> atau <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">canel</a> lokal lainnya;"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "<a href=\"https://wiki.mageia.org/en/\">Wiki</a> kami (saat ini masih belum rapi, kami sedang mengerjakannya!);"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "<a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">milis</a> kami;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "kegiatan lokal: ikuti <a href=\"https://blog.mageia.org/en/\">blog</a> dan <a href=\"https://www.mageia.org/en/calendar/\">kalender</a> kami."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org tidak menyediakan atau menyarankan dukungan komersial/profesional atau layanan lain seputar distribusi. Tapi ada banyak organisasi yang menyediakan layanan serupa."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Silakan lihat daftar <a href=\"%s\">vendor komersial</a>"
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr ""
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Kamu bisa mengikuti daftar persyaratan hardware ini:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Processor: AMD, Intel atau VIA tipe apapun;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Memory (RAM): 512MB minimal, 2GB disarankan;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Penyimpanan (HDD atau SSD): 5GB untuk instalasi minimal, 20GB untuk pengaturan biasa;"
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Ini termasuk beberapa GB untuk berkas-berkas pengguna. Jika kamu memerlukan lebih banyak, kamu bisa menggunakannya juga."
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Instalasi untuk disesuaikan pada ruang yang lebih kecil juga bisa, tapi ini memerlukan pengetahuan linux kelas menengah."
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr "Media kapasitas lebih kecil digunakan untuk installasi jaringan, tetapi dibutuhkan koneksi Internet yang dapat diandalkan."
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Perangkat grafis: AMD/ATI, Intel, Matrox, Nvidia, SiS atau VIA tipe apapun;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Perangkat suara: AC97, HDA atau Sound Blaster tipe apapun."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Untuk beberapa jenis hardware (chipset Wi-Fi, perangkat grafis 3D) untuk bisa berjalan dengan baik, firmware atau software spesifik mungkin diperlukan, ini tersedia dalam repositori online spesifik bernama \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">pelajari lebih lanjut</a>)."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Kami mungkin mengatur daftar/direktori kompatibilitas hardware serta proses sertifikasi hardware; tapi masih dalam tahap perencanaan. Jangan ragu untuk bergabung/menghubungi tim <a href=\"%s\">Web</a> dan <a href=\"%s\">QA</a> kami jika kamu ingin membantu."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Kamu bisa mencari dan melaporkan bug ke <a href=\"%s\">Bugzilla kami (bugs.mageia.org)</a>."
#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 1 didukung hingga 1 Desember 2012."
+
+#, fuzzy
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 4 akan didukung sampai 19 September 2015."
+
+#, fuzzy
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "Mageia 1 didukung hingga 1 Desember 2012."
diff --git a/langs/it/calendar.po b/langs/it/calendar.po
index aa77cd2fb..ba8f09d90 100644
--- a/langs/it/calendar.po
+++ b/langs/it/calendar.po
@@ -2,101 +2,89 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2014-03-17 18:11+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\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/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "eventi"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "incontri &amp; organizzazione"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "sviluppo &amp; piani di rilascio"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "insegnamento"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Agenda degli eventi di Mageia"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Agenda di Mageia per organizzazioni, eventi, appuntamenti di sviluppo e altro."
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, agenda, eventi"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "Agenda"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "Questa agenda illustra tutti gli eventi di Mageia, <a href=\"https://wiki.mageia.org/en/Meetings\">incontri dei gruppi</a>, piani di sviluppo e tappe fondamentali e possibilmente altro ancora."
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "E' pubblico e disponibile a tutti. Solo i membri del Board di Mageia e i membri del Consiglio e i capi gruppo hanno accesso in scrittura."
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "Per ogni commento, aggiunta, cambio a questa agenda, puoi contattarci liberamente attraverso:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "il tuo capo <a href=\"https://wiki.mageia.org/en/\">Gruppo</a> o rappresentante,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> su Freenode,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in ultima istanza."
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "file ICS"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "Puoi avere accesso on sola-lettura direttamente a questi file .ics:"
diff --git a/langs/it/community.po b/langs/it/community.po
index 7b4add828..f0c03ae0d 100644
--- a/langs/it/community.po
+++ b/langs/it/community.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\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"
@@ -26,270 +26,273 @@ 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 +14"
msgid "Mageia Community"
msgstr "Comunità di Mageia"
-#: "/web/en/community/index.php +14"
+#: "/web/en/community/index.php +15"
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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, comunità, novità, strumenti, compiti"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia Community Central"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/it/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "Blog"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/it/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Pianeta"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "Forums"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "Liste di distribuzione"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Database Applicazioni Mageia"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "Calendario"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "Popolo"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr ""
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr ""
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "Come contribuire?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "Incomincia qui"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
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 +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "Toolbox"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; documentazione collaborativa"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; per segnalare problemi"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "Per sviluppatori &amp; packagers"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Repositories codice Git</a>"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "Coda di sottomissione dei pacchetti"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "pacchetti non mantenuti"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "Global QA report"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "Conversazioni"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... o, come entrare in conttato con noi? Facile:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> su Freenode"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "nella vita reale!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "durante gli eventi!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "Squadre cui ti puoi unire!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Documentazione"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Packaging"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Collaudo &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
-#: "/web/en/community/index.php +130"
+#: "/web/en/community/index.php +131"
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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Traduzioni"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Amministrazione di sistemi &amp; infrastrutture"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Bugs triaging"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Di più su Mageia"
-#: "/web/en/community/index.php +139"
+#: "/web/en/community/index.php +140"
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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "Il nostro modello di governance</a> e la nostra struttura:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "Squadre"
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "il Consiglio"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "l'Amministrazione"
-#: "/web/en/community/index.php +146"
+#: "/web/en/community/index.php +147"
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 +150"
+#: "/web/en/community/index.php +151"
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>!"
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> su Freenode"
+
#~ msgid "News"
#~ msgstr "Novità"
diff --git a/langs/it/downloads/get.po b/langs/it/downloads/get.po
index 0e1797b81..07f17fc2d 100644
--- a/langs/it/downloads/get.po
+++ b/langs/it/downloads/get.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-03-06 18:20:47+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:50+0200\n"
"PO-Revision-Date: 2021-02-17 00:21+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Italian (http://www.transifex.com/MageiaLinux/mageia/language/it/)\n"
@@ -187,7 +187,8 @@ msgid "If you still encounter this error and think IT SHOULD NOT HAPPEN &ndash;
msgstr "Se riscontri ancora questo errore e pensi che NON DOVREBBE VERIFICARSI &ndash; contattaci per favore:"
#: "/web/en/downloads/get/index.php +357"
-msgid "directly on <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier on Freenode IRC</a>,"
+#, fuzzy
+msgid "directly on <a href=\"ircs://irc.libera.chat:6697/#mageia-atelier\">#mageia-atelier on Libera.Chat IRC</a>,"
msgstr "direttamente su <a href=\"irc://irc.freenode.net/#mageia-atelier\">#mageia-atelier su Freenode IRC</a>,"
#: "/web/en/downloads/get/index.php +358"
diff --git a/langs/it/support.po b/langs/it/support.po
index 866b97f88..1d2620fd5 100644
--- a/langs/it/support.po
+++ b/langs/it/support.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2021-02-28 13:34:04+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:45+0200\n"
"PO-Revision-Date: 2016-08-06 11:52+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Italian (http://www.transifex.com/MageiaLinux/mageia/language/it/)\n"
@@ -107,182 +107,177 @@ msgstr ""
msgid "Mageia 8 will be supported until August 31st, 2022."
msgstr "Mageia 1 è stata supportata sino al 1 Dicembre 2012."
-#: "/web/en/support/index.php +58"
+#: "/web/en/support/index.php +57"
#, fuzzy
-msgid "Mageia 7 will be supported until May 31st, 2021."
+msgid "Mageia 7 was supported until June 30th, 2021."
msgstr "Mageia 3 è stata supportata sino al 26 novembre 2014."
#: "/web/en/support/index.php +58"
-msgid "Plus three months after Mageia 8 release."
-msgstr ""
-
-#: "/web/en/support/index.php +58"
-#, fuzzy
-msgid "Mageia 7 was supported until May 31st, 2021."
-msgstr "Mageia 3 è stata supportata sino al 26 novembre 2014."
-
-#: "/web/en/support/index.php +60"
-#, fuzzy
-msgid "Mageia 6 will be supported until September 30th, 2019."
-msgstr "Mageia 1 è stata supportata sino al 1 Dicembre 2012."
-
-#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 6 was supported until September 30th, 2019."
msgstr "Mageia 1 è stata supportata sino al 1 Dicembre 2012."
-#: "/web/en/support/index.php +62"
+#: "/web/en/support/index.php +60"
#, fuzzy
msgid "Mageia 5 was supported until December 31st, 2017."
msgstr "Mageia 1 è stata supportata sino al 1 Dicembre 2012."
-#: "/web/en/support/index.php +63"
+#: "/web/en/support/index.php +61"
msgid "More details and advice are available on our %swiki page%s and from %sour blog%s."
msgstr ""
-#: "/web/en/support/index.php +64"
+#: "/web/en/support/index.php +62"
#, fuzzy
msgid "https://wiki.mageia.org/en/From_Mageia_5_to_6"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +65"
+#: "/web/en/support/index.php +63"
msgid "https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/"
msgstr ""
-#: "/web/en/support/index.php +68"
+#: "/web/en/support/index.php +66"
msgid "Mageia 4 was supported until September 19th, 2015."
msgstr ""
-#: "/web/en/support/index.php +69"
+#: "/web/en/support/index.php +67"
msgid "Mageia 3 was supported until November 26th, 2014."
msgstr "Mageia 3 è stata supportata sino al 26 novembre 2014."
-#: "/web/en/support/index.php +70"
+#: "/web/en/support/index.php +68"
msgid "Mageia 2 was supported until November 22nd, 2013."
msgstr "Mageia 2 è stata supportata sino al 22 novembre 2013."
-#: "/web/en/support/index.php +71"
+#: "/web/en/support/index.php +69"
msgid "Mageia 1 was supported until December 1st, 2012."
msgstr "Mageia 1 è stata supportata sino al 1 Dicembre 2012."
-#: "/web/en/support/index.php +76"
+#: "/web/en/support/index.php +74"
msgid "If you need help, information or directions about the Mageia distribution you installed or about the project, you can try to reach us through:"
msgstr "Se hai bisogno di aiuto, informazioni o guide riguardo alla distribuzione Mageia che hai installato o riguardo al progetto, puoi provare a contattarci tramite:"
-#: "/web/en/support/index.php +79"
+#: "/web/en/support/index.php +77"
msgid "<a href=\"https://forums.mageia.org/en/\">Community support forums</a> in English &ndash; see <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">other Mageia community forums</a> for support in your language;"
msgstr "<a href=\"https://forums.mageia.org/en/\">I forum di supporto della comunità </a> in Inglese &ndash; vedi <a href=\"https://forums.mageia.org/en/viewforum.php?f=20\">altri forum di supporto della comunità Mageia</a> per il supporto nella tua lingua;"
-#: "/web/en/support/index.php +80"
-msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
+#: "/web/en/support/index.php +78"
+#, fuzzy
+msgid "IRC channels where you can discuss live with other Mageia users and contributors: <a href=\"ircs://irc.libera.chat:6697/#mageia\" hreflang=\"en\">#mageia</a> or other localized <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">channels</a>;"
msgstr "I canali IRC dove puoi discutere dal vivo con altri utenti e collaboratori Mageia: <a href=\"irc://irc.freenode.net/#mageia\" hreflang=\"en\">#mageia</a> o gli altri <a href=\"https://wiki.mageia.org/en/IRC#channels_in_other_languages\">canali</a>; localizzati"
-#: "/web/en/support/index.php +81"
+#: "/web/en/support/index.php +79"
msgid "our <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (still rough at the time, we are working on it!);"
msgstr "Il nostro <a href=\"https://wiki.mageia.org/en/\">Wiki</a> (ancora a uno stadio iniziale per ora, ci stiamo lavorando!);"
-#: "/web/en/support/index.php +82"
+#: "/web/en/support/index.php +80"
msgid "our <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-lists</a>;"
msgstr "Le nostre <a href=\"https://wiki.mageia.org/en/Mailing_lists\" hreflang=\"en\">mailing-list</a>;"
-#: "/web/en/support/index.php +83"
+#: "/web/en/support/index.php +81"
msgid "local events: follow our <a href=\"https://blog.mageia.org/en/\">blog</a> and <a href=\"https://www.mageia.org/en/calendar/\">calendar</a>."
msgstr "Eventi locali: segui il nostro <a href=\"https://blog.mageia.org/it/\">blog</a> e il <a href=\"https://www.mageia.org/en/calendar/\">calendario</a>."
-#: "/web/en/support/index.php +88"
+#: "/web/en/support/index.php +86"
msgid "Mageia.Org does not provide or endorse commercial/professional support or other services around the distribution. But there are organizations providing such services and more."
msgstr "Mageia.Org non fornisce o promuove supporto commerciale/professionale o altri servizi riguardanti la distribuzione. Tuttavia, ci sono organizzazioni che forniscono questi servizi e altro ancora."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "Please check the <a href=\"%s\">commercial vendors</a> list"
msgstr "Se sei interessato, guarda la lista dei <a href=\"%s\">rivenditori commerciali</a>."
-#: "/web/en/support/index.php +89"
+#: "/web/en/support/index.php +87"
msgid "https://wiki.mageia.org/en/Commercial_vendors"
msgstr "https://wiki.mageia.org/en/Commercial_vendors"
-#: "/web/en/support/index.php +94"
+#: "/web/en/support/index.php +92"
#, fuzzy
msgid "Each release of Mageia software runs on most i586 and x86_64 computer systems available at the release time."
msgstr "Il software Mageia viene eseguito nella maggior parte dei computer x86 disponibili finora, Aprile 2011."
-#: "/web/en/support/index.php +95"
+#: "/web/en/support/index.php +93"
msgid "You can follow this hardware requirements list:"
msgstr "Ecco una lista dei requisiti minimi di sistema:"
-#: "/web/en/support/index.php +98"
+#: "/web/en/support/index.php +96"
msgid "Processor: any AMD, Intel or VIA processor;"
msgstr "Processore: qualsiasi processore AMD, Intel o VIA;"
-#: "/web/en/support/index.php +99"
+#: "/web/en/support/index.php +97"
msgid "Memory (RAM): 512MB minimum, 2GB recommended;"
msgstr "Memoria (RAM): minimo 512MB, raccomandati 2GB;"
-#: "/web/en/support/index.php +100"
+#: "/web/en/support/index.php +98"
msgid "For headless systems that minimum can be usable."
msgstr ""
-#: "/web/en/support/index.php +101"
+#: "/web/en/support/index.php +99"
msgid "For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB."
msgstr ""
-#: "/web/en/support/index.php +102"
+#: "/web/en/support/index.php +100"
msgid "For more feature rich like Gnome and Plasma the minimum is 2GB."
msgstr ""
-#: "/web/en/support/index.php +103"
+#: "/web/en/support/index.php +101"
msgid "Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;"
msgstr "Storage (HDD o SSD): 5GB per un'installazione minimale, 20GB per un setup generico."
-#: "/web/en/support/index.php +104"
+#: "/web/en/support/index.php +102"
msgid "This includes a few GB for user files. If you need more than you should take that in account too."
msgstr "Questo include pochi GB per i file utente. Se ne necessiti di più dovresti prenderlo in considerazione."
-#: "/web/en/support/index.php +105"
+#: "/web/en/support/index.php +103"
msgid "Custom installations on less space are possible but this requires intermediate linux knowledge."
msgstr "Installazioni personalizzate con meno spazio sono disponibili, ma richiedono buone conoscenze di Linux."
-#: "/web/en/support/index.php +106"
+#: "/web/en/support/index.php +104"
msgid "Bootable USB port or optical drive capable of using media with a storage capacity of at least 4GB used for installation."
msgstr ""
-#: "/web/en/support/index.php +107"
+#: "/web/en/support/index.php +105"
msgid "Smaller media capacity is used for network installation, but a reliable Internet connection is needed."
msgstr ""
-#: "/web/en/support/index.php +108"
+#: "/web/en/support/index.php +106"
msgid "More information at %sdownloads page%s."
msgstr ""
-#: "/web/en/support/index.php +109"
+#: "/web/en/support/index.php +107"
msgid "Graphic card: any AMD/ATI, Intel, Matrox, Nvidia, SiS or VIA graphic card;"
msgstr "Scheda video: qualsiasi scheda video AMD/ATI, Intel, Matrox, Nvidia, SiS o VIA;"
-#: "/web/en/support/index.php +110"
+#: "/web/en/support/index.php +108"
msgid "Sound card: any AC97, HDA or Sound Blaster sound card."
msgstr "Scheda audio: qualsiasi scheda audio AC97, HDA o Sound Blaster."
-#: "/web/en/support/index.php +113"
+#: "/web/en/support/index.php +111"
msgid "For some kinds of hardware (Wi-Fi chipsets, 3D graphic cards) to work properly, specific firmware or software may be needed, this is available in a specific online repository called \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">learn more</a>)."
msgstr "Per far funzionare correttamente alcuni tipi di hardware (chipset Wi-Fi, schede video 3D), potrebbe essere necessario firmware o software aggiuntivo, questi sono disponibili in una fonte online specifica chiamata \"nonfree\" (<a href=\"https://wiki.mageia.org/en/Install_media_in_Mageia_2_for_beginner#Types_of_Mageia_media\">scoprine di più</a>)."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "We may set up a hardware compatibility list/directory as well as a hardware certification process; but that's still at the planning stage. Feel free to join/contact our <a href=\"%s\">Web</a> and <a href=\"%s\">QA</a> teams if you would like to help in this regard."
msgstr "Vorremmo rendere disponibile una lista/cartella di compatibilità dell'hardware così come un processo di certificazione per l'hardware, ma per adesso siamo ancora a uno stadio di pianificazione. Contatta/raggiungi le nostre squadre <a href=\"%s\">Web</a> e <a href=\"%s\">QA</a> se vuoi dare un'aiuto in questo aspetto."
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/Web_team"
msgstr "https://wiki.mageia.org/en/Web_team"
-#: "/web/en/support/index.php +114"
+#: "/web/en/support/index.php +112"
msgid "https://wiki.mageia.org/en/QA_Team"
msgstr "https://wiki.mageia.org/en/QA_Team"
-#: "/web/en/support/index.php +118"
+#: "/web/en/support/index.php +116"
msgid "You may check and report bugs on <a href=\"%s\">our Bugzilla (bugs.mageia.org)</a>."
msgstr "Puoi verificare e segnalare bugs sul <a href=\"%s\">nostro Bugzilla (bugs.mageia.org)</a>."
#, fuzzy
+#~ msgid "Mageia 7 will be supported until May 31st, 2021."
+#~ msgstr "Mageia 3 è stata supportata sino al 26 novembre 2014."
+
+#, fuzzy
+#~ msgid "Mageia 6 will be supported until September 30th, 2019."
+#~ msgstr "Mageia 1 è stata supportata sino al 1 Dicembre 2012."
+
+#, fuzzy
#~ msgid "Mageia 7 will be supported until December 30th, 2020."
#~ msgstr "Mageia 1 è stata supportata sino al 1 Dicembre 2012."
diff --git a/langs/ja/calendar.po b/langs/ja/calendar.po
index 7bdfb8c0d..c663bacba 100644
--- a/langs/ja/calendar.po
+++ b/langs/ja/calendar.po
@@ -2,13 +2,13 @@
# 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: calendar
-#
+#
# include translation strings from:
# en/calendar/index.php
-#
+#
# Translators:
# ãµã†ã›ã‚“ Fu-sen. | BALLOON a.k.a. Fu-sen., 2015
# ãµã†ã›ã‚“ Fu-sen. | BALLOON a.k.a. Fu-sen., 2015
@@ -19,89 +19,77 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2014-03-16 20:51:20+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:48+0200\n"
"PO-Revision-Date: 2018-03-10 02:18+0000\n"
"Last-Translator: Masanori Kakura <kakurasan@gmail.com>\n"
"Language-Team: Japanese (http://www.transifex.com/MageiaLinux/mageia/language/ja/)\n"
+"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: "/web/en/calendar/index.php +13"
+#: "/web/en/calendar/index.php +14"
msgid "events"
msgstr "イベント"
-#: "/web/en/calendar/index.php +18"
+#: "/web/en/calendar/index.php +19"
msgid "meetings &amp; organization"
msgstr "ミーティング &amp; 組織"
-#: "/web/en/calendar/index.php +23"
+#: "/web/en/calendar/index.php +24"
msgid "development &amp; release plan"
msgstr "開発 &amp; リリース計画"
-#: "/web/en/calendar/index.php +28"
+#: "/web/en/calendar/index.php +29"
msgid "mentoring"
msgstr "メンタリング"
-#: "/web/en/calendar/index.php +60"
+#: "/web/en/calendar/index.php +61"
msgid "Mageia calendar"
msgstr "Mageia カレンダー"
-#: "/web/en/calendar/index.php +61"
-msgid ""
-"Mageia calendar for organization, events, development schedule and more."
+#: "/web/en/calendar/index.php +62"
+msgid "Mageia calendar for organization, events, development schedule and more."
msgstr "Mageia ã®çµ„ç¹”, イベント, 開発スケジュールãªã©ã®ãŸã‚ã®ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼ã§ã™ã€‚"
-#: "/web/en/calendar/index.php +62"
+#: "/web/en/calendar/index.php +63"
msgid "mageia, linux, calendar, events"
msgstr "mageia, linux, カレンダー, イベント"
-#: "/web/en/calendar/index.php +71"
+#: "/web/en/calendar/index.php +73"
msgid "Calendar"
msgstr "カレンダー"
-#: "/web/en/calendar/index.php +83"
-msgid ""
-"This calendar shows all Mageia events, <a "
-"href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development "
-"planning milestones and possibly more."
+#: "/web/en/calendar/index.php +85"
+msgid "This calendar shows all Mageia events, <a href=\"https://wiki.mageia.org/en/Meetings\">team meetings</a>, development planning milestones and possibly more."
msgstr "ã“ã®ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼ã¯ Mageia ã®ã™ã¹ã¦ã®ã‚¤ãƒ™ãƒ³ãƒˆ, <a href=\"https://wiki.mageia.org/en/Meetings\">ãƒãƒ¼ãƒ  ミーティング</a>, 開発計画マイルストーンãªã©ã‚’示ã—ã¦ã„ã¾ã™ã€‚"
-#: "/web/en/calendar/index.php +84"
-msgid ""
-"It is public and available to all. Only Mageia Board and Council members and"
-" team leaders have a write access to it."
+#: "/web/en/calendar/index.php +86"
+msgid "It is public and available to all. Only Mageia Board and Council members and team leaders have a write access to it."
msgstr "ã“ã‚Œã¯ä¸€èˆ¬å…¬é–‹ã•ã‚Œã¦ãŠã‚Šã€ã™ã¹ã¦ã®äººãŒè¦‹ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚Mageia ã®é‡å½¹ã¨è­°ä¼šã®ãƒ¡ãƒ³ãƒãŠã‚ˆã³ãƒãƒ¼ãƒ ã®ãƒªãƒ¼ãƒ€ãƒ¼ã®ã¿ãŒã“れを編集ã§ãã¾ã™ã€‚"
-#: "/web/en/calendar/index.php +85"
-msgid ""
-"For any comment, addition, change to this calendar, feel free to contact us "
-"through:"
+#: "/web/en/calendar/index.php +87"
+msgid "For any comment, addition, change to this calendar, feel free to contact us through:"
msgstr "ã“ã®ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼ã¸ã®ã‚³ãƒ¡ãƒ³ãƒˆ, 内容ã®è¿½åŠ , 変更ã«ã¤ã„ã¦ã¯ã€ä»¥ä¸‹ã‚’通ã—ã¦ãŠæ°—軽ã«ç§ãŸã¡ã«ã”連絡ãã ã•ã„:"
-#: "/web/en/calendar/index.php +87"
-msgid ""
-"your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or "
-"representative,"
+#: "/web/en/calendar/index.php +89"
+msgid "your <a href=\"https://wiki.mageia.org/en/\">team</a> leader or representative,"
msgstr "ã‚ãªãŸã®<a href=\"https://wiki.mageia.org/en/\">ãƒãƒ¼ãƒ </a>ã®ãƒªãƒ¼ãƒ€ãƒ¼ã‚‚ã—ãã¯ä»£è¡¨è€…,"
-#: "/web/en/calendar/index.php +88"
-msgid ""
-"<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a> on Freenode,"
+#: "/web/en/calendar/index.php +90"
+#, fuzzy
+msgid "<a href=\"ircs://irc.libera.chat:6697/#mageia-dev\">#mageia-dev</a> on Libera.Chat,"
msgstr "Freenode 上㮠<a href=\"irc://irc.freenode.net/#mageia-dev\">#mageia-dev</a>,"
-#: "/web/en/calendar/index.php +89"
-msgid ""
-"<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> "
-"in last resort."
+#: "/web/en/calendar/index.php +91"
+msgid "<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a> in last resort."
msgstr "最後ã®æ‰‹æ®µã¨ã—㦠<a href=\"mailto:mageia-contact@mageia.org\">mageia-contact@mageia.org</a>。"
-#: "/web/en/calendar/index.php +93"
+#: "/web/en/calendar/index.php +95"
msgid "ICS files"
msgstr "ICS ファイル"
-#: "/web/en/calendar/index.php +94"
+#: "/web/en/calendar/index.php +96"
msgid "You may get read-only access directly to these .ics files:"
msgstr "ã“れら㮠.ics ファイルã«ã¯èª­ã¿è¾¼ã¿å°‚用ã§ç›´æŽ¥ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã™:"
diff --git a/langs/ja/community.po b/langs/ja/community.po
index 7f1c639bf..b4520c180 100644
--- a/langs/ja/community.po
+++ b/langs/ja/community.po
@@ -2,13 +2,13 @@
# Copyright (C) 2014 - 2018 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
-#
+#
# Translators:
# ãµã†ã›ã‚“ Fu-sen. | BALLOON a.k.a. Fu-sen., 2015
# ãµã†ã›ã‚“ Fu-sen. | BALLOON a.k.a. Fu-sen., 2015
@@ -17,287 +17,279 @@ msgid ""
msgstr ""
"Project-Id-Version: Mageia\n"
"Report-Msgid-Bugs-To: mageia-i18n@mageia.org\n"
-"POT-Creation-Date: 2018-04-27 23:24:40+0000\n"
+"POT-Creation-Date: 2021-07-16 16:12:52+0200\n"
"PO-Revision-Date: 2018-12-20 13:32+0000\n"
"Last-Translator: Masanori Kakura <kakurasan@gmail.com>\n"
"Language-Team: Japanese (http://www.transifex.com/MageiaLinux/mageia/language/ja/)\n"
+"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: "/web/en/community/index.php +13"
+#: "/web/en/community/index.php +14"
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 +15"
+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 +16"
msgid "mageia, community, news, tools, tasks"
msgstr "mageia, community, news, tools, tasks"
-#: "/web/en/community/index.php +31"
+#: "/web/en/community/index.php +32"
msgid "Mageia Community Central"
msgstr "Mageia コミュニティ センター"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "https://blog.mageia.org/en/"
msgstr "https://blog.mageia.org/en/"
-#: "/web/en/community/index.php +33"
+#: "/web/en/community/index.php +34"
msgid "Blog"
msgstr "ブログ"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "https://planet.mageia.org/en/"
msgstr "https://planet.mageia.org/en/"
-#: "/web/en/community/index.php +34"
+#: "/web/en/community/index.php +35"
msgid "Planet"
msgstr "Planet"
-#: "/web/en/community/index.php +35"
+#: "/web/en/community/index.php +36"
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 +37"
msgid "https://forum.mageia.org/en/"
msgstr "https://forum.mageia.org/en/"
-#: "/web/en/community/index.php +36"
+#: "/web/en/community/index.php +37"
msgid "Forums"
msgstr "フォーラム"
-#: "/web/en/community/index.php +37"
+#: "/web/en/community/index.php +38"
msgid "Mailing-lists"
msgstr "メーリング リスト"
-#: "/web/en/community/index.php +38"
+#: "/web/en/community/index.php +39"
msgid "https://wiki.mageia.org/"
msgstr "https://wiki.mageia.org/"
-#: "/web/en/community/index.php +40"
+#: "/web/en/community/index.php +41"
msgid "Mageia Applications Database"
msgstr "Mageia アプリケーション データベース"
-#: "/web/en/community/index.php +41"
+#: "/web/en/community/index.php +42"
msgid "Calendar"
msgstr "カレンダー"
-#: "/web/en/community/index.php +42"
+#: "/web/en/community/index.php +43"
msgid "People"
msgstr "人々"
-#: "/web/en/community/index.php +61"
+#: "/web/en/community/index.php +62"
msgid "Localised news"
msgstr "翻訳ã•ã‚ŒãŸãƒ‹ãƒ¥ãƒ¼ã‚¹"
-#: "/web/en/community/index.php +64"
+#: "/web/en/community/index.php +65"
msgid "News in English"
msgstr "英語ã®ãƒ‹ãƒ¥ãƒ¼ã‚¹"
-#: "/web/en/community/index.php +79"
+#: "/web/en/community/index.php +80"
msgid "How to contribute?"
msgstr "貢献ã™ã‚‹ã«ã¯?"
-#: "/web/en/community/index.php +81"
+#: "/web/en/community/index.php +82"
msgid "Start here"
msgstr "ã¯ã˜ã‚ã«ã“ã¡ã‚‰ã‚’ã”覧ãã ã•ã„"
-#: "/web/en/community/index.php +82"
+#: "/web/en/community/index.php +83"
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 +83"
+#: "/web/en/community/index.php +84"
msgid "You can also <a href=\"../donate/\">support financially</a> the project!"
msgstr "プロジェクトを<a href=\"../donate/\">経済的ã«ã‚µãƒãƒ¼ãƒˆ</a>ã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™!"
-#: "/web/en/community/index.php +86"
+#: "/web/en/community/index.php +87"
msgid "Toolbox"
msgstr "ツールボックス"
-#: "/web/en/community/index.php +88"
+#: "/web/en/community/index.php +89"
msgid "Wiki</a> &larr; collaborative documentation"
msgstr "Wiki</a> &larr; å…±åŒåˆ¶ä½œã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ"
-#: "/web/en/community/index.php +89"
+#: "/web/en/community/index.php +90"
msgid "Bugzilla</a> &larr; to report bugs"
msgstr "Bugzilla</a> &larr; ãƒã‚°å ±å‘Š"
-#: "/web/en/community/index.php +95"
+#: "/web/en/community/index.php +96"
msgid "For developers &amp; packagers"
msgstr "開発者やパッケージ作者å‘ã‘"
-#: "/web/en/community/index.php +97"
+#: "/web/en/community/index.php +98"
msgid "Subversion"
msgstr "Subversion"
-#: "/web/en/community/index.php +98"
+#: "/web/en/community/index.php +99"
msgid "Git</a> code repositories"
msgstr "Git</a> コード リボジトリ"
-#: "/web/en/community/index.php +99"
+#: "/web/en/community/index.php +100"
msgid "Packages submission queue"
msgstr "パッケージã®é€ä¿¡ã‚­ãƒ¥ãƒ¼"
-#: "/web/en/community/index.php +100"
+#: "/web/en/community/index.php +101"
msgid "unmaintained packages"
msgstr "メンテナンスã•ã‚Œã¦ã„ãªã„パッケージ"
-#: "/web/en/community/index.php +101"
+#: "/web/en/community/index.php +102"
msgid "Global QA report"
msgstr "グローãƒãƒ« QA レãƒãƒ¼ãƒˆ"
-#: "/web/en/community/index.php +106"
+#: "/web/en/community/index.php +107"
msgid "Conversations"
msgstr "対話"
-#: "/web/en/community/index.php +107"
+#: "/web/en/community/index.php +108"
msgid "... or, how to get in touch with us? Easy:"
msgstr "... ãã‚Œã¨ã‚‚ã€ç§ãŸã¡ã«é€£çµ¡ã™ã‚‹æ–¹æ³•ã‚’ãŠæŽ¢ã—ã§ã™ã‹? ç°¡å˜ã§ã™:"
-#: "/web/en/community/index.php +109"
-msgid "IRC</a> on Freenode"
-msgstr "IRC</a> (Freenode 上)"
-
#: "/web/en/community/index.php +110"
+msgid "IRC</a> on Libera.Chat"
+msgstr ""
+
+#: "/web/en/community/index.php +111"
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 +113"
+#: "/web/en/community/index.php +114"
msgid "in real life!"
msgstr "ç¾å®Ÿã®ä¸–ç•Œã§!"
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Events\" hreflang=\"en\""
-#: "/web/en/community/index.php +114"
+#: "/web/en/community/index.php +115"
msgid "during events!"
msgstr "イベントã§!"
-#: "/web/en/community/index.php +124"
+#: "/web/en/community/index.php +125"
msgid "Teams you can join!"
msgstr "å‚加ã§ãã‚‹ãƒãƒ¼ãƒ ã§ã™!"
-#: "/web/en/community/index.php +126"
+#: "/web/en/community/index.php +127"
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 +126"
+#: "/web/en/community/index.php +127"
msgid "Atelier"
msgstr "Atelier - アートワーク, 情報ä¼é”, Web サイト"
-#: "/web/en/community/index.php +127"
+#: "/web/en/community/index.php +128"
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 +127"
+#: "/web/en/community/index.php +128"
msgid "Documentation"
msgstr "Documentation - ドキュメント"
-#: "/web/en/community/index.php +128"
+#: "/web/en/community/index.php +129"
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 +128"
+#: "/web/en/community/index.php +129"
msgid "Packaging"
msgstr "Packaging - パッケージング"
-#: "/web/en/community/index.php +129"
+#: "/web/en/community/index.php +130"
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 +129"
+#: "/web/en/community/index.php +130"
msgid "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr>"
msgstr "Testing &amp; <abbr title=\"Quality Assurance\">QA</abbr> - テストã¨å“種ä¿è¨¼"
-#: "/web/en/community/index.php +130"
-msgid ""
-"\"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)\" "
-"hreflang=\"en\""
+#: "/web/en/community/index.php +131"
+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 +130"
+#: "/web/en/community/index.php +131"
msgid "Translation"
msgstr "Translation - 翻訳"
-#: "/web/en/community/index.php +131"
+#: "/web/en/community/index.php +132"
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 +131"
+#: "/web/en/community/index.php +132"
msgid "Systems &amp; infrastructure administration"
msgstr "Systems &amp; infrastructure administration - システムã¨ã‚¤ãƒ³ãƒ•ãƒ©ã®ç®¡ç†"
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Bugsquad\" hreflang=\"en\""
-#: "/web/en/community/index.php +132"
+#: "/web/en/community/index.php +133"
msgid "Bugs triaging"
msgstr "Bugs triaging - ãƒã‚°ã®åˆ†åˆ¥"
-#: "/web/en/community/index.php +136"
+#: "/web/en/community/index.php +137"
msgid "Mageia"
msgstr "Mageia"
-#: "/web/en/community/index.php +138"
+#: "/web/en/community/index.php +139"
msgid "More about Mageia"
msgstr "Mageia ã«ã¤ã„ã¦è©³ã—ã知る"
-#: "/web/en/community/index.php +139"
-msgid ""
-"Our <a href=\"../about/code-of-conduct/\">code of conduct</a> and <a "
-"href=\"../about/values/\">values</a>"
+#: "/web/en/community/index.php +140"
+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 +140"
+#: "/web/en/community/index.php +141"
msgid "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
msgstr "\"https://wiki.mageia.org/en/Org\" hreflang=\"en\""
-#: "/web/en/community/index.php +140"
+#: "/web/en/community/index.php +141"
msgid "Our governance model</a> and structure:"
msgstr "ç§ãŸã¡ã®çµ±æ²»ãƒ¢ãƒ‡ãƒ«</a>ã¨çµ„織構造:"
-#: "/web/en/community/index.php +142"
+#: "/web/en/community/index.php +143"
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 +142"
+#: "/web/en/community/index.php +143"
msgid "Teams"
msgstr "ãƒãƒ¼ãƒ "
-#: "/web/en/community/index.php +143"
+#: "/web/en/community/index.php +144"
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 +143"
+#: "/web/en/community/index.php +144"
msgid "the Council"
msgstr "議会"
-#: "/web/en/community/index.php +144"
+#: "/web/en/community/index.php +145"
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 +144"
+#: "/web/en/community/index.php +145"
msgid "the Board"
msgstr "é‡å½¹"
-#: "/web/en/community/index.php +146"
-msgid ""
-"<a href=\"../donate/\">Donations</a> &amp; <a "
-"href=\"../about/reports/\">reports</a>."
+#: "/web/en/community/index.php +147"
+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 +150"
-msgid ""
-"This page needs you! <a href=\"https://wiki.mageia.org/en/Web_team\">Join "
-"the Web team</a>!"
+#: "/web/en/community/index.php +151"
+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>!"
+
+#~ msgid "IRC</a> on Freenode"
+#~ msgstr "IRC</a> (Freenode 上)"
diff --git a/langs/ja/downloads/get.po b/langs/ja/downloads/get.po