From 2ab422433066f0b802de5095a23feeeb36a0784c Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 22 Sep 2021 21:40:12 +0200 Subject: [PATCH] Init french locale --- photo21/locale/fr/LC_MESSAGES/django.po | 184 ++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 photo21/locale/fr/LC_MESSAGES/django.po diff --git a/photo21/locale/fr/LC_MESSAGES/django.po b/photo21/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..2ce643a --- /dev/null +++ b/photo21/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,184 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-22 19:36+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + +#: photo21/settings.py:127 +msgid "German" +msgstr "" + +#: photo21/settings.py:128 +msgid "English" +msgstr "" + +#: photo21/settings.py:129 +msgid "Spanish" +msgstr "" + +#: photo21/settings.py:130 +msgid "French" +msgstr "" + +#: photo21/templates/400.html:10 +msgid "Bad request" +msgstr "" + +#: photo21/templates/400.html:14 +msgid "" +"Sorry, your request was bad. Don't know what could be wrong. An email has " +"been sent to webmasters with the details of the error. You can now drink a " +"coke." +msgstr "" + +#: photo21/templates/403.html:10 +msgid "Permission denied" +msgstr "" + +#: photo21/templates/403.html:13 +msgid "You don't have the right to perform this request." +msgstr "" + +#: photo21/templates/403.html:15 photo21/templates/404.html:19 +msgid "Exception message:" +msgstr "" + +#: photo21/templates/404.html:10 +msgid "Page not found" +msgstr "" + +#: photo21/templates/404.html:14 +#, python-format +msgid "" +"The requested path %(request_path)s was not found on the server." +msgstr "" + +#: photo21/templates/500.html:10 +msgid "Server error" +msgstr "" + +#: photo21/templates/500.html:14 +msgid "" +"Sorry, an error occurred when processing your request. An email has been " +"sent to webmasters with the detail of the error, and this will be fixed " +"soon. You can now drink a beer." +msgstr "" + +#: photo21/templates/base.html:12 +msgid "The ENS Paris-Saclay pictures server." +msgstr "" + +#: photo21/templates/base.html:32 +msgid "Galleries" +msgstr "Galeries" + +#: photo21/templates/base.html:36 +msgid "Admin" +msgstr "" + +#: photo21/templates/base.html:44 +msgid "Log out" +msgstr "" + +#: photo21/templates/base.html:50 photo21/templates/registration/login.html:6 +#: photo21/templates/registration/login.html:15 +#: photo21/templates/registration/login.html:37 +#: photo21/templates/registration/password_reset_complete.html:15 +msgid "Log in" +msgstr "" + +#: photo21/templates/index.html:22 +msgid "Connected as" +msgstr "Connecté en tant que" + +#: photo21/templates/registration/logged_out.html:13 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" + +#: photo21/templates/registration/logged_out.html:14 +msgid "Log in again" +msgstr "" + +#: photo21/templates/registration/login.html:20 +#, python-format +msgid "" +"You are authenticated as %(username)s, but are not authorized to access this " +"page. Would you like to login to a different account?" +msgstr "" + +#: photo21/templates/registration/login.html:29 +msgid "" +"You must be logged with a staff account with the higher mask to access " +"Django Admin." +msgstr "" + +#: photo21/templates/registration/login.html:39 +msgid "Forgotten your password or username?" +msgstr "" + +#: photo21/templates/registration/password_change_done.html:13 +msgid "Your password was changed." +msgstr "" + +#: photo21/templates/registration/password_change_form.html:14 +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" + +#: photo21/templates/registration/password_change_form.html:16 +#: photo21/templates/registration/password_reset_confirm.html:17 +msgid "Change my password" +msgstr "" + +#: photo21/templates/registration/password_reset_complete.html:13 +msgid "Your password has been set. You may go ahead and log in now." +msgstr "" + +#: photo21/templates/registration/password_reset_confirm.html:14 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" + +#: photo21/templates/registration/password_reset_confirm.html:21 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: photo21/templates/registration/password_reset_done.html:13 +msgid "" +"We've emailed you instructions for setting your password, if an account " +"exists with the email you entered. You should receive them shortly." +msgstr "" + +#: photo21/templates/registration/password_reset_done.html:14 +msgid "" +"If you don't receive an email, please make sure you've entered the address " +"you registered with, and check your spam folder." +msgstr "" + +#: photo21/templates/registration/password_reset_form.html:13 +msgid "" +"Forgotten your password? Enter your email address below, and we'll email " +"instructions for setting a new one." +msgstr "" + +#: photo21/templates/registration/password_reset_form.html:18 +msgid "Reset my password" +msgstr ""