Commit 09f51fbd0a3b8bc3e9e0311977f31eec2f51e037

Authored by Zambom
1 parent b2b7877c

Template da home

amadeus/settings.py
... ... @@ -89,8 +89,8 @@ DATABASES = {
89 89 'default': {
90 90 'ENGINE': 'django.db.backends.postgresql',
91 91 'NAME': 'amadeus',
92   - 'USER': 'postgres',
93   - 'PASSWORD': 'felipe',
  92 + 'USER': 'amadeus_admin',
  93 + 'PASSWORD': 'amadeus',
94 94 'HOST': '127.0.0.1',
95 95 'PORT': '5432',
96 96 }
... ...
app/locale/pt_BR/LC_MESSAGES/django.po 0 → 100644
... ... @@ -0,0 +1,131 @@
  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: 2016-09-01 16:02-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 +#: app/templates/app/base.html:10
  22 +msgid "The Project"
  23 +msgstr ""
  24 +
  25 +#: app/templates/app/base.html:11
  26 +msgid "CCTE Group"
  27 +msgstr ""
  28 +
  29 +#: app/templates/app/base.html:14
  30 +msgid "Hi"
  31 +msgstr ""
  32 +
  33 +#: app/templates/app/base.html:16
  34 +msgid "See Profile"
  35 +msgstr ""
  36 +
  37 +#: app/templates/app/base.html:17
  38 +msgid "Settings"
  39 +msgstr ""
  40 +
  41 +#: app/templates/app/base.html:18
  42 +msgid "Logout"
  43 +msgstr ""
  44 +
  45 +#: app/templates/app/index.html:6
  46 +msgid "You have:"
  47 +msgstr ""
  48 +
  49 +#: app/templates/app/index.html:10
  50 +msgid "Pending Tasks"
  51 +msgstr ""
  52 +
  53 +#: app/templates/app/index.html:14
  54 +msgid "Users Online"
  55 +msgstr ""
  56 +
  57 +#: app/templates/app/index.html:20
  58 +msgid "You can:"
  59 +msgstr ""
  60 +
  61 +#: app/templates/app/index.html:24 app/templates/home_app.html:43
  62 +msgid "Create Course"
  63 +msgstr "Criar Curso"
  64 +
  65 +#: app/templates/app/index.html:29
  66 +msgid "Manage Users"
  67 +msgstr ""
  68 +
  69 +#: app/templates/app/index.html:33
  70 +msgid "Manage Courses"
  71 +msgstr ""
  72 +
  73 +#: app/templates/app/index.html:37
  74 +msgid "Gerenciar Categorias"
  75 +msgstr ""
  76 +
  77 +#: app/templates/app/index.html:45
  78 +msgid "Your course(s):"
  79 +msgstr ""
  80 +
  81 +#: app/templates/app/index.html:46
  82 +msgid "No courses subscribed yet"
  83 +msgstr ""
  84 +
  85 +#: app/templates/app/index.html:56
  86 +msgid "Search course:"
  87 +msgstr ""
  88 +
  89 +#: app/templates/app/index.html:62
  90 +msgid "Search"
  91 +msgstr ""
  92 +
  93 +#: app/templates/app/index.html:67
  94 +msgid "Most popular keywords:"
  95 +msgstr ""
  96 +
  97 +#: app/templates/home_app.html:15
  98 +msgid "Amadeus"
  99 +msgstr "Amadeus"
  100 +
  101 +#: app/templates/home_app.html:31
  102 +msgid "Home"
  103 +msgstr "Início"
  104 +
  105 +#: app/templates/home_app.html:39
  106 +msgid "Pending tasks"
  107 +msgstr "Tarefas Pendentes"
  108 +
  109 +#: app/templates/home_app.html:40
  110 +msgid "Users Online (1)"
  111 +msgstr "Pessoas Online (1)"
  112 +
  113 +#: app/templates/home_app.html:41
  114 +msgid "Course"
  115 +msgstr "Curso"
  116 +
  117 +#: app/templates/home_app.html:44
  118 +msgid "Manage Course"
  119 +msgstr "Gerenciar Curso"
  120 +
  121 +#: app/templates/home_app.html:52
  122 +msgid "Courses"
  123 +msgstr "Cursos"
  124 +
  125 +#: app/templates/home_app.html:68
  126 +msgid "You didn't create any course yet."
  127 +msgstr "Você não criou nenhum curso ainda."
  128 +
  129 +#: app/templates/home_app.html:76
  130 +msgid "Goals"
  131 +msgstr "Metas"
... ...
app/locale/pt_br/LC_MESSAGES/django.po
... ... @@ -1,94 +0,0 @@
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: 2016-08-25 13:03-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   -
20   -#: app/templates/app/base.html:10
21   -msgid "The Project"
22   -msgstr ""
23   -
24   -#: app/templates/app/base.html:11
25   -msgid "CCTE Group"
26   -msgstr ""
27   -
28   -#: app/templates/app/base.html:14
29   -msgid "Hi"
30   -msgstr ""
31   -
32   -#: app/templates/app/base.html:16
33   -msgid "See Profile"
34   -msgstr ""
35   -
36   -#: app/templates/app/base.html:17
37   -msgid "Settings"
38   -msgstr ""
39   -
40   -#: app/templates/app/base.html:18
41   -msgid "Logout"
42   -msgstr ""
43   -
44   -#: app/templates/app/index.html:6
45   -msgid "You have:"
46   -msgstr ""
47   -
48   -#: app/templates/app/index.html:10
49   -msgid "Pending Tasks"
50   -msgstr ""
51   -
52   -#: app/templates/app/index.html:14
53   -msgid "Users Online"
54   -msgstr ""
55   -
56   -#: app/templates/app/index.html:20
57   -msgid "You can:"
58   -msgstr ""
59   -
60   -#: app/templates/app/index.html:24
61   -msgid "Create Course"
62   -msgstr ""
63   -
64   -#: app/templates/app/index.html:29
65   -msgid "Manage Users"
66   -msgstr ""
67   -
68   -#: app/templates/app/index.html:33
69   -msgid "Manage Courses"
70   -msgstr ""
71   -
72   -#: app/templates/app/index.html:37
73   -msgid "Gerenciar Categorias"
74   -msgstr ""
75   -
76   -#: app/templates/app/index.html:45
77   -msgid "Your course(s):"
78   -msgstr ""
79   -
80   -#: app/templates/app/index.html:46
81   -msgid "No courses subscribed yet"
82   -msgstr ""
83   -
84   -#: app/templates/app/index.html:56
85   -msgid "Search course:"
86   -msgstr ""
87   -
88   -#: app/templates/app/index.html:62
89   -msgid "Search"
90   -msgstr ""
91   -
92   -#: app/templates/app/index.html:67
93   -msgid "Most popular keywords:"
94   -msgstr ""
app/templates/home_app.html 0 → 100644
... ... @@ -0,0 +1,90 @@
  1 +{% extends 'base.html' %}
  2 +
  3 +{% load i18n %}
  4 +
  5 +{% block nav %}
  6 + <div class="bs-component">
  7 + <div class="navbar navbar-default">
  8 + <div class="container-fluid">
  9 + <div class="navbar-header">
  10 + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
  11 + <span class="icon-bar"></span>
  12 + <span class="icon-bar"></span>
  13 + <span class="icon-bar"></span>
  14 + </button>
  15 + <a class="navbar-brand" href="{% url 'app:index' %}"><h3>{% trans 'Amadeus' %}</h3></a>
  16 + </div>
  17 + </div>
  18 + </div>
  19 + </div>
  20 +{% endblock %}
  21 +
  22 +{% block breadcrumbs %}
  23 + <div class="row">
  24 + <div class="col-md-12">
  25 + <h4>{{ user }}</h4>
  26 + </div>
  27 + </div>
  28 + <div class="row">
  29 + <div class="col-md-12">
  30 + <ul class="breadcrumb" style="margin-bottom: 5px;">
  31 + <li><a href="{% url 'app:index' %}">{% trans 'Home' %}</a></li>
  32 + </ul>
  33 + </div>
  34 + </div>
  35 +{% endblock %}
  36 +
  37 +{% block sidebar %}
  38 + <div class="btn-group-vertical">
  39 + <a href="javascript:void(0)" class="btn btn-raised">{% trans 'Pending tasks' %}</a>
  40 + <a href="javascript:void(0)" class="btn btn-raised" type="button" data-container="body" data-toggle="popover" data-placement="right" data-content="Gerson Rodriguez" >{% trans 'Users Online (1)' %}</a>
  41 + <a href="javascript:void(0)" class="btn btn-raised" button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{% trans 'Course' %} <span class="caret"></span></a>
  42 + <ul class="dropdown-menu" aria-labelledby="dLabel">
  43 + <a href="{% url 'app:course:create' %}" class="btn btn">{% trans 'Create Course' %}</a>
  44 + <a href="{% url 'app:course:manage' %}" class="btn btn">{% trans 'Manage Course' %}</a>
  45 + </ul>
  46 + </div>
  47 +{% endblock %}
  48 +
  49 +{% block content %}
  50 + <h4>
  51 + <strong>
  52 + <center>{% trans 'Courses' %}</center>
  53 + </strong>
  54 + </h4>
  55 +
  56 + {% if courses|length > 0 %}
  57 + {% for course in courses %}
  58 + <button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bs-{{ course.slug }}-modal-sm">{{ course }}</button>
  59 + <div class="modal fade bs-{{ course.slug }}-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
  60 + <div class="modal-dialog modal-sm" role="document">
  61 + <div class="modal-content">
  62 + <p> {{ course }}</p>
  63 + </div>
  64 + </div>
  65 + </div>
  66 + {% endfor %}
  67 + {% else %}
  68 + <p>{% trans "You didn't create any course yet." %}</p>
  69 + {% endif %}
  70 +{% endblock %}
  71 +
  72 +{% block rightbar %}
  73 + <div class="bs-callout bs-callout-info" id="callout-helper-context-color-specificity">
  74 + <h4>
  75 + <strong>
  76 + <center>{% trans 'Goals' %}</center>
  77 + </strong>
  78 + </h4>
  79 + <table class="table">
  80 + <tr>
  81 + <th scope="row"><input type="checkbox"/></th>
  82 + <td>70% de Presenca nas aulas</td>
  83 + </tr>
  84 + <tr>
  85 + <th scope="row"><input type="checkbox"/></th>
  86 + <td>30/11 - Entrega das notas finais</td>
  87 + </tr>
  88 + </table>
  89 + </div>
  90 +{% endblock rightbar %}
0 91 \ No newline at end of file
... ...
app/views.py
1 1 from django.shortcuts import render
2 2 from django.contrib.auth.decorators import login_required
3 3  
  4 +from courses.models import Course
  5 +
4 6 @login_required
5 7 def index(request):
6   - return render(request, "app/index.html")
7 8 \ No newline at end of file
  9 + context = {}
  10 +
  11 + context['courses'] = Course.objects.filter(user = request.user)
  12 +
  13 + return render(request, "home_app.html", context)
8 14 \ No newline at end of file
... ...
core/locale/pt_BR/LC_MESSAGES/django.po 0 → 100644
... ... @@ -0,0 +1,35 @@
  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: 2016-09-01 16:02-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 +#: core/templates/index.html:29
  22 +msgid "Entrar"
  23 +msgstr ""
  24 +
  25 +#: core/templates/index.html:41
  26 +msgid "Search course:"
  27 +msgstr ""
  28 +
  29 +#: core/templates/index.html:47
  30 +msgid "Search"
  31 +msgstr ""
  32 +
  33 +#: core/templates/index.html:52
  34 +msgid "Most popular keywords:"
  35 +msgstr ""
... ...
core/locale/pt_br/LC_MESSAGES/django.po
... ... @@ -1,38 +0,0 @@
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: 2016-08-25 13:03-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   -
20   -#: core/templates/base.html:57
21   -msgid "Project Amadeus"
22   -msgstr ""
23   -
24   -#: core/templates/base.html:97
25   -msgid "All rights reserved"
26   -msgstr ""
27   -
28   -#: core/templates/index.html:41
29   -msgid "Search course:"
30   -msgstr ""
31   -
32   -#: core/templates/index.html:47
33   -msgid "Search"
34   -msgstr ""
35   -
36   -#: core/templates/index.html:52
37   -msgid "Most popular keywords:"
38   -msgstr ""
core/templates/base.html
1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2   -{% load static i18n %}
3 2  
  3 +{% load static i18n %}
4 4  
5 5 <html>
6 6 <head>
7 7 <title>{{ title }}</title>
8 8  
9 9 <meta http-equiv="Cache-Control" content="no-cache, no-store" />
  10 +
  11 + <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
  12 + <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
10 13  
11 14 <link href="{% static 'bootstrap-3.3.7/css/bootstrap.min.css' %}" rel="stylesheet" type="text/css" />
  15 + <link rel="stylesheet" type="text/css" href="{% static 'material/css/bootstrap-material-design.min.css' %}">
  16 + <link rel="stylesheet" type="text/css" href="{% static 'material/css/ripples.min.css' %}">
12 17 <!--CSS block for specific-app ones -->
13 18 {% block style %}
14 19 {% endblock %}
... ... @@ -17,6 +22,8 @@
17 22  
18 23 <script type="text/javascript" src="{% static 'js/jquery-3.1.0.min.js' %}"></script>
19 24 <script type="text/javascript" src="{% static 'bootstrap-3.3.7/js/bootstrap.min.js' %}"></script>
  25 + <script src="{% static 'material/js/material.min.js' %}"></script>
  26 + <script src="{% static 'material/js/ripples.min.js' %}"></script>
20 27 <!--Javascript block for specific-app ones -->
21 28 {% block javascript %}
22 29  
... ... @@ -27,7 +34,7 @@
27 34  
28 35 {% endblock %}
29 36  
30   - <div class="container">
  37 + <div class="container-fluid">
31 38 {% block breadcrumbs %}
32 39  
33 40 {% endblock %}
... ... @@ -49,7 +56,5 @@
49 56 </div>
50 57 </div>
51 58 </div>
52   -
53   -</div>
54 59 </body>
55 60 </html>
56 61 \ No newline at end of file
... ...
courses/locale/pt_BR/LC_MESSAGES/django.po 0 → 100644
... ... @@ -0,0 +1,457 @@
  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: 2016-09-01 16:02-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 +#: courses/forms.py:11 courses/forms.py:25 courses/forms.py:55
  22 +#: courses/models.py:7 courses/models.py:20 courses/models.py:44
  23 +#: courses/templates/category/index.html:38
  24 +msgid "Name"
  25 +msgstr ""
  26 +
  27 +#: courses/forms.py:14
  28 +msgid "Category name"
  29 +msgstr ""
  30 +
  31 +#: courses/forms.py:26
  32 +msgid "Objectives"
  33 +msgstr ""
  34 +
  35 +#: courses/forms.py:27 courses/models.py:23
  36 +msgid "Content"
  37 +msgstr ""
  38 +
  39 +#: courses/forms.py:28
  40 +msgid "Number of studets maximum"
  41 +msgstr ""
  42 +
  43 +#: courses/forms.py:29
  44 +msgid "Course registration start date"
  45 +msgstr ""
  46 +
  47 +#: courses/forms.py:30
  48 +msgid "Course registration end date"
  49 +msgstr ""
  50 +
  51 +#: courses/forms.py:31
  52 +msgid "Course start date"
  53 +msgstr ""
  54 +
  55 +#: courses/forms.py:32
  56 +msgid "Course end date"
  57 +msgstr ""
  58 +
  59 +#: courses/forms.py:33 courses/models.py:30
  60 +msgid "Image"
  61 +msgstr ""
  62 +
  63 +#: courses/forms.py:34 courses/models.py:12 courses/models.py:31
  64 +msgid "Category"
  65 +msgstr ""
  66 +
  67 +#: courses/forms.py:37
  68 +msgid "Course name"
  69 +msgstr ""
  70 +
  71 +#: courses/forms.py:38
  72 +msgid "Course objective"
  73 +msgstr ""
  74 +
  75 +#: courses/forms.py:39
  76 +msgid "Course modules"
  77 +msgstr ""
  78 +
  79 +#: courses/forms.py:40
  80 +msgid "Max number of students that a class can have"
  81 +msgstr ""
  82 +
  83 +#: courses/forms.py:41
  84 +msgid "Date that starts the registration period of the course (dd/mm/yyyy)"
  85 +msgstr ""
  86 +
  87 +#: courses/forms.py:42
  88 +msgid "Date that ends the registration period of the course (dd/mm/yyyy)"
  89 +msgstr ""
  90 +
  91 +#: courses/forms.py:43
  92 +msgid "Date that the course starts (dd/mm/yyyy)"
  93 +msgstr ""
  94 +
  95 +#: courses/forms.py:44
  96 +msgid "Date that the course ends (dd/mm/yyyy)"
  97 +msgstr ""
  98 +
  99 +#: courses/forms.py:45
  100 +msgid "Representative image of the course"
  101 +msgstr ""
  102 +
  103 +#: courses/forms.py:46
  104 +msgid "Category which the course belongs"
  105 +msgstr ""
  106 +
  107 +#: courses/forms.py:56 courses/models.py:46
  108 +msgid "Description"
  109 +msgstr ""
  110 +
  111 +#: courses/forms.py:57
  112 +msgid "Is it visible?"
  113 +msgstr ""
  114 +
  115 +#: courses/forms.py:60
  116 +msgid "Module's name"
  117 +msgstr ""
  118 +
  119 +#: courses/forms.py:61
  120 +msgid "Modules's description"
  121 +msgstr ""
  122 +
  123 +#: courses/forms.py:62
  124 +msgid "Is the module visible?"
  125 +msgstr ""
  126 +
  127 +#: courses/models.py:8 courses/models.py:21 courses/models.py:45
  128 +#: courses/templates/category/index.html:39
  129 +msgid "Slug"
  130 +msgstr ""
  131 +
  132 +#: courses/models.py:9 courses/models.py:25 courses/models.py:48
  133 +msgid "Creation Date"
  134 +msgstr ""
  135 +
  136 +#: courses/models.py:13 courses/templates/category/create.html:16
  137 +#: courses/templates/category/delete.html:15
  138 +#: courses/templates/category/index.html:15
  139 +#: courses/templates/category/update.html:16
  140 +#: courses/templates/category/view.html:15
  141 +msgid "Categories"
  142 +msgstr ""
  143 +
  144 +#: courses/models.py:22
  145 +msgid "Objectivies"
  146 +msgstr ""
  147 +
  148 +#: courses/models.py:24
  149 +msgid "Maximum Students"
  150 +msgstr ""
  151 +
  152 +#: courses/models.py:26
  153 +msgid "Register Date (Begin)"
  154 +msgstr ""
  155 +
  156 +#: courses/models.py:27
  157 +msgid "Register Date (End)"
  158 +msgstr ""
  159 +
  160 +#: courses/models.py:28
  161 +msgid "Begin of Course Date"
  162 +msgstr ""
  163 +
  164 +#: courses/models.py:29
  165 +msgid "End of Course Date"
  166 +msgstr ""
  167 +
  168 +#: courses/models.py:32
  169 +msgid "User"
  170 +msgstr ""
  171 +
  172 +#: courses/models.py:36 courses/models.py:49
  173 +msgid "Course"
  174 +msgstr ""
  175 +
  176 +#: courses/models.py:37 courses/templates/course/create.html:16
  177 +#: courses/templates/course/delete.html:15
  178 +#: courses/templates/course/filtered.html:8
  179 +#: courses/templates/course/index.html:15
  180 +#: courses/templates/course/update.html:16
  181 +#: courses/templates/course/view.html:15
  182 +#: courses/templates/module/create.html:17
  183 +#: courses/templates/module/delete.html:16
  184 +#: courses/templates/module/index.html:16
  185 +#: courses/templates/module/update.html:17
  186 +msgid "Courses"
  187 +msgstr ""
  188 +
  189 +#: courses/models.py:47 courses/templates/module/index.html:107
  190 +msgid "Visible"
  191 +msgstr ""
  192 +
  193 +#: courses/models.py:53
  194 +msgid "Module"
  195 +msgstr ""
  196 +
  197 +#: courses/models.py:54 courses/templates/module/index.html:92
  198 +msgid "Modules"
  199 +msgstr ""
  200 +
  201 +#: courses/templates/category/create.html:8
  202 +#: courses/templates/category/delete.html:7
  203 +#: courses/templates/category/index.html:7
  204 +#: courses/templates/category/update.html:8
  205 +#: courses/templates/category/view.html:7
  206 +#: courses/templates/course/create.html:8
  207 +#: courses/templates/course/delete.html:7 courses/templates/course/index.html:7
  208 +#: courses/templates/course/update.html:8 courses/templates/course/view.html:7
  209 +#: courses/templates/module/create.html:8
  210 +#: courses/templates/module/delete.html:7 courses/templates/module/index.html:7
  211 +#: courses/templates/module/update.html:8
  212 +msgid "Home"
  213 +msgstr ""
  214 +
  215 +#: courses/templates/category/create.html:9
  216 +#: courses/templates/category/delete.html:18
  217 +#: courses/templates/category/index.html:18
  218 +#: courses/templates/category/view.html:18
  219 +msgid "Create Category"
  220 +msgstr ""
  221 +
  222 +#: courses/templates/category/create.html:26
  223 +#: courses/templates/category/update.html:26
  224 +#: courses/templates/course/create.html:26
  225 +#: courses/templates/course/update.html:32
  226 +#: courses/templates/module/create.html:52
  227 +#: courses/templates/module/update.html:52
  228 +msgid "All fields are required"
  229 +msgstr ""
  230 +
  231 +#: courses/templates/category/create.html:51
  232 +#: courses/templates/category/update.html:51
  233 +#: courses/templates/course/create.html:51
  234 +#: courses/templates/course/update.html:57
  235 +#: courses/templates/module/create.html:77
  236 +#: courses/templates/module/update.html:77
  237 +msgid "Save"
  238 +msgstr ""
  239 +
  240 +#: courses/templates/category/delete.html:8
  241 +#: courses/templates/category/index.html:8
  242 +msgid "Manage Categories"
  243 +msgstr ""
  244 +
  245 +#: courses/templates/category/delete.html:26
  246 +msgid "Are you sure you want to delete the category"
  247 +msgstr ""
  248 +
  249 +#: courses/templates/category/delete.html:27
  250 +#: courses/templates/course/delete.html:28
  251 +#: courses/templates/module/delete.html:50
  252 +msgid "Yes"
  253 +msgstr ""
  254 +
  255 +#: courses/templates/category/delete.html:28
  256 +#: courses/templates/course/delete.html:29
  257 +#: courses/templates/module/delete.html:51
  258 +msgid "No"
  259 +msgstr ""
  260 +
  261 +#: courses/templates/category/index.html:40
  262 +msgid "Actions"
  263 +msgstr ""
  264 +
  265 +#: courses/templates/category/index.html:59
  266 +msgid "No categories found"
  267 +msgstr ""
  268 +
  269 +#: courses/templates/category/update.html:9
  270 +#: courses/templates/category/view.html:21
  271 +msgid "Edit Category"
  272 +msgstr ""
  273 +
  274 +#: courses/templates/category/view.html:24
  275 +msgid "Remove Category"
  276 +msgstr ""
  277 +
  278 +#: courses/templates/category/view.html:32
  279 +msgid "Name:"
  280 +msgstr ""
  281 +
  282 +#: courses/templates/category/view.html:33
  283 +msgid "Slug:"
  284 +msgstr ""
  285 +
  286 +#: courses/templates/course/create.html:9
  287 +#: courses/templates/course/delete.html:18
  288 +#: courses/templates/course/filtered.html:11
  289 +#: courses/templates/course/index.html:18 courses/templates/course/view.html:25
  290 +#: courses/templates/module/create.html:20
  291 +#: courses/templates/module/delete.html:19
  292 +#: courses/templates/module/index.html:26
  293 +#: courses/templates/module/update.html:20
  294 +msgid "Create Course"
  295 +msgstr ""
  296 +
  297 +#: courses/templates/course/delete.html:27
  298 +msgid "Are you sure you want to delete the couse"
  299 +msgstr ""
  300 +
  301 +#: courses/templates/course/filtered.html:19
  302 +#: courses/templates/course/index.html:26
  303 +msgid "Categories:"
  304 +msgstr ""
  305 +
  306 +#: courses/templates/course/index.html:8
  307 +msgid "Manage Courses"
  308 +msgstr ""
  309 +
  310 +#: courses/templates/course/index.html:80
  311 +msgid "students tops"
  312 +msgstr ""
  313 +
  314 +#: courses/templates/course/index.html:86
  315 +msgid "Subscribe Period:"
  316 +msgstr ""
  317 +
  318 +#: courses/templates/course/index.html:88 courses/templates/course/view.html:59
  319 +#: courses/templates/module/index.html:83
  320 +msgid "Period:"
  321 +msgstr ""
  322 +
  323 +#: courses/templates/course/index.html:104
  324 +msgid "No courses found"
  325 +msgstr ""
  326 +
  327 +#: courses/templates/course/update.html:9 courses/templates/course/view.html:28
  328 +#: courses/templates/module/create.html:26
  329 +#: courses/templates/module/delete.html:25
  330 +#: courses/templates/module/index.html:29
  331 +#: courses/templates/module/update.html:26
  332 +msgid "Edit Course"
  333 +msgstr ""
  334 +
  335 +#: courses/templates/course/update.html:19
  336 +#: courses/templates/course/view.html:21
  337 +#: courses/templates/module/create.html:29
  338 +#: courses/templates/module/delete.html:9
  339 +#: courses/templates/module/delete.html:28
  340 +#: courses/templates/module/index.html:9 courses/templates/module/index.html:22
  341 +#: courses/templates/module/update.html:29
  342 +msgid "Manage Modules"
  343 +msgstr ""
  344 +
  345 +#: courses/templates/course/update.html:22
  346 +#: courses/templates/course/view.html:31
  347 +#: courses/templates/module/create.html:32
  348 +#: courses/templates/module/delete.html:31
  349 +#: courses/templates/module/index.html:32
  350 +#: courses/templates/module/update.html:32
  351 +msgid "Participants"
  352 +msgstr ""
  353 +
  354 +#: courses/templates/course/view.html:18
  355 +#: courses/templates/module/create.html:23
  356 +#: courses/templates/module/delete.html:22
  357 +#: courses/templates/module/index.html:19
  358 +#: courses/templates/module/update.html:23
  359 +msgid "Course Info"
  360 +msgstr ""
  361 +
  362 +#: courses/templates/course/view.html:34
  363 +#: courses/templates/module/create.html:35
  364 +#: courses/templates/module/delete.html:34
  365 +#: courses/templates/module/index.html:35
  366 +#: courses/templates/module/update.html:35
  367 +msgid "Course avaliations"
  368 +msgstr ""
  369 +
  370 +#: courses/templates/course/view.html:37
  371 +#: courses/templates/module/create.html:38
  372 +#: courses/templates/module/delete.html:37
  373 +#: courses/templates/module/index.html:38
  374 +#: courses/templates/module/update.html:38
  375 +msgid "Duplicate Course"
  376 +msgstr ""
  377 +
  378 +#: courses/templates/course/view.html:40
  379 +#: courses/templates/module/create.html:41
  380 +#: courses/templates/module/delete.html:40
  381 +#: courses/templates/module/index.html:41
  382 +#: courses/templates/module/update.html:41
  383 +msgid "Delete Course"
  384 +msgstr ""
  385 +
  386 +#: courses/templates/course/view.html:56
  387 +msgid "Subscribes:"
  388 +msgstr ""
  389 +
  390 +#: courses/templates/course/view.html:66
  391 +msgid "Objectives:"
  392 +msgstr ""
  393 +
  394 +#: courses/templates/course/view.html:69
  395 +msgid "Work Plan:"
  396 +msgstr ""
  397 +
  398 +#: courses/templates/module/create.html:10
  399 +#: courses/templates/module/index.html:70
  400 +msgid "Create Module"
  401 +msgstr ""
  402 +
  403 +#: courses/templates/module/delete.html:49
  404 +msgid "Are you sure you want to delete the module"
  405 +msgstr ""
  406 +
  407 +#: courses/templates/module/index.html:80
  408 +msgid "students maximum"
  409 +msgstr ""
  410 +
  411 +#: courses/templates/module/index.html:109
  412 +msgid "Invisible"
  413 +msgstr ""
  414 +
  415 +#: courses/templates/module/index.html:125
  416 +msgid "No modules found"
  417 +msgstr ""
  418 +
  419 +#: courses/templates/module/update.html:10
  420 +msgid "Edit Module"
  421 +msgstr ""
  422 +
  423 +#: courses/views.py:48
  424 +msgid "Course created successfully!"
  425 +msgstr ""
  426 +
  427 +#: courses/views.py:70
  428 +msgid "Course edited successfully!"
  429 +msgstr ""
  430 +
  431 +#: courses/views.py:92
  432 +msgid "Course deleted successfully!"
  433 +msgstr ""
  434 +
  435 +#: courses/views.py:142
  436 +msgid "Category created successfully!"
  437 +msgstr ""
  438 +
  439 +#: courses/views.py:164
  440 +msgid "Category edited successfully!"
  441 +msgstr ""
  442 +
  443 +#: courses/views.py:185
  444 +msgid "Category deleted successfully!"
  445 +msgstr ""
  446 +
  447 +#: courses/views.py:237
  448 +msgid "Module created successfully!"
  449 +msgstr ""
  450 +
  451 +#: courses/views.py:268
  452 +msgid "Module edited successfully!"
  453 +msgstr ""
  454 +
  455 +#: courses/views.py:291
  456 +msgid "Module deleted successfully!"
  457 +msgstr ""
... ...
courses/locale/pt_br/LC_MESSAGES/django.po
... ... @@ -1,460 +0,0 @@
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: 2016-08-25 13:03-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   -
20   -#: courses/forms.py:11 courses/forms.py:25 courses/forms.py:55
21   -#: courses/models.py:7 courses/models.py:20 courses/models.py:44
22   -#: courses/templates/category/index.html:38
23   -msgid "Name"
24   -msgstr ""
25   -
26   -#: courses/forms.py:14
27   -msgid "Category name"
28   -msgstr ""
29   -
30   -#: courses/forms.py:26
31   -msgid "Objectives"
32   -msgstr ""
33   -
34   -#: courses/forms.py:27 courses/models.py:23
35   -msgid "Content"
36   -msgstr ""
37   -
38   -#: courses/forms.py:28
39   -msgid "Number of studets maximum"
40   -msgstr ""
41   -
42   -#: courses/forms.py:29
43   -msgid "Course registration start date"
44   -msgstr ""
45   -
46   -#: courses/forms.py:30
47   -msgid "Course registration end date"
48   -msgstr ""
49   -
50   -#: courses/forms.py:31
51   -msgid "Course start date"
52   -msgstr ""
53   -
54   -#: courses/forms.py:32
55   -msgid "Course end date"
56   -msgstr ""
57   -
58   -#: courses/forms.py:33 courses/models.py:30
59   -msgid "Image"
60   -msgstr ""
61   -
62   -#: courses/forms.py:34 courses/models.py:12 courses/models.py:31
63   -msgid "Category"
64   -msgstr ""
65   -
66   -#: courses/forms.py:37
67   -msgid "Course name"
68   -msgstr ""
69   -
70   -#: courses/forms.py:38
71   -msgid "Course objective"
72   -msgstr ""
73   -
74   -#: courses/forms.py:39
75   -msgid "COurse modules"
76   -msgstr ""
77   -
78   -#: courses/forms.py:40
79   -msgid "Max number of students that a class can have"
80   -msgstr ""
81   -
82   -#: courses/forms.py:41
83   -msgid "Date that starts the registration period of the course (dd/mm/yyyy)"
84   -msgstr ""
85   -
86   -#: courses/forms.py:42
87   -msgid "Date that ends the registration period of the course (dd/mm/yyyy)"
88   -msgstr ""
89   -
90   -#: courses/forms.py:43
91   -msgid "Date that the course starts (dd/mm/yyyy)"
92   -msgstr ""
93   -
94   -#: courses/forms.py:44
95   -msgid "Date that the course ends (dd/mm/yyyy)"
96   -msgstr ""
97   -
98   -#: courses/forms.py:45
99   -msgid "Representative image of the course"
100   -msgstr ""
101   -
102   -#: courses/forms.py:46
103   -msgid "Category which the course belongs"
104   -msgstr ""
105   -
106   -#: courses/forms.py:56 courses/models.py:46
107   -msgid "Description"
108   -msgstr ""
109   -
110   -#: courses/forms.py:57
111   -msgid "Is it visible?"
112   -msgstr ""
113   -
114   -#: courses/forms.py:60
115   -msgid "Module's name"
116   -msgstr ""
117   -
118   -#: courses/forms.py:61
119   -msgid "Modules's description"
120   -msgstr ""
121   -
122   -#: courses/forms.py:62
123   -msgid "Is the module visible?"
124   -msgstr ""
125   -
126   -#: courses/models.py:8 courses/models.py:21 courses/models.py:45
127   -#: courses/templates/category/index.html:39
128   -msgid "Slug"
129   -msgstr ""
130   -
131   -#: courses/models.py:9 courses/models.py:25 courses/models.py:48
132   -msgid "Creation Date"
133   -msgstr ""
134   -
135   -#: courses/models.py:13 courses/templates/category/create.html:16
136   -#: courses/templates/category/delete.html:15
137   -#: courses/templates/category/index.html:15
138   -#: courses/templates/category/update.html:16
139   -#: courses/templates/category/view.html:15
140   -msgid "Categories"
141   -msgstr ""
142   -
143   -#: courses/models.py:22
144   -msgid "Objectivies"
145   -msgstr ""
146   -
147   -#: courses/models.py:24
148   -msgid "Maximum Students"
149   -msgstr ""
150   -
151   -#: courses/models.py:26
152   -msgid "Register Date (Begin)"
153   -msgstr ""
154   -
155   -#: courses/models.py:27
156   -msgid "Register Date (End)"
157   -msgstr ""
158   -
159   -#: courses/models.py:28
160   -msgid "Begin of Course Date"
161   -msgstr ""
162   -
163   -#: courses/models.py:29
164   -msgid "End of Course Date"
165   -msgstr ""
166   -
167   -#: courses/models.py:32
168   -msgid "User"
169   -msgstr ""
170   -
171   -#: courses/models.py:36 courses/models.py:49
172   -msgid "Course"
173   -msgstr ""
174   -
175   -#: courses/models.py:37 courses/templates/course/create.html:16
176   -#: courses/templates/course/delete.html:15
177   -#: courses/templates/course/filtered.html:6
178   -#: courses/templates/course/index.html:15
179   -#: courses/templates/course/update.html:16
180   -#: courses/templates/course/view.html:15
181   -#: courses/templates/module/create.html:17
182   -#: courses/templates/module/delete.html:16
183   -#: courses/templates/module/index.html:16
184   -#: courses/templates/module/update.html:17
185   -msgid "Courses"
186   -msgstr ""
187   -
188   -#: courses/models.py:47 courses/templates/module/index.html:107
189   -msgid "Visible"
190   -msgstr ""
191   -
192   -#: courses/models.py:53
193   -msgid "Module"
194   -msgstr ""
195   -
196   -#: courses/models.py:54 courses/templates/module/index.html:92
197   -msgid "Modules"
198   -msgstr ""
199   -
200   -#: courses/templates/category/create.html:8
201   -#: courses/templates/category/delete.html:7
202   -#: courses/templates/category/index.html:7
203   -#: courses/templates/category/update.html:8
204   -#: courses/templates/category/view.html:7
205   -#: courses/templates/course/create.html:8
206   -#: courses/templates/course/delete.html:7 courses/templates/course/index.html:7
207   -#: courses/templates/course/update.html:8 courses/templates/course/view.html:7
208   -#: courses/templates/module/create.html:8
209   -#: courses/templates/module/delete.html:7 courses/templates/module/index.html:7
210   -#: courses/templates/module/update.html:8
211   -msgid "Home"
212   -msgstr ""
213   -
214   -#: courses/templates/category/create.html:9
215   -#: courses/templates/category/delete.html:18
216   -#: courses/templates/category/index.html:18
217   -#: courses/templates/category/view.html:18
218   -msgid "Create Category"
219   -msgstr ""
220   -
221   -#: courses/templates/category/create.html:26
222   -#: courses/templates/category/update.html:26
223   -#: courses/templates/course/create.html:26
224   -#: courses/templates/course/update.html:32
225   -#: courses/templates/module/create.html:52
226   -#: courses/templates/module/update.html:52
227   -msgid "All fields are required"
228   -msgstr ""
229   -
230   -#: courses/templates/category/create.html:51
231   -#: courses/templates/category/update.html:51
232   -#: courses/templates/course/create.html:51
233   -#: courses/templates/course/update.html:57
234   -#: courses/templates/module/create.html:77
235   -#: courses/templates/module/update.html:77
236   -msgid "Save"
237   -msgstr ""
238   -
239   -#: courses/templates/category/delete.html:8
240   -#: courses/templates/category/index.html:8
241   -msgid "Manage Categories"
242   -msgstr ""
243   -
244   -#: courses/templates/category/delete.html:26
245   -msgid "Are you sure you want to delete the category"
246   -msgstr ""
247   -
248   -#: courses/templates/category/delete.html:27
249   -#: courses/templates/course/delete.html:28
250   -#: courses/templates/module/delete.html:50
251   -msgid "Yes"
252   -msgstr ""
253   -
254   -#: courses/templates/category/delete.html:28
255   -#: courses/templates/course/delete.html:29
256   -#: courses/templates/module/delete.html:51
257   -msgid "No"
258   -msgstr ""
259   -
260   -#: courses/templates/category/index.html:40
261   -msgid "Actions"
262   -msgstr ""
263   -
264   -#: courses/templates/category/index.html:59
265   -msgid "No categories found"
266   -msgstr ""
267   -
268   -#: courses/templates/category/update.html:9
269   -#: courses/templates/category/view.html:21
270   -msgid "Edit Category"
271   -msgstr ""
272   -
273   -#: courses/templates/category/view.html:24
274   -msgid "Remove Category"
275   -msgstr ""
276   -
277   -#: courses/templates/category/view.html:32
278   -msgid "Name:"
279   -msgstr ""
280   -
281   -#: courses/templates/category/view.html:33
282   -msgid "Slug:"
283   -msgstr ""
284   -
285   -#: courses/templates/course/create.html:9
286   -#: courses/templates/course/delete.html:18
287   -#: courses/templates/course/filtered.html:9
288   -#: courses/templates/course/index.html:18 courses/templates/course/view.html:25
289   -#: courses/templates/module/create.html:20
290   -#: courses/templates/module/delete.html:19
291   -#: courses/templates/module/index.html:26
292   -#: courses/templates/module/update.html:20
293   -msgid "Create Course"
294   -msgstr ""
295   -
296   -#: courses/templates/course/delete.html:27
297   -msgid "Are you sure you want to delete the couse"
298   -msgstr ""
299   -
300   -#: courses/templates/course/filtered.html:17
301   -#: courses/templates/course/index.html:26
302   -msgid "Categories:"
303   -msgstr ""
304   -
305   -#: courses/templates/course/index.html:8
306   -msgid "Manage Courses"
307   -msgstr ""
308   -
309   -#: courses/templates/course/index.html:80
310   -msgid "students tops"
311   -msgstr ""
312   -
313   -#: courses/templates/course/index.html:86
314   -msgid "Subscribe Period:"
315   -msgstr ""
316   -
317   -#: courses/templates/course/index.html:88 courses/templates/course/view.html:59
318   -#: courses/templates/module/index.html:83
319   -msgid "Period:"
320   -msgstr ""
321   -
322   -#: courses/templates/course/index.html:96
323   -msgid "Subscribe"
324   -msgstr ""
325   -
326   -#: courses/templates/course/index.html:114
327   -msgid "No courses found"
328   -msgstr ""
329   -
330   -#: courses/templates/course/update.html:9 courses/templates/course/view.html:28
331   -#: courses/templates/module/create.html:26
332   -#: courses/templates/module/delete.html:25
333   -#: courses/templates/module/index.html:29
334   -#: courses/templates/module/update.html:26
335   -msgid "Edit Course"
336   -msgstr ""
337   -
338   -#: courses/templates/course/update.html:19
339   -#: courses/templates/course/view.html:21
340   -#: courses/templates/module/create.html:29
341   -#: courses/templates/module/delete.html:9
342   -#: courses/templates/module/delete.html:28
343   -#: courses/templates/module/index.html:9 courses/templates/module/index.html:22
344   -#: courses/templates/module/update.html:29
345   -msgid "Manage Modules"
346   -msgstr ""
347   -
348   -#: courses/templates/course/update.html:22
349   -#: courses/templates/course/view.html:31
350   -#: courses/templates/module/create.html:32
351   -#: courses/templates/module/delete.html:31
352   -#: courses/templates/module/index.html:32
353   -#: courses/templates/module/update.html:32
354   -msgid "Participants"
355   -msgstr ""
356   -
357   -#: courses/templates/course/view.html:18
358   -#: courses/templates/module/create.html:23
359   -#: courses/templates/module/delete.html:22
360   -#: courses/templates/module/index.html:19
361   -#: courses/templates/module/update.html:23
362   -msgid "Course Info"
363   -msgstr ""
364   -
365   -#: courses/templates/course/view.html:34
366   -#: courses/templates/module/create.html:35
367   -#: courses/templates/module/delete.html:34
368   -#: courses/templates/module/index.html:35
369   -#: courses/templates/module/update.html:35
370   -msgid "Course avaliations"
371   -msgstr ""
372   -
373   -#: courses/templates/course/view.html:37
374   -#: courses/templates/module/create.html:38
375   -#: courses/templates/module/delete.html:37
376   -#: courses/templates/module/index.html:38
377   -#: courses/templates/module/update.html:38
378   -msgid "Duplicate Course"
379   -msgstr ""
380   -
381   -#: courses/templates/course/view.html:40
382   -#: courses/templates/module/create.html:41
383   -#: courses/templates/module/delete.html:40
384   -#: courses/templates/module/index.html:41
385   -#: courses/templates/module/update.html:41
386   -msgid "Delete Course"
387   -msgstr ""
388   -
389   -#: courses/templates/course/view.html:56
390   -msgid "Subscribes:"
391   -msgstr ""
392   -
393   -#: courses/templates/course/view.html:66
394   -msgid "Objectives:"
395   -msgstr ""
396   -
397   -#: courses/templates/course/view.html:69
398   -msgid "Work Plan:"
399   -msgstr ""
400   -
401   -#: courses/templates/module/create.html:10
402   -#: courses/templates/module/index.html:70
403   -msgid "Create Module"
404   -msgstr ""
405   -
406   -#: courses/templates/module/delete.html:49
407   -msgid "Are you sure you want to delete the module"
408   -msgstr ""
409   -
410   -#: courses/templates/module/index.html:80
411   -msgid "students maximum"
412   -msgstr ""
413   -
414   -#: courses/templates/module/index.html:109
415   -msgid "Invisible"
416   -msgstr ""
417   -
418   -#: courses/templates/module/index.html:125
419   -msgid "No modules found"
420   -msgstr ""
421   -
422   -#: courses/templates/module/update.html:10
423   -msgid "Edit Module"
424   -msgstr ""
425   -
426   -#: courses/views.py:49
427   -msgid "Course created successfully!"
428   -msgstr ""
429   -
430   -#: courses/views.py:71
431   -msgid "Course edited successfully!"
432   -msgstr ""
433   -
434   -#: courses/views.py:93
435   -msgid "Course deleted successfully!"
436   -msgstr ""
437   -
438   -#: courses/views.py:143
439   -msgid "Category created successfully!"
440   -msgstr ""
441   -
442   -#: courses/views.py:165
443   -msgid "Category edited successfully!"
444   -msgstr ""
445   -
446   -#: courses/views.py:186
447   -msgid "Category deleted successfully!"
448   -msgstr ""
449   -
450   -#: courses/views.py:238
451   -msgid "Module created successfully!"
452   -msgstr ""
453   -
454   -#: courses/views.py:269
455   -msgid "Module edited successfully!"
456   -msgstr ""
457   -
458   -#: courses/views.py:292
459   -msgid "Module deleted successfully!"
460   -msgstr ""
users/locale/pt_BR/LC_MESSAGES/django.po 0 → 100644
... ... @@ -0,0 +1,221 @@
  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: 2016-09-01 16:02-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 +#: users/forms.py:10
  22 +msgid "Password"
  23 +msgstr ""
  24 +
  25 +#: users/models.py:10
  26 +msgid "Login"
  27 +msgstr ""
  28 +
  29 +#: users/models.py:13
  30 +msgid ""
  31 +"Type a valid username. This fields should only contain letters, numbers and "
  32 +"the characteres: @/./+/-/_ ."
  33 +msgstr ""
  34 +
  35 +#: users/models.py:16
  36 +msgid ""
  37 +"A short name that will be used to identify you in the platform and to access "
  38 +"it"
  39 +msgstr ""
  40 +
  41 +#: users/models.py:17
  42 +msgid "Mail"
  43 +msgstr ""
  44 +
  45 +#: users/models.py:18
  46 +msgid "Name"
  47 +msgstr ""
  48 +
  49 +#: users/models.py:19
  50 +msgid "City"
  51 +msgstr ""
  52 +
  53 +#: users/models.py:20
  54 +msgid "State"
  55 +msgstr ""
  56 +
  57 +#: users/models.py:21
  58 +msgid "Gender"
  59 +msgstr ""
  60 +
  61 +#: users/models.py:21
  62 +msgid "Male"
  63 +msgstr ""
  64 +
  65 +#: users/models.py:21
  66 +msgid "Female"
  67 +msgstr ""
  68 +
  69 +#: users/models.py:22
  70 +msgid "Image"
  71 +msgstr ""
  72 +
  73 +#: users/models.py:23
  74 +msgid "Birth Date"
  75 +msgstr ""
  76 +
  77 +#: users/models.py:24
  78 +msgid "Phone"
  79 +msgstr ""
  80 +
  81 +#: users/models.py:25 users/templates/users/profile.html:42
  82 +msgid "Cpf"
  83 +msgstr ""
  84 +
  85 +#: users/models.py:26
  86 +msgid "Type"
  87 +msgstr ""
  88 +
  89 +#: users/models.py:26
  90 +msgid "Professor"
  91 +msgstr ""
  92 +
  93 +#: users/models.py:26
  94 +msgid "Student"
  95 +msgstr ""
  96 +
  97 +#: users/models.py:27
  98 +msgid "Create Date"
  99 +msgstr ""
  100 +
  101 +#: users/models.py:28
  102 +msgid "Administrador"
  103 +msgstr ""
  104 +
  105 +#: users/models.py:29
  106 +msgid "Active"
  107 +msgstr ""
  108 +
  109 +#: users/models.py:37
  110 +msgid "User"
  111 +msgstr ""
  112 +
  113 +#: users/models.py:38
  114 +msgid "Users"
  115 +msgstr ""
  116 +
  117 +#: users/templates/users/create.html:8
  118 +#: users/templates/users/edit_profile.html:8 users/templates/users/index.html:7
  119 +#: users/templates/users/profile.html:8 users/templates/users/update.html:8
  120 +#: users/templates/users/view.html:7
  121 +msgid "Home"
  122 +msgstr ""
  123 +
  124 +#: users/templates/users/create.html:9
  125 +msgid "New User"
  126 +msgstr ""
  127 +
  128 +#: users/templates/users/create.html:16 users/templates/users/index.html:15
  129 +#: users/templates/users/update.html:16 users/templates/users/view.html:15
  130 +msgid "System Users"
  131 +msgstr ""
  132 +
  133 +#: users/templates/users/create.html:19 users/templates/users/index.html:18
  134 +#: users/templates/users/update.html:19 users/templates/users/view.html:18
  135 +msgid "New Account"
  136 +msgstr ""
  137 +
  138 +#: users/templates/users/create.html:22 users/templates/users/index.html:21
  139 +#: users/templates/users/update.html:22 users/templates/users/view.html:27
  140 +msgid "Send Mail"
  141 +msgstr ""
  142 +
  143 +#: users/templates/users/create.html:32
  144 +#: users/templates/users/edit_profile.html:29
  145 +#: users/templates/users/update.html:32
  146 +msgid "All fields are required"
  147 +msgstr ""
  148 +
  149 +#: users/templates/users/create.html:57
  150 +#: users/templates/users/edit_profile.html:64
  151 +#: users/templates/users/update.html:57
  152 +msgid "Save"
  153 +msgstr ""
  154 +
  155 +#: users/templates/users/edit_profile.html:9
  156 +#: users/templates/users/edit_profile.html:19
  157 +#: users/templates/users/profile.html:19
  158 +msgid "Edit Profile"
  159 +msgstr ""
  160 +
  161 +#: users/templates/users/edit_profile.html:16
  162 +#: users/templates/users/profile.html:9 users/templates/users/profile.html:16
  163 +msgid "Profile"
  164 +msgstr ""
  165 +
  166 +#: users/templates/users/index.html:8
  167 +msgid "Manage Users"
  168 +msgstr ""
  169 +
  170 +#: users/templates/users/index.html:56 users/templates/users/profile.html:32
  171 +#: users/templates/users/view.html:39
  172 +msgid "Administrator"
  173 +msgstr ""
  174 +
  175 +#: users/templates/users/index.html:74
  176 +msgid "No users found"
  177 +msgstr ""
  178 +
  179 +#: users/templates/users/profile.html:36 users/templates/users/view.html:43
  180 +msgid "Mail:"
  181 +msgstr ""
  182 +
  183 +#: users/templates/users/profile.html:39 users/templates/users/view.html:46
  184 +msgid "Phone:"
  185 +msgstr ""
  186 +
  187 +#: users/templates/users/profile.html:45
  188 +msgid "Birth date"
  189 +msgstr ""
  190 +
  191 +#: users/templates/users/update.html:9
  192 +msgid "Edit user"
  193 +msgstr ""
  194 +
  195 +#: users/templates/users/view.html:21
  196 +msgid "View User Account"
  197 +msgstr ""
  198 +
  199 +#: users/templates/users/view.html:24
  200 +msgid "Edit User Account"
  201 +msgstr ""
  202 +
  203 +#: users/templates/users/view.html:49
  204 +msgid "Cpf:"
  205 +msgstr ""
  206 +
  207 +#: users/templates/users/view.html:52
  208 +msgid "Birth date:"
  209 +msgstr ""
  210 +
  211 +#: users/views.py:47
  212 +msgid "User created successfully!"
  213 +msgstr ""
  214 +
  215 +#: users/views.py:76
  216 +msgid "User edited successfully!"
  217 +msgstr ""
  218 +
  219 +#: users/views.py:125
  220 +msgid "Profile edited successfully!"
  221 +msgstr ""
... ...
users/locale/pt_br/LC_MESSAGES/django.po
... ... @@ -1,212 +0,0 @@
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: 2016-08-25 13:03-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   -
20   -#: users/forms.py:10 users/forms.py:26
21   -msgid "Password"
22   -msgstr ""
23   -
24   -#: users/models.py:10
25   -msgid "Login"
26   -msgstr ""
27   -
28   -#: users/models.py:13
29   -msgid ""
30   -"Type a valid username. This fields should only contain letters, numbers and "
31   -"the characteres: @/./+/-/_ ."
32   -msgstr ""
33   -
34   -#: users/models.py:16
35   -msgid ""
36   -"A short name that will be used to identify you in the platform and to access "
37   -"it"
38   -msgstr ""
39   -
40   -#: users/models.py:17
41   -msgid "Mail"
42   -msgstr ""
43   -
44   -#: users/models.py:18
45   -msgid "Name"
46   -msgstr ""
47   -
48   -#: users/models.py:19
49   -msgid "City"
50   -msgstr ""
51   -
52   -#: users/models.py:20
53   -msgid "State"
54   -msgstr ""
55   -
56   -#: users/models.py:21
57   -msgid "Gender"
58   -msgstr ""
59   -
60   -#: users/models.py:21
61   -msgid "Male"
62   -msgstr ""
63   -
64   -#: users/models.py:21
65   -msgid "Female"
66   -msgstr ""
67   -
68   -#: users/models.py:22
69   -msgid "Image"
70   -msgstr ""
71   -
72   -#: users/models.py:23
73   -msgid "Birth Date"
74   -msgstr ""
75   -
76   -#: users/models.py:24
77   -msgid "Phone"
78   -msgstr ""
79   -
80   -#: users/models.py:25 users/templates/users/profile.html:42
81   -msgid "Cpf"
82   -msgstr ""
83   -
84   -#: users/models.py:26
85   -msgid "Type"
86   -msgstr ""
87   -
88   -#: users/models.py:26
89   -msgid "Professor"
90   -msgstr ""
91   -
92   -#: users/models.py:26
93   -msgid "Student"
94   -msgstr ""
95   -
96   -#: users/models.py:27
97   -msgid "Create Date"
98   -msgstr ""
99   -
100   -#: users/models.py:28
101   -msgid "Administrador"
102   -msgstr ""
103   -
104   -#: users/models.py:29
105   -msgid "Active"
106   -msgstr ""
107   -
108   -#: users/models.py:37
109   -msgid "User"
110   -msgstr ""
111   -
112   -#: users/models.py:38
113   -msgid "Users"
114   -msgstr ""
115   -
116   -#: users/templates/users/create.html:8
117   -#: users/templates/users/edit_profile.html:8 users/templates/users/index.html:7
118   -#: users/templates/users/profile.html:8 users/templates/users/update.html:8
119   -#: users/templates/users/view.html:7
120   -msgid "Home"
121   -msgstr ""
122   -
123   -#: users/templates/users/create.html:9
124   -msgid "New User"
125   -msgstr ""
126   -
127   -#: users/templates/users/create.html:16 users/templates/users/index.html:15
128   -#: users/templates/users/update.html:16 users/templates/users/view.html:15
129   -msgid "System Users"
130   -msgstr ""
131   -
132   -#: users/templates/users/create.html:19 users/templates/users/index.html:18
133   -#: users/templates/users/update.html:19 users/templates/users/view.html:18
134   -msgid "New Account"
135   -msgstr ""
136   -
137   -#: users/templates/users/create.html:22 users/templates/users/index.html:21
138   -#: users/templates/users/update.html:22 users/templates/users/view.html:21
139   -msgid "Send Mail"
140   -msgstr ""
141   -
142   -#: users/templates/users/create.html:32
143   -#: users/templates/users/edit_profile.html:29
144   -#: users/templates/users/update.html:32
145   -msgid "All fields are required"
146   -msgstr ""
147   -
148   -#: users/templates/users/create.html:57
149   -#: users/templates/users/edit_profile.html:64
150   -#: users/templates/users/update.html:57
151   -msgid "Save"
152   -msgstr ""
153   -
154   -#: users/templates/users/edit_profile.html:9
155   -#: users/templates/users/edit_profile.html:19
156   -#: users/templates/users/profile.html:19
157   -msgid "Edit Profile"
158   -msgstr ""
159   -
160   -#: users/templates/users/edit_profile.html:16
161   -#: users/templates/users/profile.html:9 users/templates/users/profile.html:16
162   -msgid "Profile"
163   -msgstr ""
164   -
165   -#: users/templates/users/index.html:8
166   -msgid "Manage Users"
167   -msgstr ""
168   -
169   -#: users/templates/users/index.html:56 users/templates/users/profile.html:32
170   -#: users/templates/users/view.html:33
171   -msgid "Administrator"
172   -msgstr ""
173   -
174   -#: users/templates/users/index.html:74
175   -msgid "No users found"
176   -msgstr ""
177   -
178   -#: users/templates/users/profile.html:36 users/templates/users/view.html:37
179   -msgid "Mail:"
180   -msgstr ""
181   -
182   -#: users/templates/users/profile.html:39 users/templates/users/view.html:40
183   -msgid "Phone:"
184   -msgstr ""
185   -
186   -#: users/templates/users/profile.html:45
187   -msgid "Birth date"
188   -msgstr ""
189   -
190   -#: users/templates/users/update.html:9
191   -msgid "Edit user"
192   -msgstr ""
193   -
194   -#: users/templates/users/view.html:43
195   -msgid "Cpf:"
196   -msgstr ""
197   -
198   -#: users/templates/users/view.html:46
199   -msgid "Birth date:"
200   -msgstr ""
201   -
202   -#: users/views.py:35
203   -msgid "User created successfully!"
204   -msgstr ""
205   -
206   -#: users/views.py:63
207   -msgid "User edited successfully!"
208   -msgstr ""
209   -
210   -#: users/views.py:107
211   -msgid "Profile edited successfully!"
212   -msgstr ""