diff --git a/conf/locale/eo/LC_MESSAGES/django.mo b/conf/locale/eo/LC_MESSAGES/django.mo index 109ee87f4d..2364d62df9 100644 Binary files a/conf/locale/eo/LC_MESSAGES/django.mo and b/conf/locale/eo/LC_MESSAGES/django.mo differ diff --git a/conf/locale/eo/LC_MESSAGES/django.po b/conf/locale/eo/LC_MESSAGES/django.po index c7a2ea3f55..61cd90ac5e 100644 --- a/conf/locale/eo/LC_MESSAGES/django.po +++ b/conf/locale/eo/LC_MESSAGES/django.po @@ -5724,11 +5724,11 @@ msgstr "" #, python-brace-format msgid "" "© {org_name}. All rights reserved except where noted. EdX, Open edX and " -"the edX and Open EdX logos are registered trademarks or trademarks of edX " +"their respective logos are trademarks or registered trademarks of edX " "Inc." msgstr "" "© {org_name}. Àll rïghts résérvéd éxçépt whéré nötéd. ÉdX, Öpén édX änd " -"thé édX änd Öpén ÉdX lögös äré régïstéréd trädémärks ör trädémärks öf édX " +"théir réspéçtïvé lögös äré trädémärks ör régïstéréd trädémärks öf édX " "Ìnç. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ " "єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм" " νєηιαм, qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ ηιѕι υт αłιqυιρ єχ єα " @@ -22144,12 +22144,12 @@ msgstr "édX Hömé Pägé Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" #: themes/edx.org/lms/templates/footer.html msgid "" -"© 2012-{year} edX Inc. All rights reserved except where noted. EdX, Open " -"edX and the edX and Open EdX logos are registered trademarks or trademarks " +"© 2012–{year} edX Inc. All rights reserved except where noted. EdX, Open " +"edX and the edX and Open edX logos are registered trademarks or trademarks " "of edX Inc." msgstr "" -"© 2012-{year} édX Ìnç. Àll rïghts résérvéd éxçépt whéré nötéd. ÉdX, Öpén " -"édX änd thé édX änd Öpén ÉdX lögös äré régïstéréd trädémärks ör trädémärks " +"© 2012–{year} édX Ìnç. Àll rïghts résérvéd éxçépt whéré nötéd. ÉdX, Öpén " +"édX änd thé édX änd Öpén édX lögös äré régïstéréd trädémärks ör trädémärks " "öf édX Ìnç. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ " "∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ " "мιηιм νєηιαм, qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ ηιѕι υт αłιqυιρ єχ " diff --git a/lms/djangoapps/branding/api.py b/lms/djangoapps/branding/api.py index 4f607501c3..4d196d751a 100644 --- a/lms/djangoapps/branding/api.py +++ b/lms/djangoapps/branding/api.py @@ -118,8 +118,8 @@ def _footer_copyright(): # Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'. # Please do not translate any of these trademarks and company names. u"\u00A9 {org_name}. All rights reserved except where noted. " - u"EdX, Open edX and the edX and Open EdX logos are registered trademarks " - u"or trademarks of edX Inc." + u"EdX, Open edX and their respective logos are trademarks " + u"or registered trademarks of edX Inc." ).format(org_name=configuration_helpers.get_value('PLATFORM_NAME', settings.PLATFORM_NAME)) diff --git a/lms/djangoapps/branding/tests/test_api.py b/lms/djangoapps/branding/tests/test_api.py index a083c6c1cf..4886b949ab 100644 --- a/lms/djangoapps/branding/tests/test_api.py +++ b/lms/djangoapps/branding/tests/test_api.py @@ -48,8 +48,10 @@ class TestFooter(TestCase): def test_get_footer(self): actual_footer = get_footer(is_secure=True) expected_footer = { - 'copyright': '\xa9 \xe9dX. All rights reserved except where noted. EdX, Open edX and the edX and Open' - ' EdX logos are registered trademarks or trademarks of edX Inc.', + 'copyright': + '\xa9 \xe9dX. All rights reserved except where noted. ' + 'EdX, Open edX and their respective logos ' + 'are trademarks or registered trademarks of edX Inc.', 'navigation_links': [ {'url': 'https://edx.org/about-us', 'name': 'about', 'title': 'About'}, {'url': 'https://edx.org/enterprise', 'name': 'enterprise', 'title': '\xe9dX for Business'}, diff --git a/lms/djangoapps/branding/views.py b/lms/djangoapps/branding/views.py index 30fb3278aa..d189ebcf64 100644 --- a/lms/djangoapps/branding/views.py +++ b/lms/djangoapps/branding/views.py @@ -215,8 +215,7 @@ def footer(request): "image": "http://example.com/openedx.png" }, "logo_image": "http://example.com/static/images/logo.png", - "copyright": "EdX, Open edX, and the edX and Open edX logos are \ - registered trademarks or trademarks of edX Inc." + "copyright": "EdX, Open edX and their respective logos are trademarks or registered trademarks of edX Inc." } @@ -226,7 +225,7 @@ def footer(request): Accepts: text/html - Example: Including the footer with the "Powered by OpenEdX" logo + Example: Including the footer with the "Powered by Open edX" logo GET /api/branding/v1/footer?show-openedx-logo=1 Accepts: text/html diff --git a/lms/templates/footer.html b/lms/templates/footer.html index 57fd108402..fc39a595a2 100644 --- a/lms/templates/footer.html +++ b/lms/templates/footer.html @@ -64,9 +64,9 @@ ## Please leave this link and use one of the logos provided - ## The OpenEdX link may be hidden when this view is served + ## The Open edX link may be hidden when this view is served ## through an API to partner sites (such as marketing sites or blogs), - ## which are not technically powered by OpenEdX. + ## which are not technically powered by Open edX. % if not hide_openedx_link: