forked from CGM_Public/pretix_original
committed by
Raphael Michel
parent
d63cc80507
commit
6207662ca5
@@ -215,6 +215,14 @@ msgstr[0] ""
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Die Produkte in Ihrem Warenkorb sind noch {num} Minuten für Sie reserviert."
|
"Die Produkte in Ihrem Warenkorb sind noch {num} Minuten für Sie reserviert."
|
||||||
|
|
||||||
|
#: pretix/static/pretixcontrol/js/ui/main.js:329
|
||||||
|
msgid "All"
|
||||||
|
msgstr "Alle"
|
||||||
|
|
||||||
|
#: pretix/static/pretixcontrol/js/ui/main.js:330
|
||||||
|
msgid "None"
|
||||||
|
msgstr "Keine"
|
||||||
|
|
||||||
#~ msgid "Sample product"
|
#~ msgid "Sample product"
|
||||||
#~ msgstr "Beispielprodukt"
|
#~ msgstr "Beispielprodukt"
|
||||||
|
|
||||||
|
|||||||
@@ -188,12 +188,12 @@ msgid "Unknown error."
|
|||||||
msgstr "Unbekannter Fehler."
|
msgstr "Unbekannter Fehler."
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:329
|
#: pretix/static/pretixcontrol/js/ui/main.js:329
|
||||||
msgid "Alle"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr "Alle"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/main.js:330
|
#: pretix/static/pretixcontrol/js/ui/main.js:330
|
||||||
msgid "Keine"
|
msgid "None"
|
||||||
msgstr ""
|
msgstr "Keine"
|
||||||
|
|
||||||
#: pretix/static/pretixcontrol/js/ui/question.js:41
|
#: pretix/static/pretixcontrol/js/ui/question.js:41
|
||||||
msgid "Others"
|
msgid "Others"
|
||||||
|
|||||||
@@ -326,8 +326,8 @@ $(function () {
|
|||||||
|
|
||||||
$(".scrolling-multiple-choice").each(function () {
|
$(".scrolling-multiple-choice").each(function () {
|
||||||
var $small = $("<small>");
|
var $small = $("<small>");
|
||||||
var $a_all = $("<a>").addClass("choice-options-all").attr("href", "#").text(gettext("Alle"));
|
var $a_all = $("<a>").addClass("choice-options-all").attr("href", "#").text(gettext("All"));
|
||||||
var $a_none = $("<a>").addClass("choice-options-none").attr("href", "#").text(gettext("Keine"));
|
var $a_none = $("<a>").addClass("choice-options-none").attr("href", "#").text(gettext("None"));
|
||||||
$(this).prepend($small.append($a_all).append(" / ").append($a_none));
|
$(this).prepend($small.append($a_all).append(" / ").append($a_none));
|
||||||
|
|
||||||
$(this).find(".choice-options-none").click(function (e) {
|
$(this).find(".choice-options-none").click(function (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user