Commit 11edb8f8ca80be1605905386017c9f980d6cf66c

Authored by Zambom
1 parent 5e0ed97e

Adding field to upload high contrast image in themes configuration

amadeus/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid ""
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -26,91 +26,96 @@ msgstr &quot;Português&quot;
26 26 msgid "English"
27 27 msgstr "Inglês"
28 28  
29   -#: amadeus/templates/base.html:112
  29 +#: amadeus/templates/base.html:113
30 30 msgid "Search for subjects and resources"
31 31 msgstr "Buscar por assuntos ou recursos"
32 32  
33   -#: amadeus/templates/base.html:124 amadeus/templates/base.html:127
  33 +#: amadeus/templates/base.html:125 amadeus/templates/base.html:128
34 34 msgid "Language Selector"
35 35 msgstr "Seletor de Línguas"
36 36  
37   -#: amadeus/templates/base.html:158
  37 +#: amadeus/templates/base.html:159
38 38 msgid "Profile"
39 39 msgstr "Perfil"
40 40  
41   -#: amadeus/templates/base.html:159
  41 +#: amadeus/templates/base.html:160
42 42 msgid "Edit Profile"
43 43 msgstr "Editar Perfil"
44 44  
45   -#: amadeus/templates/base.html:160
  45 +#: amadeus/templates/base.html:161
46 46 msgid "Change Password"
47 47 msgstr "Alterar Senha"
48 48  
49   -#: amadeus/templates/base.html:161
  49 +#: amadeus/templates/base.html:162
50 50 msgid "Delete Account"
51 51 msgstr "Remover Conta"
52 52  
53   -#: amadeus/templates/base.html:162
  53 +#: amadeus/templates/base.html:163
54 54 msgid "Logout"
55 55 msgstr "Sair"
56 56  
57   -#: amadeus/templates/base.html:167
  57 +#: amadeus/templates/base.html:168
58 58 msgid "settings"
59 59 msgstr "configurações"
60 60  
61   -#: amadeus/templates/base.html:170
  61 +#: amadeus/templates/base.html:171
62 62 msgid "Settings"
63 63 msgstr "Configurações"
64 64  
65   -#: amadeus/templates/base.html:173
  65 +#: amadeus/templates/base.html:174
66 66 msgid "Manage Users"
67 67 msgstr "Gerenciar Usuários"
68 68  
69   -#: amadeus/templates/base.html:174
  69 +#: amadeus/templates/base.html:175
70 70 msgid "Manage Categories"
71 71 msgstr "Gerenciar Categorias"
72 72  
73   -#: amadeus/templates/base.html:175
  73 +#: amadeus/templates/base.html:176
74 74 msgid "Manage News"
75 75 msgstr "Gerenciar Notícias"
76 76  
77   -#: amadeus/templates/base.html:182
  77 +#: amadeus/templates/base.html:183
78 78 msgid "System"
79 79 msgstr "Sistema"
80 80  
81   -#: amadeus/templates/base.html:189
  81 +#: amadeus/templates/base.html:190
82 82 msgid "Mail Sender"
83 83 msgstr "Remetente de Email"
84 84  
85   -#: amadeus/templates/base.html:190
  85 +#: amadeus/templates/base.html:191
86 86 msgid "Security"
87 87 msgstr "Segurança"
88 88  
89   -#: amadeus/templates/base.html:191
  89 +#: amadeus/templates/base.html:192
90 90 msgid "Theme"
91 91 msgstr "Temas"
92 92  
93   -#: amadeus/templates/base.html:192
  93 +#: amadeus/templates/base.html:193
94 94 msgid "Web Conference"
95 95 msgstr "Web conferência"
96 96  
97   -#: amadeus/templates/base.html:227 amadeus/templates/base.html:282
  97 +#: amadeus/templates/base.html:228 amadeus/templates/base.html:284
  98 +#: amadeus/templates/base.html:321
98 99 msgid "Subjects"
99 100 msgstr "Assuntos"
100 101  
101   -#: amadeus/templates/base.html:232 amadeus/templates/base.html:287
  102 +#: amadeus/templates/base.html:233 amadeus/templates/base.html:290
  103 +#: amadeus/templates/base.html:326
102 104 msgid "Mural"
103 105 msgstr "Mural"
104 106  
105   -#: amadeus/templates/base.html:238 amadeus/templates/base.html:293
  107 +#: amadeus/templates/base.html:239 amadeus/templates/base.html:297
  108 +#: amadeus/templates/base.html:332
106 109 msgid "Messages"
107 110 msgstr "Mensagens"
108 111  
109   -#: amadeus/templates/base.html:244 amadeus/templates/base.html:299
  112 +#: amadeus/templates/base.html:245 amadeus/templates/base.html:305
  113 +#: amadeus/templates/base.html:338
110 114 msgid "Pendencies"
111 115 msgstr "Pendências"
112 116  
113   -#: amadeus/templates/base.html:252 amadeus/templates/base.html:307
  117 +#: amadeus/templates/base.html:253 amadeus/templates/base.html:314
  118 +#: amadeus/templates/base.html:346
114 119 msgid "Analytics"
115 120 msgstr "Analytics"
116 121  
... ...
amadeus/static/js/themes.js
... ... @@ -9,6 +9,7 @@ function Init() {
9 9 var small = $("#id_small_logo"),
10 10 large = $("#id_large_logo"),
11 11 fav = $("#id_favicon"),
  12 + contrast = $("#id_high_contrast_logo"),
12 13 filedrag = $(".filedrag"),
13 14 common = $(".common-file-input");
14 15  
... ... @@ -16,6 +17,7 @@ function Init() {
16 17 fav.on("change", FileSelectHandler);
17 18 small.on("change", FileSelectHandler);
18 19 large.on("change", FileSelectHandler);
  20 + contrast.on("change", FileSelectHandler);
19 21  
20 22 // is XHR2 available?
21 23 var xhr = new XMLHttpRequest();
... ... @@ -39,8 +41,6 @@ function FileSelectHandler(e) {
39 41  
40 42 var alerts_open = $("#theme-form").find(".alert-file").length;
41 43  
42   - console.log(alerts_open);
43   -
44 44 if (alerts_open == 0) {
45 45 $(submit_btn).prop('disable', false);
46 46 $(submit_btn).prop('disabled', false);
... ...
analytics/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
api/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
bulletin/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
categories/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
chat/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
dashboards/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
file_link/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
goals/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
links/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
log/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
mailsender/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
mural/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
news/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
notifications/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
pdf_file/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
pendencies/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
reports/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
security/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
students_group/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
subjects/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -324,15 +324,15 @@ msgstr &quot;Início&quot;
324 324 msgid "End"
325 325 msgstr "Fim"
326 326  
327   -#: subjects/templates/subjects/subject_card.html:84
  327 +#: subjects/templates/subjects/subject_card.html:85
328 328 msgid "Access Subject"
329 329 msgstr "Acessar Assunto"
330 330  
331   -#: subjects/templates/subjects/subject_card.html:86
  331 +#: subjects/templates/subjects/subject_card.html:89
332 332 msgid "Subscribe to Subject"
333 333 msgstr "Inscrever-se no Assunto"
334 334  
335   -#: subjects/templates/subjects/subject_card.html:89
  335 +#: subjects/templates/subjects/subject_card.html:92
336 336 msgid "This subject doesn't allow new subscriptions"
337 337 msgstr "Esse assunto não permite novas inscrições"
338 338  
... ...
themes/forms.py
... ... @@ -43,14 +43,27 @@ class BasicElemetsForm(forms.ModelForm):
43 43 return ValueError
44 44  
45 45 return image
  46 +
  47 + def clean_high_contrast_logo(self):
  48 + image = self.cleaned_data.get('high_contrast_logo', False)
  49 +
  50 + if image:
  51 + if hasattr(image, '_size'):
  52 + if image._size > self.MAX_UPLOAD_SIZE:
  53 + self._errors['high_contrast_logo'] = [_("The image is too large. It should have less than 2MB.")]
  54 +
  55 + return ValueError
  56 +
  57 + return image
46 58  
47 59 class Meta:
48 60 model = Themes
49   - fields = ['title', 'favicon', 'small_logo', 'large_logo', 'footer_note']
  61 + fields = ['title', 'favicon', 'small_logo', 'large_logo', 'high_contrast_logo', 'footer_note']
50 62 widgets = {
51 63 'favicon': ResubmitFileWidget(attrs={'accept':'image/*'}),
52 64 'small_logo': ResubmitFileWidget(attrs={'accept':'image/*'}),
53   - 'larger_logo': ResubmitFileWidget(attrs={'accept':'image/*'}),
  65 + 'large_logo': ResubmitFileWidget(attrs={'accept':'image/*'}),
  66 + 'high_contrast_logo': ResubmitFileWidget(attrs={'accept':'image/*'}),
54 67 }
55 68  
56 69 class CSSStyleForm(forms.ModelForm):
... ...
themes/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -18,7 +18,7 @@ msgstr &quot;&quot;
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20 20  
21   -#: themes/forms.py:17 themes/forms.py:29 themes/forms.py:41
  21 +#: themes/forms.py:17 themes/forms.py:29 themes/forms.py:41 themes/forms.py:53
22 22 #: themes/templates/themes/basic_update.html:94
23 23 msgid "The image is too large. It should have less than 2MB."
24 24 msgstr "A imagem é muito grande. Ela deve ter menos de 2MB."
... ... @@ -44,34 +44,38 @@ msgid &quot;Large Logo&quot;
44 44 msgstr "Logo Grande"
45 45  
46 46 #: themes/models.py:18
  47 +msgid "High Contrast Logo"
  48 +msgstr "Logo de Alto Contraste"
  49 +
  50 +#: themes/models.py:19
47 51 msgid "Footer Note"
48 52 msgstr "Nota de Rodapé"
49 53  
50   -#: themes/models.py:19
  54 +#: themes/models.py:20
51 55 msgid "Css Style"
52 56 msgstr "Estilo CSS"
53 57  
54   -#: themes/models.py:19
  58 +#: themes/models.py:20
55 59 msgid "Green"
56 60 msgstr "Verde"
57 61  
58   -#: themes/models.py:19
  62 +#: themes/models.py:20
59 63 msgid "Contrast"
60   -msgstr ""
  64 +msgstr "Contraste"
61 65  
62   -#: themes/models.py:19
  66 +#: themes/models.py:20
63 67 msgid "Red"
64 68 msgstr "Vermelho"
65 69  
66   -#: themes/models.py:19
  70 +#: themes/models.py:20
67 71 msgid "Black"
68 72 msgstr "Preto"
69 73  
70   -#: themes/models.py:22
  74 +#: themes/models.py:23
71 75 msgid "Theme"
72 76 msgstr "Tema"
73 77  
74   -#: themes/models.py:23 themes/views.py:23
  78 +#: themes/models.py:24 themes/views.py:23
75 79 msgid "Themes"
76 80 msgstr "Temas"
77 81  
... ...
themes/templates/themes/basic_update.html
... ... @@ -19,7 +19,7 @@
19 19 {% csrf_token %}
20 20 {% for field in form %}
21 21 <div class="form-group{% if form.has_error %} has-error {% endif %} is-fileinput" data-file_id="{{ field.auto_id }}">
22   - {% if field.auto_id == 'id_small_logo' or field.auto_id == 'id_large_logo' or field.auto_id == 'id_favicon' %}
  22 + {% if field.auto_id == 'id_small_logo' or field.auto_id == 'id_large_logo' or field.auto_id == 'id_favicon' or field.auto_id == 'id_high_contrast_logo' %}
23 23 {% if field.field.required %}
24 24 <label for="{{ field.auto_id }}">{{ field.label }} <span>*</span></label>
25 25 {% else %}
... ... @@ -85,7 +85,7 @@
85 85 </div>
86 86 {% endif %}
87 87  
88   - {% if field.auto_id == 'id_small_logo' or field.auto_id == 'id_large_logo' or field.auto_id == 'id_favicon' %}
  88 + {% if field.auto_id == 'id_small_logo' or field.auto_id == 'id_large_logo' or field.auto_id == 'id_favicon' or field.auto_id == 'id_high_contrast_logo' %}
89 89 <div class="col-lg-12 col-md-12 col-sm-12 alert alert-danger alert-dismissible {{ field.auto_id }}-file-errors" style="display:none" role="alert">
90 90 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
91 91 <span aria-hidden="true">&times;</span>
... ...
topics/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
users/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-20 13:00-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -18,84 +18,86 @@ msgstr &quot;&quot;
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20 20  
21   -#: forms.py:28 forms.py:33 forms.py:296
  21 +#: users/forms.py:28 users/forms.py:33 users/forms.py:296
22 22 msgid "You must insert an email address"
23 23 msgstr "Você deve inserir um endereço de email"
24 24  
25   -#: forms.py:43 templates/users/_form.html:94 templates/users/register.html:107
  25 +#: users/forms.py:43 users/templates/users/_form.html:94
  26 +#: users/templates/users/register.html:111
26 27 msgid "The image is too large. It should have less than 2MB."
27 28 msgstr "A imagem é muito grande. Ela deve conter menos de 2MB."
28 29  
29   -#: forms.py:56
  30 +#: users/forms.py:56
30 31 msgid "You must define a password."
31 32 msgstr "Você deve definir uma senha."
32 33  
33   -#: forms.py:71
  34 +#: users/forms.py:71
34 35 msgid "The confirmation password is incorrect."
35 36 msgstr "A confirmação de senha está incorreta."
36 37  
37   -#: forms.py:78 forms.py:192 templates/users/login.html:52
  38 +#: users/forms.py:78 users/forms.py:192 users/templates/users/login.html:56
38 39 msgid "Password"
39 40 msgstr "Senha"
40 41  
41   -#: forms.py:78
  42 +#: users/forms.py:78
42 43 msgid "Password *"
43 44 msgstr "Senha *"
44 45  
45   -#: forms.py:79 forms.py:193 forms.py:253 forms.py:309
  46 +#: users/forms.py:79 users/forms.py:193 users/forms.py:253 users/forms.py:309
46 47 msgid "Confirm Password"
47 48 msgstr "Confirmação de Senha"
48 49  
49   -#: forms.py:79
  50 +#: users/forms.py:79
50 51 msgid "Confirm Password *"
51 52 msgstr "Confirmação de Senha *"
52 53  
53   -#: forms.py:126
  54 +#: users/forms.py:126
54 55 msgid "Email *"
55 56 msgstr "Email *"
56 57  
57   -#: forms.py:127
  58 +#: users/forms.py:127
58 59 msgid "Name *"
59 60 msgstr "Nome *"
60 61  
61   -#: forms.py:128
  62 +#: users/forms.py:128
62 63 msgid "Last Name *"
63 64 msgstr "Sobrenome *"
64 65  
65   -#: forms.py:129 models.py:31
  66 +#: users/forms.py:129 users/models.py:31
66 67 msgid "Social Name"
67 68 msgstr "Nome Social"
68 69  
69   -#: forms.py:252 forms.py:308
  70 +#: users/forms.py:252 users/forms.py:308
70 71 msgid "New Password"
71 72 msgstr "Nova Senha"
72 73  
73   -#: forms.py:259
  74 +#: users/forms.py:259
74 75 msgid "The value inputed does not match with your actual password."
75 76 msgstr "O valor inserido não corresponde à sua senha atual."
76 77  
77   -#: forms.py:280
  78 +#: users/forms.py:280
78 79 msgid "Actual Password"
79 80 msgstr "Senha Atual"
80 81  
81   -#: forms.py:287 templates/users/list.html:56 templates/users/login.html:47
82   -#: templates/users/search.html:47
  82 +#: users/forms.py:287 users/templates/users/list.html:56
  83 +#: users/templates/users/login.html:51 users/templates/users/search.html:47
83 84 msgid "Email"
84 85 msgstr "Email"
85 86  
86   -#: forms.py:301
  87 +#: users/forms.py:301
87 88 msgid "You must insert a valid email address"
88 89 msgstr "Você deve inserir um endereço de email válido"
89 90  
90   -#: models.py:18 templates/users/_form.html:95 templates/users/register.html:108
  91 +#: users/models.py:18 users/templates/users/_form.html:95
  92 +#: users/templates/users/register.html:112
91 93 msgid "File not supported."
92 94 msgstr "Arquivo não suportado."
93 95  
94   -#: models.py:22
  96 +#: users/models.py:22
95 97 msgid "Mail"
96 98 msgstr "Email"
97 99  
98   -#: models.py:25
  100 +#: users/models.py:25
99 101 msgid ""
100 102 "Type a valid email. This fields should only contain letters, numbers and the "
101 103 "characteres: @/./+/-/_ ."
... ... @@ -103,117 +105,121 @@ msgstr &quot;&quot;
103 105 "Digite um email válido. Esse campo deve conter apenas letras, números e os "
104 106 "caracteres: @/./+/-/_ ."
105 107  
106   -#: models.py:28
  108 +#: users/models.py:28
107 109 msgid "Your email address that will be used to access the platform"
108 110 msgstr "Seu endereço de email que será usado para acessar a plataforma"
109 111  
110   -#: models.py:29 templates/users/list.html:55 templates/users/search.html:46
  112 +#: users/models.py:29 users/templates/users/list.html:55
  113 +#: users/templates/users/search.html:46
111 114 msgid "Name"
112 115 msgstr "Nome"
113 116  
114   -#: models.py:30
  117 +#: users/models.py:30
115 118 msgid "Last Name"
116 119 msgstr "Sobrenome"
117 120  
118   -#: models.py:32 templates/users/list.html:57 templates/users/profile.html:60
119   -#: templates/users/search.html:48
  121 +#: users/models.py:32 users/templates/users/list.html:57
  122 +#: users/templates/users/profile.html:60 users/templates/users/search.html:48
120 123 msgid "Description"
121 124 msgstr "Descrição"
122 125  
123   -#: models.py:33
  126 +#: users/models.py:33
124 127 msgid "Photo"
125 128 msgstr "Foto"
126 129  
127   -#: models.py:34
  130 +#: users/models.py:34
128 131 msgid "Create Date"
129 132 msgstr "Data de Criação"
130 133  
131   -#: models.py:35
  134 +#: users/models.py:35
132 135 msgid "Last Update"
133 136 msgstr "Última Atualização"
134 137  
135   -#: models.py:36
  138 +#: users/models.py:36
136 139 msgid "Show email?"
137 140 msgstr "Mostrar email?"
138 141  
139   -#: models.py:36
  142 +#: users/models.py:36
140 143 msgid "Allow everyone to see my address"
141 144 msgstr "Permitir que todos vejam meu endereço de email"
142 145  
143   -#: models.py:36
  146 +#: users/models.py:36
144 147 msgid "Only classmates can see my address"
145 148 msgstr "Apenas meus colegas de disciplina podem ver meu endereço de email"
146 149  
147   -#: models.py:36
  150 +#: users/models.py:36
148 151 msgid "Nobody can see my address"
149 152 msgstr "Ninguém pode ver meu endereço de email"
150 153  
151   -#: models.py:37
  154 +#: users/models.py:37
152 155 msgid "Administrator"
153 156 msgstr "Administrador"
154 157  
155   -#: models.py:38
  158 +#: users/models.py:38
156 159 msgid "Active"
157 160 msgstr "Ativo"
158 161  
159   -#: models.py:46
  162 +#: users/models.py:46
160 163 msgid "User"
161 164 msgstr "Usuário"
162 165  
163   -#: models.py:47
  166 +#: users/models.py:47
164 167 msgid "Users"
165 168 msgstr "Usuários"
166 169  
167   -#: models.py:70
  170 +#: users/models.py:70
168 171 msgid "Yes"
169 172 msgstr "Sim"
170 173  
171   -#: models.py:72
  174 +#: users/models.py:72
172 175 msgid "Is not an admin"
173 176 msgstr "Não é administrador"
174 177  
175   -#: templates/users/_form.html:18 templates/users/register.html:56
  178 +#: users/templates/users/_form.html:18 users/templates/users/register.html:60
176 179 msgid "Choose your photo..."
177 180 msgstr "Escolha sua foto..."
178 181  
179   -#: templates/users/_form.html:32 templates/users/register.html:70
  182 +#: users/templates/users/_form.html:32 users/templates/users/register.html:74
180 183 msgid "Click or drop the file here"
181 184 msgstr ""
182 185  
183   -#: templates/users/_form.html:34 templates/users/register.html:72
  186 +#: users/templates/users/_form.html:34 users/templates/users/register.html:76
184 187 msgid "The photo could not exceed 2MB."
185 188 msgstr "A imagem não pode exceder o tamanho de 2MB."
186 189  
187   -#: templates/users/_form.html:103
  190 +#: users/templates/users/_form.html:103
188 191 msgid "Save"
189 192 msgstr "Salvar"
190 193  
191   -#: templates/users/_form.html:106 templates/users/modal_crop.html:24
  194 +#: users/templates/users/_form.html:106
  195 +#: users/templates/users/modal_crop.html:24
192 196 msgid "Cancel"
193 197 msgstr "Cancelar"
194 198  
195   -#: templates/users/delete.html:12
  199 +#: users/templates/users/delete.html:12
196 200 msgid "Are you sure you want delete the user"
197 201 msgstr "Tem certeza que deseja deletar o usuário"
198 202  
199   -#: templates/users/delete.html:18 templates/users/delete_account.html:18
  203 +#: users/templates/users/delete.html:18
  204 +#: users/templates/users/delete_account.html:18
200 205 msgid "Close"
201 206 msgstr ""
202 207  
203   -#: templates/users/delete.html:19 templates/users/delete_account.html:19
204   -#: templates/users/list.html:66 templates/users/search.html:57
  208 +#: users/templates/users/delete.html:19
  209 +#: users/templates/users/delete_account.html:19
  210 +#: users/templates/users/list.html:66 users/templates/users/search.html:57
205 211 msgid "Delete"
206 212 msgstr "Deletar"
207 213  
208   -#: templates/users/delete_account.html:12
  214 +#: users/templates/users/delete_account.html:12
209 215 msgid "Are you sure you want delete your account?"
210 216 msgstr "Tem certeza que deseja deletar sua conta?"
211 217  
212   -#: templates/users/forgot_password.html:39 views.py:399
  218 +#: users/templates/users/forgot_password.html:43 users/views.py:399
213 219 msgid "Forgot Password"
214 220 msgstr "Esqueceu Senha"
215 221  
216   -#: templates/users/forgot_password.html:40
  222 +#: users/templates/users/forgot_password.html:44
217 223 msgid ""
218 224 "Enter your email below (the one used to access the platform) to recover your "
219 225 "password"
... ... @@ -221,138 +227,139 @@ msgstr &quot;&quot;
221 227 "Digite seu endereço de email abaixo (o utilizado para acessar a plataforma) "
222 228 "para recuperar sua senha"
223 229  
224   -#: templates/users/forgot_password.html:72
  230 +#: users/templates/users/forgot_password.html:76
225 231 msgid "Recover"
226 232 msgstr "Recuperar"
227 233  
228   -#: templates/users/forgot_password.html:75 templates/users/new_password.html:80
229   -#: templates/users/register.html:121
  234 +#: users/templates/users/forgot_password.html:79
  235 +#: users/templates/users/new_password.html:84
  236 +#: users/templates/users/register.html:125
230 237 msgid "Back"
231 238 msgstr "Voltar"
232 239  
233   -#: templates/users/list.html:30 templates/users/search.html:21
  240 +#: users/templates/users/list.html:30 users/templates/users/search.html:21
234 241 msgid "Search..."
235 242 msgstr "Pesquisar..."
236 243  
237   -#: templates/users/list.html:41 templates/users/search.html:32
  244 +#: users/templates/users/list.html:41 users/templates/users/search.html:32
238 245 msgid "Create User"
239 246 msgstr "Criar Usuário"
240 247  
241   -#: templates/users/list.html:59 templates/users/profile.html:63
242   -#: templates/users/search.html:50
  248 +#: users/templates/users/list.html:59 users/templates/users/profile.html:63
  249 +#: users/templates/users/search.html:50
243 250 msgid "Not Informed"
244 251 msgstr "Não Informado"
245 252  
246   -#: templates/users/list.html:65 templates/users/search.html:56
  253 +#: users/templates/users/list.html:65 users/templates/users/search.html:56
247 254 msgid "Edit"
248 255 msgstr "Editar"
249 256  
250   -#: templates/users/list.html:76 templates/users/search.html:67
  257 +#: users/templates/users/list.html:76 users/templates/users/search.html:67
251 258 msgid "No users found"
252 259 msgstr "Nenhum usuário encontrado"
253 260  
254   -#: templates/users/login.html:39
  261 +#: users/templates/users/login.html:43
255 262 #, fuzzy
256 263 #| msgid "Sign in with your account to continue"
257 264 msgid "Sign in with your account"
258 265 msgstr "Entre com a sua conta"
259 266  
260   -#: templates/users/login.html:63 templates/users/login.html:70
  267 +#: users/templates/users/login.html:67 users/templates/users/login.html:74
261 268 msgid "Log in"
262 269 msgstr "Entrar"
263 270  
264   -#: templates/users/login.html:66 views.py:373
  271 +#: users/templates/users/login.html:70 users/views.py:373
265 272 msgid "Sign Up"
266 273 msgstr "Cadastrar"
267 274  
268   -#: templates/users/login.html:79 templates/users/login.html:107
269   -#: templates/users/login.html:139
  275 +#: users/templates/users/login.html:83 users/templates/users/login.html:111
  276 +#: users/templates/users/login.html:143
270 277 msgid "Forgot your password?"
271 278 msgstr "Esqueceu sua senha?"
272 279  
273   -#: templates/users/modal_crop.html:10
  280 +#: users/templates/users/modal_crop.html:10
274 281 msgid "Image selection"
275 282 msgstr "Seleção de Imagem"
276 283  
277   -#: templates/users/modal_crop.html:25
  284 +#: users/templates/users/modal_crop.html:25
278 285 msgid "Save Image"
279 286 msgstr "Salvar Imagem"
280 287  
281   -#: templates/users/new_password.html:39
  288 +#: users/templates/users/new_password.html:43
282 289 msgid "Set new password"
283 290 msgstr "Digite a nova senha"
284 291  
285   -#: templates/users/new_password.html:77
  292 +#: users/templates/users/new_password.html:81
286 293 msgid "Reset"
287 294 msgstr "Restaurar"
288 295  
289   -#: templates/users/profile.html:40
  296 +#: users/templates/users/profile.html:40
290 297 msgid "System Admin"
291 298 msgstr "Administrador do sistema"
292 299  
293   -#: templates/users/profile.html:44
  300 +#: users/templates/users/profile.html:44
294 301 msgid "Coordinator in"
295 302 msgstr "Coordenador em"
296 303  
297   -#: templates/users/profile.html:48
  304 +#: users/templates/users/profile.html:48
298 305 msgid "Professor in"
299 306 msgstr "Professor em"
300 307  
301   -#: templates/users/profile.html:52
  308 +#: users/templates/users/profile.html:52
302 309 msgid "Student in"
303 310 msgstr "Estudante em"
304 311  
305   -#: templates/users/register.html:40
  312 +#: users/templates/users/register.html:44
306 313 msgid "User Register"
307 314 msgstr "Cadastro de Usuário"
308 315  
309   -#: templates/users/register.html:118
  316 +#: users/templates/users/register.html:122
310 317 msgid "Register"
311 318 msgstr "Cadastrar"
312 319  
313   -#: templatetags/profile_verifies.py:16
  320 +#: users/templatetags/profile_verifies.py:16
314 321 msgid "Is not a coordinator"
315 322 msgstr "Não é coordenador"
316 323  
317   -#: templatetags/profile_verifies.py:25
  324 +#: users/templatetags/profile_verifies.py:25
318 325 msgid "Is not a professor"
319 326 msgstr "Não é professor"
320 327  
321   -#: templatetags/profile_verifies.py:34
  328 +#: users/templatetags/profile_verifies.py:34
322 329 msgid "Is not a student"
323 330 msgstr "Não é estudante"
324 331  
325   -#: views.py:62
  332 +#: users/views.py:62
326 333 msgid "Manage Users"
327 334 msgstr "Gerenciar Usuários"
328 335  
329   -#: views.py:92
  336 +#: users/views.py:92
330 337 msgid "Search Users"
331 338 msgstr "Pesquisar Usuário"
332 339  
333   -#: views.py:115
  340 +#: users/views.py:115
334 341 #, python-format
335 342 msgid "User \"%s\" created successfully"
336 343 msgstr "Usuário \"%s\" criado com sucesso"
337 344  
338   -#: views.py:129
  345 +#: users/views.py:129
339 346 msgid "Add User"
340 347 msgstr "Cadastrar Usuário"
341 348  
342   -#: views.py:163
  349 +#: users/views.py:163
343 350 #, python-format
344 351 msgid "User \"%s\" updated successfully"
345 352 msgstr "Usuário \"%s\" atualizado com sucesso"
346 353  
347   -#: views.py:177
  354 +#: users/views.py:177
348 355 msgid "Update User"
349 356 msgstr "Atualizar Usuário"
350 357  
351   -#: views.py:234
  358 +#: users/views.py:234
352 359 msgid "User removed successfully!"
353 360 msgstr "Usuário removido com sucesso!"
354 361  
355   -#: views.py:235
  362 +#: users/views.py:235
356 363 msgid ""
357 364 "Could not remove the account. The user is attach to one or more functions "
358 365 "(administrator, coordinator, professor ou student) in the system."
... ... @@ -360,39 +367,39 @@ msgstr &quot;&quot;
360 367 "Não é possível deletar a conta. O usuário está vinculado com uma ou mais "
361 368 "funções (administrador, coordenador, professor ou estudante) no sistema."
362 369  
363   -#: views.py:267
  370 +#: users/views.py:267
364 371 msgid "Delete Account"
365 372 msgstr "Remover Conta"
366 373  
367   -#: views.py:311
  374 +#: users/views.py:311
368 375 msgid "Password changed successfully!"
369 376 msgstr "Senha alterada com sucesso!"
370 377  
371   -#: views.py:317
  378 +#: users/views.py:317
372 379 msgid "Change Password"
373 380 msgstr "Alterar Senha"
374 381  
375   -#: views.py:335
  382 +#: users/views.py:335
376 383 msgid "Profile"
377 384 msgstr "Perfil"
378 385  
379   -#: views.py:354
  386 +#: users/views.py:354
380 387 msgid "Update Profile"
381 388 msgstr "Atualizar Perfil"
382 389  
383   -#: views.py:360
  390 +#: users/views.py:360
384 391 msgid "Profile edited successfully!"
385 392 msgstr "Perfil editado com sucesso!"
386 393  
387   -#: views.py:380
  394 +#: users/views.py:380
388 395 msgid "User successfully registered!"
389 396 msgstr "Usuário cadastrado com sucesso!"
390 397  
391   -#: views.py:418
  398 +#: users/views.py:418
392 399 msgid "Recover Password"
393 400 msgstr "Recuperar Senha"
394 401  
395   -#: views.py:454
  402 +#: users/views.py:454
396 403 msgid ""
397 404 "Soon you'll receive an email with instructions to set your new password. If "
398 405 "you don't receive it in 24 hours, please check your spam box."
... ... @@ -400,34 +407,34 @@ msgstr &quot;&quot;
400 407 "Em breve você receberá um email com instruções para cadastrar sua nova "
401 408 "senha. Se você não recebê-lo em 24 horas, por favor olhe sua caixa de spam."
402 409  
403   -#: views.py:457
  410 +#: users/views.py:457
404 411 msgid "No user is associated with this email address"
405 412 msgstr "Nenhum usuário associado com esse endereço de email."
406 413  
407   -#: views.py:470
  414 +#: users/views.py:470
408 415 msgid "Reset Password"
409 416 msgstr "Recuperar Senha"
410 417  
411   -#: views.py:492
  418 +#: users/views.py:492
412 419 msgid "Password reset successfully."
413 420 msgstr "Senha alterada com sucesso!"
414 421  
415   -#: views.py:496
  422 +#: users/views.py:496
416 423 msgid "We were not able to reset your password."
417 424 msgstr "Não foi possível restaurar sua senha"
418 425  
419   -#: views.py:499
  426 +#: users/views.py:499
420 427 msgid "The reset password link is no longer valid."
421 428 msgstr "O link para restaurar senha não está mais válido."
422 429  
423   -#: views.py:505
  430 +#: users/views.py:505
424 431 msgid "Log In"
425 432 msgstr "Entrar"
426 433  
427   -#: views.py:541
  434 +#: users/views.py:541
428 435 msgid "System under maintenance. Try again later"
429 436 msgstr "Sistema em manutenção. Tente novamente mais tarde"
430 437  
431   -#: views.py:543
  438 +#: users/views.py:543
432 439 msgid "E-mail or password are incorrect."
433 440 msgstr "Email ou senha incorretos."
... ...
webconference/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
webpage/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...
youtube_video/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2017-09-13 23:39-0300\n"
  11 +"POT-Creation-Date: 2017-09-20 21:31-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ...