aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--messages.pot4
-rw-r--r--pyaggr3g470r/templates/about.html2
-rw-r--r--pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mobin10847 -> 10899 bytes
-rw-r--r--pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po7
4 files changed, 6 insertions, 7 deletions
diff --git a/messages.pot b/messages.pot
index 3328e274..5ad62842 100644
--- a/messages.pot
+++ b/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2014-05-20 19:30+0200\n"
+"POT-Creation-Date: 2014-05-20 19:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -304,7 +304,7 @@ msgstr ""
#: pyaggr3g470r/templates/about.html:9
msgid ""
-"Find a bug? Report it <a "
+"Found a bug? Report it <a "
"href=\"https://bitbucket.org/cedricbonhomme/pyaggr3g470r/issues\">here</a>."
msgstr ""
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html
index 4f42ed55..d164d4bb 100644
--- a/pyaggr3g470r/templates/about.html
+++ b/pyaggr3g470r/templates/about.html
@@ -6,7 +6,7 @@
<p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or
redistribute the <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/">source code</a>
according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p>
- <p>{{ _('Find a bug? Report it <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/issues">here</a>.') }}</p>
+ <p>{{ _('Found a bug? Report it <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/issues">here</a>.') }}</p>
</div>
</div><!-- /.container -->
{% endblock %}
diff --git a/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo b/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo
index f57085db..190dd607 100644
--- a/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo
+++ b/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.mo
Binary files differ
diff --git a/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po b/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po
index 2b1359b9..4da506bc 100644
--- a/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po
+++ b/pyaggr3g470r/translations/fr/LC_MESSAGES/messages.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2014-05-20 19:30+0200\n"
-"PO-Revision-Date: 2014-05-20 19:36+0100\n"
+"POT-Creation-Date: 2014-05-20 19:39+0200\n"
+"PO-Revision-Date: 2014-05-20 19:40+0100\n"
"Last-Translator: Cédric Bonhomme <cedric@cedricbonhomme.org>\n"
"Language-Team: fr <LL@li.org>\n"
"Language: fr\n"
@@ -311,7 +311,7 @@ msgstr ""
#: pyaggr3g470r/templates/about.html:9
msgid ""
-"Find a bug? Report it <a href=\"https://bitbucket.org/cedricbonhomme/"
+"Found a bug? Report it <a href=\"https://bitbucket.org/cedricbonhomme/"
"pyaggr3g470r/issues\">here</a>."
msgstr ""
"Vous avez trouvé un bug? Signalez-le <a href=\"https://bitbucket.org/"
@@ -645,7 +645,6 @@ msgid "Registered users"
msgstr "Utilisateurs enregistrés"
#: pyaggr3g470r/templates/admin/dashboard.html:14
-#, fuzzy
msgid "Last seen"
msgstr "Vue la dernière fois le"
bgstack15