Merge ~enr0n/ubuntu-release-upgrader:ubuntu/jammy into ubuntu-release-upgrader:ubuntu/jammy

Proposed by Nick Rosbrook
Status: Merged
Merged at revision: dd5d72d62a10a252e6051c405aed3d8332e8bd66
Proposed branch: ~enr0n/ubuntu-release-upgrader:ubuntu/jammy
Merge into: ubuntu-release-upgrader:ubuntu/jammy
Diff against target: 2877 lines (+274/-256)
133 files modified
DistUpgrade/DistUpgradeMain.py (+5/-0)
DistUpgrade/DistUpgradeVersion.py (+1/-1)
data/mirrors.cfg (+5/-2)
debian/changelog (+8/-0)
do-release-upgrade (+1/-1)
po/af.po (+2/-2)
po/am.po (+2/-2)
po/an.po (+2/-2)
po/ar.po (+2/-2)
po/ast.po (+2/-2)
po/az.po (+2/-2)
po/be.po (+2/-2)
po/bg.po (+2/-2)
po/bn.po (+2/-2)
po/bo.po (+2/-2)
po/br.po (+2/-2)
po/bs.po (+2/-2)
po/ca.po (+2/-2)
po/ca@valencia.po (+2/-2)
po/ce.po (+2/-2)
po/ceb.po (+2/-2)
po/ckb.po (+2/-2)
po/crh.po (+2/-2)
po/cs.po (+2/-2)
po/csb.po (+2/-2)
po/cv.po (+2/-2)
po/cy.po (+2/-2)
po/da.po (+2/-2)
po/de.po (+2/-2)
po/dv.po (+2/-2)
po/el.po (+2/-2)
po/en_AU.po (+2/-2)
po/en_CA.po (+2/-2)
po/en_GB.po (+2/-2)
po/eo.po (+2/-2)
po/es.po (+2/-2)
po/et.po (+2/-2)
po/eu.po (+2/-2)
po/fa.po (+2/-2)
po/fi.po (+2/-2)
po/fil.po (+2/-2)
po/fo.po (+2/-2)
po/fr.po (+2/-2)
po/fr_CA.po (+2/-2)
po/fur.po (+2/-2)
po/fy.po (+2/-2)
po/ga.po (+2/-2)
po/gd.po (+2/-2)
po/gl.po (+2/-2)
po/gu.po (+2/-2)
po/gv.po (+2/-2)
po/he.po (+2/-2)
po/hi.po (+2/-2)
po/hr.po (+2/-2)
po/hu.po (+2/-2)
po/hy.po (+2/-2)
po/ia.po (+2/-2)
po/id.po (+2/-2)
po/is.po (+2/-2)
po/it.po (+2/-2)
po/ja.po (+2/-2)
po/jv.po (+2/-2)
po/ka.po (+2/-2)
po/kk.po (+2/-2)
po/km.po (+2/-2)
po/kn.po (+2/-2)
po/ko.po (+2/-2)
po/ku.po (+2/-2)
po/ky.po (+2/-2)
po/lb.po (+2/-2)
po/ln.po (+2/-2)
po/lo.po (+2/-2)
po/lt.po (+2/-2)
po/lv.po (+2/-2)
po/mhr.po (+2/-2)
po/mjw.po (+2/-2)
po/mk.po (+2/-2)
po/ml.po (+2/-2)
po/mn.po (+2/-2)
po/mnw.po (+2/-2)
po/mr.po (+2/-2)
po/ms.po (+2/-2)
po/mus.po (+2/-2)
po/my.po (+2/-2)
po/nb.po (+2/-2)
po/nds.po (+2/-2)
po/ne.po (+2/-2)
po/nl.po (+2/-2)
po/nn.po (+2/-2)
po/oc.po (+2/-2)
po/om.po (+2/-2)
po/pa.po (+2/-2)
po/pam.po (+2/-2)
po/pl.po (+2/-2)
po/ps.po (+2/-2)
po/pt.po (+2/-2)
po/pt_BR.po (+2/-2)
po/qu.po (+2/-2)
po/ro.po (+2/-2)
po/ru.po (+2/-2)
po/rw.po (+2/-2)
po/sc.po (+2/-2)
po/sco.po (+2/-2)
po/sd.po (+2/-2)
po/se.po (+2/-2)
po/shn.po (+2/-2)
po/si.po (+2/-2)
po/sk.po (+2/-2)
po/sl.po (+2/-2)
po/sq.po (+2/-2)
po/sr.po (+2/-2)
po/sv.po (+2/-2)
po/szl.po (+2/-2)
po/ta.po (+2/-2)
po/ta_LK.po (+2/-2)
po/te.po (+2/-2)
po/tg.po (+2/-2)
po/th.po (+2/-2)
po/tl.po (+2/-2)
po/tr.po (+2/-2)
po/ubuntu-release-upgrader.pot (+2/-2)
po/ug.po (+2/-2)
po/uk.po (+2/-2)
po/ur.po (+2/-2)
po/uz.po (+2/-2)
po/vi.po (+2/-2)
po/xh.po (+2/-2)
po/zh_CN.po (+2/-2)
po/zh_HK.po (+2/-2)
po/zh_TW.po (+2/-2)
po/zu.po (+2/-2)
utils/demoted.cfg (+1/-0)
utils/demoted.cfg.focal (+1/-0)
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+419627@code.launchpad.net

Description of the change

- Set NEEDRESTART_SUSPEND during upgrades to avoid spurious needrestart prompts.
- Fix a typo in do-release-upgrade --help output.
- Run pre-build.sh.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/DistUpgrade/DistUpgradeMain.py b/DistUpgrade/DistUpgradeMain.py
2index 5f867b5..13190a3 100644
3--- a/DistUpgrade/DistUpgradeMain.py
4+++ b/DistUpgrade/DistUpgradeMain.py
5@@ -219,6 +219,11 @@ def main():
6 not options.disable_gnu_screen):
7 run_new_gnu_screen_window_or_reattach()
8
9+ # A reboot is required at the end of the upgrade,
10+ # so there is no need to run needrestart during upgrade.
11+ if not os.getenv('NEEDRESTART_SUSPEND'):
12+ os.environ['NEEDRESTART_SUSPEND'] = 'y'
13+
14 from .DistUpgradeController import DistUpgradeController
15 app = DistUpgradeController(view, options, datadir=options.datadir)
16 atexit.register(app._enableAptCronJob)
17diff --git a/DistUpgrade/DistUpgradeVersion.py b/DistUpgrade/DistUpgradeVersion.py
18index fb8e644..a93f1eb 100644
19--- a/DistUpgrade/DistUpgradeVersion.py
20+++ b/DistUpgrade/DistUpgradeVersion.py
21@@ -1 +1 @@
22-VERSION = '22.04.9'
23+VERSION = '22.04.10'
24diff --git a/data/mirrors.cfg b/data/mirrors.cfg
25index 15f7882..8605471 100644
26--- a/data/mirrors.cfg
27+++ b/data/mirrors.cfg
28@@ -289,7 +289,6 @@ http://mirror.serverius.net/ubuntu/
29 http://packages.oth-regensburg.de/ubuntu/
30 http://mirror.kamp.de/ubuntu/
31 http://mirror.mrjester.net/ubuntu/archive/
32-http://mirror.onevip.mk/ubuntu/
33 http://mirror.cs.jmu.edu/pub/ubuntu/
34 http://mirror.team-cymru.com/ubuntu/
35 http://mirrors.layeronline.com/ubuntu/
36@@ -616,7 +615,6 @@ https://ubuntu.mirror.wearetriple.com/archive/
37 http://mirrors.cqu.edu.cn/ubuntu/
38 https://mirror.ossplanet.net/ubuntu/
39 http://mirrors.portafixe.com/ubuntu/archive/
40-http://mirror.fcix.net/ubuntu/
41 https://mirror.0-1.cloud/ubuntu/
42 https://lug.mines.edu/mirrors/ubuntu/
43 http://mirror.cloudhosting.lv/ubuntu/
44@@ -636,3 +634,8 @@ http://mirror.deace.id/ubuntu/
45 https://mirrors.ustc.edu.cn/ubuntu/
46 https://mirror.informatik.tu-freiberg.de/ubuntu/
47 https://mirror.cxserv.de/ubuntu/
48+http://babylon.cs.uh.edu/mirror-sites/ubuntu/
49+https://mirror.cs.pitt.edu/ubuntu/archive/
50+https://mirror.fcix.net/ubuntu/
51+https://ftp.ps.pl/pub/Linux/ubuntu/archive/
52+http://mirror.labkom.id/ubuntu/
53diff --git a/debian/changelog b/debian/changelog
54index d29a61d..ac95dd1 100644
55--- a/debian/changelog
56+++ b/debian/changelog
57@@ -1,3 +1,11 @@
58+ubuntu-release-upgrader (1:22.04.10) jammy; urgency=medium
59+
60+ * DistUpgrade: Set NEEDRESTART_SUSPEND during upgrades (LP: #1968919).
61+ * do-release-upgrade: Fix a typo in the --help output.
62+ * Run pre-build.sh: updating mirrors, demotions, and translations.
63+
64+ -- Nick Rosbrook <nick.rosbrook@canonical.com> Mon, 18 Apr 2022 13:47:54 -0400
65+
66 ubuntu-release-upgrader (1:22.04.9) jammy; urgency=medium
67
68 [ Nick Rosbrook ]
69diff --git a/do-release-upgrade b/do-release-upgrade
70index a395bc1..944b53a 100755
71--- a/do-release-upgrade
72+++ b/do-release-upgrade
73@@ -111,7 +111,7 @@ if __name__ == "__main__":
74 parser.add_option ("-q", "--quiet", default=False, action="store_true",
75 dest="quiet")
76 parser.add_option ("-e", "--env",
77- help=_("A comma-seprated list of environment variables "
78+ help=_("A comma-separated list of environment variables "
79 "(e.g. VAR1=VALUE1,VAR2=VALUE2) that should be set "
80 "during the upgrade."))
81
82diff --git a/po/af.po b/po/af.po
83index 3f41bb5..44f229d 100644
84--- a/po/af.po
85+++ b/po/af.po
86@@ -8,7 +8,7 @@ msgid ""
87 msgstr ""
88 "Project-Id-Version: update-manager\n"
89 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
90-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
91+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
92 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
93 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
94 "Language-Team: Afrikaans <af@li.org>\n"
95@@ -2071,7 +2071,7 @@ msgstr ""
96
97 #: ../do-release-upgrade:114
98 msgid ""
99-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
100+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
101 "VAR2=VALUE2) that should be set during the upgrade."
102 msgstr ""
103
104diff --git a/po/am.po b/po/am.po
105index 3a2359f..84f3b0a 100644
106--- a/po/am.po
107+++ b/po/am.po
108@@ -8,7 +8,7 @@ msgid ""
109 msgstr ""
110 "Project-Id-Version: update-manager\n"
111 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
112-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
113+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
114 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
115 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
116 "Language-Team: Amharic <am@li.org>\n"
117@@ -1912,7 +1912,7 @@ msgstr ""
118
119 #: ../do-release-upgrade:114
120 msgid ""
121-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
122+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
123 "VAR2=VALUE2) that should be set during the upgrade."
124 msgstr ""
125
126diff --git a/po/an.po b/po/an.po
127index 59ed984..27081a7 100644
128--- a/po/an.po
129+++ b/po/an.po
130@@ -8,7 +8,7 @@ msgid ""
131 msgstr ""
132 "Project-Id-Version: update-manager\n"
133 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
134-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
135+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
136 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
137 "Last-Translator: Daniel Martinez <entaltoaragon@gmail.com>\n"
138 "Language-Team: Aragonese <an@li.org>\n"
139@@ -1813,7 +1813,7 @@ msgstr ""
140
141 #: ../do-release-upgrade:114
142 msgid ""
143-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
144+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
145 "VAR2=VALUE2) that should be set during the upgrade."
146 msgstr ""
147
148diff --git a/po/ar.po b/po/ar.po
149index f6d4046..902fbd0 100644
150--- a/po/ar.po
151+++ b/po/ar.po
152@@ -10,7 +10,7 @@ msgid ""
153 msgstr ""
154 "Project-Id-Version: po_update-manager-ar\n"
155 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
156-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
157+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
158 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
159 "Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
160 "Language-Team: Arabic\n"
161@@ -2014,7 +2014,7 @@ msgstr ""
162
163 #: ../do-release-upgrade:114
164 msgid ""
165-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
166+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
167 "VAR2=VALUE2) that should be set during the upgrade."
168 msgstr ""
169
170diff --git a/po/ast.po b/po/ast.po
171index 8e00000..bee0fec 100644
172--- a/po/ast.po
173+++ b/po/ast.po
174@@ -8,7 +8,7 @@ msgid ""
175 msgstr ""
176 "Project-Id-Version: update-manager\n"
177 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
178-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
179+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
180 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
181 "Last-Translator: ivarela <ivarela@ubuntu.com>\n"
182 "Language-Team: Asturian <ast@li.org>\n"
183@@ -1989,7 +1989,7 @@ msgstr ""
184
185 #: ../do-release-upgrade:114
186 msgid ""
187-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
188+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
189 "VAR2=VALUE2) that should be set during the upgrade."
190 msgstr ""
191
192diff --git a/po/az.po b/po/az.po
193index b09eec5..10aea37 100644
194--- a/po/az.po
195+++ b/po/az.po
196@@ -8,7 +8,7 @@ msgid ""
197 msgstr ""
198 "Project-Id-Version: update-manager\n"
199 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
200-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
201+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
202 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
203 "Last-Translator: Emin Mastizadeh <emin25@ovi.com>\n"
204 "Language-Team: Azerbaijani <az@li.org>\n"
205@@ -1803,7 +1803,7 @@ msgstr ""
206
207 #: ../do-release-upgrade:114
208 msgid ""
209-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
210+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
211 "VAR2=VALUE2) that should be set during the upgrade."
212 msgstr ""
213
214diff --git a/po/be.po b/po/be.po
215index e5bb599..b2625a1 100644
216--- a/po/be.po
217+++ b/po/be.po
218@@ -8,7 +8,7 @@ msgid ""
219 msgstr ""
220 "Project-Id-Version: update-manager\n"
221 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
222-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
223+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
224 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
225 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
226 "Language-Team: Belarusian <be@li.org>\n"
227@@ -2004,7 +2004,7 @@ msgstr ""
228
229 #: ../do-release-upgrade:114
230 msgid ""
231-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
232+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
233 "VAR2=VALUE2) that should be set during the upgrade."
234 msgstr ""
235
236diff --git a/po/bg.po b/po/bg.po
237index 2b65ce3..f6a70af 100644
238--- a/po/bg.po
239+++ b/po/bg.po
240@@ -9,7 +9,7 @@ msgid ""
241 msgstr ""
242 "Project-Id-Version: update manager\n"
243 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
244-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
245+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
246 "PO-Revision-Date: 2019-06-18 17:55+0000\n"
247 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
248 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
249@@ -1987,7 +1987,7 @@ msgstr ""
250
251 #: ../do-release-upgrade:114
252 msgid ""
253-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
254+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
255 "VAR2=VALUE2) that should be set during the upgrade."
256 msgstr ""
257
258diff --git a/po/bn.po b/po/bn.po
259index 19d032e..2cb8a26 100644
260--- a/po/bn.po
261+++ b/po/bn.po
262@@ -12,7 +12,7 @@ msgid ""
263 msgstr ""
264 "Project-Id-Version: shotwell-0.7.2\n"
265 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
266-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
267+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
268 "PO-Revision-Date: 2019-02-10 12:11+0000\n"
269 "Last-Translator: Istiak Ferdous <Unknown>\n"
270 "Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
271@@ -1984,7 +1984,7 @@ msgstr ""
272
273 #: ../do-release-upgrade:114
274 msgid ""
275-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
276+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
277 "VAR2=VALUE2) that should be set during the upgrade."
278 msgstr ""
279
280diff --git a/po/bo.po b/po/bo.po
281index 4943839..41ebe37 100644
282--- a/po/bo.po
283+++ b/po/bo.po
284@@ -8,7 +8,7 @@ msgid ""
285 msgstr ""
286 "Project-Id-Version: update-manager\n"
287 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
288-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
289+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
290 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
291 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
292 "Language-Team: Tibetan <bo@li.org>\n"
293@@ -1872,7 +1872,7 @@ msgstr ""
294
295 #: ../do-release-upgrade:114
296 msgid ""
297-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
298+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
299 "VAR2=VALUE2) that should be set during the upgrade."
300 msgstr ""
301
302diff --git a/po/br.po b/po/br.po
303index 1103559..d4539ec 100644
304--- a/po/br.po
305+++ b/po/br.po
306@@ -8,7 +8,7 @@ msgid ""
307 msgstr ""
308 "Project-Id-Version: update-manager\n"
309 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
310-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
311+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
312 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
313 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
314 "Language-Team: Breton <br@li.org>\n"
315@@ -1907,7 +1907,7 @@ msgstr ""
316
317 #: ../do-release-upgrade:114
318 msgid ""
319-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
320+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
321 "VAR2=VALUE2) that should be set during the upgrade."
322 msgstr ""
323
324diff --git a/po/bs.po b/po/bs.po
325index cbfef40..5a8ee7a 100644
326--- a/po/bs.po
327+++ b/po/bs.po
328@@ -8,7 +8,7 @@ msgid ""
329 msgstr ""
330 "Project-Id-Version: update-manager\n"
331 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
332-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
333+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
334 "PO-Revision-Date: 2019-06-18 17:53+0000\n"
335 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
336 "Language-Team: Bosnian <bs@li.org>\n"
337@@ -2026,7 +2026,7 @@ msgstr ""
338
339 #: ../do-release-upgrade:114
340 msgid ""
341-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
342+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
343 "VAR2=VALUE2) that should be set during the upgrade."
344 msgstr ""
345
346diff --git a/po/ca.po b/po/ca.po
347index d8b91c8..ad8f1c6 100644
348--- a/po/ca.po
349+++ b/po/ca.po
350@@ -8,7 +8,7 @@ msgid ""
351 msgstr ""
352 "Project-Id-Version: update-manager\n"
353 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
354-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
355+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
356 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
357 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
358 "Language-Team: Catalan <tradgnome@softcatala.org>\n"
359@@ -2054,7 +2054,7 @@ msgstr ""
360
361 #: ../do-release-upgrade:114
362 msgid ""
363-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
364+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
365 "VAR2=VALUE2) that should be set during the upgrade."
366 msgstr ""
367
368diff --git a/po/ca@valencia.po b/po/ca@valencia.po
369index e60fdc6..c8d9b81 100644
370--- a/po/ca@valencia.po
371+++ b/po/ca@valencia.po
372@@ -8,7 +8,7 @@ msgid ""
373 msgstr ""
374 "Project-Id-Version: update-manager\n"
375 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
376-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
377+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
378 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
379 "Last-Translator: Joan Duran <jodufi@gmail.com>\n"
380 "Language-Team: Catalan <tradgnome@softcatala.org>\n"
381@@ -1955,7 +1955,7 @@ msgstr ""
382
383 #: ../do-release-upgrade:114
384 msgid ""
385-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
386+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
387 "VAR2=VALUE2) that should be set during the upgrade."
388 msgstr ""
389
390diff --git a/po/ce.po b/po/ce.po
391index 6086b9e..8fa637b 100644
392--- a/po/ce.po
393+++ b/po/ce.po
394@@ -8,7 +8,7 @@ msgid ""
395 msgstr ""
396 "Project-Id-Version: ubuntu-release-upgrader\n"
397 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
398-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
399+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
400 "PO-Revision-Date: 2014-08-21 06:20+0000\n"
401 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
402 "Language-Team: Chechen <ce@li.org>\n"
403@@ -1822,7 +1822,7 @@ msgstr ""
404
405 #: ../do-release-upgrade:114
406 msgid ""
407-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
408+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
409 "VAR2=VALUE2) that should be set during the upgrade."
410 msgstr ""
411
412diff --git a/po/ceb.po b/po/ceb.po
413index 705c326..ef69ed1 100644
414--- a/po/ceb.po
415+++ b/po/ceb.po
416@@ -8,7 +8,7 @@ msgid ""
417 msgstr ""
418 "Project-Id-Version: update-manager\n"
419 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
420-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
421+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
422 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
423 "Last-Translator: James Banogon <james@banogon.com>\n"
424 "Language-Team: Cebuano <ceb@li.org>\n"
425@@ -1783,7 +1783,7 @@ msgstr ""
426
427 #: ../do-release-upgrade:114
428 msgid ""
429-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
430+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
431 "VAR2=VALUE2) that should be set during the upgrade."
432 msgstr ""
433
434diff --git a/po/ckb.po b/po/ckb.po
435index 8a54eac..0755b07 100644
436--- a/po/ckb.po
437+++ b/po/ckb.po
438@@ -8,7 +8,7 @@ msgid ""
439 msgstr ""
440 "Project-Id-Version: update-manager\n"
441 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
442-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
443+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
444 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
445 "Last-Translator: jwtear nariman <jwtiyar@gmail.com>\n"
446 "Language-Team: Kurdish (Sorani) <ckb@li.org>\n"
447@@ -1788,7 +1788,7 @@ msgstr ""
448
449 #: ../do-release-upgrade:114
450 msgid ""
451-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
452+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
453 "VAR2=VALUE2) that should be set during the upgrade."
454 msgstr ""
455
456diff --git a/po/crh.po b/po/crh.po
457index bbf6d3b..a87b0ed 100644
458--- a/po/crh.po
459+++ b/po/crh.po
460@@ -8,7 +8,7 @@ msgid ""
461 msgstr ""
462 "Project-Id-Version: update-manager\n"
463 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
464-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
465+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
466 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
467 "Last-Translator: Reşat SABIQ <tilde.birlik@gmail.com>\n"
468 "Language-Team: QIRIMTATARCA (Qırım Türkçesi) <tilde-birlik-tercime@lists."
469@@ -2035,7 +2035,7 @@ msgstr ""
470
471 #: ../do-release-upgrade:114
472 msgid ""
473-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
474+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
475 "VAR2=VALUE2) that should be set during the upgrade."
476 msgstr ""
477
478diff --git a/po/cs.po b/po/cs.po
479index 7becdfa..e0e9420 100644
480--- a/po/cs.po
481+++ b/po/cs.po
482@@ -8,7 +8,7 @@ msgid ""
483 msgstr ""
484 "Project-Id-Version: update-manager\n"
485 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
486-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
487+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
488 "PO-Revision-Date: 2019-06-18 17:53+0000\n"
489 "Last-Translator: AsciiWolf <mail@asciiwolf.com>\n"
490 "Language-Team: Czech <cs@li.org>\n"
491@@ -2079,7 +2079,7 @@ msgstr ""
492
493 #: ../do-release-upgrade:114
494 msgid ""
495-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
496+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
497 "VAR2=VALUE2) that should be set during the upgrade."
498 msgstr ""
499
500diff --git a/po/csb.po b/po/csb.po
501index 6d456d8..4a884cc 100644
502--- a/po/csb.po
503+++ b/po/csb.po
504@@ -8,7 +8,7 @@ msgid ""
505 msgstr ""
506 "Project-Id-Version: update-manager\n"
507 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
508-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
509+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
510 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
511 "Last-Translator: Yurek Hinz <yurekh@yahoo.com>\n"
512 "Language-Team: Kashubian <csb@li.org>\n"
513@@ -1875,7 +1875,7 @@ msgstr ""
514
515 #: ../do-release-upgrade:114
516 msgid ""
517-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
518+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
519 "VAR2=VALUE2) that should be set during the upgrade."
520 msgstr ""
521
522diff --git a/po/cv.po b/po/cv.po
523index 2199de8..3271ce1 100644
524--- a/po/cv.po
525+++ b/po/cv.po
526@@ -8,7 +8,7 @@ msgid ""
527 msgstr ""
528 "Project-Id-Version: update-manager\n"
529 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
530-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
531+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
532 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
533 "Last-Translator: Michael Vogt <michael.vogt@ubuntu.com>\n"
534 "Language-Team: Chuvash <cv@li.org>\n"
535@@ -1783,7 +1783,7 @@ msgstr ""
536
537 #: ../do-release-upgrade:114
538 msgid ""
539-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
540+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
541 "VAR2=VALUE2) that should be set during the upgrade."
542 msgstr ""
543
544diff --git a/po/cy.po b/po/cy.po
545index 422fab5..18d057f 100644
546--- a/po/cy.po
547+++ b/po/cy.po
548@@ -8,7 +8,7 @@ msgid ""
549 msgstr ""
550 "Project-Id-Version: update-manager\n"
551 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
552-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
553+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
554 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
555 "Last-Translator: Owen Llywelyn <owen.llywelyn@gmail.com>\n"
556 "Language-Team: Welsh <cy@li.org>\n"
557@@ -1971,7 +1971,7 @@ msgstr ""
558
559 #: ../do-release-upgrade:114
560 msgid ""
561-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
562+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
563 "VAR2=VALUE2) that should be set during the upgrade."
564 msgstr ""
565
566diff --git a/po/da.po b/po/da.po
567index 95909d8..4d2a283 100644
568--- a/po/da.po
569+++ b/po/da.po
570@@ -8,7 +8,7 @@ msgid ""
571 msgstr ""
572 "Project-Id-Version: update-manager\n"
573 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
574-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
575+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
576 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
577 "Last-Translator: Aputsiak Niels Janussen <aj@isit.gl>\n"
578 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
579@@ -2065,7 +2065,7 @@ msgstr ""
580
581 #: ../do-release-upgrade:114
582 msgid ""
583-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
584+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
585 "VAR2=VALUE2) that should be set during the upgrade."
586 msgstr ""
587
588diff --git a/po/de.po b/po/de.po
589index b864141..fd4265b 100644
590--- a/po/de.po
591+++ b/po/de.po
592@@ -10,7 +10,7 @@ msgid ""
593 msgstr ""
594 "Project-Id-Version: update-manager\n"
595 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
596-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
597+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
598 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
599 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
600 "Language-Team: German GNOME Translations <gnome-de@gnome.org>\n"
601@@ -2125,7 +2125,7 @@ msgstr ""
602
603 #: ../do-release-upgrade:114
604 msgid ""
605-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
606+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
607 "VAR2=VALUE2) that should be set during the upgrade."
608 msgstr ""
609
610diff --git a/po/dv.po b/po/dv.po
611index 78fd3aa..430f2d8 100644
612--- a/po/dv.po
613+++ b/po/dv.po
614@@ -8,7 +8,7 @@ msgid ""
615 msgstr ""
616 "Project-Id-Version: update-manager\n"
617 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
618-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
619+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
620 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
621 "Last-Translator: Huxain <hussain@maldicore.com>\n"
622 "Language-Team: Divehi <dv@li.org>\n"
623@@ -1783,7 +1783,7 @@ msgstr ""
624
625 #: ../do-release-upgrade:114
626 msgid ""
627-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
628+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
629 "VAR2=VALUE2) that should be set during the upgrade."
630 msgstr ""
631
632diff --git a/po/el.po b/po/el.po
633index 8cf3363..94371f6 100644
634--- a/po/el.po
635+++ b/po/el.po
636@@ -9,7 +9,7 @@ msgid ""
637 msgstr ""
638 "Project-Id-Version: el\n"
639 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
640-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
641+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
642 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
643 "Last-Translator: Steve Langasek <steve.langasek@canonical.com>\n"
644 "Language-Team: Greek <team@gnome.gr>\n"
645@@ -2051,7 +2051,7 @@ msgstr ""
646
647 #: ../do-release-upgrade:114
648 msgid ""
649-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
650+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
651 "VAR2=VALUE2) that should be set during the upgrade."
652 msgstr ""
653
654diff --git a/po/en_AU.po b/po/en_AU.po
655index 7e9509a..75725ae 100644
656--- a/po/en_AU.po
657+++ b/po/en_AU.po
658@@ -8,7 +8,7 @@ msgid ""
659 msgstr ""
660 "Project-Id-Version: update-manager\n"
661 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
662-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
663+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
664 "PO-Revision-Date: 2019-06-18 17:55+0000\n"
665 "Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"
666 "Language-Team: English (Australia) <en_AU@li.org>\n"
667@@ -2044,7 +2044,7 @@ msgstr ""
668
669 #: ../do-release-upgrade:114
670 msgid ""
671-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
672+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
673 "VAR2=VALUE2) that should be set during the upgrade."
674 msgstr ""
675
676diff --git a/po/en_CA.po b/po/en_CA.po
677index 7cfb34e..225da0a 100644
678--- a/po/en_CA.po
679+++ b/po/en_CA.po
680@@ -9,7 +9,7 @@ msgid ""
681 msgstr ""
682 "Project-Id-Version: update-manager\n"
683 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
684-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
685+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
686 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
687 "Last-Translator: Daniel LeBlanc <danidou@gmail.com>\n"
688 "Language-Team: Canadian English <adamw@gnome.org>\n"
689@@ -1988,7 +1988,7 @@ msgstr ""
690
691 #: ../do-release-upgrade:114
692 msgid ""
693-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
694+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
695 "VAR2=VALUE2) that should be set during the upgrade."
696 msgstr ""
697
698diff --git a/po/en_GB.po b/po/en_GB.po
699index 4704e3e..2aced3f 100644
700--- a/po/en_GB.po
701+++ b/po/en_GB.po
702@@ -8,7 +8,7 @@ msgid ""
703 msgstr ""
704 "Project-Id-Version: update-manager\n"
705 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
706-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
707+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
708 "PO-Revision-Date: 2019-06-18 17:53+0000\n"
709 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
710 "Language-Team: \n"
711@@ -2052,7 +2052,7 @@ msgstr ""
712
713 #: ../do-release-upgrade:114
714 msgid ""
715-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
716+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
717 "VAR2=VALUE2) that should be set during the upgrade."
718 msgstr ""
719
720diff --git a/po/eo.po b/po/eo.po
721index 65dd6cf..1ae7e6f 100644
722--- a/po/eo.po
723+++ b/po/eo.po
724@@ -8,7 +8,7 @@ msgid ""
725 msgstr ""
726 "Project-Id-Version: update-manager\n"
727 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
728-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
729+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
730 "PO-Revision-Date: 2014-04-24 23:25+0000\n"
731 "Last-Translator: Michael Moroni <michaelmoroni@disroot.org>\n"
732 "Language-Team: Esperanto <eo@li.org>\n"
733@@ -1981,7 +1981,7 @@ msgstr ""
734
735 #: ../do-release-upgrade:114
736 msgid ""
737-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
738+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
739 "VAR2=VALUE2) that should be set during the upgrade."
740 msgstr ""
741
742diff --git a/po/es.po b/po/es.po
743index f265349..1fb1692 100644
744--- a/po/es.po
745+++ b/po/es.po
746@@ -11,7 +11,7 @@ msgid ""
747 msgstr ""
748 "Project-Id-Version: es\n"
749 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
750-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
751+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
752 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
753 "Last-Translator: Paco Molinero <paco@byasl.com>\n"
754 "Language-Team: Spanish <traductores@gnome.org>\n"
755@@ -2081,7 +2081,7 @@ msgstr ""
756
757 #: ../do-release-upgrade:114
758 msgid ""
759-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
760+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
761 "VAR2=VALUE2) that should be set during the upgrade."
762 msgstr ""
763
764diff --git a/po/et.po b/po/et.po
765index bda5c68..3f43ef8 100644
766--- a/po/et.po
767+++ b/po/et.po
768@@ -8,7 +8,7 @@ msgid ""
769 msgstr ""
770 "Project-Id-Version: update-manager\n"
771 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
772-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
773+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
774 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
775 "Last-Translator: Märt Põder <boamaod@gmail.com>\n"
776 "Language-Team: Estonian <et@li.org>\n"
777@@ -1911,7 +1911,7 @@ msgstr ""
778
779 #: ../do-release-upgrade:114
780 msgid ""
781-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
782+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
783 "VAR2=VALUE2) that should be set during the upgrade."
784 msgstr ""
785
786diff --git a/po/eu.po b/po/eu.po
787index 40df8e8..30a91c9 100644
788--- a/po/eu.po
789+++ b/po/eu.po
790@@ -8,7 +8,7 @@ msgid ""
791 msgstr ""
792 "Project-Id-Version: update-manager\n"
793 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
794-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
795+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
796 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
797 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
798 "Language-Team: Basque <eu@li.org>\n"
799@@ -1984,7 +1984,7 @@ msgstr ""
800
801 #: ../do-release-upgrade:114
802 msgid ""
803-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
804+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
805 "VAR2=VALUE2) that should be set during the upgrade."
806 msgstr ""
807
808diff --git a/po/fa.po b/po/fa.po
809index bf7f146..b6e5255 100644
810--- a/po/fa.po
811+++ b/po/fa.po
812@@ -8,7 +8,7 @@ msgid ""
813 msgstr ""
814 "Project-Id-Version: update-manager\n"
815 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
816-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
817+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
818 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
819 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
820 "Language-Team: Persian <fa@li.org>\n"
821@@ -1793,7 +1793,7 @@ msgstr ""
822
823 #: ../do-release-upgrade:114
824 msgid ""
825-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
826+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
827 "VAR2=VALUE2) that should be set during the upgrade."
828 msgstr ""
829
830diff --git a/po/fi.po b/po/fi.po
831index 6adabdb..f7d0231 100644
832--- a/po/fi.po
833+++ b/po/fi.po
834@@ -8,7 +8,7 @@ msgid ""
835 msgstr ""
836 "Project-Id-Version: update-manager\n"
837 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
838-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
839+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
840 "PO-Revision-Date: 2019-06-18 17:53+0000\n"
841 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
842 "Language-Team: Finnish <ubuntu-fi@lists.ubuntu.com>\n"
843@@ -2055,7 +2055,7 @@ msgstr ""
844
845 #: ../do-release-upgrade:114
846 msgid ""
847-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
848+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
849 "VAR2=VALUE2) that should be set during the upgrade."
850 msgstr ""
851
852diff --git a/po/fil.po b/po/fil.po
853index e0d2dc1..d262858 100644
854--- a/po/fil.po
855+++ b/po/fil.po
856@@ -8,7 +8,7 @@ msgid ""
857 msgstr ""
858 "Project-Id-Version: update-manager\n"
859 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
860-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
861+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
862 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
863 "Last-Translator: JeanAustinR <zeroseven0183@gmail.com>\n"
864 "Language-Team: Filipino <fil@li.org>\n"
865@@ -1856,7 +1856,7 @@ msgstr ""
866
867 #: ../do-release-upgrade:114
868 msgid ""
869-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
870+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
871 "VAR2=VALUE2) that should be set during the upgrade."
872 msgstr ""
873
874diff --git a/po/fo.po b/po/fo.po
875index cdf31a9..d34fd0c 100644
876--- a/po/fo.po
877+++ b/po/fo.po
878@@ -8,7 +8,7 @@ msgid ""
879 msgstr ""
880 "Project-Id-Version: update-manager\n"
881 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
882-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
883+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
884 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
885 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
886 "Language-Team: Faroese <fo@li.org>\n"
887@@ -1795,7 +1795,7 @@ msgstr ""
888
889 #: ../do-release-upgrade:114
890 msgid ""
891-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
892+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
893 "VAR2=VALUE2) that should be set during the upgrade."
894 msgstr ""
895
896diff --git a/po/fr.po b/po/fr.po
897index 93c711a..1e73902 100644
898--- a/po/fr.po
899+++ b/po/fr.po
900@@ -9,7 +9,7 @@ msgid ""
901 msgstr ""
902 "Project-Id-Version: update-manager 0.37.2\n"
903 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
904-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
905+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
906 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
907 "Last-Translator: Pierre Slamich <pierre.slamich@gmail.com>\n"
908 "Language-Team: French <gnomefr@traduc.org>\n"
909@@ -2095,7 +2095,7 @@ msgstr ""
910
911 #: ../do-release-upgrade:114
912 msgid ""
913-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
914+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
915 "VAR2=VALUE2) that should be set during the upgrade."
916 msgstr ""
917
918diff --git a/po/fr_CA.po b/po/fr_CA.po
919index 5715820..d7d569a 100644
920--- a/po/fr_CA.po
921+++ b/po/fr_CA.po
922@@ -8,7 +8,7 @@ msgid ""
923 msgstr ""
924 "Project-Id-Version: ubuntu-release-upgrader\n"
925 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
926-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
927+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
928 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
929 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
930 "Language-Team: French (Canada) <fr_CA@li.org>\n"
931@@ -2092,7 +2092,7 @@ msgstr ""
932
933 #: ../do-release-upgrade:114
934 msgid ""
935-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
936+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
937 "VAR2=VALUE2) that should be set during the upgrade."
938 msgstr ""
939
940diff --git a/po/fur.po b/po/fur.po
941index 1d97072..c9d37a3 100644
942--- a/po/fur.po
943+++ b/po/fur.po
944@@ -8,7 +8,7 @@ msgid ""
945 msgstr ""
946 "Project-Id-Version: update-manager\n"
947 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
948-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
949+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
950 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
951 "Last-Translator: Marco Londero <marcuz@linux.it>\n"
952 "Language-Team: Friulian <fur@li.org>\n"
953@@ -1807,7 +1807,7 @@ msgstr ""
954
955 #: ../do-release-upgrade:114
956 msgid ""
957-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
958+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
959 "VAR2=VALUE2) that should be set during the upgrade."
960 msgstr ""
961
962diff --git a/po/fy.po b/po/fy.po
963index ca062b7..382cda8 100644
964--- a/po/fy.po
965+++ b/po/fy.po
966@@ -8,7 +8,7 @@ msgid ""
967 msgstr ""
968 "Project-Id-Version: update-manager\n"
969 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
970-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
971+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
972 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
973 "Last-Translator: Sense Egbert Hofstede <u@sensehofstede.nl>\n"
974 "Language-Team: Frisian <fy@li.org>\n"
975@@ -1791,7 +1791,7 @@ msgstr ""
976
977 #: ../do-release-upgrade:114
978 msgid ""
979-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
980+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
981 "VAR2=VALUE2) that should be set during the upgrade."
982 msgstr ""
983
984diff --git a/po/ga.po b/po/ga.po
985index 400079c..b08b41c 100644
986--- a/po/ga.po
987+++ b/po/ga.po
988@@ -8,7 +8,7 @@ msgid ""
989 msgstr ""
990 "Project-Id-Version: update-manager\n"
991 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
992-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
993+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
994 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
995 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
996 "Language-Team: Irish <ga@li.org>\n"
997@@ -1783,7 +1783,7 @@ msgstr ""
998
999 #: ../do-release-upgrade:114
1000 msgid ""
1001-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1002+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1003 "VAR2=VALUE2) that should be set during the upgrade."
1004 msgstr ""
1005
1006diff --git a/po/gd.po b/po/gd.po
1007index 2702b8a..00212bd 100644
1008--- a/po/gd.po
1009+++ b/po/gd.po
1010@@ -8,7 +8,7 @@ msgid ""
1011 msgstr ""
1012 "Project-Id-Version: update-manager\n"
1013 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1014-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1015+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1016 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
1017 "Last-Translator: Akerbeltz <fios@akerbeltz.org>\n"
1018 "Language-Team: Gaelic; Scottish <gd@li.org>\n"
1019@@ -2065,7 +2065,7 @@ msgstr ""
1020
1021 #: ../do-release-upgrade:114
1022 msgid ""
1023-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1024+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1025 "VAR2=VALUE2) that should be set during the upgrade."
1026 msgstr ""
1027
1028diff --git a/po/gl.po b/po/gl.po
1029index 476a714..066b787 100644
1030--- a/po/gl.po
1031+++ b/po/gl.po
1032@@ -10,7 +10,7 @@ msgid ""
1033 msgstr ""
1034 "Project-Id-Version: gl\n"
1035 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1036-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1037+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1038 "PO-Revision-Date: 2019-06-18 17:53+0000\n"
1039 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1040 "Language-Team: galician\n"
1041@@ -2063,7 +2063,7 @@ msgstr ""
1042
1043 #: ../do-release-upgrade:114
1044 msgid ""
1045-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1046+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1047 "VAR2=VALUE2) that should be set during the upgrade."
1048 msgstr ""
1049
1050diff --git a/po/gu.po b/po/gu.po
1051index 2ea07c4..2c4df3f 100644
1052--- a/po/gu.po
1053+++ b/po/gu.po
1054@@ -8,7 +8,7 @@ msgid ""
1055 msgstr ""
1056 "Project-Id-Version: update-manager\n"
1057 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1058-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1059+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1060 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1061 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1062 "Language-Team: Gujarati <gu@li.org>\n"
1063@@ -1785,7 +1785,7 @@ msgstr ""
1064
1065 #: ../do-release-upgrade:114
1066 msgid ""
1067-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1068+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1069 "VAR2=VALUE2) that should be set during the upgrade."
1070 msgstr ""
1071
1072diff --git a/po/gv.po b/po/gv.po
1073index 59743c2..50fbf1e 100644
1074--- a/po/gv.po
1075+++ b/po/gv.po
1076@@ -8,7 +8,7 @@ msgid ""
1077 msgstr ""
1078 "Project-Id-Version: update-manager\n"
1079 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1080-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1081+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1082 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1083 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1084 "Language-Team: Manx <gv@li.org>\n"
1085@@ -1783,7 +1783,7 @@ msgstr ""
1086
1087 #: ../do-release-upgrade:114
1088 msgid ""
1089-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1090+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1091 "VAR2=VALUE2) that should be set during the upgrade."
1092 msgstr ""
1093
1094diff --git a/po/he.po b/po/he.po
1095index 279df3d..ac59c6f 100644
1096--- a/po/he.po
1097+++ b/po/he.po
1098@@ -11,7 +11,7 @@ msgid ""
1099 msgstr ""
1100 "Project-Id-Version: update-manager.HEAD\n"
1101 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1102-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1103+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1104 "PO-Revision-Date: 2019-06-18 17:55+0000\n"
1105 "Last-Translator: Yaron <sh.yaron@gmail.com>\n"
1106 "Language-Team: Hebrew <he@li.org>\n"
1107@@ -1988,7 +1988,7 @@ msgstr ""
1108
1109 #: ../do-release-upgrade:114
1110 msgid ""
1111-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1112+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1113 "VAR2=VALUE2) that should be set during the upgrade."
1114 msgstr ""
1115
1116diff --git a/po/hi.po b/po/hi.po
1117index f233634..324bd3c 100644
1118--- a/po/hi.po
1119+++ b/po/hi.po
1120@@ -8,7 +8,7 @@ msgid ""
1121 msgstr ""
1122 "Project-Id-Version: update-manager\n"
1123 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1124-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1125+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1126 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1127 "Last-Translator: Manish Kumar <manishku86@yahoo.co.in>\n"
1128 "Language-Team: Hindi <hi@li.org>\n"
1129@@ -1893,7 +1893,7 @@ msgstr ""
1130
1131 #: ../do-release-upgrade:114
1132 msgid ""
1133-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1134+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1135 "VAR2=VALUE2) that should be set during the upgrade."
1136 msgstr ""
1137
1138diff --git a/po/hr.po b/po/hr.po
1139index ef5948a..1476031 100644
1140--- a/po/hr.po
1141+++ b/po/hr.po
1142@@ -8,7 +8,7 @@ msgid ""
1143 msgstr ""
1144 "Project-Id-Version: update-manager\n"
1145 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1146-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1147+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1148 "PO-Revision-Date: 2019-06-18 17:51+0000\n"
1149 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1150 "Language-Team: Croatian <hr@li.org>\n"
1151@@ -2089,7 +2089,7 @@ msgstr ""
1152
1153 #: ../do-release-upgrade:114
1154 msgid ""
1155-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1156+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1157 "VAR2=VALUE2) that should be set during the upgrade."
1158 msgstr ""
1159
1160diff --git a/po/hu.po b/po/hu.po
1161index 270b1ee..e9acf86 100644
1162--- a/po/hu.po
1163+++ b/po/hu.po
1164@@ -8,7 +8,7 @@ msgid ""
1165 msgstr ""
1166 "Project-Id-Version: update-manager.HEAD\n"
1167 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1168-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1169+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1170 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
1171 "Last-Translator: Báthory Péter <bathory86p@gmail.com>\n"
1172 "Language-Team: Hungarian <gnome@gnome.hu>\n"
1173@@ -2023,7 +2023,7 @@ msgstr ""
1174
1175 #: ../do-release-upgrade:114
1176 msgid ""
1177-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1178+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1179 "VAR2=VALUE2) that should be set during the upgrade."
1180 msgstr ""
1181
1182diff --git a/po/hy.po b/po/hy.po
1183index 2f797a8..7ff37d2 100644
1184--- a/po/hy.po
1185+++ b/po/hy.po
1186@@ -8,7 +8,7 @@ msgid ""
1187 msgstr ""
1188 "Project-Id-Version: update-manager\n"
1189 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1190-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1191+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1192 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1193 "Last-Translator: Serj Safarian <serjsafarian@gmail.com>\n"
1194 "Language-Team: Armenian <hy@li.org>\n"
1195@@ -1784,7 +1784,7 @@ msgstr ""
1196
1197 #: ../do-release-upgrade:114
1198 msgid ""
1199-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1200+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1201 "VAR2=VALUE2) that should be set during the upgrade."
1202 msgstr ""
1203
1204diff --git a/po/ia.po b/po/ia.po
1205index c03db77..9600857 100644
1206--- a/po/ia.po
1207+++ b/po/ia.po
1208@@ -8,7 +8,7 @@ msgid ""
1209 msgstr ""
1210 "Project-Id-Version: ubuntu-release-upgrader\n"
1211 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1212-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1213+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1214 "PO-Revision-Date: 2015-09-01 21:48+0000\n"
1215 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1216 "Language-Team: Interlingua <ia@li.org>\n"
1217@@ -2028,7 +2028,7 @@ msgstr ""
1218
1219 #: ../do-release-upgrade:114
1220 msgid ""
1221-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1222+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1223 "VAR2=VALUE2) that should be set during the upgrade."
1224 msgstr ""
1225
1226diff --git a/po/id.po b/po/id.po
1227index d32180e..6f3995f 100644
1228--- a/po/id.po
1229+++ b/po/id.po
1230@@ -8,7 +8,7 @@ msgid ""
1231 msgstr ""
1232 "Project-Id-Version: update-manager\n"
1233 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1234-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1235+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1236 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
1237 "Last-Translator: Bagus Herlambang <bagus@vfemail.net>\n"
1238 "Language-Team: Indonesian <id@li.org>\n"
1239@@ -1992,7 +1992,7 @@ msgstr ""
1240
1241 #: ../do-release-upgrade:114
1242 msgid ""
1243-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1244+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1245 "VAR2=VALUE2) that should be set during the upgrade."
1246 msgstr ""
1247
1248diff --git a/po/is.po b/po/is.po
1249index 0f4afd9..cdc55a1 100644
1250--- a/po/is.po
1251+++ b/po/is.po
1252@@ -8,7 +8,7 @@ msgid ""
1253 msgstr ""
1254 "Project-Id-Version: update-manager\n"
1255 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1256-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1257+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1258 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1259 "Last-Translator: Sigurpáll Sigurðsson <Icekhaos@hotmail.com>\n"
1260 "Language-Team: Icelandic <is@li.org>\n"
1261@@ -1869,7 +1869,7 @@ msgstr ""
1262
1263 #: ../do-release-upgrade:114
1264 msgid ""
1265-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1266+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1267 "VAR2=VALUE2) that should be set during the upgrade."
1268 msgstr ""
1269
1270diff --git a/po/it.po b/po/it.po
1271index 3aef76b..c79a923 100644
1272--- a/po/it.po
1273+++ b/po/it.po
1274@@ -10,7 +10,7 @@ msgid ""
1275 msgstr ""
1276 "Project-Id-Version: update-manager\n"
1277 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1278-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1279+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1280 "PO-Revision-Date: 2019-06-18 17:55+0000\n"
1281 "Last-Translator: Alessandro Ranaldi <ranaldialessandro@gmail.com>\n"
1282 "Language-Team: Italian <it@li.org>\n"
1283@@ -2078,7 +2078,7 @@ msgstr ""
1284
1285 #: ../do-release-upgrade:114
1286 msgid ""
1287-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1288+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1289 "VAR2=VALUE2) that should be set during the upgrade."
1290 msgstr ""
1291
1292diff --git a/po/ja.po b/po/ja.po
1293index 09e7b67..eadca3c 100644
1294--- a/po/ja.po
1295+++ b/po/ja.po
1296@@ -10,7 +10,7 @@ msgid ""
1297 msgstr ""
1298 "Project-Id-Version: update-manager 0.42.4\n"
1299 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1300-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1301+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1302 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
1303 "Last-Translator: Mitsuya Shibata <mty.shibata@gmail.com>\n"
1304 "Language-Team: Ubuntu Japanese Team <ubuntu-ja-users@freeml.com>\n"
1305@@ -2009,7 +2009,7 @@ msgstr ""
1306
1307 #: ../do-release-upgrade:114
1308 msgid ""
1309-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1310+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1311 "VAR2=VALUE2) that should be set during the upgrade."
1312 msgstr ""
1313
1314diff --git a/po/jv.po b/po/jv.po
1315index 32bd293..9e9b977 100644
1316--- a/po/jv.po
1317+++ b/po/jv.po
1318@@ -8,7 +8,7 @@ msgid ""
1319 msgstr ""
1320 "Project-Id-Version: update-manager\n"
1321 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1322-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1323+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1324 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1325 "Last-Translator: Rahman Yusri Aftian <fn.aftian@gmail.com>\n"
1326 "Language-Team: Javanese <jv@li.org>\n"
1327@@ -1783,7 +1783,7 @@ msgstr ""
1328
1329 #: ../do-release-upgrade:114
1330 msgid ""
1331-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1332+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1333 "VAR2=VALUE2) that should be set during the upgrade."
1334 msgstr ""
1335
1336diff --git a/po/ka.po b/po/ka.po
1337index 036ef7d..e57067e 100644
1338--- a/po/ka.po
1339+++ b/po/ka.po
1340@@ -11,7 +11,7 @@ msgid ""
1341 msgstr ""
1342 "Project-Id-Version: po_update-manager-ka\n"
1343 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1344-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1345+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1346 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1347 "Last-Translator: Vladimer Sichinava <vsichi@gnome.org>\n"
1348 "Language-Team: Georgian <http://mail.gnome.org/mailman/listinfo/gnome-ge-"
1349@@ -1832,7 +1832,7 @@ msgstr ""
1350
1351 #: ../do-release-upgrade:114
1352 msgid ""
1353-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1354+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1355 "VAR2=VALUE2) that should be set during the upgrade."
1356 msgstr ""
1357
1358diff --git a/po/kk.po b/po/kk.po
1359index 2a9a67a..4634b25 100644
1360--- a/po/kk.po
1361+++ b/po/kk.po
1362@@ -8,7 +8,7 @@ msgid ""
1363 msgstr ""
1364 "Project-Id-Version: update-manager\n"
1365 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1366-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1367+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1368 "PO-Revision-Date: 2016-04-25 17:28+0000\n"
1369 "Last-Translator: jmb_kz <Unknown>\n"
1370 "Language-Team: Kazakh <kk@li.org>\n"
1371@@ -1907,7 +1907,7 @@ msgstr ""
1372
1373 #: ../do-release-upgrade:114
1374 msgid ""
1375-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1376+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1377 "VAR2=VALUE2) that should be set during the upgrade."
1378 msgstr ""
1379
1380diff --git a/po/km.po b/po/km.po
1381index 9838803..968a612 100644
1382--- a/po/km.po
1383+++ b/po/km.po
1384@@ -9,7 +9,7 @@ msgid ""
1385 msgstr ""
1386 "Project-Id-Version: po_update-manager-km\n"
1387 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1388-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1389+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1390 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1391 "Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
1392 "Language-Team: Khmer <en@li.org>\n"
1393@@ -1941,7 +1941,7 @@ msgstr ""
1394
1395 #: ../do-release-upgrade:114
1396 msgid ""
1397-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1398+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1399 "VAR2=VALUE2) that should be set during the upgrade."
1400 msgstr ""
1401
1402diff --git a/po/kn.po b/po/kn.po
1403index e769ab1..d75fee3 100644
1404--- a/po/kn.po
1405+++ b/po/kn.po
1406@@ -8,7 +8,7 @@ msgid ""
1407 msgstr ""
1408 "Project-Id-Version: update-manager\n"
1409 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1410-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1411+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1412 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1413 "Last-Translator: Michael Vogt <michael.vogt@ubuntu.com>\n"
1414 "Language-Team: Kannada <kn@li.org>\n"
1415@@ -1785,7 +1785,7 @@ msgstr ""
1416
1417 #: ../do-release-upgrade:114
1418 msgid ""
1419-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1420+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1421 "VAR2=VALUE2) that should be set during the upgrade."
1422 msgstr ""
1423
1424diff --git a/po/ko.po b/po/ko.po
1425index 7ba730d..8daa2b7 100644
1426--- a/po/ko.po
1427+++ b/po/ko.po
1428@@ -8,7 +8,7 @@ msgid ""
1429 msgstr ""
1430 "Project-Id-Version: update-manager\n"
1431 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1432-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1433+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1434 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
1435 "Last-Translator: Kim Boram <boramism@gmail.com>\n"
1436 "Language-Team: Korean <ko@li.org>\n"
1437@@ -1965,7 +1965,7 @@ msgstr ""
1438
1439 #: ../do-release-upgrade:114
1440 msgid ""
1441-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1442+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1443 "VAR2=VALUE2) that should be set during the upgrade."
1444 msgstr ""
1445
1446diff --git a/po/ku.po b/po/ku.po
1447index 94f41a1..8830d3b 100644
1448--- a/po/ku.po
1449+++ b/po/ku.po
1450@@ -8,7 +8,7 @@ msgid ""
1451 msgstr ""
1452 "Project-Id-Version: update-manager\n"
1453 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1454-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1455+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1456 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1457 "Last-Translator: Amed Çeko Jiyan <amedcj@gmail.com>\n"
1458 "Language-Team: Kurdish <ku@li.org>\n"
1459@@ -2028,7 +2028,7 @@ msgstr ""
1460
1461 #: ../do-release-upgrade:114
1462 msgid ""
1463-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1464+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1465 "VAR2=VALUE2) that should be set during the upgrade."
1466 msgstr ""
1467
1468diff --git a/po/ky.po b/po/ky.po
1469index b72e12d..9611a3c 100644
1470--- a/po/ky.po
1471+++ b/po/ky.po
1472@@ -8,7 +8,7 @@ msgid ""
1473 msgstr ""
1474 "Project-Id-Version: update-manager\n"
1475 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1476-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1477+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1478 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1479 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1480 "Language-Team: Kirghiz <ky@li.org>\n"
1481@@ -1783,7 +1783,7 @@ msgstr ""
1482
1483 #: ../do-release-upgrade:114
1484 msgid ""
1485-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1486+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1487 "VAR2=VALUE2) that should be set during the upgrade."
1488 msgstr ""
1489
1490diff --git a/po/lb.po b/po/lb.po
1491index c1c35fa..ae6954e 100644
1492--- a/po/lb.po
1493+++ b/po/lb.po
1494@@ -8,7 +8,7 @@ msgid ""
1495 msgstr ""
1496 "Project-Id-Version: update-manager\n"
1497 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1498-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1499+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1500 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1501 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1502 "Language-Team: Luxembourgish <lb@li.org>\n"
1503@@ -1792,7 +1792,7 @@ msgstr ""
1504
1505 #: ../do-release-upgrade:114
1506 msgid ""
1507-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1508+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1509 "VAR2=VALUE2) that should be set during the upgrade."
1510 msgstr ""
1511
1512diff --git a/po/ln.po b/po/ln.po
1513index 32c6084..92ba93b 100644
1514--- a/po/ln.po
1515+++ b/po/ln.po
1516@@ -8,7 +8,7 @@ msgid ""
1517 msgstr ""
1518 "Project-Id-Version: ubuntu-release-upgrader\n"
1519 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1520-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1521+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1522 "PO-Revision-Date: 2016-10-05 09:46+0000\n"
1523 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1524 "Language-Team: Lingala <ln@li.org>\n"
1525@@ -1783,7 +1783,7 @@ msgstr ""
1526
1527 #: ../do-release-upgrade:114
1528 msgid ""
1529-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1530+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1531 "VAR2=VALUE2) that should be set during the upgrade."
1532 msgstr ""
1533
1534diff --git a/po/lo.po b/po/lo.po
1535index 7f9f99d..749e7e9 100644
1536--- a/po/lo.po
1537+++ b/po/lo.po
1538@@ -8,7 +8,7 @@ msgid ""
1539 msgstr ""
1540 "Project-Id-Version: update-manager\n"
1541 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1542-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1543+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1544 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1545 "Last-Translator: Michael Terry <michael.terry@canonical.com>\n"
1546 "Language-Team: Lao <lo@li.org>\n"
1547@@ -1783,7 +1783,7 @@ msgstr ""
1548
1549 #: ../do-release-upgrade:114
1550 msgid ""
1551-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1552+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1553 "VAR2=VALUE2) that should be set during the upgrade."
1554 msgstr ""
1555
1556diff --git a/po/lt.po b/po/lt.po
1557index 335f383..2896d87 100644
1558--- a/po/lt.po
1559+++ b/po/lt.po
1560@@ -8,7 +8,7 @@ msgid ""
1561 msgstr ""
1562 "Project-Id-Version: update-manager HEAD\n"
1563 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1564-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1565+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1566 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
1567 "Last-Translator: Moo <hazap@hotmail.com>\n"
1568 "Language-Team: Lithuanian\n"
1569@@ -1977,7 +1977,7 @@ msgstr ""
1570
1571 #: ../do-release-upgrade:114
1572 msgid ""
1573-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1574+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1575 "VAR2=VALUE2) that should be set during the upgrade."
1576 msgstr ""
1577
1578diff --git a/po/lv.po b/po/lv.po
1579index 98e9636..4ea8aa9 100644
1580--- a/po/lv.po
1581+++ b/po/lv.po
1582@@ -11,7 +11,7 @@ msgid ""
1583 msgstr ""
1584 "Project-Id-Version: lp-upd-manager-lv\n"
1585 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1586-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1587+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1588 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
1589 "Last-Translator: Iain Lane <iain@orangesquash.org.uk>\n"
1590 "Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
1591@@ -2036,7 +2036,7 @@ msgstr ""
1592
1593 #: ../do-release-upgrade:114
1594 msgid ""
1595-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1596+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1597 "VAR2=VALUE2) that should be set during the upgrade."
1598 msgstr ""
1599
1600diff --git a/po/mhr.po b/po/mhr.po
1601index 1cf6362..eab9e0b 100644
1602--- a/po/mhr.po
1603+++ b/po/mhr.po
1604@@ -8,7 +8,7 @@ msgid ""
1605 msgstr ""
1606 "Project-Id-Version: ubuntu-release-upgrader\n"
1607 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1608-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1609+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1610 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1611 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1612 "Language-Team: Mari (Meadow) <mhr@li.org>\n"
1613@@ -1783,7 +1783,7 @@ msgstr ""
1614
1615 #: ../do-release-upgrade:114
1616 msgid ""
1617-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1618+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1619 "VAR2=VALUE2) that should be set during the upgrade."
1620 msgstr ""
1621
1622diff --git a/po/mjw.po b/po/mjw.po
1623index e0bf51f..a4a9586 100644
1624--- a/po/mjw.po
1625+++ b/po/mjw.po
1626@@ -8,7 +8,7 @@ msgid ""
1627 msgstr ""
1628 "Project-Id-Version: ubuntu-release-upgrader\n"
1629 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1630-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1631+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1632 "PO-Revision-Date: 2019-07-24 18:57+0000\n"
1633 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1634 "Language-Team: Karbi <mjw@li.org>\n"
1635@@ -1783,7 +1783,7 @@ msgstr ""
1636
1637 #: ../do-release-upgrade:114
1638 msgid ""
1639-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1640+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1641 "VAR2=VALUE2) that should be set during the upgrade."
1642 msgstr ""
1643
1644diff --git a/po/mk.po b/po/mk.po
1645index bbf93b9..015c2c9 100644
1646--- a/po/mk.po
1647+++ b/po/mk.po
1648@@ -8,7 +8,7 @@ msgid ""
1649 msgstr ""
1650 "Project-Id-Version: mk\n"
1651 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1652-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1653+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1654 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1655 "Last-Translator: Јован Наумовски <jovan@lugola.net>\n"
1656 "Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
1657@@ -1832,7 +1832,7 @@ msgstr ""
1658
1659 #: ../do-release-upgrade:114
1660 msgid ""
1661-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1662+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1663 "VAR2=VALUE2) that should be set during the upgrade."
1664 msgstr ""
1665
1666diff --git a/po/ml.po b/po/ml.po
1667index 971e41f..5809a8f 100644
1668--- a/po/ml.po
1669+++ b/po/ml.po
1670@@ -8,7 +8,7 @@ msgid ""
1671 msgstr ""
1672 "Project-Id-Version: update-manager\n"
1673 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1674-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1675+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1676 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1677 "Last-Translator: nithin_aneesh <nithin_aneesh@aol.in>\n"
1678 "Language-Team: Malayalam <ml@li.org>\n"
1679@@ -1802,7 +1802,7 @@ msgstr ""
1680
1681 #: ../do-release-upgrade:114
1682 msgid ""
1683-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1684+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1685 "VAR2=VALUE2) that should be set during the upgrade."
1686 msgstr ""
1687
1688diff --git a/po/mn.po b/po/mn.po
1689index 11984b9..a28aef2 100644
1690--- a/po/mn.po
1691+++ b/po/mn.po
1692@@ -8,7 +8,7 @@ msgid ""
1693 msgstr ""
1694 "Project-Id-Version: update-manager\n"
1695 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1696-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1697+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1698 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1699 "Last-Translator: Н.Энхбат <lwcc_enhee@yahoo.com>\n"
1700 "Language-Team: Mongolian <mn@li.org>\n"
1701@@ -1789,7 +1789,7 @@ msgstr ""
1702
1703 #: ../do-release-upgrade:114
1704 msgid ""
1705-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1706+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1707 "VAR2=VALUE2) that should be set during the upgrade."
1708 msgstr ""
1709
1710diff --git a/po/mnw.po b/po/mnw.po
1711index f2f1c66..96f96f0 100644
1712--- a/po/mnw.po
1713+++ b/po/mnw.po
1714@@ -8,7 +8,7 @@ msgid ""
1715 msgstr ""
1716 "Project-Id-Version: ubuntu-release-upgrader\n"
1717 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1718-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1719+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1720 "PO-Revision-Date: 2019-11-04 05:16+0000\n"
1721 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1722 "Language-Team: Mon <mnw@li.org>\n"
1723@@ -1784,7 +1784,7 @@ msgstr ""
1724
1725 #: ../do-release-upgrade:114
1726 msgid ""
1727-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1728+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1729 "VAR2=VALUE2) that should be set during the upgrade."
1730 msgstr ""
1731
1732diff --git a/po/mr.po b/po/mr.po
1733index d4fb634..9569929 100644
1734--- a/po/mr.po
1735+++ b/po/mr.po
1736@@ -8,7 +8,7 @@ msgid ""
1737 msgstr ""
1738 "Project-Id-Version: update-manager\n"
1739 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1740-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1741+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1742 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1743 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1744 "Language-Team: Marathi <mr@li.org>\n"
1745@@ -1876,7 +1876,7 @@ msgstr ""
1746
1747 #: ../do-release-upgrade:114
1748 msgid ""
1749-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1750+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1751 "VAR2=VALUE2) that should be set during the upgrade."
1752 msgstr ""
1753
1754diff --git a/po/ms.po b/po/ms.po
1755index 45fddfd..77ba4e0 100644
1756--- a/po/ms.po
1757+++ b/po/ms.po
1758@@ -8,7 +8,7 @@ msgid ""
1759 msgstr ""
1760 "Project-Id-Version: update-manager\n"
1761 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1762-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1763+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1764 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
1765 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1766 "Language-Team: Malay <ms@li.org>\n"
1767@@ -2030,7 +2030,7 @@ msgstr ""
1768
1769 #: ../do-release-upgrade:114
1770 msgid ""
1771-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1772+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1773 "VAR2=VALUE2) that should be set during the upgrade."
1774 msgstr ""
1775
1776diff --git a/po/mus.po b/po/mus.po
1777index e9dbe7b..1f39918 100644
1778--- a/po/mus.po
1779+++ b/po/mus.po
1780@@ -8,7 +8,7 @@ msgid ""
1781 msgstr ""
1782 "Project-Id-Version: update-manager\n"
1783 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1784-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1785+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1786 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1787 "Last-Translator: Michael Vogt <michael.vogt@ubuntu.com>\n"
1788 "Language-Team: Creek <mus@li.org>\n"
1789@@ -1783,7 +1783,7 @@ msgstr ""
1790
1791 #: ../do-release-upgrade:114
1792 msgid ""
1793-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1794+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1795 "VAR2=VALUE2) that should be set during the upgrade."
1796 msgstr ""
1797
1798diff --git a/po/my.po b/po/my.po
1799index 2ff09b8..27aae4d 100644
1800--- a/po/my.po
1801+++ b/po/my.po
1802@@ -8,7 +8,7 @@ msgid ""
1803 msgstr ""
1804 "Project-Id-Version: update-manager\n"
1805 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1806-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1807+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1808 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1809 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1810 "Language-Team: Burmese <my@li.org>\n"
1811@@ -1789,7 +1789,7 @@ msgstr ""
1812
1813 #: ../do-release-upgrade:114
1814 msgid ""
1815-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1816+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1817 "VAR2=VALUE2) that should be set during the upgrade."
1818 msgstr ""
1819
1820diff --git a/po/nb.po b/po/nb.po
1821index 936cf3e..b3dcfb2 100644
1822--- a/po/nb.po
1823+++ b/po/nb.po
1824@@ -8,7 +8,7 @@ msgid ""
1825 msgstr ""
1826 "Project-Id-Version: nb\n"
1827 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1828-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1829+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1830 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
1831 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1832 "Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n"
1833@@ -2021,7 +2021,7 @@ msgstr ""
1834
1835 #: ../do-release-upgrade:114
1836 msgid ""
1837-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1838+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1839 "VAR2=VALUE2) that should be set during the upgrade."
1840 msgstr ""
1841
1842diff --git a/po/nds.po b/po/nds.po
1843index b232567..0f05478 100644
1844--- a/po/nds.po
1845+++ b/po/nds.po
1846@@ -8,7 +8,7 @@ msgid ""
1847 msgstr ""
1848 "Project-Id-Version: update-manager\n"
1849 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1850-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1851+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1852 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1853 "Last-Translator: ncfiedler <Unknown>\n"
1854 "Language-Team: German, Low <nds@li.org>\n"
1855@@ -1802,7 +1802,7 @@ msgstr ""
1856
1857 #: ../do-release-upgrade:114
1858 msgid ""
1859-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1860+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1861 "VAR2=VALUE2) that should be set during the upgrade."
1862 msgstr ""
1863
1864diff --git a/po/ne.po b/po/ne.po
1865index 9d18f44..abd2967 100644
1866--- a/po/ne.po
1867+++ b/po/ne.po
1868@@ -9,7 +9,7 @@ msgid ""
1869 msgstr ""
1870 "Project-Id-Version: update-manager.HEAD\n"
1871 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1872-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1873+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1874 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1875 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1876 "Language-Team: Nepali <info@mpp.org.np>\n"
1877@@ -1798,7 +1798,7 @@ msgstr ""
1878
1879 #: ../do-release-upgrade:114
1880 msgid ""
1881-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1882+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1883 "VAR2=VALUE2) that should be set during the upgrade."
1884 msgstr ""
1885
1886diff --git a/po/nl.po b/po/nl.po
1887index ef9ee11..80f131e 100644
1888--- a/po/nl.po
1889+++ b/po/nl.po
1890@@ -8,7 +8,7 @@ msgid ""
1891 msgstr ""
1892 "Project-Id-Version: update-manager HEAD\n"
1893 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1894-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1895+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1896 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
1897 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
1898 "Language-Team: Nederlands <vertaling@vrijschrift.org>\n"
1899@@ -2079,7 +2079,7 @@ msgstr ""
1900
1901 #: ../do-release-upgrade:114
1902 msgid ""
1903-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1904+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1905 "VAR2=VALUE2) that should be set during the upgrade."
1906 msgstr ""
1907
1908diff --git a/po/nn.po b/po/nn.po
1909index dd7098c..789da7f 100644
1910--- a/po/nn.po
1911+++ b/po/nn.po
1912@@ -8,7 +8,7 @@ msgid ""
1913 msgstr ""
1914 "Project-Id-Version: update-manager\n"
1915 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1916-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1917+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1918 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1919 "Last-Translator: Åsmund Skjæveland <aasmunds@ulrik.uio.no>\n"
1920 "Language-Team: Norwegian Nynorsk <nn@li.org>\n"
1921@@ -1928,7 +1928,7 @@ msgstr ""
1922
1923 #: ../do-release-upgrade:114
1924 msgid ""
1925-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1926+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1927 "VAR2=VALUE2) that should be set during the upgrade."
1928 msgstr ""
1929
1930diff --git a/po/oc.po b/po/oc.po
1931index 5f7d45b..b7c491c 100644
1932--- a/po/oc.po
1933+++ b/po/oc.po
1934@@ -8,7 +8,7 @@ msgid ""
1935 msgstr ""
1936 "Project-Id-Version: update-manager\n"
1937 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1938-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1939+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1940 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
1941 "Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@yahoo.fr>\n"
1942 "Language-Team: Occitan (post 1500) <ubuntu-l10n-oci@lists.ubuntu.com>\n"
1943@@ -2017,7 +2017,7 @@ msgstr ""
1944
1945 #: ../do-release-upgrade:114
1946 msgid ""
1947-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1948+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1949 "VAR2=VALUE2) that should be set during the upgrade."
1950 msgstr ""
1951
1952diff --git a/po/om.po b/po/om.po
1953index 443a090..0d07eca 100644
1954--- a/po/om.po
1955+++ b/po/om.po
1956@@ -8,7 +8,7 @@ msgid ""
1957 msgstr ""
1958 "Project-Id-Version: ubuntu-release-upgrader\n"
1959 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1960-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1961+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1962 "PO-Revision-Date: 2015-08-25 13:46+0000\n"
1963 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1964 "Language-Team: Oromo <om@li.org>\n"
1965@@ -1783,7 +1783,7 @@ msgstr ""
1966
1967 #: ../do-release-upgrade:114
1968 msgid ""
1969-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1970+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1971 "VAR2=VALUE2) that should be set during the upgrade."
1972 msgstr ""
1973
1974diff --git a/po/pa.po b/po/pa.po
1975index d05045c..1ffb4d4 100644
1976--- a/po/pa.po
1977+++ b/po/pa.po
1978@@ -9,7 +9,7 @@ msgid ""
1979 msgstr ""
1980 "Project-Id-Version: pa\n"
1981 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
1982-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
1983+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
1984 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
1985 "Last-Translator: A S Alam <aalam@users.sf.net>\n"
1986 "Language-Team: testLokalize <punjabi-users@lists.sf.net>\n"
1987@@ -1809,7 +1809,7 @@ msgstr ""
1988
1989 #: ../do-release-upgrade:114
1990 msgid ""
1991-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
1992+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
1993 "VAR2=VALUE2) that should be set during the upgrade."
1994 msgstr ""
1995
1996diff --git a/po/pam.po b/po/pam.po
1997index 4d77f52..53d4739 100644
1998--- a/po/pam.po
1999+++ b/po/pam.po
2000@@ -8,7 +8,7 @@ msgid ""
2001 msgstr ""
2002 "Project-Id-Version: ubuntu-release-upgrader\n"
2003 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2004-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2005+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2006 "PO-Revision-Date: 2015-05-19 14:51+0000\n"
2007 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2008 "Language-Team: Pampangan <pam@li.org>\n"
2009@@ -1783,7 +1783,7 @@ msgstr ""
2010
2011 #: ../do-release-upgrade:114
2012 msgid ""
2013-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2014+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2015 "VAR2=VALUE2) that should be set during the upgrade."
2016 msgstr ""
2017
2018diff --git a/po/pl.po b/po/pl.po
2019index cd0e07b..7e14430 100644
2020--- a/po/pl.po
2021+++ b/po/pl.po
2022@@ -14,7 +14,7 @@ msgid ""
2023 msgstr ""
2024 "Project-Id-Version: update-manager 0.87\n"
2025 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2026-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2027+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2028 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
2029 "Last-Translator: GTriderXC <gtriderxc@yahoo.com>\n"
2030 "Language-Team: Polish <ubuntu-pl-l10n@lists.ubuntu.com>\n"
2031@@ -2042,7 +2042,7 @@ msgstr ""
2032
2033 #: ../do-release-upgrade:114
2034 msgid ""
2035-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2036+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2037 "VAR2=VALUE2) that should be set during the upgrade."
2038 msgstr ""
2039
2040diff --git a/po/ps.po b/po/ps.po
2041index 4581ed7..87e650a 100644
2042--- a/po/ps.po
2043+++ b/po/ps.po
2044@@ -8,7 +8,7 @@ msgid ""
2045 msgstr ""
2046 "Project-Id-Version: update-manager\n"
2047 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2048-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2049+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2050 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2051 "Last-Translator: Michael Terry <michael.terry@canonical.com>\n"
2052 "Language-Team: Pushto <ps@li.org>\n"
2053@@ -1783,7 +1783,7 @@ msgstr ""
2054
2055 #: ../do-release-upgrade:114
2056 msgid ""
2057-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2058+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2059 "VAR2=VALUE2) that should be set during the upgrade."
2060 msgstr ""
2061
2062diff --git a/po/pt.po b/po/pt.po
2063index a5f5c0f..63188d0 100644
2064--- a/po/pt.po
2065+++ b/po/pt.po
2066@@ -7,7 +7,7 @@ msgid ""
2067 msgstr ""
2068 "Project-Id-Version: update-manager\n"
2069 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2070-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2071+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2072 "PO-Revision-Date: 2019-06-18 17:55+0000\n"
2073 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2074 "Language-Team: Ubuntu Portuguese Team <ubuntu-pt.org>\n"
2075@@ -2068,7 +2068,7 @@ msgstr ""
2076
2077 #: ../do-release-upgrade:114
2078 msgid ""
2079-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2080+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2081 "VAR2=VALUE2) that should be set during the upgrade."
2082 msgstr ""
2083
2084diff --git a/po/pt_BR.po b/po/pt_BR.po
2085index 73cac1f..17f9cca 100644
2086--- a/po/pt_BR.po
2087+++ b/po/pt_BR.po
2088@@ -6,7 +6,7 @@ msgid ""
2089 msgstr ""
2090 "Project-Id-Version: update-manager\n"
2091 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2092-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2093+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2094 "PO-Revision-Date: 2019-06-18 17:53+0000\n"
2095 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2096 "Language-Team: Ubuntu-BR <tradutores@listas.ubuntubrasil.org>\n"
2097@@ -1996,7 +1996,7 @@ msgstr ""
2098
2099 #: ../do-release-upgrade:114
2100 msgid ""
2101-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2102+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2103 "VAR2=VALUE2) that should be set during the upgrade."
2104 msgstr ""
2105
2106diff --git a/po/qu.po b/po/qu.po
2107index 953d3d5..613113e 100644
2108--- a/po/qu.po
2109+++ b/po/qu.po
2110@@ -8,7 +8,7 @@ msgid ""
2111 msgstr ""
2112 "Project-Id-Version: update-manager\n"
2113 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2114-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2115+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2116 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2117 "Last-Translator: Michael Terry <michael.terry@canonical.com>\n"
2118 "Language-Team: Quechua <qu@li.org>\n"
2119@@ -1783,7 +1783,7 @@ msgstr ""
2120
2121 #: ../do-release-upgrade:114
2122 msgid ""
2123-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2124+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2125 "VAR2=VALUE2) that should be set during the upgrade."
2126 msgstr ""
2127
2128diff --git a/po/ro.po b/po/ro.po
2129index 2366b29..181b737 100644
2130--- a/po/ro.po
2131+++ b/po/ro.po
2132@@ -8,7 +8,7 @@ msgid ""
2133 msgstr ""
2134 "Project-Id-Version: update-manager\n"
2135 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2136-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2137+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2138 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
2139 "Last-Translator: Marian Vasile <Unknown>\n"
2140 "Language-Team: Romanian Gnome Team <gnomero-list@lists.sourceforge.net>\n"
2141@@ -2033,7 +2033,7 @@ msgstr ""
2142
2143 #: ../do-release-upgrade:114
2144 msgid ""
2145-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2146+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2147 "VAR2=VALUE2) that should be set during the upgrade."
2148 msgstr ""
2149
2150diff --git a/po/ru.po b/po/ru.po
2151index dfd8666..4b410e8 100644
2152--- a/po/ru.po
2153+++ b/po/ru.po
2154@@ -8,7 +8,7 @@ msgid ""
2155 msgstr ""
2156 "Project-Id-Version: update-manager\n"
2157 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2158-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2159+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2160 "PO-Revision-Date: 2019-06-18 17:52+0000\n"
2161 "Last-Translator: Maxim Petrov <maximpetrov@yahoo.com>\n"
2162 "Language-Team: Russian <ru@li.org>\n"
2163@@ -2074,7 +2074,7 @@ msgstr ""
2164
2165 #: ../do-release-upgrade:114
2166 msgid ""
2167-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2168+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2169 "VAR2=VALUE2) that should be set during the upgrade."
2170 msgstr ""
2171
2172diff --git a/po/rw.po b/po/rw.po
2173index 14eb2e1..4987a4e 100644
2174--- a/po/rw.po
2175+++ b/po/rw.po
2176@@ -16,7 +16,7 @@ msgid ""
2177 msgstr ""
2178 "Project-Id-Version: update-manager HEAD\n"
2179 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2180-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2181+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2182 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2183 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2184 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
2185@@ -1791,7 +1791,7 @@ msgstr ""
2186
2187 #: ../do-release-upgrade:114
2188 msgid ""
2189-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2190+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2191 "VAR2=VALUE2) that should be set during the upgrade."
2192 msgstr ""
2193
2194diff --git a/po/sc.po b/po/sc.po
2195index 1186332..09cc9dd 100644
2196--- a/po/sc.po
2197+++ b/po/sc.po
2198@@ -8,7 +8,7 @@ msgid ""
2199 msgstr ""
2200 "Project-Id-Version: update-manager\n"
2201 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2202-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2203+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2204 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2205 "Last-Translator: Borealis <Unknown>\n"
2206 "Language-Team: Sardinian <sc@li.org>\n"
2207@@ -1783,7 +1783,7 @@ msgstr ""
2208
2209 #: ../do-release-upgrade:114
2210 msgid ""
2211-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2212+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2213 "VAR2=VALUE2) that should be set during the upgrade."
2214 msgstr ""
2215
2216diff --git a/po/sco.po b/po/sco.po
2217index 9d709ef..d1054f5 100644
2218--- a/po/sco.po
2219+++ b/po/sco.po
2220@@ -8,7 +8,7 @@ msgid ""
2221 msgstr ""
2222 "Project-Id-Version: update-manager\n"
2223 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2224-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2225+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2226 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2227 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2228 "Language-Team: Scots <sco@li.org>\n"
2229@@ -1796,7 +1796,7 @@ msgstr ""
2230
2231 #: ../do-release-upgrade:114
2232 msgid ""
2233-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2234+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2235 "VAR2=VALUE2) that should be set during the upgrade."
2236 msgstr ""
2237
2238diff --git a/po/sd.po b/po/sd.po
2239index 5cbfa17..458c82c 100644
2240--- a/po/sd.po
2241+++ b/po/sd.po
2242@@ -8,7 +8,7 @@ msgid ""
2243 msgstr ""
2244 "Project-Id-Version: update-manager\n"
2245 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2246-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2247+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2248 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2249 "Last-Translator: Michael Terry <michael.terry@canonical.com>\n"
2250 "Language-Team: Sindhi <sd@li.org>\n"
2251@@ -1783,7 +1783,7 @@ msgstr ""
2252
2253 #: ../do-release-upgrade:114
2254 msgid ""
2255-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2256+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2257 "VAR2=VALUE2) that should be set during the upgrade."
2258 msgstr ""
2259
2260diff --git a/po/se.po b/po/se.po
2261index cc8e3cd..8a5e986 100644
2262--- a/po/se.po
2263+++ b/po/se.po
2264@@ -8,7 +8,7 @@ msgid ""
2265 msgstr ""
2266 "Project-Id-Version: ubuntu-release-upgrader\n"
2267 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2268-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2269+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2270 "PO-Revision-Date: 2013-05-22 15:22+0000\n"
2271 "Last-Translator: Christopher Forster <Unknown>\n"
2272 "Language-Team: Northern Sami <se@li.org>\n"
2273@@ -1783,7 +1783,7 @@ msgstr ""
2274
2275 #: ../do-release-upgrade:114
2276 msgid ""
2277-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2278+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2279 "VAR2=VALUE2) that should be set during the upgrade."
2280 msgstr ""
2281
2282diff --git a/po/shn.po b/po/shn.po
2283index 4fbd6ed..1ecf0bf 100644
2284--- a/po/shn.po
2285+++ b/po/shn.po
2286@@ -8,7 +8,7 @@ msgid ""
2287 msgstr ""
2288 "Project-Id-Version: update-manager\n"
2289 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2290-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2291+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2292 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2293 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2294 "Language-Team: Shan <shn@li.org>\n"
2295@@ -1783,7 +1783,7 @@ msgstr ""
2296
2297 #: ../do-release-upgrade:114
2298 msgid ""
2299-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2300+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2301 "VAR2=VALUE2) that should be set during the upgrade."
2302 msgstr ""
2303
2304diff --git a/po/si.po b/po/si.po
2305index e49a1a2..f3765fa 100644
2306--- a/po/si.po
2307+++ b/po/si.po
2308@@ -8,7 +8,7 @@ msgid ""
2309 msgstr ""
2310 "Project-Id-Version: update-manager\n"
2311 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2312-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2313+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2314 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2315 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2316 "Language-Team: Sinhalese <si@li.org>\n"
2317@@ -1785,7 +1785,7 @@ msgstr ""
2318
2319 #: ../do-release-upgrade:114
2320 msgid ""
2321-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2322+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2323 "VAR2=VALUE2) that should be set during the upgrade."
2324 msgstr ""
2325
2326diff --git a/po/sk.po b/po/sk.po
2327index 3bd6d1e..3493bb5 100644
2328--- a/po/sk.po
2329+++ b/po/sk.po
2330@@ -12,7 +12,7 @@ msgid ""
2331 msgstr ""
2332 "Project-Id-Version: sk\n"
2333 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2334-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2335+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2336 "PO-Revision-Date: 2013-05-23 02:43+0000\n"
2337 "Last-Translator: Iain Lane <iain@orangesquash.org.uk>\n"
2338 "Language-Team: <en@li.org>\n"
2339@@ -2014,7 +2014,7 @@ msgstr ""
2340
2341 #: ../do-release-upgrade:114
2342 msgid ""
2343-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2344+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2345 "VAR2=VALUE2) that should be set during the upgrade."
2346 msgstr ""
2347
2348diff --git a/po/sl.po b/po/sl.po
2349index 1f5d266..edee576 100644
2350--- a/po/sl.po
2351+++ b/po/sl.po
2352@@ -8,7 +8,7 @@ msgid ""
2353 msgstr ""
2354 "Project-Id-Version: update-manager\n"
2355 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2356-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2357+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2358 "PO-Revision-Date: 2019-06-18 17:53+0000\n"
2359 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2360 "Language-Team: Slovenian <sl@li.org>\n"
2361@@ -2075,7 +2075,7 @@ msgstr ""
2362
2363 #: ../do-release-upgrade:114
2364 msgid ""
2365-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2366+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2367 "VAR2=VALUE2) that should be set during the upgrade."
2368 msgstr ""
2369
2370diff --git a/po/sq.po b/po/sq.po
2371index 803ed2c..c4b3504 100644
2372--- a/po/sq.po
2373+++ b/po/sq.po
2374@@ -8,7 +8,7 @@ msgid ""
2375 msgstr ""
2376 "Project-Id-Version: update-manager\n"
2377 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2378-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2379+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2380 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
2381 "Last-Translator: Vilson Gjeci <vilsongjeci@gmail.com>\n"
2382 "Language-Team: Albanian <sq@li.org>\n"
2383@@ -2021,7 +2021,7 @@ msgstr ""
2384
2385 #: ../do-release-upgrade:114
2386 msgid ""
2387-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2388+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2389 "VAR2=VALUE2) that should be set during the upgrade."
2390 msgstr ""
2391
2392diff --git a/po/sr.po b/po/sr.po
2393index a811ad8..34c1f3b 100644
2394--- a/po/sr.po
2395+++ b/po/sr.po
2396@@ -9,7 +9,7 @@ msgid ""
2397 msgstr ""
2398 "Project-Id-Version: update-manager\n"
2399 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2400-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2401+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2402 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2403 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
2404 "Language-Team: Serbian <gnom@prevod.org>\n"
2405@@ -2033,7 +2033,7 @@ msgstr ""
2406
2407 #: ../do-release-upgrade:114
2408 msgid ""
2409-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2410+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2411 "VAR2=VALUE2) that should be set during the upgrade."
2412 msgstr ""
2413
2414diff --git a/po/sv.po b/po/sv.po
2415index 760da87..e20c682 100644
2416--- a/po/sv.po
2417+++ b/po/sv.po
2418@@ -10,7 +10,7 @@ msgid ""
2419 msgstr ""
2420 "Project-Id-Version: update-manager\n"
2421 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2422-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2423+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2424 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
2425 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2426 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
2427@@ -2063,7 +2063,7 @@ msgstr ""
2428
2429 #: ../do-release-upgrade:114
2430 msgid ""
2431-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2432+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2433 "VAR2=VALUE2) that should be set during the upgrade."
2434 msgstr ""
2435
2436diff --git a/po/szl.po b/po/szl.po
2437index 7f27925..2b89c39 100644
2438--- a/po/szl.po
2439+++ b/po/szl.po
2440@@ -8,7 +8,7 @@ msgid ""
2441 msgstr ""
2442 "Project-Id-Version: ubuntu-release-upgrader\n"
2443 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2444-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2445+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2446 "PO-Revision-Date: 2015-04-21 11:30+0000\n"
2447 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2448 "Language-Team: Silesian <szl@li.org>\n"
2449@@ -2056,7 +2056,7 @@ msgstr ""
2450
2451 #: ../do-release-upgrade:114
2452 msgid ""
2453-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2454+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2455 "VAR2=VALUE2) that should be set during the upgrade."
2456 msgstr ""
2457
2458diff --git a/po/ta.po b/po/ta.po
2459index a18e004..ac40c3d 100644
2460--- a/po/ta.po
2461+++ b/po/ta.po
2462@@ -8,7 +8,7 @@ msgid ""
2463 msgstr ""
2464 "Project-Id-Version: update-manager\n"
2465 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2466-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2467+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2468 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2469 "Last-Translator: mano-மனோ <manojnitrozem.signs@gmail.com>\n"
2470 "Language-Team: Tamil <ta@li.org>\n"
2471@@ -1788,7 +1788,7 @@ msgstr ""
2472
2473 #: ../do-release-upgrade:114
2474 msgid ""
2475-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2476+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2477 "VAR2=VALUE2) that should be set during the upgrade."
2478 msgstr ""
2479
2480diff --git a/po/ta_LK.po b/po/ta_LK.po
2481index 5f438e9..1782859 100644
2482--- a/po/ta_LK.po
2483+++ b/po/ta_LK.po
2484@@ -8,7 +8,7 @@ msgid ""
2485 msgstr ""
2486 "Project-Id-Version: update-manager\n"
2487 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2488-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2489+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2490 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2491 "Last-Translator: Ramesh <rame20002007@yahoo.com>\n"
2492 "Language-Team: Tamil (Sri-Lanka) <ta_LK@li.org>\n"
2493@@ -1786,7 +1786,7 @@ msgstr ""
2494
2495 #: ../do-release-upgrade:114
2496 msgid ""
2497-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2498+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2499 "VAR2=VALUE2) that should be set during the upgrade."
2500 msgstr ""
2501
2502diff --git a/po/te.po b/po/te.po
2503index 9973a6d..85461af 100644
2504--- a/po/te.po
2505+++ b/po/te.po
2506@@ -8,7 +8,7 @@ msgid ""
2507 msgstr ""
2508 "Project-Id-Version: update-manager\n"
2509 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2510-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2511+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2512 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2513 "Last-Translator: Praveen Illa <mail2ipn@gmail.com>\n"
2514 "Language-Team: Telugu <te@li.org>\n"
2515@@ -1828,7 +1828,7 @@ msgstr ""
2516
2517 #: ../do-release-upgrade:114
2518 msgid ""
2519-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2520+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2521 "VAR2=VALUE2) that should be set during the upgrade."
2522 msgstr ""
2523
2524diff --git a/po/tg.po b/po/tg.po
2525index 6091af9..9bf01a3 100644
2526--- a/po/tg.po
2527+++ b/po/tg.po
2528@@ -8,7 +8,7 @@ msgid ""
2529 msgstr ""
2530 "Project-Id-Version: ubuntu-release-upgrader\n"
2531 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2532-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2533+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2534 "PO-Revision-Date: 2019-06-18 17:55+0000\n"
2535 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2536 "Language-Team: Tajik <tg@li.org>\n"
2537@@ -1815,7 +1815,7 @@ msgstr ""
2538
2539 #: ../do-release-upgrade:114
2540 msgid ""
2541-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2542+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2543 "VAR2=VALUE2) that should be set during the upgrade."
2544 msgstr ""
2545
2546diff --git a/po/th.po b/po/th.po
2547index 68d076a..9ba5913 100644
2548--- a/po/th.po
2549+++ b/po/th.po
2550@@ -9,7 +9,7 @@ msgid ""
2551 msgstr ""
2552 "Project-Id-Version: update-manager\n"
2553 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2554-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2555+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2556 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2557 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2558 "Language-Team: Thai <thai-l10n@googlegroups.com>\n"
2559@@ -1945,7 +1945,7 @@ msgstr ""
2560
2561 #: ../do-release-upgrade:114
2562 msgid ""
2563-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2564+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2565 "VAR2=VALUE2) that should be set during the upgrade."
2566 msgstr ""
2567
2568diff --git a/po/tl.po b/po/tl.po
2569index 5ffbd1d..e06ba2b 100644
2570--- a/po/tl.po
2571+++ b/po/tl.po
2572@@ -8,7 +8,7 @@ msgid ""
2573 msgstr ""
2574 "Project-Id-Version: update-manager\n"
2575 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2576-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2577+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2578 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2579 "Last-Translator: Ariel S. Betan <ariel.betan@up.edu.ph>\n"
2580 "Language-Team: Tagalog <tl@li.org>\n"
2581@@ -1845,7 +1845,7 @@ msgstr ""
2582
2583 #: ../do-release-upgrade:114
2584 msgid ""
2585-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2586+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2587 "VAR2=VALUE2) that should be set during the upgrade."
2588 msgstr ""
2589
2590diff --git a/po/tr.po b/po/tr.po
2591index 1ad9fbf..4a9ead8 100644
2592--- a/po/tr.po
2593+++ b/po/tr.po
2594@@ -8,7 +8,7 @@ msgid ""
2595 msgstr ""
2596 "Project-Id-Version: update-manager\n"
2597 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2598-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2599+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2600 "PO-Revision-Date: 2019-06-18 17:53+0000\n"
2601 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2602 "Language-Team: Turkish <tr@li.org>\n"
2603@@ -2046,7 +2046,7 @@ msgstr ""
2604
2605 #: ../do-release-upgrade:114
2606 msgid ""
2607-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2608+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2609 "VAR2=VALUE2) that should be set during the upgrade."
2610 msgstr ""
2611
2612diff --git a/po/ubuntu-release-upgrader.pot b/po/ubuntu-release-upgrader.pot
2613index 1b9d0e5..b89a371 100644
2614--- a/po/ubuntu-release-upgrader.pot
2615+++ b/po/ubuntu-release-upgrader.pot
2616@@ -9,7 +9,7 @@ msgid ""
2617 msgstr ""
2618 "Project-Id-Version: PACKAGE VERSION\n"
2619 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2620-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2621+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2622 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
2623 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2624 "Language-Team: LANGUAGE <LL@li.org>\n"
2625@@ -1782,7 +1782,7 @@ msgstr ""
2626
2627 #: ../do-release-upgrade:114
2628 msgid ""
2629-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2630+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2631 "VAR2=VALUE2) that should be set during the upgrade."
2632 msgstr ""
2633
2634diff --git a/po/ug.po b/po/ug.po
2635index ef8acdb..95c0cc5 100644
2636--- a/po/ug.po
2637+++ b/po/ug.po
2638@@ -8,7 +8,7 @@ msgid ""
2639 msgstr ""
2640 "Project-Id-Version: update-manager\n"
2641 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2642-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2643+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2644 "PO-Revision-Date: 2019-06-18 17:55+0000\n"
2645 "Last-Translator: Brian Murray <brian@ubuntu.com>\n"
2646 "Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
2647@@ -1976,7 +1976,7 @@ msgstr ""
2648
2649 #: ../do-release-upgrade:114
2650 msgid ""
2651-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2652+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2653 "VAR2=VALUE2) that should be set during the upgrade."
2654 msgstr ""
2655
2656diff --git a/po/uk.po b/po/uk.po
2657index 788f614..ab72b9b 100644
2658--- a/po/uk.po
2659+++ b/po/uk.po
2660@@ -8,7 +8,7 @@ msgid ""
2661 msgstr ""
2662 "Project-Id-Version: uk(5)\n"
2663 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2664-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2665+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2666 "PO-Revision-Date: 2019-07-12 15:58+0000\n"
2667 "Last-Translator: Юрій Олексійчук <Unknown>\n"
2668 "Language-Team: Ukrainian <uk@li.org>\n"
2669@@ -2073,7 +2073,7 @@ msgstr ""
2670
2671 #: ../do-release-upgrade:114
2672 msgid ""
2673-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2674+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2675 "VAR2=VALUE2) that should be set during the upgrade."
2676 msgstr ""
2677
2678diff --git a/po/ur.po b/po/ur.po
2679index 6ca0303..e04cee7 100644
2680--- a/po/ur.po
2681+++ b/po/ur.po
2682@@ -8,7 +8,7 @@ msgid ""
2683 msgstr ""
2684 "Project-Id-Version: update-manager\n"
2685 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2686-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2687+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2688 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2689 "Last-Translator: Michael Vogt <michael.vogt@ubuntu.com>\n"
2690 "Language-Team: Urdu <urd@li.org>\n"
2691@@ -1784,7 +1784,7 @@ msgstr ""
2692
2693 #: ../do-release-upgrade:114
2694 msgid ""
2695-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2696+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2697 "VAR2=VALUE2) that should be set during the upgrade."
2698 msgstr ""
2699
2700diff --git a/po/uz.po b/po/uz.po
2701index 686955b..7055b37 100644
2702--- a/po/uz.po
2703+++ b/po/uz.po
2704@@ -8,7 +8,7 @@ msgid ""
2705 msgstr ""
2706 "Project-Id-Version: update-manager\n"
2707 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2708-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2709+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2710 "PO-Revision-Date: 2013-05-22 15:22+0000\n"
2711 "Last-Translator: Akmal Xushvaqov <akmalxster@gmail.com>\n"
2712 "Language-Team: Uzbek <uz@li.org>\n"
2713@@ -1796,7 +1796,7 @@ msgstr ""
2714
2715 #: ../do-release-upgrade:114
2716 msgid ""
2717-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2718+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2719 "VAR2=VALUE2) that should be set during the upgrade."
2720 msgstr ""
2721
2722diff --git a/po/vi.po b/po/vi.po
2723index 6331ddc..762a890 100644
2724--- a/po/vi.po
2725+++ b/po/vi.po
2726@@ -7,7 +7,7 @@ msgid ""
2727 msgstr ""
2728 "Project-Id-Version: update-manager Gnome HEAD\n"
2729 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2730-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2731+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2732 "PO-Revision-Date: 2013-05-23 02:39+0000\n"
2733 "Last-Translator: Hai Lang <hailangvn@gmail.com>\n"
2734 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
2735@@ -1929,7 +1929,7 @@ msgstr ""
2736
2737 #: ../do-release-upgrade:114
2738 msgid ""
2739-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2740+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2741 "VAR2=VALUE2) that should be set during the upgrade."
2742 msgstr ""
2743
2744diff --git a/po/xh.po b/po/xh.po
2745index 1e04562..b554133 100644
2746--- a/po/xh.po
2747+++ b/po/xh.po
2748@@ -9,7 +9,7 @@ msgid ""
2749 msgstr ""
2750 "Project-Id-Version: update-notifier\n"
2751 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2752-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2753+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2754 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2755 "Last-Translator: Michael Terry <michael.terry@canonical.com>\n"
2756 "Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
2757@@ -1784,7 +1784,7 @@ msgstr ""
2758
2759 #: ../do-release-upgrade:114
2760 msgid ""
2761-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2762+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2763 "VAR2=VALUE2) that should be set during the upgrade."
2764 msgstr ""
2765
2766diff --git a/po/zh_CN.po b/po/zh_CN.po
2767index 19fc73d..6fd7c9b 100644
2768--- a/po/zh_CN.po
2769+++ b/po/zh_CN.po
2770@@ -10,7 +10,7 @@ msgid ""
2771 msgstr ""
2772 "Project-Id-Version: update-manager HEAD\n"
2773 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2774-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2775+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2776 "PO-Revision-Date: 2019-10-26 18:45+0000\n"
2777 "Last-Translator: Xu Zhen <Unknown>\n"
2778 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
2779@@ -1903,7 +1903,7 @@ msgstr ""
2780
2781 #: ../do-release-upgrade:114
2782 msgid ""
2783-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2784+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2785 "VAR2=VALUE2) that should be set during the upgrade."
2786 msgstr ""
2787
2788diff --git a/po/zh_HK.po b/po/zh_HK.po
2789index 6033d51..f9d59e5 100644
2790--- a/po/zh_HK.po
2791+++ b/po/zh_HK.po
2792@@ -3,7 +3,7 @@ msgid ""
2793 msgstr ""
2794 "Project-Id-Version: update-manager 0.41.1\n"
2795 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2796-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2797+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2798 "PO-Revision-Date: 2019-06-18 17:55+0000\n"
2799 "Last-Translator: Walter Cheuk <wwycheuk@gmail.com>\n"
2800 "Language-Team: Chinese (Hong Kong) <zh_HK@li.org>\n"
2801@@ -1877,7 +1877,7 @@ msgstr ""
2802
2803 #: ../do-release-upgrade:114
2804 msgid ""
2805-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2806+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2807 "VAR2=VALUE2) that should be set during the upgrade."
2808 msgstr ""
2809
2810diff --git a/po/zh_TW.po b/po/zh_TW.po
2811index b9c018f..abc0759 100644
2812--- a/po/zh_TW.po
2813+++ b/po/zh_TW.po
2814@@ -3,7 +3,7 @@ msgid ""
2815 msgstr ""
2816 "Project-Id-Version: update-manager 0.41.1\n"
2817 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2818-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2819+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2820 "PO-Revision-Date: 2019-06-18 17:54+0000\n"
2821 "Last-Translator: Walter Cheuk <wwycheuk@gmail.com>\n"
2822 "Language-Team: Chinese (Taiwan) <zh-l10n@linux.org.tw>\n"
2823@@ -1920,7 +1920,7 @@ msgstr ""
2824
2825 #: ../do-release-upgrade:114
2826 msgid ""
2827-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2828+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2829 "VAR2=VALUE2) that should be set during the upgrade."
2830 msgstr ""
2831
2832diff --git a/po/zu.po b/po/zu.po
2833index b6b4a39..cfc80a0 100644
2834--- a/po/zu.po
2835+++ b/po/zu.po
2836@@ -8,7 +8,7 @@ msgid ""
2837 msgstr ""
2838 "Project-Id-Version: update-manager\n"
2839 "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n"
2840-"POT-Creation-Date: 2022-04-13 14:27-0700\n"
2841+"POT-Creation-Date: 2022-04-18 17:48+0000\n"
2842 "PO-Revision-Date: 2013-05-22 11:00+0000\n"
2843 "Last-Translator: Xolani1990 <xolani1990@googlemail.com>\n"
2844 "Language-Team: Zulu <zu@li.org>\n"
2845@@ -1783,7 +1783,7 @@ msgstr ""
2846
2847 #: ../do-release-upgrade:114
2848 msgid ""
2849-"A comma-seprated list of environment variables (e.g. VAR1=VALUE1,"
2850+"A comma-separated list of environment variables (e.g. VAR1=VALUE1,"
2851 "VAR2=VALUE2) that should be set during the upgrade."
2852 msgstr ""
2853
2854diff --git a/utils/demoted.cfg b/utils/demoted.cfg
2855index dbd8a12..565041a 100644
2856--- a/utils/demoted.cfg
2857+++ b/utils/demoted.cfg
2858@@ -172,6 +172,7 @@ libx32gcc-10-dev
2859 libx32go-10-dev
2860 libx32go16
2861 locales-all
2862+ltrace
2863 openhpi
2864 openhpi-clients
2865 openhpi-plugin-dynamic-simulator
2866diff --git a/utils/demoted.cfg.focal b/utils/demoted.cfg.focal
2867index 7bfe693..4dad41e 100644
2868--- a/utils/demoted.cfg.focal
2869+++ b/utils/demoted.cfg.focal
2870@@ -308,6 +308,7 @@ libxmlrpc-epi0-dbg
2871 lilo
2872 lilo-doc
2873 locales-all
2874+ltrace
2875 lua5.2-doc
2876 mutter
2877 neutron-fwaas-common

Subscribers

People subscribed via source and target branches