django.po
4.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-21 12:36-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: .\forms.py:26
msgid "Tags"
msgstr "Tags"
#: .\forms.py:32
msgid "File name"
msgstr "Nome do arquivo"
#: .\forms.py:52
msgid "This subject already has a file link with this name"
msgstr "Esse assunto já possui um Link para Arquivo com esse nome"
#: .\forms.py:64
msgid "The file is too large. It should have less than 10MB."
msgstr "Esse arquivo é muito grande. Ele deve conter menos de 10MB."
#: .\forms.py:69
msgid "This field is required."
msgstr "Esse campo é obrigatório."
#: .\models.py:23
msgid ""
"Please select a valid file. The uploaded file must have one of the following "
"extensions: .doc, .docx, .html, .jpg, .odp, .ods, .odt, .pdf, .png, .ppt, ."
"pptx, .xlx e .xlsx"
msgstr "Por favor selecione um arquivo válido. O arquivo enviado deve possuir uma das seguintes extensões: .doc, .docx, .html, .jpg, .odp, .ods, .odt, .pdf, .png, .ppt, .pptx, .xlx e .xlsx"
#: .\models.py:26
msgid "File"
msgstr "Arquivo"
#: .\models.py:29
msgid "File Link"
msgstr "Link para Arquivo"
#: .\models.py:30
msgid "File Links"
msgstr "Links para Arquivo"
#: .\models.py:49
msgid "Are you sure you want delete the file link"
msgstr "Você tem certeza que deseja remover o Link para Arquivo"
#: .\templates\file_links\_form.html:33
msgid "Choose your file..."
msgstr "Escolha seu arquivo..."
#: .\templates\file_links\_form.html:47
msgid "Click or drop the file here"
msgstr "Clique ou solte o arquivo aqui"
#: .\templates\file_links\_form.html:49
msgid "The file could not exceed 10MB."
msgstr "O arquivo não pode exceder 10MB."
#: .\templates\file_links\_form.html:69
msgid "Common resources settings"
msgstr "Configurações comuns à todos os recursos"
#: .\templates\file_links\_form.html:118
msgid "Pendencies Notifications"
msgstr "Notificações de Pendências"
#: .\templates\file_links\_form.html:134
msgid "Action not performed by the user"
msgstr "Ação não realizada pelo usuário"
#: .\templates\file_links\_form.html:160
msgid "Wished period"
msgstr "Período desejado"
#: .\templates\file_links\_form.html:256
msgid "Attribute students to file link"
msgstr "Atribuir estudantes ao Link para Arquivo"
#: .\templates\file_links\_form.html:276
msgid "Attribute groups to file link"
msgstr "Atribuir grupos de estudo ao Link para Arquivo"
#: .\templates\file_links\_form.html:322
msgid "Save"
msgstr "Salvar"
#: .\templates\file_links\create.html:20 .\views.py:177
msgid "Create File Link"
msgstr "Criar Link para Arquivo"
#: .\templates\file_links\update.html:20
msgid "Edit: "
msgstr "Editar: "
#: .\views.py:104 .\views.py:117 .\views.py:227 .\views.py:229 .\views.py:245
#: .\views.py:247
msgid "Visualize"
msgstr "Visualizar"
#: .\views.py:188
#, python-format
msgid ""
"The File Link \"%s\" was added to the Topic \"%s\" of the virtual "
"environment \"%s\" successfully!"
msgstr ""
"O Link para Arquivo \"%s\" foi adicionado ao tópico \"%s\" do ambiente "
"virtual \"%s\" com sucesso!"
#: .\views.py:291
msgid "Update File Link"
msgstr "Atualizar Link para Arquivo"
#: .\views.py:302
#, python-format
msgid "The File Link \"%s\" was updated successfully!"
msgstr "O Link para Arquivo \"%s\" foi atualizado com sucesso!"
#: .\views.py:329
#, python-format
msgid ""
"The File Link \"%s\" was removed successfully from virtual environment \"%s"
"\"!"
msgstr ""
"O Link para Arquivo \"%s\" foi removido do ambiente virtual \"%s\" com "
"sucesso!"
#~ msgid "File not supported."
#~ msgstr "Arquivo não suportado."
#~ msgid "Close"
#~ msgstr "Fechar"
#~ msgid "Delete"
#~ msgstr "Remover"