Skip to content

Commit

Permalink
Add French translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelebleu authored and codingjoe committed Apr 12, 2020
1 parent 83e46c0 commit 7eeb13a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions stdimage/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-10 11:50+0200\n"
"PO-Revision-Date: 2020-04-10 11:50+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \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"

#: validators.py:44
#, python-format
msgid ""
"The image you uploaded is too large. The required maximum resolution is: "
"%(width)sx%(height)s px."
msgstr ""
"L'image que vous avez transféré est trop grande. La résolution maximale est : "
"%(width)sx%(height)s px."

#: validators.py:59
#, python-format
msgid ""
"The image you uploaded is too small. The required minimum resolution is: "
"%(width)sx%(height)s px."
msgstr ""
"L'image que vous avez transféré est trop petite. La résolution minimale est : "
"%(width)sx%(height)s px."

0 comments on commit 7eeb13a

Please sign in to comment.