Merge photologue_custom into photologue

This commit is contained in:
Alexandre Iooss 2022-01-30 11:09:55 +01:00
parent 8beedb3626
commit d865a6eb1f
36 changed files with 549 additions and 566 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-29 21:58+0000\n"
"POT-Creation-Date: 2022-01-30 09:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -40,19 +40,19 @@ msgstr ""
msgid "hash"
msgstr ""
#: photo21/settings.py:162
#: photo21/settings.py:161
msgid "German"
msgstr ""
#: photo21/settings.py:163
#: photo21/settings.py:162
msgid "English"
msgstr ""
#: photo21/settings.py:164
#: photo21/settings.py:163
msgid "Spanish"
msgstr ""
#: photo21/settings.py:165
#: photo21/settings.py:164
msgid "French"
msgstr ""
@ -199,6 +199,16 @@ msgstr ""
msgid "If any problem, please contact the server owners at"
msgstr ""
#: photo21/templates/account/logout.html:6
#: photo21/templates/account/logout.html:11
#: photo21/templates/account/logout.html:20
msgid "Sign Out"
msgstr ""
#: photo21/templates/account/logout.html:14
msgid "Are you sure you want to sign out?"
msgstr ""
#: photo21/templates/account/signup.html:6
msgid "Signup"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-29 21:58+0000\n"
"POT-Creation-Date: 2022-01-30 09:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -39,19 +39,19 @@ msgstr ""
msgid "hash"
msgstr ""
#: photo21/settings.py:162
#: photo21/settings.py:161
msgid "German"
msgstr ""
#: photo21/settings.py:163
#: photo21/settings.py:162
msgid "English"
msgstr ""
#: photo21/settings.py:164
#: photo21/settings.py:163
msgid "Spanish"
msgstr ""
#: photo21/settings.py:165
#: photo21/settings.py:164
msgid "French"
msgstr ""
@ -198,6 +198,16 @@ msgstr ""
msgid "If any problem, please contact the server owners at"
msgstr ""
#: photo21/templates/account/logout.html:6
#: photo21/templates/account/logout.html:11
#: photo21/templates/account/logout.html:20
msgid "Sign Out"
msgstr ""
#: photo21/templates/account/logout.html:14
msgid "Are you sure you want to sign out?"
msgstr ""
#: photo21/templates/account/signup.html:6
msgid "Signup"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-30 07:09+0000\n"
"POT-Creation-Date: 2022-01-30 10:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -42,19 +42,19 @@ msgstr ""
msgid "hash"
msgstr ""
#: photo21/settings.py:162
#: photo21/settings.py:160
msgid "German"
msgstr ""
#: photo21/settings.py:163
#: photo21/settings.py:161
msgid "English"
msgstr ""
#: photo21/settings.py:164
#: photo21/settings.py:162
msgid "Spanish"
msgstr ""
#: photo21/settings.py:165
#: photo21/settings.py:163
msgid "French"
msgstr ""
@ -206,6 +206,18 @@ msgstr ""
msgid "If any problem, please contact the server owners at"
msgstr "En cas de problème, contactez les administrateurs à"
#: photo21/templates/account/logout.html:6
#: photo21/templates/account/logout.html:11
#: photo21/templates/account/logout.html:20
#, fuzzy
#| msgid "Sign up"
msgid "Sign Out"
msgstr "Inscription"
#: photo21/templates/account/logout.html:14
msgid "Are you sure you want to sign out?"
msgstr ""
#: photo21/templates/account/signup.html:6
msgid "Signup"
msgstr ""
@ -333,48 +345,3 @@ msgstr ""
#: photo21/templates/socialaccount/connections.html:54
msgid "Add a 3rd Party Account"
msgstr ""
#~ msgid "owner"
#~ msgstr "propriétaire"
#~ msgid "Gallery"
#~ msgstr "Galerie"
#~ msgid "-- Create a new gallery --"
#~ msgstr "-- Créer une nouvelle galerie --"
#~ msgid "New gallery title"
#~ msgstr "Titre de la nouvelle galerie"
#~ msgid "New gallery event start date"
#~ msgstr "Date de début de l'évènement de la nouvelle galerie"
#~ msgid "New gallery event end date"
#~ msgstr "Date de fin de l'évènement de la nouvelle galerie"
#~ msgid "New gallery tags"
#~ msgstr "Tags de la nouvelle galerie"
#~ msgid "start date"
#~ msgstr "date de début"
#~ msgid "end date"
#~ msgstr "date de fin"
#~ msgid "license"
#~ msgstr "licence"
#~ msgid "to"
#~ msgstr "au"
#~ msgid "All pictures"
#~ msgstr "Toutes les photos"
#~ msgid "Download all gallery"
#~ msgstr "Télécharger toute la galerie"
#~ msgid "Drag and drop photos here"
#~ msgstr "Glissez et déposez les photos ici"
#~ msgid "Owner will be"
#~ msgstr "Le propriétaire sera"

View file

@ -62,7 +62,6 @@ INSTALLED_APPS = [
'allauth.socialaccount',
'allauth_note_kfet',
'crispy_forms',
'photologue_custom',
'photologue',
'taggit',
]