-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve modal update terms of service
The modal that forces the user to accept the new updated terms of service was improved. It was added a required checkboxes with each: - data_authorization - custom NAU privacy policy - terms_of_service - honor_code fccn/nau-technical#81
- Loading branch information
Showing
10 changed files
with
130 additions
and
10 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-04-12 17:01+0100\n" | ||
"POT-Creation-Date: 2024-04-15 14:52+0100\n" | ||
"PO-Revision-Date: 2021-06-02 21:22+0000\n" | ||
"Last-Translator: NAU <[email protected]>\n" | ||
"Language: en\n" | ||
|
@@ -675,12 +675,14 @@ msgstr "" | |
#. https://github.com/fccn/nau-technical/issues/83 | ||
#: edx-platform/nau-basic/cms/templates/force-translations.html:73 | ||
#: edx-platform/nau-basic/cms/templates/widgets/footer.html:26 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:60 | ||
msgid "Terms of Service" | ||
msgstr "Terms and Conditions" | ||
|
||
#. Translators: Change from a simply agree to I've read and agree, used by | ||
#. Honor Code | ||
#: edx-platform/nau-basic/cms/templates/force-translations.html:76 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:73 | ||
msgid "" | ||
"I agree to the {platform_name} " | ||
"{terms_of_service_link_start}{terms_of_service}{terms_of_service_link_end}" | ||
|
@@ -697,6 +699,7 @@ msgstr "You must read and understood the {terms_of_service}" | |
#. Translators:Change from a simply agree to I've read and agree, used by Terms | ||
#. of Service | ||
#: edx-platform/nau-basic/cms/templates/force-translations.html:82 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:58 | ||
msgid "" | ||
"I agree to the {platform_name} " | ||
"{tos_link_start}{terms_of_service}{tos_link_end}" | ||
|
@@ -899,6 +902,7 @@ msgid "Policies" | |
msgstr "" | ||
|
||
#: edx-platform/nau-basic/cms/templates/widgets/footer.html:31 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:45 | ||
msgid "Privacy Policy" | ||
msgstr "" | ||
|
||
|
@@ -1189,7 +1193,23 @@ msgstr "" | |
msgid "All in Portuguese, Portugal in all languages." | ||
msgstr "" | ||
|
||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:23 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:15 | ||
msgid "" | ||
"We have updated our legal information to continue using the NAU website, " | ||
"you will have to do so using the new terms" | ||
msgstr "" | ||
|
||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:43 | ||
msgid "" | ||
"I have read and understood the " | ||
"{privacy_policy_link_start}{privacy_policy}{privacy_policy_link_end}" | ||
msgstr "" | ||
|
||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:75 | ||
msgid "Honor Code" | ||
msgstr "" | ||
|
||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:85 | ||
msgid "Accept new terms of service" | ||
msgstr "" | ||
|
||
|
Binary file modified
BIN
+0 Bytes
(100%)
edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-04-12 17:01+0100\n" | ||
"POT-Creation-Date: 2024-04-15 14:52+0100\n" | ||
"PO-Revision-Date: 2021-06-02 21:22+0000\n" | ||
"Last-Translator: NAU <[email protected]>\n" | ||
"Language: en\n" | ||
|
Binary file modified
BIN
+458 Bytes
(100%)
edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-04-12 17:01+0100\n" | ||
"POT-Creation-Date: 2024-04-15 14:52+0100\n" | ||
"PO-Revision-Date: 2021-03-12 12:49+0000\n" | ||
"Last-Translator: NAU <[email protected]>\n" | ||
"Language: pt_PT\n" | ||
|
@@ -801,12 +801,14 @@ msgstr "As respostas corretas encontram-se marcadas diretamente no problema" | |
#. https://github.com/fccn/nau-technical/issues/83 | ||
#: edx-platform/nau-basic/cms/templates/force-translations.html:73 | ||
#: edx-platform/nau-basic/cms/templates/widgets/footer.html:26 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:60 | ||
msgid "Terms of Service" | ||
msgstr "Termos e Condições" | ||
|
||
#. Translators: Change from a simply agree to I've read and agree, used by | ||
#. Honor Code | ||
#: edx-platform/nau-basic/cms/templates/force-translations.html:76 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:73 | ||
msgid "" | ||
"I agree to the {platform_name} " | ||
"{terms_of_service_link_start}{terms_of_service}{terms_of_service_link_end}" | ||
|
@@ -823,6 +825,7 @@ msgstr "Deverá ler e compreender o {terms_of_service}" | |
#. Translators:Change from a simply agree to I've read and agree, used by Terms | ||
#. of Service | ||
#: edx-platform/nau-basic/cms/templates/force-translations.html:82 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:58 | ||
msgid "" | ||
"I agree to the {platform_name} " | ||
"{tos_link_start}{terms_of_service}{tos_link_end}" | ||
|
@@ -1025,6 +1028,7 @@ msgid "Policies" | |
msgstr "Painel" | ||
|
||
#: edx-platform/nau-basic/cms/templates/widgets/footer.html:31 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:45 | ||
msgid "Privacy Policy" | ||
msgstr "Política de Privacidade" | ||
|
||
|
@@ -1315,7 +1319,27 @@ msgstr "Plataforma NAU" | |
msgid "All in Portuguese, Portugal in all languages." | ||
msgstr "Tudo em Português, Portugal em todas as línguas." | ||
|
||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:23 | ||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:15 | ||
msgid "" | ||
"We have updated our legal information to continue using the NAU website, " | ||
"you will have to do so using the new terms" | ||
msgstr "" | ||
"Atualizamos a nossa informação legal para continuar a usar o site da NAU," | ||
" você terá que o fazer usando os novos termos" | ||
|
||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:43 | ||
msgid "" | ||
"I have read and understood the " | ||
"{privacy_policy_link_start}{privacy_policy}{privacy_policy_link_end}" | ||
msgstr "" | ||
"Li e compreendi a " | ||
"{privacy_policy_link_start}{privacy_policy}{privacy_policy_link_end}" | ||
|
||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:75 | ||
msgid "Honor Code" | ||
msgstr "" | ||
|
||
#: edx-platform/nau-basic/lms/templates/modal-update-terms-of-service.html:85 | ||
msgid "Accept new terms of service" | ||
msgstr "Aceito os novos termos de serviço" | ||
|
||
|
Binary file modified
BIN
+0 Bytes
(100%)
edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-04-12 17:01+0100\n" | ||
"POT-Creation-Date: 2024-04-15 14:52+0100\n" | ||
"PO-Revision-Date: 2021-06-02 21:22+0000\n" | ||
"Last-Translator: NAU <[email protected]>\n" | ||
"Language: pt_PT\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters