Portuguese translation updates
This commit is contained in:
BIN
apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo
Normal file
BIN
apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
120
apps/dynamic_search/locale/pt/LC_MESSAGES/django.po
Normal file
120
apps/dynamic_search/locale/pt/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,120 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <dev.emerson@gmail.com>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2011-09-29 18:45-0400\n"
|
||||
"PO-Revision-Date: 2011-11-03 02:32+0000\n"
|
||||
"Last-Translator: emersonsoares <dev.emerson@gmail.com>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
|
||||
#: __init__.py:5
|
||||
msgid "search"
|
||||
msgstr "pesquisa"
|
||||
|
||||
#: __init__.py:6 views.py:72
|
||||
msgid "advanced search"
|
||||
msgstr "pesquisa avançada"
|
||||
|
||||
#: __init__.py:7
|
||||
msgid "search again"
|
||||
msgstr "pesquisar novamente"
|
||||
|
||||
#: forms.py:8
|
||||
msgid "Search terms"
|
||||
msgstr "Termos de pesquisa"
|
||||
|
||||
#: models.py:18
|
||||
msgid "user"
|
||||
msgstr "usuário"
|
||||
|
||||
#: models.py:19
|
||||
msgid "query"
|
||||
msgstr "pergunta"
|
||||
|
||||
#: models.py:20
|
||||
msgid "datetime created"
|
||||
msgstr "Data e hora da criação"
|
||||
|
||||
#: models.py:21
|
||||
msgid "hits"
|
||||
msgstr "visitas"
|
||||
|
||||
#: models.py:59
|
||||
msgid "recent search"
|
||||
msgstr "pesquisa recente"
|
||||
|
||||
#: models.py:60
|
||||
msgid "recent searches"
|
||||
msgstr "pesquisas recentes"
|
||||
|
||||
#: views.py:33
|
||||
#, python-format
|
||||
msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)"
|
||||
msgstr ""
|
||||
"resultados, (mostrando apenas %(shown_result_count)s de %(result_count)s )"
|
||||
|
||||
#: views.py:37
|
||||
msgid "results"
|
||||
msgstr "resultados"
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Search error: %s"
|
||||
msgstr "Erro de pesquisa: %s"
|
||||
|
||||
#: views.py:60
|
||||
msgid "type"
|
||||
msgstr "tipo"
|
||||
|
||||
#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19
|
||||
#: templatetags/search_tags.py:20
|
||||
msgid "Search"
|
||||
msgstr "Pesquisa"
|
||||
|
||||
#: conf/settings.py:12
|
||||
msgid "Maximum amount search hits to fetch and display."
|
||||
msgstr "Quantidade máxima acessos para a pesquisa buscar e mostrar."
|
||||
|
||||
#: conf/settings.py:13
|
||||
msgid "Maximum number of search queries to remember per user."
|
||||
msgstr "Número máximo de consultas de pesquisa para se lembrar por usuário."
|
||||
|
||||
#: templates/search_help.html:3
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
#: templates/search_help.html:4
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Enter the desired search keywords separated by space. Only the top "
|
||||
"%(search_results_limit)s results will be available."
|
||||
msgstr ""
|
||||
"Digite as palavras-chave da pesquisa desejada separadas por um espaço. "
|
||||
"Apenas o máximo %(search_results_limit)s resultados estarão disponíveis."
|
||||
|
||||
#: templates/search_results.html:3
|
||||
msgid "Search results"
|
||||
msgstr "Resultados da pesquisa"
|
||||
|
||||
#: templates/search_results.html:19
|
||||
#, python-format
|
||||
msgid "Elapsed time: %(time_delta)s seconds"
|
||||
msgstr "Tempo decorrido: %(time_delta)s segundos"
|
||||
|
||||
#: templatetags/search_tags.py:33
|
||||
#, python-format
|
||||
msgid "recent searches (maximum of %d)"
|
||||
msgstr "pesquisas recentes (maximum of %d)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user