Commit fcc173798d940916e69a1960bc194d97f2e12d92
1 parent
29c961ba
Exists in
master
and in
2 other branches
Adding pendencies app notifications
Showing
30 changed files
with
109 additions
and
55 deletions
Show diff stats
amadeus/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
analytics/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
api/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
api/utils.py
| @@ -39,7 +39,7 @@ def sendChatPushNotification(user, message): | @@ -39,7 +39,7 @@ def sendChatPushNotification(user, message): | ||
| 39 | if message.image: | 39 | if message.image: |
| 40 | simple_notify += " ".join(_("[Photo]")) | 40 | simple_notify += " ".join(_("[Photo]")) |
| 41 | 41 | ||
| 42 | - device.send_message(data = {"response": response, "title": title, "body": simple_notify, "user_from": message.user.email, "user_name": str(message.user), "user_img": message.user.image_url, "type": chat}) | 42 | + device.send_message(data = {"response": response, "title": title, "body": simple_notify, "user_from": message.user.email, "user_name": str(message.user), "user_img": message.user.image_url, "type": 'chat'}) |
| 43 | 43 | ||
| 44 | def sendMuralPushNotification(user, user_action, message): | 44 | def sendMuralPushNotification(user, user_action, message): |
| 45 | device = FCMDevice.objects.filter(user = user, active = True).first() | 45 | device = FCMDevice.objects.filter(user = user, active = True).first() |
api/views.py
| @@ -135,6 +135,8 @@ class LoginViewset(viewsets.ReadOnlyModelViewSet): | @@ -135,6 +135,8 @@ class LoginViewset(viewsets.ReadOnlyModelViewSet): | ||
| 135 | fcm_d.save() | 135 | fcm_d.save() |
| 136 | 136 | ||
| 137 | if not fcm_d.pk is None: | 137 | if not fcm_d.pk is None: |
| 138 | + FCMDevice.objects.filter(registration_id = device).exclude(pk = fcm_d.pk).update(active = False) | ||
| 139 | + | ||
| 138 | json_r["message"] = "" | 140 | json_r["message"] = "" |
| 139 | json_r["type"] = "" | 141 | json_r["type"] = "" |
| 140 | json_r["title"] = "" | 142 | json_r["title"] = "" |
bulletin/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -197,13 +197,13 @@ msgstr "A imagem não pode exceder 5MB." | @@ -197,13 +197,13 @@ msgstr "A imagem não pode exceder 5MB." | ||
| 197 | 197 | ||
| 198 | #: bulletin/templates/bulletin/send_message.html:62 | 198 | #: bulletin/templates/bulletin/send_message.html:62 |
| 199 | #: bulletin/templates/bulletin/view.html:235 | 199 | #: bulletin/templates/bulletin/view.html:235 |
| 200 | -#: bulletin/templates/bulletin/window_view.html:257 | 200 | +#: bulletin/templates/bulletin/window_view.html:258 |
| 201 | msgid "Close" | 201 | msgid "Close" |
| 202 | msgstr "Fechar" | 202 | msgstr "Fechar" |
| 203 | 203 | ||
| 204 | #: bulletin/templates/bulletin/send_message.html:63 | 204 | #: bulletin/templates/bulletin/send_message.html:63 |
| 205 | #: bulletin/templates/bulletin/view.html:236 | 205 | #: bulletin/templates/bulletin/view.html:236 |
| 206 | -#: bulletin/templates/bulletin/window_view.html:258 | 206 | +#: bulletin/templates/bulletin/window_view.html:259 |
| 207 | msgid "Send" | 207 | msgid "Send" |
| 208 | msgstr "Enviar" | 208 | msgstr "Enviar" |
| 209 | 209 | ||
| @@ -212,22 +212,22 @@ msgid "Edit: " | @@ -212,22 +212,22 @@ msgid "Edit: " | ||
| 212 | msgstr "Editar: " | 212 | msgstr "Editar: " |
| 213 | 213 | ||
| 214 | #: bulletin/templates/bulletin/view.html:215 | 214 | #: bulletin/templates/bulletin/view.html:215 |
| 215 | -#: bulletin/templates/bulletin/window_view.html:237 | 215 | +#: bulletin/templates/bulletin/window_view.html:238 |
| 216 | msgid "There are obstructions to your activities?" | 216 | msgid "There are obstructions to your activities?" |
| 217 | msgstr "Existem impedimentos para as suas atividades?" | 217 | msgstr "Existem impedimentos para as suas atividades?" |
| 218 | 218 | ||
| 219 | #: bulletin/templates/bulletin/view.html:216 | 219 | #: bulletin/templates/bulletin/view.html:216 |
| 220 | -#: bulletin/templates/bulletin/window_view.html:238 | 220 | +#: bulletin/templates/bulletin/window_view.html:239 |
| 221 | msgid "Click here" | 221 | msgid "Click here" |
| 222 | msgstr "Clique aqui" | 222 | msgstr "Clique aqui" |
| 223 | 223 | ||
| 224 | #: bulletin/templates/bulletin/view.html:216 | 224 | #: bulletin/templates/bulletin/view.html:216 |
| 225 | -#: bulletin/templates/bulletin/window_view.html:238 | 225 | +#: bulletin/templates/bulletin/window_view.html:239 |
| 226 | msgid "to communicate the difficulties that may decrease your performance." | 226 | msgid "to communicate the difficulties that may decrease your performance." |
| 227 | msgstr "para informar as dificuldades que podem prejudicar seu desempenho." | 227 | msgstr "para informar as dificuldades que podem prejudicar seu desempenho." |
| 228 | 228 | ||
| 229 | #: bulletin/templates/bulletin/view.html:231 | 229 | #: bulletin/templates/bulletin/view.html:231 |
| 230 | -#: bulletin/templates/bulletin/window_view.html:253 | 230 | +#: bulletin/templates/bulletin/window_view.html:254 |
| 231 | msgid "Type here the dificulties that may harm your performance" | 231 | msgid "Type here the dificulties that may harm your performance" |
| 232 | msgstr "Escreva aqui as dificuldades que podem diminuir sua performance" | 232 | msgstr "Escreva aqui as dificuldades que podem diminuir sua performance" |
| 233 | 233 |
categories/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
chat/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
dashboards/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
file_link/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -96,6 +96,10 @@ msgstr "Ação não realizada pelo usuário" | @@ -96,6 +96,10 @@ msgstr "Ação não realizada pelo usuário" | ||
| 96 | msgid "Wished period" | 96 | msgid "Wished period" |
| 97 | msgstr "Período desejado" | 97 | msgstr "Período desejado" |
| 98 | 98 | ||
| 99 | +#: file_link/templates/file_links/_form.html:237 | ||
| 100 | +msgid "Students" | ||
| 101 | +msgstr "" | ||
| 102 | + | ||
| 99 | #: file_link/templates/file_links/_form.html:267 | 103 | #: file_link/templates/file_links/_form.html:267 |
| 100 | msgid "Attribute students to file link" | 104 | msgid "Attribute students to file link" |
| 101 | msgstr "Atribuir estudantes ao Link para Arquivo" | 105 | msgstr "Atribuir estudantes ao Link para Arquivo" |
goals/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
links/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -62,6 +62,10 @@ msgstr "Ação não realizada pelo usuário" | @@ -62,6 +62,10 @@ msgstr "Ação não realizada pelo usuário" | ||
| 62 | msgid "Wished period" | 62 | msgid "Wished period" |
| 63 | msgstr "Período desejado" | 63 | msgstr "Período desejado" |
| 64 | 64 | ||
| 65 | +#: links/templates/links/_form.html:222 | ||
| 66 | +msgid "Students" | ||
| 67 | +msgstr "" | ||
| 68 | + | ||
| 65 | #: links/templates/links/_form.html:252 | 69 | #: links/templates/links/_form.html:252 |
| 66 | msgid "Attribute students to file link" | 70 | msgid "Attribute students to file link" |
| 67 | msgstr "Atribuir estudantes para o link de arquivo" | 71 | msgstr "Atribuir estudantes para o link de arquivo" |
log/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
mailsender/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
mural/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -322,7 +322,7 @@ msgstr "Grupos" | @@ -322,7 +322,7 @@ msgstr "Grupos" | ||
| 322 | #: mural/templates/mural/resource_view.html:12 | 322 | #: mural/templates/mural/resource_view.html:12 |
| 323 | #: mural/templates/mural/resource_view.html:29 | 323 | #: mural/templates/mural/resource_view.html:29 |
| 324 | #: mural/templates/mural/subject_view.html:9 | 324 | #: mural/templates/mural/subject_view.html:9 |
| 325 | -#: mural/templates/mural/subject_view.html:27 mural/views.py:101 | 325 | +#: mural/templates/mural/subject_view.html:27 mural/views.py:103 |
| 326 | msgid "Mural" | 326 | msgid "Mural" |
| 327 | msgstr "Mural" | 327 | msgstr "Mural" |
| 328 | 328 | ||
| @@ -334,11 +334,11 @@ msgstr "" | @@ -334,11 +334,11 @@ msgstr "" | ||
| 334 | msgid "(Edited)" | 334 | msgid "(Edited)" |
| 335 | msgstr "(Editado)" | 335 | msgstr "(Editado)" |
| 336 | 336 | ||
| 337 | -#: mural/templatetags/mural_filters.py:35 mural/views.py:1226 | 337 | +#: mural/templatetags/mural_filters.py:35 mural/views.py:1240 |
| 338 | msgid "Unfavorite" | 338 | msgid "Unfavorite" |
| 339 | msgstr "Desfavoritar" | 339 | msgstr "Desfavoritar" |
| 340 | 340 | ||
| 341 | -#: mural/templatetags/mural_filters.py:37 mural/views.py:1230 | 341 | +#: mural/templatetags/mural_filters.py:37 mural/views.py:1244 |
| 342 | msgid "Favorite" | 342 | msgid "Favorite" |
| 343 | msgstr "Favoritar" | 343 | msgstr "Favoritar" |
| 344 | 344 | ||
| @@ -358,63 +358,63 @@ msgstr "" | @@ -358,63 +358,63 @@ msgstr "" | ||
| 358 | msgid "Offline" | 358 | msgid "Offline" |
| 359 | msgstr "" | 359 | msgstr "" |
| 360 | 360 | ||
| 361 | -#: mural/views.py:154 | 361 | +#: mural/views.py:151 |
| 362 | #, python-format | 362 | #, python-format |
| 363 | msgid "%s has made a post in General" | 363 | msgid "%s has made a post in General" |
| 364 | msgstr "%s postou em Geral" | 364 | msgstr "%s postou em Geral" |
| 365 | 365 | ||
| 366 | -#: mural/views.py:258 mural/views.py:522 mural/views.py:858 | 366 | +#: mural/views.py:263 mural/views.py:530 mural/views.py:869 |
| 367 | msgid "Are you sure you want to delete this post?" | 367 | msgid "Are you sure you want to delete this post?" |
| 368 | msgstr "Você tem certeza que deseja deletar essa postagem?" | 368 | msgstr "Você tem certeza que deseja deletar essa postagem?" |
| 369 | 369 | ||
| 370 | -#: mural/views.py:366 | 370 | +#: mural/views.py:371 |
| 371 | msgid "Mural - Per Category" | 371 | msgid "Mural - Per Category" |
| 372 | msgstr "Mural - Por Categoria" | 372 | msgstr "Mural - Por Categoria" |
| 373 | 373 | ||
| 374 | -#: mural/views.py:411 mural/views.py:717 mural/views.py:1152 | 374 | +#: mural/views.py:411 mural/views.py:720 mural/views.py:1158 |
| 375 | #, python-format | 375 | #, python-format |
| 376 | msgid "%s has made a post in %s" | 376 | msgid "%s has made a post in %s" |
| 377 | msgstr "%s postou em %s" | 377 | msgstr "%s postou em %s" |
| 378 | 378 | ||
| 379 | -#: mural/views.py:655 | 379 | +#: mural/views.py:663 |
| 380 | msgid "Mural - Per Subject" | 380 | msgid "Mural - Per Subject" |
| 381 | msgstr "Mural - Por Assunto" | 381 | msgstr "Mural - Por Assunto" |
| 382 | 382 | ||
| 383 | -#: mural/views.py:969 mural/views.py:1085 | 383 | +#: mural/views.py:980 mural/views.py:1096 |
| 384 | #, python-format | 384 | #, python-format |
| 385 | msgid "%s - Mural" | 385 | msgid "%s - Mural" |
| 386 | msgstr "%s - Mural" | 386 | msgstr "%s - Mural" |
| 387 | 387 | ||
| 388 | -#: mural/views.py:1207 | 388 | +#: mural/views.py:1221 |
| 389 | msgid "Your post was published successfully!" | 389 | msgid "Your post was published successfully!" |
| 390 | msgstr "Sua postagem foi publicada com sucesso!" | 390 | msgstr "Sua postagem foi publicada com sucesso!" |
| 391 | 391 | ||
| 392 | -#: mural/views.py:1209 | 392 | +#: mural/views.py:1223 |
| 393 | msgid "Your post was edited successfully!" | 393 | msgid "Your post was edited successfully!" |
| 394 | msgstr "Sua postagem foi editada com sucesso!" | 394 | msgstr "Sua postagem foi editada com sucesso!" |
| 395 | 395 | ||
| 396 | -#: mural/views.py:1216 | 396 | +#: mural/views.py:1230 |
| 397 | msgid "Post deleted successfully!" | 397 | msgid "Post deleted successfully!" |
| 398 | msgstr "Postagem deletada com sucesso!" | 398 | msgstr "Postagem deletada com sucesso!" |
| 399 | 399 | ||
| 400 | -#: mural/views.py:1284 | 400 | +#: mural/views.py:1293 |
| 401 | #, python-format | 401 | #, python-format |
| 402 | msgid "%s has commented in a post" | 402 | msgid "%s has commented in a post" |
| 403 | msgstr "%s comentou em um postagem" | 403 | msgstr "%s comentou em um postagem" |
| 404 | 404 | ||
| 405 | -#: mural/views.py:1443 | 405 | +#: mural/views.py:1460 |
| 406 | msgid "Are you sure you want to delete this comment?" | 406 | msgid "Are you sure you want to delete this comment?" |
| 407 | msgstr "Você tem certeza que deseja deletar esse comentário?" | 407 | msgstr "Você tem certeza que deseja deletar esse comentário?" |
| 408 | 408 | ||
| 409 | -#: mural/views.py:1510 | 409 | +#: mural/views.py:1527 |
| 410 | msgid "Your comment was published successfully!" | 410 | msgid "Your comment was published successfully!" |
| 411 | msgstr "Seu comentário foi publicado com sucesso!" | 411 | msgstr "Seu comentário foi publicado com sucesso!" |
| 412 | 412 | ||
| 413 | -#: mural/views.py:1512 | 413 | +#: mural/views.py:1529 |
| 414 | msgid "Your comment was edited successfully!" | 414 | msgid "Your comment was edited successfully!" |
| 415 | msgstr "Seu comentário foi editado com sucesso!" | 415 | msgstr "Seu comentário foi editado com sucesso!" |
| 416 | 416 | ||
| 417 | -#: mural/views.py:1519 | 417 | +#: mural/views.py:1536 |
| 418 | msgid "Comment deleted successfully!" | 418 | msgid "Comment deleted successfully!" |
| 419 | msgstr "Comentário deletado com sucesso!" | 419 | msgstr "Comentário deletado com sucesso!" |
| 420 | 420 |
news/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
notifications/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
notifications/utils.py
| @@ -9,6 +9,9 @@ from log.models import Log | @@ -9,6 +9,9 @@ from log.models import Log | ||
| 9 | from pendencies.models import Pendencies | 9 | from pendencies.models import Pendencies |
| 10 | from users.models import User | 10 | from users.models import User |
| 11 | 11 | ||
| 12 | +from fcm_django.models import FCMDevice | ||
| 13 | +from fcm_django.fcm import fcm_send_message | ||
| 14 | + | ||
| 12 | from .models import Notification | 15 | from .models import Notification |
| 13 | 16 | ||
| 14 | def get_resource_users(resource): | 17 | def get_resource_users(resource): |
| @@ -17,6 +20,18 @@ def get_resource_users(resource): | @@ -17,6 +20,18 @@ def get_resource_users(resource): | ||
| 17 | 20 | ||
| 18 | return User.objects.filter(Q(resource_students = resource) | Q(group_participants__resource_groups = resource)).distinct() | 21 | return User.objects.filter(Q(resource_students = resource) | Q(group_participants__resource_groups = resource)).distinct() |
| 19 | 22 | ||
| 23 | +def notificate(): | ||
| 24 | + users = User.objects.all() | ||
| 25 | + | ||
| 26 | + for user in users: | ||
| 27 | + notifications = Notification.objects.filter(user = user, viewed = False, creation_date = timezone.now()).count() | ||
| 28 | + | ||
| 29 | + if notifications > 0: | ||
| 30 | + device = FCMDevice.objects.filter(user = user, active = True).first() | ||
| 31 | + | ||
| 32 | + if not device is None: | ||
| 33 | + device.send_message(data = {"body": notifications, "type": "pendency"}) | ||
| 34 | + | ||
| 20 | def set_notifications(): | 35 | def set_notifications(): |
| 21 | pendencies = Pendencies.objects.filter(begin_date__date__lte = timezone.now(), resource__visible = True) | 36 | pendencies = Pendencies.objects.filter(begin_date__date__lte = timezone.now(), resource__visible = True) |
| 22 | 37 | ||
| @@ -65,6 +80,8 @@ def set_notifications(): | @@ -65,6 +80,8 @@ def set_notifications(): | ||
| 65 | 80 | ||
| 66 | notification.save() | 81 | notification.save() |
| 67 | 82 | ||
| 83 | + notificate() | ||
| 84 | + | ||
| 68 | def get_order_by(order): | 85 | def get_order_by(order): |
| 69 | if order is None or order == "": | 86 | if order is None or order == "": |
| 70 | return ["-creation_date"] | 87 | return ["-creation_date"] |
pdf_file/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -84,6 +84,10 @@ msgstr "Ação não permitida pelo usuário" | @@ -84,6 +84,10 @@ msgstr "Ação não permitida pelo usuário" | ||
| 84 | msgid "Wished period" | 84 | msgid "Wished period" |
| 85 | msgstr "Período desejado" | 85 | msgstr "Período desejado" |
| 86 | 86 | ||
| 87 | +#: pdf_file/templates/pdf_file/_form.html:239 | ||
| 88 | +msgid "Students" | ||
| 89 | +msgstr "" | ||
| 90 | + | ||
| 87 | #: pdf_file/templates/pdf_file/_form.html:269 | 91 | #: pdf_file/templates/pdf_file/_form.html:269 |
| 88 | msgid "Attribute students to file link" | 92 | msgid "Attribute students to file link" |
| 89 | msgstr "" | 93 | msgstr "" |
pendencies/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
reports/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
security/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
students_group/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -38,7 +38,8 @@ msgstr "Descrição" | @@ -38,7 +38,8 @@ msgstr "Descrição" | ||
| 38 | msgid "Subject" | 38 | msgid "Subject" |
| 39 | msgstr "Assunto" | 39 | msgstr "Assunto" |
| 40 | 40 | ||
| 41 | -#: students_group/models.py:13 students_group/templates/groups/index.html:75 | 41 | +#: students_group/models.py:13 students_group/templates/groups/_form.html:14 |
| 42 | +#: students_group/templates/groups/index.html:75 | ||
| 42 | msgid "Participants" | 43 | msgid "Participants" |
| 43 | msgstr "Participantes" | 44 | msgstr "Participantes" |
| 44 | 45 |
subjects/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -86,7 +86,7 @@ msgstr "Início de inscrição" | @@ -86,7 +86,7 @@ msgstr "Início de inscrição" | ||
| 86 | msgid "End Subscribe" | 86 | msgid "End Subscribe" |
| 87 | msgstr "Encerramento de inscrição" | 87 | msgstr "Encerramento de inscrição" |
| 88 | 88 | ||
| 89 | -#: subjects/models.py:42 | 89 | +#: subjects/models.py:42 subjects/templates/subjects/_form.html:14 |
| 90 | msgid "Students" | 90 | msgid "Students" |
| 91 | msgstr "Estudantes" | 91 | msgstr "Estudantes" |
| 92 | 92 | ||
| @@ -98,6 +98,12 @@ msgstr "Tamanho máximo de upload" | @@ -98,6 +98,12 @@ msgstr "Tamanho máximo de upload" | ||
| 98 | msgid "Attribute students to subject" | 98 | msgid "Attribute students to subject" |
| 99 | msgstr "Atribuir estudantes ao assunto" | 99 | msgstr "Atribuir estudantes ao assunto" |
| 100 | 100 | ||
| 101 | +#: subjects/templates/subjects/_form.html:34 | ||
| 102 | +#, fuzzy | ||
| 103 | +#| msgid "Professor(s) " | ||
| 104 | +msgid "Professor" | ||
| 105 | +msgstr "Professor(es) " | ||
| 106 | + | ||
| 101 | #: subjects/templates/subjects/_form.html:41 | 107 | #: subjects/templates/subjects/_form.html:41 |
| 102 | msgid "Attribute professors to subject" | 108 | msgid "Attribute professors to subject" |
| 103 | msgstr "Atribuir professores ao assunto" | 109 | msgstr "Atribuir professores ao assunto" |
| @@ -146,7 +152,7 @@ msgstr "Grupos" | @@ -146,7 +152,7 @@ msgstr "Grupos" | ||
| 146 | #: subjects/templates/subjects/restore.html:16 | 152 | #: subjects/templates/subjects/restore.html:16 |
| 147 | #: subjects/templates/subjects/restore.html:44 | 153 | #: subjects/templates/subjects/restore.html:44 |
| 148 | #: subjects/templates/subjects/restore.html:59 | 154 | #: subjects/templates/subjects/restore.html:59 |
| 149 | -#: subjects/templates/subjects/restore.html:92 | 155 | +#: subjects/templates/subjects/restore.html:102 |
| 150 | #: subjects/templates/subjects/subject_card.html:34 | 156 | #: subjects/templates/subjects/subject_card.html:34 |
| 151 | #: subjects/templates/subjects/view.html:56 | 157 | #: subjects/templates/subjects/view.html:56 |
| 152 | msgid "Restore" | 158 | msgid "Restore" |
| @@ -286,6 +292,10 @@ msgstr "Escolha seu arquivo..." | @@ -286,6 +292,10 @@ msgstr "Escolha seu arquivo..." | ||
| 286 | msgid "Click or drop the file here" | 292 | msgid "Click or drop the file here" |
| 287 | msgstr "Clique ou solte o arquivo aqui" | 293 | msgstr "Clique ou solte o arquivo aqui" |
| 288 | 294 | ||
| 295 | +#: subjects/templates/subjects/restore.html:96 | ||
| 296 | +msgid "File not supported." | ||
| 297 | +msgstr "" | ||
| 298 | + | ||
| 289 | #: subjects/templates/subjects/subject_card.html:39 | 299 | #: subjects/templates/subjects/subject_card.html:39 |
| 290 | #: subjects/templates/subjects/view.html:61 | 300 | #: subjects/templates/subjects/view.html:61 |
| 291 | msgid "Analytics" | 301 | msgid "Analytics" |
themes/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
topics/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
users/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -97,6 +97,10 @@ msgstr "Ação não executada pelo usuário" | @@ -97,6 +97,10 @@ msgstr "Ação não executada pelo usuário" | ||
| 97 | msgid "Wished period" | 97 | msgid "Wished period" |
| 98 | msgstr "Período desejado" | 98 | msgstr "Período desejado" |
| 99 | 99 | ||
| 100 | +#: webconference/templates/webconference/_form.html:253 | ||
| 101 | +msgid "Students" | ||
| 102 | +msgstr "" | ||
| 103 | + | ||
| 100 | #: webconference/templates/webconference/_form.html:283 | 104 | #: webconference/templates/webconference/_form.html:283 |
| 101 | msgid "Attribute students to Web Conference" | 105 | msgid "Attribute students to Web Conference" |
| 102 | msgstr "Atribuir alunos à web conferência" | 106 | msgstr "Atribuir alunos à web conferência" |
webpage/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -78,6 +78,10 @@ msgstr "Ação não realizada pelo usuário" | @@ -78,6 +78,10 @@ msgstr "Ação não realizada pelo usuário" | ||
| 78 | msgid "Wished period" | 78 | msgid "Wished period" |
| 79 | msgstr "Período desejado" | 79 | msgstr "Período desejado" |
| 80 | 80 | ||
| 81 | +#: webpage/templates/webpages/_form.html:206 | ||
| 82 | +msgid "Students" | ||
| 83 | +msgstr "" | ||
| 84 | + | ||
| 81 | #: webpage/templates/webpages/_form.html:236 | 85 | #: webpage/templates/webpages/_form.html:236 |
| 82 | msgid "Attribute students to webpage" | 86 | msgid "Attribute students to webpage" |
| 83 | msgstr "Atribuir estudantes à Página Web" | 87 | msgstr "Atribuir estudantes à Página Web" |
youtube_video/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-09-07 22:29-0300\n" | 11 | +"POT-Creation-Date: 2017-09-10 02:55-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" |
| @@ -30,7 +30,7 @@ msgstr "Título do Vídeo" | @@ -30,7 +30,7 @@ msgstr "Título do Vídeo" | ||
| 30 | msgid "This subject already has a resource with this name" | 30 | msgid "This subject already has a resource with this name" |
| 31 | msgstr "Esse assunto já possui um recurso com esse nome" | 31 | msgstr "Esse assunto já possui um recurso com esse nome" |
| 32 | 32 | ||
| 33 | -#: youtube_video/forms.py:73 | 33 | +#: youtube_video/forms.py:75 |
| 34 | msgid "Invalid URL. It should be an YouTube link." | 34 | msgid "Invalid URL. It should be an YouTube link." |
| 35 | msgstr "URL inválida. Ela deve ser uma URL de um vídeo do YouTube." | 35 | msgstr "URL inválida. Ela deve ser uma URL de um vídeo do YouTube." |
| 36 | 36 | ||
| @@ -66,6 +66,10 @@ msgstr "Ação não realizada pelo usuário" | @@ -66,6 +66,10 @@ msgstr "Ação não realizada pelo usuário" | ||
| 66 | msgid "Wished period" | 66 | msgid "Wished period" |
| 67 | msgstr "Período desejado" | 67 | msgstr "Período desejado" |
| 68 | 68 | ||
| 69 | +#: youtube_video/templates/youtube/_form.html:212 | ||
| 70 | +msgid "Students" | ||
| 71 | +msgstr "" | ||
| 72 | + | ||
| 69 | #: youtube_video/templates/youtube/_form.html:242 | 73 | #: youtube_video/templates/youtube/_form.html:242 |
| 70 | msgid "Attribute students to YouTube Video" | 74 | msgid "Attribute students to YouTube Video" |
| 71 | msgstr "Atribuir estudantes ao Vídeo do YouTube" | 75 | msgstr "Atribuir estudantes ao Vídeo do YouTube" |