Skip to content

Commit

Permalink
Merge pull request jazzband#94 from ppython/locale_fr
Browse files Browse the repository at this point in the history
Locale FR added with it's 3 translations
  • Loading branch information
gregmuellegger authored Jan 24, 2017
2 parents 6be950d + cacc1e1 commit 7d0c3bb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Binary file added sortedm2m/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
30 changes: 30 additions & 0 deletions sortedm2m/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:20-0500\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#: templates/sortedm2m/sorted_checkbox_select_multiple_widget.html:5
msgid "Type into this box to filter down the list."
msgstr "Renseigner ce champ pour filtrer la liste."

#: templates/sortedm2m/sorted_checkbox_select_multiple_widget.html:6
msgid "Filter"
msgstr "Filtrer"

#: templates/sortedm2m/sorted_checkbox_select_multiple_widget.html:20
msgid "Choose items and order by drag & drop."
msgstr "Choisir les éléments puis effectuer le tri en faisant un glisser-déposer."

0 comments on commit 7d0c3bb

Please sign in to comment.