99 lines
2.4 KiB
Plaintext
99 lines
2.4 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:
|
|
# <dev.emerson@gmail.com>, 2011.
|
|
# Vítor Figueiró <vfigueiro@gmail.com>, 2012.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Mayan EDMS\n"
|
|
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
|
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
|
|
"PO-Revision-Date: 2012-07-02 11:57+0000\n"
|
|
"Last-Translator: Vítor Figueiró <vfigueiro@gmail.com>\n"
|
|
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/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:19 __init__.py:20
|
|
msgid "delete"
|
|
msgstr "excluir"
|
|
|
|
#: __init__.py:21
|
|
msgid "add comment"
|
|
msgstr "adicionar comentário"
|
|
|
|
#: __init__.py:22
|
|
msgid "comments"
|
|
msgstr "comentários"
|
|
|
|
#: __init__.py:26
|
|
msgid "date"
|
|
msgstr "data"
|
|
|
|
#: __init__.py:30
|
|
msgid "user"
|
|
msgstr "utilizador"
|
|
|
|
#: __init__.py:34
|
|
msgid "comment"
|
|
msgstr "comentário"
|
|
|
|
#: permissions.py:7
|
|
msgid "Comments"
|
|
msgstr "Comentários"
|
|
|
|
#: permissions.py:9
|
|
msgid "Create new comments"
|
|
msgstr "Criar novos comentários"
|
|
|
|
#: permissions.py:10
|
|
msgid "Delete comments"
|
|
msgstr "Excluir comentários"
|
|
|
|
#: permissions.py:11
|
|
msgid "View comments"
|
|
msgstr "Ver comentários"
|
|
|
|
#: views.py:36
|
|
msgid "Must provide at least one comment."
|
|
msgstr "Deve fornecer pelo menos um comentário."
|
|
|
|
#: views.py:46
|
|
#, python-format
|
|
msgid "Comment \"%s\" deleted successfully."
|
|
msgstr "Comentário \"%s\" excluído com sucesso."
|
|
|
|
#: views.py:48
|
|
#, python-format
|
|
msgid "Error deleting comment \"%(comment)s\": %(error)s"
|
|
msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s"
|
|
|
|
#: views.py:63
|
|
#, python-format
|
|
msgid "Are you sure you wish to delete the comment: %s?"
|
|
msgstr "Tem a certeza de que deseja excluir o comentário: %s?"
|
|
|
|
#: views.py:65
|
|
#, python-format
|
|
msgid "Are you sure you wish to delete the comments: %s?"
|
|
msgstr "Tem a certeza de que deseja excluir os comentários: %s?"
|
|
|
|
#: views.py:99
|
|
msgid "Comment added successfully."
|
|
msgstr "Comentário adicionado com sucesso."
|
|
|
|
#: views.py:106
|
|
#, python-format
|
|
msgid "Add comment to document: %s"
|
|
msgstr "Adicionar comentário ao documento: %s"
|
|
|
|
#: views.py:126
|
|
#, python-format
|
|
msgid "comments: %s"
|
|
msgstr "comentários: %s"
|