Commit 1e91686d5570fb5d3b6f850b710c37a5aedcdcfe
1 parent
383d190b
Exists in
master
and in
5 other branches
Refactoring internacionalization [Issue #223]
Showing
7 changed files
with
127 additions
and
356 deletions
Show diff stats
courses/locale/he_il/LC_MESSAGES/django.po
@@ -1,229 +0,0 @@ | @@ -1,229 +0,0 @@ | ||
1 | -# SOME DESCRIPTIVE TITLE. | ||
2 | -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
3 | -# This file is distributed under the same license as the PACKAGE package. | ||
4 | -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
5 | -# | ||
6 | -#, fuzzy | ||
7 | -msgid "" | ||
8 | -msgstr "" | ||
9 | -"Project-Id-Version: PACKAGE VERSION\n" | ||
10 | -"Report-Msgid-Bugs-To: \n" | ||
11 | -"POT-Creation-Date: 2016-09-16 02:41-0300\n" | ||
12 | -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
13 | -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
14 | -"Language-Team: LANGUAGE <LL@li.org>\n" | ||
15 | -"Language: \n" | ||
16 | -"MIME-Version: 1.0\n" | ||
17 | -"Content-Type: text/plain; charset=UTF-8\n" | ||
18 | -"Content-Transfer-Encoding: 8bit\n" | ||
19 | - | ||
20 | -#: courses/templates/category/create.html:8 | ||
21 | -#: courses/templates/category/delete.html:7 | ||
22 | -#: courses/templates/category/index.html:7 | ||
23 | -#: courses/templates/category/update.html:8 | ||
24 | -#: courses/templates/category/view.html:7 | ||
25 | -#: courses/templates/course/create.html:8 | ||
26 | -#: courses/templates/course/delete.html:7 courses/templates/course/home.html:8 | ||
27 | -#: courses/templates/course/update.html:8 | ||
28 | -#: courses/templates/course/view.html:39 | ||
29 | -#: courses/templates/subject/index.html:8 | ||
30 | -msgid "Home" | ||
31 | -msgstr "" | ||
32 | - | ||
33 | -#: courses/templates/category/create.html:9 | ||
34 | -#: courses/templates/category/delete.html:18 | ||
35 | -#: courses/templates/category/index.html:18 | ||
36 | -#: courses/templates/category/view.html:18 | ||
37 | -msgid "Create Category" | ||
38 | -msgstr "" | ||
39 | - | ||
40 | -#: courses/templates/category/create.html:16 | ||
41 | -#: courses/templates/category/delete.html:15 | ||
42 | -#: courses/templates/category/index.html:15 | ||
43 | -#: courses/templates/category/update.html:16 | ||
44 | -#: courses/templates/category/view.html:15 | ||
45 | -msgid "Categories" | ||
46 | -msgstr "" | ||
47 | - | ||
48 | -#: courses/templates/category/create.html:26 | ||
49 | -#: courses/templates/category/update.html:26 | ||
50 | -#: courses/templates/course/create.html:26 | ||
51 | -#: courses/templates/course/update.html:32 | ||
52 | -msgid "All fields are required" | ||
53 | -msgstr "" | ||
54 | - | ||
55 | -#: courses/templates/category/create.html:51 | ||
56 | -#: courses/templates/category/update.html:51 | ||
57 | -#: courses/templates/course/create.html:51 | ||
58 | -#: courses/templates/course/update.html:57 | ||
59 | -msgid "Save" | ||
60 | -msgstr "" | ||
61 | - | ||
62 | -#: courses/templates/category/delete.html:8 | ||
63 | -#: courses/templates/category/index.html:8 | ||
64 | -msgid "Manage Categories" | ||
65 | -msgstr "" | ||
66 | - | ||
67 | -#: courses/templates/category/delete.html:26 | ||
68 | -#: courses/templates/subject/delete.html:11 | ||
69 | -msgid "Are you sure you want to delete the category" | ||
70 | -msgstr "" | ||
71 | - | ||
72 | -#: courses/templates/category/delete.html:27 | ||
73 | -#: courses/templates/course/delete.html:28 | ||
74 | -#: courses/templates/subject/delete.html:12 | ||
75 | -msgid "Yes" | ||
76 | -msgstr "" | ||
77 | - | ||
78 | -#: courses/templates/category/delete.html:28 | ||
79 | -#: courses/templates/course/delete.html:29 | ||
80 | -#: courses/templates/subject/delete.html:13 | ||
81 | -msgid "No" | ||
82 | -msgstr "" | ||
83 | - | ||
84 | -#: courses/templates/category/index.html:38 | ||
85 | -msgid "Name" | ||
86 | -msgstr "" | ||
87 | - | ||
88 | -#: courses/templates/category/index.html:39 | ||
89 | -msgid "Slug" | ||
90 | -msgstr "" | ||
91 | - | ||
92 | -#: courses/templates/category/index.html:40 | ||
93 | -msgid "Actions" | ||
94 | -msgstr "" | ||
95 | - | ||
96 | -#: courses/templates/category/index.html:59 | ||
97 | -msgid "No categories found" | ||
98 | -msgstr "" | ||
99 | - | ||
100 | -#: courses/templates/category/update.html:9 | ||
101 | -#: courses/templates/category/view.html:21 | ||
102 | -msgid "Edit Category" | ||
103 | -msgstr "" | ||
104 | - | ||
105 | -#: courses/templates/category/view.html:24 | ||
106 | -msgid "Remove Category" | ||
107 | -msgstr "" | ||
108 | - | ||
109 | -#: courses/templates/category/view.html:32 | ||
110 | -msgid "Name:" | ||
111 | -msgstr "" | ||
112 | - | ||
113 | -#: courses/templates/category/view.html:33 | ||
114 | -msgid "Slug:" | ||
115 | -msgstr "" | ||
116 | - | ||
117 | -#: courses/templates/course/create.html:9 | ||
118 | -#: courses/templates/course/delete.html:18 | ||
119 | -#: courses/templates/course/filtered.html:11 | ||
120 | -#: courses/templates/course/index.html:19 | ||
121 | -msgid "Create Course" | ||
122 | -msgstr "" | ||
123 | - | ||
124 | -#: courses/templates/course/create.html:16 | ||
125 | -#: courses/templates/course/delete.html:15 | ||
126 | -#: courses/templates/course/filtered.html:8 | ||
127 | -#: courses/templates/course/home.html:16 | ||
128 | -#: courses/templates/course/index.html:16 | ||
129 | -#: courses/templates/course/update.html:16 | ||
130 | -#: courses/templates/course/view.html:48 | ||
131 | -msgid "Courses" | ||
132 | -msgstr "" | ||
133 | - | ||
134 | -#: courses/templates/course/delete.html:27 | ||
135 | -msgid "Are you sure you want to delete the couse" | ||
136 | -msgstr "" | ||
137 | - | ||
138 | -#: courses/templates/course/filtered.html:19 | ||
139 | -#: courses/templates/course/index.html:27 | ||
140 | -msgid "Categories:" | ||
141 | -msgstr "" | ||
142 | - | ||
143 | -#: courses/templates/course/home.html:9 | ||
144 | -msgid "Home Course" | ||
145 | -msgstr "" | ||
146 | - | ||
147 | -#: courses/templates/course/index.html:81 | ||
148 | -msgid "students tops" | ||
149 | -msgstr "" | ||
150 | - | ||
151 | -#: courses/templates/course/index.html:87 | ||
152 | -msgid "Subscribe Period:" | ||
153 | -msgstr "" | ||
154 | - | ||
155 | -#: courses/templates/course/index.html:89 | ||
156 | -msgid "Period:" | ||
157 | -msgstr "" | ||
158 | - | ||
159 | -#: courses/templates/course/index.html:105 | ||
160 | -msgid "No courses found" | ||
161 | -msgstr "" | ||
162 | - | ||
163 | -#: courses/templates/course/update.html:9 | ||
164 | -msgid "Edit Course" | ||
165 | -msgstr "" | ||
166 | - | ||
167 | -#: courses/templates/course/update.html:19 | ||
168 | -msgid "Manage Modules" | ||
169 | -msgstr "" | ||
170 | - | ||
171 | -#: courses/templates/course/update.html:22 | ||
172 | -msgid "Participants" | ||
173 | -msgstr "" | ||
174 | - | ||
175 | -#: courses/templates/course/view.html:40 | ||
176 | -msgid "Profile" | ||
177 | -msgstr "" | ||
178 | - | ||
179 | -#: courses/templates/course/view.html:62 | ||
180 | -msgid "Subjects" | ||
181 | -msgstr "" | ||
182 | - | ||
183 | -#: courses/templates/course/view.html:85 | ||
184 | -msgid "Professor" | ||
185 | -msgstr "" | ||
186 | - | ||
187 | -#: courses/templates/course/view.html:88 | ||
188 | -msgid "Description" | ||
189 | -msgstr "" | ||
190 | - | ||
191 | -#: courses/templates/course/view.html:110 | ||
192 | -#: courses/templates/subject/index.html:78 | ||
193 | -msgid "Pending Stuffs" | ||
194 | -msgstr "" | ||
195 | - | ||
196 | -#: courses/templates/course/view.html:113 | ||
197 | -msgid "No pending tasks at the moment." | ||
198 | -msgstr "" | ||
199 | - | ||
200 | -#: courses/templates/subject/create.html:20 | ||
201 | -#: courses/templates/topic/create.html:20 | ||
202 | -msgid "Create" | ||
203 | -msgstr "" | ||
204 | - | ||
205 | -#: courses/templates/subject/form_view_teacher.html:10 | ||
206 | -#: courses/templates/subject/index.html:47 | ||
207 | -msgid "edit" | ||
208 | -msgstr "" | ||
209 | - | ||
210 | -#: courses/templates/subject/index.html:10 | ||
211 | -msgid "Manage Subjects" | ||
212 | -msgstr "" | ||
213 | - | ||
214 | -#: courses/templates/subject/index.html:34 | ||
215 | -msgid "Create Subject" | ||
216 | -msgstr "" | ||
217 | - | ||
218 | -#: courses/templates/subject/index.html:52 | ||
219 | -msgid "delete" | ||
220 | -msgstr "" | ||
221 | - | ||
222 | -#: courses/templates/subject/index.html:71 | ||
223 | -msgid "Create Topic" | ||
224 | -msgstr "" | ||
225 | - | ||
226 | -#: courses/templates/subject/update.html:20 | ||
227 | -#: courses/templates/topic/update.html:20 | ||
228 | -msgid "Update" | ||
229 | -msgstr "" |
exam/locale/pt_BR/LC_MESSAGES/django.po
@@ -24,119 +24,119 @@ msgstr "" | @@ -24,119 +24,119 @@ msgstr "" | ||
24 | 24 | ||
25 | #: exam/forms.py:33 | 25 | #: exam/forms.py:33 |
26 | msgid "Start date to resolve the exam" | 26 | msgid "Start date to resolve the exam" |
27 | -msgstr "" | 27 | +msgstr "Data de início para resolver o exame" |
28 | 28 | ||
29 | #: exam/forms.py:35 | 29 | #: exam/forms.py:35 |
30 | msgid "Maximum date permited to resolve the exam" | 30 | msgid "Maximum date permited to resolve the exam" |
31 | -msgstr "" | 31 | +msgstr "Data máxima permitida para resolver o exame" |
32 | 32 | ||
33 | #: exam/models.py:9 | 33 | #: exam/models.py:9 |
34 | msgid "Begin of Course Date" | 34 | msgid "Begin of Course Date" |
35 | -msgstr "" | 35 | +msgstr "Data de início do curso" |
36 | 36 | ||
37 | #: exam/models.py:10 | 37 | #: exam/models.py:10 |
38 | msgid "Exibe?" | 38 | msgid "Exibe?" |
39 | -msgstr "" | 39 | +msgstr "Exibir?" |
40 | 40 | ||
41 | #: exam/models.py:13 exam/models.py:35 | 41 | #: exam/models.py:13 exam/models.py:35 |
42 | msgid "Exam" | 42 | msgid "Exam" |
43 | -msgstr "" | 43 | +msgstr "Exame" |
44 | 44 | ||
45 | #: exam/models.py:14 | 45 | #: exam/models.py:14 |
46 | msgid "Exams" | 46 | msgid "Exams" |
47 | -msgstr "" | 47 | +msgstr "Exames" |
48 | 48 | ||
49 | #: exam/models.py:21 exam/models.py:27 | 49 | #: exam/models.py:21 exam/models.py:27 |
50 | msgid "Answer" | 50 | msgid "Answer" |
51 | -msgstr "" | 51 | +msgstr "Resposta" |
52 | 52 | ||
53 | #: exam/models.py:22 | 53 | #: exam/models.py:22 |
54 | msgid "Order" | 54 | msgid "Order" |
55 | -msgstr "" | 55 | +msgstr "Ordem" |
56 | 56 | ||
57 | #: exam/models.py:23 exam/models.py:28 | 57 | #: exam/models.py:23 exam/models.py:28 |
58 | msgid "Answers" | 58 | msgid "Answers" |
59 | -msgstr "" | 59 | +msgstr "Respostas" |
60 | 60 | ||
61 | #: exam/models.py:34 | 61 | #: exam/models.py:34 |
62 | msgid "Answered" | 62 | msgid "Answered" |
63 | -msgstr "" | 63 | +msgstr "Respondida" |
64 | 64 | ||
65 | #: exam/models.py:36 | 65 | #: exam/models.py:36 |
66 | msgid "Answers Students" | 66 | msgid "Answers Students" |
67 | -msgstr "" | 67 | +msgstr "Resposta dos estudantes" |
68 | 68 | ||
69 | #: exam/models.py:37 | 69 | #: exam/models.py:37 |
70 | msgid "Student" | 70 | msgid "Student" |
71 | -msgstr "" | 71 | +msgstr "Estudante" |
72 | 72 | ||
73 | #: exam/models.py:38 | 73 | #: exam/models.py:38 |
74 | msgid "Answered Date" | 74 | msgid "Answered Date" |
75 | -msgstr "" | 75 | +msgstr "Data da resposta" |
76 | 76 | ||
77 | #: exam/models.py:41 | 77 | #: exam/models.py:41 |
78 | msgid "Answer Stundent" | 78 | msgid "Answer Stundent" |
79 | -msgstr "" | 79 | +msgstr "Resposta do estudante" |
80 | 80 | ||
81 | #: exam/models.py:42 | 81 | #: exam/models.py:42 |
82 | msgid "Answers Student" | 82 | msgid "Answers Student" |
83 | -msgstr "" | 83 | +msgstr "Respostas dos estudantes" |
84 | 84 | ||
85 | #: exam/templates/exam/create.html:9 | 85 | #: exam/templates/exam/create.html:9 |
86 | msgid "New Exam" | 86 | msgid "New Exam" |
87 | -msgstr "" | 87 | +msgstr "Novo exame" |
88 | 88 | ||
89 | #: exam/templates/exam/create.html:14 exam/templates/exam/create.html:16 | 89 | #: exam/templates/exam/create.html:14 exam/templates/exam/create.html:16 |
90 | msgid "Exam Name" | 90 | msgid "Exam Name" |
91 | -msgstr "" | 91 | +msgstr "Nome do exame" |
92 | 92 | ||
93 | #: exam/templates/exam/create.html:20 | 93 | #: exam/templates/exam/create.html:20 |
94 | msgid "Exam's begin date" | 94 | msgid "Exam's begin date" |
95 | -msgstr "" | 95 | +msgstr "Data de início do exame" |
96 | 96 | ||
97 | #: exam/templates/exam/create.html:22 | 97 | #: exam/templates/exam/create.html:22 |
98 | msgid "Begin Date" | 98 | msgid "Begin Date" |
99 | -msgstr "" | 99 | +msgstr "Data de início" |
100 | 100 | ||
101 | #: exam/templates/exam/create.html:26 | 101 | #: exam/templates/exam/create.html:26 |
102 | msgid "Exam's end date" | 102 | msgid "Exam's end date" |
103 | -msgstr "" | 103 | +msgstr "Data final do exame" |
104 | 104 | ||
105 | #: exam/templates/exam/create.html:28 | 105 | #: exam/templates/exam/create.html:28 |
106 | msgid "End Date" | 106 | msgid "End Date" |
107 | -msgstr "" | 107 | +msgstr "Data final" |
108 | 108 | ||
109 | #: exam/templates/exam/create.html:35 | 109 | #: exam/templates/exam/create.html:35 |
110 | msgid "Allow submissions after deadline?" | 110 | msgid "Allow submissions after deadline?" |
111 | -msgstr "" | 111 | +msgstr "Permitir submissões após o prazo?" |
112 | 112 | ||
113 | #: exam/templates/exam/create.html:44 exam/templates/exam/create.html:47 | 113 | #: exam/templates/exam/create.html:44 exam/templates/exam/create.html:47 |
114 | msgid "Question Type" | 114 | msgid "Question Type" |
115 | -msgstr "" | 115 | +msgstr "Tipo de questão" |
116 | 116 | ||
117 | #: exam/templates/exam/create.html:48 | 117 | #: exam/templates/exam/create.html:48 |
118 | msgid "Multiple Choice" | 118 | msgid "Multiple Choice" |
119 | -msgstr "" | 119 | +msgstr "Múltipla escolha" |
120 | 120 | ||
121 | #: exam/templates/exam/create.html:49 | 121 | #: exam/templates/exam/create.html:49 |
122 | msgid "True or False" | 122 | msgid "True or False" |
123 | -msgstr "" | 123 | +msgstr "Verdadeiro ou falso" |
124 | 124 | ||
125 | #: exam/templates/exam/create.html:50 | 125 | #: exam/templates/exam/create.html:50 |
126 | msgid "Gap Filling" | 126 | msgid "Gap Filling" |
127 | -msgstr "" | 127 | +msgstr "Preenchimento de lacunas" |
128 | 128 | ||
129 | #: exam/templates/exam/create.html:51 | 129 | #: exam/templates/exam/create.html:51 |
130 | msgid "Discursive Question" | 130 | msgid "Discursive Question" |
131 | -msgstr "" | 131 | +msgstr "Questão discursiva" |
132 | 132 | ||
133 | #: exam/templates/exam/create.html:57 | 133 | #: exam/templates/exam/create.html:57 |
134 | msgid "add question" | 134 | msgid "add question" |
135 | -msgstr "" | 135 | +msgstr "Adicionar questão" |
136 | 136 | ||
137 | #: exam/templates/exam/create.html:62 | 137 | #: exam/templates/exam/create.html:62 |
138 | msgid "Create" | 138 | msgid "Create" |
139 | -msgstr "" | 139 | +msgstr "Criar" |
140 | 140 | ||
141 | #: exam/templates/exam/discursive_question.html:2 | 141 | #: exam/templates/exam/discursive_question.html:2 |
142 | #: exam/templates/exam/discursive_question.html:4 | 142 | #: exam/templates/exam/discursive_question.html:4 |
@@ -144,24 +144,24 @@ msgstr "" | @@ -144,24 +144,24 @@ msgstr "" | ||
144 | #: exam/templates/exam/true_or_false_question.html:20 | 144 | #: exam/templates/exam/true_or_false_question.html:20 |
145 | #: exam/templates/exam/true_or_false_question.html:25 | 145 | #: exam/templates/exam/true_or_false_question.html:25 |
146 | msgid "Question" | 146 | msgid "Question" |
147 | -msgstr "" | 147 | +msgstr "Questão" |
148 | 148 | ||
149 | #: exam/templates/exam/gap_filling_question.html:2 | 149 | #: exam/templates/exam/gap_filling_question.html:2 |
150 | msgid "Gap Filling Question" | 150 | msgid "Gap Filling Question" |
151 | -msgstr "" | 151 | +msgstr "Questão de preenchimento de lacunas" |
152 | 152 | ||
153 | #: exam/templates/exam/multiple_choice_question.html:15 | 153 | #: exam/templates/exam/multiple_choice_question.html:15 |
154 | msgid "Alternatives" | 154 | msgid "Alternatives" |
155 | -msgstr "" | 155 | +msgstr "Alternativas" |
156 | 156 | ||
157 | #: exam/templates/exam/true_or_false_answer.html:9 | 157 | #: exam/templates/exam/true_or_false_answer.html:9 |
158 | msgid "Write your alternative" | 158 | msgid "Write your alternative" |
159 | -msgstr "" | 159 | +msgstr "Escreva sua alternativa" |
160 | 160 | ||
161 | #: exam/templates/exam/true_or_false_question.html:37 | 161 | #: exam/templates/exam/true_or_false_question.html:37 |
162 | msgid "Alternatives: T/F" | 162 | msgid "Alternatives: T/F" |
163 | -msgstr "" | 163 | +msgstr "Alternativas: V/F" |
164 | 164 | ||
165 | #: exam/templates/exam/true_or_false_question.html:45 | 165 | #: exam/templates/exam/true_or_false_question.html:45 |
166 | msgid "New Alternative" | 166 | msgid "New Alternative" |
167 | -msgstr "" | 167 | +msgstr "Nova alternativa" |
files/locale/pt_BR/LC_MESSAGES/django.po
@@ -20,69 +20,69 @@ msgstr "" | @@ -20,69 +20,69 @@ msgstr "" | ||
20 | 20 | ||
21 | #: files/forms.py:12 files/forms.py:29 | 21 | #: files/forms.py:12 files/forms.py:29 |
22 | msgid "File too large (Max 10MB)" | 22 | msgid "File too large (Max 10MB)" |
23 | -msgstr "" | 23 | +msgstr "Arquivo muito grande (máximo de 10MB)" |
24 | 24 | ||
25 | #: files/models.py:20 | 25 | #: files/models.py:20 |
26 | msgid "Professors" | 26 | msgid "Professors" |
27 | -msgstr "" | 27 | +msgstr "Professores" |
28 | 28 | ||
29 | #: files/models.py:21 | 29 | #: files/models.py:21 |
30 | msgid "Description" | 30 | msgid "Description" |
31 | -msgstr "" | 31 | +msgstr "Descrição" |
32 | 32 | ||
33 | #: files/models.py:22 files/models.py:27 | 33 | #: files/models.py:22 files/models.py:27 |
34 | msgid "File" | 34 | msgid "File" |
35 | -msgstr "" | 35 | +msgstr "Arquivo" |
36 | 36 | ||
37 | #: files/models.py:23 | 37 | #: files/models.py:23 |
38 | msgid "Type file" | 38 | msgid "Type file" |
39 | -msgstr "" | 39 | +msgstr "Tipo de arquivo" |
40 | 40 | ||
41 | #: files/models.py:28 | 41 | #: files/models.py:28 |
42 | msgid "Files" | 42 | msgid "Files" |
43 | -msgstr "" | 43 | +msgstr "Arquivos" |
44 | 44 | ||
45 | #: files/templates/files/create_file.html:10 | 45 | #: files/templates/files/create_file.html:10 |
46 | msgid "Add File" | 46 | msgid "Add File" |
47 | -msgstr "" | 47 | +msgstr "Adicionar arquivo" |
48 | 48 | ||
49 | #: files/templates/files/create_file.html:38 | 49 | #: files/templates/files/create_file.html:38 |
50 | #: files/templates/files/update_file.html:40 | 50 | #: files/templates/files/update_file.html:40 |
51 | msgid "Choose your file..." | 51 | msgid "Choose your file..." |
52 | -msgstr "" | 52 | +msgstr "Escolha seu arquivo..." |
53 | 53 | ||
54 | #: files/templates/files/create_file.html:68 | 54 | #: files/templates/files/create_file.html:68 |
55 | #: files/templates/files/update_file.html:73 | 55 | #: files/templates/files/update_file.html:73 |
56 | msgid "The file size shouldnt exceed 10MB" | 56 | msgid "The file size shouldnt exceed 10MB" |
57 | -msgstr "" | 57 | +msgstr "O tamanho máximo não pode exceder 10MB" |
58 | 58 | ||
59 | #: files/templates/files/create_file.html:74 | 59 | #: files/templates/files/create_file.html:74 |
60 | #: files/templates/files/delete_file.html:34 | 60 | #: files/templates/files/delete_file.html:34 |
61 | #: files/templates/files/update_file.html:79 | 61 | #: files/templates/files/update_file.html:79 |
62 | msgid "Close" | 62 | msgid "Close" |
63 | -msgstr "" | 63 | +msgstr "Fechar" |
64 | 64 | ||
65 | #: files/templates/files/create_file.html:75 | 65 | #: files/templates/files/create_file.html:75 |
66 | #: files/templates/files/update_file.html:80 | 66 | #: files/templates/files/update_file.html:80 |
67 | msgid "Submit" | 67 | msgid "Submit" |
68 | -msgstr "" | 68 | +msgstr "Enviar" |
69 | 69 | ||
70 | #: files/templates/files/delete_file.html:12 | 70 | #: files/templates/files/delete_file.html:12 |
71 | msgid "Delete File" | 71 | msgid "Delete File" |
72 | -msgstr "" | 72 | +msgstr "Deletar arquivo" |
73 | 73 | ||
74 | #: files/templates/files/delete_file.html:30 | 74 | #: files/templates/files/delete_file.html:30 |
75 | msgid "Are you sure to delete " | 75 | msgid "Are you sure to delete " |
76 | -msgstr "" | 76 | +msgstr "Tem certeza que deseja deletar " |
77 | 77 | ||
78 | #: files/templates/files/delete_file.html:35 | 78 | #: files/templates/files/delete_file.html:35 |
79 | msgid "Delete" | 79 | msgid "Delete" |
80 | -msgstr "" | 80 | +msgstr "Deletar" |
81 | 81 | ||
82 | #: files/templates/files/update_file.html:12 | 82 | #: files/templates/files/update_file.html:12 |
83 | msgid "Edit File" | 83 | msgid "Edit File" |
84 | -msgstr "" | 84 | +msgstr "Editar arquivo" |
85 | 85 | ||
86 | #: files/templates/files/update_file.html:48 | 86 | #: files/templates/files/update_file.html:48 |
87 | msgid "See current file" | 87 | msgid "See current file" |
88 | -msgstr "" | 88 | +msgstr "Visualizar arquivo atual" |
forum/locale/pt_BR/LC_MESSAGES/django.po
@@ -20,88 +20,88 @@ msgstr "" | @@ -20,88 +20,88 @@ msgstr "" | ||
20 | 20 | ||
21 | #: forum/forms.py:11 | 21 | #: forum/forms.py:11 |
22 | msgid "Title" | 22 | msgid "Title" |
23 | -msgstr "" | 23 | +msgstr "Título" |
24 | 24 | ||
25 | #: forum/forms.py:12 forum/models.py:14 | 25 | #: forum/forms.py:12 forum/models.py:14 |
26 | #: forum/templates/forum/forum_list.html:23 | 26 | #: forum/templates/forum/forum_list.html:23 |
27 | #: forum/templates/forum/forum_view.html:58 | 27 | #: forum/templates/forum/forum_view.html:58 |
28 | #: forum/templates/forum/render_forum.html:4 | 28 | #: forum/templates/forum/render_forum.html:4 |
29 | msgid "Description" | 29 | msgid "Description" |
30 | -msgstr "" | 30 | +msgstr "Descrição" |
31 | 31 | ||
32 | #: forum/forms.py:13 | 32 | #: forum/forms.py:13 |
33 | msgid "Limit Date" | 33 | msgid "Limit Date" |
34 | -msgstr "" | 34 | +msgstr "Data limite" |
35 | 35 | ||
36 | #: forum/forms.py:16 | 36 | #: forum/forms.py:16 |
37 | msgid "Forum title" | 37 | msgid "Forum title" |
38 | -msgstr "" | 38 | +msgstr "Título do fórum" |
39 | 39 | ||
40 | #: forum/forms.py:17 | 40 | #: forum/forms.py:17 |
41 | msgid "What is this forum about?" | 41 | msgid "What is this forum about?" |
42 | -msgstr "" | 42 | +msgstr "Qual o assunto deste fórum?" |
43 | 43 | ||
44 | #: forum/forms.py:18 | 44 | #: forum/forms.py:18 |
45 | msgid "Limit date for students post on this forum" | 45 | msgid "Limit date for students post on this forum" |
46 | -msgstr "" | 46 | +msgstr "Data limite para estudantes postarem neste fórum" |
47 | 47 | ||
48 | #: forum/forms.py:33 forum/forms.py:46 | 48 | #: forum/forms.py:33 forum/forms.py:46 |
49 | msgid "Message" | 49 | msgid "Message" |
50 | -msgstr "" | 50 | +msgstr "Mensagem" |
51 | 51 | ||
52 | #: forum/models.py:15 forum/models.py:33 forum/models.py:61 | 52 | #: forum/models.py:15 forum/models.py:33 forum/models.py:61 |
53 | msgid "Modification Date" | 53 | msgid "Modification Date" |
54 | -msgstr "" | 54 | +msgstr "Data de modificação" |
55 | 55 | ||
56 | #: forum/models.py:16 | 56 | #: forum/models.py:16 |
57 | msgid "Create Date" | 57 | msgid "Create Date" |
58 | -msgstr "" | 58 | +msgstr "Data de criação" |
59 | 59 | ||
60 | #: forum/models.py:19 forum/models.py:35 | 60 | #: forum/models.py:19 forum/models.py:35 |
61 | #: forum/templates/forum/forum_view.html:16 | 61 | #: forum/templates/forum/forum_view.html:16 |
62 | #: forum/templates/forum/forum_view.html:116 | 62 | #: forum/templates/forum/forum_view.html:116 |
63 | msgid "Forum" | 63 | msgid "Forum" |
64 | -msgstr "" | 64 | +msgstr "Fórum" |
65 | 65 | ||
66 | #: forum/models.py:20 | 66 | #: forum/models.py:20 |
67 | msgid "Foruns" | 67 | msgid "Foruns" |
68 | -msgstr "" | 68 | +msgstr "Fóruns" |
69 | 69 | ||
70 | #: forum/models.py:31 forum/models.py:58 | 70 | #: forum/models.py:31 forum/models.py:58 |
71 | msgid "Autor" | 71 | msgid "Autor" |
72 | -msgstr "" | 72 | +msgstr "Autor" |
73 | 73 | ||
74 | #: forum/models.py:32 | 74 | #: forum/models.py:32 |
75 | msgid "Post message" | 75 | msgid "Post message" |
76 | -msgstr "" | 76 | +msgstr "Postar mensagem" |
77 | 77 | ||
78 | #: forum/models.py:34 | 78 | #: forum/models.py:34 |
79 | msgid "Post Date" | 79 | msgid "Post Date" |
80 | -msgstr "" | 80 | +msgstr "Data de postagem" |
81 | 81 | ||
82 | #: forum/models.py:38 forum/models.py:59 | 82 | #: forum/models.py:38 forum/models.py:59 |
83 | msgid "Post" | 83 | msgid "Post" |
84 | -msgstr "" | 84 | +msgstr "Postar" |
85 | 85 | ||
86 | #: forum/models.py:39 | 86 | #: forum/models.py:39 |
87 | msgid "Posts" | 87 | msgid "Posts" |
88 | -msgstr "" | 88 | +msgstr "Postagens" |
89 | 89 | ||
90 | #: forum/models.py:60 | 90 | #: forum/models.py:60 |
91 | msgid "Answer message" | 91 | msgid "Answer message" |
92 | -msgstr "" | 92 | +msgstr "Resposta" |
93 | 93 | ||
94 | #: forum/models.py:62 | 94 | #: forum/models.py:62 |
95 | msgid "Answer Date" | 95 | msgid "Answer Date" |
96 | -msgstr "" | 96 | +msgstr "Data da resposta" |
97 | 97 | ||
98 | #: forum/models.py:65 | 98 | #: forum/models.py:65 |
99 | msgid "Post Answer" | 99 | msgid "Post Answer" |
100 | -msgstr "" | 100 | +msgstr "Postar resposta" |
101 | 101 | ||
102 | #: forum/models.py:66 | 102 | #: forum/models.py:66 |
103 | msgid "Post Answers" | 103 | msgid "Post Answers" |
104 | -msgstr "" | 104 | +msgstr "Postar respostas" |
105 | 105 | ||
106 | #: forum/templates/forum/forum_list.html:16 | 106 | #: forum/templates/forum/forum_list.html:16 |
107 | #: forum/templates/forum/forum_view.html:44 | 107 | #: forum/templates/forum/forum_view.html:44 |
@@ -112,73 +112,73 @@ msgstr "" | @@ -112,73 +112,73 @@ msgstr "" | ||
112 | #: forum/templates/post_answers/post_answer_load_more_render.html:17 | 112 | #: forum/templates/post_answers/post_answer_load_more_render.html:17 |
113 | #: forum/templates/post_answers/post_answer_render.html:15 | 113 | #: forum/templates/post_answers/post_answer_render.html:15 |
114 | msgid "Edit" | 114 | msgid "Edit" |
115 | -msgstr "" | 115 | +msgstr "Editar" |
116 | 116 | ||
117 | #: forum/templates/forum/forum_list.html:17 | 117 | #: forum/templates/forum/forum_list.html:17 |
118 | #: forum/templates/forum/forum_view.html:45 | 118 | #: forum/templates/forum/forum_view.html:45 |
119 | msgid "Are you sure you want to delete this forum?" | 119 | msgid "Are you sure you want to delete this forum?" |
120 | -msgstr "" | 120 | +msgstr "Tem certeza que deseja deletar este fórum?" |
121 | 121 | ||
122 | #: forum/templates/forum/forum_list.html:17 | 122 | #: forum/templates/forum/forum_list.html:17 |
123 | #: forum/templates/forum/forum_view.html:45 | 123 | #: forum/templates/forum/forum_view.html:45 |
124 | msgid "Delete" | 124 | msgid "Delete" |
125 | -msgstr "" | 125 | +msgstr "Deletar" |
126 | 126 | ||
127 | #: forum/templates/forum/forum_list.html:24 | 127 | #: forum/templates/forum/forum_list.html:24 |
128 | #: forum/templates/forum/forum_view.html:59 | 128 | #: forum/templates/forum/forum_view.html:59 |
129 | #: forum/templates/forum/render_forum.html:5 | 129 | #: forum/templates/forum/render_forum.html:5 |
130 | msgid "Opened in" | 130 | msgid "Opened in" |
131 | -msgstr "" | 131 | +msgstr "Aberto em" |
132 | 132 | ||
133 | #: forum/templates/forum/forum_list.html:59 | 133 | #: forum/templates/forum/forum_list.html:59 |
134 | #: forum/templates/forum/forum_view.html:91 | 134 | #: forum/templates/forum/forum_view.html:91 |
135 | #: forum/templates/post_answers/post_answer_form.html:38 | 135 | #: forum/templates/post_answers/post_answer_form.html:38 |
136 | msgid "send" | 136 | msgid "send" |
137 | -msgstr "" | 137 | +msgstr "Enviar" |
138 | 138 | ||
139 | #: forum/templates/forum/forum_view.html:13 | 139 | #: forum/templates/forum/forum_view.html:13 |
140 | msgid "Home" | 140 | msgid "Home" |
141 | -msgstr "" | 141 | +msgstr "Início" |
142 | 142 | ||
143 | #: forum/templates/forum/forum_view.html:27 | 143 | #: forum/templates/forum/forum_view.html:27 |
144 | msgid "Menu" | 144 | msgid "Menu" |
145 | -msgstr "" | 145 | +msgstr "Menu" |
146 | 146 | ||
147 | #: forum/templates/forum/forum_view.html:31 | 147 | #: forum/templates/forum/forum_view.html:31 |
148 | msgid "Profile" | 148 | msgid "Profile" |
149 | -msgstr "" | 149 | +msgstr "Perfil" |
150 | 150 | ||
151 | #: forum/templates/forum/forum_view.html:32 | 151 | #: forum/templates/forum/forum_view.html:32 |
152 | msgid "My Courses" | 152 | msgid "My Courses" |
153 | -msgstr "" | 153 | +msgstr "Meus cursos" |
154 | 154 | ||
155 | #: forum/templates/forum/forum_view.html:40 | 155 | #: forum/templates/forum/forum_view.html:40 |
156 | msgid "Actions" | 156 | msgid "Actions" |
157 | -msgstr "" | 157 | +msgstr "Ações" |
158 | 158 | ||
159 | #: forum/templates/forum/forum_view.html:44 | 159 | #: forum/templates/forum/forum_view.html:44 |
160 | msgid "Forum edited successfully!" | 160 | msgid "Forum edited successfully!" |
161 | -msgstr "" | 161 | +msgstr "Fórum editado com sucesso!" |
162 | 162 | ||
163 | #: forum/templates/forum/forum_view.html:124 | 163 | #: forum/templates/forum/forum_view.html:124 |
164 | msgid "Close" | 164 | msgid "Close" |
165 | -msgstr "" | 165 | +msgstr "Fechar" |
166 | 166 | ||
167 | #: forum/templates/forum/forum_view.html:125 | 167 | #: forum/templates/forum/forum_view.html:125 |
168 | msgid "Update" | 168 | msgid "Update" |
169 | -msgstr "" | 169 | +msgstr "Atualizar" |
170 | 170 | ||
171 | #: forum/templates/post/post_list.html:11 | 171 | #: forum/templates/post/post_list.html:11 |
172 | #: forum/templates/post/post_load_more_render.html:11 | 172 | #: forum/templates/post/post_load_more_render.html:11 |
173 | #: forum/templates/post/post_render.html:9 | 173 | #: forum/templates/post/post_render.html:9 |
174 | msgid "reply" | 174 | msgid "reply" |
175 | -msgstr "" | 175 | +msgstr "Responder" |
176 | 176 | ||
177 | #: forum/templates/post/post_list.html:20 | 177 | #: forum/templates/post/post_list.html:20 |
178 | #: forum/templates/post/post_load_more_render.html:20 | 178 | #: forum/templates/post/post_load_more_render.html:20 |
179 | #: forum/templates/post/post_render.html:18 | 179 | #: forum/templates/post/post_render.html:18 |
180 | msgid "Post edited successfully!" | 180 | msgid "Post edited successfully!" |
181 | -msgstr "" | 181 | +msgstr "Post editado com sucesso!" |
182 | 182 | ||
183 | #: forum/templates/post/post_list.html:21 | 183 | #: forum/templates/post/post_list.html:21 |
184 | #: forum/templates/post/post_load_more_render.html:21 | 184 | #: forum/templates/post/post_load_more_render.html:21 |
@@ -187,7 +187,7 @@ msgstr "" | @@ -187,7 +187,7 @@ msgstr "" | ||
187 | #: forum/templates/post_answers/post_answer_load_more_render.html:18 | 187 | #: forum/templates/post_answers/post_answer_load_more_render.html:18 |
188 | #: forum/templates/post_answers/post_answer_render.html:16 | 188 | #: forum/templates/post_answers/post_answer_render.html:16 |
189 | msgid "Remove" | 189 | msgid "Remove" |
190 | -msgstr "" | 190 | +msgstr "Remover" |
191 | 191 | ||
192 | #: forum/templates/post/post_list.html:30 | 192 | #: forum/templates/post/post_list.html:30 |
193 | #: forum/templates/post/post_load_more_render.html:30 | 193 | #: forum/templates/post/post_load_more_render.html:30 |
@@ -196,7 +196,7 @@ msgstr "" | @@ -196,7 +196,7 @@ msgstr "" | ||
196 | #: forum/templates/post_answers/post_answer_load_more_render.html:26 | 196 | #: forum/templates/post_answers/post_answer_load_more_render.html:26 |
197 | #: forum/templates/post_answers/post_answer_render.html:24 | 197 | #: forum/templates/post_answers/post_answer_render.html:24 |
198 | msgid "ago" | 198 | msgid "ago" |
199 | -msgstr "" | 199 | +msgstr "atrás" |
200 | 200 | ||
201 | #: forum/templates/post/post_list.html:32 | 201 | #: forum/templates/post/post_list.html:32 |
202 | #: forum/templates/post/post_load_more_render.html:32 | 202 | #: forum/templates/post/post_load_more_render.html:32 |
@@ -205,46 +205,46 @@ msgstr "" | @@ -205,46 +205,46 @@ msgstr "" | ||
205 | #: forum/templates/post_answers/post_answer_load_more_render.html:28 | 205 | #: forum/templates/post_answers/post_answer_load_more_render.html:28 |
206 | #: forum/templates/post_answers/post_answer_render.html:26 | 206 | #: forum/templates/post_answers/post_answer_render.html:26 |
207 | msgid "Edited" | 207 | msgid "Edited" |
208 | -msgstr "" | 208 | +msgstr "Editado" |
209 | 209 | ||
210 | #: forum/templates/post/post_list.html:54 forum/views.py:196 | 210 | #: forum/templates/post/post_list.html:54 forum/views.py:196 |
211 | msgid "Load more posts" | 211 | msgid "Load more posts" |
212 | -msgstr "" | 212 | +msgstr "Carregar mais postagens" |
213 | 213 | ||
214 | #: forum/templates/post/post_update_form.html:32 | 214 | #: forum/templates/post/post_update_form.html:32 |
215 | #: forum/templates/post_answers/post_answer_form.html:32 | 215 | #: forum/templates/post_answers/post_answer_form.html:32 |
216 | msgid "Cancel" | 216 | msgid "Cancel" |
217 | -msgstr "" | 217 | +msgstr "Cancelar" |
218 | 218 | ||
219 | #: forum/templates/post/post_update_form.html:33 | 219 | #: forum/templates/post/post_update_form.html:33 |
220 | #: forum/templates/post_answers/post_answer_form.html:33 | 220 | #: forum/templates/post_answers/post_answer_form.html:33 |
221 | msgid "Save changes" | 221 | msgid "Save changes" |
222 | -msgstr "" | 222 | +msgstr "Salvar mudanças" |
223 | 223 | ||
224 | #: forum/templates/post_answers/post_answer_list.html:17 | 224 | #: forum/templates/post_answers/post_answer_list.html:17 |
225 | #: forum/templates/post_answers/post_answer_load_more_render.html:17 | 225 | #: forum/templates/post_answers/post_answer_load_more_render.html:17 |
226 | #: forum/templates/post_answers/post_answer_render.html:15 | 226 | #: forum/templates/post_answers/post_answer_render.html:15 |
227 | msgid "Answer edited sucessfully!" | 227 | msgid "Answer edited sucessfully!" |
228 | -msgstr "" | 228 | +msgstr "Resposta editada com sucesso!" |
229 | 229 | ||
230 | #: forum/templates/post_answers/post_answer_list.html:18 | 230 | #: forum/templates/post_answers/post_answer_list.html:18 |
231 | #: forum/templates/post_answers/post_answer_load_more_render.html:18 | 231 | #: forum/templates/post_answers/post_answer_load_more_render.html:18 |
232 | #: forum/templates/post_answers/post_answer_render.html:16 | 232 | #: forum/templates/post_answers/post_answer_render.html:16 |
233 | msgid "Are you sure you want to delete this answer?" | 233 | msgid "Are you sure you want to delete this answer?" |
234 | -msgstr "" | 234 | +msgstr "Tem certeza que deseja deletar esta resposta?" |
235 | 235 | ||
236 | #: forum/templates/post_answers/post_answer_list.html:42 forum/views.py:295 | 236 | #: forum/templates/post_answers/post_answer_list.html:42 forum/views.py:295 |
237 | msgid "Load more answers" | 237 | msgid "Load more answers" |
238 | -msgstr "" | 238 | +msgstr "Carregar mais respostas" |
239 | 239 | ||
240 | #: forum/views.py:130 | 240 | #: forum/views.py:130 |
241 | msgid "Forum deleted successfully." | 241 | msgid "Forum deleted successfully." |
242 | -msgstr "" | 242 | +msgstr "Fórum deletado com sucesso." |
243 | 243 | ||
244 | #: forum/views.py:253 | 244 | #: forum/views.py:253 |
245 | msgid "Post deleted successfully." | 245 | msgid "Post deleted successfully." |
246 | -msgstr "" | 246 | +msgstr "Postagem deletada com sucesso." |
247 | 247 | ||
248 | #: forum/views.py:365 | 248 | #: forum/views.py:365 |
249 | msgid "Post answer deleted successfully." | 249 | msgid "Post answer deleted successfully." |
250 | -msgstr "" | 250 | +msgstr "Resposta deletada com sucesso." |
links/locale/pt_BR/LC_MESSAGES/django.po
@@ -52,8 +52,8 @@ msgid "URL" | @@ -52,8 +52,8 @@ msgid "URL" | ||
52 | msgstr "URL" | 52 | msgstr "URL" |
53 | 53 | ||
54 | #: .\templates\links\update_link.html:21 | 54 | #: .\templates\links\update_link.html:21 |
55 | -msgid "Descrição" | ||
56 | -msgstr "" | 55 | +msgid "Description" |
56 | +msgstr "Descrição" | ||
57 | 57 | ||
58 | #: .\templates\links\update_link.html:26 | 58 | #: .\templates\links\update_link.html:26 |
59 | msgid "Submit" | 59 | msgid "Submit" |
links/templates/links/update_link.html
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | <input value="https://www.python.org/" type="text" class="form-control" id="inputDefault"> | 18 | <input value="https://www.python.org/" type="text" class="form-control" id="inputDefault"> |
19 | </div> | 19 | </div> |
20 | <div class="form-group is-empty"> | 20 | <div class="form-group is-empty"> |
21 | - <label class="control-label" for="inputDefault">{% trans 'Descrição' %}</label> | 21 | + <label class="control-label" for="inputDefault">{% trans 'Description' %}</label> |
22 | <textarea class="form-control" rows="3"></textarea> | 22 | <textarea class="form-control" rows="3"></textarea> |
23 | </div> | 23 | </div> |
24 | <div class="form-group"> | 24 | <div class="form-group"> |
poll/locale/pt_BR/LC_MESSAGES/django.po
@@ -24,108 +24,108 @@ msgstr "" | @@ -24,108 +24,108 @@ msgstr "" | ||
24 | 24 | ||
25 | #: poll/models.py:11 poll/models.py:32 | 25 | #: poll/models.py:11 poll/models.py:32 |
26 | msgid "Poll" | 26 | msgid "Poll" |
27 | -msgstr "" | 27 | +msgstr "Enquete" |
28 | 28 | ||
29 | #: poll/models.py:12 | 29 | #: poll/models.py:12 |
30 | msgid "Polls" | 30 | msgid "Polls" |
31 | -msgstr "" | 31 | +msgstr "Enquetes" |
32 | 32 | ||
33 | #: poll/models.py:18 poll/models.py:24 poll/templates/poll/answer.html:11 | 33 | #: poll/models.py:18 poll/models.py:24 poll/templates/poll/answer.html:11 |
34 | #: poll/templates/poll/answer_student.html:27 | 34 | #: poll/templates/poll/answer_student.html:27 |
35 | #: poll/templates/poll/create.html:68 poll/templates/poll/create.html:85 | 35 | #: poll/templates/poll/create.html:68 poll/templates/poll/create.html:85 |
36 | #: poll/templates/poll/view.html:33 | 36 | #: poll/templates/poll/view.html:33 |
37 | msgid "Answer" | 37 | msgid "Answer" |
38 | -msgstr "" | 38 | +msgstr "Reposta" |
39 | 39 | ||
40 | #: poll/models.py:19 | 40 | #: poll/models.py:19 |
41 | msgid "Order" | 41 | msgid "Order" |
42 | -msgstr "" | 42 | +msgstr "Ordem" |
43 | 43 | ||
44 | #: poll/models.py:20 poll/models.py:25 | 44 | #: poll/models.py:20 poll/models.py:25 |
45 | msgid "Answers" | 45 | msgid "Answers" |
46 | -msgstr "" | 46 | +msgstr "Repostas" |
47 | 47 | ||
48 | #: poll/models.py:31 | 48 | #: poll/models.py:31 |
49 | msgid "Answered" | 49 | msgid "Answered" |
50 | -msgstr "" | 50 | +msgstr "Respondido" |
51 | 51 | ||
52 | #: poll/models.py:33 | 52 | #: poll/models.py:33 |
53 | msgid "Answers Students" | 53 | msgid "Answers Students" |
54 | -msgstr "" | 54 | +msgstr "Respostas dos estudantes" |
55 | 55 | ||
56 | #: poll/models.py:34 | 56 | #: poll/models.py:34 |
57 | msgid "Student" | 57 | msgid "Student" |
58 | -msgstr "" | 58 | +msgstr "Estudante" |
59 | 59 | ||
60 | #: poll/models.py:35 | 60 | #: poll/models.py:35 |
61 | msgid "Answered Date" | 61 | msgid "Answered Date" |
62 | -msgstr "" | 62 | +msgstr "Data de resposta" |
63 | 63 | ||
64 | #: poll/models.py:38 | 64 | #: poll/models.py:38 |
65 | msgid "Answer Stundent" | 65 | msgid "Answer Stundent" |
66 | -msgstr "" | 66 | +msgstr "Resposta do estudante" |
67 | 67 | ||
68 | #: poll/models.py:39 | 68 | #: poll/models.py:39 |
69 | msgid "Answers Student" | 69 | msgid "Answers Student" |
70 | -msgstr "" | 70 | +msgstr "Respostas dos estudantes" |
71 | 71 | ||
72 | #: poll/templates/poll/answer.html:12 poll/templates/poll/create.html:69 | 72 | #: poll/templates/poll/answer.html:12 poll/templates/poll/create.html:69 |
73 | #: poll/templates/poll/create.html:86 | 73 | #: poll/templates/poll/create.html:86 |
74 | msgid "Possible answer for the question" | 74 | msgid "Possible answer for the question" |
75 | -msgstr "" | 75 | +msgstr "Possível resposta para a questão" |
76 | 76 | ||
77 | #: poll/templates/poll/create.html:22 | 77 | #: poll/templates/poll/create.html:22 |
78 | msgid "Create a Poll" | 78 | msgid "Create a Poll" |
79 | -msgstr "" | 79 | +msgstr "Criar enquete" |
80 | 80 | ||
81 | #: poll/templates/poll/create.html:38 | 81 | #: poll/templates/poll/create.html:38 |
82 | msgid "Question?" | 82 | msgid "Question?" |
83 | -msgstr "" | 83 | +msgstr "Pergunta?" |
84 | 84 | ||
85 | #: poll/templates/poll/create.html:39 | 85 | #: poll/templates/poll/create.html:39 |
86 | msgid "A Question to be answered" | 86 | msgid "A Question to be answered" |
87 | -msgstr "" | 87 | +msgstr "A questão a ser respondida" |
88 | 88 | ||
89 | #: poll/templates/poll/create.html:154 | 89 | #: poll/templates/poll/create.html:154 |
90 | msgid "Close" | 90 | msgid "Close" |
91 | -msgstr "" | 91 | +msgstr "Fechar" |
92 | 92 | ||
93 | #: poll/templates/poll/create.html:157 | 93 | #: poll/templates/poll/create.html:157 |
94 | msgid "Create" | 94 | msgid "Create" |
95 | -msgstr "" | 95 | +msgstr "Criar" |
96 | 96 | ||
97 | #: poll/templates/poll/remove.html:7 | 97 | #: poll/templates/poll/remove.html:7 |
98 | msgid "Delete Poll" | 98 | msgid "Delete Poll" |
99 | -msgstr "" | 99 | +msgstr "Deletar enquete" |
100 | 100 | ||
101 | #: poll/templates/poll/remove.html:15 | 101 | #: poll/templates/poll/remove.html:15 |
102 | msgid "Are you sure you want to delete the subject" | 102 | msgid "Are you sure you want to delete the subject" |
103 | -msgstr "" | 103 | +msgstr "Tem certeza que deseja deletar este assunto" |
104 | 104 | ||
105 | #: poll/templates/poll/remove.html:19 | 105 | #: poll/templates/poll/remove.html:19 |
106 | msgid "Delete" | 106 | msgid "Delete" |
107 | -msgstr "" | 107 | +msgstr "Deletar" |
108 | 108 | ||
109 | #: poll/templates/poll/update.html:7 | 109 | #: poll/templates/poll/update.html:7 |
110 | msgid "Update a Poll" | 110 | msgid "Update a Poll" |
111 | -msgstr "" | 111 | +msgstr "Atualizar enquete" |
112 | 112 | ||
113 | #: poll/templates/poll/update.html:12 | 113 | #: poll/templates/poll/update.html:12 |
114 | msgid "Update" | 114 | msgid "Update" |
115 | -msgstr "" | 115 | +msgstr "Atualizar" |
116 | 116 | ||
117 | #: poll/templates/poll/view.html:17 | 117 | #: poll/templates/poll/view.html:17 |
118 | msgid "Limit date:" | 118 | msgid "Limit date:" |
119 | -msgstr "" | 119 | +msgstr "Data limite:" |
120 | 120 | ||
121 | #: poll/templates/poll/view.html:20 | 121 | #: poll/templates/poll/view.html:20 |
122 | msgid "Status:" | 122 | msgid "Status:" |
123 | -msgstr "" | 123 | +msgstr "Status:" |
124 | 124 | ||
125 | #: poll/templates/poll/view.html:22 | 125 | #: poll/templates/poll/view.html:22 |
126 | msgid "Poll answered" | 126 | msgid "Poll answered" |
127 | -msgstr "" | 127 | +msgstr "Enquete respondida" |
128 | 128 | ||
129 | #: poll/templates/poll/view.html:24 | 129 | #: poll/templates/poll/view.html:24 |
130 | msgid "Poll don't yet answered" | 130 | msgid "Poll don't yet answered" |
131 | -msgstr "" | 131 | +msgstr "A enquete não foi respondida ainda" |