Commit 84599d972108fd3000218bed9a47292804b7ba2d

Authored by Zambom
1 parent 8dbba617

Adding file link translations

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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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"
... ...
amadeus/static/css/themes/green.css
... ... @@ -369,7 +369,7 @@ a.add-row {
369 369 background-color: #eee !important;
370 370 }
371 371  
372   -.resource_list > .disabled a {
  372 +.resource_list > .disabled a.resource_link {
373 373 color: #BDBDBD;
374 374 }
375 375  
... ...
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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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 0 → 100644
... ... @@ -0,0 +1,143 @@
  1 +# SOME DESCRIPTIVE TITLE.
  2 +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3 +# This file is distributed under the same license as the PACKAGE package.
  4 +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5 +#
  6 +#, fuzzy
  7 +msgid ""
  8 +msgstr ""
  9 +"Project-Id-Version: PACKAGE VERSION\n"
  10 +"Report-Msgid-Bugs-To: \n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-0300\n"
  12 +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14 +"Language-Team: LANGUAGE <LL@li.org>\n"
  15 +"Language: \n"
  16 +"MIME-Version: 1.0\n"
  17 +"Content-Type: text/plain; charset=UTF-8\n"
  18 +"Content-Transfer-Encoding: 8bit\n"
  19 +"Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20 +
  21 +#: file_link/forms.py:26
  22 +msgid "Tags"
  23 +msgstr "Tags"
  24 +
  25 +#: file_link/forms.py:32
  26 +msgid "File name"
  27 +msgstr "Nome do arquivo"
  28 +
  29 +#: file_link/forms.py:52
  30 +msgid "This subject already has a file link with this name"
  31 +msgstr "Esse assunto já possui um Link para Arquivo com esse nome"
  32 +
  33 +#: file_link/forms.py:64
  34 +msgid "The file is too large. It should have less than 10MB."
  35 +msgstr "Esse arquivo é muito grande. Ele deve conter menos de 10MB."
  36 +
  37 +#: file_link/forms.py:70
  38 +msgid "This field is required."
  39 +msgstr "Esse campo é obrigatório."
  40 +
  41 +#: file_link/models.py:22
  42 +msgid "File not supported."
  43 +msgstr "Arquivo não suportado."
  44 +
  45 +#: file_link/models.py:25
  46 +msgid "File"
  47 +msgstr "Arquivo"
  48 +
  49 +#: file_link/models.py:28
  50 +msgid "File Link"
  51 +msgstr "Link para Arquivo"
  52 +
  53 +#: file_link/models.py:29
  54 +msgid "File Links"
  55 +msgstr "Links para Arquivo"
  56 +
  57 +#: file_link/templates/file_links/_form.html:33
  58 +msgid "Choose your file..."
  59 +msgstr "Escolha seu arquivo..."
  60 +
  61 +#: file_link/templates/file_links/_form.html:47
  62 +msgid "Click or drop the file here"
  63 +msgstr "Clique ou solte o arquivo aqui"
  64 +
  65 +#: file_link/templates/file_links/_form.html:49
  66 +msgid "The file could not exceed 10MB."
  67 +msgstr "O arquivo não pode exceder 10MB."
  68 +
  69 +#: file_link/templates/file_links/_form.html:69
  70 +msgid "Common resources settings"
  71 +msgstr "Configurações comuns à todos os recursos"
  72 +
  73 +#: file_link/templates/file_links/_form.html:118
  74 +msgid "Pendencies Notifications"
  75 +msgstr "Notificações de Pendências"
  76 +
  77 +#: file_link/templates/file_links/_form.html:134
  78 +msgid "Action not performed by the user"
  79 +msgstr "Ação não realizada pelo usuário"
  80 +
  81 +#: file_link/templates/file_links/_form.html:160
  82 +msgid "Wished period"
  83 +msgstr "Período desejado"
  84 +
  85 +#: file_link/templates/file_links/_form.html:256
  86 +msgid "Attribute students to file link"
  87 +msgstr "Atribuir estudantes ao Link para Arquivo"
  88 +
  89 +#: file_link/templates/file_links/_form.html:276
  90 +msgid "Attribute groups to file link"
  91 +msgstr "Atribuir grupos de estudo ao Link para Arquivo"
  92 +
  93 +#: file_link/templates/file_links/_form.html:322
  94 +msgid "Save"
  95 +msgstr "Salvar"
  96 +
  97 +#: file_link/templates/file_links/create.html:20 file_link/views.py:135
  98 +msgid "Create File Link"
  99 +msgstr "Criar Link para Arquivo"
  100 +
  101 +#: file_link/templates/file_links/delete.html:9
  102 +msgid "Are you sure you want delete the file link"
  103 +msgstr "Você tem certeza que deseja remover o Link para Arquivo"
  104 +
  105 +#: file_link/templates/file_links/delete.html:14
  106 +msgid "Close"
  107 +msgstr "Fechar"
  108 +
  109 +#: file_link/templates/file_links/delete.html:17
  110 +msgid "Delete"
  111 +msgstr "Remover"
  112 +
  113 +#: file_link/templates/file_links/update.html:20
  114 +msgid "Edit: "
  115 +msgstr "Editar: "
  116 +
  117 +#: file_link/views.py:77 file_link/views.py:90 file_link/views.py:180
  118 +#: file_link/views.py:182 file_link/views.py:198 file_link/views.py:200
  119 +msgid "Visualize"
  120 +msgstr "Visualizar"
  121 +
  122 +#: file_link/views.py:146
  123 +#, python-format
  124 +msgid ""
  125 +"The File Link \"%s\" was added to the Topic \"%s\" of the virtual "
  126 +"environment \"%s\" successfully!"
  127 +msgstr "O Link para Arquivo \"%s\" foi adicionado ao tópico \"%s\" do ambiente virtual \"%s\" com sucesso!"
  128 +
  129 +#: file_link/views.py:229
  130 +msgid "Update File Link"
  131 +msgstr "Atualizar Link para Arquivo"
  132 +
  133 +#: file_link/views.py:240
  134 +#, python-format
  135 +msgid "The File Link \"%s\" was updated successfully!"
  136 +msgstr "O Link para Arquivo \"%s\" foi atualizado com sucesso!"
  137 +
  138 +#: file_link/views.py:262
  139 +#, python-format
  140 +msgid ""
  141 +"The File Link \"%s\" was removed successfully from virtual environment \"%s"
  142 +"\"!"
  143 +msgstr "O Link para Arquivo \"%s\" foi removido do ambiente virtual \"%s\" com sucesso!"
... ...
file_link/templates/file_links/_form.html
... ... @@ -253,7 +253,7 @@
253 253 {% endif %}
254 254 </div>
255 255  
256   - <p><em>{% trans 'Attribute students to webpage' %}:</em></p>
  256 + <p><em>{% trans 'Attribute students to file link' %}:</em></p>
257 257 {% render_field form.students class='form-control' %}
258 258  
259 259 <span id="helpBlock" class="help-block">{{ form.students.help_text }}</span>
... ... @@ -273,7 +273,7 @@
273 273  
274 274 <br clear="all" />
275 275  
276   - <p><em>{% trans 'Attribute groups to webpage' %}:</em></p>
  276 + <p><em>{% trans 'Attribute groups to file link' %}:</em></p>
277 277 {% render_field form.groups class='form-control' %}
278 278  
279 279 <span id="helpBlock" class="help-block">{{ form.groups.help_text }}</span>
... ...
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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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,37 +18,47 @@ msgstr &quot;&quot;
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20 20  
21   -#: pendencies/forms.py:38 pendencies/forms.py:41 pendencies/forms.py:44
  21 +#: pendencies/forms.py:41 pendencies/forms.py:44 pendencies/forms.py:47
22 22 msgid "This field is required."
23 23 msgstr "Esse campo é obrigatório."
24 24  
25   -#: pendencies/forms.py:49
  25 +#: pendencies/forms.py:52
26 26 msgid "This input should be filled with a date equal or before the End Date."
27   -msgstr "Esse campo deve ser preenchido com uma data igual ou anterior à Data Final."
  27 +msgstr ""
  28 +"Esse campo deve ser preenchido com uma data igual ou anterior à Data Final."
28 29  
29   -#: pendencies/forms.py:50
  30 +#: pendencies/forms.py:53
30 31 msgid "This input should be filled with a date equal or after the Begin Date."
31   -msgstr "Esse campo deve ser preenchido com uma data igual ou posterior à Data Inicial."
  32 +msgstr ""
  33 +"Esse campo deve ser preenchido com uma data igual ou posterior à Data "
  34 +"Inicial."
32 35  
33   -#: pendencies/forms.py:57 pendencies/forms.py:67
  36 +#: pendencies/forms.py:60 pendencies/forms.py:70
34 37 msgid "This input should be filled with a date equal or after today's date."
35   -msgstr "Esse campo deve ser preenchido com uma data igual ou posterior à data atual."
  38 +msgstr ""
  39 +"Esse campo deve ser preenchido com uma data igual ou posterior à data atual."
36 40  
37   -#: pendencies/forms.py:60 pendencies/forms.py:70
  41 +#: pendencies/forms.py:63 pendencies/forms.py:73
38 42 msgid ""
39 43 "This input should be filled with a date equal or after the subject begin "
40 44 "date."
41   -msgstr "Esse campo deve ser preenchido com uma data igual ou posterior à data inicial do assunto."
  45 +msgstr ""
  46 +"Esse campo deve ser preenchido com uma data igual ou posterior à data "
  47 +"inicial do assunto."
42 48  
43   -#: pendencies/forms.py:63
  49 +#: pendencies/forms.py:66
44 50 msgid ""
45 51 "This input should be filled with a date equal or after the subject end date."
46   -msgstr "Esse campo deve ser preenchido com uma data igual ou posterior à data final do assunto."
  52 +msgstr ""
  53 +"Esse campo deve ser preenchido com uma data igual ou posterior à data final "
  54 +"do assunto."
47 55  
48   -#: pendencies/forms.py:73
  56 +#: pendencies/forms.py:76
49 57 msgid ""
50 58 "This input should be filled with a date equal or before the subject end date."
51   -msgstr "Esse campo deve ser preenchido com uma data igual ou anterior à data final do assunto"
  59 +msgstr ""
  60 +"Esse campo deve ser preenchido com uma data igual ou anterior à data final "
  61 +"do assunto"
52 62  
53 63 #: pendencies/models.py:8
54 64 msgid "Action"
... ...
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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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"
... ...
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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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"
... ...
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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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"
... ... @@ -178,7 +178,9 @@ msgstr &quot;Tópico \&quot;%s\&quot; foi atualizado no ambiente virtual \&quot;%s\&quot; com sucesso!&quot;
178 178  
179 179 #: topics/views.py:138
180 180 msgid "Could not remove this topic. It has on or more resources attached."
181   -msgstr "Não é possível remover esse tópico. Ele possui um ou mais recursos vinculados."
  181 +msgstr ""
  182 +"Não é possível remover esse tópico. Ele possui um ou mais recursos "
  183 +"vinculados."
182 184  
183 185 #: topics/views.py:147
184 186 #, python-format
... ...
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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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-01-24 15:26-0300\n"
  11 +"POT-Creation-Date: 2017-01-24 23:42-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"
... ... @@ -17,35 +17,36 @@ msgstr &quot;&quot;
17 17 "Content-Type: text/plain; charset=UTF-8\n"
18 18 "Content-Transfer-Encoding: 8bit\n"
19 19 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20   -#: webpage/forms.py:32
  20 +
  21 +#: webpage/forms.py:25
21 22 msgid "Tags"
22 23 msgstr "Tags"
23 24  
24   -#: webpage/forms.py:38
  25 +#: webpage/forms.py:31
25 26 msgid "Webpage name"
26 27 msgstr "Nome da Página Web"
27 28  
28   -#: webpage/forms.py:39
  29 +#: webpage/forms.py:32
29 30 msgid "Webpage content"
30 31 msgstr "Conteúdo da Página Web"
31 32  
32   -#: webpage/forms.py:60
  33 +#: webpage/forms.py:53
33 34 msgid "This subject already has a webpage with this name"
34 35 msgstr "Esse assunto já possui uma Página Web com esse nome"
35 36  
36   -#: webpage/forms.py:71
  37 +#: webpage/forms.py:64
37 38 msgid "This field is required."
38 39 msgstr "Esse campo é obrigatório."
39 40  
40   -#: webpage/models.py:8
  41 +#: webpage/models.py:7
41 42 msgid "Webpage Content"
42 43 msgstr "Conteúdo da Página Web"
43 44  
44   -#: webpage/models.py:11
  45 +#: webpage/models.py:10
45 46 msgid "WebPage"
46 47 msgstr "Página Web"
47 48  
48   -#: webpage/models.py:12
  49 +#: webpage/models.py:11
49 50 msgid "WebPages"
50 51 msgstr "Páginas Web"
51 52  
... ... @@ -57,35 +58,27 @@ msgstr &quot;Configurações comuns a todos os recursos&quot;
57 58 msgid "Pendencies Notifications"
58 59 msgstr "Notificação de Pendências"
59 60  
60   -#: webpage/templates/webpages/_form.html:118
  61 +#: webpage/templates/webpages/_form.html:114
61 62 msgid "Action not performed by the user"
62 63 msgstr "Ação não realizada pelo usuário"
63 64  
64   -#: webpage/templates/webpages/_form.html:144
  65 +#: webpage/templates/webpages/_form.html:140
65 66 msgid "Wished period"
66 67 msgstr "Período desejado"
67 68  
68   -#: webpage/templates/webpages/_form.html:241
  69 +#: webpage/templates/webpages/_form.html:236
69 70 msgid "Attribute students to webpage"
70 71 msgstr "Atribuir estudantes à Página Web"
71 72  
72   -#: webpage/templates/webpages/_form.html:261
  73 +#: webpage/templates/webpages/_form.html:256
73 74 msgid "Attribute groups to webpage"
74 75 msgstr "Atribuir grupos de estudo à Página Web"
75 76  
76   -#: webpage/templates/webpages/_form.html:330
  77 +#: webpage/templates/webpages/_form.html:325
77 78 msgid "Save"
78 79 msgstr "Salvar"
79 80  
80   -#: webpage/templates/webpages/_form.html:337
81   -msgid "Add new notification"
82   -msgstr "Adiciona nova notificação"
83   -
84   -#: webpage/templates/webpages/_form.html:338
85   -msgid "Remove this notification"
86   -msgstr "Remover essa notificação"
87   -
88   -#: webpage/templates/webpages/create.html:21 webpage/views.py:144
  81 +#: webpage/templates/webpages/create.html:20 webpage/views.py:144
89 82 msgid "Create Webpage"
90 83 msgstr "Criar Página Web"
91 84  
... ... @@ -101,28 +94,42 @@ msgstr &quot;Fechar&quot;
101 94 msgid "Delete"
102 95 msgstr "Remover"
103 96  
104   -#: webpage/templates/webpages/update.html:21
  97 +#: webpage/templates/webpages/update.html:20
105 98 msgid "Edit: "
106 99 msgstr "Editar: "
107 100  
  101 +#: webpage/views.py:86 webpage/views.py:99 webpage/views.py:197
  102 +#: webpage/views.py:199 webpage/views.py:215 webpage/views.py:217
  103 +msgid "Visualize"
  104 +msgstr ""
  105 +
108 106 #: webpage/views.py:155
109 107 #, python-format
110 108 msgid ""
111 109 "The Webpage \"%s\" was added to the Topic \"%s\" of the virtual environment "
112 110 "\"%s\" successfully!"
113   -msgstr "A Página Web \"%s\" foi adicionado ao tópico \"%s\" do ambiente virtual \"%s\" com sucesso!"
  111 +msgstr ""
  112 +"A Página Web \"%s\" foi adicionado ao tópico \"%s\" do ambiente virtual \"%s"
  113 +"\" com sucesso!"
114 114  
115   -#: webpage/views.py:225
  115 +#: webpage/views.py:246
116 116 msgid "Update Webpage"
117 117 msgstr "Atualizar Página Web"
118 118  
119   -#: webpage/views.py:240
  119 +#: webpage/views.py:257
120 120 #, python-format
121 121 msgid "The Webpage \"%s\" was updated successfully!"
122 122 msgstr "A Página Web \"%s\" foi atualizada com sucesso!"
123 123  
124   -#: webpage/views.py:271
  124 +#: webpage/views.py:288
125 125 #, python-format
126 126 msgid ""
127 127 "The webpage \"%s\" was removed successfully from virtual environment \"%s\"!"
128   -msgstr "A Página Web \"%s\" foi removida do ambiente virtual \"%s\" com sucesso!"
  128 +msgstr ""
  129 +"A Página Web \"%s\" foi removida do ambiente virtual \"%s\" com sucesso!"
  130 +
  131 +#~ msgid "Add new notification"
  132 +#~ msgstr "Adiciona nova notificação"
  133 +
  134 +#~ msgid "Remove this notification"
  135 +#~ msgstr "Remover essa notificação"
... ...