From 29a81bdaac3a76b8d68ced614e81369e7283b214 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Thu, 4 May 2023 14:17:09 +0200 Subject: [PATCH] Add email txt-files to babel.cfg and translate #464 --- babel.cfg | 3 +- messages.pot | 85 ++++++++++++++---- .../translations/de/LC_MESSAGES/messages.mo | Bin 40074 -> 41059 bytes .../translations/de/LC_MESSAGES/messages.po | 85 ++++++++++++++---- .../translations/en/LC_MESSAGES/messages.mo | Bin 4079 -> 4079 bytes .../translations/en/LC_MESSAGES/messages.po | 85 ++++++++++++++---- 6 files changed, 207 insertions(+), 51 deletions(-) diff --git a/babel.cfg b/babel.cfg index 7c5665d..ba3785c 100644 --- a/babel.cfg +++ b/babel.cfg @@ -1,3 +1,4 @@ [ignore: env/**] [python: project/**.py] -[jinja2: project/templates/**.html] \ No newline at end of file +[jinja2: project/templates/**.html] +[jinja2: project/templates/email/**.txt] \ No newline at end of file diff --git a/messages.pot b/messages.pot index 317e3a1..f83b1b7 100644 --- a/messages.pot +++ b/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-05-03 20:26+0200\n" +"POT-Creation-Date: 2023-05-04 14:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1222,19 +1222,19 @@ msgstr "" msgid "Save review" msgstr "" -#: project/forms/security.py:33 +#: project/forms/security.py:34 msgid "register_email_desc" msgstr "" -#: project/forms/security.py:47 +#: project/forms/security.py:48 project/forms/security.py:63 msgid "login_confirmation_required" msgstr "" -#: project/forms/security.py:57 +#: project/forms/security.py:73 msgid "Allow" msgstr "" -#: project/forms/security.py:58 +#: project/forms/security.py:74 msgid "Deny" msgstr "" @@ -1807,6 +1807,7 @@ msgid "No files available" msgstr "" #: project/templates/email/event_report_notice.html:4 +#: project/templates/email/event_report_notice.txt:1 msgid "There is a new event report." msgstr "" @@ -1814,7 +1815,12 @@ msgstr "" msgid "Click here to view the event" msgstr "" +#: project/templates/email/event_report_notice.txt:9 +msgid "Click the link below to view the event" +msgstr "" + #: project/templates/email/invitation_notice.html:4 +#: project/templates/email/invitation_notice.txt:1 #, python-format msgid "You have been invited to join %(admin_unit_name)s." msgstr "" @@ -1824,6 +1830,11 @@ msgstr "" msgid "Click here to view the invitation" msgstr "" +#: project/templates/email/invitation_notice.txt:2 +#: project/templates/email/organization_invitation_notice.txt:2 +msgid "Click the link below to view the invitation" +msgstr "" + #: project/templates/email/layout.html:350 msgid "Hi there" msgstr "" @@ -1834,10 +1845,12 @@ msgid "this is a message from %(site_name)s." msgstr "" #: project/templates/email/newsletter.html:7 +#: project/templates/email/newsletter.txt:3 msgid "Notification settings" msgstr "" #: project/templates/email/organization_deletion_requested_notice.html:4 +#: project/templates/email/organization_deletion_requested_notice.txt:1 #, python-format msgid "%(admin_unit_name)s is scheduled for deletion." msgstr "" @@ -1846,7 +1859,14 @@ msgstr "" msgid "Click here below to cancel the deletion" msgstr "" +#: project/templates/email/organization_deletion_requested_notice.txt:2 +#: project/templates/email/user_deletion_requested_notice.html:5 +#: project/templates/email/user_deletion_requested_notice.txt:2 +msgid "Click the link below to cancel the deletion" +msgstr "" + #: project/templates/email/organization_invitation_accepted_notice.html:4 +#: project/templates/email/organization_invitation_accepted_notice.txt:1 #, python-format msgid "" "%(email)s accepted your invitation to create the organisation " @@ -1857,12 +1877,18 @@ msgstr "" msgid "Click here to view the relation" msgstr "" +#: project/templates/email/organization_invitation_accepted_notice.txt:2 +msgid "Click the link below to view the relation" +msgstr "" + #: project/templates/email/organization_invitation_notice.html:4 +#: project/templates/email/organization_invitation_notice.txt:1 #, python-format msgid "%(admin_unit_name)s invited you to create an organization." msgstr "" #: project/templates/email/reference_auto_verified_notice.html:4 +#: project/templates/email/reference_auto_verified_notice.txt:1 msgid "There is a new referenced event that was automatically verified." msgstr "" @@ -1871,7 +1897,13 @@ msgstr "" msgid "Click here to view the reference" msgstr "" +#: project/templates/email/reference_auto_verified_notice.txt:2 +#: project/templates/email/referenced_event_changed_notice.txt:2 +msgid "Click the link below to view the reference" +msgstr "" + #: project/templates/email/reference_request_notice.html:4 +#: project/templates/email/reference_request_notice.txt:1 msgid "There is a new event reference request that needs to be reviewed." msgstr "" @@ -1879,7 +1911,12 @@ msgstr "" msgid "Click here to review the request" msgstr "" +#: project/templates/email/reference_request_notice.txt:2 +msgid "Click the link below to review the request" +msgstr "" + #: project/templates/email/reference_request_review_status_notice.html:4 +#: project/templates/email/reference_request_review_status_notice.txt:1 msgid "The review status of your event reference request has been updated." msgstr "" @@ -1888,11 +1925,18 @@ msgstr "" msgid "Click here to view the status" msgstr "" +#: project/templates/email/reference_request_review_status_notice.txt:2 +#: project/templates/email/review_status_notice.txt:2 +msgid "Click the link below to view the status" +msgstr "" + #: project/templates/email/referenced_event_changed_notice.html:4 +#: project/templates/email/referenced_event_changed_notice.txt:1 msgid "A referenced event was changed." msgstr "" #: project/templates/email/review_notice.html:4 +#: project/templates/email/review_notice.txt:1 msgid "There is a new event that needs to be reviewed." msgstr "" @@ -1900,11 +1944,17 @@ msgstr "" msgid "Click here to review the event suggestion" msgstr "" +#: project/templates/email/review_notice.txt:2 +msgid "Click the link below to review the event suggestion" +msgstr "" + #: project/templates/email/review_status_notice.html:4 +#: project/templates/email/review_status_notice.txt:1 msgid "The review status of your event has been updated." msgstr "" #: project/templates/email/test_email.html:4 +#: project/templates/email/test_email.txt:1 msgid "This is a test mail" msgstr "" @@ -1912,13 +1962,14 @@ msgstr "" msgid "Click here to open the site" msgstr "" -#: project/templates/email/user_deletion_requested_notice.html:4 -#, python-format -msgid "%(user_email)s is scheduled for deletion." +#: project/templates/email/test_email.txt:2 +msgid "Click the link below to open the site" msgstr "" -#: project/templates/email/user_deletion_requested_notice.html:5 -msgid "Click the link below to cancel the deletion" +#: project/templates/email/user_deletion_requested_notice.html:4 +#: project/templates/email/user_deletion_requested_notice.txt:1 +#, python-format +msgid "%(user_email)s is scheduled for deletion." msgstr "" #: project/templates/event/actions.html:5 @@ -2325,19 +2376,15 @@ msgstr "" msgid "Organization deletion requested" msgstr "" -#: project/views/admin_unit_member.py:43 +#: project/views/admin_unit_member.py:46 msgid "Member successfully updated" msgstr "" -#: project/views/admin_unit_member.py:70 project/views/manage.py:307 -msgid "Last remaining administrator can not leave the organization." -msgstr "" - -#: project/views/admin_unit_member.py:79 +#: project/views/admin_unit_member.py:75 msgid "Entered email does not match member email" msgstr "" -#: project/views/admin_unit_member.py:84 +#: project/views/admin_unit_member.py:80 msgid "Member successfully deleted" msgstr "" @@ -2434,6 +2481,10 @@ msgstr "" msgid "You are not a member of this organization" msgstr "" +#: project/views/manage.py:307 +msgid "Last remaining administrator can not leave the organization." +msgstr "" + #: project/views/manage.py:321 msgid "Organization successfully left" msgstr "" diff --git a/project/translations/de/LC_MESSAGES/messages.mo b/project/translations/de/LC_MESSAGES/messages.mo index 58114db2d37641a1c49cfcad3e0697c7af01ba45..a3d423009062f976e981edc3fcd4f7ebb9ec6c73 100644 GIT binary patch delta 9299 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 P*;BKk20P1(>bCnIyCmz! delta 8774 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\n" "Language: de\n" @@ -1270,14 +1270,14 @@ msgstr "Wähle aus, warum du die Anfrage abgelehnt hast." msgid "Save review" msgstr "Prüfung speichern" -#: project/forms/security.py:33 +#: project/forms/security.py:34 msgid "register_email_desc" msgstr "" "Stelle sicher, dass du Zugriff auf das E-Mail-Postfach hast. Denn nach " "der Eingabe wird dir eine Mail geschickt, damit du bestätigen kannst, " "dass die E-Mail-Adresse dir gehört." -#: project/forms/security.py:47 +#: project/forms/security.py:48 project/forms/security.py:63 msgid "login_confirmation_required" msgstr "" "Beachte, dass du deine E-Mail-Adresse bestätigen muss. Dazu wird dir nach" @@ -1285,11 +1285,11 @@ msgstr "" "geschickt. Bitte beachte, dass es einige Minuten dauern kann, bis die " "Mail bei dir eintrifft. Schaue zur Sicherheit auch im Spam-Ordner nach." -#: project/forms/security.py:57 +#: project/forms/security.py:73 msgid "Allow" msgstr "Erlauben" -#: project/forms/security.py:58 +#: project/forms/security.py:74 msgid "Deny" msgstr "Ablehnen" @@ -1866,6 +1866,7 @@ msgid "No files available" msgstr "Keine Dateien vorhanden" #: project/templates/email/event_report_notice.html:4 +#: project/templates/email/event_report_notice.txt:1 msgid "There is a new event report." msgstr "Es gibt eine neue Meldung zu einer Veranstaltung." @@ -1873,7 +1874,12 @@ msgstr "Es gibt eine neue Meldung zu einer Veranstaltung." msgid "Click here to view the event" msgstr "Klicke hier, um die Veranstaltung anzuzeigen" +#: project/templates/email/event_report_notice.txt:9 +msgid "Click the link below to view the event" +msgstr "Klicke auf den unten stehenden Link, um die Veranstaltung anzuzeigen" + #: project/templates/email/invitation_notice.html:4 +#: project/templates/email/invitation_notice.txt:1 #, python-format msgid "You have been invited to join %(admin_unit_name)s." msgstr "Du wurdest eingeladen, %(admin_unit_name)s beizutreten." @@ -1883,6 +1889,11 @@ msgstr "Du wurdest eingeladen, %(admin_unit_name)s beizutreten." msgid "Click here to view the invitation" msgstr "Klicke hier, um die Einladung anzunehmen." +#: project/templates/email/invitation_notice.txt:2 +#: project/templates/email/organization_invitation_notice.txt:2 +msgid "Click the link below to view the invitation" +msgstr "Klicke auf den unten stehenden Link, um die Einladung anzunehmen" + #: project/templates/email/layout.html:350 msgid "Hi there" msgstr "Moin" @@ -1893,10 +1904,12 @@ msgid "this is a message from %(site_name)s." msgstr "das ist eine Nachricht von %(site_name)s." #: project/templates/email/newsletter.html:7 +#: project/templates/email/newsletter.txt:3 msgid "Notification settings" msgstr "Benachrichtigungseinstellungen" #: project/templates/email/organization_deletion_requested_notice.html:4 +#: project/templates/email/organization_deletion_requested_notice.txt:1 #, python-format msgid "%(admin_unit_name)s is scheduled for deletion." msgstr "%(admin_unit_name)s ist zur Löschung vorgesehen." @@ -1905,7 +1918,14 @@ msgstr "%(admin_unit_name)s ist zur Löschung vorgesehen." msgid "Click here below to cancel the deletion" msgstr "Klicke hier, um das Löschen abzubrechen" +#: project/templates/email/organization_deletion_requested_notice.txt:2 +#: project/templates/email/user_deletion_requested_notice.html:5 +#: project/templates/email/user_deletion_requested_notice.txt:2 +msgid "Click the link below to cancel the deletion" +msgstr "Klicke den Link, um das Löschen abzubrechen" + #: project/templates/email/organization_invitation_accepted_notice.html:4 +#: project/templates/email/organization_invitation_accepted_notice.txt:1 #, python-format msgid "" "%(email)s accepted your invitation to create the organisation " @@ -1918,12 +1938,18 @@ msgstr "" msgid "Click here to view the relation" msgstr "Klicke hier, um die Beziehung anzuzeigen." +#: project/templates/email/organization_invitation_accepted_notice.txt:2 +msgid "Click the link below to view the relation" +msgstr "Klicke auf den unten stehenden Link, um die Beziehung anzuzeigen" + #: project/templates/email/organization_invitation_notice.html:4 +#: project/templates/email/organization_invitation_notice.txt:1 #, python-format msgid "%(admin_unit_name)s invited you to create an organization." msgstr "%(admin_unit_name)s hat dich eingeladen, eine Organisation zu erstellen." #: project/templates/email/reference_auto_verified_notice.html:4 +#: project/templates/email/reference_auto_verified_notice.txt:1 msgid "There is a new referenced event that was automatically verified." msgstr "Es gibt eine neue Empfehlung, die automatisch verifiziert wurde." @@ -1932,7 +1958,13 @@ msgstr "Es gibt eine neue Empfehlung, die automatisch verifiziert wurde." msgid "Click here to view the reference" msgstr "Klicke hier, um die Empfehlung anzuzeigen" +#: project/templates/email/reference_auto_verified_notice.txt:2 +#: project/templates/email/referenced_event_changed_notice.txt:2 +msgid "Click the link below to view the reference" +msgstr "Klicke auf den unten stehenden Link, um die Empfehlung anzuzeigen" + #: project/templates/email/reference_request_notice.html:4 +#: project/templates/email/reference_request_notice.txt:1 msgid "There is a new event reference request that needs to be reviewed." msgstr "Es gibt eine neue Empfehlungsanfrage, die geprüft werden muss." @@ -1940,7 +1972,12 @@ msgstr "Es gibt eine neue Empfehlungsanfrage, die geprüft werden muss." msgid "Click here to review the request" msgstr "Klicke hier, um die Anfrage anzuzeigen" +#: project/templates/email/reference_request_notice.txt:2 +msgid "Click the link below to review the request" +msgstr "Klicke auf den unten stehenden Link, um die Anfrage anzuzeigen" + #: project/templates/email/reference_request_review_status_notice.html:4 +#: project/templates/email/reference_request_review_status_notice.txt:1 msgid "The review status of your event reference request has been updated." msgstr "Der Prüfungsstatus deiner Empfehlungsanfrage wurde aktualisiert" @@ -1949,11 +1986,18 @@ msgstr "Der Prüfungsstatus deiner Empfehlungsanfrage wurde aktualisiert" msgid "Click here to view the status" msgstr "Klicke hier, um den Status anzuzeigen" +#: project/templates/email/reference_request_review_status_notice.txt:2 +#: project/templates/email/review_status_notice.txt:2 +msgid "Click the link below to view the status" +msgstr "Klicke auf den unten stehenden Link, um den Status anzuzeigen" + #: project/templates/email/referenced_event_changed_notice.html:4 +#: project/templates/email/referenced_event_changed_notice.txt:1 msgid "A referenced event was changed." msgstr "Eine empfohlene Veranstaltung wurde geändert." #: project/templates/email/review_notice.html:4 +#: project/templates/email/review_notice.txt:1 msgid "There is a new event that needs to be reviewed." msgstr "Es wurde eine neue Veranstaltung eingetragen, die geprüft werden muss." @@ -1961,11 +2005,17 @@ msgstr "Es wurde eine neue Veranstaltung eingetragen, die geprüft werden muss." msgid "Click here to review the event suggestion" msgstr "Klicke hier, um den Vorschlag zu prüfen" +#: project/templates/email/review_notice.txt:2 +msgid "Click the link below to review the event suggestion" +msgstr "Klicke auf den unten stehenden Link, um den Vorschlag anzuzeigen" + #: project/templates/email/review_status_notice.html:4 +#: project/templates/email/review_status_notice.txt:1 msgid "The review status of your event has been updated." msgstr "Der Prüfungsstatus deiner Veranstaltung wurde aktualisiert" #: project/templates/email/test_email.html:4 +#: project/templates/email/test_email.txt:1 msgid "This is a test mail" msgstr "Das ist eine Test-Mail" @@ -1973,15 +2023,16 @@ msgstr "Das ist eine Test-Mail" msgid "Click here to open the site" msgstr "Klicke hier, um die Seite zu öffnen" +#: project/templates/email/test_email.txt:2 +msgid "Click the link below to open the site" +msgstr "Klicke auf den unten stehenden Link, um die Seite zu öffnen" + #: project/templates/email/user_deletion_requested_notice.html:4 +#: project/templates/email/user_deletion_requested_notice.txt:1 #, python-format msgid "%(user_email)s is scheduled for deletion." msgstr "%(user_email)s ist zur Löschung vorgesehen." -#: project/templates/email/user_deletion_requested_notice.html:5 -msgid "Click the link below to cancel the deletion" -msgstr "Klicke den Link, um das Löschen abzubrechen" - #: project/templates/event/actions.html:5 #: project/templates/event/actions.html:22 msgid "Actions for event" @@ -2400,19 +2451,15 @@ msgstr "Organisationseinladung akzeptiert" msgid "Organization deletion requested" msgstr "Löschung der Organisation beantragt" -#: project/views/admin_unit_member.py:43 +#: project/views/admin_unit_member.py:46 msgid "Member successfully updated" msgstr "Mitglied erfolgreich aktualisiert" -#: project/views/admin_unit_member.py:70 project/views/manage.py:307 -msgid "Last remaining administrator can not leave the organization." -msgstr "Der letzte verbleibende Administrator kann die Organisation nicht verlassen." - -#: project/views/admin_unit_member.py:79 +#: project/views/admin_unit_member.py:75 msgid "Entered email does not match member email" msgstr "Die eingegebene Email passt nicht zur Email des Mitglieds" -#: project/views/admin_unit_member.py:84 +#: project/views/admin_unit_member.py:80 msgid "Member successfully deleted" msgstr "Mitglied erfolgreich gelöscht" @@ -2509,6 +2556,12 @@ msgstr "Orte von Google Maps" msgid "You are not a member of this organization" msgstr "Du bist kein Mitglied dieser Organisation" +#: project/views/manage.py:307 +msgid "Last remaining administrator can not leave the organization." +msgstr "" +"Der letzte verbleibende Administrator kann die Organisation nicht " +"verlassen." + #: project/views/manage.py:321 msgid "Organization successfully left" msgstr "Organisation erfolgreich verlassen" diff --git a/project/translations/en/LC_MESSAGES/messages.mo b/project/translations/en/LC_MESSAGES/messages.mo index c9b53b0758a1c399482e4504ef24f85062fe4e82..476b637c43d5f36ca74928f1416c34df06596f52 100644 GIT binary patch delta 20 ccmaDa|6YE>Yfg3(1w#`n1C!04IRCN&09MZj&j0`b delta 20 ccmaDa|6YE>Yfg4!1tSA1BeTt)IRCN&09L~X&j0`b diff --git a/project/translations/en/LC_MESSAGES/messages.po b/project/translations/en/LC_MESSAGES/messages.po index 6297aae..b6c99d3 100644 --- a/project/translations/en/LC_MESSAGES/messages.po +++ b/project/translations/en/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-05-03 20:26+0200\n" +"POT-Creation-Date: 2023-05-04 14:04+0200\n" "PO-Revision-Date: 2021-04-30 15:04+0200\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -1223,14 +1223,14 @@ msgstr "" msgid "Save review" msgstr "" -#: project/forms/security.py:33 +#: project/forms/security.py:34 msgid "register_email_desc" msgstr "" "Make sure you have access to the email inbox. Because after you have " "entered it, an email will be sent to you so that you can confirm that the" " email address belongs to you." -#: project/forms/security.py:47 +#: project/forms/security.py:48 project/forms/security.py:63 msgid "login_confirmation_required" msgstr "" "Note that you will need to confirm your email address. Confirmation " @@ -1238,11 +1238,11 @@ msgstr "" "Please note that it may take a few minutes for the email to reach you. To" " be on the safe side, also check the spam folder." -#: project/forms/security.py:57 +#: project/forms/security.py:73 msgid "Allow" msgstr "" -#: project/forms/security.py:58 +#: project/forms/security.py:74 msgid "Deny" msgstr "" @@ -1815,6 +1815,7 @@ msgid "No files available" msgstr "" #: project/templates/email/event_report_notice.html:4 +#: project/templates/email/event_report_notice.txt:1 msgid "There is a new event report." msgstr "" @@ -1822,7 +1823,12 @@ msgstr "" msgid "Click here to view the event" msgstr "" +#: project/templates/email/event_report_notice.txt:9 +msgid "Click the link below to view the event" +msgstr "" + #: project/templates/email/invitation_notice.html:4 +#: project/templates/email/invitation_notice.txt:1 #, python-format msgid "You have been invited to join %(admin_unit_name)s." msgstr "" @@ -1832,6 +1838,11 @@ msgstr "" msgid "Click here to view the invitation" msgstr "" +#: project/templates/email/invitation_notice.txt:2 +#: project/templates/email/organization_invitation_notice.txt:2 +msgid "Click the link below to view the invitation" +msgstr "" + #: project/templates/email/layout.html:350 msgid "Hi there" msgstr "" @@ -1842,10 +1853,12 @@ msgid "this is a message from %(site_name)s." msgstr "" #: project/templates/email/newsletter.html:7 +#: project/templates/email/newsletter.txt:3 msgid "Notification settings" msgstr "" #: project/templates/email/organization_deletion_requested_notice.html:4 +#: project/templates/email/organization_deletion_requested_notice.txt:1 #, python-format msgid "%(admin_unit_name)s is scheduled for deletion." msgstr "" @@ -1854,7 +1867,14 @@ msgstr "" msgid "Click here below to cancel the deletion" msgstr "" +#: project/templates/email/organization_deletion_requested_notice.txt:2 +#: project/templates/email/user_deletion_requested_notice.html:5 +#: project/templates/email/user_deletion_requested_notice.txt:2 +msgid "Click the link below to cancel the deletion" +msgstr "" + #: project/templates/email/organization_invitation_accepted_notice.html:4 +#: project/templates/email/organization_invitation_accepted_notice.txt:1 #, python-format msgid "" "%(email)s accepted your invitation to create the organisation " @@ -1865,12 +1885,18 @@ msgstr "" msgid "Click here to view the relation" msgstr "" +#: project/templates/email/organization_invitation_accepted_notice.txt:2 +msgid "Click the link below to view the relation" +msgstr "" + #: project/templates/email/organization_invitation_notice.html:4 +#: project/templates/email/organization_invitation_notice.txt:1 #, python-format msgid "%(admin_unit_name)s invited you to create an organization." msgstr "" #: project/templates/email/reference_auto_verified_notice.html:4 +#: project/templates/email/reference_auto_verified_notice.txt:1 msgid "There is a new referenced event that was automatically verified." msgstr "" @@ -1879,7 +1905,13 @@ msgstr "" msgid "Click here to view the reference" msgstr "" +#: project/templates/email/reference_auto_verified_notice.txt:2 +#: project/templates/email/referenced_event_changed_notice.txt:2 +msgid "Click the link below to view the reference" +msgstr "" + #: project/templates/email/reference_request_notice.html:4 +#: project/templates/email/reference_request_notice.txt:1 msgid "There is a new event reference request that needs to be reviewed." msgstr "" @@ -1887,7 +1919,12 @@ msgstr "" msgid "Click here to review the request" msgstr "" +#: project/templates/email/reference_request_notice.txt:2 +msgid "Click the link below to review the request" +msgstr "" + #: project/templates/email/reference_request_review_status_notice.html:4 +#: project/templates/email/reference_request_review_status_notice.txt:1 msgid "The review status of your event reference request has been updated." msgstr "" @@ -1896,11 +1933,18 @@ msgstr "" msgid "Click here to view the status" msgstr "" +#: project/templates/email/reference_request_review_status_notice.txt:2 +#: project/templates/email/review_status_notice.txt:2 +msgid "Click the link below to view the status" +msgstr "" + #: project/templates/email/referenced_event_changed_notice.html:4 +#: project/templates/email/referenced_event_changed_notice.txt:1 msgid "A referenced event was changed." msgstr "" #: project/templates/email/review_notice.html:4 +#: project/templates/email/review_notice.txt:1 msgid "There is a new event that needs to be reviewed." msgstr "" @@ -1908,11 +1952,17 @@ msgstr "" msgid "Click here to review the event suggestion" msgstr "" +#: project/templates/email/review_notice.txt:2 +msgid "Click the link below to review the event suggestion" +msgstr "" + #: project/templates/email/review_status_notice.html:4 +#: project/templates/email/review_status_notice.txt:1 msgid "The review status of your event has been updated." msgstr "" #: project/templates/email/test_email.html:4 +#: project/templates/email/test_email.txt:1 msgid "This is a test mail" msgstr "" @@ -1920,13 +1970,14 @@ msgstr "" msgid "Click here to open the site" msgstr "" -#: project/templates/email/user_deletion_requested_notice.html:4 -#, python-format -msgid "%(user_email)s is scheduled for deletion." +#: project/templates/email/test_email.txt:2 +msgid "Click the link below to open the site" msgstr "" -#: project/templates/email/user_deletion_requested_notice.html:5 -msgid "Click the link below to cancel the deletion" +#: project/templates/email/user_deletion_requested_notice.html:4 +#: project/templates/email/user_deletion_requested_notice.txt:1 +#, python-format +msgid "%(user_email)s is scheduled for deletion." msgstr "" #: project/templates/event/actions.html:5 @@ -2333,19 +2384,15 @@ msgstr "" msgid "Organization deletion requested" msgstr "" -#: project/views/admin_unit_member.py:43 +#: project/views/admin_unit_member.py:46 msgid "Member successfully updated" msgstr "" -#: project/views/admin_unit_member.py:70 project/views/manage.py:307 -msgid "Last remaining administrator can not leave the organization." -msgstr "" - -#: project/views/admin_unit_member.py:79 +#: project/views/admin_unit_member.py:75 msgid "Entered email does not match member email" msgstr "" -#: project/views/admin_unit_member.py:84 +#: project/views/admin_unit_member.py:80 msgid "Member successfully deleted" msgstr "" @@ -2442,6 +2489,10 @@ msgstr "" msgid "You are not a member of this organization" msgstr "" +#: project/views/manage.py:307 +msgid "Last remaining administrator can not leave the organization." +msgstr "" + #: project/views/manage.py:321 msgid "Organization successfully left" msgstr ""