diff --git a/amadeus/locale/pt_BR/LC_MESSAGES/django.po b/amadeus/locale/pt_BR/LC_MESSAGES/django.po index c82294e..0be348b 100644 --- a/amadeus/locale/pt_BR/LC_MESSAGES/django.po +++ b/amadeus/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: amadeus/settings.py:162 +#: amadeus/settings.py:175 msgid "Portuguese" msgstr "" -#: amadeus/settings.py:163 +#: amadeus/settings.py:176 msgid "English" msgstr "" diff --git a/categories/locale/pt_BR/LC_MESSAGES/django.po b/categories/locale/pt_BR/LC_MESSAGES/django.po index 66d29a8..c11a42c 100644 --- a/categories/locale/pt_BR/LC_MESSAGES/django.po +++ b/categories/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -50,7 +50,7 @@ msgstr "Data de modificação" msgid "Category" msgstr "Categoria" -#: categories/models.py:20 categories/views.py:48 +#: categories/models.py:20 categories/views.py:49 msgid "Categories" msgstr "Categorias" @@ -114,7 +114,7 @@ msgstr "Deletar" msgid "categories" msgstr "Categorias" -#: categories/templates/categories/list.html:31 categories/views.py:105 +#: categories/templates/categories/list.html:31 categories/views.py:106 msgid "Create Category" msgstr "Criar Categoria" @@ -127,12 +127,12 @@ msgid "all subjects" msgstr "Todos os assuntos" #: categories/templates/categories/list.html:86 -#: categories/templates/categories/list.html:131 +#: categories/templates/categories/list.html:129 msgid "Coordinator(s) " msgstr "Coordenador(es)" #: categories/templates/categories/list.html:90 -#: categories/templates/categories/list.html:135 +#: categories/templates/categories/list.html:133 msgid "It doesn't possess coordinators" msgstr "Não possui coordenadores" @@ -148,16 +148,16 @@ msgstr "atras" msgid "Update: " msgstr "Editar: " -#: categories/views.py:103 +#: categories/views.py:104 msgid "Replicate Category" msgstr "Replicar Categoria" -#: categories/views.py:130 +#: categories/views.py:131 #, python-format msgid "Category \"%s\" register successfully!" msgstr "Categoria \"%s\" foi registrada com sucesso!" -#: categories/views.py:166 +#: categories/views.py:167 msgid "" "The category cannot be removed, it contains one or more virtual enviroments " "attach." @@ -165,12 +165,12 @@ msgstr "" "A categoria não pode ser removida, ela contém um ou mais ambientes virtuais " "vinculados." -#: categories/views.py:179 +#: categories/views.py:180 #, python-format msgid "Category \"%s\" removed successfully!" msgstr "Categoria \"%s\" removida com sucesso!" -#: categories/views.py:207 +#: categories/views.py:208 #, python-format msgid "Category \"%s\" updated successfully!" msgstr "Categoria \"%s\" atualizada com sucesso!" diff --git a/file_link/locale/pt_BR/LC_MESSAGES/django.po b/file_link/locale/pt_BR/LC_MESSAGES/django.po index 826aefa..660cc2d 100644 --- a/file_link/locale/pt_BR/LC_MESSAGES/django.po +++ b/file_link/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/goals/locale/pt_BR/LC_MESSAGES/django.po b/goals/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..8b6aaf9 --- /dev/null +++ b/goals/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,370 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: goals/forms.py:33 +msgid "Tags" +msgstr "Tags" + +#: goals/forms.py:39 +msgid "Name" +msgstr "Nome" + +#: goals/forms.py:58 +#, python-format +msgid "" +"There already is another resource with the goals specification for the Topic " +"%s" +msgstr "Já existe um outro recurso com a especificação de metas para o tópico %s" + +#: goals/forms.py:63 +msgid "This input should be filled with a date equal or after today's date." +msgstr "Esse campo deve ser preenchido com uma data igual ou posterior à data atual." + +#: goals/forms.py:66 +msgid "" +"This input should be filled with a date equal or after the subject begin " +"date." +msgstr "Esse campo deve ser preenchido com uma data igual ou posterior à data de início do assunto." + +#: goals/forms.py:69 +msgid "" +"This input should be filled with a date equal or after the subject end date." +msgstr "Esse campo deve ser preenchido com uma data igual ou posterior à data final do assunto." + +#: goals/forms.py:115 +msgid "This field is required." +msgstr "Esse campo é obrigatório." + +#: goals/models.py:10 +msgid "Presentation" +msgstr "Apresentação" + +#: goals/models.py:11 +msgid "Submission Limit Date" +msgstr "Data limite para submissão" + +#: goals/models.py:14 goals/models.py:39 goals/models.py:47 +#: goals/templates/goals/_form_submit.html:21 +#: goals/templates/goals/view.html:73 +msgid "Goal" +msgstr "Meta" + +#: goals/models.py:15 goals/templates/goals/_answered.html:20 +msgid "Goals" +msgstr "Metas" + +#: goals/models.py:33 +#, python-format +msgid "Are you sure you want delete the %s topic goals specification" +msgstr "Você tem certeza que deseja deleta a especificação de metas do tópico %s" + +#: goals/models.py:36 +msgid "Description" +msgstr "Descrição" + +#: goals/models.py:37 +msgid "Referential Value" +msgstr "Valor de referência" + +#: goals/models.py:38 +msgid "Order" +msgstr "Ordem" + +#: goals/models.py:45 +msgid "My Value" +msgstr "Meu valor" + +#: goals/models.py:46 +msgid "User" +msgstr "Usuário" + +#: goals/models.py:48 +msgid "Create Date" +msgstr "Data de criação" + +#: goals/models.py:49 +msgid "Last Update" +msgstr "Última atualização" + +#: goals/templates/goals/_answered.html:8 +#: goals/templates/goals/_history.html:11 +#: goals/templates/goals/_unanswered.html:8 +msgid "Student" +msgstr "Estudante" + +#: goals/templates/goals/_answered.html:11 +#: goals/templates/goals/_history.html:14 +#: goals/templates/goals/_unanswered.html:11 +msgid "Group" +msgstr "Grupo" + +#: goals/templates/goals/_answered.html:14 +msgid "Definition Date" +msgstr "Data de definição" + +#: goals/templates/goals/_answered.html:17 +msgid "Update Date" +msgstr "Data de atualização" + +#: goals/templates/goals/_form.html:56 +msgid "Goals Specification" +msgstr "Especificação de Metas" + +#: goals/templates/goals/_form.html:101 +#: goals/templates/goals/_form_submit.html:22 +#: goals/templates/goals/view.html:74 +msgid "Minimum percentage desired" +msgstr "Porcentagem mínima desejada" + +#: goals/templates/goals/_form.html:156 +msgid "Common resources settings" +msgstr "Configurações comuns a todos os recursos" + +#: goals/templates/goals/_form.html:204 +msgid "Pendencies Notifications" +msgstr "Notificações de Pendências" + +#: goals/templates/goals/_form.html:226 +msgid "Action not performed by the user" +msgstr "Ação não realizada pelo usuário" + +#: goals/templates/goals/_form.html:252 +msgid "Wished period" +msgstr "Período desejado" + +#: goals/templates/goals/_form.html:388 +#: goals/templates/goals/_form_submit.html:54 +msgid "Save" +msgstr "Salvar" + +#: goals/templates/goals/_form.html:399 +msgid "Add new goal" +msgstr "Adicionar nova meta" + +#: goals/templates/goals/_form.html:400 +msgid "Remove this goal" +msgstr "Remover essa meta" + +#: goals/templates/goals/_form.html:420 +msgid "Add new notification" +msgstr "Adicionar nova notificação" + +#: goals/templates/goals/_form.html:421 +msgid "Remove this" +msgstr "Remover essa notificação" + +#: goals/templates/goals/_history.html:8 +msgid "Date/Hour" +msgstr "Data/Horário" + +#: goals/templates/goals/_history.html:17 +msgid "Action" +msgstr "Ação" + +#: goals/templates/goals/_history.html:20 +msgid "Object" +msgstr "Objeto" + +#: goals/templates/goals/_history.html:23 +msgid "Resource" +msgstr "Recurso" + +#: goals/templates/goals/_unanswered.html:14 +msgid "Select All" +msgstr "Selecionar todos" + +#: goals/templates/goals/create.html:23 +msgid "Add Topic Goals" +msgstr "Adicionar Metas do Tópico" + +#: goals/templates/goals/reports.html:25 goals/templates/goals/reports.html:104 +msgid "Reports: Answered" +msgstr "Relatórios: Respondentes" + +#: goals/templates/goals/reports.html:57 +msgid "Answered" +msgstr "Respondentes" + +#: goals/templates/goals/reports.html:58 +msgid "Unanswered" +msgstr "Não Respondentes" + +#: goals/templates/goals/reports.html:59 +msgid "Resource History" +msgstr "Histórico do Recurso" + +#: goals/templates/goals/reports.html:80 +msgid "No data available in table" +msgstr "Nenhum registro encontrado" + +#: goals/templates/goals/reports.html:81 +msgid "Showing _START_ to _END_ of _TOTAL_ entries" +msgstr "Mostrando de _START_ até _END_ de _TOTAL_ de registros" + +#: goals/templates/goals/reports.html:82 +msgid "Showing 0 to 0 of 0 entries" +msgstr "Mostrado de 0 até 0 de 0 registros" + +#: goals/templates/goals/reports.html:83 +msgid "(filtered from _MAX_ total entries)" +msgstr "(filtrados de _MAX_ registros)" + +#: goals/templates/goals/reports.html:86 +msgid "Show _MENU_ entries" +msgstr "_MENU_ resultados por página" + +#: goals/templates/goals/reports.html:87 +msgid "Loading..." +msgstr "Carregando..." + +#: goals/templates/goals/reports.html:88 +msgid "Processing..." +msgstr "Processando..." + +#: goals/templates/goals/reports.html:89 +msgid "Search" +msgstr "Buscar" + +#: goals/templates/goals/reports.html:90 +msgid "No matching records found" +msgstr "Nenhum registro encontrado" + +#: goals/templates/goals/reports.html:92 +msgid "First" +msgstr "Primeiro" + +#: goals/templates/goals/reports.html:93 +msgid "Last" +msgstr "Último" + +#: goals/templates/goals/reports.html:98 +msgid ": activate to sort column ascending" +msgstr ": Ordenar colunas de forma ascendente" + +#: goals/templates/goals/reports.html:99 +msgid ": activate to sort column descending" +msgstr ": Ordenar colunas de forma descendente" + +#: goals/templates/goals/reports.html:103 +msgid "Download .csv file" +msgstr "Download de arquivo .csv" + +#: goals/templates/goals/reports.html:105 +msgid "Reports: Unanswered" +msgstr "Relatórios: Não Respondentes" + +#: goals/templates/goals/reports.html:106 +msgid "Reports: History" +msgstr "Relatórios: Histórico" + +#: goals/templates/goals/submit.html:66 +#: goals/templates/goals/update_submit.html:69 +#: goals/templates/goals/view.html:66 +#: goals/templates/goals/window_submit.html:40 +msgid "Limit submission date" +msgstr "Data limite de submissão" + +#: goals/templates/goals/update.html:23 +msgid "Edit: Topic Goals " +msgstr "Editar: Metas de Tópico" + +#: goals/templates/goals/update_submit.html:22 +msgid "Update My Goals" +msgstr "Atualizar Minhas Metas" + +#: goals/templates/goals/view.html:19 goals/templatetags/goals_filters.py:72 +#: goals/views.py:217 +msgid "My Goals" +msgstr "Minhas Metas" + +#: goals/templates/goals/view.html:75 +msgid "Goal stabilished" +msgstr "Meta estabelecida" + +#: goals/templates/goals/view.html:83 +msgid "Update Goals" +msgstr "Atualizar Metas" + +#: goals/templatetags/goals_filters.py:59 +msgid "Visualized" +msgstr "Visualizou" + +#: goals/templatetags/goals_filters.py:61 +msgid "Added" +msgstr "Adicionou" + +#: goals/templatetags/goals_filters.py:63 +msgid "Updated" +msgstr "Atualizou" + +#: goals/templatetags/goals_filters.py:65 +msgid "Submitted" +msgstr "Submeteu" + +#: goals/templatetags/goals_filters.py:76 +#, python-format +msgid "%s Instance" +msgstr "Instância de %s" + +#: goals/views.py:60 +msgid "Reports" +msgstr "Relatórios" + +#: goals/views.py:348 goals/views.py:476 +#, python-format +msgid "Your goals for %s was save successfully!" +msgstr "Suas metas para %s foram salvas com sucesso!" + +#: goals/views.py:584 +#, python-format +msgid "Your goals for %s was update successfully!" +msgstr "Suas metas para %s foram atualizadas com sucesso!" + +#: goals/views.py:635 goals/views.py:649 goals/views.py:670 goals/views.py:789 +#: goals/views.py:803 goals/views.py:813 +msgid "Visualize" +msgstr "Visualizar" + +#: goals/views.py:635 goals/views.py:649 goals/views.py:670 goals/views.py:789 +#: goals/views.py:803 goals/views.py:813 +msgid "Submit" +msgstr "Submeter" + +#: goals/views.py:733 +msgid "Create Topic Goals" +msgstr "Adicionar Metas do Tópico" + +#: goals/views.py:744 +#, python-format +msgid "The Goals specification for the topic %s was realized successfully!" +msgstr "A Especificação de Metas para o tópico %s foi realizada com sucesso!" + +#: goals/views.py:868 +msgid "Update Topic Goals" +msgstr "Atualizar Metas do Tópico" + +#: goals/views.py:879 +#, python-format +msgid "The Goals specification for the topic %s was updated successfully!" +msgstr "A Especificação de Metas para o tópico %s foi atualizada com sucesso!" + +#: goals/views.py:915 +#, python-format +msgid "The Goals specification of the topic %s was removed successfully!" +msgstr "A Especificação de Metas para o tópico %s foi removida com sucesso!" diff --git a/goals/views.py b/goals/views.py index 8db4edd..53b2e65 100644 --- a/goals/views.py +++ b/goals/views.py @@ -912,7 +912,7 @@ class DeleteView(LoginRequiredMixin, LogMixin, generic.DeleteView): return super(DeleteView, self).dispatch(request, *args, **kwargs) def get_success_url(self): - messages.success(self.request, _('The Goals specification of the thopic %s was removed successfully!')%(self.object.topic.name)) + messages.success(self.request, _('The Goals specification of the topic %s was removed successfully!')%(self.object.topic.name)) self.log_context['category_id'] = self.object.topic.subject.category.id self.log_context['category_name'] = self.object.topic.subject.category.name diff --git a/links/locale/pt_BR/LC_MESSAGES/django.po b/links/locale/pt_BR/LC_MESSAGES/django.po index 5c5cc16..5e684bf 100644 --- a/links/locale/pt_BR/LC_MESSAGES/django.po +++ b/links/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/log/locale/pt_BR/LC_MESSAGES/django.po b/log/locale/pt_BR/LC_MESSAGES/django.po index 5fc36dd..af95cb5 100644 --- a/log/locale/pt_BR/LC_MESSAGES/django.po +++ b/log/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/mailsender/locale/pt_BR/LC_MESSAGES/django.po b/mailsender/locale/pt_BR/LC_MESSAGES/django.po index 0c7f930..9b0d2b2 100644 --- a/mailsender/locale/pt_BR/LC_MESSAGES/django.po +++ b/mailsender/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/mural/locale/pt_BR/LC_MESSAGES/django.po b/mural/locale/pt_BR/LC_MESSAGES/django.po index 7b37547..fd5b0b0 100644 --- a/mural/locale/pt_BR/LC_MESSAGES/django.po +++ b/mural/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,15 +18,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: mural/forms.py:19 mural/forms.py:97 +#: mural/forms.py:21 mural/forms.py:104 msgid "This field is required." msgstr "Esse campo é obrigatório." -#: mural/forms.py:31 mural/forms.py:109 +#: mural/forms.py:33 mural/forms.py:116 msgid "The image is too large. It should have less than 5MB." msgstr "A imagem é muito grande. Ela deve possuir 5MB ou menos." -#: mural/forms.py:70 +#: mural/forms.py:75 msgid "Choose an especific resource" msgstr "Escolha um recurso específico" @@ -48,7 +48,7 @@ msgid "Ask for Help" msgstr "Pediu ajuda" #: mural/models.py:22 mural/models.py:107 mural/models.py:118 -#: mural/models.py:126 +#: mural/models.py:127 msgid "Post" msgstr "Postagem" @@ -57,7 +57,7 @@ msgid "Image" msgstr "Imagem" #: mural/models.py:24 mural/models.py:108 mural/models.py:120 -#: mural/models.py:127 +#: mural/models.py:128 msgid "User" msgstr "Usuário" @@ -89,32 +89,35 @@ msgstr "Recurso" msgid "Viewed" msgstr "Visualizado" -#: mural/templates/mural/_form.html:76 -#: mural/templates/mural/_form_comment.html:33 -msgid "Choose your photo..." -msgstr "Escolha sua foto..." +#: mural/models.py:121 +msgid "Date/Time Viewed" +msgstr "" -#: mural/templates/mural/_form.html:85 +#: mural/templates/mural/_form.html:76 #: mural/templates/mural/_form_comment.html:42 msgid "Click or drop the file here" msgstr "Clique ou solte o arquivo aqui" -#: mural/templates/mural/_form.html:87 +#: mural/templates/mural/_form.html:78 #: mural/templates/mural/_form_comment.html:44 msgid "The file could not exceed 5MB." msgstr "O arquivo não pode exceder 5MB." -#: mural/templates/mural/_form.html:109 +#: mural/templates/mural/_form.html:100 #: mural/templates/mural/_form_comment.html:66 msgid "Save" msgstr "Salvar" -#: mural/templates/mural/_form.html:110 +#: mural/templates/mural/_form.html:101 #: mural/templates/mural/_form_comment.html:67 #: mural/templates/mural/_form_comment.html:85 msgid "Cancel" msgstr "Cancelar" +#: mural/templates/mural/_form_comment.html:33 +msgid "Choose your photo..." +msgstr "Escolha sua foto..." + #: mural/templates/mural/_form_comment.html:78 msgid "Insert here the name of the user you wish to mark in this comment" msgstr "Insira aqui o nome do usuário que você quer marcar nesse comentário" @@ -196,14 +199,14 @@ msgstr "Por Assunto" #: mural/templates/mural/list.html:26 mural/templates/mural/list.html:39 #: mural/templates/mural/list.html:74 mural/templates/mural/list.html:87 -#: mural/templates/mural/list_category.html:72 -#: mural/templates/mural/list_category.html:85 -#: mural/templates/mural/list_category.html:123 -#: mural/templates/mural/list_category.html:136 -#: mural/templates/mural/list_subject.html:71 -#: mural/templates/mural/list_subject.html:84 -#: mural/templates/mural/list_subject.html:122 -#: mural/templates/mural/list_subject.html:135 +#: mural/templates/mural/list_category.html:75 +#: mural/templates/mural/list_category.html:88 +#: mural/templates/mural/list_category.html:126 +#: mural/templates/mural/list_category.html:139 +#: mural/templates/mural/list_subject.html:74 +#: mural/templates/mural/list_subject.html:87 +#: mural/templates/mural/list_subject.html:125 +#: mural/templates/mural/list_subject.html:138 #: mural/templates/mural/resource_view.html:73 #: mural/templates/mural/resource_view.html:86 #: mural/templates/mural/subject_view.html:85 @@ -212,46 +215,46 @@ msgid "Filter" msgstr "Filtrar" #: mural/templates/mural/list.html:31 mural/templates/mural/list.html:79 -#: mural/templates/mural/list_category.html:77 -#: mural/templates/mural/list_category.html:128 -#: mural/templates/mural/list_subject.html:76 -#: mural/templates/mural/list_subject.html:127 +#: mural/templates/mural/list_category.html:80 +#: mural/templates/mural/list_category.html:131 +#: mural/templates/mural/list_subject.html:79 +#: mural/templates/mural/list_subject.html:130 #: mural/templates/mural/resource_view.html:78 #: mural/templates/mural/subject_view.html:90 msgid "Favorite posts" msgstr "Postagens favoritas" #: mural/templates/mural/list.html:36 mural/templates/mural/list.html:84 -#: mural/templates/mural/list_category.html:82 -#: mural/templates/mural/list_category.html:133 -#: mural/templates/mural/list_subject.html:81 -#: mural/templates/mural/list_subject.html:132 +#: mural/templates/mural/list_category.html:85 +#: mural/templates/mural/list_category.html:136 +#: mural/templates/mural/list_subject.html:84 +#: mural/templates/mural/list_subject.html:135 #: mural/templates/mural/resource_view.html:83 #: mural/templates/mural/subject_view.html:95 msgid "Only my posts" msgstr "Apenas minhas postagens" #: mural/templates/mural/list.html:40 mural/templates/mural/list.html:88 -#: mural/templates/mural/list_category.html:86 -#: mural/templates/mural/list_category.html:137 -#: mural/templates/mural/list_subject.html:85 -#: mural/templates/mural/list_subject.html:136 +#: mural/templates/mural/list_category.html:89 +#: mural/templates/mural/list_category.html:140 +#: mural/templates/mural/list_subject.html:88 +#: mural/templates/mural/list_subject.html:139 #: mural/templates/mural/resource_view.html:87 #: mural/templates/mural/subject_view.html:99 msgid "Clean Filters" msgstr "Limpar Filtros" #: mural/templates/mural/list.html:52 -#: mural/templates/mural/list_category.html:98 -#: mural/templates/mural/list_subject.html:97 +#: mural/templates/mural/list_category.html:101 +#: mural/templates/mural/list_subject.html:100 #: mural/templates/mural/resource_view.html:51 #: mural/templates/mural/subject_view.html:63 msgid "Wish to make a new post?" msgstr "Deseja fazer uma nova postagem?" #: mural/templates/mural/list.html:70 -#: mural/templates/mural/list_category.html:119 -#: mural/templates/mural/list_subject.html:118 +#: mural/templates/mural/list_category.html:122 +#: mural/templates/mural/list_subject.html:121 #: mural/templates/mural/resource_view.html:69 #: mural/templates/mural/subject_view.html:81 msgid "There are no posts in this mural yet." @@ -267,8 +270,8 @@ msgstr "Mural: Por Categoria" msgid "Replicate" msgstr "Replicar" -#: mural/templates/mural/list_category.html:108 -#: mural/templates/mural/list_subject.html:107 +#: mural/templates/mural/list_category.html:111 +#: mural/templates/mural/list_subject.html:110 msgid "See more posts" msgstr "Ver mais postagens" @@ -282,7 +285,7 @@ msgid "Groups" msgstr "Grupos" #: mural/templates/mural/resource_view.html:12 -#: mural/templates/mural/subject_view.html:9 mural/views.py:84 +#: mural/templates/mural/subject_view.html:9 mural/views.py:101 msgid "Mural" msgstr "Mural" @@ -290,11 +293,11 @@ msgstr "Mural" msgid "(Edited)" msgstr "(Editado)" -#: mural/templatetags/mural_filters.py:30 mural/views.py:1008 +#: mural/templatetags/mural_filters.py:30 mural/views.py:1226 msgid "Unfavorite" msgstr "Desfavoritar" -#: mural/templatetags/mural_filters.py:32 mural/views.py:1012 +#: mural/templatetags/mural_filters.py:32 mural/views.py:1230 msgid "Favorite" msgstr "Favoritar" @@ -302,62 +305,62 @@ msgstr "Favoritar" msgid "about" msgstr "sobre" -#: mural/views.py:132 +#: mural/views.py:154 #, python-format msgid "%s has made a post in General" msgstr "%s postou em Geral" -#: mural/views.py:220 mural/views.py:452 mural/views.py:721 +#: mural/views.py:258 mural/views.py:522 mural/views.py:858 msgid "Are you sure you want to delete this post?" msgstr "Você tem certeza que deseja deletar essa postagem?" -#: mural/views.py:324 +#: mural/views.py:366 msgid "Mural - Per Category" msgstr "Mural - Por Categoria" -#: mural/views.py:364 mural/views.py:613 mural/views.py:945 +#: mural/views.py:411 mural/views.py:717 mural/views.py:1152 #, python-format msgid "%s has made a post in %s" msgstr "%s postou em %s" -#: mural/views.py:556 +#: mural/views.py:655 msgid "Mural - Per Subject" msgstr "Mural - Por Assunto" -#: mural/views.py:806 mural/views.py:883 +#: mural/views.py:969 mural/views.py:1085 #, python-format msgid "%s - Mural" msgstr "%s - Mural" -#: mural/views.py:989 +#: mural/views.py:1207 msgid "Your post was published successfully!" msgstr "Sua postagem foi publicada com sucesso!" -#: mural/views.py:991 +#: mural/views.py:1209 msgid "Your post was edited successfully!" msgstr "Sua postagem foi editada com sucesso!" -#: mural/views.py:998 +#: mural/views.py:1216 msgid "Post deleted successfully!" msgstr "Postagem deletada com sucesso!" -#: mural/views.py:1061 +#: mural/views.py:1284 #, python-format msgid "%s has commented in a post" msgstr "%s comentou em um postagem" -#: mural/views.py:1161 +#: mural/views.py:1443 msgid "Are you sure you want to delete this comment?" msgstr "Você tem certeza que deseja deletar esse comentário?" -#: mural/views.py:1203 +#: mural/views.py:1510 msgid "Your comment was published successfully!" msgstr "Seu comentário foi publicado com sucesso!" -#: mural/views.py:1205 +#: mural/views.py:1512 msgid "Your comment was edited successfully!" msgstr "Seu comentário foi editado com sucesso!" -#: mural/views.py:1212 +#: mural/views.py:1519 msgid "Comment deleted successfully!" msgstr "Comentário deletado com sucesso!" diff --git a/notifications/locale/pt_BR/LC_MESSAGES/django.po b/notifications/locale/pt_BR/LC_MESSAGES/django.po index 1f64a4d..d560686 100644 --- a/notifications/locale/pt_BR/LC_MESSAGES/django.po +++ b/notifications/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -173,12 +173,12 @@ msgstr "Pendências Atuais" msgid "Notifications History" msgstr "Histórico de Notificações" -#: notifications/templates/notifications/index.html:63 +#: notifications/templates/notifications/index.html:69 msgid "You do not posses any pendency." msgstr "Você não possui nenhuma pendência." #: notifications/templates/notifications/subject.html:23 -#: notifications/views.py:162 +#: notifications/views.py:198 msgid "Pendencies" msgstr "Pendências" @@ -210,37 +210,37 @@ msgstr "Meta definida para realização da tarefa: %s" msgid "New goal defined to task realization: %s" msgstr "Nova meta definida para realização da tarefa: %s" -#: notifications/views.py:59 notifications/views.py:123 +#: notifications/views.py:69 notifications/views.py:148 #, python-format msgid "%s - Pendencies" msgstr "%s - Pendências" -#: notifications/views.py:245 +#: notifications/views.py:282 msgid "No goal date received" msgstr "Nenhuma data para meta recebida" -#: notifications/views.py:252 +#: notifications/views.py:289 msgid "Could not identify the notification" msgstr "Não foi possível identificar a notificação" -#: notifications/views.py:259 +#: notifications/views.py:296 msgid "The goal date should be equal or after today's date" msgstr "" "A meta de realização da tarefa deve ser uma data igual ou posterior à data " "atual" -#: notifications/views.py:262 +#: notifications/views.py:299 msgid "The goal date should be equal or before subject's date" msgstr "" "A meta de realização da tarefa deve ser uma data igual ou anterior à data " "final do assunto" -#: notifications/views.py:268 +#: notifications/views.py:311 #, python-format msgid "Your new goal to realize the task %s is %s" msgstr "Sua nova meta para realizar a tarefa %s é %s" -#: notifications/views.py:270 +#: notifications/views.py:313 #, python-format msgid "Your goal to realize the task %s is %s" msgstr "Sua meta para realizar a tarefa %s é %s" diff --git a/pdf_file/locale/pt_BR/LC_MESSAGES/django.po b/pdf_file/locale/pt_BR/LC_MESSAGES/django.po index 582fe76..d0ee417 100644 --- a/pdf_file/locale/pt_BR/LC_MESSAGES/django.po +++ b/pdf_file/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,23 +18,23 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: pdf_file/forms.py:24 +#: pdf_file/forms.py:25 msgid "Tags" msgstr "" -#: pdf_file/forms.py:29 +#: pdf_file/forms.py:30 msgid "File name" msgstr "Nome do arquivo" -#: pdf_file/forms.py:49 +#: pdf_file/forms.py:51 msgid "This subject already has a pdf file with this name" msgstr "Este assunto já possui um arquivo PDF com este nome" -#: pdf_file/forms.py:61 +#: pdf_file/forms.py:63 msgid "The file is too large. It should have less than 10MB." msgstr "O arquivo é muito grande. Deve ser menor do que 10MB" -#: pdf_file/forms.py:66 +#: pdf_file/forms.py:68 msgid "This field is required." msgstr "" diff --git a/pendencies/locale/pt_BR/LC_MESSAGES/django.po b/pendencies/locale/pt_BR/LC_MESSAGES/django.po index 338ea6e..a40f7a2 100644 --- a/pendencies/locale/pt_BR/LC_MESSAGES/django.po +++ b/pendencies/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,27 +18,31 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: pendencies/forms.py:41 pendencies/forms.py:44 pendencies/forms.py:47 +#: pendencies/forms.py:49 pendencies/forms.py:52 pendencies/forms.py:55 +#: pendencies/forms.py:128 pendencies/forms.py:131 pendencies/forms.py:134 +#: pendencies/forms.py:137 msgid "This field is required." msgstr "Esse campo é obrigatório." -#: pendencies/forms.py:52 +#: pendencies/forms.py:60 pendencies/forms.py:142 msgid "This input should be filled with a date equal or before the End Date." msgstr "" "Esse campo deve ser preenchido com uma data igual ou anterior à Data Final." -#: pendencies/forms.py:53 +#: pendencies/forms.py:61 pendencies/forms.py:143 pendencies/forms.py:149 msgid "This input should be filled with a date equal or after the Begin Date." msgstr "" "Esse campo deve ser preenchido com uma data igual ou posterior à Data " "Inicial." -#: pendencies/forms.py:60 pendencies/forms.py:70 +#: pendencies/forms.py:68 pendencies/forms.py:78 pendencies/forms.py:162 +#: pendencies/forms.py:172 pendencies/forms.py:182 msgid "This input should be filled with a date equal or after today's date." msgstr "" "Esse campo deve ser preenchido com uma data igual ou posterior à data atual." -#: pendencies/forms.py:63 pendencies/forms.py:73 +#: pendencies/forms.py:71 pendencies/forms.py:81 pendencies/forms.py:165 +#: pendencies/forms.py:175 pendencies/forms.py:185 msgid "" "This input should be filled with a date equal or after the subject begin " "date." @@ -46,20 +50,49 @@ msgstr "" "Esse campo deve ser preenchido com uma data igual ou posterior à data " "inicial do assunto." -#: pendencies/forms.py:66 +#: pendencies/forms.py:74 pendencies/forms.py:168 msgid "" "This input should be filled with a date equal or after the subject end date." msgstr "" "Esse campo deve ser preenchido com uma data igual ou posterior à data final " "do assunto." -#: pendencies/forms.py:76 +#: pendencies/forms.py:84 pendencies/forms.py:178 pendencies/forms.py:188 msgid "" "This input should be filled with a date equal or before the subject end date." msgstr "" "Esse campo deve ser preenchido com uma data igual ou anterior à data final " "do assunto" +#: pendencies/forms.py:148 pendencies/forms.py:154 +#, fuzzy +#| msgid "" +#| "This input should be filled with a date equal or before the End Date." +msgid "This input should be filled with a date equal or before the Limit Date." +msgstr "" +"Esse campo deve ser preenchido com uma data igual ou anterior à Data Final." + +#: pendencies/forms.py:155 +#, fuzzy +#| msgid "" +#| "This input should be filled with a date equal or after the Begin Date." +msgid "This input should be filled with a date equal or after the End Date." +msgstr "" +"Esse campo deve ser preenchido com uma data igual ou posterior à Data " +"Inicial." + +#: pendencies/forms.py:196 pendencies/forms.py:200 pendencies/forms.py:204 +#, fuzzy +#| msgid "" +#| "This input should be filled with a date equal or before the subject end " +#| "date." +msgid "" +"This input should be filled with a date equal or before the goals submission " +"limit date." +msgstr "" +"Esse campo deve ser preenchido com uma data igual ou anterior à data final " +"do assunto" + #: pendencies/models.py:8 msgid "Action" msgstr "Ação" @@ -84,6 +117,10 @@ msgstr "Acessar" msgid "Finish" msgstr "" +#: pendencies/models.py:8 +msgid "Submit" +msgstr "" + #: pendencies/models.py:9 msgid "Begin Date" msgstr "Data Inicial" diff --git a/reports/locale/pt_BR/LC_MESSAGES/django.po b/reports/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..ab8a269 --- /dev/null +++ b/reports/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,86 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: reports/forms.py:8 +msgid "Topics to select data from" +msgstr "" + +#: reports/forms.py:25 +msgid "All" +msgstr "" + +#: reports/templates/reports/create.html:21 +#: reports/templates/reports/report.html.py:20 +#: reports/templates/reports/view.html:33 +msgid "Analytics" +msgstr "" + +#: reports/templates/reports/create.html:31 +#: reports/templates/reports/report.html.py:30 +#: reports/templates/reports/view.html:43 +msgid "Interaction Data" +msgstr "" + +#: reports/templates/reports/create.html:34 +#: reports/templates/reports/report.html.py:33 +#: reports/templates/reports/view.html:46 +msgid "Report Card" +msgstr "" + +#: reports/templates/reports/create.html:37 +#: reports/templates/reports/report.html.py:36 +#: reports/templates/reports/view.html:49 +msgid "Participation" +msgstr "" + +#: reports/templates/reports/view.html:56 +msgid "Subject" +msgstr "" + +#: reports/templates/reports/view.html:57 +msgid "Topic" +msgstr "" + +#: reports/templates/reports/view.html:58 +msgid "Initial Date" +msgstr "" + +#: reports/templates/reports/view.html:59 +msgid "End Date" +msgstr "" + +#: reports/templates/reports/view.html:60 +msgid "new search" +msgstr "" + +#: reports/templates/reports/view.html:66 +msgid "register(s)" +msgstr "" + +#: reports/templates/reports/view.html:68 +msgid "Variable Descriptions" +msgstr "" + +#: reports/templates/reports/view.html:72 +msgid "Interactions Data" +msgstr "" + +#: reports/views.py:47 +msgid "Report created successfully" +msgstr "" diff --git a/security/locale/pt_BR/LC_MESSAGES/django.po b/security/locale/pt_BR/LC_MESSAGES/django.po index 9b29268..5a52daf 100644 --- a/security/locale/pt_BR/LC_MESSAGES/django.po +++ b/security/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/students_group/locale/pt_BR/LC_MESSAGES/django.po b/students_group/locale/pt_BR/LC_MESSAGES/django.po index 97b468d..7676ce9 100644 --- a/students_group/locale/pt_BR/LC_MESSAGES/django.po +++ b/students_group/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/subjects/locale/pt_BR/LC_MESSAGES/django.po b/subjects/locale/pt_BR/LC_MESSAGES/django.po index af0b12d..6bea451 100644 --- a/subjects/locale/pt_BR/LC_MESSAGES/django.po +++ b/subjects/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,17 +18,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: subjects/forms.py:14 subjects/forms.py:129 +#: subjects/forms.py:14 subjects/forms.py:117 msgid "Tags" msgstr "Tags" -#: subjects/forms.py:82 subjects/forms.py:187 +#: subjects/forms.py:67 subjects/forms.py:170 msgid "There is another subject with this name, try another one." msgstr "Já existe um assunto com esse nome, tente outro." -#: subjects/forms.py:91 subjects/forms.py:100 subjects/forms.py:108 -#: subjects/forms.py:116 -msgid "this date must be today or after" +#: subjects/forms.py:76 subjects/forms.py:180 +#, fuzzy +#| msgid "this date must be today or after" +msgid "This date must be today or after" +msgstr "Essa data deve ser hoje ou depois disso" + +#: subjects/forms.py:86 subjects/forms.py:190 +#, fuzzy +#| msgid "this date must be today or after" +msgid "This date must be equal subscribe begin or after" +msgstr "Essa data deve ser hoje ou depois disso" + +#: subjects/forms.py:96 subjects/forms.py:200 +#, fuzzy +#| msgid "this date must be today or after" +msgid "This date must be after subscribe end" +msgstr "Essa data deve ser hoje ou depois disso" + +#: subjects/forms.py:105 subjects/forms.py:209 +#, fuzzy +#| msgid "this date must be today or after" +msgid "This date must be equal init date or after" msgstr "Essa data deve ser hoje ou depois disso" #: subjects/models.py:14 subjects/models.py:20 @@ -111,15 +130,16 @@ msgstr "Fechar" msgid "DELETE" msgstr "Deletar" -#: subjects/templates/subjects/initial.html:30 +#: subjects/templates/subjects/initial.html:33 +#: subjects/templates/subjects/initial.html:67 msgid "Most popular keywords" msgstr "Palavras-chave mais populares" -#: subjects/templates/subjects/initial.html:66 subjects/views.py:183 +#: subjects/templates/subjects/initial.html:93 subjects/views.py:185 msgid "My Subjects" msgstr "Meus assuntos" -#: subjects/templates/subjects/initial.html:79 +#: subjects/templates/subjects/initial.html:106 #: subjects/templates/subjects/list.html:180 msgid "You still do not posses any subject in our platform" msgstr "Você ainda não possui assuntos em nossa plataforma" @@ -186,12 +206,12 @@ msgid " Any subjects or Resources were not found on the search for " msgstr " Nenhum assunto ou recursos foram encontrados na busca por " #: subjects/templates/subjects/list_search.html:48 -#: subjects/templates/subjects/list_search.html:51 subjects/views.py:613 +#: subjects/templates/subjects/list_search.html:51 subjects/views.py:619 msgid "Subjects" msgstr "Assuntos" #: subjects/templates/subjects/list_search.html:49 -#: subjects/templates/subjects/list_search.html:52 subjects/views.py:620 +#: subjects/templates/subjects/list_search.html:52 subjects/views.py:626 msgid "Resources" msgstr "Recursos" @@ -268,52 +288,52 @@ msgstr "Editar: " msgid "Create new topic" msgstr "Criar novo tópico" -#: subjects/views.py:57 +#: subjects/views.py:59 msgid "Home" msgstr "Início" -#: subjects/views.py:155 +#: subjects/views.py:157 msgid "Page is not 'last', nor can it be converted to an int." msgstr "" "Página não é a 'última', e também não pode ser convertido para um inteiro" -#: subjects/views.py:161 +#: subjects/views.py:163 #, python-format msgid "Invalid page (%(page_number)s): %(message)s" msgstr "Página inválida (%(page_number)s): %(message)s" -#: subjects/views.py:190 +#: subjects/views.py:192 msgid "All Subjects" msgstr "Todos os assuntos" -#: subjects/views.py:284 +#: subjects/views.py:286 msgid "Create Subject" msgstr "Criar Assunto" -#: subjects/views.py:290 +#: subjects/views.py:292 msgid "Replicate Subject" msgstr "Replicar Assunto" -#: subjects/views.py:332 +#: subjects/views.py:334 #, python-format msgid "The Subject \"%s\" was registered on \"%s\" Category successfully!" msgstr "Assunto \"%s\" foi registrado na categoria \"%s\" com sucesso!" -#: subjects/views.py:358 +#: subjects/views.py:360 msgid "Update Subject" msgstr "Atualizar Assunto" -#: subjects/views.py:378 +#: subjects/views.py:384 #, python-format msgid "The Subject \"%s\" was updated on \"%s\" Category successfully!" msgstr "Assunto \"%s\" foi atualizado na categoria \"%s\" com sucesso!" -#: subjects/views.py:419 subjects/views.py:463 +#: subjects/views.py:425 subjects/views.py:469 #, python-format msgid "Subject \"%s\" removed successfully!" msgstr "Assunto \"%s\" removido com sucesso!" -#: subjects/views.py:427 subjects/views.py:431 +#: subjects/views.py:433 subjects/views.py:437 msgid "" "Subject can't be removed. The subject still possess students and learning " "objects associated" @@ -321,11 +341,11 @@ msgstr "" "Assunto não pode ser removido. Ele ainda possui alunos e objetos de " "aprendizado associados" -#: subjects/views.py:539 +#: subjects/views.py:545 msgid "Subscription date is due!" msgstr "O período de inscrição está encerrado!" -#: subjects/views.py:552 +#: subjects/views.py:558 msgid "Subscription was successfull!" msgstr "Inscrição feita com sucesso!" diff --git a/themes/locale/pt_BR/LC_MESSAGES/django.po b/themes/locale/pt_BR/LC_MESSAGES/django.po index 7427839..64f2918 100644 --- a/themes/locale/pt_BR/LC_MESSAGES/django.po +++ b/themes/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/topics/locale/pt_BR/LC_MESSAGES/django.po b/topics/locale/pt_BR/LC_MESSAGES/django.po index 45fb782..da62023 100644 --- a/topics/locale/pt_BR/LC_MESSAGES/django.po +++ b/topics/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -116,7 +116,11 @@ msgstr "Deletar" msgid "Edit" msgstr "Editar" -#: topics/templates/resources/list.html:32 topics/templates/topics/list.html:29 +#: topics/templates/resources/list.html:33 +msgid "Reports" +msgstr "" + +#: topics/templates/resources/list.html:35 topics/templates/topics/list.html:29 msgid "Remove" msgstr "Remover" @@ -128,7 +132,7 @@ msgstr "Apenas um tópico por asssunto pode ser um repositório" msgid "Save" msgstr "Salvar" -#: topics/templates/topics/create.html:8 topics/views.py:81 +#: topics/templates/topics/create.html:8 topics/views.py:85 msgid "Create Topic" msgstr "Criar Tópico" @@ -169,24 +173,30 @@ msgid "Webpage" msgstr "Página Web" #: topics/templates/topics/list.html:61 +#, fuzzy +#| msgid "Topics" +msgid "Topic Goals" +msgstr "Tópicos" + +#: topics/templates/topics/list.html:62 msgid "Questionary" msgstr "Questionário" -#: topics/templates/topics/update.html:8 topics/views.py:130 +#: topics/templates/topics/update.html:8 topics/views.py:134 msgid "Update Topic" msgstr "Atualizar Tópico" -#: topics/views.py:91 +#: topics/views.py:95 #, python-format msgid "Topic \"%s\" was created on virtual enviroment \"%s\" successfully!" msgstr "Tópico \"%s\" foi criado no ambiente virtual \"%s\" com sucesso!" -#: topics/views.py:140 +#: topics/views.py:151 #, python-format msgid "Topic \"%s\" was updated on virtual enviroment \"%s\" successfully!" msgstr "Tópico \"%s\" foi atualizado no ambiente virtual \"%s\" com sucesso!" -#: topics/views.py:182 +#: topics/views.py:193 #, fuzzy #| msgid "Could not remove this topic. It has on or more resources attached." msgid "Could not remove this topic. It has one or more resources attached." @@ -194,7 +204,7 @@ msgstr "" "Não é possível remover esse tópico. Ele possui um ou mais recursos " "vinculados." -#: topics/views.py:191 +#: topics/views.py:202 #, python-format msgid "Topic \"%s\" was removed from virtual enviroment \"%s\" successfully!" msgstr "Tópico \"%s\" foi removido do ambiente virtual \"%s\" com sucesso!" diff --git a/users/locale/pt_BR/LC_MESSAGES/django.po b/users/locale/pt_BR/LC_MESSAGES/django.po index a336bd1..58621c2 100644 --- a/users/locale/pt_BR/LC_MESSAGES/django.po +++ b/users/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,57 +18,57 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: users/forms.py:21 +#: users/forms.py:25 users/forms.py:30 users/forms.py:189 msgid "You must insert an email address" msgstr "Você deve inserir um endereço de email" -#: users/forms.py:31 +#: users/forms.py:40 msgid "The image is too large. It should have less than 2MB." msgstr "A imagem é muito grande. Ela deve conter menos de 2MB." -#: users/forms.py:42 +#: users/forms.py:51 msgid "The confirmation password is incorrect." msgstr "A confirmação de senha está incorreta." -#: users/forms.py:49 users/forms.py:102 users/templates/users/login.html:52 +#: users/forms.py:58 users/forms.py:114 users/templates/users/login.html:52 msgid "Password" msgstr "Senha" -#: users/forms.py:50 users/forms.py:103 users/forms.py:132 users/forms.py:183 +#: users/forms.py:59 users/forms.py:115 users/forms.py:146 users/forms.py:202 msgid "Confirm Password" msgstr "Confirmação de Senha" -#: users/forms.py:67 users/forms.py:166 users/templates/users/list.html:56 +#: users/forms.py:76 users/forms.py:180 users/templates/users/list.html:56 #: users/templates/users/login.html:47 users/templates/users/search.html:47 msgid "Email" msgstr "Email" -#: users/forms.py:68 users/models.py:27 users/templates/users/list.html:55 +#: users/forms.py:77 users/models.py:27 users/templates/users/list.html:55 #: users/templates/users/search.html:46 msgid "Name" msgstr "Nome" -#: users/forms.py:69 users/models.py:28 +#: users/forms.py:78 users/models.py:28 msgid "Last Name" msgstr "Sobrenome" -#: users/forms.py:70 users/models.py:29 +#: users/forms.py:79 users/models.py:29 msgid "Social Name" msgstr "Nome Social" -#: users/forms.py:131 users/forms.py:182 +#: users/forms.py:145 users/forms.py:201 msgid "New Password" msgstr "Nova Senha" -#: users/forms.py:138 +#: users/forms.py:152 msgid "The value inputed does not match with your actual password." msgstr "O valor inserido não corresponde à sua senha atual." -#: users/forms.py:159 +#: users/forms.py:173 msgid "Actual Password" msgstr "Senha Atual" -#: users/forms.py:175 +#: users/forms.py:194 msgid "You must insert a valid email address" msgstr "Você deve inserir um endereço de email válido" @@ -188,7 +188,7 @@ msgstr "Remover Conta" msgid "Are you sure you want delete your account?" msgstr "Tem certeza que deseja deletar sua conta?" -#: users/templates/users/forgot_password.html:39 users/views.py:379 +#: users/templates/users/forgot_password.html:39 users/views.py:380 msgid "Forgot Password" msgstr "Esqueceu Senha" @@ -243,7 +243,7 @@ msgstr "Entre com a sua conta para continuar" msgid "Log in" msgstr "Entrar" -#: users/templates/users/login.html:66 users/views.py:353 +#: users/templates/users/login.html:66 users/views.py:354 msgid "Sign Up" msgstr "Cadastrar" @@ -295,37 +295,37 @@ msgstr "Não é professor" msgid "Is not a student" msgstr "Não é estudante" -#: users/views.py:54 +#: users/views.py:55 msgid "Manage Users" msgstr "Gerenciar Usuários" -#: users/views.py:84 +#: users/views.py:85 msgid "Search Users" msgstr "Pesquisar Usuário" -#: users/views.py:107 +#: users/views.py:108 #, python-format msgid "User %s created successfully" msgstr "Usuário %s criado com sucesso" -#: users/views.py:121 +#: users/views.py:122 msgid "Add User" msgstr "Cadastrar Usuário" -#: users/views.py:155 +#: users/views.py:156 #, python-format msgid "User %s updated successfully" msgstr "Usuário %s atualizado com sucesso" -#: users/views.py:169 +#: users/views.py:170 msgid "Update User" msgstr "Atualizar Usuário" -#: users/views.py:224 +#: users/views.py:225 msgid "User removed successfully!" msgstr "Usuário removido com sucesso!" -#: users/views.py:225 +#: users/views.py:226 msgid "" "Could not remove the account. The user is attach to one or more functions " "(administrator, coordinator, professor ou student) in the system." @@ -333,39 +333,39 @@ msgstr "" "Não é possível deletar a conta. O usuário está vinculado com uma ou mais " "funções (administrador, coordenador, professor ou estudante) no sistema." -#: users/views.py:248 +#: users/views.py:249 msgid "Delete Account" msgstr "Remover Conta" -#: users/views.py:291 +#: users/views.py:292 msgid "Password changed successfully!" msgstr "Senha alterada com sucesso!" -#: users/views.py:297 +#: users/views.py:298 msgid "Change Password" msgstr "Alterar Senha" -#: users/views.py:315 +#: users/views.py:316 msgid "Profile" msgstr "Perfil" -#: users/views.py:334 +#: users/views.py:335 msgid "Update Profile" msgstr "Atualizar Perfil" -#: users/views.py:340 +#: users/views.py:341 msgid "Profile edited successfully!" msgstr "Perfil editado com sucesso!" -#: users/views.py:360 +#: users/views.py:361 msgid "User successfully registered!" msgstr "Usuário cadastrado com sucesso!" -#: users/views.py:398 +#: users/views.py:399 msgid "Recover Password" msgstr "Recuperar Senha" -#: users/views.py:434 +#: users/views.py:435 msgid "" "Soon you'll receive an email with instructions to set your new password. If " "you don't receive it in 24 hours, please check your spam box." @@ -373,34 +373,34 @@ msgstr "" "Em breve você receberá um email com instruções para cadastrar sua nova " "senha. Se você não recebê-lo em 24 hhoras, por favor olhe sua caixa de spam." -#: users/views.py:439 +#: users/views.py:438 msgid "No user is associated with this email address" msgstr "Nenhum usuário associado com esse endereço de email." -#: users/views.py:450 +#: users/views.py:451 msgid "Reset Password" msgstr "Recuperar Senha" -#: users/views.py:472 +#: users/views.py:473 msgid "Password reset successfully." msgstr "Senha alterada com sucesso!" -#: users/views.py:476 +#: users/views.py:477 msgid "We were not able to reset your password." msgstr "Não foi possível restaurar sua senha" -#: users/views.py:479 +#: users/views.py:480 msgid "The reset password link is no longer valid." msgstr "O link para restaurar senha não está mais válido." -#: users/views.py:485 +#: users/views.py:486 msgid "Log In" msgstr "Entrar" -#: users/views.py:506 +#: users/views.py:507 msgid "System under maintenance. Try again later" msgstr "Sistema em manutenção. Tente novamente mais tarde" -#: users/views.py:508 +#: users/views.py:509 msgid "E-mail or password are incorrect." msgstr "Email ou senha incorretos." diff --git a/webpage/locale/pt_BR/LC_MESSAGES/django.po b/webpage/locale/pt_BR/LC_MESSAGES/django.po index fcac6a4..0a15576 100644 --- a/webpage/locale/pt_BR/LC_MESSAGES/django.po +++ b/webpage/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/youtube_video/locale/pt_BR/LC_MESSAGES/django.po b/youtube_video/locale/pt_BR/LC_MESSAGES/django.po index 0c7c363..16852f2 100644 --- a/youtube_video/locale/pt_BR/LC_MESSAGES/django.po +++ b/youtube_video/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-20 22:07-0300\n" +"POT-Creation-Date: 2017-03-09 17:01-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: youtube_video/forms.py:31 +#: youtube_video/forms.py:36 msgid "Tags" msgstr "Tags" -#: youtube_video/forms.py:37 +#: youtube_video/forms.py:42 msgid "Video title" msgstr "Título do Vídeo" -#: youtube_video/forms.py:57 +#: youtube_video/forms.py:62 msgid "This subject already has a youtube video with this name" msgstr "Esse assunto já possui um vídeo do YouTube com esse nome" -#: youtube_video/forms.py:67 +#: youtube_video/forms.py:71 #, fuzzy #| msgid "Invalid URL. It should be an embed YouTube link." msgid "Invalid URL. It should be an YouTube link." -- libgit2 0.21.2