Commit ae6c1839b53d058919b97d4599b1235bc293739e
1 parent
8a8b6dd7
Exists in
master
and in
2 other branches
concertando bug no texto de webconferencia
Showing
2 changed files
with
58 additions
and
54 deletions
Show diff stats
webconference/locale/pt_BR/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid "" | @@ -8,7 +8,7 @@ msgid "" | ||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | "Report-Msgid-Bugs-To: \n" | 10 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2017-03-23 13:53-0300\n" | 11 | +"POT-Creation-Date: 2017-04-04 19:57-0300\n" |
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | "Language-Team: LANGUAGE <LL@li.org>\n" | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -18,135 +18,141 @@ msgstr "" | @@ -18,135 +18,141 @@ msgstr "" | ||
18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
19 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" | 19 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
20 | 20 | ||
21 | -#: webconference/forms.py:26 | 21 | +#: forms.py:33 |
22 | msgid "Tags" | 22 | msgid "Tags" |
23 | msgstr "Tags" | 23 | msgstr "Tags" |
24 | 24 | ||
25 | -#: webconference/forms.py:32 | 25 | +#: forms.py:39 |
26 | msgid "Web Conference Title" | 26 | msgid "Web Conference Title" |
27 | msgstr "Titulo da Web Conferência" | 27 | msgstr "Titulo da Web Conferência" |
28 | 28 | ||
29 | -#: webconference/forms.py:33 webconference/models.py:8 | 29 | +#: forms.py:40 models.py:8 |
30 | msgid "Presentation" | 30 | msgid "Presentation" |
31 | msgstr "Apresentação" | 31 | msgstr "Apresentação" |
32 | 32 | ||
33 | -#: webconference/forms.py:54 | 33 | +#: forms.py:61 |
34 | msgid "This subject already has a web conference with this name" | 34 | msgid "This subject already has a web conference with this name" |
35 | msgstr "Este assunto já tem uma web conferência com este nome" | 35 | msgstr "Este assunto já tem uma web conferência com este nome" |
36 | 36 | ||
37 | -#: webconference/forms.py:64 | 37 | +#: forms.py:71 |
38 | msgid "This date must be today or after" | 38 | msgid "This date must be today or after" |
39 | msgstr "Esta data deve ser hoje ou depois" | 39 | msgstr "Esta data deve ser hoje ou depois" |
40 | 40 | ||
41 | -#: webconference/forms.py:74 | 41 | +#: forms.py:81 |
42 | msgid "This date must be equal start date/hour or after" | 42 | msgid "This date must be equal start date/hour or after" |
43 | msgstr "Esta data deve ser igual ou posterior a data/hora de inicio" | 43 | msgstr "Esta data deve ser igual ou posterior a data/hora de inicio" |
44 | 44 | ||
45 | -#: webconference/forms.py:117 webconference/models.py:35 | 45 | +#: forms.py:128 models.py:35 |
46 | msgid "Domain" | 46 | msgid "Domain" |
47 | msgstr "Dominio" | 47 | msgstr "Dominio" |
48 | 48 | ||
49 | -#: webconference/forms.py:121 | 49 | +#: forms.py:132 |
50 | msgid "The domain of the jitsi server, e.g. meet.jit.si" | 50 | msgid "The domain of the jitsi server, e.g. meet.jit.si" |
51 | msgstr "O dominio do servidor do jitsi, ex: meet.jit.si" | 51 | msgstr "O dominio do servidor do jitsi, ex: meet.jit.si" |
52 | 52 | ||
53 | -#: webconference/models.py:9 webconference/templates/webconference/view.html:57 | ||
54 | -#: webconference/templates/webconference/window_view.html:32 | 53 | +#: models.py:9 templates/webconference/view.html:57 |
54 | +#: templates/webconference/window_view.html:32 | ||
55 | msgid "Start date/hour" | 55 | msgid "Start date/hour" |
56 | msgstr "Data/hora de inicio" | 56 | msgstr "Data/hora de inicio" |
57 | 57 | ||
58 | -#: webconference/models.py:10 | ||
59 | -#: webconference/templates/webconference/view.html:60 | ||
60 | -#: webconference/templates/webconference/window_view.html:35 | 58 | +#: models.py:10 templates/webconference/view.html:60 |
59 | +#: templates/webconference/window_view.html:35 | ||
61 | msgid "End date/hour" | 60 | msgid "End date/hour" |
62 | msgstr "Data/hora de termino" | 61 | msgstr "Data/hora de termino" |
63 | 62 | ||
64 | -#: webconference/models.py:13 | 63 | +#: models.py:13 |
65 | msgid "Web Conference" | 64 | msgid "Web Conference" |
66 | msgstr "Web Conferência" | 65 | msgstr "Web Conferência" |
67 | 66 | ||
68 | -#: webconference/models.py:14 | 67 | +#: models.py:14 |
69 | msgid "Web Conferences" | 68 | msgid "Web Conferences" |
70 | msgstr "Web Conferências" | 69 | msgstr "Web Conferências" |
71 | 70 | ||
72 | -#: webconference/models.py:32 | 71 | +#: models.py:32 |
73 | msgid "Are you sure you want delete the web conference" | 72 | msgid "Are you sure you want delete the web conference" |
74 | msgstr "Tem certeza que deseja deletar a web conferência" | 73 | msgstr "Tem certeza que deseja deletar a web conferência" |
75 | 74 | ||
76 | -#: webconference/models.py:38 | ||
77 | -#, fuzzy | 75 | +#: models.py:38 |
78 | #| msgid "Conference Setting" | 76 | #| msgid "Conference Setting" |
79 | msgid "Web Conference Setting" | 77 | msgid "Web Conference Setting" |
80 | msgstr "Configurações da Web Conferência" | 78 | msgstr "Configurações da Web Conferência" |
81 | 79 | ||
82 | -#: webconference/models.py:39 | ||
83 | -#, fuzzy | 80 | +#: models.py:39 |
84 | #| msgid "Conference Setting" | 81 | #| msgid "Conference Setting" |
85 | msgid "Web Conferences Setting" | 82 | msgid "Web Conferences Setting" |
86 | msgstr "Configurações das Web conferências" | 83 | msgstr "Configurações das Web conferências" |
87 | 84 | ||
88 | -#: webconference/templates/webconference/_form.html:90 | 85 | +#: templates/webconference/_form.html:90 |
89 | msgid "Common resources settings" | 86 | msgid "Common resources settings" |
90 | msgstr "Configurações de recursos comuns" | 87 | msgstr "Configurações de recursos comuns" |
91 | 88 | ||
92 | -#: webconference/templates/webconference/_form.html:139 | 89 | +#: templates/webconference/_form.html:139 |
93 | msgid "Pendencies Notifications" | 90 | msgid "Pendencies Notifications" |
94 | msgstr "Notificações Pendentes" | 91 | msgstr "Notificações Pendentes" |
95 | 92 | ||
96 | -#: webconference/templates/webconference/_form.html:155 | 93 | +#: templates/webconference/_form.html:160 |
97 | msgid "Action not performed by the user" | 94 | msgid "Action not performed by the user" |
98 | msgstr "Ação não executada pelo usuário" | 95 | msgstr "Ação não executada pelo usuário" |
99 | 96 | ||
100 | -#: webconference/templates/webconference/_form.html:181 | 97 | +#: templates/webconference/_form.html:186 |
101 | msgid "Wished period" | 98 | msgid "Wished period" |
102 | msgstr "Período desejado" | 99 | msgstr "Período desejado" |
103 | 100 | ||
104 | -#: webconference/templates/webconference/_form.html:277 | ||
105 | -msgid "Attribute students to web conference" | 101 | +#: templates/webconference/_form.html:283 |
102 | +#| msgid "Attribute students to web conference" | ||
103 | +msgid "Attribute students to Web Conference" | ||
106 | msgstr "Atribuir alunos à web conferência" | 104 | msgstr "Atribuir alunos à web conferência" |
107 | 105 | ||
108 | -#: webconference/templates/webconference/_form.html:297 | ||
109 | -msgid "Attribute groups to web conference" | 106 | +#: templates/webconference/_form.html:303 |
107 | +#| msgid "Attribute groups to web conference" | ||
108 | +msgid "Attribute groups to Web Conference" | ||
110 | msgstr "Atribuir grupos à web conferência" | 109 | msgstr "Atribuir grupos à web conferência" |
111 | 110 | ||
112 | -#: webconference/templates/webconference/_form.html:366 | ||
113 | -#: webconference/templates/webconference/config.html:42 | 111 | +#: templates/webconference/_form.html:372 |
112 | +#: templates/webconference/config.html:42 | ||
114 | msgid "Save" | 113 | msgid "Save" |
115 | msgstr "Salvar" | 114 | msgstr "Salvar" |
116 | 115 | ||
117 | -#: webconference/templates/webconference/config.html:9 | ||
118 | -#, fuzzy | 116 | +#: templates/webconference/_form.html:379 |
117 | +#| msgid "Pendencies Notifications" | ||
118 | +msgid "Add new notification" | ||
119 | +msgstr "Notificações Pendentes" | ||
120 | + | ||
121 | +#: templates/webconference/_form.html:380 | ||
122 | +msgid "Remove this" | ||
123 | +msgstr "" | ||
124 | + | ||
125 | +#: templates/webconference/config.html:9 | ||
119 | #| msgid "Settings: Security" | 126 | #| msgid "Settings: Security" |
120 | msgid "Settings: Conference" | 127 | msgid "Settings: Conference" |
121 | msgstr "Configurações: Web Conferência" | 128 | msgstr "Configurações: Web Conferência" |
122 | 129 | ||
123 | -#: webconference/templates/webconference/create.html:20 | ||
124 | -#: webconference/views.py:319 | 130 | +#: templates/webconference/create.html:21 views.py:327 |
125 | msgid "Create Web Conference" | 131 | msgid "Create Web Conference" |
126 | msgstr "Criar Web Conferência" | 132 | msgstr "Criar Web Conferência" |
127 | 133 | ||
128 | -#: webconference/templates/webconference/update.html:20 | 134 | +#: templates/webconference/update.html:21 |
129 | msgid "Edit: " | 135 | msgid "Edit: " |
130 | msgstr "Editar: " | 136 | msgstr "Editar: " |
131 | 137 | ||
132 | -#: webconference/templates/webconference/view.html:68 | ||
133 | -#: webconference/templates/webconference/window_view.html:43 | 138 | +#: templates/webconference/view.html:68 |
139 | +#: templates/webconference/window_view.html:43 views.py:247 views.py:260 | ||
140 | +#: views.py:281 views.py:382 views.py:395 views.py:404 | ||
134 | msgid "Participate" | 141 | msgid "Participate" |
135 | msgstr "Participar" | 142 | msgstr "Participar" |
136 | 143 | ||
137 | -#: webconference/views.py:48 webconference/views.py:93 | 144 | +#: views.py:48 views.py:93 |
138 | #, python-format | 145 | #, python-format |
139 | msgid "%s - Web Conference" | 146 | msgid "%s - Web Conference" |
140 | msgstr "%s - Web Conferência" | 147 | msgstr "%s - Web Conferência" |
141 | 148 | ||
142 | -#: webconference/views.py:247 webconference/views.py:259 | ||
143 | -#: webconference/views.py:377 webconference/views.py:379 | ||
144 | -#: webconference/views.py:395 webconference/views.py:397 | 149 | +#: views.py:247 views.py:260 views.py:281 views.py:382 views.py:395 |
150 | +#: views.py:404 | ||
145 | msgid "Visualize" | 151 | msgid "Visualize" |
146 | msgstr "Visualizar" | 152 | msgstr "Visualizar" |
147 | 153 | ||
148 | -#: webconference/views.py:330 | ||
149 | -#, fuzzy, python-format | 154 | +#: views.py:338 |
155 | +#, python-format | ||
150 | #| msgid "" | 156 | #| msgid "" |
151 | #| "The Web conference '%s' was added to the Topic '%s' of the virtual " | 157 | #| "The Web conference '%s' was added to the Topic '%s' of the virtual " |
152 | #| "environment '%s' successfully!" | 158 | #| "environment '%s' successfully!" |
@@ -157,17 +163,17 @@ msgstr "" | @@ -157,17 +163,17 @@ msgstr "" | ||
157 | "A web conferência '%s' foi adicionada ao tópico '%s' do ambiente virtual " | 163 | "A web conferência '%s' foi adicionada ao tópico '%s' do ambiente virtual " |
158 | "'%s' com sucesso!" | 164 | "'%s' com sucesso!" |
159 | 165 | ||
160 | -#: webconference/views.py:441 | 166 | +#: views.py:445 |
161 | msgid "Update Web Conference" | 167 | msgid "Update Web Conference" |
162 | msgstr "Atualizar a web conferência" | 168 | msgstr "Atualizar a web conferência" |
163 | 169 | ||
164 | -#: webconference/views.py:452 | ||
165 | -#, fuzzy, python-format | 170 | +#: views.py:456 |
171 | +#, python-format | ||
166 | #| msgid "Security settings updated successfully!" | 172 | #| msgid "Security settings updated successfully!" |
167 | msgid "The Web conference \"%s\" was updated successfully!" | 173 | msgid "The Web conference \"%s\" was updated successfully!" |
168 | msgstr "A web conferência '%s' foi atualizada com sucesso!" | 174 | msgstr "A web conferência '%s' foi atualizada com sucesso!" |
169 | 175 | ||
170 | -#: webconference/views.py:488 | 176 | +#: views.py:492 |
171 | #, python-format | 177 | #, python-format |
172 | msgid "" | 178 | msgid "" |
173 | "The web conference \"%s\" was removed successfully from virtual environment " | 179 | "The web conference \"%s\" was removed successfully from virtual environment " |
@@ -175,14 +181,12 @@ msgid "" | @@ -175,14 +181,12 @@ msgid "" | ||
175 | msgstr "" | 181 | msgstr "" |
176 | "A web conferência '%s' foi removida com sucesso do ambiente virtual '%s'!" | 182 | "A web conferência '%s' foi removida com sucesso do ambiente virtual '%s'!" |
177 | 183 | ||
178 | -#: webconference/views.py:522 | ||
179 | -#, fuzzy | 184 | +#: views.py:526 |
180 | #| msgid "Security settings updated successfully!" | 185 | #| msgid "Security settings updated successfully!" |
181 | msgid "Conference settings updated successfully!" | 186 | msgid "Conference settings updated successfully!" |
182 | msgstr "Configurações de segurança atualizadas com sucesso!" | 187 | msgstr "Configurações de segurança atualizadas com sucesso!" |
183 | 188 | ||
184 | -#: webconference/views.py:529 | ||
185 | -#, fuzzy | 189 | +#: views.py:533 |
186 | #| msgid "Conference Setting" | 190 | #| msgid "Conference Setting" |
187 | msgid "Web Conference Settings" | 191 | msgid "Web Conference Settings" |
188 | msgstr "Configurações da Web Conferência" | 192 | msgstr "Configurações da Web Conferência" |
webconference/templates/webconference/_form.html
@@ -280,7 +280,7 @@ | @@ -280,7 +280,7 @@ | ||
280 | {% endif %} | 280 | {% endif %} |
281 | </div> | 281 | </div> |
282 | 282 | ||
283 | - <p><em>{% trans 'Attribute students to YouTube Video' %}:</em></p> | 283 | + <p><em>{% trans 'Attribute students to Web Conference' %}:</em></p> |
284 | {% render_field form.students class='form-control' %} | 284 | {% render_field form.students class='form-control' %} |
285 | 285 | ||
286 | <span id="helpBlock" class="help-block">{{ form.students.help_text }}</span> | 286 | <span id="helpBlock" class="help-block">{{ form.students.help_text }}</span> |
@@ -300,7 +300,7 @@ | @@ -300,7 +300,7 @@ | ||
300 | 300 | ||
301 | <br clear="all" /> | 301 | <br clear="all" /> |
302 | 302 | ||
303 | - <p><em>{% trans 'Attribute groups to YouTube Video' %}:</em></p> | 303 | + <p><em>{% trans 'Attribute groups to Web Conference' %}:</em></p> |
304 | {% render_field form.groups class='form-control' %} | 304 | {% render_field form.groups class='form-control' %} |
305 | 305 | ||
306 | <span id="helpBlock" class="help-block">{{ form.groups.help_text }}</span> | 306 | <span id="helpBlock" class="help-block">{{ form.groups.help_text }}</span> |