diff --git a/locale/id/LC_MESSAGES/django.po b/locale/id/LC_MESSAGES/django.po index 5544d1662fc..348aae33e61 100644 --- a/locale/id/LC_MESSAGES/django.po +++ b/locale/id/LC_MESSAGES/django.po @@ -762,7 +762,7 @@ msgstr "Beranda Pengaya" #, python-format msgid "If you followed a link from somewhere, please %(open_bug_link)sfile an issue%(close_bug_link)s. Tell us where you came from and what you were looking for, and we'll do our best to fix it." msgstr "" -"Jika Anda mengikuti tautan dari suatu tempat, harap%(open_bug_link)kirimkan masalah%(close_bug_link)s. Beritahu kami dari mana Anda berasal dan apa yang Anda cari, kami akan melakukan yang terbaik " +"Jika Anda mengikuti tautan dari suatu tempat, harap %(open_bug_link)s kirimkan masalah%(close_bug_link)s. Beritahu kami dari mana Anda berasal dan apa yang Anda cari, kami akan melakukan yang terbaik " "untuk memperbaikinya." msgid "Not Found" diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index e878fea73f2..0b767f16463 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: REMORA 0.1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2018-12-05 15:45+0000\n" -"PO-Revision-Date: 2018-12-07 22:49+0000\n" +"PO-Revision-Date: 2018-12-11 11:26+0000\n" "Last-Translator: Marcelo Ghelman \n" "Language-Team: LANGUAGE \n" "Language: pt_BR\n" @@ -1967,13 +1967,13 @@ msgid "Appearance" msgstr "Aparência" msgid "Download extensions that modify the appearance of websites and the browser Firefox. This category includes extensions for dark themes, tab management, and more." -msgstr "" +msgstr "Baixe extensões que modificam a aparência de sites e do navegador Firefox. Esta categoria inclui extensões de temas escuros, gerenciamento de abas e muito mais." msgid "Bookmarks" msgstr "Favoritos" msgid "Download extensions that enhance bookmarks by password-protecting them, searching for duplicates, finding broken bookmarks, and more." -msgstr "" +msgstr "Baixe extensões que melhoram os favoritos, protegendo-os com senha, procurando duplicidade, encontrando favoritos com erro e muito mais." msgid "Download Management" msgstr "Gerenciador de downloads" diff --git a/src/olympia/amo/templates/amo/404-responsive.html b/src/olympia/amo/templates/amo/404-responsive.html index 6b95f36790f..73fbdf5c5a8 100644 --- a/src/olympia/amo/templates/amo/404-responsive.html +++ b/src/olympia/amo/templates/amo/404-responsive.html @@ -34,7 +34,7 @@

{{ _('Suggested Pages') }}

{% trans open_bug_link=''|safe, close_bug_link=''|safe %} If you followed a link from somewhere, please {{ open_bug_link }}file - an issue{{ close_bug_link }}. Tell us where you came from and what you + an issue {{ close_bug_link }}. Tell us where you came from and what you were looking for, and we'll do our best to fix it. {% endtrans %}

diff --git a/src/olympia/amo/templates/amo/404.html b/src/olympia/amo/templates/amo/404.html index 48bb4478249..850ca4459af 100644 --- a/src/olympia/amo/templates/amo/404.html +++ b/src/olympia/amo/templates/amo/404.html @@ -3,7 +3,8 @@ {% block title %}{{ _('Not Found') }}{% endblock %} {% block content %} -{% trans rec=url('browse.extensions')|urlparams(sort='featured'), search=url('search.search'), home=url('home') %} +{% trans rec=url('browse.extensions')|urlparams(sort='featured'), search=url('search.search'), home=url('home'), + open_bug_link=''|safe, close_bug_link=''|safe %}%}

We're sorry, but we can't find what you're looking for.

@@ -14,8 +15,7 @@

We're sorry, but we can't find what you're looking for.