From 2da3419b8da9c6591488af62c9edceaa5f5515c0 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 29 Jan 2022 23:00:09 +0100 Subject: [PATCH] Init DE and ES locales --- photo21/locale/de/LC_MESSAGES/django.po | 315 +++++++++++++++++++++ photo21/locale/es_ES/LC_MESSAGES/django.po | 314 ++++++++++++++++++++ 2 files changed, 629 insertions(+) create mode 100644 photo21/locale/de/LC_MESSAGES/django.po create mode 100644 photo21/locale/es_ES/LC_MESSAGES/django.po diff --git a/photo21/locale/de/LC_MESSAGES/django.po b/photo21/locale/de/LC_MESSAGES/django.po new file mode 100644 index 0000000..1cff806 --- /dev/null +++ b/photo21/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,315 @@ +# 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: 2022-01-29 21:58+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/forms.py:12 +msgid "" +"Please enter a valid email address ending with `@crans.org` or `@ens-paris-" +"saclay.fr`." +msgstr "" + +#: photo21/forms.py:23 +msgid "Must end with `@crans.org` or `@ens-paris-saclay.fr`." +msgstr "" + +#: photo21/hashers.py:42 +msgid "algorithm" +msgstr "" + +#: photo21/hashers.py:43 +msgid "salt" +msgstr "" + +#: photo21/hashers.py:44 +msgid "hash" +msgstr "" + +#: photo21/settings.py:162 +msgid "German" +msgstr "" + +#: photo21/settings.py:163 +msgid "English" +msgstr "" + +#: photo21/settings.py:164 +msgid "Spanish" +msgstr "" + +#: photo21/settings.py:165 +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/account/email.html:6 +#: photo21/templates/account/email.html:14 +#: photo21/templates/socialaccount/connections.html:14 +msgid "E-mail Addresses" +msgstr "" + +#: photo21/templates/account/email.html:9 photo21/templates/base.html:59 +#: photo21/templates/socialaccount/connections.html:9 +msgid "Account" +msgstr "" + +#: photo21/templates/account/email.html:17 +#: photo21/templates/socialaccount/connections.html:17 +msgid "Social connections" +msgstr "" + +#: photo21/templates/account/email.html:23 +msgid "The following e-mail addresses are associated with your account:" +msgstr "" + +#: photo21/templates/account/email.html:34 +msgid "Verified" +msgstr "" + +#: photo21/templates/account/email.html:36 +msgid "Unverified" +msgstr "" + +#: photo21/templates/account/email.html:38 +msgid "Primary" +msgstr "" + +#: photo21/templates/account/email.html:44 +msgid "Make Primary" +msgstr "" + +#: photo21/templates/account/email.html:45 +msgid "Re-send Verification" +msgstr "" + +#: photo21/templates/account/email.html:46 +#: photo21/templates/socialaccount/connections.html:45 +msgid "Remove" +msgstr "" + +#: photo21/templates/account/email.html:51 +msgid "Warning:" +msgstr "" + +#: photo21/templates/account/email.html:51 +msgid "" +"You currently do not have any e-mail address set up. You should really add " +"an e-mail address so you can receive notifications, reset your password, etc." +msgstr "" + +#: photo21/templates/account/email.html:55 +msgid "Add E-mail Address" +msgstr "" + +#: photo21/templates/account/email.html:60 +msgid "Add E-mail" +msgstr "" + +#: photo21/templates/account/email.html:68 +msgid "Do you really want to remove the selected e-mail address?" +msgstr "" + +#: photo21/templates/account/login.html:6 +#: photo21/templates/account/login.html:11 +#: photo21/templates/account/login.html:39 +msgid "Sign In" +msgstr "" + +#: photo21/templates/account/login.html:16 +#, python-format +msgid "" +"Please sign in with one of your existing third party accounts. Or, sign up for a %(site_name)s account and sign in below:" +msgstr "" + +#: photo21/templates/account/login.html:24 +msgid "or" +msgstr "" + +#: photo21/templates/account/login.html:30 +#, python-format +msgid "" +"If you have not created an account yet, then please sign up first." +msgstr "" + +#: photo21/templates/account/login.html:40 +msgid "Forgot Password?" +msgstr "" + +#: photo21/templates/account/login.html:44 +msgid "If any problem, please contact the server owners at" +msgstr "" + +#: photo21/templates/account/signup.html:6 +msgid "Signup" +msgstr "" + +#: photo21/templates/account/signup.html:11 +#: photo21/templates/account/signup.html:22 +msgid "Sign Up" +msgstr "" + +#: photo21/templates/account/signup.html:14 +#, python-format +msgid "" +"Already have an account? Then please sign in." +msgstr "" + +#: photo21/templates/base.html:12 +msgid "The ENS Paris-Saclay pictures server." +msgstr "" + +#: photo21/templates/base.html:37 +msgid "Galleries" +msgstr "" + +#: photo21/templates/base.html:42 +msgid "Upload" +msgstr "" + +#: photo21/templates/base.html:47 +msgid "Manage" +msgstr "" + +#: photo21/templates/base.html:68 +msgid "Log out" +msgstr "" + +#: photo21/templates/base.html:78 +msgid "Log in" +msgstr "" + +#: photo21/templates/base.html:87 +msgid "Sign up" +msgstr "" + +#: photo21/templates/base.html:109 +msgid "Source code" +msgstr "" + +#: photo21/templates/index.html:6 +msgid "Home" +msgstr "" + +#: photo21/templates/index.html:9 +msgid "Welcome to the pictures server!" +msgstr "" + +#: photo21/templates/index.html:11 +msgid "" +"This website aims to collect the pictures and movies taken in the student " +"life of ENS Paris-Saclay-Saclay or involving its students." +msgstr "" + +#: photo21/templates/index.html:18 +#, python-format +msgid "" +"The pictures are visible in the " +"galleries and are downloadable. However, the agreement of the " +"photographer and the persons present on the photo is necessary before any " +"republication on another platform. " +msgstr "" + +#: photo21/templates/index.html:27 +msgid "" +"If you want a photo to be deleted, please let us know: Abuse request" +msgstr "" + +#: photo21/templates/index.html:33 +msgid "" +"If you want to obtain the right to upload pictures, please let us know: Become a photograph" +msgstr "" + +#: photo21/templates/index.html:39 +msgid "Last galleries" +msgstr "" + +#: photo21/templates/index.html:50 +msgid "Connected as" +msgstr "" + +#: photo21/templates/index.html:53 +msgid "Select another language:" +msgstr "" + +#: photo21/templates/socialaccount/connections.html:6 +msgid "Account Connections" +msgstr "" + +#: photo21/templates/socialaccount/connections.html:23 +msgid "" +"You can sign in to your account using any of the following third party " +"accounts:" +msgstr "" + +#: photo21/templates/socialaccount/connections.html:51 +msgid "" +"You currently have no social network accounts connected to this account." +msgstr "" + +#: photo21/templates/socialaccount/connections.html:54 +msgid "Add a 3rd Party Account" +msgstr "" diff --git a/photo21/locale/es_ES/LC_MESSAGES/django.po b/photo21/locale/es_ES/LC_MESSAGES/django.po new file mode 100644 index 0000000..a9413d9 --- /dev/null +++ b/photo21/locale/es_ES/LC_MESSAGES/django.po @@ -0,0 +1,314 @@ +# 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: 2022-01-29 21:58+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" + +#: photo21/forms.py:12 +msgid "" +"Please enter a valid email address ending with `@crans.org` or `@ens-paris-" +"saclay.fr`." +msgstr "" + +#: photo21/forms.py:23 +msgid "Must end with `@crans.org` or `@ens-paris-saclay.fr`." +msgstr "" + +#: photo21/hashers.py:42 +msgid "algorithm" +msgstr "" + +#: photo21/hashers.py:43 +msgid "salt" +msgstr "" + +#: photo21/hashers.py:44 +msgid "hash" +msgstr "" + +#: photo21/settings.py:162 +msgid "German" +msgstr "" + +#: photo21/settings.py:163 +msgid "English" +msgstr "" + +#: photo21/settings.py:164 +msgid "Spanish" +msgstr "" + +#: photo21/settings.py:165 +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/account/email.html:6 +#: photo21/templates/account/email.html:14 +#: photo21/templates/socialaccount/connections.html:14 +msgid "E-mail Addresses" +msgstr "" + +#: photo21/templates/account/email.html:9 photo21/templates/base.html:59 +#: photo21/templates/socialaccount/connections.html:9 +msgid "Account" +msgstr "" + +#: photo21/templates/account/email.html:17 +#: photo21/templates/socialaccount/connections.html:17 +msgid "Social connections" +msgstr "" + +#: photo21/templates/account/email.html:23 +msgid "The following e-mail addresses are associated with your account:" +msgstr "" + +#: photo21/templates/account/email.html:34 +msgid "Verified" +msgstr "" + +#: photo21/templates/account/email.html:36 +msgid "Unverified" +msgstr "" + +#: photo21/templates/account/email.html:38 +msgid "Primary" +msgstr "" + +#: photo21/templates/account/email.html:44 +msgid "Make Primary" +msgstr "" + +#: photo21/templates/account/email.html:45 +msgid "Re-send Verification" +msgstr "" + +#: photo21/templates/account/email.html:46 +#: photo21/templates/socialaccount/connections.html:45 +msgid "Remove" +msgstr "" + +#: photo21/templates/account/email.html:51 +msgid "Warning:" +msgstr "" + +#: photo21/templates/account/email.html:51 +msgid "" +"You currently do not have any e-mail address set up. You should really add " +"an e-mail address so you can receive notifications, reset your password, etc." +msgstr "" + +#: photo21/templates/account/email.html:55 +msgid "Add E-mail Address" +msgstr "" + +#: photo21/templates/account/email.html:60 +msgid "Add E-mail" +msgstr "" + +#: photo21/templates/account/email.html:68 +msgid "Do you really want to remove the selected e-mail address?" +msgstr "" + +#: photo21/templates/account/login.html:6 +#: photo21/templates/account/login.html:11 +#: photo21/templates/account/login.html:39 +msgid "Sign In" +msgstr "" + +#: photo21/templates/account/login.html:16 +#, python-format +msgid "" +"Please sign in with one of your existing third party accounts. Or, sign up for a %(site_name)s account and sign in below:" +msgstr "" + +#: photo21/templates/account/login.html:24 +msgid "or" +msgstr "" + +#: photo21/templates/account/login.html:30 +#, python-format +msgid "" +"If you have not created an account yet, then please sign up first." +msgstr "" + +#: photo21/templates/account/login.html:40 +msgid "Forgot Password?" +msgstr "" + +#: photo21/templates/account/login.html:44 +msgid "If any problem, please contact the server owners at" +msgstr "" + +#: photo21/templates/account/signup.html:6 +msgid "Signup" +msgstr "" + +#: photo21/templates/account/signup.html:11 +#: photo21/templates/account/signup.html:22 +msgid "Sign Up" +msgstr "" + +#: photo21/templates/account/signup.html:14 +#, python-format +msgid "" +"Already have an account? Then please sign in." +msgstr "" + +#: photo21/templates/base.html:12 +msgid "The ENS Paris-Saclay pictures server." +msgstr "" + +#: photo21/templates/base.html:37 +msgid "Galleries" +msgstr "" + +#: photo21/templates/base.html:42 +msgid "Upload" +msgstr "" + +#: photo21/templates/base.html:47 +msgid "Manage" +msgstr "" + +#: photo21/templates/base.html:68 +msgid "Log out" +msgstr "" + +#: photo21/templates/base.html:78 +msgid "Log in" +msgstr "" + +#: photo21/templates/base.html:87 +msgid "Sign up" +msgstr "" + +#: photo21/templates/base.html:109 +msgid "Source code" +msgstr "" + +#: photo21/templates/index.html:6 +msgid "Home" +msgstr "" + +#: photo21/templates/index.html:9 +msgid "Welcome to the pictures server!" +msgstr "" + +#: photo21/templates/index.html:11 +msgid "" +"This website aims to collect the pictures and movies taken in the student " +"life of ENS Paris-Saclay-Saclay or involving its students." +msgstr "" + +#: photo21/templates/index.html:18 +#, python-format +msgid "" +"The pictures are visible in the " +"galleries and are downloadable. However, the agreement of the " +"photographer and the persons present on the photo is necessary before any " +"republication on another platform. " +msgstr "" + +#: photo21/templates/index.html:27 +msgid "" +"If you want a photo to be deleted, please let us know: Abuse request" +msgstr "" + +#: photo21/templates/index.html:33 +msgid "" +"If you want to obtain the right to upload pictures, please let us know: Become a photograph" +msgstr "" + +#: photo21/templates/index.html:39 +msgid "Last galleries" +msgstr "" + +#: photo21/templates/index.html:50 +msgid "Connected as" +msgstr "" + +#: photo21/templates/index.html:53 +msgid "Select another language:" +msgstr "" + +#: photo21/templates/socialaccount/connections.html:6 +msgid "Account Connections" +msgstr "" + +#: photo21/templates/socialaccount/connections.html:23 +msgid "" +"You can sign in to your account using any of the following third party " +"accounts:" +msgstr "" + +#: photo21/templates/socialaccount/connections.html:51 +msgid "" +"You currently have no social network accounts connected to this account." +msgstr "" + +#: photo21/templates/socialaccount/connections.html:54 +msgid "Add a 3rd Party Account" +msgstr ""