-
Notifications
You must be signed in to change notification settings - Fork 314
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
094a260
commit e9d9f53
Showing
1 changed file
with
8 additions
and
12 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 |
---|---|---|
|
@@ -8,20 +8,18 @@ msgstr "" | |
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-16 11:14+0200\n" | ||
"PO-Revision-Date: 2011-10-19 14:10+0200\n" | ||
"Last-Translator: Stéphane Raimbault <[email protected]>\n" | ||
"PO-Revision-Date: 2024-07-16 11:23+0200\n" | ||
"Last-Translator: François Freitag <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
"Language: \n" | ||
"Language: fr_FR\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" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
"X-Generator: Poedit 3.4.2\n" | ||
|
||
#: formfields.py:57 | ||
#, fuzzy, python-brace-format | ||
#| msgid "" | ||
#| "Enter a valid phone number (e.g. {example_number}) or a number with an " | ||
#| "international call prefix." | ||
#, python-brace-format | ||
msgctxt "{example_number} is a national phone number." | ||
msgid "" | ||
"Enter a valid phone number (e.g. {example_number}) or a number with an " | ||
|
@@ -31,15 +29,13 @@ msgstr "" | |
"numéro avec un indicatif international." | ||
|
||
#: formfields.py:64 | ||
#, fuzzy, python-brace-format | ||
#| msgid "Enter a valid phone number (e.g. {example_number})." | ||
#, python-brace-format | ||
msgctxt "{example_number} is an international phone number." | ||
msgid "Enter a valid phone number (e.g. {example_number})." | ||
msgstr "Saisissez un numéro de téléphone valide, par exemple {example_number}." | ||
|
||
#: formfields.py:157 | ||
#, fuzzy, python-brace-format | ||
#| msgid "Enter a valid phone number (e.g. {example_number})." | ||
#, python-brace-format | ||
msgctxt "{example_number} is a national phone number." | ||
msgid "Enter a valid phone number (e.g. {example_number})." | ||
msgstr "Saisissez un numéro de téléphone valide, par exemple {example_number}." | ||
|