-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from fsinfuhh/poll_creation_requires_login
Add configuration that requires login for poll creation
- Loading branch information
Showing
6 changed files
with
68 additions
and
5 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
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
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-07-04 00:45+0200\n" | ||
"POT-Creation-Date: 2023-12-15 15:58+0100\n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: Timon Engelke <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -238,6 +238,22 @@ msgstr "" | |
"Wenn du mithelfen möchtest, kannst du dies bei <a href=\"https://github.com/" | ||
"fsinfuhh/BitPoll\">GitHub</a> tun." | ||
|
||
#: bitpoll/base/templates/base/index.html:21 | ||
msgid "Login required to create polls" | ||
msgstr "Zum Erstellen von Umfragen wird ein Account benötigt" | ||
|
||
#: bitpoll/base/templates/base/index.html:23 | ||
msgid "" | ||
"This instance is reserved for users of <a " | ||
"href=\"%(account_website)s\">%(account_name)s</a>.\n" | ||
" If you do not have an account there, please use the public " | ||
"version at <a href=\"https://bitpoll.de\">bitpoll.de</a>." | ||
msgstr "" | ||
"Diese Seite kann nur von <a href=\"%(account_website)s\">%(account_name)s-" | ||
"Nutzern</a> genutzt werden.\n" | ||
" Wenn du keinen %(account_name)s-Account hast, nutze bitte " | ||
"die öffentliche Version auf <a href=\"https://bitpoll.de\">bitpoll.de</a>." | ||
|
||
#: bitpoll/base/templates/base/index.html:19 | ||
msgid "Create a poll" | ||
msgstr "Erstelle eine Umfrage" | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-07-04 00:45+0200\n" | ||
"POT-Creation-Date: 2023-12-15 15:58+0100\n" | ||
"PO-Revision-Date: 2022-07-04 00:46+0200\n" | ||
"Last-Translator: Timon Engelke <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -200,7 +200,21 @@ msgid "" | |
"a>." | ||
msgstr "" | ||
|
||
#: bitpoll/base/templates/base/index.html:19 | ||
#: bitpoll/base/templates/base/index.html:21 | ||
#, fuzzy | ||
#| msgid "Login required to vote." | ||
msgid "Login required to create polls" | ||
msgstr "Login required to vote." | ||
|
||
#: bitpoll/base/templates/base/index.html:23 | ||
msgid "" | ||
"This instance is reserved for users of <a " | ||
"href=\"%(account_website)s\">%(account_name)s</a>.\n" | ||
" If you do not have an account there, please use the public " | ||
"version at <a href=\"https://bitpoll.de\">bitpoll.de</a>." | ||
msgstr "" | ||
|
||
#: bitpoll/base/templates/base/index.html:26 | ||
msgid "Create a poll" | ||
msgstr "Create a poll" | ||
|
||
|
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