diff --git a/app/company/views.py b/app/company/views.py
index 88bf13a..dd551a8 100644
--- a/app/company/views.py
+++ b/app/company/views.py
@@ -85,7 +85,7 @@ def get_success_url(self):
messages.add_message(
self.request,
messages.SUCCESS,
- _(u'This status has been added.')
+ _(u'The status has been added.')
)
return reverse_lazy("company:index")
@@ -108,7 +108,7 @@ def get_success_url(self):
messages.add_message(
self.request,
messages.SUCCESS,
- _(u'This company has been added.')
+ _(u'The company has been added.')
)
return reverse_lazy("company:index")
diff --git a/app/experiment/locale/fr/LC_MESSAGES/django.mo b/app/experiment/locale/fr/LC_MESSAGES/django.mo
index fbb782a..d00beae 100644
Binary files a/app/experiment/locale/fr/LC_MESSAGES/django.mo and b/app/experiment/locale/fr/LC_MESSAGES/django.mo differ
diff --git a/app/experiment/locale/fr/LC_MESSAGES/django.po b/app/experiment/locale/fr/LC_MESSAGES/django.po
index 20a1392..eaf64b9 100644
--- a/app/experiment/locale/fr/LC_MESSAGES/django.po
+++ b/app/experiment/locale/fr/LC_MESSAGES/django.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-03-23 13:44-0400\n"
-"PO-Revision-Date: 2016-03-22 16:23-0400\n"
-"Last-Translator: \n"
+"POT-Creation-Date: 2016-03-29 12:12-0400\n"
+"PO-Revision-Date: 2016-03-29 11:22-0400\n"
+"Last-Translator: Nicholas Savard\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -41,15 +41,15 @@ msgid "Validation"
msgstr "Validation"
#: .\app\experiment\models.py:42
-msgid "Description of the experiment"
-msgstr "Description de l'expérimentation"
+msgid "Experiment description"
+msgstr "Description de l'expérience"
#: .\app\experiment\models.py:46
-msgid "Number of subject for the test"
-msgstr "Nombre de sujet pour le test"
+msgid "Number of test participants"
+msgstr "Nombre de participants pour le test"
#: .\app\experiment\models.py:50
-msgid "Description of the subject test"
+msgid "Test description"
msgstr "Description du test"
#: .\app\experiment\models.py:55
@@ -57,24 +57,22 @@ msgid "Conclusion"
msgstr "Conclusion"
#: .\app\experiment\templates\experiment\customerexperiment_confirm_delete.html:7
-#, fuzzy
-#| msgid "New Experiment"
msgid "Delete experiment"
-msgstr "Nouvelle expérimentation"
+msgstr "Supprimer expérience"
#: .\app\experiment\templates\experiment\customerexperiment_confirm_delete.html:10
#: .\app\experiment\templates\experiment\customerexperiment_form.html:8
#: .\app\experiment\templates\experiment\customerexperiment_form.html:11
msgid "Experiment"
-msgstr "Experimentation"
+msgstr "Expérience"
#: .\app\experiment\templates\experiment\customerexperiment_confirm_delete.html:12
-msgid "Are you sure you want to delete this experiment ?"
-msgstr "Êtes-vous sûr de vouloir supprimer cette expérimentation ?"
+msgid "Are you sure you want to delete this experiment?"
+msgstr "Êtes-vous sûr de vouloir supprimer cette expérience?"
#: .\app\experiment\templates\experiment\customerexperiment_confirm_delete.html:16
-msgid "create on"
-msgstr "créé le"
+msgid "Created on"
+msgstr "Créé le"
#: .\app\experiment\templates\experiment\customerexperiment_confirm_delete.html:20
#: .\app\experiment\templates\experiment\customerexperiment_list.html:21
@@ -92,7 +90,9 @@ msgstr "Enregistrer"
#: .\app\experiment\templates\experiment\customerexperiment_list.html:6
#: .\app\experiment\templates\experiment\customerexperiment_list.html:9
-msgid "Customer Experiments"
+#, fuzzy
+#| msgid "Customer Experiments"
+msgid "Customer Experimentation"
msgstr "Expérimentation clientèle"
#: .\app\experiment\templates\experiment\customerexperiment_list.html:16
@@ -114,4 +114,13 @@ msgstr "Modifier"
#: .\app\experiment\templates\experiment\customerexperiment_list.html:39
msgid "New Experiment"
-msgstr "Nouvelle expérimentation"
+msgstr "Nouvelle expérience"
+
+#~ msgid "Description of the experiment"
+#~ msgstr "Description de l'expérimentation"
+
+#~ msgid "Number of subject for the test"
+#~ msgstr "Nombre de sujet pour le test"
+
+#~ msgid "Description of the subject test"
+#~ msgstr "Description du test"
diff --git a/app/experiment/locale/pt/LC_MESSAGES/django.mo b/app/experiment/locale/pt/LC_MESSAGES/django.mo
index 84eaf94..0cd9f1a 100644
Binary files a/app/experiment/locale/pt/LC_MESSAGES/django.mo and b/app/experiment/locale/pt/LC_MESSAGES/django.mo differ
diff --git a/app/experiment/locale/pt/LC_MESSAGES/django.po b/app/experiment/locale/pt/LC_MESSAGES/django.po
index 8ef3ced..1746222 100644
--- a/app/experiment/locale/pt/LC_MESSAGES/django.po
+++ b/app/experiment/locale/pt/LC_MESSAGES/django.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-03-23 13:44-0400\n"
-"PO-Revision-Date: 2016-03-22 16:23-0400\n"
+"POT-Creation-Date: 2016-03-29 12:12-0400\n"
+"PO-Revision-Date: 2016-03-24 14:34-0400\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt_BR\n"
@@ -41,16 +41,18 @@ msgid "Validation"
msgstr "Validação"
#: .\app\experiment\models.py:42
-msgid "Description of the experiment"
-msgstr "Descrição do experimento"
+#, fuzzy
+#| msgid "Experiment"
+msgid "Experiment description"
+msgstr "Experimento"
#: .\app\experiment\models.py:46
-msgid "Number of subject for the test"
-msgstr "Número de participantes do experimento"
+msgid "Number of test participants"
+msgstr ""
#: .\app\experiment\models.py:50
-msgid "Description of the subject test"
-msgstr "Descrição do participante do experimento"
+msgid "Test description"
+msgstr ""
#: .\app\experiment\models.py:55
msgid "Conclusion"
@@ -69,11 +71,15 @@ msgid "Experiment"
msgstr "Experimento"
#: .\app\experiment\templates\experiment\customerexperiment_confirm_delete.html:12
-msgid "Are you sure you want to delete this experiment ?"
+#, fuzzy
+#| msgid "Are you sure you want to delete this experiment ?"
+msgid "Are you sure you want to delete this experiment?"
msgstr "Você tem certeza que quer deletar este experimento?"
#: .\app\experiment\templates\experiment\customerexperiment_confirm_delete.html:16
-msgid "create on"
+#, fuzzy
+#| msgid "create on"
+msgid "Created on"
msgstr "criado em"
#: .\app\experiment\templates\experiment\customerexperiment_confirm_delete.html:20
@@ -92,7 +98,9 @@ msgstr "Salvar"
#: .\app\experiment\templates\experiment\customerexperiment_list.html:6
#: .\app\experiment\templates\experiment\customerexperiment_list.html:9
-msgid "Customer Experiments"
+#, fuzzy
+#| msgid "Customer Experiments"
+msgid "Customer Experimentation"
msgstr "Experimentos com clientes"
#: .\app\experiment\templates\experiment\customerexperiment_list.html:16
@@ -115,3 +123,12 @@ msgstr "Modificar"
#: .\app\experiment\templates\experiment\customerexperiment_list.html:39
msgid "New Experiment"
msgstr "Novo Experimento"
+
+#~ msgid "Description of the experiment"
+#~ msgstr "Descrição do experimento"
+
+#~ msgid "Number of subject for the test"
+#~ msgstr "Número de participantes do experimento"
+
+#~ msgid "Description of the subject test"
+#~ msgstr "Descrição do participante do experimento"
diff --git a/app/experiment/models.py b/app/experiment/models.py
index 9c66a7b..54df808 100644
--- a/app/experiment/models.py
+++ b/app/experiment/models.py
@@ -39,15 +39,15 @@ class CustomerExperiment(models.Model):
experiment_description = models.TextField(
max_length=1024,
- verbose_name=_('Description of the experiment')
+ verbose_name=_('Experiment description')
)
test_subject_count = models.PositiveIntegerField(
default=0,
- verbose_name=_('Number of subject for the test')
+ verbose_name=_('Number of test participants')
)
test_subject_description = models.TextField(
max_length=512,
- verbose_name=_('Description of the subject test')
+ verbose_name=_('Test description')
)
conclusions = models.TextField(
max_length=512,
diff --git a/app/experiment/templates/experiment/customerexperiment_confirm_delete.html b/app/experiment/templates/experiment/customerexperiment_confirm_delete.html
index 070e44e..8860cf8 100644
--- a/app/experiment/templates/experiment/customerexperiment_confirm_delete.html
+++ b/app/experiment/templates/experiment/customerexperiment_confirm_delete.html
@@ -9,11 +9,11 @@
{% block content %}
{% trans "Experiment" %}
-
{% trans "Are you sure you want to delete this experiment ?" %}
+
{% trans "Are you sure you want to delete this experiment?" %}
{% trans "Hypothesis"%} : {{ experiment.hypothesis }}
- {% trans "create on" %} : {{ experiment.dateStart}}
+ {% trans "Created on" %} : {{ experiment.dateStart}}
{% else %}
-
{% trans "No companies exist." %}
+
{% trans "No companies found" %}
{% endif %}
diff --git a/app/founder/templates/founder/index.html b/app/founder/templates/founder/index.html
index 73f5822..31046de 100644
--- a/app/founder/templates/founder/index.html
+++ b/app/founder/templates/founder/index.html
@@ -8,7 +8,7 @@
{% block content %}
@@ -80,6 +80,6 @@
{% trans "Centech Founders" %}
{% endfor %}
{% else %}
-
{% trans "No founders exist." %}
+
{% trans "No founders found" %}
{% endif %}
{% endblock %}
\ No newline at end of file
diff --git a/app/home/locale/fr/LC_MESSAGES/django.mo b/app/home/locale/fr/LC_MESSAGES/django.mo
index 1c39732..055a714 100644
Binary files a/app/home/locale/fr/LC_MESSAGES/django.mo and b/app/home/locale/fr/LC_MESSAGES/django.mo differ
diff --git a/app/home/locale/fr/LC_MESSAGES/django.po b/app/home/locale/fr/LC_MESSAGES/django.po
index a5de5ab..b5bfb70 100644
--- a/app/home/locale/fr/LC_MESSAGES/django.po
+++ b/app/home/locale/fr/LC_MESSAGES/django.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-03-23 13:44-0400\n"
-"PO-Revision-Date: 2016-03-22 16:23-0400\n"
-"Last-Translator: \n"
+"POT-Creation-Date: 2016-03-29 12:12-0400\n"
+"PO-Revision-Date: 2016-03-29 11:52-0400\n"
+"Last-Translator: Nicholas Savard\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -36,7 +36,7 @@ msgstr "Courriel"
#: .\app\home\models.py:20
msgid "Education"
-msgstr "Niveau d'étude"
+msgstr "Étude"
#: .\app\home\models.py:24
msgid "Education level"
@@ -88,7 +88,7 @@ msgstr "linkedIn"
#: .\app\home\templates\home\index.html:5
msgid "Home"
-msgstr ""
+msgstr "Accueil"
#: .\app\home\templates\home\index.html:13
msgid "Dashboard"
@@ -99,47 +99,51 @@ msgid "Follow us on"
msgstr "Suivez nous sur"
#: .\app\home\templates\home\index.html:44
+#, fuzzy
msgid ""
"Cette plateforme est une plateforme privée appartenant au Centech, "
"incubateur de sociétés technologiques de l'École de Technologie supérieure "
"de Montréal."
msgstr ""
+"Cette plateforme est une plateforme privée appartenant au Centech, "
+"incubateur de sociétés technologiques de l'École de Technologie supérieure "
+"de Montréal."
#: .\app\home\templates\home\index.html:45
+#, fuzzy
msgid ""
"Si vous voulez disposer d'un compte d'accès ou avoir plus de renseignements "
"sur notre plateforme, merci de contacter nos services via l'adresse"
msgstr ""
+"Si vous voulez disposer d'un compte d'accès ou avoir plus de renseignements "
+"sur notre plateforme, merci de contacter nos services via l'adresse"
#: .\app\home\templates\home\maStartup.html:4
msgid "Road map"
-msgstr ""
+msgstr "Carte routière"
#: .\app\home\templates\home\noAccessPermissions.html:5
msgid "No Access"
msgstr "Pas d'autorisation"
#: .\app\home\templates\home\noAccessPermissions.html:9
-msgid "Sorry! But you don't have the permissions to access this page"
-msgstr "Désolé! Mais vous n'avez pas la permissions d'accéder a cette page"
+msgid "Sorry! You do not have the permissions to access this page."
+msgstr "Désolé! Vous n'avez pas les permissions pour accéder à cette page"
#: .\app\home\templates\home\noAccessPermissions.html:11
+#: .\app\home\templates\registration\login.html:15
msgid ""
-"If it's an error, you can contact the administrator for have access on this "
-"page"
-msgstr ""
-"Si c'est une erreur, vous pouvez contacter l'administrateur pour avoir "
-"l'accès a cette page"
+"If you believe this is an error, please contact the administrator for "
+"assistance"
+msgstr "Si c'est une erreur, merci de contact l'administrateur"
#: .\app\home\templates\home\noAccessPermissions.html:13
-msgid "Sorry for inconvenience"
+msgid "Sorry for the inconvenience"
msgstr "Désolé pour le dérangement"
#: .\app\home\templates\home\password_update_form.html:7
-#, fuzzy
-#| msgid "Account"
msgid "My account"
-msgstr "Compte"
+msgstr "Mon Compte"
#: .\app\home\templates\home\password_update_form.html:14
msgid "Save"
@@ -151,7 +155,7 @@ msgstr "Réinitialiser"
#: .\app\home\templates\home\summary.html:8
msgid "Summary"
-msgstr ""
+msgstr "Sommaire"
#: .\app\home\templates\home\summary.html:20
msgid "Select a status"
@@ -211,12 +215,12 @@ msgstr "TRL"
#: .\app\home\templates\home\summary.html:154
#: .\app\home\templates\home\summary.html:156
-msgid "Last irl"
+msgid "Last IRL"
msgstr "Dernier IRL"
#: .\app\home\templates\home\summary.html:154
#: .\app\home\templates\home\summary.html:158
-msgid "Last trl"
+msgid "Last TRL"
msgstr "Dernier TRL"
#: .\app\home\templates\home\summary.html:177
@@ -262,8 +266,8 @@ msgid "Incubation duration (months)"
msgstr "Temps d'incubation (mois)"
#: .\app\home\templates\registration\login.html:5
-msgid "Connexion"
-msgstr ""
+msgid "Login"
+msgstr "Connexion"
#: .\app\home\templates\registration\login.html:14
msgid "Your username and password didn't match. Please try again."
@@ -271,9 +275,18 @@ msgstr ""
"Votre nom d'utilisateur et votre mot de passe ne correspondent pas. Veuillez "
"recommencer."
-#: .\app\home\templates\registration\login.html:15
-msgid "If it's an error, please contact the administrator"
-msgstr "Si c'est une erreur, merci de contact l'administrateur"
+#~ msgid "Connexion"
+#~ msgstr "Login"
+
+#~ msgid ""
+#~ "If it's an error, you can contact the administrator for have access on "
+#~ "this page"
+#~ msgstr ""
+#~ "Si c'est une erreur, vous pouvez contacter l'administrateur pour avoir "
+#~ "l'accès a cette page"
+
+#~ msgid "Last trl"
+#~ msgstr "Dernier TRL"
#, fuzzy
#~| msgid "Companies"
diff --git a/app/home/locale/pt/LC_MESSAGES/django.mo b/app/home/locale/pt/LC_MESSAGES/django.mo
index 0dd1f88..6816246 100644
Binary files a/app/home/locale/pt/LC_MESSAGES/django.mo and b/app/home/locale/pt/LC_MESSAGES/django.mo differ
diff --git a/app/home/locale/pt/LC_MESSAGES/django.po b/app/home/locale/pt/LC_MESSAGES/django.po
index 72b6e73..14920fe 100644
--- a/app/home/locale/pt/LC_MESSAGES/django.po
+++ b/app/home/locale/pt/LC_MESSAGES/django.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-03-23 13:44-0400\n"
-"PO-Revision-Date: 2016-03-22 16:23-0400\n"
+"POT-Creation-Date: 2016-03-29 12:12-0400\n"
+"PO-Revision-Date: 2016-03-24 14:34-0400\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt_BR\n"
@@ -136,17 +136,24 @@ msgid "No Access"
msgstr "Sem acesso"
#: .\app\home\templates\home\noAccessPermissions.html:9
-msgid "Sorry! But you don't have the permissions to access this page"
+#, fuzzy
+#| msgid "Sorry! But you don't have the permissions to access this page"
+msgid "Sorry! You do not have the permissions to access this page."
msgstr "Desculpe! Mas você não tem permissões para acessar esta página"
#: .\app\home\templates\home\noAccessPermissions.html:11
+#: .\app\home\templates\registration\login.html:15
+#, fuzzy
+#| msgid "If it's an error, please contact the administrator"
msgid ""
-"If it's an error, you can contact the administrator for have access on this "
-"page"
-msgstr "Se há um erro, contate o administrador para ter acesso a esta página"
+"If you believe this is an error, please contact the administrator for "
+"assistance"
+msgstr "Se há um erro, por favor contate o administrador"
#: .\app\home\templates\home\noAccessPermissions.html:13
-msgid "Sorry for inconvenience"
+#, fuzzy
+#| msgid "Sorry for inconvenience"
+msgid "Sorry for the inconvenience"
msgstr "Desculpe pela inconveniência"
#: .\app\home\templates\home\password_update_form.html:7
@@ -223,13 +230,17 @@ msgstr "TRL"
#: .\app\home\templates\home\summary.html:154
#: .\app\home\templates\home\summary.html:156
-msgid "Last irl"
+#, fuzzy
+#| msgid "Last irl"
+msgid "Last IRL"
msgstr "Último irl"
#: .\app\home\templates\home\summary.html:154
#: .\app\home\templates\home\summary.html:158
-msgid "Last trl"
-msgstr "Último trl"
+#, fuzzy
+#| msgid "Last irl"
+msgid "Last TRL"
+msgstr "Último irl"
#: .\app\home\templates\home\summary.html:177
msgid "Level"
@@ -274,16 +285,21 @@ msgid "Incubation duration (months)"
msgstr "Duração da incubação (meses)"
#: .\app\home\templates\registration\login.html:5
-msgid "Connexion"
+msgid "Login"
msgstr ""
#: .\app\home\templates\registration\login.html:14
msgid "Your username and password didn't match. Please try again."
msgstr "Seu login e senha não conferem. Por favor tente novamente."
-#: .\app\home\templates\registration\login.html:15
-msgid "If it's an error, please contact the administrator"
-msgstr "Se há um erro, por favor contate o administrador"
+#~ msgid ""
+#~ "If it's an error, you can contact the administrator for have access on "
+#~ "this page"
+#~ msgstr ""
+#~ "Se há um erro, contate o administrador para ter acesso a esta página"
+
+#~ msgid "Last trl"
+#~ msgstr "Último trl"
#~ msgid "Account"
#~ msgstr "Conta"
diff --git a/app/home/locale/pt/LC_MESSAGES/djangojs.mo b/app/home/locale/pt/LC_MESSAGES/djangojs.mo
index 3d480c2..163651c 100644
Binary files a/app/home/locale/pt/LC_MESSAGES/djangojs.mo and b/app/home/locale/pt/LC_MESSAGES/djangojs.mo differ
diff --git a/app/home/locale/pt/LC_MESSAGES/djangojs.po b/app/home/locale/pt/LC_MESSAGES/djangojs.po
index e2ec0d0..29f7027 100644
--- a/app/home/locale/pt/LC_MESSAGES/djangojs.po
+++ b/app/home/locale/pt/LC_MESSAGES/djangojs.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-09 12:54-0400\n"
-"PO-Revision-Date: 2016-03-22 16:23-0400\n"
+"PO-Revision-Date: 2016-03-24 14:34-0400\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/app/home/templates/home/noAccessPermissions.html b/app/home/templates/home/noAccessPermissions.html
index aec00c9..6de8840 100644
--- a/app/home/templates/home/noAccessPermissions.html
+++ b/app/home/templates/home/noAccessPermissions.html
@@ -6,11 +6,11 @@
{% block content %}
-
{% trans "Sorry! But you don't have the permissions to access this page" %}
+
{% trans "Sorry! You do not have the permissions to access this page." %}
-
{% trans "If it's an error, you can contact the administrator for have access on this page" %} : {{app.site.email_technique}}
+
{% trans "If you believe this is an error, please contact the administrator for assistance" %} : {{app.site.email_technique}}
-
{% trans "Sorry for inconvenience" %}..
+
{% trans "Sorry for the inconvenience" %}...
{% endblock %}
\ No newline at end of file
diff --git a/app/home/templates/home/summary.html b/app/home/templates/home/summary.html
index 4d981eb..c2a097c 100644
--- a/app/home/templates/home/summary.html
+++ b/app/home/templates/home/summary.html
@@ -151,11 +151,11 @@
{% trans "Indicators of performances" %}
data.addColumn({type: 'string', role: 'tooltip'});
{% for company, irl, trl in KPI %}
{% if irl and trl %}
- data.addRows([['{{company.name|safe}}', '{{company.id}}', {{irl.level}}, "IRL:{{irl.level}}\n{% trans "Last irl" %}:{{irl.period_start}}", {{trl.level}}, "TRL:{{trl.level}}\n{% trans "Last trl" %}:{{trl.period_start}}"],]);
+ data.addRows([['{{company.name|safe}}', '{{company.id}}', {{irl.level}}, "IRL:{{irl.level}}\n{% trans "Last IRL" %}:{{irl.period_start}}", {{trl.level}}, "TRL:{{trl.level}}\n{% trans "Last TRL" %}:{{trl.period_start}}"],]);
{% elif irl %}
- data.addRows([['{{company.name|safe}}', '{{company.id}}', {{irl.level}}, "IRL:{{irl.level}}\n{% trans "Last irl" %}:{{irl.period_start}}", {{trl.level}}, "TRL:{{trl.level}}"],]);
+ data.addRows([['{{company.name|safe}}', '{{company.id}}', {{irl.level}}, "IRL:{{irl.level}}\n{% trans "Last IRL" %}:{{irl.period_start}}", {{trl.level}}, "TRL:{{trl.level}}"],]);
{% elif trl %}
- data.addRows([['{{company.name|safe}}', '{{company.id}}', {{irl.level}}, "IRL:{{irl.level}}", {{trl.level}}, "TRL:{{trl.level}}\n{% trans "Last trl" %}:{{trl.period_start}}"],]);
+ data.addRows([['{{company.name|safe}}', '{{company.id}}', {{irl.level}}, "IRL:{{irl.level}}", {{trl.level}}, "TRL:{{trl.level}}\n{% trans "Last TRL" %}:{{trl.period_start}}"],]);
{% else %}
data.addRows([['{{company.name|safe}}', '{{company.id}}', {{irl.level}}, "IRL:{{irl.level}}", {{trl.level}}, "TRL:{{trl.level}}"],]);
{% endif %}
diff --git a/app/home/templates/registration/login.html b/app/home/templates/registration/login.html
index 319a8dd..1b67214 100644
--- a/app/home/templates/registration/login.html
+++ b/app/home/templates/registration/login.html
@@ -2,7 +2,7 @@
{% load i18n %}
-{% block title %}{% trans "Connexion" %}{% endblock %}
+{% block title %}{% trans "Login" %}{% endblock %}
{% block content %}
diff --git a/app/kpi/locale/fr/LC_MESSAGES/django.mo b/app/kpi/locale/fr/LC_MESSAGES/django.mo
index 06ef43d..e4ee031 100644
Binary files a/app/kpi/locale/fr/LC_MESSAGES/django.mo and b/app/kpi/locale/fr/LC_MESSAGES/django.mo differ
diff --git a/app/kpi/locale/fr/LC_MESSAGES/django.po b/app/kpi/locale/fr/LC_MESSAGES/django.po
index 7e76b14..ee8c8ab 100644
--- a/app/kpi/locale/fr/LC_MESSAGES/django.po
+++ b/app/kpi/locale/fr/LC_MESSAGES/django.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-03-23 13:44-0400\n"
-"PO-Revision-Date: 2016-03-22 16:23-0400\n"
-"Last-Translator: \n"
+"POT-Creation-Date: 2016-03-29 12:12-0400\n"
+"PO-Revision-Date: 2016-03-24 14:34-0400\n"
+"Last-Translator: Nicholas Savard\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -53,7 +53,7 @@ msgstr "Commentaire"
#: .\app\kpi\templates\kpi\irl.html:7
msgid "IRLs"
-msgstr ""
+msgstr "IRLs"
#: .\app\kpi\templates\kpi\irl.html:25
msgid "Complete First-Pass Business Model Canvas"
@@ -119,26 +119,24 @@ msgid "Delete"
msgstr "Supprimer"
#: .\app\kpi\templates\kpi\irl.html:137
-msgid "No one IRL for the moment."
-msgstr "Aucun IRL"
+msgid "No IRLs found"
+msgstr "Aucun IRL trouvé"
#: .\app\kpi\templates\kpi\irl.html:140
msgid "New IRL"
msgstr "Nouvel IRL"
#: .\app\kpi\templates\kpi\irl_confirm_delete.html:7
-#, fuzzy
-#| msgid "Delete"
msgid "Delete IRL"
-msgstr "Supprimer"
+msgstr "Supprimer IRL"
#: .\app\kpi\templates\kpi\irl_confirm_delete.html:11
-msgid "Are you sure you want to delete this IRL ?"
-msgstr "Etes-vous sûr de vouloir supprimer cet IRL"
+msgid "Are you sure you want to delete this IRL?"
+msgstr "Etes-vous sûr de vouloir supprimer cet IRL?"
#: .\app\kpi\templates\kpi\irl_confirm_delete.html:14
#: .\app\kpi\templates\kpi\trl_confirm_delete.html:14
-msgid "create on"
+msgid "Created on"
msgstr "Créé le"
#: .\app\kpi\templates\kpi\irl_confirm_delete.html:19
@@ -157,7 +155,7 @@ msgstr "Enregistrer"
#: .\app\kpi\templates\kpi\trl.html:7
msgid "TRLs"
-msgstr ""
+msgstr "TRLs"
#: .\app\kpi\templates\kpi\trl.html:25
msgid "Observation and recording of concept basics"
@@ -222,23 +220,27 @@ msgid "TRL"
msgstr "TRL"
#: .\app\kpi\templates\kpi\trl.html:137
-msgid "No one TRL for the moment."
-msgstr "Aucun TRL."
+msgid "No TRLs found"
+msgstr "Aucun TRL trouvé"
#: .\app\kpi\templates\kpi\trl.html:140
msgid "New TRL"
msgstr "Nouveau TRL"
#: .\app\kpi\templates\kpi\trl_confirm_delete.html:7
-#, fuzzy
-#| msgid "Delete"
msgid "Delete TRL"
-msgstr "Supprimer"
+msgstr "Supprimer TRL"
#: .\app\kpi\templates\kpi\trl_confirm_delete.html:11
-msgid "Are you sure you want to delete this TRL ?"
-msgstr "Etes-vous sûr de vouloir supprimer ce TRL"
+msgid "Are you sure you want to delete this TRL?"
+msgstr "Etes-vous sûr de vouloir supprimer ce TRL?"
#: .\app\kpi\templates\kpi\trl_form.html:10
msgid "New TRL for"
msgstr "Nouveau TRL pour"
+
+#~ msgid "No one IRL for the moment."
+#~ msgstr "Aucun IRL trouvé"
+
+#~ msgid "No one TRL for the moment."
+#~ msgstr "Aucun TRL trouvé"
diff --git a/app/kpi/locale/pt/LC_MESSAGES/django.mo b/app/kpi/locale/pt/LC_MESSAGES/django.mo
index de26d85..b0e026d 100644
Binary files a/app/kpi/locale/pt/LC_MESSAGES/django.mo and b/app/kpi/locale/pt/LC_MESSAGES/django.mo differ
diff --git a/app/kpi/locale/pt/LC_MESSAGES/django.po b/app/kpi/locale/pt/LC_MESSAGES/django.po
index 3ec98df..ad50e74 100644
--- a/app/kpi/locale/pt/LC_MESSAGES/django.po
+++ b/app/kpi/locale/pt/LC_MESSAGES/django.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-03-23 13:44-0400\n"
-"PO-Revision-Date: 2016-03-22 16:23-0400\n"
+"POT-Creation-Date: 2016-03-29 12:12-0400\n"
+"PO-Revision-Date: 2016-03-24 14:34-0400\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pt_BR\n"
@@ -118,8 +118,10 @@ msgid "Delete"
msgstr "Deletar"
#: .\app\kpi\templates\kpi\irl.html:137
-msgid "No one IRL for the moment."
-msgstr "Sem IRL para este momento."
+#, fuzzy
+#| msgid "New IRL for"
+msgid "No IRLs found"
+msgstr "Nova IRL para"
#: .\app\kpi\templates\kpi\irl.html:140
msgid "New IRL"
@@ -132,12 +134,16 @@ msgid "Delete IRL"
msgstr "Deletar"
#: .\app\kpi\templates\kpi\irl_confirm_delete.html:11
-msgid "Are you sure you want to delete this IRL ?"
+#, fuzzy
+#| msgid "Are you sure you want to delete this IRL ?"
+msgid "Are you sure you want to delete this IRL?"
msgstr "Você tem certeza que deseja deletar esta venda?"
#: .\app\kpi\templates\kpi\irl_confirm_delete.html:14
#: .\app\kpi\templates\kpi\trl_confirm_delete.html:14
-msgid "create on"
+#, fuzzy
+#| msgid "create on"
+msgid "Created on"
msgstr "criado em"
#: .\app\kpi\templates\kpi\irl_confirm_delete.html:19
@@ -220,8 +226,10 @@ msgid "TRL"
msgstr "TRL"
#: .\app\kpi\templates\kpi\trl.html:137
-msgid "No one TRL for the moment."
-msgstr "Não há TRL para o momento."
+#, fuzzy
+#| msgid "New TRL for"
+msgid "No TRLs found"
+msgstr "Nova TRL para"
#: .\app\kpi\templates\kpi\trl.html:140
msgid "New TRL"
@@ -234,13 +242,21 @@ msgid "Delete TRL"
msgstr "Deletar"
#: .\app\kpi\templates\kpi\trl_confirm_delete.html:11
-msgid "Are you sure you want to delete this TRL ?"
+#, fuzzy
+#| msgid "Are you sure you want to delete this TRL ?"
+msgid "Are you sure you want to delete this TRL?"
msgstr "Você tem certeza que deseja deletar esta TRL?"
#: .\app\kpi\templates\kpi\trl_form.html:10
msgid "New TRL for"
msgstr "Nova TRL para"
+#~ msgid "No one IRL for the moment."
+#~ msgstr "Sem IRL para este momento."
+
+#~ msgid "No one TRL for the moment."
+#~ msgstr "Não há TRL para o momento."
+
#~ msgid "Basic principles observed and reported"
#~ msgstr "Princípios básicos observados e reportados"
diff --git a/app/kpi/templates/kpi/irl.html b/app/kpi/templates/kpi/irl.html
index 3340fd4..ea64cb6 100644
--- a/app/kpi/templates/kpi/irl.html
+++ b/app/kpi/templates/kpi/irl.html
@@ -134,7 +134,7 @@