Files
mayan-edms/mayan/apps/common/locale/pt/LC_MESSAGES/django.po
T

420 lines
9.6 KiB
Gettext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# emersonsoares <dev.emerson@gmail.com>, 2011
# Roberto Rosario, 2012
# Vítor Figueiró <vfigueiro@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-03 21:31-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/"
"language/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:27
msgid "change password"
msgstr "alterar a senha"
#: __init__.py:28
msgid "user details"
msgstr "detalhes do utilizador"
#: __init__.py:29
msgid "edit details"
msgstr "editar detalhes"
#: __init__.py:33 __init__.py:38
msgid "about"
msgstr "sobre"
#: __init__.py:34
msgid "license"
msgstr "licença"
#: forms.py:97
msgid "Selection"
msgstr "Seleção"
#: forms.py:129
msgid "Email"
msgstr "E-mail"
#: forms.py:140
msgid ""
"Please enter a correct email and password. Note that the password fields is "
"case-sensitive."
msgstr ""
"Insira um e-mail e senha corretos, por favor. Note que o campo da senha é "
"sensível a minúsculas e maiúsculas."
#: forms.py:142
msgid "This account is inactive."
msgstr "Esta conta está inativa."
#: literals.py:24
msgid "A5"
msgstr "A5"
#: literals.py:25
msgid "A4"
msgstr "A4"
#: literals.py:26
msgid "A3"
msgstr "A3"
#: literals.py:27
msgid "B5"
msgstr "B5"
#: literals.py:28
msgid "B4"
msgstr "B4"
#: literals.py:29
msgid "Letter"
msgstr "Letter"
#: literals.py:30
msgid "Legal"
msgstr "Legal"
#: literals.py:31
msgid "Ledger"
msgstr "Livro-razão"
#: literals.py:38
msgid "Portrait"
msgstr "Retrato"
#: literals.py:39
msgid "Landscape"
msgstr "Paisagem"
#: models.py:17
msgid "lock field"
msgstr "campo de bloqueio"
#: models.py:45
msgid "Anonymous user"
msgstr "Utilizador anónimo"
#: models.py:48 models.py:49
msgid "anonymous user"
msgstr "utilizador anónimo"
#: models.py:53
msgid "account"
msgstr ""
#: models.py:54
msgid "password"
msgstr ""
#: models.py:55
msgid "password hash"
msgstr ""
#: models.py:58
msgid "auto admin properties"
msgstr ""
#: utils.py:299
msgid "function found"
msgstr "função encontrada"
#: views.py:38
msgid "No action selected."
msgstr "Nenhuma ação selecionada."
#: views.py:42
msgid "Must select at least one item."
msgstr "Deve selecionar pelo menos um item."
#: views.py:90
#, python-format
msgid "%(selection)s added successfully added to %(right_list_title)s."
msgstr "%(selection)s adicionadas com sucesso a %(right_list_title)s ."
#: views.py:96 views.py:123
#, python-format
msgid "Unable to add %(selection)s to %(right_list_title)s."
msgstr "Não foi possível adicionar %(selection)s a %(right_list_title)s ."
#: views.py:117
#, python-format
msgid "%(selection)s added successfully removed from %(right_list_title)s."
msgstr " %(selection)s removido com sucesso de %(right_list_title)s."
#: views.py:138
msgid "Add"
msgstr "Adicionar"
#: views.py:149
msgid "Remove"
msgstr "Remover"
#: views.py:172
msgid "current user details"
msgstr "detalhes do utilizador atual"
#: views.py:189
msgid "E-mail conflict, another user has that same email."
msgstr "Conflito de E-mail; outro utilizador tem o mesmo e-mail."
#: views.py:192
msgid "Current user's details updated."
msgstr "Detalhes do utilizador atual atualizados."
#: views.py:201
msgid "edit current user details"
msgstr "editar os detalhes do utilizador atual"
#: views.py:232
msgid "License"
msgstr "Licença"
#: views.py:241
msgid "Current user password change"
msgstr "Alteração da senha do utilizador atual"
#: views.py:256 templates/password_change_done.html:8
msgid "Your password has been successfully changed."
msgstr "A sua senha foi alterada com êxito."
#: views.py:302
#, python-format
msgid "Error saving %s details."
msgstr ""
#: views.py:304
msgid "Error saving details."
msgstr ""
#: views.py:312
#, python-format
msgid "%s details saved successfully."
msgstr ""
#: views.py:314
msgid "Details saved successfully."
msgstr ""
#: views.py:326
#, python-format
msgid "Error creating new %s."
msgstr ""
#: views.py:328
msgid "Error creating object."
msgstr ""
#: views.py:335
#, python-format
msgid "%s created successfully."
msgstr ""
#: views.py:337
msgid "New object created successfully."
msgstr ""
#: views.py:355
#, python-format
msgid "Error deleting %s."
msgstr ""
#: views.py:357
msgid "Error deleting object."
msgstr ""
#: views.py:362
#, python-format
msgid "%s deleted successfully."
msgstr ""
#: views.py:364
msgid "Object deleted successfully."
msgstr ""
#: widgets.py:58
msgid "None"
msgstr "Nenhum"
#: conf/settings.py:16
msgid ""
"Temporary directory used site wide to store thumbnails, previews and "
"temporary files. If none is specified, one will be created using tempfile."
"mkdtemp()"
msgstr ""
#: conf/settings.py:66
msgid ""
"Controls the mechanism used to authenticated user. Options are: username, "
"email"
msgstr ""
"Controla o mecanismo usado para autenticar o utilizador. As opções são: "
"username, email"
#: conf/settings.py:75
msgid "Allow non authenticated users, access to all views"
msgstr "Permitir acesso a todas as vistas aos utilizadores não autenticados"
#: templates/403.html:5 templates/403.html.py:9
msgid "Insufficient permissions"
msgstr "Permissões insuficientes"
#: templates/403.html:11
msgid "You don't have enough permissions for this operation."
msgstr "Não possui permissões suficientes para esta operação."
#: templates/404.html:5 templates/404.html.py:9
msgid "Page not found"
msgstr "Página não encontrada"
#: templates/404.html:11
msgid "Sorry, but the requested page could not be found."
msgstr "Desculpe, mas a página solicitada não foi encontrada."
#: templates/calculate_form_title.html:8
#, python-format
msgid "Details for %(object_name)s: %(object)s"
msgstr "Detalhes para %(object_name)s : %(object)s "
#: templates/calculate_form_title.html:10
#, python-format
msgid "Details for: %(object)s"
msgstr "Detalhes para: %(object)s "
#: templates/calculate_form_title.html:15
#, fuzzy, python-format
msgid "Edit %(object_name)s: %(object)s"
msgstr "Detalhes para %(object_name)s : %(object)s "
#: templates/calculate_form_title.html:17
#, fuzzy, python-format
msgid "Edit: %(object)s"
msgstr "Editar %(object_name)s:"
#: templates/calculate_form_title.html:21
#, python-format
msgid "Create new %(object_name)s"
msgstr "Criar novo %(object_name)s "
#: templates/calculate_form_title.html:23
msgid "Create"
msgstr "Criar"
#: templates/generic_assign_remove.html:5
#, python-format
msgid "Assign %(title)s %(object)s"
msgstr "Atribuir %(title)s %(object)s "
#: templates/generic_confirm.html:5 templates/generic_confirm.html.py:19
msgid "Confirm"
msgstr "Confirmar"
#: templates/generic_confirm.html:17
msgid "Confirm delete"
msgstr "Confirmar exclusão"
#: templates/generic_confirm.html:33
msgid "form icon"
msgstr "ícone de formulário"
#: templates/generic_confirm.html:41
#, python-format
msgid "Are you sure you wish to delete %(object_name)s: %(object)s?"
msgstr "Tem certeza de que deseja excluir %(object_name)s: %(object)s ?"
#: templates/generic_confirm.html:43
#, python-format
msgid "Are you sure you wish to delete: %(object)s?"
msgstr "Tem a certeza de que deseja excluir: %(object)s ?"
#: templates/generic_confirm.html:51
msgid "Yes"
msgstr "Sim"
#: templates/generic_confirm.html:55
msgid "No"
msgstr "Não"
#: templates/generic_form_instance.html:40
#: templates/generic_form_subtemplate.html:59
msgid "required"
msgstr "exigido"
#: templates/generic_form_subtemplate.html:83
#: templates/generic_form_subtemplate.html:85
#: templates/generic_list_horizontal_subtemplate.html:50
#: templates/generic_list_horizontal_subtemplate.html:88
#: templates/generic_list_subtemplate.html:53
#: templates/generic_list_subtemplate.html:179
msgid "Save"
msgstr "Salvar"
#: templates/generic_form_subtemplate.html:83
#: templates/generic_form_subtemplate.html:85
#: templates/generic_list_horizontal_subtemplate.html:50
#: templates/generic_list_horizontal_subtemplate.html:88
#: templates/generic_list_subtemplate.html:53
#: templates/generic_list_subtemplate.html:179
msgid "Submit"
msgstr "Submeter"
#: templates/generic_form_subtemplate.html:90
msgid "Cancel"
msgstr "Cancelar"
#: templates/generic_list.html:8 templates/generic_list_horizontal.html:8
#, fuzzy, python-format
msgid "List of %(title)s"
msgstr "Lista de %(stripped_title)s "
#: templates/generic_list_horizontal_subtemplate.html:24
#: templates/generic_list_subtemplate.html:25
#, python-format
msgid ""
"List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page "
"%(page_number)s of %(total_pages)s)"
msgstr ""
"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página "
"%(page_number)s de %(total_pages)s)"
#: templates/generic_list_horizontal_subtemplate.html:26
#: templates/generic_list_subtemplate.html:27
#, python-format
msgid "List of %(title)s (%(total)s)"
msgstr "Lista de %(title)s (%(total)s)"
#: templates/generic_list_subtemplate.html:73
msgid "Identifier"
msgstr "Identificador"
#: templates/generic_list_subtemplate.html:153
#, fuzzy, python-format
msgid "There are no %(title)s"
msgstr "Não há %(stripped_title)s "
#: templates/login.html:7
msgid "Login"
msgstr "Login"
#: templates/password_change_done.html:5 templates/password_change_form.html:5
#: templates/password_change_form.html:7
msgid "Password change"
msgstr "Alteração da senha"
#~ msgid "Edit"
#~ msgstr "Editar"