373 lines
8.0 KiB
Plaintext
373 lines
8.0 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# Translators:
|
|
# Renata Oliveira <renatabels@gmail.com>, 2011.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Mayan EDMS\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
|
|
"PO-Revision-Date: 2012-02-02 18:18+0000\n"
|
|
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
|
|
"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/"
|
|
"team/pt/)\n"
|
|
"Language: pt\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
|
|
|
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:36
|
|
#: views.py:280
|
|
msgid "indexes"
|
|
msgstr "índices"
|
|
|
|
#: __init__.py:32 __init__.py:42
|
|
msgid "index list"
|
|
msgstr "lista de índice"
|
|
|
|
#: __init__.py:33 views.py:74
|
|
msgid "create index"
|
|
msgstr ""
|
|
|
|
#: __init__.py:34 __init__.py:39
|
|
msgid "edit"
|
|
msgstr ""
|
|
|
|
#: __init__.py:35 __init__.py:40
|
|
msgid "delete"
|
|
msgstr ""
|
|
|
|
#: __init__.py:36
|
|
msgid "tree template"
|
|
msgstr ""
|
|
|
|
#: __init__.py:38
|
|
msgid "new child node"
|
|
msgstr ""
|
|
|
|
#: __init__.py:44
|
|
msgid "go up one level"
|
|
msgstr "subir um nível"
|
|
|
|
#: __init__.py:49
|
|
msgid "rebuild indexes"
|
|
msgstr "reconstruir índices"
|
|
|
|
#: __init__.py:49
|
|
msgid "Deletes and creates from scratch all the document indexes."
|
|
msgstr "Exclui e criar a partir do zero todos os índices de documento."
|
|
|
|
#: __init__.py:51
|
|
msgid "Indexes"
|
|
msgstr "Índices"
|
|
|
|
#: api.py:71
|
|
#, python-format
|
|
msgid "Maximum suffix (%s) count reached."
|
|
msgstr "Quantidade máxima do sufixo (%s) alcançada."
|
|
|
|
#: api.py:85
|
|
#, python-format
|
|
msgid ""
|
|
"Error in document indexing update expression: %(expression)s; %(exception)s"
|
|
msgstr ""
|
|
"Erro de atualização na expressão de indexação do documento: %(expression)s; "
|
|
"%(exception)s "
|
|
|
|
#: api.py:96 api.py:111
|
|
#, python-format
|
|
msgid ""
|
|
"Error updating document index, expression: %(expression)s; %(exception)s"
|
|
msgstr ""
|
|
"Erro de atualização de índice do documento, a expressão: %(expression)s ; "
|
|
"%(exception)s "
|
|
|
|
#: api.py:150
|
|
#, python-format
|
|
msgid "Unable to delete document indexing node; %s"
|
|
msgstr "Não é possível excluir o nó de indexação de documentos; %s"
|
|
|
|
#: filesystem.py:51
|
|
#, python-format
|
|
msgid "Unable to create indexing directory; %s"
|
|
msgstr "Não é possível criar o diretório de indexação; %s"
|
|
|
|
#: filesystem.py:69
|
|
#, python-format
|
|
msgid ""
|
|
"Unable to create symbolic link, file exists and could not be deleted: "
|
|
"%(filepath)s; %(exc)s"
|
|
msgstr ""
|
|
"Não é possível criar o link simbólico, o arquivo existe e não pode ser "
|
|
"excluído: %(filepath)s; %(exc)s "
|
|
|
|
#: filesystem.py:71
|
|
#, python-format
|
|
msgid "Unable to create symbolic link: %(filepath)s; %(exc)s"
|
|
msgstr "Não é possível criar o link simbólico: %(filepath)s; %(exc)s "
|
|
|
|
#: filesystem.py:84
|
|
#, python-format
|
|
msgid "Unable to delete document symbolic link; %s"
|
|
msgstr "Não é possível excluir o link simbólico do documento; %s"
|
|
|
|
#: filesystem.py:96
|
|
#, python-format
|
|
msgid "Unable to delete indexing directory; %s"
|
|
msgstr "Não é possível excluir o diretório de indexação; %s"
|
|
|
|
#: models.py:13
|
|
#, python-format
|
|
msgid "Available functions: %s"
|
|
msgstr "Funções disponíveis: %s "
|
|
|
|
#: models.py:17 views.py:40
|
|
msgid "name"
|
|
msgstr ""
|
|
|
|
#: models.py:17
|
|
msgid "Internal name used to reference this index."
|
|
msgstr ""
|
|
|
|
#: models.py:18 views.py:41
|
|
msgid "title"
|
|
msgstr ""
|
|
|
|
#: models.py:18
|
|
msgid "The name that will be visible to users."
|
|
msgstr ""
|
|
|
|
#: models.py:19 models.py:50
|
|
msgid "enabled"
|
|
msgstr "habilitado"
|
|
|
|
#: models.py:19
|
|
msgid "Causes this index to be visible and updated when document data changes."
|
|
msgstr ""
|
|
|
|
#: models.py:41 models.py:47 views.py:101 views.py:132 views.py:159
|
|
#: views.py:195 views.py:225 views.py:265
|
|
msgid "index"
|
|
msgstr "índice"
|
|
|
|
#: models.py:48
|
|
msgid "indexing expression"
|
|
msgstr "expressão de indexação"
|
|
|
|
#: models.py:48
|
|
msgid "Enter a python string expression to be evaluated."
|
|
msgstr "Digite uma expressão python para ser avaliada."
|
|
|
|
#: models.py:50
|
|
msgid "Causes this node to be visible and updated when document data changes."
|
|
msgstr ""
|
|
|
|
#: models.py:51
|
|
msgid "link documents"
|
|
msgstr "ligar documentos"
|
|
|
|
#: models.py:51
|
|
msgid ""
|
|
"Check this option to have this node act as a container for documents and not "
|
|
"as a parent for further nodes."
|
|
msgstr ""
|
|
|
|
#: models.py:57 models.py:63
|
|
msgid "index template node"
|
|
msgstr ""
|
|
|
|
#: models.py:58
|
|
msgid "indexes template nodes"
|
|
msgstr ""
|
|
|
|
#: models.py:64
|
|
msgid "value"
|
|
msgstr "valor"
|
|
|
|
#: models.py:65
|
|
msgid "documents"
|
|
msgstr "documentos"
|
|
|
|
#: models.py:75
|
|
msgid "index instance node"
|
|
msgstr ""
|
|
|
|
#: models.py:76
|
|
msgid "indexes instance nodes"
|
|
msgstr ""
|
|
|
|
#: models.py:80
|
|
msgid "index instance"
|
|
msgstr "exemplo de índice"
|
|
|
|
#: models.py:81
|
|
msgid "document"
|
|
msgstr "documento"
|
|
|
|
#: models.py:88
|
|
msgid "document rename count"
|
|
msgstr "contagem de renomeação do documento"
|
|
|
|
#: models.py:89
|
|
msgid "documents rename count"
|
|
msgstr "contagem de renomeação dos documentos"
|
|
|
|
#: permissions.py:7
|
|
msgid "Indexing"
|
|
msgstr "Indexando"
|
|
|
|
#: permissions.py:9
|
|
msgid "Configure document indexes"
|
|
msgstr ""
|
|
|
|
#: permissions.py:10
|
|
msgid "Create new document indexes"
|
|
msgstr ""
|
|
|
|
#: permissions.py:11
|
|
msgid "Edit document indexes"
|
|
msgstr ""
|
|
|
|
#: permissions.py:12
|
|
msgid "Delete document indexes"
|
|
msgstr ""
|
|
|
|
#: permissions.py:14
|
|
msgid "View document indexes"
|
|
msgstr "Ver índices de documento"
|
|
|
|
#: permissions.py:15
|
|
msgid "Rebuild document indexes"
|
|
msgstr "Reconstruir índices de documento"
|
|
|
|
#: utils.py:19
|
|
msgid "document indexes"
|
|
msgstr "índices de documento"
|
|
|
|
#: views.py:68
|
|
msgid "Index created successfully."
|
|
msgstr ""
|
|
|
|
#: views.py:92
|
|
msgid "Index edited successfully"
|
|
msgstr ""
|
|
|
|
#: views.py:98
|
|
#, python-format
|
|
msgid "edit index: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:123
|
|
#, python-format
|
|
msgid "Index: %s deleted successfully."
|
|
msgstr ""
|
|
|
|
#: views.py:125
|
|
#, python-format
|
|
msgid "Index: %(index)s delete error: %(error)s"
|
|
msgstr ""
|
|
|
|
#: views.py:137
|
|
#, python-format
|
|
msgid "Are you sure you with to delete the index: %s?"
|
|
msgstr ""
|
|
|
|
#: views.py:162
|
|
#, python-format
|
|
msgid "tree template nodes for index: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:165
|
|
msgid "level"
|
|
msgstr ""
|
|
|
|
#: views.py:186
|
|
msgid "Index template node created successfully."
|
|
msgstr ""
|
|
|
|
#: views.py:192
|
|
msgid "create child node"
|
|
msgstr ""
|
|
|
|
#: views.py:213
|
|
msgid "Index template node edited successfully"
|
|
msgstr ""
|
|
|
|
#: views.py:219
|
|
#, python-format
|
|
msgid "edit index template node: %s"
|
|
msgstr ""
|
|
|
|
#: views.py:226 views.py:266 views.py:334
|
|
msgid "node"
|
|
msgstr ""
|
|
|
|
#: views.py:248
|
|
#, python-format
|
|
msgid "Node: %s deleted successfully."
|
|
msgstr ""
|
|
|
|
#: views.py:250
|
|
#, python-format
|
|
msgid "Node: %(node)s delete error: %(error)s"
|
|
msgstr ""
|
|
|
|
#: views.py:259
|
|
#, python-format
|
|
msgid "Are you sure you with to delete the index template node: %s?"
|
|
msgstr ""
|
|
|
|
#: views.py:283
|
|
msgid "nodes"
|
|
msgstr ""
|
|
|
|
#: views.py:316
|
|
#, python-format
|
|
msgid "contents for index: %s"
|
|
msgstr "conteúdos para o índice: %s"
|
|
|
|
#: views.py:338
|
|
msgid "items"
|
|
msgstr "itens"
|
|
|
|
#: views.py:363
|
|
msgid "Are you sure you wish to rebuild all indexes?"
|
|
msgstr "Tem certeza de que deseja reconstruir todos os índices?"
|
|
|
|
#: views.py:364
|
|
msgid "On large databases this operation may take some time to execute."
|
|
msgstr ""
|
|
"Em grandes bases de dados esta operação pode levar algum tempo para executar."
|
|
|
|
#: views.py:370
|
|
msgid "Index rebuild completed successfully."
|
|
msgstr "Reconstrução de índice concluída com êxito."
|
|
|
|
#: views.py:375
|
|
#, python-format
|
|
msgid "Index rebuild error: %s"
|
|
msgstr "Reconstrução de índice de erro: %s"
|
|
|
|
#: views.py:397
|
|
#, python-format
|
|
msgid "indexes containing: %s"
|
|
msgstr "índices contendo: %s"
|
|
|
|
#: conf/settings.py:22
|
|
msgid ""
|
|
"A dictionary that maps the index name and where on the filesystem that index "
|
|
"will be mirrored."
|
|
msgstr ""
|
|
|
|
#: templates/indexing_help.html:3
|
|
msgid "What are indexes?"
|
|
msgstr "Quais são os índices?"
|
|
|
|
#: templates/indexing_help.html:4
|
|
msgid "Indexes group documents into a tree like hierarchical structure."
|
|
msgstr ""
|
|
"Indexar documentos agrupados em uma árvore como uma estrutura hierárquica."
|