forked from xarg/django-stdimage
-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83e46c0
commit 7eeb13a
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |