Skip to content
Snippets Groups Projects
Verified Commit eed37e4c authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'master' of edugit.org:AlekSIS/official/AlekSIS

parents 506ab92a 47ba53ae
No related branches found
No related tags found
No related merge requests found
Pipeline #1945 failed
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-28 13:31+0000\n"
"POT-Creation-Date: 2020-05-03 10:36+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"
......@@ -17,14 +17,14 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: static/js/main.js:21
#: aleksis/core/static/js/main.js:21
msgid "Today"
msgstr ""
#: static/js/main.js:22
#: aleksis/core/static/js/main.js:22
msgid "Cancel"
msgstr ""
#: static/js/main.js:23
#: aleksis/core/static/js/main.js:23
msgid "OK"
msgstr ""
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-28 13:31+0000\n"
"POT-Creation-Date: 2020-05-03 10:36+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"
......@@ -18,14 +18,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: static/js/main.js:21
#: aleksis/core/static/js/main.js:21
msgid "Today"
msgstr ""
#: static/js/main.js:22
#: aleksis/core/static/js/main.js:22
msgid "Cancel"
msgstr ""
#: static/js/main.js:23
#: aleksis/core/static/js/main.js:23
msgid "OK"
msgstr ""
......@@ -120,14 +120,12 @@ class ImprintURL(StringPreference):
class AdressingNameFormat(ChoicePreference):
section = notification
name = "addressing_name_format"
default = "german"
default = "first_last"
required = False
verbose_name = _("Name format for addressing")
choices = (
(None, "-----"),
("german", "John Doe"),
("english", "Doe, John"),
("dutch", "Doe John"),
("first_last", "John Doe"),
("last_fist", "Doe, John"),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment