diff --git a/docs/changes.rst b/docs/changes.rst index 78c28edaf..8c7171fca 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -14,6 +14,10 @@ Changelog Fixes #2559 [pilz] +- Fixed typo in feedback message + Ref: scrum-2669 + [reinhardt] + 16.2.1 (2024-07-31) ------------------- diff --git a/src/euphorie/client/browser/session.py b/src/euphorie/client/browser/session.py index d89558891..1855f16bc 100644 --- a/src/euphorie/client/browser/session.py +++ b/src/euphorie/client/browser/session.py @@ -182,7 +182,7 @@ def get_pat_messages_above_title(self): mapping={"text_download_section": _("download section")}, ) message = _( - "You don't have edit rights for this risk assesment, " + "You don't have edit rights for this risk assessment, " "but you can download " "this risk assessment in various forms in the ${download_section}.", mapping={"download_section": link_download_section}, diff --git a/src/euphorie/deployment/locales/bg/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/bg/LC_MESSAGES/euphorie.po index 778a4868d..1be524872 100644 --- a/src/euphorie/deployment/locales/bg/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/bg/LC_MESSAGES/euphorie.po @@ -1539,7 +1539,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Вие нямате права да редактирате тази оценка на риска, но може да я изтеглите " diff --git a/src/euphorie/deployment/locales/ca/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/ca/LC_MESSAGES/euphorie.po index cec7a977a..61d906ceb 100644 --- a/src/euphorie/deployment/locales/ca/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/ca/LC_MESSAGES/euphorie.po @@ -1528,7 +1528,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "No teniu drets d'edició per a aquesta avaluació de riscos, però podeu " diff --git a/src/euphorie/deployment/locales/cs/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/cs/LC_MESSAGES/euphorie.po index 9c1ca9e06..97af8abb8 100644 --- a/src/euphorie/deployment/locales/cs/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/cs/LC_MESSAGES/euphorie.po @@ -1505,7 +1505,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Nemáte editační práva pro toto hodnocení rizik, ale můžete si toto hodnocení " diff --git a/src/euphorie/deployment/locales/da/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/da/LC_MESSAGES/euphorie.po index 7c757ae96..be3e5efff 100644 --- a/src/euphorie/deployment/locales/da/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/da/LC_MESSAGES/euphorie.po @@ -1425,7 +1425,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" diff --git a/src/euphorie/deployment/locales/de/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/de/LC_MESSAGES/euphorie.po index 54e0fd41f..c98cbe364 100644 --- a/src/euphorie/deployment/locales/de/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/de/LC_MESSAGES/euphorie.po @@ -1540,7 +1540,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Sie haben keine Berechtigung, um diese GBU zu bearbeiten. Sie können aber " diff --git a/src/euphorie/deployment/locales/el/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/el/LC_MESSAGES/euphorie.po index 19b0663f6..0ab43923d 100644 --- a/src/euphorie/deployment/locales/el/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/el/LC_MESSAGES/euphorie.po @@ -1577,7 +1577,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Δεν έχετε δικαίωμα επεξεργασίας αυτής της μελέτης Εκτίμησης Κινδύνου, αλλά " diff --git a/src/euphorie/deployment/locales/en/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/en/LC_MESSAGES/euphorie.po index b87299326..f37100b2c 100644 --- a/src/euphorie/deployment/locales/en/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/en/LC_MESSAGES/euphorie.po @@ -1421,7 +1421,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" diff --git a/src/euphorie/deployment/locales/es/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/es/LC_MESSAGES/euphorie.po index 8bcc9f06d..436a5ed89 100644 --- a/src/euphorie/deployment/locales/es/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/es/LC_MESSAGES/euphorie.po @@ -1531,7 +1531,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "No tiene derechos de edición para esta evaluación de riesgos, pero puede " diff --git a/src/euphorie/deployment/locales/et/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/et/LC_MESSAGES/euphorie.po index 13d0b4152..e0d8902d7 100644 --- a/src/euphorie/deployment/locales/et/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/et/LC_MESSAGES/euphorie.po @@ -1425,7 +1425,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" diff --git a/src/euphorie/deployment/locales/fi/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/fi/LC_MESSAGES/euphorie.po index 115d94533..bff055f9a 100644 --- a/src/euphorie/deployment/locales/fi/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/fi/LC_MESSAGES/euphorie.po @@ -1533,7 +1533,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Sinulla ei ole oikeuksia tämän riskinarvioinnin muokkaamiseen. Voit " diff --git a/src/euphorie/deployment/locales/fr/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/fr/LC_MESSAGES/euphorie.po index cb5b53d51..266b0147c 100644 --- a/src/euphorie/deployment/locales/fr/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/fr/LC_MESSAGES/euphorie.po @@ -1536,7 +1536,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Vous n'avez pas de droits d'édition pour cette évaluation des risques, mais " diff --git a/src/euphorie/deployment/locales/hr/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/hr/LC_MESSAGES/euphorie.po index ff41a2a47..cdacf3be8 100644 --- a/src/euphorie/deployment/locales/hr/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/hr/LC_MESSAGES/euphorie.po @@ -1519,7 +1519,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Nemate prava za uređivanje ove procjene rizika, ali ovu procjenu rizika " diff --git a/src/euphorie/deployment/locales/hu/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/hu/LC_MESSAGES/euphorie.po index dc59c152c..641cf85e8 100644 --- a/src/euphorie/deployment/locales/hu/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/hu/LC_MESSAGES/euphorie.po @@ -1529,7 +1529,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Önnek ehhez a kockázatértékeléshez nincs szerkesztési jogosultsága, de le " diff --git a/src/euphorie/deployment/locales/is/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/is/LC_MESSAGES/euphorie.po index 4238c1854..ef927d538 100644 --- a/src/euphorie/deployment/locales/is/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/is/LC_MESSAGES/euphorie.po @@ -1510,7 +1510,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Þú hefur ekki heimild til þess að breyta þessu áhættumati, þú getur hins " diff --git a/src/euphorie/deployment/locales/it/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/it/LC_MESSAGES/euphorie.po index bd56e41ad..7673e9059 100644 --- a/src/euphorie/deployment/locales/it/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/it/LC_MESSAGES/euphorie.po @@ -1534,7 +1534,7 @@ msgstr " " #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Non hai le autorizzazioni necessarie per modificare questa valutazione del " diff --git a/src/euphorie/deployment/locales/lt/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/lt/LC_MESSAGES/euphorie.po index 596a0a448..8c46adce9 100644 --- a/src/euphorie/deployment/locales/lt/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/lt/LC_MESSAGES/euphorie.po @@ -1509,7 +1509,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Neturite teisių redaguoti šį rizikos vertinimą, tačiau galite atsisiųsti šį " diff --git a/src/euphorie/deployment/locales/lv/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/lv/LC_MESSAGES/euphorie.po index 54e0634f6..385d887e3 100644 --- a/src/euphorie/deployment/locales/lv/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/lv/LC_MESSAGES/euphorie.po @@ -1514,7 +1514,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Jums nav tiesības labot šo darba vides riska novērtējumu, bet Jūs varat to " diff --git a/src/euphorie/deployment/locales/mt/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/mt/LC_MESSAGES/euphorie.po index 4220ef79c..a2c0f35c2 100644 --- a/src/euphorie/deployment/locales/mt/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/mt/LC_MESSAGES/euphorie.po @@ -1533,7 +1533,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "M'għandekx drittijiet ta' editjar għal din l-evalwazzjoni tar-riskju, iżda " diff --git a/src/euphorie/deployment/locales/nl/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/nl/LC_MESSAGES/euphorie.po index 53afa9b06..8487aa3a4 100644 --- a/src/euphorie/deployment/locales/nl/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/nl/LC_MESSAGES/euphorie.po @@ -1510,7 +1510,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "U hebt geen wijzigingsrechten voor deze risicoanalyse, maar u kunt deze " diff --git a/src/euphorie/deployment/locales/nl_BE/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/nl_BE/LC_MESSAGES/euphorie.po index 837709602..2e58a7b44 100644 --- a/src/euphorie/deployment/locales/nl_BE/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/nl_BE/LC_MESSAGES/euphorie.po @@ -1523,7 +1523,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "U hebt geen wijzigingsrechten voor deze risicoanalyse, maar u kunt deze " diff --git a/src/euphorie/deployment/locales/no/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/no/LC_MESSAGES/euphorie.po index 36e92a6a2..5982249cc 100644 --- a/src/euphorie/deployment/locales/no/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/no/LC_MESSAGES/euphorie.po @@ -1425,7 +1425,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" diff --git a/src/euphorie/deployment/locales/pl/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/pl/LC_MESSAGES/euphorie.po index 1ef937313..66a971c6d 100644 --- a/src/euphorie/deployment/locales/pl/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/pl/LC_MESSAGES/euphorie.po @@ -1428,7 +1428,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" diff --git a/src/euphorie/deployment/locales/pt/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/pt/LC_MESSAGES/euphorie.po index 5c79189f6..34c5177a2 100644 --- a/src/euphorie/deployment/locales/pt/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/pt/LC_MESSAGES/euphorie.po @@ -1522,7 +1522,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Não pode editar esta avaliação dos riscos, mas pode fazer o " diff --git a/src/euphorie/deployment/locales/ro/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/ro/LC_MESSAGES/euphorie.po index b3fb87f49..4aea1b534 100644 --- a/src/euphorie/deployment/locales/ro/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/ro/LC_MESSAGES/euphorie.po @@ -1428,7 +1428,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" diff --git a/src/euphorie/deployment/locales/sk/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/sk/LC_MESSAGES/euphorie.po index 9a440553a..9a185e22e 100644 --- a/src/euphorie/deployment/locales/sk/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/sk/LC_MESSAGES/euphorie.po @@ -1518,7 +1518,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Nemáte práva na úpravu tohto hodnotenia rizika, ale môžete si ho stiahnuť v " diff --git a/src/euphorie/deployment/locales/sl/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/sl/LC_MESSAGES/euphorie.po index 49d9adafc..149d1f521 100644 --- a/src/euphorie/deployment/locales/sl/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/sl/LC_MESSAGES/euphorie.po @@ -1525,7 +1525,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr "" "Niso vam bile dodeljene pravice za vnašanje sprememb v oceno tveganja, " diff --git a/src/euphorie/deployment/locales/sv/LC_MESSAGES/euphorie.po b/src/euphorie/deployment/locales/sv/LC_MESSAGES/euphorie.po index ee1029939..3755cb7cd 100644 --- a/src/euphorie/deployment/locales/sv/LC_MESSAGES/euphorie.po +++ b/src/euphorie/deployment/locales/sv/LC_MESSAGES/euphorie.po @@ -1432,7 +1432,7 @@ msgstr "" #: euphorie/client/browser/session.py:184 msgid "" -"You don't have edit rights for this risk assesment, but you can download " +"You don't have edit rights for this risk assessment, but you can download " "this risk assessment in various forms in the ${download_section}." msgstr ""