Skip to content

Commit

Permalink
Fixed fr locale for 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Feb 19, 2013
1 parent c690fbc commit b7775ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions session_security/locale/fr/LC_MESSAGES/django.po
@@ -1,23 +1,24 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
# Copyright (C) 2013 James Pic
# This file is distributed under the same license as the
# django-session-security package.
# James Pic <jamespic@gmail.com> 2013
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: 2.0.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-13 15:52+0100\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"
"Language: \n"
"POT-Creation-Date: 2013-02-19 16:28+0100\n"
"PO-Revision-Date: 2013-02-19 16:26+0100\n"
"Last-Translator: James Pic <jamespic@gmail.com>\n"
"Language: French\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"

#: templates/session_security/all.html:31
msgid "You have unsaved changes in a form of this page."
msgstr "Vous avez des changements non sauvegardé dans un formulaire de cette page."

#: templates/session_security/dialog.html:6
msgid "Your session is about to expire"
msgstr "Votre session est sur le point d'expirer"
Expand Down
2 changes: 1 addition & 1 deletion session_security/templates/session_security/all.html
Expand Up @@ -28,7 +28,7 @@
pingUrl: '{% url 'session_security_ping' %}',
warnAfter: {{ request|warn_after }},
expireAfter: {{ request|expire_after }},
confirmFormDiscard: "{% 'You have unsaved changes in a form of this page.' %}",
confirmFormDiscard: "{% trans 'You have unsaved changes in a form of this page.' %}",
});
</script>
{% endif %}

0 comments on commit b7775ff

Please sign in to comment.